Skip to content

Commit

Permalink
chore(🤖): update OrangeBrandColorRawTokens (tokenator 2024103013273…
Browse files Browse the repository at this point in the history
…4) (#262)

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
Co-authored-by: boosted-bot <[email protected]>
Co-authored-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent 3ef7c7d commit 7d38bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [Library] Update `OrangeBrandColorRawTokens` (tokenator *20241030132734*)
- [Library] Update `BorderSemanticTokens` (tokenator *20241025110844*)
- [Library] Rename color semantic tokens `colorBackground*` to `colorBg*`
- [Library] Rename `MultipleSpacingTokens` to `MultipleSpaceTokens` and `MultipleSizingTokens` to `MultipleSizeTokens`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,20 @@
// Software Name: OUDS iOS
// SPDX-FileCopyrightText: Copyright (c) Orange SA
// SPDX-License-Identifier: MIT
//
//
// This software is distributed under the MIT license,
// the text of which is available at https://opensource.org/license/MIT/
// or see the "LICENSE" file for more details.
//
//
// Authors: See CONTRIBUTORS.txt
// Software description: A SwiftUI components library with code examples for Orange Unified Design System
// Software description: A SwiftUI components library with code examples for Orange Unified Design System
//

import OUDSTokensRaw

// ଘ( ・ω・)_/゚・:*:・。☆
// [File to generate with the tokenator]

// swiftlint:disable missing_docs

extension OrangeBrandColorRawTokens {

// MARK: Primitive token - Colors - Orange - Orange

public static let colorOrange50: ColorOrangeBrandRawToken = "#FFF2E6"
public static let colorOrange100: ColorOrangeBrandRawToken = "#FFD5B0"
public static let colorOrange200: ColorOrangeBrandRawToken = "#FFC18A"
Expand All @@ -33,9 +27,6 @@ extension OrangeBrandColorRawTokens {
public static let colorOrange700: ColorOrangeBrandRawToken = "#B55600"
public static let colorOrange800: ColorOrangeBrandRawToken = "#8C4300"
public static let colorOrange900: ColorOrangeBrandRawToken = "#6B3300"

// MARK: Primitive token - Colors - Orange - Warm gray

public static let colorWarmGray100: ColorOrangeBrandRawToken = "#F9F5F0"
public static let colorWarmGray200: ColorOrangeBrandRawToken = "#E9DDCE"
public static let colorWarmGray300: ColorOrangeBrandRawToken = "#D6C4AE"
Expand Down

0 comments on commit 7d38bd7

Please sign in to comment.