@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.
Files changed (49) hide show
  1. package/README.md +549 -493
  2. package/dist/android/res/values/brands/bild/semantic/color/colormode-dark.xml +1 -1
  3. package/dist/android/res/values/brands/bild/semantic/color/colormode-light.xml +1 -1
  4. package/dist/android/res/values/brands/sportbild/semantic/color/colormode-dark.xml +1 -1
  5. package/dist/android/res/values/brands/sportbild/semantic/color/colormode-light.xml +1 -1
  6. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  7. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  8. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  9. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  12. package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
  13. package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
  14. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  15. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  16. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  17. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  18. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  19. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  20. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
  21. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
  22. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  23. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  24. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  25. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  26. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  27. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  28. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +1 -1
  29. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +1 -1
  30. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +1 -1
  31. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +1 -1
  32. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +1 -1
  33. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +1 -1
  34. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +1 -1
  35. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +1 -1
  36. package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -2
  37. package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -2
  38. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -2
  39. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -2
  40. package/dist/json/brands/bild/semantic/color/colormode-dark.json +41 -41
  41. package/dist/json/brands/bild/semantic/color/colormode-light.json +41 -41
  42. package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +41 -41
  43. package/dist/json/brands/sportbild/semantic/color/colormode-light.json +41 -41
  44. package/dist/manifest.json +1 -1
  45. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
  46. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
  47. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
  48. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
  49. package/package.json +1 -1
@@ -2224,6 +2224,47 @@
2224
2224
  "Core",
2225
2225
  "felipeTestColor"
2226
2226
  ]
2227
+ },
2228
+ "mariotest": {
2229
+ "$value": "#e9580a",
2230
+ "value": "#E9580A",
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-light.json",
2242
+ "isSource": true,
2243
+ "original": {
2244
+ "$value": "#E9580A",
2245
+ "value": "#E9580A",
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-light.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",
@@ -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/sportbild/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/sportbild/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",
@@ -2224,6 +2224,47 @@
2224
2224
  "Core",
2225
2225
  "felipeTestColor"
2226
2226
  ]
2227
+ },
2228
+ "mariotest": {
2229
+ "$value": "#e9580a",
2230
+ "value": "#E9580A",
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/sportbild/color/colormode-light.json",
2242
+ "isSource": true,
2243
+ "original": {
2244
+ "$value": "#E9580A",
2245
+ "value": "#E9580A",
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/sportbild/color/colormode-light.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",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2025-11-23T19:12:54.864Z",
2
+ "generated": "2025-11-24T09:11:27.439Z",
3
3
  "version": "2.0.0",
4
4
  "statistics": {
5
5
  "sharedPrimitives": {
@@ -135,6 +135,7 @@ $semantic-core-core-color-tertiary-constant: #232629; // Use this on elements th
135
135
  $semantic-core-core-color-tertiary-vv-pipe-test: #B0D1F3; // this is a test for the token pipeline
136
136
  $semantic-core-npm-test: #B0D1F3; // this is a test for the token pipeline
137
137
  $semantic-core-felipe-test-color: #031A31; // this is a test for the token pipeline
138
+ $semantic-core-mariotest: #031A31; // this is a test for the token pipeline
138
139
  $semantic-icon-icon-color-primary: #8C9196; // Primary icon color on primary surfaces.
139
140
  // Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
140
141
  // Behavior: Dynamic — switches between light and dark.
@@ -289,7 +290,6 @@ $component-pagination-gallery-pagination-element-active-opacity: 100px; // Use t
289
290
  $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.
290
291
  $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.
291
292
  $component-kicker-standard-kicker-bg-color-on-surface: #8C9196;
292
- $component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
293
293
  $component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
294
294
  $component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
295
295
  $component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
@@ -135,6 +135,7 @@ $semantic-core-core-color-tertiary-constant: #232629; // Use this on elements th
135
135
  $semantic-core-core-color-tertiary-vv-pipe-test: #476D93; // this is a test for the token pipeline
136
136
  $semantic-core-npm-test: #476D93; // this is a test for the token pipeline
137
137
  $semantic-core-felipe-test-color: #E9580A; // this is a test for the token pipeline
138
+ $semantic-core-mariotest: #E9580A; // this is a test for the token pipeline
138
139
  $semantic-icon-icon-color-primary: #4B525A; // Primary icon color on primary surfaces.
139
140
  // Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
140
141
  // Behavior: Dynamic — switches between light and dark.
@@ -289,7 +290,6 @@ $component-pagination-gallery-pagination-element-active-opacity: 100px; // Use t
289
290
  $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.
290
291
  $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.
291
292
  $component-kicker-standard-kicker-bg-color-on-surface: #DD0000;
292
- $component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
293
293
  $component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
294
294
  $component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
295
295
  $component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
@@ -135,6 +135,7 @@ $semantic-core-core-color-tertiary-constant: #232629; // Use this on elements th
135
135
  $semantic-core-core-color-tertiary-vv-pipe-test: #B0D1F3; // this is a test for the token pipeline
136
136
  $semantic-core-npm-test: #B0D1F3; // this is a test for the token pipeline
137
137
  $semantic-core-felipe-test-color: #031A31; // this is a test for the token pipeline
138
+ $semantic-core-mariotest: #031A31; // this is a test for the token pipeline
138
139
  $semantic-icon-icon-color-primary: #8C9196; // Primary icon color on primary surfaces.
139
140
  // Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
140
141
  // Behavior: Dynamic — switches between light and dark.
@@ -289,7 +290,6 @@ $component-pagination-gallery-pagination-element-active-opacity: 100px; // Use t
289
290
  $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.
290
291
  $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.
291
292
  $component-kicker-standard-kicker-bg-color-on-surface: #8C9196;
292
- $component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
293
293
  $component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
294
294
  $component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
295
295
  $component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
@@ -135,6 +135,7 @@ $semantic-core-core-color-tertiary-constant: #232629; // Use this on elements th
135
135
  $semantic-core-core-color-tertiary-vv-pipe-test: #476D93; // this is a test for the token pipeline
136
136
  $semantic-core-npm-test: #476D93; // this is a test for the token pipeline
137
137
  $semantic-core-felipe-test-color: #E9580A; // this is a test for the token pipeline
138
+ $semantic-core-mariotest: #E9580A; // this is a test for the token pipeline
138
139
  $semantic-icon-icon-color-primary: #4B525A; // Primary icon color on primary surfaces.
139
140
  // Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
140
141
  // Behavior: Dynamic — switches between light and dark.
@@ -289,7 +290,6 @@ $component-pagination-gallery-pagination-element-active-opacity: 100px; // Use t
289
290
  $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.
290
291
  $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.
291
292
  $component-kicker-standard-kicker-bg-color-on-surface: #DD0000;
292
- $component-kicker-partner-kicker-stylebook-bg-color: UNRESOLVED_VariableID:16104:163534;
293
293
  $component-kicker-partner-kicker-fitbook-bg-color: #FF97B7;
294
294
  $component-kicker-partner-kicker-petbook-bg-color: #B9DB91;
295
295
  $component-kicker-partner-kicker-myhomebook-bg-color: #66CCCC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marioschmidt/design-system-tokens",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "BILD Design System Token Pipeline with Style Dictionary - Multi-brand design tokens for BILD, SportBILD, and Advertorial",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",