Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update tokens #262

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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