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

[Token Update] 🤖 Update of tokens (library version 0.5.0) #470

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import OUDSTokensComponent
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

extension OrangeThemeBadgeComponentTokensProvider: BadgeComponentTokens {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,24 @@
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

extension OrangeThemeBreadcrumbComponentTokensProvider: BreadcrumbComponentTokens {

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

View workflow job for this annotation

GitHub Actions / ui-test

type 'OrangeThemeBreadcrumbComponentTokensProvider' does not conform to protocol 'BreadcrumbComponentTokens'

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

View workflow job for this annotation

GitHub Actions / build

type 'OrangeThemeBreadcrumbComponentTokensProvider' does not conform to protocol 'BreadcrumbComponentTokens'

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

View workflow job for this annotation

GitHub Actions / build

type 'OrangeThemeBreadcrumbComponentTokensProvider' does not conform to protocol 'BreadcrumbComponentTokens'

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

View workflow job for this annotation

GitHub Actions / unit-test

type 'OrangeThemeBreadcrumbComponentTokensProvider' does not conform to protocol 'BreadcrumbComponentTokens'
@objc open var breadcrumbSizeArrow: SizeSemanticToken { sizes.sizeIconWithLabelMediumSizeSm }
@objc open var breadcrumbSpaceColumnGapArrow: SpaceSemanticToken { spaces.spaceColumnGapShortest }
@objc open var breadcrumbSpaceColumnGapLevels: SpaceSemanticToken { spaces.spaceColumnGapShort }
@objc open var breadcrumbSizeMinHeightMedium: SizeSemanticToken { DimensionRawTokens.dimension600 }
@objc open var breadcrumbSizeMinHeightSmall: SizeSemanticToken { DimensionRawTokens.dimension550 }
@objc open var breadcrumbSizeMinWidthMedium: SizeSemanticToken { DimensionRawTokens.dimension600 }
@objc open var breadcrumbSizeMinWidthSmall: SizeSemanticToken { DimensionRawTokens.dimension550 }
@objc open var breadcrumbSizeIconMedium: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var breadcrumbSizeIconSmall: SizeSemanticToken { sizes.sizeIconWithLabelMediumSizeSm }
@objc open var breadcrumbSpaceColumnGapArrowMedium: SpaceSemanticToken { spaces.spaceColumnGapShorter }
@objc open var breadcrumbSpaceColumnGapArrowSmall: SpaceSemanticToken { spaces.spaceColumnGapShortest }
@objc open var breadcrumbSpaceColumnGapLevelsMedium: SpaceSemanticToken { spaces.spaceColumnGapShort }
@objc open var breadcrumbSpaceColumnGapLevelsSmall: SpaceSemanticToken { spaces.spaceColumnGapShorter }
@objc open var breadcrumbSpacePaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockMedium }
@objc open var breadcrumbSpacePaddingInline: SpaceSemanticToken { spaces.spacePaddingInlineNone }
@objc open var breadcrumbColorContentEnabled: MultipleColorSemanticTokens { colors.colorActionEnabled }

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

View workflow job for this annotation

GitHub Actions / build

cannot find 'colors' in scope
@objc open var breadcrumbColorContentFocus: MultipleColorSemanticTokens { colors.colorActionFocus }

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

View workflow job for this annotation

GitHub Actions / build

cannot find 'colors' in scope
@objc open var breadcrumbColorContentHover: MultipleColorSemanticTokens { colors.colorActionHover }

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

View workflow job for this annotation

GitHub Actions / build

cannot find 'colors' in scope
@objc open var breadcrumbColorContentPressed: MultipleColorSemanticTokens { colors.colorActionPressed }

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

View workflow job for this annotation

GitHub Actions / build

cannot find 'colors' in scope
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import OUDSTokensComponent
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

// swiftlint:disable identifier_name
Expand All @@ -26,7 +26,6 @@ extension OrangeThemeBulletListComponentTokensProvider: BulletListComponentToken
@objc open var bulletListSizeMinHeightSmall: SizeSemanticToken { DimensionRawTokens.dimension550 }
@objc open var bulletListSizeMinWidthMedium: SizeSemanticToken { DimensionRawTokens.dimension600 }
@objc open var bulletListSizeMinWidthSmall: SizeSemanticToken { DimensionRawTokens.dimension550 }
@objc open var bulletListColorContentEnabled: MultipleColorSemanticTokens { colors.colorActionEnabled }
@objc open var bulletListSizeIconMedium: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var bulletListSizeIconSmall: SizeSemanticToken { sizes.sizeIconWithLabelMediumSizeSm }
@objc open var bulletListSpaceColumnGapIconMedium: SpaceSemanticToken { spaces.spaceColumnGapShorter }
Expand All @@ -35,6 +34,7 @@ extension OrangeThemeBulletListComponentTokensProvider: BulletListComponentToken
@objc open var bulletListSpacePaddingInlineEndNone: SpaceSemanticToken { spaces.spacePaddingInlineNone }
@objc open var bulletListSpacePaddingInlineStartIconMedium: SpaceSemanticToken { spaces.spacePaddingInlineMedium }
@objc open var bulletListSpacePaddingInlineStartIconSmall: SpaceSemanticToken { spaces.spacePaddingInlineShort }
@objc open var bulletListColorContentEnabled: MultipleColorSemanticTokens { colors.colorActionEnabled }
}

// swiftlint:enable identifier_name
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import OUDSTokensComponent
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

extension OrangeThemeButtonComponentTokensProvider: ButtonComponentTokens {
Expand Down Expand Up @@ -63,6 +63,19 @@ extension OrangeThemeButtonComponentTokensProvider: ButtonComponentTokens {
@objc open var buttonColorContentStrongHoverMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralMutedWhite }
@objc open var buttonColorContentStrongLoadingMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralEmphasizedBlack }
@objc open var buttonColorContentStrongPressedMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralEmphasizedBlack }
@objc open var buttonSizeIcon: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var buttonSizeIconOnly: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeSm }
@objc open var buttonSizeLoader: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var buttonSpaceColumnGapArrow: SpaceSemanticToken { spaces.spaceColumnGapShorter }
@objc open var buttonSpaceColumnGapIcon: SpaceSemanticToken { spaces.spaceColumnGapShort }
@objc open var buttonSpaceInsetIconOnly: SpaceSemanticToken { spaces.spaceInsetMedium }
@objc open var buttonSpacePaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockMedium }
@objc open var buttonSpacePaddingInlineArrowEnd: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var buttonSpacePaddingInlineArrowStart: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var buttonSpacePaddingInlineEndIconStart: SpaceSemanticToken { spaces.spacePaddingInlineSpacious }
@objc open var buttonSpacePaddingInlineIconNone: SpaceSemanticToken { spaces.spacePaddingInlineHuge }
@objc open var buttonSpacePaddingInlineIconStart: SpaceSemanticToken { spaces.spacePaddingInlineTaller }
@objc open var buttonSpacePaddingInlineStartIconEnd: SpaceSemanticToken { spaces.spacePaddingInlineSpacious }
@objc open var buttonColorBgDefaultDisabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var buttonColorBgDefaultDisabledMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var buttonColorBgDefaultEnabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
Expand Down Expand Up @@ -119,17 +132,4 @@ extension OrangeThemeButtonComponentTokensProvider: ButtonComponentTokens {
@objc open var buttonColorContentMinimalHover: MultipleColorSemanticTokens { colors.colorActionHover }
@objc open var buttonColorContentMinimalLoading: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var buttonColorContentMinimalPressed: MultipleColorSemanticTokens { colors.colorActionPressed }
@objc open var buttonSizeIcon: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var buttonSizeIconOnly: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeSm }
@objc open var buttonSizeLoader: SizeSemanticToken { sizes.sizeIconWithLabelLargeSizeXs }
@objc open var buttonSpaceColumnGapArrow: SpaceSemanticToken { spaces.spaceColumnGapShorter }
@objc open var buttonSpaceColumnGapIcon: SpaceSemanticToken { spaces.spaceColumnGapShort }
@objc open var buttonSpaceInsetIconOnly: SpaceSemanticToken { spaces.spaceInsetMedium }
@objc open var buttonSpacePaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockMedium }
@objc open var buttonSpacePaddingInlineArrowEnd: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var buttonSpacePaddingInlineArrowStart: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var buttonSpacePaddingInlineEndIconStart: SpaceSemanticToken { spaces.spacePaddingInlineSpacious }
@objc open var buttonSpacePaddingInlineIconNone: SpaceSemanticToken { spaces.spacePaddingInlineHuge }
@objc open var buttonSpacePaddingInlineIconStart: SpaceSemanticToken { spaces.spacePaddingInlineTaller }
@objc open var buttonSpacePaddingInlineStartIconEnd: SpaceSemanticToken { spaces.spacePaddingInlineSpacious }
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,26 @@
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

extension OrangeThemeChipComponentTokensProvider: ChipComponentTokens {

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

View workflow job for this annotation

GitHub Actions / ui-test

type 'OrangeThemeChipComponentTokensProvider' does not conform to protocol 'ChipComponentTokens'

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

View workflow job for this annotation

GitHub Actions / build

type 'OrangeThemeChipComponentTokensProvider' does not conform to protocol 'ChipComponentTokens'

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

View workflow job for this annotation

GitHub Actions / build

type 'OrangeThemeChipComponentTokensProvider' does not conform to protocol 'ChipComponentTokens'

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

type 'OrangeThemeChipComponentTokensProvider' does not conform to protocol 'ChipComponentTokens'
@objc open var chipSizeMaxHeight: SizeSemanticToken { DimensionRawTokens.dimension400 }
@objc open var chipSizeMinHeight: SizeSemanticToken { DimensionRawTokens.dimension400 }
@objc open var chipSizeMinWidth: SizeSemanticToken { DimensionRawTokens.dimension600 }
@objc open var chipBorderRadiusPill: BorderRadiusSemanticToken { borders.borderRadiusPill }
@objc open var chipBorderWidthDefault: BorderWidthSemanticToken { borders.borderWidthDefault }
@objc open var chipBorderWidthDefaultInteraction: BorderWidthSemanticToken { borders.borderWidthMedium }
@objc open var chipBorderWidthSelected: BorderWidthSemanticToken { borders.borderWidthMedium }
@objc open var chipColorBgDisabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgEnabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgFocus: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgHover: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgPressed: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBorderDisabled: MultipleColorSemanticTokens { colors.colorActionDisabled }
@objc open var chipColorBorderEnabled: MultipleColorSemanticTokens { colors.colorBorderDefault }
@objc open var chipColorBorderFocus: MultipleColorSemanticTokens { colors.colorActionFocus }
@objc open var chipColorBorderHover: MultipleColorSemanticTokens { colors.colorActionHover }
@objc open var chipColorBorderPressed: MultipleColorSemanticTokens { colors.colorActionPressed }
@objc open var chipColorBorderSelected: MultipleColorSemanticTokens { colors.colorActionSelected }
@objc open var chipColorContentDisabled: MultipleColorSemanticTokens { colors.colorActionDisabled }
@objc open var chipColorContentEnabled: MultipleColorSemanticTokens { colors.colorActionEnabled }
@objc open var chipColorContentFocus: MultipleColorSemanticTokens { colors.colorActionFocus }
@objc open var chipColorContentHover: MultipleColorSemanticTokens { colors.colorActionHover }
@objc open var chipColorContentPressed: MultipleColorSemanticTokens { colors.colorActionPressed }
@objc open var chipBorderWidthDefaultInteractionMono: BorderWidthSemanticToken { borders.borderWidthNone }
@objc open var chipColorBgFocusMono: MultipleColorSemanticTokens { colors.colorRepositoryOpacityBlackHigher }
@objc open var chipColorBgHoverMono: MultipleColorSemanticTokens { colors.colorRepositoryOpacityBlackHigher }
@objc open var chipColorBgPressedMono: MultipleColorSemanticTokens { colors.colorRepositoryOpacityWhiteHigher }
@objc open var chipColorBorderDisabledMono: MultipleColorSemanticTokens { colors.colorRepositoryOpacityBlackSoft }
@objc open var chipColorBorderEnabledMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralEmphasizedBlack }
@objc open var chipColorContentDisabledMono: MultipleColorSemanticTokens { colors.colorRepositoryOpacityBlackSoft }
@objc open var chipColorContentEnabledMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralEmphasizedBlack }
@objc open var chipColorContentFocusMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralMutedWhite }
@objc open var chipColorContentHoverMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralMutedWhite }
@objc open var chipColorContentPressedMono: MultipleColorSemanticTokens { colors.colorRepositoryNeutralEmphasizedBlack }
@objc open var chipSizeIcon: SizeSemanticToken { sizes.sizeIconWithLabelMediumSizeSm }
@objc open var chipSpaceColumnGapColumnGap: SpaceSemanticToken { spaces.spaceColumnGapShorter }
@objc open var chipSpaceInsetIconOnly: SpaceSemanticToken { spaces.spaceInsetMedium }
Expand All @@ -54,4 +47,25 @@
@objc open var chipSpacePaddingInlineLabelEnd: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var chipSpacePaddingInlineLabelStart: SpaceSemanticToken { spaces.spacePaddingInlineTall }
@objc open var chipSpacePaddingStackPaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockShorter }
@objc open var chipColorBgDisabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgDisabledMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgEnabled: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgEnabledMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgFocus: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgHover: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBgPressed: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBorderDisabled: MultipleColorSemanticTokens { colors.colorActionDisabled }
@objc open var chipColorBorderEnabled: MultipleColorSemanticTokens { colors.colorActionEnabled }
@objc open var chipColorBorderFocus: MultipleColorSemanticTokens { colors.colorActionFocus }
@objc open var chipColorBorderFocusMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBorderHover: MultipleColorSemanticTokens { colors.colorActionHover }
@objc open var chipColorBorderHoverMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBorderPressed: MultipleColorSemanticTokens { colors.colorActionPressed }
@objc open var chipColorBorderPressedMono: MultipleColorSemanticTokens { colors.colorOpacityTransparent }
@objc open var chipColorBorderSelected: MultipleColorSemanticTokens { colors.colorActionSelected }
@objc open var chipColorContentDisabled: MultipleColorSemanticTokens { colors.colorContentDisabled }
@objc open var chipColorContentEnabled: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var chipColorContentFocus: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var chipColorContentHover: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var chipColorContentPressed: MultipleColorSemanticTokens { colors.colorContentDefault }
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,22 @@ import OUDSTokensComponent
import OUDSTokensRaw
import OUDSTokensSemantic

// 🧱 Tokens version: 0.6.0
// 🧱 Tokens version: 0.5.0
// 🤖 Generated by Tokenator

// swiftlint:disable identifier_name

extension OrangeThemeInputTextComponentTokensProvider: InputTextComponentTokens {
@objc open var inputTextSizeMaxWidth: SizeSemanticToken { DimensionRawTokens.dimension4000 }
@objc open var inputTextSizeMinWidth: SizeSemanticToken { DimensionRawTokens.dimension1600 }
@objc open var inputTextSpaceInsetIconAlone: SpaceSemanticToken { spaces.spaceInsetMedium }
@objc open var inputTextSpacePaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockMedium }
@objc open var inputTextSpacePaddingInlineContainerEnd: SpaceSemanticToken { spaces.spacePaddingInlineShorter }
@objc open var inputTextSpacePaddingInlineContainerStart: SpaceSemanticToken { spaces.spacePaddingInlineMedium }
@objc open var inputTextSpacePaddingInlineIconEnd: SpaceSemanticToken { spaces.spacePaddingInlineShorter }
@objc open var inputTextSpacePaddingInlinePrefixTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShort }
@objc open var inputTextSpacePaddingInlineSuffixTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShortest }
@objc open var inputTextSpacePaddingInlineTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShort }
@objc open var inputTextColorBgDefaultDisabled: MultipleColorSemanticTokens { colors.colorActionSupportEnabled }
@objc open var inputTextColorBgDefaultEnabled: MultipleColorSemanticTokens { colors.colorActionSupportEnabled }
@objc open var inputTextColorBgDefaultFocus: MultipleColorSemanticTokens { colors.colorActionSupportFocus }
Expand All @@ -36,14 +44,6 @@ extension OrangeThemeInputTextComponentTokensProvider: InputTextComponentTokens
@objc open var inputTextColorContentDefaultHover: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var inputTextColorContentDefaultLoading: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var inputTextColorContentDefaultPressed: MultipleColorSemanticTokens { colors.colorContentDefault }
@objc open var inputTextSpaceInsetIconAlone: SpaceSemanticToken { spaces.spaceInsetMedium }
@objc open var inputTextSpacePaddingBlock: SpaceSemanticToken { spaces.spacePaddingBlockMedium }
@objc open var inputTextSpacePaddingInlineContainerEnd: SpaceSemanticToken { spaces.spacePaddingInlineShorter }
@objc open var inputTextSpacePaddingInlineContainerStart: SpaceSemanticToken { spaces.spacePaddingInlineMedium }
@objc open var inputTextSpacePaddingInlineIconEnd: SpaceSemanticToken { spaces.spacePaddingInlineShorter }
@objc open var inputTextSpacePaddingInlinePrefixTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShort }
@objc open var inputTextSpacePaddingInlineSuffixTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShortest }
@objc open var inputTextSpacePaddingInlineTextEnd: SpaceSemanticToken { spaces.spacePaddingInlineShort }
}

// swiftlint:enable identifier_name
Loading
Loading