@marioschmidt/design-system-tokens 1.0.30 → 1.0.31
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 +443 -67
- package/dist/android/brands/advertorial/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/advertorial/semantic/effects/effects-light.xml +1 -1
- package/dist/android/brands/bild/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/bild/semantic/effects/effects-light.xml +1 -1
- package/dist/android/brands/sportbild/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/sportbild/semantic/effects/effects-light.xml +1 -1
- package/dist/android/res/values/brands/bild/semantic/color/colormode-dark.xml +1 -0
- package/dist/android/res/values/brands/bild/semantic/color/colormode-light.xml +1 -0
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-dark.xml +1 -0
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-light.xml +1 -0
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +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/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +5 -1
- package/dist/css/brands/bild/semantic/color/colormode-light.css +5 -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/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +5 -1
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +5 -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/css/shared/colorprimitive.css +1 -1
- package/dist/css/shared/fontprimitive.css +1 -1
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +2 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +2 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +2 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +2 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +2 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +2 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +2 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +2 -0
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +3 -1
- package/dist/js/brands/bild/semantic/color/colormode-light.js +3 -1
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +3 -1
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +3 -1
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/shared/colorprimitive.js +1 -1
- package/dist/js/shared/fontprimitive.js +1 -1
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +37 -0
- package/dist/json/brands/bild/semantic/color/colormode-light.json +37 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +37 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +37 -0
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +3 -1
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +3 -1
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +3 -1
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +3 -1
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/shared/colorprimitive.scss +1 -1
- package/dist/scss/shared/fontprimitive.scss +1 -1
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -99,6 +99,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
99
99
|
<color name="npm-test">#b0d1f3</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="felipe-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
101
101
|
<color name="goliani-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
102
|
+
<color name="new-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
102
103
|
<color name="icon-color-primary">#8c9196</color><!-- Primary icon color on primary surfaces. -->
|
|
103
104
|
<color name="icon-color-inverse">#4b525a</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
104
105
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -99,6 +99,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
99
99
|
<color name="npm-test">#476d93</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="felipe-test-color">#e9580a</color><!-- this is a test for the token pipeline -->
|
|
101
101
|
<color name="goliani-test-color">#00fff2</color><!-- this is a test for the token pipeline -->
|
|
102
|
+
<color name="new-test-color">#00fff2</color><!-- this is a test for the token pipeline -->
|
|
102
103
|
<color name="icon-color-primary">#4b525a</color><!-- Primary icon color on primary surfaces. -->
|
|
103
104
|
<color name="icon-color-inverse">#ced4da</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
104
105
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -99,6 +99,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
99
99
|
<color name="npm-test">#b0d1f3</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="felipe-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
101
101
|
<color name="goliani-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
102
|
+
<color name="new-test-color">#031a31</color><!-- this is a test for the token pipeline -->
|
|
102
103
|
<color name="icon-color-primary">#8c9196</color><!-- Primary icon color on primary surfaces. -->
|
|
103
104
|
<color name="icon-color-inverse">#4b525a</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
104
105
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -99,6 +99,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
99
99
|
<color name="npm-test">#476d93</color><!-- this is a test for the token pipeline -->
|
|
100
100
|
<color name="felipe-test-color">#e9580a</color><!-- this is a test for the token pipeline -->
|
|
101
101
|
<color name="goliani-test-color">#00fff2</color><!-- this is a test for the token pipeline -->
|
|
102
|
+
<color name="new-test-color">#00fff2</color><!-- this is a test for the token pipeline -->
|
|
102
103
|
<color name="icon-color-primary">#4b525a</color><!-- Primary icon color on primary surfaces. -->
|
|
103
104
|
<color name="icon-color-inverse">#ced4da</color><!-- Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
104
105
|
Behavior: Dynamic — switches between light and dark. -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-dark.css
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:42:19.184Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -280,6 +280,10 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
280
280
|
* this is a test for the token pipeline
|
|
281
281
|
*/
|
|
282
282
|
--goliani-test-color: #031A31;
|
|
283
|
+
/**
|
|
284
|
+
* this is a test for the token pipeline
|
|
285
|
+
*/
|
|
286
|
+
--new-test-color: #031A31;
|
|
283
287
|
|
|
284
288
|
/* Semantic - Icon */
|
|
285
289
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-light.css
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:42:19.315Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -280,6 +280,10 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
280
280
|
* this is a test for the token pipeline
|
|
281
281
|
*/
|
|
282
282
|
--goliani-test-color: #00FFF2;
|
|
283
|
+
/**
|
|
284
|
+
* this is a test for the token pipeline
|
|
285
|
+
*/
|
|
286
|
+
--new-test-color: #00FFF2;
|
|
283
287
|
|
|
284
288
|
/* Semantic - Icon */
|
|
285
289
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-dark.css
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:42:20.553Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -280,6 +280,10 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
280
280
|
* this is a test for the token pipeline
|
|
281
281
|
*/
|
|
282
282
|
--goliani-test-color: #031A31;
|
|
283
|
+
/**
|
|
284
|
+
* this is a test for the token pipeline
|
|
285
|
+
*/
|
|
286
|
+
--new-test-color: #031A31;
|
|
283
287
|
|
|
284
288
|
/* Semantic - Icon */
|
|
285
289
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-light.css
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:42:20.691Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -280,6 +280,10 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
280
280
|
* this is a test for the token pipeline
|
|
281
281
|
*/
|
|
282
282
|
--goliani-test-color: #00FFF2;
|
|
283
|
+
/**
|
|
284
|
+
* this is a test for the token pipeline
|
|
285
|
+
*/
|
|
286
|
+
--new-test-color: #00FFF2;
|
|
283
287
|
|
|
284
288
|
/* Semantic - Icon */
|
|
285
289
|
/**
|
|
@@ -177,6 +177,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
177
177
|
static const felipeTestColor = Color(0xFF031A31);
|
|
178
178
|
/** this is a test for the token pipeline */
|
|
179
179
|
static const golianiTestColor = Color(0xFF031A31);
|
|
180
|
+
/** this is a test for the token pipeline */
|
|
181
|
+
static const newTestColor = Color(0xFF031A31);
|
|
180
182
|
|
|
181
183
|
// Semantic - Icon
|
|
182
184
|
/** Primary icon color on primary surfaces. */
|
|
@@ -177,6 +177,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
177
177
|
static const felipeTestColor = Color(0xFFE9580A);
|
|
178
178
|
/** this is a test for the token pipeline */
|
|
179
179
|
static const golianiTestColor = Color(0xFF00FFF2);
|
|
180
|
+
/** this is a test for the token pipeline */
|
|
181
|
+
static const newTestColor = Color(0xFF00FFF2);
|
|
180
182
|
|
|
181
183
|
// Semantic - Icon
|
|
182
184
|
/** Primary icon color on primary surfaces. */
|
|
@@ -177,6 +177,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
177
177
|
static const felipeTestColor = Color(0xFF031A31);
|
|
178
178
|
/** this is a test for the token pipeline */
|
|
179
179
|
static const golianiTestColor = Color(0xFF031A31);
|
|
180
|
+
/** this is a test for the token pipeline */
|
|
181
|
+
static const newTestColor = Color(0xFF031A31);
|
|
180
182
|
|
|
181
183
|
// Semantic - Icon
|
|
182
184
|
/** Primary icon color on primary surfaces. */
|
|
@@ -177,6 +177,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
177
177
|
static const felipeTestColor = Color(0xFFE9580A);
|
|
178
178
|
/** this is a test for the token pipeline */
|
|
179
179
|
static const golianiTestColor = Color(0xFF00FFF2);
|
|
180
|
+
/** this is a test for the token pipeline */
|
|
181
|
+
static const newTestColor = Color(0xFF00FFF2);
|
|
180
182
|
|
|
181
183
|
// Semantic - Icon
|
|
182
184
|
/** Primary icon color on primary surfaces. */
|
|
@@ -174,6 +174,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
174
174
|
public static let FelipeTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
175
175
|
/** this is a test for the token pipeline */
|
|
176
176
|
public static let GolianiTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
177
|
+
/** this is a test for the token pipeline */
|
|
178
|
+
public static let NewTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
177
179
|
|
|
178
180
|
// MARK: - Semantic - Icon
|
|
179
181
|
/** Primary icon color on primary surfaces. */
|
|
@@ -174,6 +174,8 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
174
174
|
public static let FelipeTestColor = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1.000)
|
|
175
175
|
/** this is a test for the token pipeline */
|
|
176
176
|
public static let GolianiTestColor = UIColor(red: 0.000, green: 1.000, blue: 0.949, alpha: 1.000)
|
|
177
|
+
/** this is a test for the token pipeline */
|
|
178
|
+
public static let NewTestColor = UIColor(red: 0.000, green: 1.000, blue: 0.949, alpha: 1.000)
|
|
177
179
|
|
|
178
180
|
// MARK: - Semantic - Icon
|
|
179
181
|
/** Primary icon color on primary surfaces. */
|