@marioschmidt/design-system-tokens 1.0.30 → 1.0.32
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 -4
- package/dist/android/res/values/brands/bild/semantic/color/colormode-light.xml +1 -4
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-dark.xml +1 -4
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-light.xml +1 -4
- 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 +2 -14
- package/dist/css/brands/bild/semantic/color/colormode-light.css +2 -14
- 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 +2 -14
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +2 -14
- 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 +1 -7
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +1 -7
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +1 -7
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +1 -7
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +1 -7
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +1 -7
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +1 -7
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +1 -7
- 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 +2 -8
- package/dist/js/brands/bild/semantic/color/colormode-light.js +2 -8
- 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 +2 -8
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +2 -8
- 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 +3 -114
- package/dist/json/brands/bild/semantic/color/colormode-light.json +3 -114
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +3 -114
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +3 -114
- 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 +2 -8
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +2 -8
- 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 +2 -8
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +2 -8
- 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
|
@@ -170,13 +170,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
170
170
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
171
171
|
static const coreColorTertiaryConstant = Color(0xFF232629);
|
|
172
172
|
/** this is a test for the token pipeline */
|
|
173
|
-
static const
|
|
174
|
-
/** this is a test for the token pipeline */
|
|
175
|
-
static const npmTest = Color(0xFFB0D1F3);
|
|
176
|
-
/** this is a test for the token pipeline */
|
|
177
|
-
static const felipeTestColor = Color(0xFF031A31);
|
|
178
|
-
/** this is a test for the token pipeline */
|
|
179
|
-
static const golianiTestColor = Color(0xFF031A31);
|
|
173
|
+
static const pipeTestRenaming = Color(0xFFB0D1F3);
|
|
180
174
|
|
|
181
175
|
// Semantic - Icon
|
|
182
176
|
/** Primary icon color on primary surfaces. */
|
|
@@ -170,13 +170,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
170
170
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
171
171
|
static const coreColorTertiaryConstant = Color(0xFF232629);
|
|
172
172
|
/** this is a test for the token pipeline */
|
|
173
|
-
static const
|
|
174
|
-
/** this is a test for the token pipeline */
|
|
175
|
-
static const npmTest = Color(0xFF476D93);
|
|
176
|
-
/** this is a test for the token pipeline */
|
|
177
|
-
static const felipeTestColor = Color(0xFFE9580A);
|
|
178
|
-
/** this is a test for the token pipeline */
|
|
179
|
-
static const golianiTestColor = Color(0xFF00FFF2);
|
|
173
|
+
static const pipeTestRenaming = Color(0xFF476D93);
|
|
180
174
|
|
|
181
175
|
// Semantic - Icon
|
|
182
176
|
/** Primary icon color on primary surfaces. */
|
|
@@ -170,13 +170,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
170
170
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
171
171
|
static const coreColorTertiaryConstant = Color(0xFF232629);
|
|
172
172
|
/** this is a test for the token pipeline */
|
|
173
|
-
static const
|
|
174
|
-
/** this is a test for the token pipeline */
|
|
175
|
-
static const npmTest = Color(0xFFB0D1F3);
|
|
176
|
-
/** this is a test for the token pipeline */
|
|
177
|
-
static const felipeTestColor = Color(0xFF031A31);
|
|
178
|
-
/** this is a test for the token pipeline */
|
|
179
|
-
static const golianiTestColor = Color(0xFF031A31);
|
|
173
|
+
static const pipeTestRenaming = Color(0xFFB0D1F3);
|
|
180
174
|
|
|
181
175
|
// Semantic - Icon
|
|
182
176
|
/** Primary icon color on primary surfaces. */
|
|
@@ -170,13 +170,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
170
170
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
171
171
|
static const coreColorTertiaryConstant = Color(0xFF232629);
|
|
172
172
|
/** this is a test for the token pipeline */
|
|
173
|
-
static const
|
|
174
|
-
/** this is a test for the token pipeline */
|
|
175
|
-
static const npmTest = Color(0xFF476D93);
|
|
176
|
-
/** this is a test for the token pipeline */
|
|
177
|
-
static const felipeTestColor = Color(0xFFE9580A);
|
|
178
|
-
/** this is a test for the token pipeline */
|
|
179
|
-
static const golianiTestColor = Color(0xFF00FFF2);
|
|
173
|
+
static const pipeTestRenaming = Color(0xFF476D93);
|
|
180
174
|
|
|
181
175
|
// Semantic - Icon
|
|
182
176
|
/** Primary icon color on primary surfaces. */
|
|
@@ -167,13 +167,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
167
167
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
168
168
|
public static let CoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1.000)
|
|
169
169
|
/** this is a test for the token pipeline */
|
|
170
|
-
public static let
|
|
171
|
-
/** this is a test for the token pipeline */
|
|
172
|
-
public static let NpmTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1.000)
|
|
173
|
-
/** this is a test for the token pipeline */
|
|
174
|
-
public static let FelipeTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
175
|
-
/** this is a test for the token pipeline */
|
|
176
|
-
public static let GolianiTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
170
|
+
public static let PipeTestRenaming = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1.000)
|
|
177
171
|
|
|
178
172
|
// MARK: - Semantic - Icon
|
|
179
173
|
/** Primary icon color on primary surfaces. */
|
|
@@ -167,13 +167,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
167
167
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
168
168
|
public static let CoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1.000)
|
|
169
169
|
/** this is a test for the token pipeline */
|
|
170
|
-
public static let
|
|
171
|
-
/** this is a test for the token pipeline */
|
|
172
|
-
public static let NpmTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1.000)
|
|
173
|
-
/** this is a test for the token pipeline */
|
|
174
|
-
public static let FelipeTestColor = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1.000)
|
|
175
|
-
/** this is a test for the token pipeline */
|
|
176
|
-
public static let GolianiTestColor = UIColor(red: 0.000, green: 1.000, blue: 0.949, alpha: 1.000)
|
|
170
|
+
public static let PipeTestRenaming = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1.000)
|
|
177
171
|
|
|
178
172
|
// MARK: - Semantic - Icon
|
|
179
173
|
/** Primary icon color on primary surfaces. */
|
|
@@ -167,13 +167,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
167
167
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
168
168
|
public static let CoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1.000)
|
|
169
169
|
/** this is a test for the token pipeline */
|
|
170
|
-
public static let
|
|
171
|
-
/** this is a test for the token pipeline */
|
|
172
|
-
public static let NpmTest = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1.000)
|
|
173
|
-
/** this is a test for the token pipeline */
|
|
174
|
-
public static let FelipeTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
175
|
-
/** this is a test for the token pipeline */
|
|
176
|
-
public static let GolianiTestColor = UIColor(red: 0.012, green: 0.102, blue: 0.192, alpha: 1.000)
|
|
170
|
+
public static let PipeTestRenaming = UIColor(red: 0.690, green: 0.820, blue: 0.953, alpha: 1.000)
|
|
177
171
|
|
|
178
172
|
// MARK: - Semantic - Icon
|
|
179
173
|
/** Primary icon color on primary surfaces. */
|
|
@@ -167,13 +167,7 @@ Behavior: Constant — retains the same red warning tone in both Light and Dark
|
|
|
167
167
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
168
168
|
public static let CoreColorTertiaryConstant = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1.000)
|
|
169
169
|
/** this is a test for the token pipeline */
|
|
170
|
-
public static let
|
|
171
|
-
/** this is a test for the token pipeline */
|
|
172
|
-
public static let NpmTest = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1.000)
|
|
173
|
-
/** this is a test for the token pipeline */
|
|
174
|
-
public static let FelipeTestColor = UIColor(red: 0.914, green: 0.345, blue: 0.039, alpha: 1.000)
|
|
175
|
-
/** this is a test for the token pipeline */
|
|
176
|
-
public static let GolianiTestColor = UIColor(red: 0.000, green: 1.000, blue: 0.949, alpha: 1.000)
|
|
170
|
+
public static let PipeTestRenaming = UIColor(red: 0.278, green: 0.427, blue: 0.576, alpha: 1.000)
|
|
177
171
|
|
|
178
172
|
// MARK: - Semantic - Icon
|
|
179
173
|
/** Primary icon color on primary surfaces. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-dark.js
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:46:04.141Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -162,13 +162,7 @@ export const coreColorSecondaryConstant = "#FFFFFF";
|
|
|
162
162
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
163
163
|
export const coreColorTertiaryConstant = "#232629";
|
|
164
164
|
/** this is a test for the token pipeline */
|
|
165
|
-
export const
|
|
166
|
-
/** this is a test for the token pipeline */
|
|
167
|
-
export const npmTest = "#B0D1F3";
|
|
168
|
-
/** this is a test for the token pipeline */
|
|
169
|
-
export const felipeTestColor = "#031A31";
|
|
170
|
-
/** this is a test for the token pipeline */
|
|
171
|
-
export const golianiTestColor = "#031A31";
|
|
165
|
+
export const pipeTestRenaming = "#B0D1F3";
|
|
172
166
|
|
|
173
167
|
// Semantic - Icon
|
|
174
168
|
/** Primary icon color on primary surfaces. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-light.js
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:46:04.271Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -162,13 +162,7 @@ export const coreColorSecondaryConstant = "#FFFFFF";
|
|
|
162
162
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
163
163
|
export const coreColorTertiaryConstant = "#232629";
|
|
164
164
|
/** this is a test for the token pipeline */
|
|
165
|
-
export const
|
|
166
|
-
/** this is a test for the token pipeline */
|
|
167
|
-
export const npmTest = "#476D93";
|
|
168
|
-
/** this is a test for the token pipeline */
|
|
169
|
-
export const felipeTestColor = "#E9580A";
|
|
170
|
-
/** this is a test for the token pipeline */
|
|
171
|
-
export const golianiTestColor = "#00FFF2";
|
|
165
|
+
export const pipeTestRenaming = "#476D93";
|
|
172
166
|
|
|
173
167
|
// Semantic - Icon
|
|
174
168
|
/** Primary icon color on primary surfaces. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-dark.js
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:46:05.522Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -162,13 +162,7 @@ export const coreColorSecondaryConstant = "#FFFFFF";
|
|
|
162
162
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
163
163
|
export const coreColorTertiaryConstant = "#232629";
|
|
164
164
|
/** this is a test for the token pipeline */
|
|
165
|
-
export const
|
|
166
|
-
/** this is a test for the token pipeline */
|
|
167
|
-
export const npmTest = "#B0D1F3";
|
|
168
|
-
/** this is a test for the token pipeline */
|
|
169
|
-
export const felipeTestColor = "#031A31";
|
|
170
|
-
/** this is a test for the token pipeline */
|
|
171
|
-
export const golianiTestColor = "#031A31";
|
|
165
|
+
export const pipeTestRenaming = "#B0D1F3";
|
|
172
166
|
|
|
173
167
|
// Semantic - Icon
|
|
174
168
|
/** Primary icon color on primary surfaces. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* colormode-light.js
|
|
3
|
-
* Generiert am: 2025-11-25T11:
|
|
3
|
+
* Generiert am: 2025-11-25T11:46:05.660Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -162,13 +162,7 @@ export const coreColorSecondaryConstant = "#FFFFFF";
|
|
|
162
162
|
/** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
163
163
|
export const coreColorTertiaryConstant = "#232629";
|
|
164
164
|
/** this is a test for the token pipeline */
|
|
165
|
-
export const
|
|
166
|
-
/** this is a test for the token pipeline */
|
|
167
|
-
export const npmTest = "#476D93";
|
|
168
|
-
/** this is a test for the token pipeline */
|
|
169
|
-
export const felipeTestColor = "#E9580A";
|
|
170
|
-
/** this is a test for the token pipeline */
|
|
171
|
-
export const golianiTestColor = "#00FFF2";
|
|
165
|
+
export const pipeTestRenaming = "#476D93";
|
|
172
166
|
|
|
173
167
|
// Semantic - Icon
|
|
174
168
|
/** Primary icon color on primary surfaces. */
|