Skip to content

Commit

Permalink
chore: update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
boosted-bot committed Jan 28, 2025
1 parent c0e6684 commit 4b96908
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// 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
//

import Foundation
import OUDSTokensComponent
import OUDSTokensRaw
import OUDSTokensSemantic

extension OrangeThemeCheckRadioComponentTokensProvider: CheckRadioComponentTokens {

Check failure on line 19 in OUDS/Core/Themes/Orange/Sources/Values/ComponentTokens/OrangeTheme+CheckRadioComponentTokens.swift

View workflow job for this annotation

GitHub Actions / ui-test

redundant conformance of 'OrangeThemeCheckRadioComponentTokensProvider' to protocol 'CheckRadioComponentTokens'

Check failure on line 19 in OUDS/Core/Themes/Orange/Sources/Values/ComponentTokens/OrangeTheme+CheckRadioComponentTokens.swift

View workflow job for this annotation

GitHub Actions / build

redundant conformance of 'OrangeThemeCheckRadioComponentTokensProvider' to protocol 'CheckRadioComponentTokens'

Check failure on line 19 in OUDS/Core/Themes/Orange/Sources/Values/ComponentTokens/OrangeTheme+CheckRadioComponentTokens.swift

View workflow job for this annotation

GitHub Actions / unit-test

redundant conformance of 'OrangeThemeCheckRadioComponentTokensProvider' to protocol 'CheckRadioComponentTokens'

Check failure on line 19 in OUDS/Core/Themes/Orange/Sources/Values/ComponentTokens/OrangeTheme+CheckRadioComponentTokens.swift

View workflow job for this annotation

GitHub Actions / unit-test

redundant conformance of 'OrangeThemeCheckRadioComponentTokensProvider' to protocol 'CheckRadioComponentTokens'
@objc open var checkRadioSize: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeSm }
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import OUDSTokensSemantic
extension OrangeThemeChipComponentTokensProvider: ChipComponentTokens {
@objc open var chipSizeMaxHeight: SizeSemanticToken { DimensionRawTokens.dimension400 }
@objc open var chipSizeMinHeight: SizeSemanticToken { DimensionRawTokens.dimension400 }
@objc open var chipBorderRadius: BorderRadiusSemanticToken { borders.borderRadiusTall }
@objc open var chipBorderRadius: BorderRadiusSemanticToken { borders.borderRadiusPill }

Check failure on line 22 in OUDS/Core/Themes/Orange/Sources/Values/ComponentTokens/OrangeTheme+ChipComponentTokens.swift

View workflow job for this annotation

GitHub Actions / unit-test

value of type 'any AllBorderSemanticTokensProvider' has no member 'borderRadiusPill'
@objc open var chipBorderWidthDefault: BorderWidthSemanticToken { borders.borderWidthDefault }
@objc open var chipBorderWidthDefaultInteraction: BorderWidthSemanticToken { borders.borderWidthMedium }
@objc open var chipColorBgDisabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
Expand Down

0 comments on commit 4b96908

Please sign in to comment.