@marioschmidt/design-system-tokens 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +549 -493
- package/dist/android/res/values/brands/bild/semantic/color/colormode-dark.xml +1 -1
- package/dist/android/res/values/brands/bild/semantic/color/colormode-light.xml +1 -1
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-dark.xml +1 -1
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-light.xml +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
- package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +1 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +1 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +1 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +1 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +1 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +1 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +1 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +1 -1
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -2
- package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -2
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -2
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -2
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +41 -41
- package/dist/json/brands/bild/semantic/color/colormode-light.json +41 -41
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +41 -41
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +41 -41
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
- package/package.json +1 -1
|
@@ -98,6 +98,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
98
98
|
<color name="semantic_core_core_color_tertiary_vv_pipe_test">#ffb0d1f3</color><!-- this is a test for the token pipeline -->
|
|
99
99
|
<color name="semantic_core_npm_test">#ffb0d1f3</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="semantic_core_felipe_test_color">#ff031a31</color><!-- this is a test for the token pipeline -->
|
|
101
|
+
<color name="semantic_core_mariotest">#ff031a31</color><!-- this is a test for the token pipeline -->
|
|
101
102
|
<color name="semantic_icon_icon_color_primary">#ff8c9196</color><!-- Primary icon color on primary surfaces. -->
|
|
102
103
|
<color name="semantic_icon_icon_color_inverse">#ff4b525a</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
103
104
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -240,7 +241,6 @@ Behavior: Constant — same opacity level across modes to preserve uniform layer
|
|
|
240
241
|
<color name="component_pagination_scroll_bar_track_bg_color">#1affffff</color><!-- Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. -->
|
|
241
242
|
<color name="component_pagination_scroll_bar_thumb_bg_color">#ff8c9196</color><!-- Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. -->
|
|
242
243
|
<color name="component_kicker_standard_kicker_bg_color_on_surface">#ff8c9196</color>
|
|
243
|
-
<color name="component_kicker_partner_kicker_stylebook_bg_color">UNRESOLVED_VariableID:16104:163534</color>
|
|
244
244
|
<color name="component_kicker_partner_kicker_fitbook_bg_color">#ffff97b7</color>
|
|
245
245
|
<color name="component_kicker_partner_kicker_petbook_bg_color">#ffb9db91</color>
|
|
246
246
|
<color name="component_kicker_partner_kicker_myhomebook_bg_color">#ff66cccc</color>
|
|
@@ -98,6 +98,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
98
98
|
<color name="semantic_core_core_color_tertiary_vv_pipe_test">#ff476d93</color><!-- this is a test for the token pipeline -->
|
|
99
99
|
<color name="semantic_core_npm_test">#ff476d93</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="semantic_core_felipe_test_color">#ffe9580a</color><!-- this is a test for the token pipeline -->
|
|
101
|
+
<color name="semantic_core_mariotest">#ffe9580a</color><!-- this is a test for the token pipeline -->
|
|
101
102
|
<color name="semantic_icon_icon_color_primary">#ff4b525a</color><!-- Primary icon color on primary surfaces. -->
|
|
102
103
|
<color name="semantic_icon_icon_color_inverse">#ffced4da</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
103
104
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -240,7 +241,6 @@ Behavior: Constant — same opacity level across modes to preserve uniform layer
|
|
|
240
241
|
<color name="component_pagination_scroll_bar_track_bg_color">#1a000000</color><!-- Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. -->
|
|
241
242
|
<color name="component_pagination_scroll_bar_thumb_bg_color">#ff8c9196</color><!-- Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. -->
|
|
242
243
|
<color name="component_kicker_standard_kicker_bg_color_on_surface">#ffdd0000</color>
|
|
243
|
-
<color name="component_kicker_partner_kicker_stylebook_bg_color">UNRESOLVED_VariableID:16104:163534</color>
|
|
244
244
|
<color name="component_kicker_partner_kicker_fitbook_bg_color">#ffff97b7</color>
|
|
245
245
|
<color name="component_kicker_partner_kicker_petbook_bg_color">#ffb9db91</color>
|
|
246
246
|
<color name="component_kicker_partner_kicker_myhomebook_bg_color">#ff66cccc</color>
|
|
@@ -98,6 +98,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
98
98
|
<color name="semantic_core_core_color_tertiary_vv_pipe_test">#ffb0d1f3</color><!-- this is a test for the token pipeline -->
|
|
99
99
|
<color name="semantic_core_npm_test">#ffb0d1f3</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="semantic_core_felipe_test_color">#ff031a31</color><!-- this is a test for the token pipeline -->
|
|
101
|
+
<color name="semantic_core_mariotest">#ff031a31</color><!-- this is a test for the token pipeline -->
|
|
101
102
|
<color name="semantic_icon_icon_color_primary">#ff8c9196</color><!-- Primary icon color on primary surfaces. -->
|
|
102
103
|
<color name="semantic_icon_icon_color_inverse">#ff4b525a</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
103
104
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -240,7 +241,6 @@ Behavior: Constant — same opacity level across modes to preserve uniform layer
|
|
|
240
241
|
<color name="component_pagination_scroll_bar_track_bg_color">#1affffff</color><!-- Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. -->
|
|
241
242
|
<color name="component_pagination_scroll_bar_thumb_bg_color">#ff8c9196</color><!-- Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. -->
|
|
242
243
|
<color name="component_kicker_standard_kicker_bg_color_on_surface">#ff8c9196</color>
|
|
243
|
-
<color name="component_kicker_partner_kicker_stylebook_bg_color">UNRESOLVED_VariableID:16104:163534</color>
|
|
244
244
|
<color name="component_kicker_partner_kicker_fitbook_bg_color">#ffff97b7</color>
|
|
245
245
|
<color name="component_kicker_partner_kicker_petbook_bg_color">#ffb9db91</color>
|
|
246
246
|
<color name="component_kicker_partner_kicker_myhomebook_bg_color">#ff66cccc</color>
|
|
@@ -98,6 +98,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
98
98
|
<color name="semantic_core_core_color_tertiary_vv_pipe_test">#ff476d93</color><!-- this is a test for the token pipeline -->
|
|
99
99
|
<color name="semantic_core_npm_test">#ff476d93</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="semantic_core_felipe_test_color">#ffe9580a</color><!-- this is a test for the token pipeline -->
|
|
101
|
+
<color name="semantic_core_mariotest">#ffe9580a</color><!-- this is a test for the token pipeline -->
|
|
101
102
|
<color name="semantic_icon_icon_color_primary">#ff4b525a</color><!-- Primary icon color on primary surfaces. -->
|
|
102
103
|
<color name="semantic_icon_icon_color_inverse">#ffced4da</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
103
104
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -240,7 +241,6 @@ Behavior: Constant — same opacity level across modes to preserve uniform layer
|
|
|
240
241
|
<color name="component_pagination_scroll_bar_track_bg_color">#1a000000</color><!-- Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. -->
|
|
241
242
|
<color name="component_pagination_scroll_bar_thumb_bg_color">#ff8c9196</color><!-- Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. -->
|
|
242
243
|
<color name="component_kicker_standard_kicker_bg_color_on_surface">#ffdd0000</color>
|
|
243
|
-
<color name="component_kicker_partner_kicker_stylebook_bg_color">UNRESOLVED_VariableID:16104:163534</color>
|
|
244
244
|
<color name="component_kicker_partner_kicker_fitbook_bg_color">#ffff97b7</color>
|
|
245
245
|
<color name="component_kicker_partner_kicker_petbook_bg_color">#ffb9db91</color>
|
|
246
246
|
<color name="component_kicker_partner_kicker_myhomebook_bg_color">#ff66cccc</color>
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
--semantic-core-core-color-tertiary-vv-pipe-test: #B0D1F3; /** this is a test for the token pipeline */
|
|
218
218
|
--semantic-core-npm-test: #B0D1F3; /** this is a test for the token pipeline */
|
|
219
219
|
--semantic-core-felipe-test-color: #031A31; /** this is a test for the token pipeline */
|
|
220
|
+
--semantic-core-mariotest: #031A31; /** this is a test for the token pipeline */
|
|
220
221
|
--semantic-icon-icon-color-primary: #8C9196; /** Primary icon color on primary surfaces. */
|
|
221
222
|
/**
|
|
222
223
|
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
@@ -395,7 +396,6 @@
|
|
|
395
396
|
--component-pagination-scroll-bar-track-bg-color: rgba(255, 255, 255, 0.10000000149011612); /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
|
|
396
397
|
--component-pagination-scroll-bar-thumb-bg-color: #8C9196; /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
|
|
397
398
|
--component-kicker-standard-kicker-bg-color-on-surface: #8C9196;
|
|
398
|
-
--component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
|
|
399
399
|
--component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
|
|
400
400
|
--component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
|
|
401
401
|
--component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
--semantic-core-core-color-tertiary-vv-pipe-test: #476D93; /** this is a test for the token pipeline */
|
|
218
218
|
--semantic-core-npm-test: #476D93; /** this is a test for the token pipeline */
|
|
219
219
|
--semantic-core-felipe-test-color: #E9580A; /** this is a test for the token pipeline */
|
|
220
|
+
--semantic-core-mariotest: #E9580A; /** this is a test for the token pipeline */
|
|
220
221
|
--semantic-icon-icon-color-primary: #4B525A; /** Primary icon color on primary surfaces. */
|
|
221
222
|
/**
|
|
222
223
|
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
@@ -395,7 +396,6 @@
|
|
|
395
396
|
--component-pagination-scroll-bar-track-bg-color: rgba(0, 0, 0, 0.10000000149011612); /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
|
|
396
397
|
--component-pagination-scroll-bar-thumb-bg-color: #8C9196; /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
|
|
397
398
|
--component-kicker-standard-kicker-bg-color-on-surface: #DD0000;
|
|
398
|
-
--component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
|
|
399
399
|
--component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
|
|
400
400
|
--component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
|
|
401
401
|
--component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
--semantic-core-core-color-tertiary-vv-pipe-test: #B0D1F3; /** this is a test for the token pipeline */
|
|
218
218
|
--semantic-core-npm-test: #B0D1F3; /** this is a test for the token pipeline */
|
|
219
219
|
--semantic-core-felipe-test-color: #031A31; /** this is a test for the token pipeline */
|
|
220
|
+
--semantic-core-mariotest: #031A31; /** this is a test for the token pipeline */
|
|
220
221
|
--semantic-icon-icon-color-primary: #8C9196; /** Primary icon color on primary surfaces. */
|
|
221
222
|
/**
|
|
222
223
|
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
@@ -395,7 +396,6 @@
|
|
|
395
396
|
--component-pagination-scroll-bar-track-bg-color: rgba(255, 255, 255, 0.10000000149011612); /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
|
|
396
397
|
--component-pagination-scroll-bar-thumb-bg-color: #8C9196; /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
|
|
397
398
|
--component-kicker-standard-kicker-bg-color-on-surface: #8C9196;
|
|
398
|
-
--component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
|
|
399
399
|
--component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
|
|
400
400
|
--component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
|
|
401
401
|
--component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
--semantic-core-core-color-tertiary-vv-pipe-test: #476D93; /** this is a test for the token pipeline */
|
|
218
218
|
--semantic-core-npm-test: #476D93; /** this is a test for the token pipeline */
|
|
219
219
|
--semantic-core-felipe-test-color: #E9580A; /** this is a test for the token pipeline */
|
|
220
|
+
--semantic-core-mariotest: #E9580A; /** this is a test for the token pipeline */
|
|
220
221
|
--semantic-icon-icon-color-primary: #4B525A; /** Primary icon color on primary surfaces. */
|
|
221
222
|
/**
|
|
222
223
|
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
@@ -395,7 +396,6 @@
|
|
|
395
396
|
--component-pagination-scroll-bar-track-bg-color: rgba(0, 0, 0, 0.10000000149011612); /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
|
|
396
397
|
--component-pagination-scroll-bar-thumb-bg-color: #8C9196; /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
|
|
397
398
|
--component-kicker-standard-kicker-bg-color-on-surface: #DD0000;
|
|
398
|
-
--component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
|
|
399
399
|
--component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
|
|
400
400
|
--component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
|
|
401
401
|
--component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
|
|
@@ -78,7 +78,6 @@ class ColormodeDark {
|
|
|
78
78
|
static const componentKickerPartnerKickerMyhomebookBgColor = Color(0xFF66CCCC);
|
|
79
79
|
static const componentKickerPartnerKickerPetbookBgColor = Color(0xFFB9DB91);
|
|
80
80
|
static const componentKickerPartnerKickerSpobiBgColor = Color(0xFF174482);
|
|
81
|
-
static const componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534;
|
|
82
81
|
static const componentKickerPartnerKickerTechbookBgColor = Color(0xFF93E4FF);
|
|
83
82
|
static const componentKickerPartnerKickerTravelbookBgColor = Color(0xFF8EF0ED);
|
|
84
83
|
static const componentKickerStandardKickerBgColorOnSurface = Color(0xFF8C9196);
|
|
@@ -179,6 +178,7 @@ semanticBorderBorderColorWarning = Color(0xFFDD0000);
|
|
|
179
178
|
static const semanticCoreCoreColorTertiaryConstant = Color(0xFF232629); /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
180
179
|
static const semanticCoreCoreColorTertiaryVvPipeTest = Color(0xFFB0D1F3); /** this is a test for the token pipeline */
|
|
181
180
|
static const semanticCoreFelipeTestColor = Color(0xFF031A31); /** this is a test for the token pipeline */
|
|
181
|
+
static const semanticCoreMariotest = Color(0xFF031A31); /** this is a test for the token pipeline */
|
|
182
182
|
static const semanticCoreNpmTest = Color(0xFFB0D1F3); /** this is a test for the token pipeline */
|
|
183
183
|
static const /**
|
|
184
184
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -78,7 +78,6 @@ class ColormodeLight {
|
|
|
78
78
|
static const componentKickerPartnerKickerMyhomebookBgColor = Color(0xFF66CCCC);
|
|
79
79
|
static const componentKickerPartnerKickerPetbookBgColor = Color(0xFFB9DB91);
|
|
80
80
|
static const componentKickerPartnerKickerSpobiBgColor = Color(0xFF174482);
|
|
81
|
-
static const componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534;
|
|
82
81
|
static const componentKickerPartnerKickerTechbookBgColor = Color(0xFF93E4FF);
|
|
83
82
|
static const componentKickerPartnerKickerTravelbookBgColor = Color(0xFF8EF0ED);
|
|
84
83
|
static const componentKickerStandardKickerBgColorOnSurface = Color(0xFFDD0000);
|
|
@@ -179,6 +178,7 @@ semanticBorderBorderColorWarning = Color(0xFFDD0000);
|
|
|
179
178
|
static const semanticCoreCoreColorTertiaryConstant = Color(0xFF232629); /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
180
179
|
static const semanticCoreCoreColorTertiaryVvPipeTest = Color(0xFF476D93); /** this is a test for the token pipeline */
|
|
181
180
|
static const semanticCoreFelipeTestColor = Color(0xFFE9580A); /** this is a test for the token pipeline */
|
|
181
|
+
static const semanticCoreMariotest = Color(0xFFE9580A); /** this is a test for the token pipeline */
|
|
182
182
|
static const semanticCoreNpmTest = Color(0xFF476D93); /** this is a test for the token pipeline */
|
|
183
183
|
static const /**
|
|
184
184
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -78,7 +78,6 @@ class ColormodeDark {
|
|
|
78
78
|
static const componentKickerPartnerKickerMyhomebookBgColor = Color(0xFF66CCCC);
|
|
79
79
|
static const componentKickerPartnerKickerPetbookBgColor = Color(0xFFB9DB91);
|
|
80
80
|
static const componentKickerPartnerKickerSpobiBgColor = Color(0xFF174482);
|
|
81
|
-
static const componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534;
|
|
82
81
|
static const componentKickerPartnerKickerTechbookBgColor = Color(0xFF93E4FF);
|
|
83
82
|
static const componentKickerPartnerKickerTravelbookBgColor = Color(0xFF8EF0ED);
|
|
84
83
|
static const componentKickerStandardKickerBgColorOnSurface = Color(0xFF8C9196);
|
|
@@ -179,6 +178,7 @@ semanticBorderBorderColorWarning = Color(0xFFDD0000);
|
|
|
179
178
|
static const semanticCoreCoreColorTertiaryConstant = Color(0xFF232629); /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
180
179
|
static const semanticCoreCoreColorTertiaryVvPipeTest = Color(0xFFB0D1F3); /** this is a test for the token pipeline */
|
|
181
180
|
static const semanticCoreFelipeTestColor = Color(0xFF031A31); /** this is a test for the token pipeline */
|
|
181
|
+
static const semanticCoreMariotest = Color(0xFF031A31); /** this is a test for the token pipeline */
|
|
182
182
|
static const semanticCoreNpmTest = Color(0xFFB0D1F3); /** this is a test for the token pipeline */
|
|
183
183
|
static const /**
|
|
184
184
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -78,7 +78,6 @@ class ColormodeLight {
|
|
|
78
78
|
static const componentKickerPartnerKickerMyhomebookBgColor = Color(0xFF66CCCC);
|
|
79
79
|
static const componentKickerPartnerKickerPetbookBgColor = Color(0xFFB9DB91);
|
|
80
80
|
static const componentKickerPartnerKickerSpobiBgColor = Color(0xFF174482);
|
|
81
|
-
static const componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534;
|
|
82
81
|
static const componentKickerPartnerKickerTechbookBgColor = Color(0xFF93E4FF);
|
|
83
82
|
static const componentKickerPartnerKickerTravelbookBgColor = Color(0xFF8EF0ED);
|
|
84
83
|
static const componentKickerStandardKickerBgColorOnSurface = Color(0xFFDD0000);
|
|
@@ -179,6 +178,7 @@ semanticBorderBorderColorWarning = Color(0xFFDD0000);
|
|
|
179
178
|
static const semanticCoreCoreColorTertiaryConstant = Color(0xFF232629); /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
180
179
|
static const semanticCoreCoreColorTertiaryVvPipeTest = Color(0xFF476D93); /** this is a test for the token pipeline */
|
|
181
180
|
static const semanticCoreFelipeTestColor = Color(0xFFE9580A); /** this is a test for the token pipeline */
|
|
181
|
+
static const semanticCoreMariotest = Color(0xFFE9580A); /** this is a test for the token pipeline */
|
|
182
182
|
static const semanticCoreNpmTest = Color(0xFF476D93); /** this is a test for the token pipeline */
|
|
183
183
|
static const /**
|
|
184
184
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -75,7 +75,6 @@ public class ColormodeDark {
|
|
|
75
75
|
public static let componentKickerPartnerKickerMyhomebookBgColor = UIColor(red: 0.400, green: 0.800, blue: 0.800, alpha: 1)
|
|
76
76
|
public static let componentKickerPartnerKickerPetbookBgColor = UIColor(red: 0.725, green: 0.859, blue: 0.569, alpha: 1)
|
|
77
77
|
public static let componentKickerPartnerKickerSpobiBgColor = UIColor(red: 0.090, green: 0.267, blue: 0.510, alpha: 1)
|
|
78
|
-
public static let componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534
|
|
79
78
|
public static let componentKickerPartnerKickerTechbookBgColor = UIColor(red: 0.576, green: 0.894, blue: 1.000, alpha: 1)
|
|
80
79
|
public static let componentKickerPartnerKickerTravelbookBgColor = UIColor(red: 0.557, green: 0.941, blue: 0.929, alpha: 1)
|
|
81
80
|
public static let componentKickerStandardKickerBgColorOnSurface = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1)
|
|
@@ -176,6 +175,7 @@ semanticBorderBorderColorWarning = UIColor(red: 0.867, green: 0.000, blue: 0.000
|
|
|
176
175
|
public static let semanticCoreCoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1) /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
177
176
|
public static let semanticCoreCoreColorTertiaryVvPipeTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1) /** this is a test for the token pipeline */
|
|
178
177
|
public static let semanticCoreFelipeTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1) /** this is a test for the token pipeline */
|
|
178
|
+
public static let semanticCoreMariotest = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1) /** this is a test for the token pipeline */
|
|
179
179
|
public static let semanticCoreNpmTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1) /** this is a test for the token pipeline */
|
|
180
180
|
public static let /**
|
|
181
181
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -75,7 +75,6 @@ public class ColormodeLight {
|
|
|
75
75
|
public static let componentKickerPartnerKickerMyhomebookBgColor = UIColor(red: 0.400, green: 0.800, blue: 0.800, alpha: 1)
|
|
76
76
|
public static let componentKickerPartnerKickerPetbookBgColor = UIColor(red: 0.725, green: 0.859, blue: 0.569, alpha: 1)
|
|
77
77
|
public static let componentKickerPartnerKickerSpobiBgColor = UIColor(red: 0.090, green: 0.267, blue: 0.510, alpha: 1)
|
|
78
|
-
public static let componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534
|
|
79
78
|
public static let componentKickerPartnerKickerTechbookBgColor = UIColor(red: 0.576, green: 0.894, blue: 1.000, alpha: 1)
|
|
80
79
|
public static let componentKickerPartnerKickerTravelbookBgColor = UIColor(red: 0.557, green: 0.941, blue: 0.929, alpha: 1)
|
|
81
80
|
public static let componentKickerStandardKickerBgColorOnSurface = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -176,6 +175,7 @@ semanticBorderBorderColorWarning = UIColor(red: 0.867, green: 0.000, blue: 0.000
|
|
|
176
175
|
public static let semanticCoreCoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1) /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
177
176
|
public static let semanticCoreCoreColorTertiaryVvPipeTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1) /** this is a test for the token pipeline */
|
|
178
177
|
public static let semanticCoreFelipeTestColor = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1) /** this is a test for the token pipeline */
|
|
178
|
+
public static let semanticCoreMariotest = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1) /** this is a test for the token pipeline */
|
|
179
179
|
public static let semanticCoreNpmTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1) /** this is a test for the token pipeline */
|
|
180
180
|
public static let /**
|
|
181
181
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -75,7 +75,6 @@ public class ColormodeDark {
|
|
|
75
75
|
public static let componentKickerPartnerKickerMyhomebookBgColor = UIColor(red: 0.400, green: 0.800, blue: 0.800, alpha: 1)
|
|
76
76
|
public static let componentKickerPartnerKickerPetbookBgColor = UIColor(red: 0.725, green: 0.859, blue: 0.569, alpha: 1)
|
|
77
77
|
public static let componentKickerPartnerKickerSpobiBgColor = UIColor(red: 0.090, green: 0.267, blue: 0.510, alpha: 1)
|
|
78
|
-
public static let componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534
|
|
79
78
|
public static let componentKickerPartnerKickerTechbookBgColor = UIColor(red: 0.576, green: 0.894, blue: 1.000, alpha: 1)
|
|
80
79
|
public static let componentKickerPartnerKickerTravelbookBgColor = UIColor(red: 0.557, green: 0.941, blue: 0.929, alpha: 1)
|
|
81
80
|
public static let componentKickerStandardKickerBgColorOnSurface = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1)
|
|
@@ -176,6 +175,7 @@ semanticBorderBorderColorWarning = UIColor(red: 0.867, green: 0.000, blue: 0.000
|
|
|
176
175
|
public static let semanticCoreCoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1) /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
177
176
|
public static let semanticCoreCoreColorTertiaryVvPipeTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1) /** this is a test for the token pipeline */
|
|
178
177
|
public static let semanticCoreFelipeTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1) /** this is a test for the token pipeline */
|
|
178
|
+
public static let semanticCoreMariotest = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1) /** this is a test for the token pipeline */
|
|
179
179
|
public static let semanticCoreNpmTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1) /** this is a test for the token pipeline */
|
|
180
180
|
public static let /**
|
|
181
181
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -75,7 +75,6 @@ public class ColormodeLight {
|
|
|
75
75
|
public static let componentKickerPartnerKickerMyhomebookBgColor = UIColor(red: 0.400, green: 0.800, blue: 0.800, alpha: 1)
|
|
76
76
|
public static let componentKickerPartnerKickerPetbookBgColor = UIColor(red: 0.725, green: 0.859, blue: 0.569, alpha: 1)
|
|
77
77
|
public static let componentKickerPartnerKickerSpobiBgColor = UIColor(red: 0.090, green: 0.267, blue: 0.510, alpha: 1)
|
|
78
|
-
public static let componentKickerPartnerKickerStylebookBgColor = UNRESOLVED_VariableID:16104:163534
|
|
79
78
|
public static let componentKickerPartnerKickerTechbookBgColor = UIColor(red: 0.576, green: 0.894, blue: 1.000, alpha: 1)
|
|
80
79
|
public static let componentKickerPartnerKickerTravelbookBgColor = UIColor(red: 0.557, green: 0.941, blue: 0.929, alpha: 1)
|
|
81
80
|
public static let componentKickerStandardKickerBgColorOnSurface = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -176,6 +175,7 @@ semanticBorderBorderColorWarning = UIColor(red: 0.867, green: 0.000, blue: 0.000
|
|
|
176
175
|
public static let semanticCoreCoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1) /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
177
176
|
public static let semanticCoreCoreColorTertiaryVvPipeTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1) /** this is a test for the token pipeline */
|
|
178
177
|
public static let semanticCoreFelipeTestColor = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1) /** this is a test for the token pipeline */
|
|
178
|
+
public static let semanticCoreMariotest = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1) /** this is a test for the token pipeline */
|
|
179
179
|
public static let semanticCoreNpmTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1) /** this is a test for the token pipeline */
|
|
180
180
|
public static let /**
|
|
181
181
|
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
@@ -56,6 +56,7 @@ export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
|
56
56
|
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#b0d1f3";
|
|
57
57
|
export const SemanticCoreNpmTest = "#b0d1f3";
|
|
58
58
|
export const SemanticCoreFelipeTestColor = "#031a31";
|
|
59
|
+
export const SemanticCoreMariotest = "#031a31";
|
|
59
60
|
export const SemanticIconIconColorPrimary = "#8c9196";
|
|
60
61
|
export const SemanticIconIconColorInverse = "#4b525a";
|
|
61
62
|
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
@@ -193,8 +194,6 @@ export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
|
193
194
|
export const ComponentPaginationScrollBarTrackBgColor = "#ffffff1a";
|
|
194
195
|
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
196
|
export const ComponentKickerStandardKickerBgColorOnSurface = "#8c9196";
|
|
196
|
-
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
-
"UNRESOLVED_VariableID:16104:163534";
|
|
198
197
|
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
198
|
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
199
|
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
@@ -56,6 +56,7 @@ export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
|
56
56
|
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#476d93";
|
|
57
57
|
export const SemanticCoreNpmTest = "#476d93";
|
|
58
58
|
export const SemanticCoreFelipeTestColor = "#e9580a";
|
|
59
|
+
export const SemanticCoreMariotest = "#e9580a";
|
|
59
60
|
export const SemanticIconIconColorPrimary = "#4b525a";
|
|
60
61
|
export const SemanticIconIconColorInverse = "#ced4da";
|
|
61
62
|
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
@@ -193,8 +194,6 @@ export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
|
193
194
|
export const ComponentPaginationScrollBarTrackBgColor = "#0000001a";
|
|
194
195
|
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
196
|
export const ComponentKickerStandardKickerBgColorOnSurface = "#dd0000";
|
|
196
|
-
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
-
"UNRESOLVED_VariableID:16104:163534";
|
|
198
197
|
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
198
|
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
199
|
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
@@ -56,6 +56,7 @@ export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
|
56
56
|
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#b0d1f3";
|
|
57
57
|
export const SemanticCoreNpmTest = "#b0d1f3";
|
|
58
58
|
export const SemanticCoreFelipeTestColor = "#031a31";
|
|
59
|
+
export const SemanticCoreMariotest = "#031a31";
|
|
59
60
|
export const SemanticIconIconColorPrimary = "#8c9196";
|
|
60
61
|
export const SemanticIconIconColorInverse = "#4b525a";
|
|
61
62
|
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
@@ -193,8 +194,6 @@ export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
|
193
194
|
export const ComponentPaginationScrollBarTrackBgColor = "#ffffff1a";
|
|
194
195
|
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
196
|
export const ComponentKickerStandardKickerBgColorOnSurface = "#8c9196";
|
|
196
|
-
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
-
"UNRESOLVED_VariableID:16104:163534";
|
|
198
197
|
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
198
|
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
199
|
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
@@ -56,6 +56,7 @@ export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
|
56
56
|
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#476d93";
|
|
57
57
|
export const SemanticCoreNpmTest = "#476d93";
|
|
58
58
|
export const SemanticCoreFelipeTestColor = "#e9580a";
|
|
59
|
+
export const SemanticCoreMariotest = "#e9580a";
|
|
59
60
|
export const SemanticIconIconColorPrimary = "#4b525a";
|
|
60
61
|
export const SemanticIconIconColorInverse = "#ced4da";
|
|
61
62
|
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
@@ -193,8 +194,6 @@ export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
|
193
194
|
export const ComponentPaginationScrollBarTrackBgColor = "#0000001a";
|
|
194
195
|
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
196
|
export const ComponentKickerStandardKickerBgColorOnSurface = "#dd0000";
|
|
196
|
-
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
-
"UNRESOLVED_VariableID:16104:163534";
|
|
198
197
|
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
198
|
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
199
|
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
@@ -2224,6 +2224,47 @@
|
|
|
2224
2224
|
"Core",
|
|
2225
2225
|
"felipeTestColor"
|
|
2226
2226
|
]
|
|
2227
|
+
},
|
|
2228
|
+
"mariotest": {
|
|
2229
|
+
"$value": "#031a31",
|
|
2230
|
+
"value": "#031A31",
|
|
2231
|
+
"type": "color",
|
|
2232
|
+
"$extensions": {
|
|
2233
|
+
"com.figma": {
|
|
2234
|
+
"collectionId": "VariableCollectionId:588:1979",
|
|
2235
|
+
"collectionName": "ColorMode",
|
|
2236
|
+
"variableId": "VariableID:20854:75"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"$type": "color",
|
|
2240
|
+
"comment": "this is a test for the token pipeline",
|
|
2241
|
+
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-dark.json",
|
|
2242
|
+
"isSource": true,
|
|
2243
|
+
"original": {
|
|
2244
|
+
"$value": "#031A31",
|
|
2245
|
+
"value": "#031A31",
|
|
2246
|
+
"type": "color",
|
|
2247
|
+
"$extensions": {
|
|
2248
|
+
"com.figma": {
|
|
2249
|
+
"collectionId": "VariableCollectionId:588:1979",
|
|
2250
|
+
"collectionName": "ColorMode",
|
|
2251
|
+
"variableId": "VariableID:20854:75"
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"$type": "color",
|
|
2255
|
+
"comment": "this is a test for the token pipeline"
|
|
2256
|
+
},
|
|
2257
|
+
"name": "SemanticCoreMariotest",
|
|
2258
|
+
"attributes": {
|
|
2259
|
+
"category": "Semantic",
|
|
2260
|
+
"type": "Core",
|
|
2261
|
+
"item": "mariotest"
|
|
2262
|
+
},
|
|
2263
|
+
"path": [
|
|
2264
|
+
"Semantic",
|
|
2265
|
+
"Core",
|
|
2266
|
+
"mariotest"
|
|
2267
|
+
]
|
|
2227
2268
|
}
|
|
2228
2269
|
},
|
|
2229
2270
|
"Icon": {
|
|
@@ -7452,47 +7493,6 @@
|
|
|
7452
7493
|
}
|
|
7453
7494
|
},
|
|
7454
7495
|
"Partner": {
|
|
7455
|
-
"kickerStylebookBgColor": {
|
|
7456
|
-
"$value": "UNRESOLVED_VariableID:16104:163534",
|
|
7457
|
-
"value": "UNRESOLVED_VariableID:16104:163534",
|
|
7458
|
-
"type": "color",
|
|
7459
|
-
"$extensions": {
|
|
7460
|
-
"com.figma": {
|
|
7461
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
7462
|
-
"collectionName": "ColorMode",
|
|
7463
|
-
"variableId": "VariableID:16118:8473"
|
|
7464
|
-
}
|
|
7465
|
-
},
|
|
7466
|
-
"$type": "color",
|
|
7467
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-dark.json",
|
|
7468
|
-
"isSource": true,
|
|
7469
|
-
"original": {
|
|
7470
|
-
"$value": "UNRESOLVED_VariableID:16104:163534",
|
|
7471
|
-
"value": "UNRESOLVED_VariableID:16104:163534",
|
|
7472
|
-
"type": "color",
|
|
7473
|
-
"$extensions": {
|
|
7474
|
-
"com.figma": {
|
|
7475
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
7476
|
-
"collectionName": "ColorMode",
|
|
7477
|
-
"variableId": "VariableID:16118:8473"
|
|
7478
|
-
}
|
|
7479
|
-
},
|
|
7480
|
-
"$type": "color"
|
|
7481
|
-
},
|
|
7482
|
-
"name": "ComponentKickerPartnerKickerStylebookBgColor",
|
|
7483
|
-
"attributes": {
|
|
7484
|
-
"category": "Component",
|
|
7485
|
-
"type": "Kicker",
|
|
7486
|
-
"item": "Partner",
|
|
7487
|
-
"subitem": "kickerStylebookBgColor"
|
|
7488
|
-
},
|
|
7489
|
-
"path": [
|
|
7490
|
-
"Component",
|
|
7491
|
-
"Kicker",
|
|
7492
|
-
"Partner",
|
|
7493
|
-
"kickerStylebookBgColor"
|
|
7494
|
-
]
|
|
7495
|
-
},
|
|
7496
7496
|
"kickerFitbookBgColor": {
|
|
7497
7497
|
"$value": "#ff97b7",
|
|
7498
7498
|
"value": "#FF97B7",
|