Skip to content

Commit

Permalink
chore(🤖): update ColorRawTokens
Browse files Browse the repository at this point in the history
Design kit token library v0.4.0 (release note v24.1.8)

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 28, 2025
1 parent eb3638a commit c0e6684
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [Library] Value for color raw token `colorFunctionalScarlet600` (token library v0.4.0)
- [Library] Value for `colorRepositoryOpacityBlackMedium*` (token library v0.3.0)
- [Library] Rename button component token `buttonSizeMaxHeight` to `buttonSizeMaxHeightIconOnly` (token library v0.3.0)
- [Library] Rename color semantic tokens `colorChartFunctionalInformation*` to `colorChartFunctionalInfo*` (token library v0.3.0)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import OUDSTokensSemantic
/// // by inheriting from existing provider
/// class CustomChipComponentTokensProvider: OrangeThemeChipComponentTokensProvider {
///
/// // Then override the button component tokens you want.
/// // Then override the chip component tokens you want.
///
/// override var chipSizeMaxHeight: SizeSemanticToken { DimensionRawTokens.dimension500 }
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extension ColorRawTokens {
public static let colorFunctionalScarlet300: ColorRawToken = "#FF8081FF"
public static let colorFunctionalScarlet400: ColorRawToken = "#FF4D4EFF"
public static let colorFunctionalScarlet500: ColorRawToken = "#FF1A1BFF"
public static let colorFunctionalScarlet600: ColorRawToken = "#EA0305FF"
public static let colorFunctionalScarlet600: ColorRawToken = "#DB0002FF"
public static let colorFunctionalScarlet700: ColorRawToken = "#B20002FF"
public static let colorFunctionalScarlet800: ColorRawToken = "#800001FF"
public static let colorFunctionalScarlet900: ColorRawToken = "#4D0001FF"
Expand Down

0 comments on commit c0e6684

Please sign in to comment.