@marioschmidt/design-system-tokens 1.0.15 → 1.0.16

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 (590) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +669 -0
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +669 -0
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +669 -0
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +669 -0
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +668 -0
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +668 -0
  7. package/dist/android/res/values/brands/advertorial/density/density-compact.xml +15 -0
  8. package/dist/android/res/values/brands/advertorial/density/density-default.xml +15 -0
  9. package/dist/android/res/values/brands/advertorial/density/density-spacious.xml +15 -0
  10. package/dist/android/res/values/{mapping/brand_advertorial.xml → brands/advertorial/overrides/brandtokenmapping.xml} +250 -250
  11. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  12. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  13. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  14. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  15. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +20 -0
  16. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +20 -0
  17. package/dist/android/res/values/brands/bild/density/density-compact.xml +15 -0
  18. package/dist/android/res/values/brands/bild/density/density-default.xml +15 -0
  19. package/dist/android/res/values/brands/bild/density/density-spacious.xml +15 -0
  20. package/dist/android/res/values/{mapping/brand_color_bild.xml → brands/bild/overrides/brandcolormapping.xml} +52 -52
  21. package/dist/android/res/values/{mapping/brand_bild.xml → brands/bild/overrides/brandtokenmapping.xml} +250 -250
  22. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  23. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  24. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  25. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  26. package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_dark.xml → brands/bild/semantic/color/colormode-dark.xml} +222 -221
  27. package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_light.xml → brands/bild/semantic/color/colormode-light.xml} +227 -226
  28. package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +20 -0
  29. package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +20 -0
  30. package/dist/android/res/values/brands/sportbild/density/density-compact.xml +15 -0
  31. package/dist/android/res/values/brands/sportbild/density/density-default.xml +15 -0
  32. package/dist/android/res/values/brands/sportbild/density/density-spacious.xml +15 -0
  33. package/dist/android/res/values/{mapping/brand_color_sportbild.xml → brands/sportbild/overrides/brandcolormapping.xml} +53 -53
  34. package/dist/android/res/values/{mapping/brand_sportbild.xml → brands/sportbild/overrides/brandtokenmapping.xml} +250 -250
  35. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  36. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  37. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  38. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  39. package/dist/android/res/values/{semantic/bild/color/color_bild_dark.xml → brands/sportbild/semantic/color/colormode-dark.xml} +222 -221
  40. package/dist/android/res/values/{semantic/bild/color/color_bild_light.xml → brands/sportbild/semantic/color/colormode-light.xml} +227 -226
  41. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +20 -0
  42. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +20 -0
  43. package/dist/android/res/values/{base/primitive_color_value.xml → shared/colorprimitive.xml} +74 -74
  44. package/dist/android/res/values/{base/primitive_font_value.xml → shared/fontprimitive.xml} +23 -23
  45. package/dist/android/res/values/shared/sizeprimitive.xml +56 -0
  46. package/dist/android/res/values/shared/spaceprimitive.xml +32 -0
  47. package/dist/css/brands/advertorial/density/density-compact.css +14 -0
  48. package/dist/css/brands/advertorial/density/density-default.css +14 -0
  49. package/dist/css/brands/advertorial/density/density-spacious.css +14 -0
  50. package/dist/css/{mapping/brand-advertorial-global.css → brands/advertorial/overrides/brandtokenmapping.css} +131 -131
  51. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  52. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  53. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  54. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  55. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +66 -0
  56. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +66 -0
  57. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +989 -0
  58. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +989 -0
  59. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +989 -0
  60. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +989 -0
  61. package/dist/css/brands/bild/density/density-compact.css +14 -0
  62. package/dist/css/brands/bild/density/density-default.css +14 -0
  63. package/dist/css/brands/bild/density/density-spacious.css +14 -0
  64. package/dist/css/brands/bild/overrides/brandcolormapping.css +74 -0
  65. package/dist/css/{mapping/brand-bild-global.css → brands/bild/overrides/brandtokenmapping.css} +94 -94
  66. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  67. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  68. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  69. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  70. package/dist/css/{semantic/bild/color/color-bild-dark-global.css → brands/bild/semantic/color/colormode-dark.css} +303 -302
  71. package/dist/css/{semantic/bild/color/color-bild-light-global.css → brands/bild/semantic/color/colormode-light.css} +302 -301
  72. package/dist/css/brands/bild/semantic/effects/effects-dark.css +66 -0
  73. package/dist/css/brands/bild/semantic/effects/effects-light.css +66 -0
  74. package/dist/css/brands/bild/semantic/typography/typography-lg.css +989 -0
  75. package/dist/css/brands/bild/semantic/typography/typography-md.css +989 -0
  76. package/dist/css/brands/bild/semantic/typography/typography-sm.css +989 -0
  77. package/dist/css/brands/bild/semantic/typography/typography-xs.css +989 -0
  78. package/dist/css/brands/sportbild/density/density-compact.css +14 -0
  79. package/dist/css/brands/sportbild/density/density-default.css +14 -0
  80. package/dist/css/brands/sportbild/density/density-spacious.css +14 -0
  81. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +74 -0
  82. package/dist/css/{mapping/brand-sportbild-global.css → brands/sportbild/overrides/brandtokenmapping.css} +128 -128
  83. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  84. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  85. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  86. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  87. package/dist/css/{semantic/advertorial/color/color-advertorial-dark-global.css → brands/sportbild/semantic/color/colormode-dark.css} +303 -302
  88. package/dist/css/{semantic/advertorial/color/color-advertorial-light-global.css → brands/sportbild/semantic/color/colormode-light.css} +302 -301
  89. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +66 -0
  90. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +66 -0
  91. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +989 -0
  92. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +989 -0
  93. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +989 -0
  94. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +989 -0
  95. package/dist/css/shared/colorprimitive.css +100 -0
  96. package/dist/flutter/brands/advertorial/density/density-compact.dart +23 -0
  97. package/dist/flutter/brands/advertorial/density/density-default.dart +23 -0
  98. package/dist/flutter/brands/advertorial/density/density-spacious.dart +23 -0
  99. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +286 -0
  100. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  101. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  102. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  103. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  104. package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +28 -0
  105. package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +28 -0
  106. package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +147 -0
  107. package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +147 -0
  108. package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +147 -0
  109. package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +147 -0
  110. package/dist/flutter/brands/bild/density/density-compact.dart +23 -0
  111. package/dist/flutter/brands/bild/density/density-default.dart +23 -0
  112. package/dist/flutter/brands/bild/density/density-spacious.dart +23 -0
  113. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +83 -0
  114. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +286 -0
  115. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  116. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  117. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  118. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  119. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +436 -0
  120. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +436 -0
  121. package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +28 -0
  122. package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +28 -0
  123. package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +147 -0
  124. package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +147 -0
  125. package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +147 -0
  126. package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +147 -0
  127. package/dist/flutter/brands/sportbild/density/density-compact.dart +23 -0
  128. package/dist/flutter/brands/sportbild/density/density-default.dart +23 -0
  129. package/dist/flutter/brands/sportbild/density/density-spacious.dart +23 -0
  130. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +83 -0
  131. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +286 -0
  132. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  133. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  134. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  135. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  136. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +436 -0
  137. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +436 -0
  138. package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +28 -0
  139. package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +28 -0
  140. package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +147 -0
  141. package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +147 -0
  142. package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +147 -0
  143. package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +147 -0
  144. package/dist/flutter/shared/colorprimitive.dart +109 -0
  145. package/dist/flutter/shared/fontprimitive.dart +58 -0
  146. package/dist/flutter/shared/sizeprimitive.dart +64 -0
  147. package/dist/flutter/shared/spaceprimitive.dart +40 -0
  148. package/dist/ios/brands/advertorial/density/DensityCompact.swift +20 -0
  149. package/dist/ios/brands/advertorial/density/DensityDefault.swift +20 -0
  150. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +20 -0
  151. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +283 -0
  152. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  153. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  154. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  155. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  156. package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +25 -0
  157. package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +25 -0
  158. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +245 -0
  159. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +245 -0
  160. package/dist/ios/brands/bild/density/DensityCompact.swift +20 -0
  161. package/dist/ios/brands/bild/density/DensityDefault.swift +20 -0
  162. package/dist/ios/brands/bild/density/DensitySpacious.swift +20 -0
  163. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +80 -0
  164. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +283 -0
  165. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  166. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  167. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  168. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  169. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +433 -0
  170. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +433 -0
  171. package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +25 -0
  172. package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +25 -0
  173. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +245 -0
  174. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +245 -0
  175. package/dist/ios/brands/sportbild/density/DensityCompact.swift +20 -0
  176. package/dist/ios/brands/sportbild/density/DensityDefault.swift +20 -0
  177. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +20 -0
  178. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +80 -0
  179. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +283 -0
  180. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  181. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  182. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  183. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  184. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +433 -0
  185. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +433 -0
  186. package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +25 -0
  187. package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +25 -0
  188. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +245 -0
  189. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +245 -0
  190. package/dist/ios/shared/Colorprimitive.swift +106 -0
  191. package/dist/ios/shared/Fontprimitive.swift +55 -0
  192. package/dist/ios/shared/Sizeprimitive.swift +61 -0
  193. package/dist/ios/shared/Spaceprimitive.swift +37 -0
  194. package/dist/js/brands/advertorial/density/density-compact.js +12 -0
  195. package/dist/js/brands/advertorial/density/density-default.js +12 -0
  196. package/dist/js/brands/advertorial/density/density-spacious.js +12 -0
  197. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +332 -0
  198. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +494 -0
  199. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +498 -0
  200. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +496 -0
  201. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +496 -0
  202. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +219 -0
  203. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +219 -0
  204. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1135 -0
  205. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1135 -0
  206. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1135 -0
  207. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1135 -0
  208. package/dist/js/brands/bild/density/density-compact.js +12 -0
  209. package/dist/js/brands/bild/density/density-default.js +12 -0
  210. package/dist/js/brands/bild/density/density-spacious.js +12 -0
  211. package/dist/js/brands/bild/overrides/brandcolormapping.js +76 -0
  212. package/dist/js/brands/bild/overrides/brandtokenmapping.js +301 -0
  213. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +482 -0
  214. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +485 -0
  215. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +488 -0
  216. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +488 -0
  217. package/dist/js/brands/bild/semantic/color/colormode-dark.js +231 -0
  218. package/dist/js/brands/bild/semantic/color/colormode-light.js +231 -0
  219. package/dist/js/brands/bild/semantic/effects/effects-dark.js +219 -0
  220. package/dist/js/brands/bild/semantic/effects/effects-light.js +219 -0
  221. package/dist/js/brands/bild/semantic/typography/typography-lg.js +1135 -0
  222. package/dist/js/brands/bild/semantic/typography/typography-md.js +1135 -0
  223. package/dist/js/brands/bild/semantic/typography/typography-sm.js +1135 -0
  224. package/dist/js/brands/bild/semantic/typography/typography-xs.js +1135 -0
  225. package/dist/js/brands/sportbild/density/density-compact.js +12 -0
  226. package/dist/js/brands/sportbild/density/density-default.js +12 -0
  227. package/dist/js/brands/sportbild/density/density-spacious.js +12 -0
  228. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +76 -0
  229. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +332 -0
  230. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +497 -0
  231. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +497 -0
  232. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +497 -0
  233. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +497 -0
  234. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +231 -0
  235. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +231 -0
  236. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +219 -0
  237. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +219 -0
  238. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1135 -0
  239. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1135 -0
  240. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1135 -0
  241. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1135 -0
  242. package/dist/js/shared/colorprimitive.js +98 -0
  243. package/dist/js/shared/fontprimitive.js +47 -0
  244. package/dist/js/shared/sizeprimitive.js +53 -0
  245. package/dist/js/shared/spaceprimitive.js +29 -0
  246. package/dist/json/brands/advertorial/density/density-compact.json +330 -0
  247. package/dist/json/brands/advertorial/density/density-default.json +330 -0
  248. package/dist/json/brands/advertorial/density/density-spacious.json +330 -0
  249. package/dist/json/brands/advertorial/overrides/brandtokenmapping.json +11695 -0
  250. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  251. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  252. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  253. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  254. package/dist/json/brands/advertorial/semantic/effects/effects-dark.json +1301 -0
  255. package/dist/json/brands/advertorial/semantic/effects/effects-light.json +1301 -0
  256. package/dist/json/brands/advertorial/semantic/typography/typography-lg.json +8329 -0
  257. package/dist/json/brands/advertorial/semantic/typography/typography-md.json +8329 -0
  258. package/dist/json/brands/advertorial/semantic/typography/typography-sm.json +8329 -0
  259. package/dist/json/brands/advertorial/semantic/typography/typography-xs.json +8329 -0
  260. package/dist/json/brands/bild/density/density-compact.json +330 -0
  261. package/dist/json/brands/bild/density/density-default.json +330 -0
  262. package/dist/json/brands/bild/density/density-spacious.json +330 -0
  263. package/dist/json/brands/bild/overrides/brandcolormapping.json +2796 -0
  264. package/dist/json/brands/bild/overrides/brandtokenmapping.json +11695 -0
  265. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  266. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  267. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  268. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  269. package/dist/json/brands/bild/semantic/color/colormode-dark.json +8629 -0
  270. package/dist/json/brands/bild/semantic/color/colormode-light.json +8629 -0
  271. package/dist/json/brands/bild/semantic/effects/effects-dark.json +1301 -0
  272. package/dist/json/brands/bild/semantic/effects/effects-light.json +1301 -0
  273. package/dist/json/brands/bild/semantic/typography/typography-lg.json +8329 -0
  274. package/dist/json/brands/bild/semantic/typography/typography-md.json +8329 -0
  275. package/dist/json/brands/bild/semantic/typography/typography-sm.json +8329 -0
  276. package/dist/json/brands/bild/semantic/typography/typography-xs.json +8329 -0
  277. package/dist/json/brands/sportbild/density/density-compact.json +330 -0
  278. package/dist/json/brands/sportbild/density/density-default.json +330 -0
  279. package/dist/json/brands/sportbild/density/density-spacious.json +330 -0
  280. package/dist/json/brands/sportbild/overrides/brandcolormapping.json +2796 -0
  281. package/dist/json/brands/sportbild/overrides/brandtokenmapping.json +11695 -0
  282. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  283. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  284. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  285. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  286. package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +8629 -0
  287. package/dist/json/brands/sportbild/semantic/color/colormode-light.json +8629 -0
  288. package/dist/json/brands/sportbild/semantic/effects/effects-dark.json +1301 -0
  289. package/dist/json/brands/sportbild/semantic/effects/effects-light.json +1301 -0
  290. package/dist/json/brands/sportbild/semantic/typography/typography-lg.json +8329 -0
  291. package/dist/json/brands/sportbild/semantic/typography/typography-md.json +8329 -0
  292. package/dist/json/brands/sportbild/semantic/typography/typography-sm.json +8329 -0
  293. package/dist/json/brands/sportbild/semantic/typography/typography-xs.json +8329 -0
  294. package/dist/json/shared/colorprimitive.json +3704 -0
  295. package/dist/json/shared/fontprimitive.json +1581 -0
  296. package/dist/json/shared/sizeprimitive.json +1717 -0
  297. package/dist/json/shared/spaceprimitive.json +877 -0
  298. package/dist/manifest.json +66 -258
  299. package/dist/scss/brands/advertorial/density/density-compact.scss +11 -0
  300. package/dist/scss/brands/advertorial/density/density-default.scss +11 -0
  301. package/dist/scss/brands/advertorial/density/density-spacious.scss +11 -0
  302. package/dist/scss/{mapping/brand-advertorial.scss → brands/advertorial/overrides/brandtokenmapping.scss} +131 -131
  303. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  304. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  305. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  306. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  307. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +16 -0
  308. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +16 -0
  309. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +127 -0
  310. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +127 -0
  311. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +127 -0
  312. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +127 -0
  313. package/dist/scss/brands/bild/density/density-compact.scss +11 -0
  314. package/dist/scss/brands/bild/density/density-default.scss +11 -0
  315. package/dist/scss/brands/bild/density/density-spacious.scss +11 -0
  316. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +71 -0
  317. package/dist/scss/{mapping/brand-bild.scss → brands/bild/overrides/brandtokenmapping.scss} +94 -94
  318. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  319. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  320. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  321. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  322. package/dist/scss/{semantic/advertorial/color/color-advertorial-dark.scss → brands/bild/semantic/color/colormode-dark.scss} +283 -282
  323. package/dist/scss/{semantic/bild/color/color-bild-light.scss → brands/bild/semantic/color/colormode-light.scss} +282 -281
  324. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +16 -0
  325. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +16 -0
  326. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +127 -0
  327. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +127 -0
  328. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +127 -0
  329. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +127 -0
  330. package/dist/scss/brands/sportbild/density/density-compact.scss +11 -0
  331. package/dist/scss/brands/sportbild/density/density-default.scss +11 -0
  332. package/dist/scss/brands/sportbild/density/density-spacious.scss +11 -0
  333. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +71 -0
  334. package/dist/scss/{mapping/brand-sportbild.scss → brands/sportbild/overrides/brandtokenmapping.scss} +128 -128
  335. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  336. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  337. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  338. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  339. package/dist/scss/{semantic/bild/color/color-bild-dark.scss → brands/sportbild/semantic/color/colormode-dark.scss} +283 -282
  340. package/dist/scss/{semantic/advertorial/color/color-advertorial-light.scss → brands/sportbild/semantic/color/colormode-light.scss} +282 -281
  341. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +16 -0
  342. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +16 -0
  343. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +127 -0
  344. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +127 -0
  345. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +127 -0
  346. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +127 -0
  347. package/dist/scss/shared/colorprimitive.scss +97 -0
  348. package/package.json +4 -4
  349. package/dist/android/res/values/base/primitive_size_value.xml +0 -56
  350. package/dist/android/res/values/base/primitive_space_value.xml +0 -32
  351. package/dist/android/res/values/density/density_compact.xml +0 -15
  352. package/dist/android/res/values/density/density_default.xml +0 -15
  353. package/dist/android/res/values/density/density_spacious.xml +0 -15
  354. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.xml +0 -473
  355. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_md.xml +0 -473
  356. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.xml +0 -473
  357. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.xml +0 -473
  358. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_lg.xml +0 -473
  359. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_md.xml +0 -473
  360. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_sm.xml +0 -473
  361. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_xs.xml +0 -473
  362. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.xml +0 -473
  363. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_md.xml +0 -473
  364. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.xml +0 -473
  365. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.xml +0 -473
  366. package/dist/android/res/values/semantic/sportbild/color/color_sportbild_dark.xml +0 -271
  367. package/dist/android/res/values/semantic/sportbild/color/color_sportbild_light.xml +0 -271
  368. package/dist/css/base/index.css +0 -8
  369. package/dist/css/base/primitive-color-value-global.css +0 -100
  370. package/dist/css/base/primitive-color-value.css +0 -100
  371. package/dist/css/base/primitive-font-value.css +0 -49
  372. package/dist/css/base/primitive-size-value.css +0 -55
  373. package/dist/css/base/primitive-space-value.css +0 -31
  374. package/dist/css/density/density-compact-global.css +0 -14
  375. package/dist/css/density/density-compact.css +0 -14
  376. package/dist/css/density/density-default-global.css +0 -14
  377. package/dist/css/density/density-default.css +0 -14
  378. package/dist/css/density/density-spacious-global.css +0 -14
  379. package/dist/css/density/density-spacious.css +0 -14
  380. package/dist/css/density/index.css +0 -7
  381. package/dist/css/mapping/brand-advertorial.css +0 -277
  382. package/dist/css/mapping/brand-bild.css +0 -277
  383. package/dist/css/mapping/brand-color-bild-global.css +0 -74
  384. package/dist/css/mapping/brand-color-bild.css +0 -74
  385. package/dist/css/mapping/brand-color-sportbild-global.css +0 -74
  386. package/dist/css/mapping/brand-color-sportbild.css +0 -74
  387. package/dist/css/mapping/brand-sportbild.css +0 -277
  388. package/dist/css/mapping/index.css +0 -9
  389. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +0 -490
  390. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +0 -490
  391. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +0 -490
  392. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +0 -490
  393. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +0 -490
  394. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +0 -490
  395. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +0 -490
  396. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +0 -490
  397. package/dist/css/semantic/advertorial/breakpoints/index.css +0 -8
  398. package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +0 -426
  399. package/dist/css/semantic/advertorial/color/color-advertorial-light.css +0 -426
  400. package/dist/css/semantic/advertorial/color/index.css +0 -6
  401. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +0 -490
  402. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +0 -490
  403. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +0 -490
  404. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +0 -490
  405. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +0 -490
  406. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +0 -490
  407. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +0 -490
  408. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +0 -490
  409. package/dist/css/semantic/bild/breakpoints/index.css +0 -8
  410. package/dist/css/semantic/bild/color/color-bild-dark.css +0 -426
  411. package/dist/css/semantic/bild/color/color-bild-light.css +0 -426
  412. package/dist/css/semantic/bild/color/index.css +0 -6
  413. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +0 -490
  414. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +0 -490
  415. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +0 -490
  416. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +0 -490
  417. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +0 -490
  418. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +0 -490
  419. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +0 -490
  420. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +0 -490
  421. package/dist/css/semantic/sportbild/breakpoints/index.css +0 -8
  422. package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +0 -426
  423. package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +0 -426
  424. package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +0 -426
  425. package/dist/css/semantic/sportbild/color/color-sportbild-light.css +0 -426
  426. package/dist/css/semantic/sportbild/color/index.css +0 -6
  427. package/dist/flutter/base/primitive_color_value.dart +0 -143
  428. package/dist/flutter/base/primitive_font_value.dart +0 -70
  429. package/dist/flutter/base/primitive_size_value.dart +0 -64
  430. package/dist/flutter/base/primitive_space_value.dart +0 -40
  431. package/dist/flutter/density/density_compact.dart +0 -28
  432. package/dist/flutter/density/density_default.dart +0 -28
  433. package/dist/flutter/density/density_spacious.dart +0 -28
  434. package/dist/flutter/mapping/brand_advertorial.dart +0 -410
  435. package/dist/flutter/mapping/brand_bild.dart +0 -410
  436. package/dist/flutter/mapping/brand_color_bild.dart +0 -133
  437. package/dist/flutter/mapping/brand_color_sportbild.dart +0 -133
  438. package/dist/flutter/mapping/brand_sportbild.dart +0 -410
  439. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.dart +0 -701
  440. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_md.dart +0 -701
  441. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.dart +0 -701
  442. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.dart +0 -701
  443. package/dist/flutter/semantic/advertorial/color/color_advertorial_dark.dart +0 -381
  444. package/dist/flutter/semantic/advertorial/color/color_advertorial_light.dart +0 -381
  445. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_lg.dart +0 -701
  446. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_md.dart +0 -701
  447. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_sm.dart +0 -701
  448. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_xs.dart +0 -701
  449. package/dist/flutter/semantic/bild/color/color_bild_dark.dart +0 -381
  450. package/dist/flutter/semantic/bild/color/color_bild_light.dart +0 -381
  451. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.dart +0 -701
  452. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_md.dart +0 -701
  453. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.dart +0 -701
  454. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.dart +0 -701
  455. package/dist/flutter/semantic/sportbild/color/color_sportbild_dark.dart +0 -381
  456. package/dist/flutter/semantic/sportbild/color/color_sportbild_light.dart +0 -381
  457. package/dist/ios/base/PrimitiveColorValue.swift +0 -140
  458. package/dist/ios/base/PrimitiveFontValue.swift +0 -67
  459. package/dist/ios/base/PrimitiveSizeValue.swift +0 -61
  460. package/dist/ios/base/PrimitiveSpaceValue.swift +0 -37
  461. package/dist/ios/density/DensityCompact.swift +0 -25
  462. package/dist/ios/density/DensityDefault.swift +0 -25
  463. package/dist/ios/density/DensitySpacious.swift +0 -25
  464. package/dist/ios/mapping/BrandAdvertorial.swift +0 -407
  465. package/dist/ios/mapping/BrandBild.swift +0 -407
  466. package/dist/ios/mapping/BrandColorBild.swift +0 -130
  467. package/dist/ios/mapping/BrandColorSportbild.swift +0 -130
  468. package/dist/ios/mapping/BrandSportbild.swift +0 -407
  469. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialLg.swift +0 -698
  470. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialMd.swift +0 -698
  471. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialSm.swift +0 -698
  472. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialXs.swift +0 -698
  473. package/dist/ios/semantic/advertorial/color/ColorAdvertorialDark.swift +0 -378
  474. package/dist/ios/semantic/advertorial/color/ColorAdvertorialLight.swift +0 -378
  475. package/dist/ios/semantic/bild/breakpoints/BreakpointBildLg.swift +0 -698
  476. package/dist/ios/semantic/bild/breakpoints/BreakpointBildMd.swift +0 -698
  477. package/dist/ios/semantic/bild/breakpoints/BreakpointBildSm.swift +0 -698
  478. package/dist/ios/semantic/bild/breakpoints/BreakpointBildXs.swift +0 -698
  479. package/dist/ios/semantic/bild/color/ColorBildDark.swift +0 -378
  480. package/dist/ios/semantic/bild/color/ColorBildLight.swift +0 -378
  481. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildLg.swift +0 -698
  482. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildMd.swift +0 -698
  483. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildSm.swift +0 -698
  484. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildXs.swift +0 -698
  485. package/dist/ios/semantic/sportbild/color/ColorSportbildDark.swift +0 -378
  486. package/dist/ios/semantic/sportbild/color/ColorSportbildLight.swift +0 -378
  487. package/dist/js/base/index.js +0 -15
  488. package/dist/js/base/primitive-color-value.js +0 -98
  489. package/dist/js/base/primitive-font-value.js +0 -47
  490. package/dist/js/base/primitive-size-value.js +0 -53
  491. package/dist/js/base/primitive-space-value.js +0 -29
  492. package/dist/js/density/density-compact.js +0 -12
  493. package/dist/js/density/density-default.js +0 -12
  494. package/dist/js/density/density-spacious.js +0 -12
  495. package/dist/js/density/index.js +0 -13
  496. package/dist/js/mapping/brand-advertorial.js +0 -283
  497. package/dist/js/mapping/brand-bild.js +0 -285
  498. package/dist/js/mapping/brand-color-bild.js +0 -78
  499. package/dist/js/mapping/brand-color-sportbild.js +0 -78
  500. package/dist/js/mapping/brand-sportbild.js +0 -292
  501. package/dist/js/mapping/index.js +0 -17
  502. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +0 -469
  503. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +0 -469
  504. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +0 -470
  505. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +0 -470
  506. package/dist/js/semantic/advertorial/breakpoints/index.js +0 -15
  507. package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +0 -244
  508. package/dist/js/semantic/advertorial/color/color-advertorial-light.js +0 -240
  509. package/dist/js/semantic/advertorial/color/index.js +0 -11
  510. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +0 -470
  511. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +0 -470
  512. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +0 -471
  513. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +0 -471
  514. package/dist/js/semantic/bild/breakpoints/index.js +0 -15
  515. package/dist/js/semantic/bild/color/color-bild-dark.js +0 -244
  516. package/dist/js/semantic/bild/color/color-bild-light.js +0 -240
  517. package/dist/js/semantic/bild/color/index.js +0 -11
  518. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +0 -471
  519. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +0 -471
  520. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +0 -472
  521. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +0 -472
  522. package/dist/js/semantic/sportbild/breakpoints/index.js +0 -15
  523. package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +0 -244
  524. package/dist/js/semantic/sportbild/color/color-sportbild-light.js +0 -240
  525. package/dist/js/semantic/sportbild/color/index.js +0 -11
  526. package/dist/json/base/primitive-color-value.json +0 -148
  527. package/dist/json/base/primitive-font-value.json +0 -59
  528. package/dist/json/base/primitive-size-value.json +0 -51
  529. package/dist/json/base/primitive-space-value.json +0 -27
  530. package/dist/json/density/density-compact.json +0 -16
  531. package/dist/json/density/density-default.json +0 -16
  532. package/dist/json/density/density-spacious.json +0 -16
  533. package/dist/json/mapping/brand-advertorial.json +0 -393
  534. package/dist/json/mapping/brand-bild.json +0 -393
  535. package/dist/json/mapping/brand-color-bild.json +0 -98
  536. package/dist/json/mapping/brand-color-sportbild.json +0 -98
  537. package/dist/json/mapping/brand-sportbild.json +0 -393
  538. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +0 -686
  539. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +0 -686
  540. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +0 -686
  541. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +0 -686
  542. package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +0 -308
  543. package/dist/json/semantic/advertorial/color/color-advertorial-light.json +0 -308
  544. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +0 -686
  545. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +0 -686
  546. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +0 -686
  547. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +0 -686
  548. package/dist/json/semantic/bild/color/color-bild-dark.json +0 -308
  549. package/dist/json/semantic/bild/color/color-bild-light.json +0 -308
  550. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +0 -686
  551. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +0 -686
  552. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +0 -686
  553. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +0 -686
  554. package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +0 -308
  555. package/dist/json/semantic/sportbild/color/color-sportbild-light.json +0 -308
  556. package/dist/scss/base/index.scss +0 -8
  557. package/dist/scss/base/primitive-color-value.scss +0 -97
  558. package/dist/scss/density/density-compact.scss +0 -11
  559. package/dist/scss/density/density-default.scss +0 -11
  560. package/dist/scss/density/density-spacious.scss +0 -11
  561. package/dist/scss/density/index.scss +0 -7
  562. package/dist/scss/mapping/brand-color-bild.scss +0 -71
  563. package/dist/scss/mapping/brand-color-sportbild.scss +0 -71
  564. package/dist/scss/mapping/index.scss +0 -9
  565. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +0 -475
  566. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +0 -475
  567. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +0 -475
  568. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +0 -475
  569. package/dist/scss/semantic/advertorial/breakpoints/index.scss +0 -8
  570. package/dist/scss/semantic/advertorial/color/index.scss +0 -6
  571. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +0 -475
  572. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +0 -475
  573. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +0 -475
  574. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +0 -475
  575. package/dist/scss/semantic/bild/breakpoints/index.scss +0 -8
  576. package/dist/scss/semantic/bild/color/index.scss +0 -6
  577. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +0 -475
  578. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +0 -475
  579. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +0 -475
  580. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +0 -475
  581. package/dist/scss/semantic/sportbild/breakpoints/index.scss +0 -8
  582. package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +0 -319
  583. package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +0 -319
  584. package/dist/scss/semantic/sportbild/color/index.scss +0 -6
  585. package/dist/css/{base/primitive-font-value-global.css → shared/fontprimitive.css} +23 -23
  586. package/dist/css/{base/primitive-size-value-global.css → shared/sizeprimitive.css} +41 -41
  587. package/dist/css/{base/primitive-space-value-global.css → shared/spaceprimitive.css} +20 -20
  588. package/dist/scss/{base/primitive-font-value.scss → shared/fontprimitive.scss} +23 -23
  589. package/dist/scss/{base/primitive-size-value.scss → shared/sizeprimitive.scss} +41 -41
  590. package/dist/scss/{base/primitive-space-value.scss → shared/spaceprimitive.scss} +20 -20
@@ -0,0 +1,3704 @@
1
+ {
2
+ "BILD": {
3
+ "red": {
4
+ "BILDRed": {
5
+ "$value": "#dd0000",
6
+ "value": "#DD0000",
7
+ "type": "color",
8
+ "$extensions": {
9
+ "com.figma": {
10
+ "collectionId": "VariableCollectionId:539:2238",
11
+ "collectionName": "_ColorPrimitive",
12
+ "variableId": "VariableID:539:2239"
13
+ }
14
+ },
15
+ "$type": "color",
16
+ "comment": "Tone 046",
17
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
18
+ "isSource": true,
19
+ "original": {
20
+ "$value": "#DD0000",
21
+ "value": "#DD0000",
22
+ "type": "color",
23
+ "$extensions": {
24
+ "com.figma": {
25
+ "collectionId": "VariableCollectionId:539:2238",
26
+ "collectionName": "_ColorPrimitive",
27
+ "variableId": "VariableID:539:2239"
28
+ }
29
+ },
30
+ "$type": "color",
31
+ "comment": "Tone 046"
32
+ },
33
+ "name": "BildRedBildRed",
34
+ "attributes": {
35
+ "category": "BILD",
36
+ "type": "red",
37
+ "item": "BILDRed"
38
+ },
39
+ "path": [
40
+ "BILD",
41
+ "red",
42
+ "BILDRed"
43
+ ]
44
+ },
45
+ "BILDRed035": {
46
+ "$value": "#af0002",
47
+ "value": "#AF0002",
48
+ "type": "color",
49
+ "$extensions": {
50
+ "com.figma": {
51
+ "collectionId": "VariableCollectionId:539:2238",
52
+ "collectionName": "_ColorPrimitive",
53
+ "variableId": "VariableID:2580:18750"
54
+ }
55
+ },
56
+ "$type": "color",
57
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
58
+ "isSource": true,
59
+ "original": {
60
+ "$value": "#AF0002",
61
+ "value": "#AF0002",
62
+ "type": "color",
63
+ "$extensions": {
64
+ "com.figma": {
65
+ "collectionId": "VariableCollectionId:539:2238",
66
+ "collectionName": "_ColorPrimitive",
67
+ "variableId": "VariableID:2580:18750"
68
+ }
69
+ },
70
+ "$type": "color"
71
+ },
72
+ "name": "BildRedBildRed035",
73
+ "attributes": {
74
+ "category": "BILD",
75
+ "type": "red",
76
+ "item": "BILDRed035"
77
+ },
78
+ "path": [
79
+ "BILD",
80
+ "red",
81
+ "BILDRed035"
82
+ ]
83
+ },
84
+ "BILDRed053": {
85
+ "$value": "#f52d2d",
86
+ "value": "#F52D2D",
87
+ "type": "color",
88
+ "$extensions": {
89
+ "com.figma": {
90
+ "collectionId": "VariableCollectionId:539:2238",
91
+ "collectionName": "_ColorPrimitive",
92
+ "variableId": "VariableID:2580:18751"
93
+ }
94
+ },
95
+ "$type": "color",
96
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
97
+ "isSource": true,
98
+ "original": {
99
+ "$value": "#F52D2D",
100
+ "value": "#F52D2D",
101
+ "type": "color",
102
+ "$extensions": {
103
+ "com.figma": {
104
+ "collectionId": "VariableCollectionId:539:2238",
105
+ "collectionName": "_ColorPrimitive",
106
+ "variableId": "VariableID:2580:18751"
107
+ }
108
+ },
109
+ "$type": "color"
110
+ },
111
+ "name": "BildRedBildRed053",
112
+ "attributes": {
113
+ "category": "BILD",
114
+ "type": "red",
115
+ "item": "BILDRed053"
116
+ },
117
+ "path": [
118
+ "BILD",
119
+ "red",
120
+ "BILDRed053"
121
+ ]
122
+ }
123
+ },
124
+ "gray": {
125
+ "BILD015": {
126
+ "$value": "#232629",
127
+ "value": "#232629",
128
+ "type": "color",
129
+ "$extensions": {
130
+ "com.figma": {
131
+ "collectionId": "VariableCollectionId:539:2238",
132
+ "collectionName": "_ColorPrimitive",
133
+ "variableId": "VariableID:588:1977"
134
+ }
135
+ },
136
+ "$type": "color",
137
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
138
+ "isSource": true,
139
+ "original": {
140
+ "$value": "#232629",
141
+ "value": "#232629",
142
+ "type": "color",
143
+ "$extensions": {
144
+ "com.figma": {
145
+ "collectionId": "VariableCollectionId:539:2238",
146
+ "collectionName": "_ColorPrimitive",
147
+ "variableId": "VariableID:588:1977"
148
+ }
149
+ },
150
+ "$type": "color"
151
+ },
152
+ "name": "BildGrayBild015",
153
+ "attributes": {
154
+ "category": "BILD",
155
+ "type": "gray",
156
+ "item": "BILD015"
157
+ },
158
+ "path": [
159
+ "BILD",
160
+ "gray",
161
+ "BILD015"
162
+ ]
163
+ },
164
+ "BILD085": {
165
+ "$value": "#ced4da",
166
+ "value": "#CED4DA",
167
+ "type": "color",
168
+ "$extensions": {
169
+ "com.figma": {
170
+ "collectionId": "VariableCollectionId:539:2238",
171
+ "collectionName": "_ColorPrimitive",
172
+ "variableId": "VariableID:736:2682"
173
+ }
174
+ },
175
+ "$type": "color",
176
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
177
+ "isSource": true,
178
+ "original": {
179
+ "$value": "#CED4DA",
180
+ "value": "#CED4DA",
181
+ "type": "color",
182
+ "$extensions": {
183
+ "com.figma": {
184
+ "collectionId": "VariableCollectionId:539:2238",
185
+ "collectionName": "_ColorPrimitive",
186
+ "variableId": "VariableID:736:2682"
187
+ }
188
+ },
189
+ "$type": "color"
190
+ },
191
+ "name": "BildGrayBild085",
192
+ "attributes": {
193
+ "category": "BILD",
194
+ "type": "gray",
195
+ "item": "BILD085"
196
+ },
197
+ "path": [
198
+ "BILD",
199
+ "gray",
200
+ "BILD085"
201
+ ]
202
+ },
203
+ "BILD035": {
204
+ "$value": "#4b525a",
205
+ "value": "#4B525A",
206
+ "type": "color",
207
+ "$extensions": {
208
+ "com.figma": {
209
+ "collectionId": "VariableCollectionId:539:2238",
210
+ "collectionName": "_ColorPrimitive",
211
+ "variableId": "VariableID:736:2683"
212
+ }
213
+ },
214
+ "$type": "color",
215
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
216
+ "isSource": true,
217
+ "original": {
218
+ "$value": "#4B525A",
219
+ "value": "#4B525A",
220
+ "type": "color",
221
+ "$extensions": {
222
+ "com.figma": {
223
+ "collectionId": "VariableCollectionId:539:2238",
224
+ "collectionName": "_ColorPrimitive",
225
+ "variableId": "VariableID:736:2683"
226
+ }
227
+ },
228
+ "$type": "color"
229
+ },
230
+ "name": "BildGrayBild035",
231
+ "attributes": {
232
+ "category": "BILD",
233
+ "type": "gray",
234
+ "item": "BILD035"
235
+ },
236
+ "path": [
237
+ "BILD",
238
+ "gray",
239
+ "BILD035"
240
+ ]
241
+ },
242
+ "BILD025": {
243
+ "$value": "#343c41",
244
+ "value": "#343C41",
245
+ "type": "color",
246
+ "$extensions": {
247
+ "com.figma": {
248
+ "collectionId": "VariableCollectionId:539:2238",
249
+ "collectionName": "_ColorPrimitive",
250
+ "variableId": "VariableID:2068:3674"
251
+ }
252
+ },
253
+ "$type": "color",
254
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
255
+ "isSource": true,
256
+ "original": {
257
+ "$value": "#343C41",
258
+ "value": "#343C41",
259
+ "type": "color",
260
+ "$extensions": {
261
+ "com.figma": {
262
+ "collectionId": "VariableCollectionId:539:2238",
263
+ "collectionName": "_ColorPrimitive",
264
+ "variableId": "VariableID:2068:3674"
265
+ }
266
+ },
267
+ "$type": "color"
268
+ },
269
+ "name": "BildGrayBild025",
270
+ "attributes": {
271
+ "category": "BILD",
272
+ "type": "gray",
273
+ "item": "BILD025"
274
+ },
275
+ "path": [
276
+ "BILD",
277
+ "gray",
278
+ "BILD025"
279
+ ]
280
+ },
281
+ "BILD060": {
282
+ "$value": "#8c9196",
283
+ "value": "#8C9196",
284
+ "type": "color",
285
+ "$extensions": {
286
+ "com.figma": {
287
+ "collectionId": "VariableCollectionId:539:2238",
288
+ "collectionName": "_ColorPrimitive",
289
+ "variableId": "VariableID:2552:18733"
290
+ }
291
+ },
292
+ "$type": "color",
293
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
294
+ "isSource": true,
295
+ "original": {
296
+ "$value": "#8C9196",
297
+ "value": "#8C9196",
298
+ "type": "color",
299
+ "$extensions": {
300
+ "com.figma": {
301
+ "collectionId": "VariableCollectionId:539:2238",
302
+ "collectionName": "_ColorPrimitive",
303
+ "variableId": "VariableID:2552:18733"
304
+ }
305
+ },
306
+ "$type": "color"
307
+ },
308
+ "name": "BildGrayBild060",
309
+ "attributes": {
310
+ "category": "BILD",
311
+ "type": "gray",
312
+ "item": "BILD060"
313
+ },
314
+ "path": [
315
+ "BILD",
316
+ "gray",
317
+ "BILD060"
318
+ ]
319
+ },
320
+ "BILD096": {
321
+ "$value": "#f2f4f5",
322
+ "value": "#F2F4F5",
323
+ "type": "color",
324
+ "$extensions": {
325
+ "com.figma": {
326
+ "collectionId": "VariableCollectionId:539:2238",
327
+ "collectionName": "_ColorPrimitive",
328
+ "variableId": "VariableID:2552:18742"
329
+ }
330
+ },
331
+ "$type": "color",
332
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
333
+ "isSource": true,
334
+ "original": {
335
+ "$value": "#F2F4F5",
336
+ "value": "#F2F4F5",
337
+ "type": "color",
338
+ "$extensions": {
339
+ "com.figma": {
340
+ "collectionId": "VariableCollectionId:539:2238",
341
+ "collectionName": "_ColorPrimitive",
342
+ "variableId": "VariableID:2552:18742"
343
+ }
344
+ },
345
+ "$type": "color"
346
+ },
347
+ "name": "BildGrayBild096",
348
+ "attributes": {
349
+ "category": "BILD",
350
+ "type": "gray",
351
+ "item": "BILD096"
352
+ },
353
+ "path": [
354
+ "BILD",
355
+ "gray",
356
+ "BILD096"
357
+ ]
358
+ },
359
+ "BILD093": {
360
+ "$value": "#e9ecef",
361
+ "value": "#E9ECEF",
362
+ "type": "color",
363
+ "$extensions": {
364
+ "com.figma": {
365
+ "collectionId": "VariableCollectionId:539:2238",
366
+ "collectionName": "_ColorPrimitive",
367
+ "variableId": "VariableID:2881:1765"
368
+ }
369
+ },
370
+ "$type": "color",
371
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
372
+ "isSource": true,
373
+ "original": {
374
+ "$value": "#E9ECEF",
375
+ "value": "#E9ECEF",
376
+ "type": "color",
377
+ "$extensions": {
378
+ "com.figma": {
379
+ "collectionId": "VariableCollectionId:539:2238",
380
+ "collectionName": "_ColorPrimitive",
381
+ "variableId": "VariableID:2881:1765"
382
+ }
383
+ },
384
+ "$type": "color"
385
+ },
386
+ "name": "BildGrayBild093",
387
+ "attributes": {
388
+ "category": "BILD",
389
+ "type": "gray",
390
+ "item": "BILD093"
391
+ },
392
+ "path": [
393
+ "BILD",
394
+ "gray",
395
+ "BILD093"
396
+ ]
397
+ },
398
+ "BILD085-50": {
399
+ "$value": "#ced4da80",
400
+ "value": "rgba(206, 212, 218, 0.5)",
401
+ "type": "color",
402
+ "$extensions": {
403
+ "com.figma": {
404
+ "collectionId": "VariableCollectionId:539:2238",
405
+ "collectionName": "_ColorPrimitive",
406
+ "variableId": "VariableID:3746:1642"
407
+ }
408
+ },
409
+ "$type": "color",
410
+ "comment": "The 50% opacity on this color makes it equivalent to BILD093.",
411
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
412
+ "isSource": true,
413
+ "original": {
414
+ "$value": "rgba(206, 212, 218, 0.5)",
415
+ "value": "rgba(206, 212, 218, 0.5)",
416
+ "type": "color",
417
+ "$extensions": {
418
+ "com.figma": {
419
+ "collectionId": "VariableCollectionId:539:2238",
420
+ "collectionName": "_ColorPrimitive",
421
+ "variableId": "VariableID:3746:1642"
422
+ }
423
+ },
424
+ "$type": "color",
425
+ "comment": "The 50% opacity on this color makes it equivalent to BILD093."
426
+ },
427
+ "name": "BildGrayBild08550",
428
+ "attributes": {
429
+ "category": "BILD",
430
+ "type": "gray",
431
+ "item": "BILD085-50"
432
+ },
433
+ "path": [
434
+ "BILD",
435
+ "gray",
436
+ "BILD085-50"
437
+ ]
438
+ },
439
+ "BILD073": {
440
+ "$value": "#aeb4b9",
441
+ "value": "#AEB4B9",
442
+ "type": "color",
443
+ "$extensions": {
444
+ "com.figma": {
445
+ "collectionId": "VariableCollectionId:539:2238",
446
+ "collectionName": "_ColorPrimitive",
447
+ "variableId": "VariableID:3912:4269"
448
+ }
449
+ },
450
+ "$type": "color",
451
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
452
+ "isSource": true,
453
+ "original": {
454
+ "$value": "#AEB4B9",
455
+ "value": "#AEB4B9",
456
+ "type": "color",
457
+ "$extensions": {
458
+ "com.figma": {
459
+ "collectionId": "VariableCollectionId:539:2238",
460
+ "collectionName": "_ColorPrimitive",
461
+ "variableId": "VariableID:3912:4269"
462
+ }
463
+ },
464
+ "$type": "color"
465
+ },
466
+ "name": "BildGrayBild073",
467
+ "attributes": {
468
+ "category": "BILD",
469
+ "type": "gray",
470
+ "item": "BILD073"
471
+ },
472
+ "path": [
473
+ "BILD",
474
+ "gray",
475
+ "BILD073"
476
+ ]
477
+ },
478
+ "BILD045": {
479
+ "$value": "#666b70",
480
+ "value": "#666B70",
481
+ "type": "color",
482
+ "$extensions": {
483
+ "com.figma": {
484
+ "collectionId": "VariableCollectionId:539:2238",
485
+ "collectionName": "_ColorPrimitive",
486
+ "variableId": "VariableID:3912:4271"
487
+ }
488
+ },
489
+ "$type": "color",
490
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
491
+ "isSource": true,
492
+ "original": {
493
+ "$value": "#666B70",
494
+ "value": "#666B70",
495
+ "type": "color",
496
+ "$extensions": {
497
+ "com.figma": {
498
+ "collectionId": "VariableCollectionId:539:2238",
499
+ "collectionName": "_ColorPrimitive",
500
+ "variableId": "VariableID:3912:4271"
501
+ }
502
+ },
503
+ "$type": "color"
504
+ },
505
+ "name": "BildGrayBild045",
506
+ "attributes": {
507
+ "category": "BILD",
508
+ "type": "gray",
509
+ "item": "BILD045"
510
+ },
511
+ "path": [
512
+ "BILD",
513
+ "gray",
514
+ "BILD045"
515
+ ]
516
+ },
517
+ "BILD010": {
518
+ "$value": "#1c1c1c",
519
+ "value": "#1C1C1C",
520
+ "type": "color",
521
+ "$extensions": {
522
+ "com.figma": {
523
+ "collectionId": "VariableCollectionId:539:2238",
524
+ "collectionName": "_ColorPrimitive",
525
+ "variableId": "VariableID:8929:18579"
526
+ }
527
+ },
528
+ "$type": "color",
529
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
530
+ "isSource": true,
531
+ "original": {
532
+ "$value": "#1C1C1C",
533
+ "value": "#1C1C1C",
534
+ "type": "color",
535
+ "$extensions": {
536
+ "com.figma": {
537
+ "collectionId": "VariableCollectionId:539:2238",
538
+ "collectionName": "_ColorPrimitive",
539
+ "variableId": "VariableID:8929:18579"
540
+ }
541
+ },
542
+ "$type": "color"
543
+ },
544
+ "name": "BildGrayBild010",
545
+ "attributes": {
546
+ "category": "BILD",
547
+ "type": "gray",
548
+ "item": "BILD010"
549
+ },
550
+ "path": [
551
+ "BILD",
552
+ "gray",
553
+ "BILD010"
554
+ ]
555
+ },
556
+ "BILD020": {
557
+ "$value": "#2c3138",
558
+ "value": "#2C3138",
559
+ "type": "color",
560
+ "$extensions": {
561
+ "com.figma": {
562
+ "collectionId": "VariableCollectionId:539:2238",
563
+ "collectionName": "_ColorPrimitive",
564
+ "variableId": "VariableID:8969:49793"
565
+ }
566
+ },
567
+ "$type": "color",
568
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
569
+ "isSource": true,
570
+ "original": {
571
+ "$value": "#2C3138",
572
+ "value": "#2C3138",
573
+ "type": "color",
574
+ "$extensions": {
575
+ "com.figma": {
576
+ "collectionId": "VariableCollectionId:539:2238",
577
+ "collectionName": "_ColorPrimitive",
578
+ "variableId": "VariableID:8969:49793"
579
+ }
580
+ },
581
+ "$type": "color"
582
+ },
583
+ "name": "BildGrayBild020",
584
+ "attributes": {
585
+ "category": "BILD",
586
+ "type": "gray",
587
+ "item": "BILD020"
588
+ },
589
+ "path": [
590
+ "BILD",
591
+ "gray",
592
+ "BILD020"
593
+ ]
594
+ }
595
+ },
596
+ "neutral": {
597
+ "BILD100": {
598
+ "$value": "#ffffff",
599
+ "value": "#FFFFFF",
600
+ "type": "color",
601
+ "$extensions": {
602
+ "com.figma": {
603
+ "collectionId": "VariableCollectionId:539:2238",
604
+ "collectionName": "_ColorPrimitive",
605
+ "variableId": "VariableID:588:1978"
606
+ }
607
+ },
608
+ "$type": "color",
609
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
610
+ "isSource": true,
611
+ "original": {
612
+ "$value": "#FFFFFF",
613
+ "value": "#FFFFFF",
614
+ "type": "color",
615
+ "$extensions": {
616
+ "com.figma": {
617
+ "collectionId": "VariableCollectionId:539:2238",
618
+ "collectionName": "_ColorPrimitive",
619
+ "variableId": "VariableID:588:1978"
620
+ }
621
+ },
622
+ "$type": "color"
623
+ },
624
+ "name": "BildNeutralBild100",
625
+ "attributes": {
626
+ "category": "BILD",
627
+ "type": "neutral",
628
+ "item": "BILD100"
629
+ },
630
+ "path": [
631
+ "BILD",
632
+ "neutral",
633
+ "BILD100"
634
+ ]
635
+ },
636
+ "BILDBlack": {
637
+ "$value": "#000000",
638
+ "value": "#000000",
639
+ "type": "color",
640
+ "$extensions": {
641
+ "com.figma": {
642
+ "collectionId": "VariableCollectionId:539:2238",
643
+ "collectionName": "_ColorPrimitive",
644
+ "variableId": "VariableID:17326:23858"
645
+ }
646
+ },
647
+ "$type": "color",
648
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
649
+ "isSource": true,
650
+ "original": {
651
+ "$value": "#000000",
652
+ "value": "#000000",
653
+ "type": "color",
654
+ "$extensions": {
655
+ "com.figma": {
656
+ "collectionId": "VariableCollectionId:539:2238",
657
+ "collectionName": "_ColorPrimitive",
658
+ "variableId": "VariableID:17326:23858"
659
+ }
660
+ },
661
+ "$type": "color"
662
+ },
663
+ "name": "BildNeutralBildBlack",
664
+ "attributes": {
665
+ "category": "BILD",
666
+ "type": "neutral",
667
+ "item": "BILDBlack"
668
+ },
669
+ "path": [
670
+ "BILD",
671
+ "neutral",
672
+ "BILDBlack"
673
+ ]
674
+ }
675
+ },
676
+ "orange": {
677
+ "BILDOrange": {
678
+ "$value": "#fd8227",
679
+ "value": "#FD8227",
680
+ "type": "color",
681
+ "$extensions": {
682
+ "com.figma": {
683
+ "collectionId": "VariableCollectionId:539:2238",
684
+ "collectionName": "_ColorPrimitive",
685
+ "variableId": "VariableID:2496:18724"
686
+ }
687
+ },
688
+ "$type": "color",
689
+ "comment": "Tone: 067",
690
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
691
+ "isSource": true,
692
+ "original": {
693
+ "$value": "#FD8227",
694
+ "value": "#FD8227",
695
+ "type": "color",
696
+ "$extensions": {
697
+ "com.figma": {
698
+ "collectionId": "VariableCollectionId:539:2238",
699
+ "collectionName": "_ColorPrimitive",
700
+ "variableId": "VariableID:2496:18724"
701
+ }
702
+ },
703
+ "$type": "color",
704
+ "comment": "Tone: 067"
705
+ },
706
+ "name": "BildOrangeBildOrange",
707
+ "attributes": {
708
+ "category": "BILD",
709
+ "type": "orange",
710
+ "item": "BILDOrange"
711
+ },
712
+ "path": [
713
+ "BILD",
714
+ "orange",
715
+ "BILDOrange"
716
+ ]
717
+ }
718
+ },
719
+ "green": {
720
+ "BILDGreen070": {
721
+ "$value": "#00c373",
722
+ "value": "#00C373",
723
+ "type": "color",
724
+ "$extensions": {
725
+ "com.figma": {
726
+ "collectionId": "VariableCollectionId:539:2238",
727
+ "collectionName": "_ColorPrimitive",
728
+ "variableId": "VariableID:2496:18725"
729
+ }
730
+ },
731
+ "$type": "color",
732
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
733
+ "isSource": true,
734
+ "original": {
735
+ "$value": "#00C373",
736
+ "value": "#00C373",
737
+ "type": "color",
738
+ "$extensions": {
739
+ "com.figma": {
740
+ "collectionId": "VariableCollectionId:539:2238",
741
+ "collectionName": "_ColorPrimitive",
742
+ "variableId": "VariableID:2496:18725"
743
+ }
744
+ },
745
+ "$type": "color"
746
+ },
747
+ "name": "BildGreenBildGreen070",
748
+ "attributes": {
749
+ "category": "BILD",
750
+ "type": "green",
751
+ "item": "BILDGreen070"
752
+ },
753
+ "path": [
754
+ "BILD",
755
+ "green",
756
+ "BILDGreen070"
757
+ ]
758
+ },
759
+ "BILDGreen063": {
760
+ "$value": "#00af67",
761
+ "value": "#00AF67",
762
+ "type": "color",
763
+ "$extensions": {
764
+ "com.figma": {
765
+ "collectionId": "VariableCollectionId:539:2238",
766
+ "collectionName": "_ColorPrimitive",
767
+ "variableId": "VariableID:2722:10737"
768
+ }
769
+ },
770
+ "$type": "color",
771
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
772
+ "isSource": true,
773
+ "original": {
774
+ "$value": "#00AF67",
775
+ "value": "#00AF67",
776
+ "type": "color",
777
+ "$extensions": {
778
+ "com.figma": {
779
+ "collectionId": "VariableCollectionId:539:2238",
780
+ "collectionName": "_ColorPrimitive",
781
+ "variableId": "VariableID:2722:10737"
782
+ }
783
+ },
784
+ "$type": "color"
785
+ },
786
+ "name": "BildGreenBildGreen063",
787
+ "attributes": {
788
+ "category": "BILD",
789
+ "type": "green",
790
+ "item": "BILDGreen063"
791
+ },
792
+ "path": [
793
+ "BILD",
794
+ "green",
795
+ "BILDGreen063"
796
+ ]
797
+ },
798
+ "BILDGreen093": {
799
+ "$value": "#cef4e4",
800
+ "value": "#CEF4E4",
801
+ "type": "color",
802
+ "$extensions": {
803
+ "com.figma": {
804
+ "collectionId": "VariableCollectionId:539:2238",
805
+ "collectionName": "_ColorPrimitive",
806
+ "variableId": "VariableID:2812:809"
807
+ }
808
+ },
809
+ "$type": "color",
810
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
811
+ "isSource": true,
812
+ "original": {
813
+ "$value": "#CEF4E4",
814
+ "value": "#CEF4E4",
815
+ "type": "color",
816
+ "$extensions": {
817
+ "com.figma": {
818
+ "collectionId": "VariableCollectionId:539:2238",
819
+ "collectionName": "_ColorPrimitive",
820
+ "variableId": "VariableID:2812:809"
821
+ }
822
+ },
823
+ "$type": "color"
824
+ },
825
+ "name": "BildGreenBildGreen093",
826
+ "attributes": {
827
+ "category": "BILD",
828
+ "type": "green",
829
+ "item": "BILDGreen093"
830
+ },
831
+ "path": [
832
+ "BILD",
833
+ "green",
834
+ "BILDGreen093"
835
+ ]
836
+ },
837
+ "BILDGreen093-50": {
838
+ "$value": "#cef4e480",
839
+ "value": "rgba(206, 244, 228, 0.5)",
840
+ "type": "color",
841
+ "$extensions": {
842
+ "com.figma": {
843
+ "collectionId": "VariableCollectionId:539:2238",
844
+ "collectionName": "_ColorPrimitive",
845
+ "variableId": "VariableID:3756:1744"
846
+ }
847
+ },
848
+ "$type": "color",
849
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
850
+ "isSource": true,
851
+ "original": {
852
+ "$value": "rgba(206, 244, 228, 0.5)",
853
+ "value": "rgba(206, 244, 228, 0.5)",
854
+ "type": "color",
855
+ "$extensions": {
856
+ "com.figma": {
857
+ "collectionId": "VariableCollectionId:539:2238",
858
+ "collectionName": "_ColorPrimitive",
859
+ "variableId": "VariableID:3756:1744"
860
+ }
861
+ },
862
+ "$type": "color"
863
+ },
864
+ "name": "BildGreenBildGreen09350",
865
+ "attributes": {
866
+ "category": "BILD",
867
+ "type": "green",
868
+ "item": "BILDGreen093-50"
869
+ },
870
+ "path": [
871
+ "BILD",
872
+ "green",
873
+ "BILDGreen093-50"
874
+ ]
875
+ },
876
+ "BILDGreen056-50": {
877
+ "$value": "#009b5a80",
878
+ "value": "rgba(0, 155, 90, 0.5)",
879
+ "type": "color",
880
+ "$extensions": {
881
+ "com.figma": {
882
+ "collectionId": "VariableCollectionId:539:2238",
883
+ "collectionName": "_ColorPrimitive",
884
+ "variableId": "VariableID:3765:1756"
885
+ }
886
+ },
887
+ "$type": "color",
888
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
889
+ "isSource": true,
890
+ "original": {
891
+ "$value": "rgba(0, 155, 90, 0.5)",
892
+ "value": "rgba(0, 155, 90, 0.5)",
893
+ "type": "color",
894
+ "$extensions": {
895
+ "com.figma": {
896
+ "collectionId": "VariableCollectionId:539:2238",
897
+ "collectionName": "_ColorPrimitive",
898
+ "variableId": "VariableID:3765:1756"
899
+ }
900
+ },
901
+ "$type": "color"
902
+ },
903
+ "name": "BildGreenBildGreen05650",
904
+ "attributes": {
905
+ "category": "BILD",
906
+ "type": "green",
907
+ "item": "BILDGreen056-50"
908
+ },
909
+ "path": [
910
+ "BILD",
911
+ "green",
912
+ "BILDGreen056-50"
913
+ ]
914
+ },
915
+ "BILDGreen040": {
916
+ "$value": "#006e3e",
917
+ "value": "#006E3E",
918
+ "type": "color",
919
+ "$extensions": {
920
+ "com.figma": {
921
+ "collectionId": "VariableCollectionId:539:2238",
922
+ "collectionName": "_ColorPrimitive",
923
+ "variableId": "VariableID:9697:16953"
924
+ }
925
+ },
926
+ "$type": "color",
927
+ "comment": "This value of green was found in a text field's text color.",
928
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
929
+ "isSource": true,
930
+ "original": {
931
+ "$value": "#006E3E",
932
+ "value": "#006E3E",
933
+ "type": "color",
934
+ "$extensions": {
935
+ "com.figma": {
936
+ "collectionId": "VariableCollectionId:539:2238",
937
+ "collectionName": "_ColorPrimitive",
938
+ "variableId": "VariableID:9697:16953"
939
+ }
940
+ },
941
+ "$type": "color",
942
+ "comment": "This value of green was found in a text field's text color."
943
+ },
944
+ "name": "BildGreenBildGreen040",
945
+ "attributes": {
946
+ "category": "BILD",
947
+ "type": "green",
948
+ "item": "BILDGreen040"
949
+ },
950
+ "path": [
951
+ "BILD",
952
+ "green",
953
+ "BILDGreen040"
954
+ ]
955
+ },
956
+ "BILDGreen056": {
957
+ "$value": "#18995c",
958
+ "value": "#18995C",
959
+ "type": "color",
960
+ "$extensions": {
961
+ "com.figma": {
962
+ "collectionId": "VariableCollectionId:539:2238",
963
+ "collectionName": "_ColorPrimitive",
964
+ "variableId": "VariableID:18489:23879"
965
+ }
966
+ },
967
+ "$type": "color",
968
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
969
+ "isSource": true,
970
+ "original": {
971
+ "$value": "#18995C",
972
+ "value": "#18995C",
973
+ "type": "color",
974
+ "$extensions": {
975
+ "com.figma": {
976
+ "collectionId": "VariableCollectionId:539:2238",
977
+ "collectionName": "_ColorPrimitive",
978
+ "variableId": "VariableID:18489:23879"
979
+ }
980
+ },
981
+ "$type": "color"
982
+ },
983
+ "name": "BildGreenBildGreen056",
984
+ "attributes": {
985
+ "category": "BILD",
986
+ "type": "green",
987
+ "item": "BILDGreen056"
988
+ },
989
+ "path": [
990
+ "BILD",
991
+ "green",
992
+ "BILDGreen056"
993
+ ]
994
+ }
995
+ },
996
+ "TextLabels": {
997
+ "BILDRed": {
998
+ "$value": "BILDRed",
999
+ "value": "BILDRed",
1000
+ "type": "string",
1001
+ "$extensions": {
1002
+ "com.figma": {
1003
+ "collectionId": "VariableCollectionId:539:2238",
1004
+ "collectionName": "_ColorPrimitive",
1005
+ "variableId": "VariableID:2857:864"
1006
+ }
1007
+ },
1008
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1009
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1010
+ "isSource": true,
1011
+ "original": {
1012
+ "$value": "BILDRed",
1013
+ "value": "BILDRed",
1014
+ "type": "string",
1015
+ "$extensions": {
1016
+ "com.figma": {
1017
+ "collectionId": "VariableCollectionId:539:2238",
1018
+ "collectionName": "_ColorPrimitive",
1019
+ "variableId": "VariableID:2857:864"
1020
+ }
1021
+ },
1022
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1023
+ },
1024
+ "name": "BildTextLabelsBildRed",
1025
+ "attributes": {
1026
+ "category": "BILD",
1027
+ "type": "TextLabels",
1028
+ "item": "BILDRed"
1029
+ },
1030
+ "path": [
1031
+ "BILD",
1032
+ "TextLabels",
1033
+ "BILDRed"
1034
+ ]
1035
+ },
1036
+ "BILD100": {
1037
+ "$value": "BILD100",
1038
+ "value": "BILD100",
1039
+ "type": "string",
1040
+ "$extensions": {
1041
+ "com.figma": {
1042
+ "collectionId": "VariableCollectionId:539:2238",
1043
+ "collectionName": "_ColorPrimitive",
1044
+ "variableId": "VariableID:2857:865"
1045
+ }
1046
+ },
1047
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1048
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1049
+ "isSource": true,
1050
+ "original": {
1051
+ "$value": "BILD100",
1052
+ "value": "BILD100",
1053
+ "type": "string",
1054
+ "$extensions": {
1055
+ "com.figma": {
1056
+ "collectionId": "VariableCollectionId:539:2238",
1057
+ "collectionName": "_ColorPrimitive",
1058
+ "variableId": "VariableID:2857:865"
1059
+ }
1060
+ },
1061
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1062
+ },
1063
+ "name": "BildTextLabelsBild100",
1064
+ "attributes": {
1065
+ "category": "BILD",
1066
+ "type": "TextLabels",
1067
+ "item": "BILD100"
1068
+ },
1069
+ "path": [
1070
+ "BILD",
1071
+ "TextLabels",
1072
+ "BILD100"
1073
+ ]
1074
+ },
1075
+ "BILD096": {
1076
+ "$value": "BILD096",
1077
+ "value": "BILD096",
1078
+ "type": "string",
1079
+ "$extensions": {
1080
+ "com.figma": {
1081
+ "collectionId": "VariableCollectionId:539:2238",
1082
+ "collectionName": "_ColorPrimitive",
1083
+ "variableId": "VariableID:2857:866"
1084
+ }
1085
+ },
1086
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1087
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1088
+ "isSource": true,
1089
+ "original": {
1090
+ "$value": "BILD096",
1091
+ "value": "BILD096",
1092
+ "type": "string",
1093
+ "$extensions": {
1094
+ "com.figma": {
1095
+ "collectionId": "VariableCollectionId:539:2238",
1096
+ "collectionName": "_ColorPrimitive",
1097
+ "variableId": "VariableID:2857:866"
1098
+ }
1099
+ },
1100
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1101
+ },
1102
+ "name": "BildTextLabelsBild096",
1103
+ "attributes": {
1104
+ "category": "BILD",
1105
+ "type": "TextLabels",
1106
+ "item": "BILD096"
1107
+ },
1108
+ "path": [
1109
+ "BILD",
1110
+ "TextLabels",
1111
+ "BILD096"
1112
+ ]
1113
+ },
1114
+ "BILD085": {
1115
+ "$value": "BILD085",
1116
+ "value": "BILD085",
1117
+ "type": "string",
1118
+ "$extensions": {
1119
+ "com.figma": {
1120
+ "collectionId": "VariableCollectionId:539:2238",
1121
+ "collectionName": "_ColorPrimitive",
1122
+ "variableId": "VariableID:2857:867"
1123
+ }
1124
+ },
1125
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1126
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1127
+ "isSource": true,
1128
+ "original": {
1129
+ "$value": "BILD085",
1130
+ "value": "BILD085",
1131
+ "type": "string",
1132
+ "$extensions": {
1133
+ "com.figma": {
1134
+ "collectionId": "VariableCollectionId:539:2238",
1135
+ "collectionName": "_ColorPrimitive",
1136
+ "variableId": "VariableID:2857:867"
1137
+ }
1138
+ },
1139
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1140
+ },
1141
+ "name": "BildTextLabelsBild085",
1142
+ "attributes": {
1143
+ "category": "BILD",
1144
+ "type": "TextLabels",
1145
+ "item": "BILD085"
1146
+ },
1147
+ "path": [
1148
+ "BILD",
1149
+ "TextLabels",
1150
+ "BILD085"
1151
+ ]
1152
+ },
1153
+ "BILD060": {
1154
+ "$value": "BILD060",
1155
+ "value": "BILD060",
1156
+ "type": "string",
1157
+ "$extensions": {
1158
+ "com.figma": {
1159
+ "collectionId": "VariableCollectionId:539:2238",
1160
+ "collectionName": "_ColorPrimitive",
1161
+ "variableId": "VariableID:2857:868"
1162
+ }
1163
+ },
1164
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1165
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1166
+ "isSource": true,
1167
+ "original": {
1168
+ "$value": "BILD060",
1169
+ "value": "BILD060",
1170
+ "type": "string",
1171
+ "$extensions": {
1172
+ "com.figma": {
1173
+ "collectionId": "VariableCollectionId:539:2238",
1174
+ "collectionName": "_ColorPrimitive",
1175
+ "variableId": "VariableID:2857:868"
1176
+ }
1177
+ },
1178
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1179
+ },
1180
+ "name": "BildTextLabelsBild060",
1181
+ "attributes": {
1182
+ "category": "BILD",
1183
+ "type": "TextLabels",
1184
+ "item": "BILD060"
1185
+ },
1186
+ "path": [
1187
+ "BILD",
1188
+ "TextLabels",
1189
+ "BILD060"
1190
+ ]
1191
+ },
1192
+ "BILD035": {
1193
+ "$value": "BILD035",
1194
+ "value": "BILD035",
1195
+ "type": "string",
1196
+ "$extensions": {
1197
+ "com.figma": {
1198
+ "collectionId": "VariableCollectionId:539:2238",
1199
+ "collectionName": "_ColorPrimitive",
1200
+ "variableId": "VariableID:2857:869"
1201
+ }
1202
+ },
1203
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1204
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1205
+ "isSource": true,
1206
+ "original": {
1207
+ "$value": "BILD035",
1208
+ "value": "BILD035",
1209
+ "type": "string",
1210
+ "$extensions": {
1211
+ "com.figma": {
1212
+ "collectionId": "VariableCollectionId:539:2238",
1213
+ "collectionName": "_ColorPrimitive",
1214
+ "variableId": "VariableID:2857:869"
1215
+ }
1216
+ },
1217
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1218
+ },
1219
+ "name": "BildTextLabelsBild035",
1220
+ "attributes": {
1221
+ "category": "BILD",
1222
+ "type": "TextLabels",
1223
+ "item": "BILD035"
1224
+ },
1225
+ "path": [
1226
+ "BILD",
1227
+ "TextLabels",
1228
+ "BILD035"
1229
+ ]
1230
+ },
1231
+ "BILD025": {
1232
+ "$value": "BILD025",
1233
+ "value": "BILD025",
1234
+ "type": "string",
1235
+ "$extensions": {
1236
+ "com.figma": {
1237
+ "collectionId": "VariableCollectionId:539:2238",
1238
+ "collectionName": "_ColorPrimitive",
1239
+ "variableId": "VariableID:2857:870"
1240
+ }
1241
+ },
1242
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1243
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1244
+ "isSource": true,
1245
+ "original": {
1246
+ "$value": "BILD025",
1247
+ "value": "BILD025",
1248
+ "type": "string",
1249
+ "$extensions": {
1250
+ "com.figma": {
1251
+ "collectionId": "VariableCollectionId:539:2238",
1252
+ "collectionName": "_ColorPrimitive",
1253
+ "variableId": "VariableID:2857:870"
1254
+ }
1255
+ },
1256
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1257
+ },
1258
+ "name": "BildTextLabelsBild025",
1259
+ "attributes": {
1260
+ "category": "BILD",
1261
+ "type": "TextLabels",
1262
+ "item": "BILD025"
1263
+ },
1264
+ "path": [
1265
+ "BILD",
1266
+ "TextLabels",
1267
+ "BILD025"
1268
+ ]
1269
+ },
1270
+ "BILD015": {
1271
+ "$value": "BILD015",
1272
+ "value": "BILD015",
1273
+ "type": "string",
1274
+ "$extensions": {
1275
+ "com.figma": {
1276
+ "collectionId": "VariableCollectionId:539:2238",
1277
+ "collectionName": "_ColorPrimitive",
1278
+ "variableId": "VariableID:2857:871"
1279
+ }
1280
+ },
1281
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1282
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1283
+ "isSource": true,
1284
+ "original": {
1285
+ "$value": "BILD015",
1286
+ "value": "BILD015",
1287
+ "type": "string",
1288
+ "$extensions": {
1289
+ "com.figma": {
1290
+ "collectionId": "VariableCollectionId:539:2238",
1291
+ "collectionName": "_ColorPrimitive",
1292
+ "variableId": "VariableID:2857:871"
1293
+ }
1294
+ },
1295
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1296
+ },
1297
+ "name": "BildTextLabelsBild015",
1298
+ "attributes": {
1299
+ "category": "BILD",
1300
+ "type": "TextLabels",
1301
+ "item": "BILD015"
1302
+ },
1303
+ "path": [
1304
+ "BILD",
1305
+ "TextLabels",
1306
+ "BILD015"
1307
+ ]
1308
+ },
1309
+ "BILDOrange": {
1310
+ "$value": "BILDOrange",
1311
+ "value": "BILDOrange",
1312
+ "type": "string",
1313
+ "$extensions": {
1314
+ "com.figma": {
1315
+ "collectionId": "VariableCollectionId:539:2238",
1316
+ "collectionName": "_ColorPrimitive",
1317
+ "variableId": "VariableID:2857:872"
1318
+ }
1319
+ },
1320
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1321
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1322
+ "isSource": true,
1323
+ "original": {
1324
+ "$value": "BILDOrange",
1325
+ "value": "BILDOrange",
1326
+ "type": "string",
1327
+ "$extensions": {
1328
+ "com.figma": {
1329
+ "collectionId": "VariableCollectionId:539:2238",
1330
+ "collectionName": "_ColorPrimitive",
1331
+ "variableId": "VariableID:2857:872"
1332
+ }
1333
+ },
1334
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1335
+ },
1336
+ "name": "BildTextLabelsBildOrange",
1337
+ "attributes": {
1338
+ "category": "BILD",
1339
+ "type": "TextLabels",
1340
+ "item": "BILDOrange"
1341
+ },
1342
+ "path": [
1343
+ "BILD",
1344
+ "TextLabels",
1345
+ "BILDOrange"
1346
+ ]
1347
+ },
1348
+ "BILDRed053": {
1349
+ "$value": "BILDRed053",
1350
+ "value": "BILDRed053",
1351
+ "type": "string",
1352
+ "$extensions": {
1353
+ "com.figma": {
1354
+ "collectionId": "VariableCollectionId:539:2238",
1355
+ "collectionName": "_ColorPrimitive",
1356
+ "variableId": "VariableID:2857:873"
1357
+ }
1358
+ },
1359
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1360
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1361
+ "isSource": true,
1362
+ "original": {
1363
+ "$value": "BILDRed053",
1364
+ "value": "BILDRed053",
1365
+ "type": "string",
1366
+ "$extensions": {
1367
+ "com.figma": {
1368
+ "collectionId": "VariableCollectionId:539:2238",
1369
+ "collectionName": "_ColorPrimitive",
1370
+ "variableId": "VariableID:2857:873"
1371
+ }
1372
+ },
1373
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1374
+ },
1375
+ "name": "BildTextLabelsBildRed053",
1376
+ "attributes": {
1377
+ "category": "BILD",
1378
+ "type": "TextLabels",
1379
+ "item": "BILDRed053"
1380
+ },
1381
+ "path": [
1382
+ "BILD",
1383
+ "TextLabels",
1384
+ "BILDRed053"
1385
+ ]
1386
+ },
1387
+ "BILDRed035": {
1388
+ "$value": "BILDRed035",
1389
+ "value": "BILDRed035",
1390
+ "type": "string",
1391
+ "$extensions": {
1392
+ "com.figma": {
1393
+ "collectionId": "VariableCollectionId:539:2238",
1394
+ "collectionName": "_ColorPrimitive",
1395
+ "variableId": "VariableID:2857:874"
1396
+ }
1397
+ },
1398
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1399
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1400
+ "isSource": true,
1401
+ "original": {
1402
+ "$value": "BILDRed035",
1403
+ "value": "BILDRed035",
1404
+ "type": "string",
1405
+ "$extensions": {
1406
+ "com.figma": {
1407
+ "collectionId": "VariableCollectionId:539:2238",
1408
+ "collectionName": "_ColorPrimitive",
1409
+ "variableId": "VariableID:2857:874"
1410
+ }
1411
+ },
1412
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1413
+ },
1414
+ "name": "BildTextLabelsBildRed035",
1415
+ "attributes": {
1416
+ "category": "BILD",
1417
+ "type": "TextLabels",
1418
+ "item": "BILDRed035"
1419
+ },
1420
+ "path": [
1421
+ "BILD",
1422
+ "TextLabels",
1423
+ "BILDRed035"
1424
+ ]
1425
+ },
1426
+ "BILDGreen093": {
1427
+ "$value": "BILDGreen093",
1428
+ "value": "BILDGreen093",
1429
+ "type": "string",
1430
+ "$extensions": {
1431
+ "com.figma": {
1432
+ "collectionId": "VariableCollectionId:539:2238",
1433
+ "collectionName": "_ColorPrimitive",
1434
+ "variableId": "VariableID:2857:875"
1435
+ }
1436
+ },
1437
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1438
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1439
+ "isSource": true,
1440
+ "original": {
1441
+ "$value": "BILDGreen093",
1442
+ "value": "BILDGreen093",
1443
+ "type": "string",
1444
+ "$extensions": {
1445
+ "com.figma": {
1446
+ "collectionId": "VariableCollectionId:539:2238",
1447
+ "collectionName": "_ColorPrimitive",
1448
+ "variableId": "VariableID:2857:875"
1449
+ }
1450
+ },
1451
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1452
+ },
1453
+ "name": "BildTextLabelsBildGreen093",
1454
+ "attributes": {
1455
+ "category": "BILD",
1456
+ "type": "TextLabels",
1457
+ "item": "BILDGreen093"
1458
+ },
1459
+ "path": [
1460
+ "BILD",
1461
+ "TextLabels",
1462
+ "BILDGreen093"
1463
+ ]
1464
+ },
1465
+ "BILDGreen070": {
1466
+ "$value": "BILDGreen070",
1467
+ "value": "BILDGreen070",
1468
+ "type": "string",
1469
+ "$extensions": {
1470
+ "com.figma": {
1471
+ "collectionId": "VariableCollectionId:539:2238",
1472
+ "collectionName": "_ColorPrimitive",
1473
+ "variableId": "VariableID:2857:876"
1474
+ }
1475
+ },
1476
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1477
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1478
+ "isSource": true,
1479
+ "original": {
1480
+ "$value": "BILDGreen070",
1481
+ "value": "BILDGreen070",
1482
+ "type": "string",
1483
+ "$extensions": {
1484
+ "com.figma": {
1485
+ "collectionId": "VariableCollectionId:539:2238",
1486
+ "collectionName": "_ColorPrimitive",
1487
+ "variableId": "VariableID:2857:876"
1488
+ }
1489
+ },
1490
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1491
+ },
1492
+ "name": "BildTextLabelsBildGreen070",
1493
+ "attributes": {
1494
+ "category": "BILD",
1495
+ "type": "TextLabels",
1496
+ "item": "BILDGreen070"
1497
+ },
1498
+ "path": [
1499
+ "BILD",
1500
+ "TextLabels",
1501
+ "BILDGreen070"
1502
+ ]
1503
+ },
1504
+ "BILDGreen063": {
1505
+ "$value": "BILDGreen063",
1506
+ "value": "BILDGreen063",
1507
+ "type": "string",
1508
+ "$extensions": {
1509
+ "com.figma": {
1510
+ "collectionId": "VariableCollectionId:539:2238",
1511
+ "collectionName": "_ColorPrimitive",
1512
+ "variableId": "VariableID:2857:877"
1513
+ }
1514
+ },
1515
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1516
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1517
+ "isSource": true,
1518
+ "original": {
1519
+ "$value": "BILDGreen063",
1520
+ "value": "BILDGreen063",
1521
+ "type": "string",
1522
+ "$extensions": {
1523
+ "com.figma": {
1524
+ "collectionId": "VariableCollectionId:539:2238",
1525
+ "collectionName": "_ColorPrimitive",
1526
+ "variableId": "VariableID:2857:877"
1527
+ }
1528
+ },
1529
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1530
+ },
1531
+ "name": "BildTextLabelsBildGreen063",
1532
+ "attributes": {
1533
+ "category": "BILD",
1534
+ "type": "TextLabels",
1535
+ "item": "BILDGreen063"
1536
+ },
1537
+ "path": [
1538
+ "BILD",
1539
+ "TextLabels",
1540
+ "BILDGreen063"
1541
+ ]
1542
+ },
1543
+ "BILD093": {
1544
+ "$value": "BILD093",
1545
+ "value": "BILD093",
1546
+ "type": "string",
1547
+ "$extensions": {
1548
+ "com.figma": {
1549
+ "collectionId": "VariableCollectionId:539:2238",
1550
+ "collectionName": "_ColorPrimitive",
1551
+ "variableId": "VariableID:2880:10484"
1552
+ }
1553
+ },
1554
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1555
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1556
+ "isSource": true,
1557
+ "original": {
1558
+ "$value": "BILD093",
1559
+ "value": "BILD093",
1560
+ "type": "string",
1561
+ "$extensions": {
1562
+ "com.figma": {
1563
+ "collectionId": "VariableCollectionId:539:2238",
1564
+ "collectionName": "_ColorPrimitive",
1565
+ "variableId": "VariableID:2880:10484"
1566
+ }
1567
+ },
1568
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1569
+ },
1570
+ "name": "BildTextLabelsBild093",
1571
+ "attributes": {
1572
+ "category": "BILD",
1573
+ "type": "TextLabels",
1574
+ "item": "BILD093"
1575
+ },
1576
+ "path": [
1577
+ "BILD",
1578
+ "TextLabels",
1579
+ "BILD093"
1580
+ ]
1581
+ },
1582
+ "BILDYellow": {
1583
+ "$value": "BILDYellow",
1584
+ "value": "BILDYellow",
1585
+ "type": "string",
1586
+ "$extensions": {
1587
+ "com.figma": {
1588
+ "collectionId": "VariableCollectionId:539:2238",
1589
+ "collectionName": "_ColorPrimitive",
1590
+ "variableId": "VariableID:2979:10318"
1591
+ }
1592
+ },
1593
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1594
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1595
+ "isSource": true,
1596
+ "original": {
1597
+ "$value": "BILDYellow",
1598
+ "value": "BILDYellow",
1599
+ "type": "string",
1600
+ "$extensions": {
1601
+ "com.figma": {
1602
+ "collectionId": "VariableCollectionId:539:2238",
1603
+ "collectionName": "_ColorPrimitive",
1604
+ "variableId": "VariableID:2979:10318"
1605
+ }
1606
+ },
1607
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1608
+ },
1609
+ "name": "BildTextLabelsBildYellow",
1610
+ "attributes": {
1611
+ "category": "BILD",
1612
+ "type": "TextLabels",
1613
+ "item": "BILDYellow"
1614
+ },
1615
+ "path": [
1616
+ "BILD",
1617
+ "TextLabels",
1618
+ "BILDYellow"
1619
+ ]
1620
+ },
1621
+ "BILD073": {
1622
+ "$value": "BILD073",
1623
+ "value": "BILD073",
1624
+ "type": "string",
1625
+ "$extensions": {
1626
+ "com.figma": {
1627
+ "collectionId": "VariableCollectionId:539:2238",
1628
+ "collectionName": "_ColorPrimitive",
1629
+ "variableId": "VariableID:3912:4270"
1630
+ }
1631
+ },
1632
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1633
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1634
+ "isSource": true,
1635
+ "original": {
1636
+ "$value": "BILD073",
1637
+ "value": "BILD073",
1638
+ "type": "string",
1639
+ "$extensions": {
1640
+ "com.figma": {
1641
+ "collectionId": "VariableCollectionId:539:2238",
1642
+ "collectionName": "_ColorPrimitive",
1643
+ "variableId": "VariableID:3912:4270"
1644
+ }
1645
+ },
1646
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1647
+ },
1648
+ "name": "BildTextLabelsBild073",
1649
+ "attributes": {
1650
+ "category": "BILD",
1651
+ "type": "TextLabels",
1652
+ "item": "BILD073"
1653
+ },
1654
+ "path": [
1655
+ "BILD",
1656
+ "TextLabels",
1657
+ "BILD073"
1658
+ ]
1659
+ },
1660
+ "BILD045": {
1661
+ "$value": "BILD045",
1662
+ "value": "BILD045",
1663
+ "type": "string",
1664
+ "$extensions": {
1665
+ "com.figma": {
1666
+ "collectionId": "VariableCollectionId:539:2238",
1667
+ "collectionName": "_ColorPrimitive",
1668
+ "variableId": "VariableID:3912:4272"
1669
+ }
1670
+ },
1671
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages.",
1672
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1673
+ "isSource": true,
1674
+ "original": {
1675
+ "$value": "BILD045",
1676
+ "value": "BILD045",
1677
+ "type": "string",
1678
+ "$extensions": {
1679
+ "com.figma": {
1680
+ "collectionId": "VariableCollectionId:539:2238",
1681
+ "collectionName": "_ColorPrimitive",
1682
+ "variableId": "VariableID:3912:4272"
1683
+ }
1684
+ },
1685
+ "comment": "This is a variable used only for documentation purposes in the design system Figma Foundations pages."
1686
+ },
1687
+ "name": "BildTextLabelsBild045",
1688
+ "attributes": {
1689
+ "category": "BILD",
1690
+ "type": "TextLabels",
1691
+ "item": "BILD045"
1692
+ },
1693
+ "path": [
1694
+ "BILD",
1695
+ "TextLabels",
1696
+ "BILD045"
1697
+ ]
1698
+ }
1699
+ },
1700
+ "yellow": {
1701
+ "BILDYellow": {
1702
+ "$value": "#ffbf00",
1703
+ "value": "#FFBF00",
1704
+ "type": "color",
1705
+ "$extensions": {
1706
+ "com.figma": {
1707
+ "collectionId": "VariableCollectionId:539:2238",
1708
+ "collectionName": "_ColorPrimitive",
1709
+ "variableId": "VariableID:2979:10317"
1710
+ }
1711
+ },
1712
+ "$type": "color",
1713
+ "comment": "Tone: 081",
1714
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1715
+ "isSource": true,
1716
+ "original": {
1717
+ "$value": "#FFBF00",
1718
+ "value": "#FFBF00",
1719
+ "type": "color",
1720
+ "$extensions": {
1721
+ "com.figma": {
1722
+ "collectionId": "VariableCollectionId:539:2238",
1723
+ "collectionName": "_ColorPrimitive",
1724
+ "variableId": "VariableID:2979:10317"
1725
+ }
1726
+ },
1727
+ "$type": "color",
1728
+ "comment": "Tone: 081"
1729
+ },
1730
+ "name": "BildYellowBildYellow",
1731
+ "attributes": {
1732
+ "category": "BILD",
1733
+ "type": "yellow",
1734
+ "item": "BILDYellow"
1735
+ },
1736
+ "path": [
1737
+ "BILD",
1738
+ "yellow",
1739
+ "BILDYellow"
1740
+ ]
1741
+ }
1742
+ },
1743
+ "purple": {
1744
+ "BILDBerry": {
1745
+ "$value": "#551937",
1746
+ "value": "#551937",
1747
+ "type": "color",
1748
+ "$extensions": {
1749
+ "com.figma": {
1750
+ "collectionId": "VariableCollectionId:539:2238",
1751
+ "collectionName": "_ColorPrimitive",
1752
+ "variableId": "VariableID:5457:10118"
1753
+ }
1754
+ },
1755
+ "$type": "color",
1756
+ "comment": "Tone: 020",
1757
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1758
+ "isSource": true,
1759
+ "original": {
1760
+ "$value": "#551937",
1761
+ "value": "#551937",
1762
+ "type": "color",
1763
+ "$extensions": {
1764
+ "com.figma": {
1765
+ "collectionId": "VariableCollectionId:539:2238",
1766
+ "collectionName": "_ColorPrimitive",
1767
+ "variableId": "VariableID:5457:10118"
1768
+ }
1769
+ },
1770
+ "$type": "color",
1771
+ "comment": "Tone: 020"
1772
+ },
1773
+ "name": "BildPurpleBildBerry",
1774
+ "attributes": {
1775
+ "category": "BILD",
1776
+ "type": "purple",
1777
+ "item": "BILDBerry"
1778
+ },
1779
+ "path": [
1780
+ "BILD",
1781
+ "purple",
1782
+ "BILDBerry"
1783
+ ]
1784
+ }
1785
+ },
1786
+ "alpha": {
1787
+ "alphaBlack20": {
1788
+ "$value": "#00000033",
1789
+ "value": "rgba(0, 0, 0, 0.20000000298023224)",
1790
+ "type": "color",
1791
+ "$extensions": {
1792
+ "com.figma": {
1793
+ "collectionId": "VariableCollectionId:539:2238",
1794
+ "collectionName": "_ColorPrimitive",
1795
+ "variableId": "VariableID:7765:32149"
1796
+ }
1797
+ },
1798
+ "$type": "color",
1799
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1800
+ "isSource": true,
1801
+ "original": {
1802
+ "$value": "rgba(0, 0, 0, 0.20000000298023224)",
1803
+ "value": "rgba(0, 0, 0, 0.20000000298023224)",
1804
+ "type": "color",
1805
+ "$extensions": {
1806
+ "com.figma": {
1807
+ "collectionId": "VariableCollectionId:539:2238",
1808
+ "collectionName": "_ColorPrimitive",
1809
+ "variableId": "VariableID:7765:32149"
1810
+ }
1811
+ },
1812
+ "$type": "color"
1813
+ },
1814
+ "name": "BildAlphaAlphaBlack20",
1815
+ "attributes": {
1816
+ "category": "BILD",
1817
+ "type": "alpha",
1818
+ "item": "alphaBlack20"
1819
+ },
1820
+ "path": [
1821
+ "BILD",
1822
+ "alpha",
1823
+ "alphaBlack20"
1824
+ ]
1825
+ },
1826
+ "alphaBlack10": {
1827
+ "$value": "#0000001a",
1828
+ "value": "rgba(0, 0, 0, 0.10000000149011612)",
1829
+ "type": "color",
1830
+ "$extensions": {
1831
+ "com.figma": {
1832
+ "collectionId": "VariableCollectionId:539:2238",
1833
+ "collectionName": "_ColorPrimitive",
1834
+ "variableId": "VariableID:7765:33969"
1835
+ }
1836
+ },
1837
+ "$type": "color",
1838
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1839
+ "isSource": true,
1840
+ "original": {
1841
+ "$value": "rgba(0, 0, 0, 0.10000000149011612)",
1842
+ "value": "rgba(0, 0, 0, 0.10000000149011612)",
1843
+ "type": "color",
1844
+ "$extensions": {
1845
+ "com.figma": {
1846
+ "collectionId": "VariableCollectionId:539:2238",
1847
+ "collectionName": "_ColorPrimitive",
1848
+ "variableId": "VariableID:7765:33969"
1849
+ }
1850
+ },
1851
+ "$type": "color"
1852
+ },
1853
+ "name": "BildAlphaAlphaBlack10",
1854
+ "attributes": {
1855
+ "category": "BILD",
1856
+ "type": "alpha",
1857
+ "item": "alphaBlack10"
1858
+ },
1859
+ "path": [
1860
+ "BILD",
1861
+ "alpha",
1862
+ "alphaBlack10"
1863
+ ]
1864
+ },
1865
+ "alphaBlack60": {
1866
+ "$value": "#00000099",
1867
+ "value": "rgba(0, 0, 0, 0.6000000238418579)",
1868
+ "type": "color",
1869
+ "$extensions": {
1870
+ "com.figma": {
1871
+ "collectionId": "VariableCollectionId:539:2238",
1872
+ "collectionName": "_ColorPrimitive",
1873
+ "variableId": "VariableID:8076:22743"
1874
+ }
1875
+ },
1876
+ "$type": "color",
1877
+ "comment": "Used on elevation effects.",
1878
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1879
+ "isSource": true,
1880
+ "original": {
1881
+ "$value": "rgba(0, 0, 0, 0.6000000238418579)",
1882
+ "value": "rgba(0, 0, 0, 0.6000000238418579)",
1883
+ "type": "color",
1884
+ "$extensions": {
1885
+ "com.figma": {
1886
+ "collectionId": "VariableCollectionId:539:2238",
1887
+ "collectionName": "_ColorPrimitive",
1888
+ "variableId": "VariableID:8076:22743"
1889
+ }
1890
+ },
1891
+ "$type": "color",
1892
+ "comment": "Used on elevation effects."
1893
+ },
1894
+ "name": "BildAlphaAlphaBlack60",
1895
+ "attributes": {
1896
+ "category": "BILD",
1897
+ "type": "alpha",
1898
+ "item": "alphaBlack60"
1899
+ },
1900
+ "path": [
1901
+ "BILD",
1902
+ "alpha",
1903
+ "alphaBlack60"
1904
+ ]
1905
+ },
1906
+ "alphaBlack30": {
1907
+ "$value": "#0000004d",
1908
+ "value": "rgba(0, 0, 0, 0.30000001192092896)",
1909
+ "type": "color",
1910
+ "$extensions": {
1911
+ "com.figma": {
1912
+ "collectionId": "VariableCollectionId:539:2238",
1913
+ "collectionName": "_ColorPrimitive",
1914
+ "variableId": "VariableID:8900:5503"
1915
+ }
1916
+ },
1917
+ "$type": "color",
1918
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1919
+ "isSource": true,
1920
+ "original": {
1921
+ "$value": "rgba(0, 0, 0, 0.30000001192092896)",
1922
+ "value": "rgba(0, 0, 0, 0.30000001192092896)",
1923
+ "type": "color",
1924
+ "$extensions": {
1925
+ "com.figma": {
1926
+ "collectionId": "VariableCollectionId:539:2238",
1927
+ "collectionName": "_ColorPrimitive",
1928
+ "variableId": "VariableID:8900:5503"
1929
+ }
1930
+ },
1931
+ "$type": "color"
1932
+ },
1933
+ "name": "BildAlphaAlphaBlack30",
1934
+ "attributes": {
1935
+ "category": "BILD",
1936
+ "type": "alpha",
1937
+ "item": "alphaBlack30"
1938
+ },
1939
+ "path": [
1940
+ "BILD",
1941
+ "alpha",
1942
+ "alphaBlack30"
1943
+ ]
1944
+ },
1945
+ "alphaBlack70": {
1946
+ "$value": "#000000b2",
1947
+ "value": "rgba(0, 0, 0, 0.699999988079071)",
1948
+ "type": "color",
1949
+ "$extensions": {
1950
+ "com.figma": {
1951
+ "collectionId": "VariableCollectionId:539:2238",
1952
+ "collectionName": "_ColorPrimitive",
1953
+ "variableId": "VariableID:16894:98370"
1954
+ }
1955
+ },
1956
+ "$type": "color",
1957
+ "comment": "Used on elevation effects.",
1958
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1959
+ "isSource": true,
1960
+ "original": {
1961
+ "$value": "rgba(0, 0, 0, 0.699999988079071)",
1962
+ "value": "rgba(0, 0, 0, 0.699999988079071)",
1963
+ "type": "color",
1964
+ "$extensions": {
1965
+ "com.figma": {
1966
+ "collectionId": "VariableCollectionId:539:2238",
1967
+ "collectionName": "_ColorPrimitive",
1968
+ "variableId": "VariableID:16894:98370"
1969
+ }
1970
+ },
1971
+ "$type": "color",
1972
+ "comment": "Used on elevation effects."
1973
+ },
1974
+ "name": "BildAlphaAlphaBlack70",
1975
+ "attributes": {
1976
+ "category": "BILD",
1977
+ "type": "alpha",
1978
+ "item": "alphaBlack70"
1979
+ },
1980
+ "path": [
1981
+ "BILD",
1982
+ "alpha",
1983
+ "alphaBlack70"
1984
+ ]
1985
+ },
1986
+ "alphaWhite10": {
1987
+ "$value": "#ffffff1a",
1988
+ "value": "rgba(255, 255, 255, 0.10000000149011612)",
1989
+ "type": "color",
1990
+ "$extensions": {
1991
+ "com.figma": {
1992
+ "collectionId": "VariableCollectionId:539:2238",
1993
+ "collectionName": "_ColorPrimitive",
1994
+ "variableId": "VariableID:16914:22433"
1995
+ }
1996
+ },
1997
+ "$type": "color",
1998
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
1999
+ "isSource": true,
2000
+ "original": {
2001
+ "$value": "rgba(255, 255, 255, 0.10000000149011612)",
2002
+ "value": "rgba(255, 255, 255, 0.10000000149011612)",
2003
+ "type": "color",
2004
+ "$extensions": {
2005
+ "com.figma": {
2006
+ "collectionId": "VariableCollectionId:539:2238",
2007
+ "collectionName": "_ColorPrimitive",
2008
+ "variableId": "VariableID:16914:22433"
2009
+ }
2010
+ },
2011
+ "$type": "color"
2012
+ },
2013
+ "name": "BildAlphaAlphaWhite10",
2014
+ "attributes": {
2015
+ "category": "BILD",
2016
+ "type": "alpha",
2017
+ "item": "alphaWhite10"
2018
+ },
2019
+ "path": [
2020
+ "BILD",
2021
+ "alpha",
2022
+ "alphaWhite10"
2023
+ ]
2024
+ },
2025
+ "alphaWhite20": {
2026
+ "$value": "#ffffff33",
2027
+ "value": "rgba(255, 255, 255, 0.20000000298023224)",
2028
+ "type": "color",
2029
+ "$extensions": {
2030
+ "com.figma": {
2031
+ "collectionId": "VariableCollectionId:539:2238",
2032
+ "collectionName": "_ColorPrimitive",
2033
+ "variableId": "VariableID:16914:22434"
2034
+ }
2035
+ },
2036
+ "$type": "color",
2037
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2038
+ "isSource": true,
2039
+ "original": {
2040
+ "$value": "rgba(255, 255, 255, 0.20000000298023224)",
2041
+ "value": "rgba(255, 255, 255, 0.20000000298023224)",
2042
+ "type": "color",
2043
+ "$extensions": {
2044
+ "com.figma": {
2045
+ "collectionId": "VariableCollectionId:539:2238",
2046
+ "collectionName": "_ColorPrimitive",
2047
+ "variableId": "VariableID:16914:22434"
2048
+ }
2049
+ },
2050
+ "$type": "color"
2051
+ },
2052
+ "name": "BildAlphaAlphaWhite20",
2053
+ "attributes": {
2054
+ "category": "BILD",
2055
+ "type": "alpha",
2056
+ "item": "alphaWhite20"
2057
+ },
2058
+ "path": [
2059
+ "BILD",
2060
+ "alpha",
2061
+ "alphaWhite20"
2062
+ ]
2063
+ },
2064
+ "alphaWhite30": {
2065
+ "$value": "#ffffff4d",
2066
+ "value": "rgba(255, 255, 255, 0.30000001192092896)",
2067
+ "type": "color",
2068
+ "$extensions": {
2069
+ "com.figma": {
2070
+ "collectionId": "VariableCollectionId:539:2238",
2071
+ "collectionName": "_ColorPrimitive",
2072
+ "variableId": "VariableID:16914:22435"
2073
+ }
2074
+ },
2075
+ "$type": "color",
2076
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2077
+ "isSource": true,
2078
+ "original": {
2079
+ "$value": "rgba(255, 255, 255, 0.30000001192092896)",
2080
+ "value": "rgba(255, 255, 255, 0.30000001192092896)",
2081
+ "type": "color",
2082
+ "$extensions": {
2083
+ "com.figma": {
2084
+ "collectionId": "VariableCollectionId:539:2238",
2085
+ "collectionName": "_ColorPrimitive",
2086
+ "variableId": "VariableID:16914:22435"
2087
+ }
2088
+ },
2089
+ "$type": "color"
2090
+ },
2091
+ "name": "BildAlphaAlphaWhite30",
2092
+ "attributes": {
2093
+ "category": "BILD",
2094
+ "type": "alpha",
2095
+ "item": "alphaWhite30"
2096
+ },
2097
+ "path": [
2098
+ "BILD",
2099
+ "alpha",
2100
+ "alphaWhite30"
2101
+ ]
2102
+ },
2103
+ "alphaWhite60": {
2104
+ "$value": "#ffffff99",
2105
+ "value": "rgba(255, 255, 255, 0.6000000238418579)",
2106
+ "type": "color",
2107
+ "$extensions": {
2108
+ "com.figma": {
2109
+ "collectionId": "VariableCollectionId:539:2238",
2110
+ "collectionName": "_ColorPrimitive",
2111
+ "variableId": "VariableID:16914:22436"
2112
+ }
2113
+ },
2114
+ "$type": "color",
2115
+ "comment": "Used on elevation effects.",
2116
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2117
+ "isSource": true,
2118
+ "original": {
2119
+ "$value": "rgba(255, 255, 255, 0.6000000238418579)",
2120
+ "value": "rgba(255, 255, 255, 0.6000000238418579)",
2121
+ "type": "color",
2122
+ "$extensions": {
2123
+ "com.figma": {
2124
+ "collectionId": "VariableCollectionId:539:2238",
2125
+ "collectionName": "_ColorPrimitive",
2126
+ "variableId": "VariableID:16914:22436"
2127
+ }
2128
+ },
2129
+ "$type": "color",
2130
+ "comment": "Used on elevation effects."
2131
+ },
2132
+ "name": "BildAlphaAlphaWhite60",
2133
+ "attributes": {
2134
+ "category": "BILD",
2135
+ "type": "alpha",
2136
+ "item": "alphaWhite60"
2137
+ },
2138
+ "path": [
2139
+ "BILD",
2140
+ "alpha",
2141
+ "alphaWhite60"
2142
+ ]
2143
+ },
2144
+ "alphaWhite70": {
2145
+ "$value": "#ffffffb2",
2146
+ "value": "rgba(255, 255, 255, 0.699999988079071)",
2147
+ "type": "color",
2148
+ "$extensions": {
2149
+ "com.figma": {
2150
+ "collectionId": "VariableCollectionId:539:2238",
2151
+ "collectionName": "_ColorPrimitive",
2152
+ "variableId": "VariableID:16914:22437"
2153
+ }
2154
+ },
2155
+ "$type": "color",
2156
+ "comment": "Used on elevation effects.",
2157
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2158
+ "isSource": true,
2159
+ "original": {
2160
+ "$value": "rgba(255, 255, 255, 0.699999988079071)",
2161
+ "value": "rgba(255, 255, 255, 0.699999988079071)",
2162
+ "type": "color",
2163
+ "$extensions": {
2164
+ "com.figma": {
2165
+ "collectionId": "VariableCollectionId:539:2238",
2166
+ "collectionName": "_ColorPrimitive",
2167
+ "variableId": "VariableID:16914:22437"
2168
+ }
2169
+ },
2170
+ "$type": "color",
2171
+ "comment": "Used on elevation effects."
2172
+ },
2173
+ "name": "BildAlphaAlphaWhite70",
2174
+ "attributes": {
2175
+ "category": "BILD",
2176
+ "type": "alpha",
2177
+ "item": "alphaWhite70"
2178
+ },
2179
+ "path": [
2180
+ "BILD",
2181
+ "alpha",
2182
+ "alphaWhite70"
2183
+ ]
2184
+ },
2185
+ "alphaWhite35": {
2186
+ "$value": "#ffffff59",
2187
+ "value": "rgba(255, 255, 255, 0.3499999940395355)",
2188
+ "type": "color",
2189
+ "$extensions": {
2190
+ "com.figma": {
2191
+ "collectionId": "VariableCollectionId:539:2238",
2192
+ "collectionName": "_ColorPrimitive",
2193
+ "variableId": "VariableID:17381:17511"
2194
+ }
2195
+ },
2196
+ "$type": "color",
2197
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2198
+ "isSource": true,
2199
+ "original": {
2200
+ "$value": "rgba(255, 255, 255, 0.3499999940395355)",
2201
+ "value": "rgba(255, 255, 255, 0.3499999940395355)",
2202
+ "type": "color",
2203
+ "$extensions": {
2204
+ "com.figma": {
2205
+ "collectionId": "VariableCollectionId:539:2238",
2206
+ "collectionName": "_ColorPrimitive",
2207
+ "variableId": "VariableID:17381:17511"
2208
+ }
2209
+ },
2210
+ "$type": "color"
2211
+ },
2212
+ "name": "BildAlphaAlphaWhite35",
2213
+ "attributes": {
2214
+ "category": "BILD",
2215
+ "type": "alpha",
2216
+ "item": "alphaWhite35"
2217
+ },
2218
+ "path": [
2219
+ "BILD",
2220
+ "alpha",
2221
+ "alphaWhite35"
2222
+ ]
2223
+ },
2224
+ "alphaBILDRed80": {
2225
+ "$value": "#dd0000cc",
2226
+ "value": "rgba(221, 0, 0, 0.800000011920929)",
2227
+ "type": "color",
2228
+ "$extensions": {
2229
+ "com.figma": {
2230
+ "collectionId": "VariableCollectionId:539:2238",
2231
+ "collectionName": "_ColorPrimitive",
2232
+ "variableId": "VariableID:17385:14798"
2233
+ }
2234
+ },
2235
+ "$type": "color",
2236
+ "comment": "Used on elevation effects.",
2237
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2238
+ "isSource": true,
2239
+ "original": {
2240
+ "$value": "rgba(221, 0, 0, 0.800000011920929)",
2241
+ "value": "rgba(221, 0, 0, 0.800000011920929)",
2242
+ "type": "color",
2243
+ "$extensions": {
2244
+ "com.figma": {
2245
+ "collectionId": "VariableCollectionId:539:2238",
2246
+ "collectionName": "_ColorPrimitive",
2247
+ "variableId": "VariableID:17385:14798"
2248
+ }
2249
+ },
2250
+ "$type": "color",
2251
+ "comment": "Used on elevation effects."
2252
+ },
2253
+ "name": "BildAlphaAlphaBildRed80",
2254
+ "attributes": {
2255
+ "category": "BILD",
2256
+ "type": "alpha",
2257
+ "item": "alphaBILDRed80"
2258
+ },
2259
+ "path": [
2260
+ "BILD",
2261
+ "alpha",
2262
+ "alphaBILDRed80"
2263
+ ]
2264
+ },
2265
+ "alphaBlack80": {
2266
+ "$value": "#000000cc",
2267
+ "value": "rgba(0, 0, 0, 0.800000011920929)",
2268
+ "type": "color",
2269
+ "$extensions": {
2270
+ "com.figma": {
2271
+ "collectionId": "VariableCollectionId:539:2238",
2272
+ "collectionName": "_ColorPrimitive",
2273
+ "variableId": "VariableID:17385:14799"
2274
+ }
2275
+ },
2276
+ "$type": "color",
2277
+ "comment": "Used on elevation effects.",
2278
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2279
+ "isSource": true,
2280
+ "original": {
2281
+ "$value": "rgba(0, 0, 0, 0.800000011920929)",
2282
+ "value": "rgba(0, 0, 0, 0.800000011920929)",
2283
+ "type": "color",
2284
+ "$extensions": {
2285
+ "com.figma": {
2286
+ "collectionId": "VariableCollectionId:539:2238",
2287
+ "collectionName": "_ColorPrimitive",
2288
+ "variableId": "VariableID:17385:14799"
2289
+ }
2290
+ },
2291
+ "$type": "color",
2292
+ "comment": "Used on elevation effects."
2293
+ },
2294
+ "name": "BildAlphaAlphaBlack80",
2295
+ "attributes": {
2296
+ "category": "BILD",
2297
+ "type": "alpha",
2298
+ "item": "alphaBlack80"
2299
+ },
2300
+ "path": [
2301
+ "BILD",
2302
+ "alpha",
2303
+ "alphaBlack80"
2304
+ ]
2305
+ },
2306
+ "alphaWhite80": {
2307
+ "$value": "#ffffffcc",
2308
+ "value": "rgba(255, 255, 255, 0.800000011920929)",
2309
+ "type": "color",
2310
+ "$extensions": {
2311
+ "com.figma": {
2312
+ "collectionId": "VariableCollectionId:539:2238",
2313
+ "collectionName": "_ColorPrimitive",
2314
+ "variableId": "VariableID:17385:14801"
2315
+ }
2316
+ },
2317
+ "$type": "color",
2318
+ "comment": "Used on elevation effects.",
2319
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2320
+ "isSource": true,
2321
+ "original": {
2322
+ "$value": "rgba(255, 255, 255, 0.800000011920929)",
2323
+ "value": "rgba(255, 255, 255, 0.800000011920929)",
2324
+ "type": "color",
2325
+ "$extensions": {
2326
+ "com.figma": {
2327
+ "collectionId": "VariableCollectionId:539:2238",
2328
+ "collectionName": "_ColorPrimitive",
2329
+ "variableId": "VariableID:17385:14801"
2330
+ }
2331
+ },
2332
+ "$type": "color",
2333
+ "comment": "Used on elevation effects."
2334
+ },
2335
+ "name": "BildAlphaAlphaWhite80",
2336
+ "attributes": {
2337
+ "category": "BILD",
2338
+ "type": "alpha",
2339
+ "item": "alphaWhite80"
2340
+ },
2341
+ "path": [
2342
+ "BILD",
2343
+ "alpha",
2344
+ "alphaWhite80"
2345
+ ]
2346
+ },
2347
+ "alphaBlack35": {
2348
+ "$value": "#00000059",
2349
+ "value": "rgba(0, 0, 0, 0.3499999940395355)",
2350
+ "type": "color",
2351
+ "$extensions": {
2352
+ "com.figma": {
2353
+ "collectionId": "VariableCollectionId:539:2238",
2354
+ "collectionName": "_ColorPrimitive",
2355
+ "variableId": "VariableID:17389:15070"
2356
+ }
2357
+ },
2358
+ "$type": "color",
2359
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2360
+ "isSource": true,
2361
+ "original": {
2362
+ "$value": "rgba(0, 0, 0, 0.3499999940395355)",
2363
+ "value": "rgba(0, 0, 0, 0.3499999940395355)",
2364
+ "type": "color",
2365
+ "$extensions": {
2366
+ "com.figma": {
2367
+ "collectionId": "VariableCollectionId:539:2238",
2368
+ "collectionName": "_ColorPrimitive",
2369
+ "variableId": "VariableID:17389:15070"
2370
+ }
2371
+ },
2372
+ "$type": "color"
2373
+ },
2374
+ "name": "BildAlphaAlphaBlack35",
2375
+ "attributes": {
2376
+ "category": "BILD",
2377
+ "type": "alpha",
2378
+ "item": "alphaBlack35"
2379
+ },
2380
+ "path": [
2381
+ "BILD",
2382
+ "alpha",
2383
+ "alphaBlack35"
2384
+ ]
2385
+ },
2386
+ "alphaBlack0": {
2387
+ "$value": "#00000000",
2388
+ "value": "rgba(0, 0, 0, 0)",
2389
+ "type": "color",
2390
+ "$extensions": {
2391
+ "com.figma": {
2392
+ "collectionId": "VariableCollectionId:539:2238",
2393
+ "collectionName": "_ColorPrimitive",
2394
+ "variableId": "VariableID:17390:25780"
2395
+ }
2396
+ },
2397
+ "$type": "color",
2398
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2399
+ "isSource": true,
2400
+ "original": {
2401
+ "$value": "rgba(0, 0, 0, 0)",
2402
+ "value": "rgba(0, 0, 0, 0)",
2403
+ "type": "color",
2404
+ "$extensions": {
2405
+ "com.figma": {
2406
+ "collectionId": "VariableCollectionId:539:2238",
2407
+ "collectionName": "_ColorPrimitive",
2408
+ "variableId": "VariableID:17390:25780"
2409
+ }
2410
+ },
2411
+ "$type": "color"
2412
+ },
2413
+ "name": "BildAlphaAlphaBlack0",
2414
+ "attributes": {
2415
+ "category": "BILD",
2416
+ "type": "alpha",
2417
+ "item": "alphaBlack0"
2418
+ },
2419
+ "path": [
2420
+ "BILD",
2421
+ "alpha",
2422
+ "alphaBlack0"
2423
+ ]
2424
+ },
2425
+ "alphaBlack50": {
2426
+ "$value": "#00000080",
2427
+ "value": "rgba(0, 0, 0, 0.5)",
2428
+ "type": "color",
2429
+ "$extensions": {
2430
+ "com.figma": {
2431
+ "collectionId": "VariableCollectionId:539:2238",
2432
+ "collectionName": "_ColorPrimitive",
2433
+ "variableId": "VariableID:17500:35355"
2434
+ }
2435
+ },
2436
+ "$type": "color",
2437
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2438
+ "isSource": true,
2439
+ "original": {
2440
+ "$value": "rgba(0, 0, 0, 0.5)",
2441
+ "value": "rgba(0, 0, 0, 0.5)",
2442
+ "type": "color",
2443
+ "$extensions": {
2444
+ "com.figma": {
2445
+ "collectionId": "VariableCollectionId:539:2238",
2446
+ "collectionName": "_ColorPrimitive",
2447
+ "variableId": "VariableID:17500:35355"
2448
+ }
2449
+ },
2450
+ "$type": "color"
2451
+ },
2452
+ "name": "BildAlphaAlphaBlack50",
2453
+ "attributes": {
2454
+ "category": "BILD",
2455
+ "type": "alpha",
2456
+ "item": "alphaBlack50"
2457
+ },
2458
+ "path": [
2459
+ "BILD",
2460
+ "alpha",
2461
+ "alphaBlack50"
2462
+ ]
2463
+ },
2464
+ "alphaBlack05": {
2465
+ "$value": "#0000000d",
2466
+ "value": "rgba(0, 0, 0, 0.05000000074505806)",
2467
+ "type": "color",
2468
+ "$extensions": {
2469
+ "com.figma": {
2470
+ "collectionId": "VariableCollectionId:539:2238",
2471
+ "collectionName": "_ColorPrimitive",
2472
+ "variableId": "VariableID:19706:121945"
2473
+ }
2474
+ },
2475
+ "$type": "color",
2476
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2477
+ "isSource": true,
2478
+ "original": {
2479
+ "$value": "rgba(0, 0, 0, 0.05000000074505806)",
2480
+ "value": "rgba(0, 0, 0, 0.05000000074505806)",
2481
+ "type": "color",
2482
+ "$extensions": {
2483
+ "com.figma": {
2484
+ "collectionId": "VariableCollectionId:539:2238",
2485
+ "collectionName": "_ColorPrimitive",
2486
+ "variableId": "VariableID:19706:121945"
2487
+ }
2488
+ },
2489
+ "$type": "color"
2490
+ },
2491
+ "name": "BildAlphaAlphaBlack05",
2492
+ "attributes": {
2493
+ "category": "BILD",
2494
+ "type": "alpha",
2495
+ "item": "alphaBlack05"
2496
+ },
2497
+ "path": [
2498
+ "BILD",
2499
+ "alpha",
2500
+ "alphaBlack05"
2501
+ ]
2502
+ }
2503
+ },
2504
+ "blue": {
2505
+ "BILDBlue": {
2506
+ "$value": "#00b1ff",
2507
+ "value": "#00B1FF",
2508
+ "type": "color",
2509
+ "$extensions": {
2510
+ "com.figma": {
2511
+ "collectionId": "VariableCollectionId:539:2238",
2512
+ "collectionName": "_ColorPrimitive",
2513
+ "variableId": "VariableID:12717:3755"
2514
+ }
2515
+ },
2516
+ "$type": "color",
2517
+ "comment": "This Blue color was taken from the Weather 2024 project. Tone: 069",
2518
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2519
+ "isSource": true,
2520
+ "original": {
2521
+ "$value": "#00B1FF",
2522
+ "value": "#00B1FF",
2523
+ "type": "color",
2524
+ "$extensions": {
2525
+ "com.figma": {
2526
+ "collectionId": "VariableCollectionId:539:2238",
2527
+ "collectionName": "_ColorPrimitive",
2528
+ "variableId": "VariableID:12717:3755"
2529
+ }
2530
+ },
2531
+ "$type": "color",
2532
+ "comment": "This Blue color was taken from the Weather 2024 project. Tone: 069"
2533
+ },
2534
+ "name": "BildBlueBildBlue",
2535
+ "attributes": {
2536
+ "category": "BILD",
2537
+ "type": "blue",
2538
+ "item": "BILDBlue"
2539
+ },
2540
+ "path": [
2541
+ "BILD",
2542
+ "blue",
2543
+ "BILDBlue"
2544
+ ]
2545
+ }
2546
+ }
2547
+ },
2548
+ "Partner": {
2549
+ "Fitbook": {
2550
+ "fitbookCore": {
2551
+ "$value": "#ff97b7",
2552
+ "value": "#FF97B7",
2553
+ "type": "color",
2554
+ "$extensions": {
2555
+ "com.figma": {
2556
+ "collectionId": "VariableCollectionId:539:2238",
2557
+ "collectionName": "_ColorPrimitive",
2558
+ "variableId": "VariableID:16104:163537"
2559
+ }
2560
+ },
2561
+ "$type": "color",
2562
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2563
+ "isSource": true,
2564
+ "original": {
2565
+ "$value": "#FF97B7",
2566
+ "value": "#FF97B7",
2567
+ "type": "color",
2568
+ "$extensions": {
2569
+ "com.figma": {
2570
+ "collectionId": "VariableCollectionId:539:2238",
2571
+ "collectionName": "_ColorPrimitive",
2572
+ "variableId": "VariableID:16104:163537"
2573
+ }
2574
+ },
2575
+ "$type": "color"
2576
+ },
2577
+ "name": "PartnerFitbookFitbookCore",
2578
+ "attributes": {
2579
+ "category": "Partner",
2580
+ "type": "Fitbook",
2581
+ "item": "fitbookCore"
2582
+ },
2583
+ "path": [
2584
+ "Partner",
2585
+ "Fitbook",
2586
+ "fitbookCore"
2587
+ ]
2588
+ }
2589
+ },
2590
+ "Petbook": {
2591
+ "petbookCore": {
2592
+ "$value": "#b9db91",
2593
+ "value": "#B9DB91",
2594
+ "type": "color",
2595
+ "$extensions": {
2596
+ "com.figma": {
2597
+ "collectionId": "VariableCollectionId:539:2238",
2598
+ "collectionName": "_ColorPrimitive",
2599
+ "variableId": "VariableID:16104:163538"
2600
+ }
2601
+ },
2602
+ "$type": "color",
2603
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2604
+ "isSource": true,
2605
+ "original": {
2606
+ "$value": "#B9DB91",
2607
+ "value": "#B9DB91",
2608
+ "type": "color",
2609
+ "$extensions": {
2610
+ "com.figma": {
2611
+ "collectionId": "VariableCollectionId:539:2238",
2612
+ "collectionName": "_ColorPrimitive",
2613
+ "variableId": "VariableID:16104:163538"
2614
+ }
2615
+ },
2616
+ "$type": "color"
2617
+ },
2618
+ "name": "PartnerPetbookPetbookCore",
2619
+ "attributes": {
2620
+ "category": "Partner",
2621
+ "type": "Petbook",
2622
+ "item": "petbookCore"
2623
+ },
2624
+ "path": [
2625
+ "Partner",
2626
+ "Petbook",
2627
+ "petbookCore"
2628
+ ]
2629
+ }
2630
+ },
2631
+ "MyHome": {
2632
+ "myhomeCore": {
2633
+ "$value": "#66cccc",
2634
+ "value": "#66CCCC",
2635
+ "type": "color",
2636
+ "$extensions": {
2637
+ "com.figma": {
2638
+ "collectionId": "VariableCollectionId:539:2238",
2639
+ "collectionName": "_ColorPrimitive",
2640
+ "variableId": "VariableID:16104:163539"
2641
+ }
2642
+ },
2643
+ "$type": "color",
2644
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2645
+ "isSource": true,
2646
+ "original": {
2647
+ "$value": "#66CCCC",
2648
+ "value": "#66CCCC",
2649
+ "type": "color",
2650
+ "$extensions": {
2651
+ "com.figma": {
2652
+ "collectionId": "VariableCollectionId:539:2238",
2653
+ "collectionName": "_ColorPrimitive",
2654
+ "variableId": "VariableID:16104:163539"
2655
+ }
2656
+ },
2657
+ "$type": "color"
2658
+ },
2659
+ "name": "PartnerMyHomeMyhomeCore",
2660
+ "attributes": {
2661
+ "category": "Partner",
2662
+ "type": "MyHome",
2663
+ "item": "myhomeCore"
2664
+ },
2665
+ "path": [
2666
+ "Partner",
2667
+ "MyHome",
2668
+ "myhomeCore"
2669
+ ]
2670
+ }
2671
+ },
2672
+ "Travelbook": {
2673
+ "travelbookCore": {
2674
+ "$value": "#8ef0ed",
2675
+ "value": "#8EF0ED",
2676
+ "type": "color",
2677
+ "$extensions": {
2678
+ "com.figma": {
2679
+ "collectionId": "VariableCollectionId:539:2238",
2680
+ "collectionName": "_ColorPrimitive",
2681
+ "variableId": "VariableID:16104:163540"
2682
+ }
2683
+ },
2684
+ "$type": "color",
2685
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2686
+ "isSource": true,
2687
+ "original": {
2688
+ "$value": "#8EF0ED",
2689
+ "value": "#8EF0ED",
2690
+ "type": "color",
2691
+ "$extensions": {
2692
+ "com.figma": {
2693
+ "collectionId": "VariableCollectionId:539:2238",
2694
+ "collectionName": "_ColorPrimitive",
2695
+ "variableId": "VariableID:16104:163540"
2696
+ }
2697
+ },
2698
+ "$type": "color"
2699
+ },
2700
+ "name": "PartnerTravelbookTravelbookCore",
2701
+ "attributes": {
2702
+ "category": "Partner",
2703
+ "type": "Travelbook",
2704
+ "item": "travelbookCore"
2705
+ },
2706
+ "path": [
2707
+ "Partner",
2708
+ "Travelbook",
2709
+ "travelbookCore"
2710
+ ]
2711
+ }
2712
+ },
2713
+ "Techbook": {
2714
+ "techbookCore": {
2715
+ "$value": "#93e4ff",
2716
+ "value": "#93E4FF",
2717
+ "type": "color",
2718
+ "$extensions": {
2719
+ "com.figma": {
2720
+ "collectionId": "VariableCollectionId:539:2238",
2721
+ "collectionName": "_ColorPrimitive",
2722
+ "variableId": "VariableID:16104:163541"
2723
+ }
2724
+ },
2725
+ "$type": "color",
2726
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2727
+ "isSource": true,
2728
+ "original": {
2729
+ "$value": "#93E4FF",
2730
+ "value": "#93E4FF",
2731
+ "type": "color",
2732
+ "$extensions": {
2733
+ "com.figma": {
2734
+ "collectionId": "VariableCollectionId:539:2238",
2735
+ "collectionName": "_ColorPrimitive",
2736
+ "variableId": "VariableID:16104:163541"
2737
+ }
2738
+ },
2739
+ "$type": "color"
2740
+ },
2741
+ "name": "PartnerTechbookTechbookCore",
2742
+ "attributes": {
2743
+ "category": "Partner",
2744
+ "type": "Techbook",
2745
+ "item": "techbookCore"
2746
+ },
2747
+ "path": [
2748
+ "Partner",
2749
+ "Techbook",
2750
+ "techbookCore"
2751
+ ]
2752
+ }
2753
+ },
2754
+ "Kaufberater": {
2755
+ "kaufberaterCore": {
2756
+ "$value": "#55476e",
2757
+ "value": "#55476E",
2758
+ "type": "color",
2759
+ "$extensions": {
2760
+ "com.figma": {
2761
+ "collectionId": "VariableCollectionId:539:2238",
2762
+ "collectionName": "_ColorPrimitive",
2763
+ "variableId": "VariableID:16104:163542"
2764
+ }
2765
+ },
2766
+ "$type": "color",
2767
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2768
+ "isSource": true,
2769
+ "original": {
2770
+ "$value": "#55476E",
2771
+ "value": "#55476E",
2772
+ "type": "color",
2773
+ "$extensions": {
2774
+ "com.figma": {
2775
+ "collectionId": "VariableCollectionId:539:2238",
2776
+ "collectionName": "_ColorPrimitive",
2777
+ "variableId": "VariableID:16104:163542"
2778
+ }
2779
+ },
2780
+ "$type": "color"
2781
+ },
2782
+ "name": "PartnerKaufberaterKaufberaterCore",
2783
+ "attributes": {
2784
+ "category": "Partner",
2785
+ "type": "Kaufberater",
2786
+ "item": "kaufberaterCore"
2787
+ },
2788
+ "path": [
2789
+ "Partner",
2790
+ "Kaufberater",
2791
+ "kaufberaterCore"
2792
+ ]
2793
+ }
2794
+ },
2795
+ "Bz": {
2796
+ "bzCore": {
2797
+ "$value": "#e3001b",
2798
+ "value": "#E3001B",
2799
+ "type": "color",
2800
+ "$extensions": {
2801
+ "com.figma": {
2802
+ "collectionId": "VariableCollectionId:539:2238",
2803
+ "collectionName": "_ColorPrimitive",
2804
+ "variableId": "VariableID:16104:163543"
2805
+ }
2806
+ },
2807
+ "$type": "color",
2808
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2809
+ "isSource": true,
2810
+ "original": {
2811
+ "$value": "#E3001B",
2812
+ "value": "#E3001B",
2813
+ "type": "color",
2814
+ "$extensions": {
2815
+ "com.figma": {
2816
+ "collectionId": "VariableCollectionId:539:2238",
2817
+ "collectionName": "_ColorPrimitive",
2818
+ "variableId": "VariableID:16104:163543"
2819
+ }
2820
+ },
2821
+ "$type": "color"
2822
+ },
2823
+ "name": "PartnerBzBzCore",
2824
+ "attributes": {
2825
+ "category": "Partner",
2826
+ "type": "Bz",
2827
+ "item": "bzCore"
2828
+ },
2829
+ "path": [
2830
+ "Partner",
2831
+ "Bz",
2832
+ "bzCore"
2833
+ ]
2834
+ }
2835
+ },
2836
+ "Aubi": {
2837
+ "aubiCore": {
2838
+ "$value": "#f00000",
2839
+ "value": "#F00000",
2840
+ "type": "color",
2841
+ "$extensions": {
2842
+ "com.figma": {
2843
+ "collectionId": "VariableCollectionId:539:2238",
2844
+ "collectionName": "_ColorPrimitive",
2845
+ "variableId": "VariableID:16104:163544"
2846
+ }
2847
+ },
2848
+ "$type": "color",
2849
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2850
+ "isSource": true,
2851
+ "original": {
2852
+ "$value": "#F00000",
2853
+ "value": "#F00000",
2854
+ "type": "color",
2855
+ "$extensions": {
2856
+ "com.figma": {
2857
+ "collectionId": "VariableCollectionId:539:2238",
2858
+ "collectionName": "_ColorPrimitive",
2859
+ "variableId": "VariableID:16104:163544"
2860
+ }
2861
+ },
2862
+ "$type": "color"
2863
+ },
2864
+ "name": "PartnerAubiAubiCore",
2865
+ "attributes": {
2866
+ "category": "Partner",
2867
+ "type": "Aubi",
2868
+ "item": "aubiCore"
2869
+ },
2870
+ "path": [
2871
+ "Partner",
2872
+ "Aubi",
2873
+ "aubiCore"
2874
+ ]
2875
+ }
2876
+ },
2877
+ "ComputerBILD": {
2878
+ "cobiCore": {
2879
+ "$value": "#dc231c",
2880
+ "value": "#DC231C",
2881
+ "type": "color",
2882
+ "$extensions": {
2883
+ "com.figma": {
2884
+ "collectionId": "VariableCollectionId:539:2238",
2885
+ "collectionName": "_ColorPrimitive",
2886
+ "variableId": "VariableID:16104:163545"
2887
+ }
2888
+ },
2889
+ "$type": "color",
2890
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2891
+ "isSource": true,
2892
+ "original": {
2893
+ "$value": "#DC231C",
2894
+ "value": "#DC231C",
2895
+ "type": "color",
2896
+ "$extensions": {
2897
+ "com.figma": {
2898
+ "collectionId": "VariableCollectionId:539:2238",
2899
+ "collectionName": "_ColorPrimitive",
2900
+ "variableId": "VariableID:16104:163545"
2901
+ }
2902
+ },
2903
+ "$type": "color"
2904
+ },
2905
+ "name": "PartnerComputerBildCobiCore",
2906
+ "attributes": {
2907
+ "category": "Partner",
2908
+ "type": "ComputerBILD",
2909
+ "item": "cobiCore"
2910
+ },
2911
+ "path": [
2912
+ "Partner",
2913
+ "ComputerBILD",
2914
+ "cobiCore"
2915
+ ]
2916
+ }
2917
+ }
2918
+ },
2919
+ "SportBILD": {
2920
+ "blue": {
2921
+ "spobiBlue098": {
2922
+ "$value": "#f7f9fd",
2923
+ "value": "#F7F9FD",
2924
+ "type": "color",
2925
+ "$extensions": {
2926
+ "com.figma": {
2927
+ "collectionId": "VariableCollectionId:539:2238",
2928
+ "collectionName": "_ColorPrimitive",
2929
+ "variableId": "VariableID:16104:163546"
2930
+ }
2931
+ },
2932
+ "$type": "color",
2933
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2934
+ "isSource": true,
2935
+ "original": {
2936
+ "$value": "#F7F9FD",
2937
+ "value": "#F7F9FD",
2938
+ "type": "color",
2939
+ "$extensions": {
2940
+ "com.figma": {
2941
+ "collectionId": "VariableCollectionId:539:2238",
2942
+ "collectionName": "_ColorPrimitive",
2943
+ "variableId": "VariableID:16104:163546"
2944
+ }
2945
+ },
2946
+ "$type": "color"
2947
+ },
2948
+ "name": "SportBildBlueSpobiBlue098",
2949
+ "attributes": {
2950
+ "category": "SportBILD",
2951
+ "type": "blue",
2952
+ "item": "spobiBlue098"
2953
+ },
2954
+ "path": [
2955
+ "SportBILD",
2956
+ "blue",
2957
+ "spobiBlue098"
2958
+ ]
2959
+ },
2960
+ "spobiBlue081": {
2961
+ "$value": "#bdcadb",
2962
+ "value": "#BDCADB",
2963
+ "type": "color",
2964
+ "$extensions": {
2965
+ "com.figma": {
2966
+ "collectionId": "VariableCollectionId:539:2238",
2967
+ "collectionName": "_ColorPrimitive",
2968
+ "variableId": "VariableID:16104:163547"
2969
+ }
2970
+ },
2971
+ "$type": "color",
2972
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
2973
+ "isSource": true,
2974
+ "original": {
2975
+ "$value": "#BDCADB",
2976
+ "value": "#BDCADB",
2977
+ "type": "color",
2978
+ "$extensions": {
2979
+ "com.figma": {
2980
+ "collectionId": "VariableCollectionId:539:2238",
2981
+ "collectionName": "_ColorPrimitive",
2982
+ "variableId": "VariableID:16104:163547"
2983
+ }
2984
+ },
2985
+ "$type": "color"
2986
+ },
2987
+ "name": "SportBildBlueSpobiBlue081",
2988
+ "attributes": {
2989
+ "category": "SportBILD",
2990
+ "type": "blue",
2991
+ "item": "spobiBlue081"
2992
+ },
2993
+ "path": [
2994
+ "SportBILD",
2995
+ "blue",
2996
+ "spobiBlue081"
2997
+ ]
2998
+ },
2999
+ "spobiBlue029": {
3000
+ "$value": "#174482",
3001
+ "value": "#174482",
3002
+ "type": "color",
3003
+ "$extensions": {
3004
+ "com.figma": {
3005
+ "collectionId": "VariableCollectionId:539:2238",
3006
+ "collectionName": "_ColorPrimitive",
3007
+ "variableId": "VariableID:16107:27"
3008
+ }
3009
+ },
3010
+ "$type": "color",
3011
+ "comment": "This variable in the current online CSS is called secondary-tenant-color",
3012
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3013
+ "isSource": true,
3014
+ "original": {
3015
+ "$value": "#174482",
3016
+ "value": "#174482",
3017
+ "type": "color",
3018
+ "$extensions": {
3019
+ "com.figma": {
3020
+ "collectionId": "VariableCollectionId:539:2238",
3021
+ "collectionName": "_ColorPrimitive",
3022
+ "variableId": "VariableID:16107:27"
3023
+ }
3024
+ },
3025
+ "$type": "color",
3026
+ "comment": "This variable in the current online CSS is called secondary-tenant-color"
3027
+ },
3028
+ "name": "SportBildBlueSpobiBlue029",
3029
+ "attributes": {
3030
+ "category": "SportBILD",
3031
+ "type": "blue",
3032
+ "item": "spobiBlue029"
3033
+ },
3034
+ "path": [
3035
+ "SportBILD",
3036
+ "blue",
3037
+ "spobiBlue029"
3038
+ ]
3039
+ },
3040
+ "spobiBlue016": {
3041
+ "$value": "#0a2750",
3042
+ "value": "#0A2750",
3043
+ "type": "color",
3044
+ "$extensions": {
3045
+ "com.figma": {
3046
+ "collectionId": "VariableCollectionId:539:2238",
3047
+ "collectionName": "_ColorPrimitive",
3048
+ "variableId": "VariableID:16107:28"
3049
+ }
3050
+ },
3051
+ "$type": "color",
3052
+ "comment": "This variable in the current online CSS is called main-tenant-color for the spobi tenant.",
3053
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3054
+ "isSource": true,
3055
+ "original": {
3056
+ "$value": "#0A2750",
3057
+ "value": "#0A2750",
3058
+ "type": "color",
3059
+ "$extensions": {
3060
+ "com.figma": {
3061
+ "collectionId": "VariableCollectionId:539:2238",
3062
+ "collectionName": "_ColorPrimitive",
3063
+ "variableId": "VariableID:16107:28"
3064
+ }
3065
+ },
3066
+ "$type": "color",
3067
+ "comment": "This variable in the current online CSS is called main-tenant-color for the spobi tenant."
3068
+ },
3069
+ "name": "SportBildBlueSpobiBlue016",
3070
+ "attributes": {
3071
+ "category": "SportBILD",
3072
+ "type": "blue",
3073
+ "item": "spobiBlue016"
3074
+ },
3075
+ "path": [
3076
+ "SportBILD",
3077
+ "blue",
3078
+ "spobiBlue016"
3079
+ ]
3080
+ },
3081
+ "spobiBlue010": {
3082
+ "$value": "#081828",
3083
+ "value": "#081828",
3084
+ "type": "color",
3085
+ "$extensions": {
3086
+ "com.figma": {
3087
+ "collectionId": "VariableCollectionId:539:2238",
3088
+ "collectionName": "_ColorPrimitive",
3089
+ "variableId": "VariableID:16107:29"
3090
+ }
3091
+ },
3092
+ "$type": "color",
3093
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3094
+ "isSource": true,
3095
+ "original": {
3096
+ "$value": "#081828",
3097
+ "value": "#081828",
3098
+ "type": "color",
3099
+ "$extensions": {
3100
+ "com.figma": {
3101
+ "collectionId": "VariableCollectionId:539:2238",
3102
+ "collectionName": "_ColorPrimitive",
3103
+ "variableId": "VariableID:16107:29"
3104
+ }
3105
+ },
3106
+ "$type": "color"
3107
+ },
3108
+ "name": "SportBildBlueSpobiBlue010",
3109
+ "attributes": {
3110
+ "category": "SportBILD",
3111
+ "type": "blue",
3112
+ "item": "spobiBlue010"
3113
+ },
3114
+ "path": [
3115
+ "SportBILD",
3116
+ "blue",
3117
+ "spobiBlue010"
3118
+ ]
3119
+ },
3120
+ "spobiBlue038": {
3121
+ "$value": "#315998",
3122
+ "value": "#315998",
3123
+ "type": "color",
3124
+ "$extensions": {
3125
+ "com.figma": {
3126
+ "collectionId": "VariableCollectionId:539:2238",
3127
+ "collectionName": "_ColorPrimitive",
3128
+ "variableId": "VariableID:18489:25069"
3129
+ }
3130
+ },
3131
+ "$type": "color",
3132
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3133
+ "isSource": true,
3134
+ "original": {
3135
+ "$value": "#315998",
3136
+ "value": "#315998",
3137
+ "type": "color",
3138
+ "$extensions": {
3139
+ "com.figma": {
3140
+ "collectionId": "VariableCollectionId:539:2238",
3141
+ "collectionName": "_ColorPrimitive",
3142
+ "variableId": "VariableID:18489:25069"
3143
+ }
3144
+ },
3145
+ "$type": "color"
3146
+ },
3147
+ "name": "SportBildBlueSpobiBlue038",
3148
+ "attributes": {
3149
+ "category": "SportBILD",
3150
+ "type": "blue",
3151
+ "item": "spobiBlue038"
3152
+ },
3153
+ "path": [
3154
+ "SportBILD",
3155
+ "blue",
3156
+ "spobiBlue038"
3157
+ ]
3158
+ }
3159
+ },
3160
+ "red": {
3161
+ "spobiRed": {
3162
+ "$value": "#e52528",
3163
+ "value": "#E52528",
3164
+ "type": "color",
3165
+ "$extensions": {
3166
+ "com.figma": {
3167
+ "collectionId": "VariableCollectionId:539:2238",
3168
+ "collectionName": "_ColorPrimitive",
3169
+ "variableId": "VariableID:18343:6628"
3170
+ }
3171
+ },
3172
+ "$type": "color",
3173
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3174
+ "isSource": true,
3175
+ "original": {
3176
+ "$value": "#E52528",
3177
+ "value": "#E52528",
3178
+ "type": "color",
3179
+ "$extensions": {
3180
+ "com.figma": {
3181
+ "collectionId": "VariableCollectionId:539:2238",
3182
+ "collectionName": "_ColorPrimitive",
3183
+ "variableId": "VariableID:18343:6628"
3184
+ }
3185
+ },
3186
+ "$type": "color"
3187
+ },
3188
+ "name": "SportBildRedSpobiRed",
3189
+ "attributes": {
3190
+ "category": "SportBILD",
3191
+ "type": "red",
3192
+ "item": "spobiRed"
3193
+ },
3194
+ "path": [
3195
+ "SportBILD",
3196
+ "red",
3197
+ "spobiRed"
3198
+ ]
3199
+ }
3200
+ },
3201
+ "alpha": {
3202
+ "spobiBlue016-0": {
3203
+ "$value": "#0a275000",
3204
+ "value": "rgba(10, 39, 80, 0)",
3205
+ "type": "color",
3206
+ "$extensions": {
3207
+ "com.figma": {
3208
+ "collectionId": "VariableCollectionId:539:2238",
3209
+ "collectionName": "_ColorPrimitive",
3210
+ "variableId": "VariableID:18355:65196"
3211
+ }
3212
+ },
3213
+ "$type": "color",
3214
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3215
+ "isSource": true,
3216
+ "original": {
3217
+ "$value": "rgba(10, 39, 80, 0)",
3218
+ "value": "rgba(10, 39, 80, 0)",
3219
+ "type": "color",
3220
+ "$extensions": {
3221
+ "com.figma": {
3222
+ "collectionId": "VariableCollectionId:539:2238",
3223
+ "collectionName": "_ColorPrimitive",
3224
+ "variableId": "VariableID:18355:65196"
3225
+ }
3226
+ },
3227
+ "$type": "color"
3228
+ },
3229
+ "name": "SportBildAlphaSpobiBlue0160",
3230
+ "attributes": {
3231
+ "category": "SportBILD",
3232
+ "type": "alpha",
3233
+ "item": "spobiBlue016-0"
3234
+ },
3235
+ "path": [
3236
+ "SportBILD",
3237
+ "alpha",
3238
+ "spobiBlue016-0"
3239
+ ]
3240
+ },
3241
+ "spobiBlue016-70": {
3242
+ "$value": "#0a2750b2",
3243
+ "value": "rgba(10, 39, 80, 0.699999988079071)",
3244
+ "type": "color",
3245
+ "$extensions": {
3246
+ "com.figma": {
3247
+ "collectionId": "VariableCollectionId:539:2238",
3248
+ "collectionName": "_ColorPrimitive",
3249
+ "variableId": "VariableID:18355:65197"
3250
+ }
3251
+ },
3252
+ "$type": "color",
3253
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3254
+ "isSource": true,
3255
+ "original": {
3256
+ "$value": "rgba(10, 39, 80, 0.699999988079071)",
3257
+ "value": "rgba(10, 39, 80, 0.699999988079071)",
3258
+ "type": "color",
3259
+ "$extensions": {
3260
+ "com.figma": {
3261
+ "collectionId": "VariableCollectionId:539:2238",
3262
+ "collectionName": "_ColorPrimitive",
3263
+ "variableId": "VariableID:18355:65197"
3264
+ }
3265
+ },
3266
+ "$type": "color"
3267
+ },
3268
+ "name": "SportBildAlphaSpobiBlue01670",
3269
+ "attributes": {
3270
+ "category": "SportBILD",
3271
+ "type": "alpha",
3272
+ "item": "spobiBlue016-70"
3273
+ },
3274
+ "path": [
3275
+ "SportBILD",
3276
+ "alpha",
3277
+ "spobiBlue016-70"
3278
+ ]
3279
+ }
3280
+ }
3281
+ },
3282
+ "Opacity": {
3283
+ "opacity05": {
3284
+ "$value": "5px",
3285
+ "value": "5px",
3286
+ "type": "float",
3287
+ "$extensions": {
3288
+ "com.figma": {
3289
+ "collectionId": "VariableCollectionId:539:2238",
3290
+ "collectionName": "_ColorPrimitive",
3291
+ "variableId": "VariableID:18489:24615"
3292
+ }
3293
+ },
3294
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3295
+ "isSource": true,
3296
+ "original": {
3297
+ "$value": "5px",
3298
+ "value": "5px",
3299
+ "type": "float",
3300
+ "$extensions": {
3301
+ "com.figma": {
3302
+ "collectionId": "VariableCollectionId:539:2238",
3303
+ "collectionName": "_ColorPrimitive",
3304
+ "variableId": "VariableID:18489:24615"
3305
+ }
3306
+ }
3307
+ },
3308
+ "name": "OpacityOpacity05",
3309
+ "attributes": {
3310
+ "category": "Opacity",
3311
+ "type": "opacity05"
3312
+ },
3313
+ "path": [
3314
+ "Opacity",
3315
+ "opacity05"
3316
+ ]
3317
+ },
3318
+ "opacity10": {
3319
+ "$value": "10px",
3320
+ "value": "10px",
3321
+ "type": "float",
3322
+ "$extensions": {
3323
+ "com.figma": {
3324
+ "collectionId": "VariableCollectionId:539:2238",
3325
+ "collectionName": "_ColorPrimitive",
3326
+ "variableId": "VariableID:18489:24616"
3327
+ }
3328
+ },
3329
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3330
+ "isSource": true,
3331
+ "original": {
3332
+ "$value": "10px",
3333
+ "value": "10px",
3334
+ "type": "float",
3335
+ "$extensions": {
3336
+ "com.figma": {
3337
+ "collectionId": "VariableCollectionId:539:2238",
3338
+ "collectionName": "_ColorPrimitive",
3339
+ "variableId": "VariableID:18489:24616"
3340
+ }
3341
+ }
3342
+ },
3343
+ "name": "OpacityOpacity10",
3344
+ "attributes": {
3345
+ "category": "Opacity",
3346
+ "type": "opacity10"
3347
+ },
3348
+ "path": [
3349
+ "Opacity",
3350
+ "opacity10"
3351
+ ]
3352
+ },
3353
+ "opacity20": {
3354
+ "$value": "20px",
3355
+ "value": "20px",
3356
+ "type": "float",
3357
+ "$extensions": {
3358
+ "com.figma": {
3359
+ "collectionId": "VariableCollectionId:539:2238",
3360
+ "collectionName": "_ColorPrimitive",
3361
+ "variableId": "VariableID:18489:24829"
3362
+ }
3363
+ },
3364
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3365
+ "isSource": true,
3366
+ "original": {
3367
+ "$value": "20px",
3368
+ "value": "20px",
3369
+ "type": "float",
3370
+ "$extensions": {
3371
+ "com.figma": {
3372
+ "collectionId": "VariableCollectionId:539:2238",
3373
+ "collectionName": "_ColorPrimitive",
3374
+ "variableId": "VariableID:18489:24829"
3375
+ }
3376
+ }
3377
+ },
3378
+ "name": "OpacityOpacity20",
3379
+ "attributes": {
3380
+ "category": "Opacity",
3381
+ "type": "opacity20"
3382
+ },
3383
+ "path": [
3384
+ "Opacity",
3385
+ "opacity20"
3386
+ ]
3387
+ },
3388
+ "opacity40": {
3389
+ "$value": "40px",
3390
+ "value": "40px",
3391
+ "type": "float",
3392
+ "$extensions": {
3393
+ "com.figma": {
3394
+ "collectionId": "VariableCollectionId:539:2238",
3395
+ "collectionName": "_ColorPrimitive",
3396
+ "variableId": "VariableID:18489:24830"
3397
+ }
3398
+ },
3399
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3400
+ "isSource": true,
3401
+ "original": {
3402
+ "$value": "40px",
3403
+ "value": "40px",
3404
+ "type": "float",
3405
+ "$extensions": {
3406
+ "com.figma": {
3407
+ "collectionId": "VariableCollectionId:539:2238",
3408
+ "collectionName": "_ColorPrimitive",
3409
+ "variableId": "VariableID:18489:24830"
3410
+ }
3411
+ }
3412
+ },
3413
+ "name": "OpacityOpacity40",
3414
+ "attributes": {
3415
+ "category": "Opacity",
3416
+ "type": "opacity40"
3417
+ },
3418
+ "path": [
3419
+ "Opacity",
3420
+ "opacity40"
3421
+ ]
3422
+ },
3423
+ "opacity60": {
3424
+ "$value": "60px",
3425
+ "value": "60px",
3426
+ "type": "float",
3427
+ "$extensions": {
3428
+ "com.figma": {
3429
+ "collectionId": "VariableCollectionId:539:2238",
3430
+ "collectionName": "_ColorPrimitive",
3431
+ "variableId": "VariableID:18489:24961"
3432
+ }
3433
+ },
3434
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3435
+ "isSource": true,
3436
+ "original": {
3437
+ "$value": "60px",
3438
+ "value": "60px",
3439
+ "type": "float",
3440
+ "$extensions": {
3441
+ "com.figma": {
3442
+ "collectionId": "VariableCollectionId:539:2238",
3443
+ "collectionName": "_ColorPrimitive",
3444
+ "variableId": "VariableID:18489:24961"
3445
+ }
3446
+ }
3447
+ },
3448
+ "name": "OpacityOpacity60",
3449
+ "attributes": {
3450
+ "category": "Opacity",
3451
+ "type": "opacity60"
3452
+ },
3453
+ "path": [
3454
+ "Opacity",
3455
+ "opacity60"
3456
+ ]
3457
+ },
3458
+ "opacity80": {
3459
+ "$value": "80px",
3460
+ "value": "80px",
3461
+ "type": "float",
3462
+ "$extensions": {
3463
+ "com.figma": {
3464
+ "collectionId": "VariableCollectionId:539:2238",
3465
+ "collectionName": "_ColorPrimitive",
3466
+ "variableId": "VariableID:18489:24962"
3467
+ }
3468
+ },
3469
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3470
+ "isSource": true,
3471
+ "original": {
3472
+ "$value": "80px",
3473
+ "value": "80px",
3474
+ "type": "float",
3475
+ "$extensions": {
3476
+ "com.figma": {
3477
+ "collectionId": "VariableCollectionId:539:2238",
3478
+ "collectionName": "_ColorPrimitive",
3479
+ "variableId": "VariableID:18489:24962"
3480
+ }
3481
+ }
3482
+ },
3483
+ "name": "OpacityOpacity80",
3484
+ "attributes": {
3485
+ "category": "Opacity",
3486
+ "type": "opacity80"
3487
+ },
3488
+ "path": [
3489
+ "Opacity",
3490
+ "opacity80"
3491
+ ]
3492
+ },
3493
+ "opacity100": {
3494
+ "$value": "100px",
3495
+ "value": "100px",
3496
+ "type": "float",
3497
+ "$extensions": {
3498
+ "com.figma": {
3499
+ "collectionId": "VariableCollectionId:539:2238",
3500
+ "collectionName": "_ColorPrimitive",
3501
+ "variableId": "VariableID:18489:24963"
3502
+ }
3503
+ },
3504
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3505
+ "isSource": true,
3506
+ "original": {
3507
+ "$value": "100px",
3508
+ "value": "100px",
3509
+ "type": "float",
3510
+ "$extensions": {
3511
+ "com.figma": {
3512
+ "collectionId": "VariableCollectionId:539:2238",
3513
+ "collectionName": "_ColorPrimitive",
3514
+ "variableId": "VariableID:18489:24963"
3515
+ }
3516
+ }
3517
+ },
3518
+ "name": "OpacityOpacity100",
3519
+ "attributes": {
3520
+ "category": "Opacity",
3521
+ "type": "opacity100"
3522
+ },
3523
+ "path": [
3524
+ "Opacity",
3525
+ "opacity100"
3526
+ ]
3527
+ },
3528
+ "opacity90": {
3529
+ "$value": "90px",
3530
+ "value": "90px",
3531
+ "type": "float",
3532
+ "$extensions": {
3533
+ "com.figma": {
3534
+ "collectionId": "VariableCollectionId:539:2238",
3535
+ "collectionName": "_ColorPrimitive",
3536
+ "variableId": "VariableID:18489:25043"
3537
+ }
3538
+ },
3539
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3540
+ "isSource": true,
3541
+ "original": {
3542
+ "$value": "90px",
3543
+ "value": "90px",
3544
+ "type": "float",
3545
+ "$extensions": {
3546
+ "com.figma": {
3547
+ "collectionId": "VariableCollectionId:539:2238",
3548
+ "collectionName": "_ColorPrimitive",
3549
+ "variableId": "VariableID:18489:25043"
3550
+ }
3551
+ }
3552
+ },
3553
+ "name": "OpacityOpacity90",
3554
+ "attributes": {
3555
+ "category": "Opacity",
3556
+ "type": "opacity90"
3557
+ },
3558
+ "path": [
3559
+ "Opacity",
3560
+ "opacity90"
3561
+ ]
3562
+ },
3563
+ "opacity30": {
3564
+ "$value": "30px",
3565
+ "value": "30px",
3566
+ "type": "float",
3567
+ "$extensions": {
3568
+ "com.figma": {
3569
+ "collectionId": "VariableCollectionId:539:2238",
3570
+ "collectionName": "_ColorPrimitive",
3571
+ "variableId": "VariableID:18489:25044"
3572
+ }
3573
+ },
3574
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3575
+ "isSource": true,
3576
+ "original": {
3577
+ "$value": "30px",
3578
+ "value": "30px",
3579
+ "type": "float",
3580
+ "$extensions": {
3581
+ "com.figma": {
3582
+ "collectionId": "VariableCollectionId:539:2238",
3583
+ "collectionName": "_ColorPrimitive",
3584
+ "variableId": "VariableID:18489:25044"
3585
+ }
3586
+ }
3587
+ },
3588
+ "name": "OpacityOpacity30",
3589
+ "attributes": {
3590
+ "category": "Opacity",
3591
+ "type": "opacity30"
3592
+ },
3593
+ "path": [
3594
+ "Opacity",
3595
+ "opacity30"
3596
+ ]
3597
+ },
3598
+ "opacity50": {
3599
+ "$value": "50px",
3600
+ "value": "50px",
3601
+ "type": "float",
3602
+ "$extensions": {
3603
+ "com.figma": {
3604
+ "collectionId": "VariableCollectionId:539:2238",
3605
+ "collectionName": "_ColorPrimitive",
3606
+ "variableId": "VariableID:18489:25045"
3607
+ }
3608
+ },
3609
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3610
+ "isSource": true,
3611
+ "original": {
3612
+ "$value": "50px",
3613
+ "value": "50px",
3614
+ "type": "float",
3615
+ "$extensions": {
3616
+ "com.figma": {
3617
+ "collectionId": "VariableCollectionId:539:2238",
3618
+ "collectionName": "_ColorPrimitive",
3619
+ "variableId": "VariableID:18489:25045"
3620
+ }
3621
+ }
3622
+ },
3623
+ "name": "OpacityOpacity50",
3624
+ "attributes": {
3625
+ "category": "Opacity",
3626
+ "type": "opacity50"
3627
+ },
3628
+ "path": [
3629
+ "Opacity",
3630
+ "opacity50"
3631
+ ]
3632
+ },
3633
+ "opacity00": {
3634
+ "$value": "0px",
3635
+ "value": "0px",
3636
+ "type": "float",
3637
+ "$extensions": {
3638
+ "com.figma": {
3639
+ "collectionId": "VariableCollectionId:539:2238",
3640
+ "collectionName": "_ColorPrimitive",
3641
+ "variableId": "VariableID:18489:25046"
3642
+ }
3643
+ },
3644
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3645
+ "isSource": true,
3646
+ "original": {
3647
+ "$value": "0px",
3648
+ "value": "0px",
3649
+ "type": "float",
3650
+ "$extensions": {
3651
+ "com.figma": {
3652
+ "collectionId": "VariableCollectionId:539:2238",
3653
+ "collectionName": "_ColorPrimitive",
3654
+ "variableId": "VariableID:18489:25046"
3655
+ }
3656
+ }
3657
+ },
3658
+ "name": "OpacityOpacity00",
3659
+ "attributes": {
3660
+ "category": "Opacity",
3661
+ "type": "opacity00"
3662
+ },
3663
+ "path": [
3664
+ "Opacity",
3665
+ "opacity00"
3666
+ ]
3667
+ },
3668
+ "opacity70": {
3669
+ "$value": "70px",
3670
+ "value": "70px",
3671
+ "type": "float",
3672
+ "$extensions": {
3673
+ "com.figma": {
3674
+ "collectionId": "VariableCollectionId:539:2238",
3675
+ "collectionName": "_ColorPrimitive",
3676
+ "variableId": "VariableID:18489:25047"
3677
+ }
3678
+ },
3679
+ "filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/shared/colorprimitive.json",
3680
+ "isSource": true,
3681
+ "original": {
3682
+ "$value": "70px",
3683
+ "value": "70px",
3684
+ "type": "float",
3685
+ "$extensions": {
3686
+ "com.figma": {
3687
+ "collectionId": "VariableCollectionId:539:2238",
3688
+ "collectionName": "_ColorPrimitive",
3689
+ "variableId": "VariableID:18489:25047"
3690
+ }
3691
+ }
3692
+ },
3693
+ "name": "OpacityOpacity70",
3694
+ "attributes": {
3695
+ "category": "Opacity",
3696
+ "type": "opacity70"
3697
+ },
3698
+ "path": [
3699
+ "Opacity",
3700
+ "opacity70"
3701
+ ]
3702
+ }
3703
+ }
3704
+ }