Skip to content

Commit 8385a6b

Browse files
authored
build: point to last package version to embed Orange-OpenSource/ouds-ios#957 (#68)
Embeds package with badge improvements Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 539673f commit 8385a6b

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- [DesignToolbox] Theme selector icon (Orange-OpenSource/ouds-ios#943)
1414
- [DesignToolbox] [Library] Tuning of themes and theme selector (Orange-OpenSource/ouds-ios#951)
1515

16+
### Fixed
17+
18+
- [Library] Vocalisation of badge with icons (Orange-OpenSource/ouds-ios#957)
19+
- [Library] Badge component does not have bigger sizes if text sizes is increased (Orange-OpenSource#844)
20+
1621
## [0.18.0](https://github.com/Orange-OpenSource/ouds-ios-design-system-toolbox/compare/0.17.0...0.18.0) - 2025-09-05
1722

1823
### Added

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/BadgePage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct BadgeDemo: View {
5656
size: configurationModel.illustrationSize)
5757
case .icon:
5858
OUDSBadge(icon: Image(decorative: "ic_heart"),
59+
accessibilityLabel: "app_components_badge_hint_a11y".localized(),
5960
status: configurationModel.status,
6061
size: configurationModel.illustrationSize)
6162
}

DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,30 @@
10561056
}
10571057
}
10581058
},
1059+
"app_components_badge_hint_a11y" : {
1060+
"comment" : "Component - Badge",
1061+
"extractionState" : "manual",
1062+
"localizations" : {
1063+
"ar" : {
1064+
"stringUnit" : {
1065+
"state" : "translated",
1066+
"value" : "هذه ملصق زائف للشارة مع ملف"
1067+
}
1068+
},
1069+
"en" : {
1070+
"stringUnit" : {
1071+
"state" : "translated",
1072+
"value" : "This is a dumb label for the badge with an icon"
1073+
}
1074+
},
1075+
"fr" : {
1076+
"stringUnit" : {
1077+
"state" : "translated",
1078+
"value" : "Ceci est un label bidon pour le badge avec une icône"
1079+
}
1080+
}
1081+
}
1082+
},
10591083
"app_components_badge_iconType_label" : {
10601084
"comment" : "Composent - Badge",
10611085
"extractionState" : "manual",

0 commit comments

Comments
 (0)