Skip to content

Commit 6d9688c

Browse files
committed
fix: default badge type in use in badge page (Orange-OpenSource/ouds-ios#909)
Closes Orange-OpenSource/ouds-ios#909 Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent be4bed3 commit 6d9688c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Fixed
2727

28+
- [DesignToolbox] Default badge type in badge page (Orange-OpenSource/ouds-ios#909)
2829
- [Library] Voice Over vocalization for checkbox picker root item if error (Orange-OpenSource/ouds-ios#754)
2930
- [Library] Voice Over vocalization for disabled checkbox, radio button and switch (Orange-OpenSource/ouds-ios#715)
3031
- [Library] Icon of badge component does not resize if big texts used (Orange-OpenSource/ouds-ios#844)

DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3336,7 +3336,7 @@
33363336
isa = XCRemoteSwiftPackageReference;
33373337
repositoryURL = "https://github.com/Orange-OpenSource/ouds-ios";
33383338
requirement = {
3339-
branch = "855-component-update-split-badge-component-into-several-components";
3339+
branch = develop;
33403340
kind = branch;
33413341
};
33423342
};

DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DesignToolbox/DesignToolbox/Pages/Components/Indicators/Badge/BadgeConfigurationView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final class BadgeConfigurationModel: ComponentConfiguration {
6767
standardSize = .medium
6868
illustrationSize = .medium
6969
status = .neutral
70-
badgeType = .standard
70+
badgeType = .count
7171
countText = "1"
7272
}
7373

0 commit comments

Comments
 (0)