@aurodesignsystem/design-tokens 8.6.0 → 8.8.0

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 (248) hide show
  1. package/.vscode/settings.json +7 -0
  2. package/CHANGELOG.md +41 -0
  3. package/dist/figmaExport/app/alaska.json +174 -0
  4. package/dist/figmaExport/app/atmos.json +174 -0
  5. package/dist/figmaExport/app/hawaiian.json +174 -0
  6. package/dist/figmaExport/web/Alaska.css +238 -0
  7. package/dist/figmaExport/web/Alaska.scss +235 -0
  8. package/dist/figmaExport/web/Atmos.css +238 -0
  9. package/dist/figmaExport/web/Atmos.scss +235 -0
  10. package/dist/figmaExport/web/Hawaiian.css +231 -0
  11. package/dist/figmaExport/web/Hawaiian.scss +228 -0
  12. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  13. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  14. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  15. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  16. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  17. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  18. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  19. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  20. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  21. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  22. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  23. package/dist/primitives/base/JSONVariablesNested--primitivesBase.json +4 -0
  24. package/dist/primitives/base/JSObject--allTokens.js +253 -153
  25. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +5 -1
  26. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +5 -1
  27. package/dist/themes/CSSCustomProperties--bundled.css +32 -17
  28. package/dist/themes/CSSCustomProperties--bundled.min.css +1 -1
  29. package/dist/themes/alaska/CSSCustomProperties--alaska.css +5 -2
  30. package/dist/themes/alaska/CSSCustomProperties--alaska.min.css +1 -1
  31. package/dist/themes/alaska/JSONVariablesNested--alaska.json +62 -59
  32. package/dist/themes/alaska/JSObject--allTokens.js +4967 -4880
  33. package/dist/themes/alaska/SCSSVariables--alaska.scss +45 -42
  34. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +46 -43
  35. package/dist/themes/alaska/primitives--alaska.scss +130 -126
  36. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +5 -2
  37. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -1
  38. package/dist/themes/alaska-classic/JSONVariablesNested--alaskaClassic.json +62 -59
  39. package/dist/themes/alaska-classic/JSObject--allTokens.js +4968 -4881
  40. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +45 -42
  41. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +46 -43
  42. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +130 -126
  43. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +5 -2
  44. package/dist/themes/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  45. package/dist/themes/auro-1/JSONVariablesNested--auro1.json +62 -59
  46. package/dist/themes/auro-1/JSObject--allTokens.js +4970 -4883
  47. package/dist/themes/auro-1/SCSSVariables--auro1.scss +45 -42
  48. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +46 -43
  49. package/dist/themes/auro-1/primitives--auro1.scss +130 -126
  50. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +16 -13
  51. package/dist/themes/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  52. package/dist/themes/auro-2/JSONVariablesNested--auro2.json +73 -70
  53. package/dist/themes/auro-2/JSObject--allTokens.js +4972 -4885
  54. package/dist/themes/auro-2/SCSSVariables--auro2.scss +56 -53
  55. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +57 -54
  56. package/dist/themes/auro-2/primitives--auro2.scss +130 -126
  57. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +5 -2
  58. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  59. package/dist/themes/hawaiian/JSONVariablesNested--hawaiian.json +62 -59
  60. package/dist/themes/hawaiian/JSObject--allTokens.js +4969 -4922
  61. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +45 -42
  62. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +46 -43
  63. package/dist/themes/hawaiian/primitives--hawaiian.scss +115 -111
  64. package/outputConfigs/app/alaska.json +18 -0
  65. package/outputConfigs/app/atmos.json +18 -0
  66. package/outputConfigs/app/hawaiian.json +18 -0
  67. package/outputConfigs/web/alaska.json +30 -0
  68. package/outputConfigs/web/atmos.json +30 -0
  69. package/outputConfigs/web/hawaiian.json +30 -0
  70. package/package.json +13 -10
  71. package/processed/app/Alaska.tokens.json +402 -0
  72. package/processed/app/Atmos.tokens.json +402 -0
  73. package/processed/app/Hawaiian.tokens.json +402 -0
  74. package/processed/web/Alaska.tokens.json +767 -0
  75. package/processed/web/Atmos.tokens.json +769 -0
  76. package/processed/web/Hawaiian.tokens.json +748 -0
  77. package/src/config/constants.js +1 -0
  78. package/tokenDefinitions/figmaExports/Alaska.tokens.json +6363 -0
  79. package/tokenDefinitions/figmaExports/Atmos.tokens.json +6432 -0
  80. package/tokenDefinitions/figmaExports/Hawaiian.tokens.json +6537 -0
  81. package/tokenDefinitions/manualTokens/web/Alaska.tokens.json +125 -0
  82. package/tokenDefinitions/manualTokens/web/Atmos.tokens.json +125 -0
  83. package/tokenDefinitions/manualTokens/web/Hawaiian.tokens.json +104 -0
  84. package/dist/legacy/transparent/CSSCustomProperties--transparent.css +0 -611
  85. package/src/primitives/alaska/color.json +0 -686
  86. package/src/primitives/alaska-classic/color.json +0 -686
  87. package/src/primitives/auro-1/color.json +0 -686
  88. package/src/primitives/auro-2/color.json +0 -686
  89. package/src/primitives/base/color.json +0 -534
  90. package/src/primitives/base/transparency.json +0 -170
  91. package/src/primitives/base/type/family.json +0 -18
  92. package/src/primitives/base/type/letter-spacing.json +0 -24
  93. package/src/primitives/base/type/line-height.json +0 -52
  94. package/src/primitives/base/type/size.json +0 -126
  95. package/src/primitives/base/type/weight.json +0 -54
  96. package/src/primitives/hawaiian/color.json +0 -438
  97. package/src/themes/alaska/advanced/color/accents.json +0 -106
  98. package/src/themes/alaska/advanced/color/avatar.json +0 -22
  99. package/src/themes/alaska/advanced/color/boolean.json +0 -127
  100. package/src/themes/alaska/advanced/color/button/flat.json +0 -52
  101. package/src/themes/alaska/advanced/color/button/ghost.json +0 -52
  102. package/src/themes/alaska/advanced/color/button/primary.json +0 -129
  103. package/src/themes/alaska/advanced/color/button/secondary.json +0 -94
  104. package/src/themes/alaska/advanced/color/button/tertiary.json +0 -59
  105. package/src/themes/alaska/advanced/color/dropdown.json +0 -22
  106. package/src/themes/alaska/advanced/color/expandedWidget.json +0 -15
  107. package/src/themes/alaska/advanced/color/flightline.json +0 -22
  108. package/src/themes/alaska/advanced/color/hyperlink.json +0 -36
  109. package/src/themes/alaska/advanced/color/shared.json +0 -78
  110. package/src/themes/alaska/advanced/color/skeleton.json +0 -22
  111. package/src/themes/alaska/advanced/color/state.json +0 -64
  112. package/src/themes/alaska/basic/color/border.json +0 -57
  113. package/src/themes/alaska/basic/color/brand.json +0 -92
  114. package/src/themes/alaska/basic/color/fare-brand.json +0 -43
  115. package/src/themes/alaska/basic/color/page-background.json +0 -22
  116. package/src/themes/alaska/basic/color/status.json +0 -71
  117. package/src/themes/alaska/basic/color/surface.json +0 -78
  118. package/src/themes/alaska/basic/color/text-icon.json +0 -57
  119. package/src/themes/alaska/basic/color/tier-program.json +0 -161
  120. package/src/themes/alaska/basic/type/brand.json +0 -50
  121. package/src/themes/alaska/basic/type/family.json +0 -56
  122. package/src/themes/alaska/basic/type/letter-spacing.json +0 -38
  123. package/src/themes/alaska/basic/type/line-height.json +0 -62
  124. package/src/themes/alaska/basic/type/weight.json +0 -50
  125. package/src/themes/alaska-classic/advanced/color/accents.json +0 -106
  126. package/src/themes/alaska-classic/advanced/color/avatar.json +0 -22
  127. package/src/themes/alaska-classic/advanced/color/boolean.json +0 -127
  128. package/src/themes/alaska-classic/advanced/color/button/flat.json +0 -52
  129. package/src/themes/alaska-classic/advanced/color/button/ghost.json +0 -52
  130. package/src/themes/alaska-classic/advanced/color/button/primary.json +0 -129
  131. package/src/themes/alaska-classic/advanced/color/button/secondary.json +0 -94
  132. package/src/themes/alaska-classic/advanced/color/button/tertiary.json +0 -59
  133. package/src/themes/alaska-classic/advanced/color/dropdown.json +0 -22
  134. package/src/themes/alaska-classic/advanced/color/expandedWidget.json +0 -15
  135. package/src/themes/alaska-classic/advanced/color/flightline.json +0 -22
  136. package/src/themes/alaska-classic/advanced/color/hyperlink.json +0 -36
  137. package/src/themes/alaska-classic/advanced/color/shared.json +0 -78
  138. package/src/themes/alaska-classic/advanced/color/skeleton.json +0 -22
  139. package/src/themes/alaska-classic/advanced/color/state.json +0 -64
  140. package/src/themes/alaska-classic/basic/color/border.json +0 -57
  141. package/src/themes/alaska-classic/basic/color/brand.json +0 -92
  142. package/src/themes/alaska-classic/basic/color/fare-brand.json +0 -43
  143. package/src/themes/alaska-classic/basic/color/page-background.json +0 -22
  144. package/src/themes/alaska-classic/basic/color/status.json +0 -71
  145. package/src/themes/alaska-classic/basic/color/surface.json +0 -78
  146. package/src/themes/alaska-classic/basic/color/text-icon.json +0 -57
  147. package/src/themes/alaska-classic/basic/color/tier-program.json +0 -161
  148. package/src/themes/alaska-classic/basic/type/brand.json +0 -50
  149. package/src/themes/alaska-classic/basic/type/family.json +0 -56
  150. package/src/themes/alaska-classic/basic/type/letter-spacing.json +0 -38
  151. package/src/themes/alaska-classic/basic/type/line-height.json +0 -62
  152. package/src/themes/alaska-classic/basic/type/weight.json +0 -50
  153. package/src/themes/auro-1/advanced/color/accents.json +0 -106
  154. package/src/themes/auro-1/advanced/color/avatar.json +0 -22
  155. package/src/themes/auro-1/advanced/color/boolean.json +0 -127
  156. package/src/themes/auro-1/advanced/color/button/flat.json +0 -52
  157. package/src/themes/auro-1/advanced/color/button/ghost.json +0 -52
  158. package/src/themes/auro-1/advanced/color/button/primary.json +0 -129
  159. package/src/themes/auro-1/advanced/color/button/secondary.json +0 -94
  160. package/src/themes/auro-1/advanced/color/button/tertiary.json +0 -59
  161. package/src/themes/auro-1/advanced/color/dropdown.json +0 -22
  162. package/src/themes/auro-1/advanced/color/expandedWidget.json +0 -15
  163. package/src/themes/auro-1/advanced/color/flightline.json +0 -22
  164. package/src/themes/auro-1/advanced/color/hyperlink.json +0 -36
  165. package/src/themes/auro-1/advanced/color/shared.json +0 -78
  166. package/src/themes/auro-1/advanced/color/skeleton.json +0 -22
  167. package/src/themes/auro-1/advanced/color/state.json +0 -64
  168. package/src/themes/auro-1/basic/color/border.json +0 -57
  169. package/src/themes/auro-1/basic/color/brand.json +0 -92
  170. package/src/themes/auro-1/basic/color/fare-brand.json +0 -43
  171. package/src/themes/auro-1/basic/color/page-background.json +0 -22
  172. package/src/themes/auro-1/basic/color/status.json +0 -71
  173. package/src/themes/auro-1/basic/color/surface.json +0 -78
  174. package/src/themes/auro-1/basic/color/text-icon.json +0 -57
  175. package/src/themes/auro-1/basic/color/tier-program.json +0 -161
  176. package/src/themes/auro-1/basic/type/brand.json +0 -50
  177. package/src/themes/auro-1/basic/type/family.json +0 -56
  178. package/src/themes/auro-1/basic/type/letter-spacing.json +0 -38
  179. package/src/themes/auro-1/basic/type/line-height.json +0 -62
  180. package/src/themes/auro-1/basic/type/weight.json +0 -50
  181. package/src/themes/auro-2/advanced/color/accents.json +0 -106
  182. package/src/themes/auro-2/advanced/color/avatar.json +0 -22
  183. package/src/themes/auro-2/advanced/color/boolean.json +0 -127
  184. package/src/themes/auro-2/advanced/color/button/flat.json +0 -52
  185. package/src/themes/auro-2/advanced/color/button/ghost.json +0 -52
  186. package/src/themes/auro-2/advanced/color/button/primary.json +0 -129
  187. package/src/themes/auro-2/advanced/color/button/secondary.json +0 -94
  188. package/src/themes/auro-2/advanced/color/button/tertiary.json +0 -59
  189. package/src/themes/auro-2/advanced/color/dropdown.json +0 -22
  190. package/src/themes/auro-2/advanced/color/expandedWidget.json +0 -15
  191. package/src/themes/auro-2/advanced/color/flightline.json +0 -22
  192. package/src/themes/auro-2/advanced/color/hyperlink.json +0 -36
  193. package/src/themes/auro-2/advanced/color/shared.json +0 -78
  194. package/src/themes/auro-2/advanced/color/skeleton.json +0 -22
  195. package/src/themes/auro-2/advanced/color/state.json +0 -64
  196. package/src/themes/auro-2/basic/color/border.json +0 -57
  197. package/src/themes/auro-2/basic/color/brand.json +0 -92
  198. package/src/themes/auro-2/basic/color/fare-brand.json +0 -43
  199. package/src/themes/auro-2/basic/color/page-background.json +0 -22
  200. package/src/themes/auro-2/basic/color/status.json +0 -71
  201. package/src/themes/auro-2/basic/color/surface.json +0 -78
  202. package/src/themes/auro-2/basic/color/text-icon.json +0 -57
  203. package/src/themes/auro-2/basic/color/tier-program.json +0 -161
  204. package/src/themes/auro-2/basic/type/brand.json +0 -50
  205. package/src/themes/auro-2/basic/type/family.json +0 -56
  206. package/src/themes/auro-2/basic/type/letter-spacing.json +0 -38
  207. package/src/themes/auro-2/basic/type/line-height.json +0 -62
  208. package/src/themes/auro-2/basic/type/weight.json +0 -50
  209. package/src/themes/hawaiian/advanced/color/accents.json +0 -106
  210. package/src/themes/hawaiian/advanced/color/avatar.json +0 -22
  211. package/src/themes/hawaiian/advanced/color/boolean.json +0 -127
  212. package/src/themes/hawaiian/advanced/color/button/flat.json +0 -52
  213. package/src/themes/hawaiian/advanced/color/button/ghost.json +0 -52
  214. package/src/themes/hawaiian/advanced/color/button/primary.json +0 -129
  215. package/src/themes/hawaiian/advanced/color/button/secondary.json +0 -94
  216. package/src/themes/hawaiian/advanced/color/button/tertiary.json +0 -59
  217. package/src/themes/hawaiian/advanced/color/dropdown.json +0 -22
  218. package/src/themes/hawaiian/advanced/color/expandedWidget.json +0 -63
  219. package/src/themes/hawaiian/advanced/color/flightline.json +0 -22
  220. package/src/themes/hawaiian/advanced/color/hyperlink.json +0 -36
  221. package/src/themes/hawaiian/advanced/color/shared.json +0 -78
  222. package/src/themes/hawaiian/advanced/color/skeleton.json +0 -22
  223. package/src/themes/hawaiian/advanced/color/state.json +0 -64
  224. package/src/themes/hawaiian/basic/color/border.json +0 -57
  225. package/src/themes/hawaiian/basic/color/brand.json +0 -92
  226. package/src/themes/hawaiian/basic/color/fare-brand.json +0 -43
  227. package/src/themes/hawaiian/basic/color/page-background.json +0 -22
  228. package/src/themes/hawaiian/basic/color/status.json +0 -71
  229. package/src/themes/hawaiian/basic/color/surface.json +0 -78
  230. package/src/themes/hawaiian/basic/color/text-icon.json +0 -57
  231. package/src/themes/hawaiian/basic/color/tier-program.json +0 -161
  232. package/src/themes/hawaiian/basic/type/brand.json +0 -50
  233. package/src/themes/hawaiian/basic/type/family.json +0 -56
  234. package/src/themes/hawaiian/basic/type/letter-spacing.json +0 -38
  235. package/src/themes/hawaiian/basic/type/line-height.json +0 -62
  236. package/src/themes/hawaiian/basic/type/weight.json +0 -50
  237. package/src/themes/transparent/color/alert.json +0 -97
  238. package/src/themes/transparent/color/background.json +0 -291
  239. package/src/themes/transparent/color/base.json +0 -1459
  240. package/src/themes/transparent/color/border.json +0 -377
  241. package/src/themes/transparent/color/brand.json +0 -1692
  242. package/src/themes/transparent/color/container.json +0 -514
  243. package/src/themes/transparent/color/icon.json +0 -667
  244. package/src/themes/transparent/color/text.json +0 -312
  245. package/src/themes/transparent/color/tier.json +0 -215
  246. package/src/themes/transparent/color/ui.json +0 -136
  247. package/src/themes/transparent/color/utility.json +0 -306
  248. package/src/themes/transparent/elevation.json +0 -25
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 28 Oct 2025 19:01:24 GMT
3
+ * Generated on Fri, 02 Jan 2026 17:45:44 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -11,7 +11,7 @@ module.exports = {
11
11
  "public": true,
12
12
  "type": "primitive",
13
13
  "value": "system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif",
14
- "filePath": "src/primitives/base/type/family.json",
14
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/family.json",
15
15
  "isSource": true,
16
16
  "original": {
17
17
  "deprecated": false,
@@ -36,7 +36,7 @@ module.exports = {
36
36
  "public": true,
37
37
  "type": "primitive",
38
38
  "value": "Georgia, serif",
39
- "filePath": "src/primitives/base/type/family.json",
39
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/family.json",
40
40
  "isSource": true,
41
41
  "original": {
42
42
  "deprecated": false,
@@ -63,7 +63,7 @@ module.exports = {
63
63
  "public": true,
64
64
  "type": "primitive",
65
65
  "value": "0",
66
- "filePath": "src/primitives/base/type/letter-spacing.json",
66
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/letter-spacing.json",
67
67
  "isSource": true,
68
68
  "original": {
69
69
  "deprecated": false,
@@ -88,7 +88,7 @@ module.exports = {
88
88
  "public": true,
89
89
  "type": "primitive",
90
90
  "value": "0.05em",
91
- "filePath": "src/primitives/base/type/letter-spacing.json",
91
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/letter-spacing.json",
92
92
  "isSource": true,
93
93
  "original": {
94
94
  "deprecated": false,
@@ -113,7 +113,7 @@ module.exports = {
113
113
  "public": true,
114
114
  "type": "primitive",
115
115
  "value": "0.10em",
116
- "filePath": "src/primitives/base/type/letter-spacing.json",
116
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/letter-spacing.json",
117
117
  "isSource": true,
118
118
  "original": {
119
119
  "deprecated": false,
@@ -141,7 +141,7 @@ module.exports = {
141
141
  "public": true,
142
142
  "type": "primitive",
143
143
  "value": "1",
144
- "filePath": "src/primitives/base/type/line-height.json",
144
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
145
145
  "isSource": true,
146
146
  "original": {
147
147
  "deprecated": false,
@@ -168,7 +168,7 @@ module.exports = {
168
168
  "public": true,
169
169
  "type": "primitive",
170
170
  "value": "1.3",
171
- "filePath": "src/primitives/base/type/line-height.json",
171
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
172
172
  "isSource": true,
173
173
  "original": {
174
174
  "deprecated": false,
@@ -197,7 +197,7 @@ module.exports = {
197
197
  "public": true,
198
198
  "type": "primitive",
199
199
  "value": "0.875rem",
200
- "filePath": "src/primitives/base/type/line-height.json",
200
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
201
201
  "isSource": true,
202
202
  "original": {
203
203
  "deprecated": false,
@@ -224,7 +224,7 @@ module.exports = {
224
224
  "public": true,
225
225
  "type": "primitive",
226
226
  "value": "1rem",
227
- "filePath": "src/primitives/base/type/line-height.json",
227
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
228
228
  "isSource": true,
229
229
  "original": {
230
230
  "deprecated": false,
@@ -251,7 +251,7 @@ module.exports = {
251
251
  "public": true,
252
252
  "type": "primitive",
253
253
  "value": "1.25rem",
254
- "filePath": "src/primitives/base/type/line-height.json",
254
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
255
255
  "isSource": true,
256
256
  "original": {
257
257
  "deprecated": false,
@@ -278,7 +278,7 @@ module.exports = {
278
278
  "public": true,
279
279
  "type": "primitive",
280
280
  "value": "1.5rem",
281
- "filePath": "src/primitives/base/type/line-height.json",
281
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
282
282
  "isSource": true,
283
283
  "original": {
284
284
  "deprecated": false,
@@ -305,7 +305,7 @@ module.exports = {
305
305
  "public": true,
306
306
  "type": "primitive",
307
307
  "value": "1.625rem",
308
- "filePath": "src/primitives/base/type/line-height.json",
308
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/line-height.json",
309
309
  "isSource": true,
310
310
  "original": {
311
311
  "deprecated": false,
@@ -335,7 +335,7 @@ module.exports = {
335
335
  "public": true,
336
336
  "type": "primitive",
337
337
  "value": "0.625rem",
338
- "filePath": "src/primitives/base/type/size.json",
338
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
339
339
  "isSource": true,
340
340
  "original": {
341
341
  "deprecated": false,
@@ -360,7 +360,7 @@ module.exports = {
360
360
  "public": true,
361
361
  "type": "primitive",
362
362
  "value": "0.75rem",
363
- "filePath": "src/primitives/base/type/size.json",
363
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
364
364
  "isSource": true,
365
365
  "original": {
366
366
  "deprecated": false,
@@ -385,7 +385,7 @@ module.exports = {
385
385
  "public": true,
386
386
  "type": "primitive",
387
387
  "value": "0.875rem",
388
- "filePath": "src/primitives/base/type/size.json",
388
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
389
389
  "isSource": true,
390
390
  "original": {
391
391
  "deprecated": false,
@@ -410,7 +410,7 @@ module.exports = {
410
410
  "public": true,
411
411
  "type": "primitive",
412
412
  "value": "1rem",
413
- "filePath": "src/primitives/base/type/size.json",
413
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
414
414
  "isSource": true,
415
415
  "original": {
416
416
  "deprecated": false,
@@ -435,7 +435,7 @@ module.exports = {
435
435
  "public": true,
436
436
  "type": "primitive",
437
437
  "value": "1.125rem",
438
- "filePath": "src/primitives/base/type/size.json",
438
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
439
439
  "isSource": true,
440
440
  "original": {
441
441
  "deprecated": false,
@@ -460,7 +460,7 @@ module.exports = {
460
460
  "public": true,
461
461
  "type": "primitive",
462
462
  "value": "1.25rem",
463
- "filePath": "src/primitives/base/type/size.json",
463
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
464
464
  "isSource": true,
465
465
  "original": {
466
466
  "deprecated": false,
@@ -485,7 +485,7 @@ module.exports = {
485
485
  "public": true,
486
486
  "type": "primitive",
487
487
  "value": "1.375rem",
488
- "filePath": "src/primitives/base/type/size.json",
488
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
489
489
  "isSource": true,
490
490
  "original": {
491
491
  "deprecated": false,
@@ -510,7 +510,7 @@ module.exports = {
510
510
  "public": true,
511
511
  "type": "primitive",
512
512
  "value": "1.5rem",
513
- "filePath": "src/primitives/base/type/size.json",
513
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
514
514
  "isSource": true,
515
515
  "original": {
516
516
  "deprecated": false,
@@ -535,7 +535,7 @@ module.exports = {
535
535
  "public": true,
536
536
  "type": "primitive",
537
537
  "value": "1.625rem",
538
- "filePath": "src/primitives/base/type/size.json",
538
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
539
539
  "isSource": true,
540
540
  "original": {
541
541
  "deprecated": false,
@@ -560,7 +560,7 @@ module.exports = {
560
560
  "public": true,
561
561
  "type": "primitive",
562
562
  "value": "1.75rem",
563
- "filePath": "src/primitives/base/type/size.json",
563
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
564
564
  "isSource": true,
565
565
  "original": {
566
566
  "deprecated": false,
@@ -585,7 +585,7 @@ module.exports = {
585
585
  "public": true,
586
586
  "type": "primitive",
587
587
  "value": "2rem",
588
- "filePath": "src/primitives/base/type/size.json",
588
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
589
589
  "isSource": true,
590
590
  "original": {
591
591
  "deprecated": false,
@@ -610,7 +610,7 @@ module.exports = {
610
610
  "public": true,
611
611
  "type": "primitive",
612
612
  "value": "2.25rem",
613
- "filePath": "src/primitives/base/type/size.json",
613
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
614
614
  "isSource": true,
615
615
  "original": {
616
616
  "deprecated": false,
@@ -635,7 +635,7 @@ module.exports = {
635
635
  "public": true,
636
636
  "type": "primitive",
637
637
  "value": "2.375rem",
638
- "filePath": "src/primitives/base/type/size.json",
638
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
639
639
  "isSource": true,
640
640
  "original": {
641
641
  "deprecated": false,
@@ -660,7 +660,7 @@ module.exports = {
660
660
  "public": true,
661
661
  "type": "primitive",
662
662
  "value": "2.5rem",
663
- "filePath": "src/primitives/base/type/size.json",
663
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
664
664
  "isSource": true,
665
665
  "original": {
666
666
  "deprecated": false,
@@ -685,7 +685,7 @@ module.exports = {
685
685
  "public": true,
686
686
  "type": "primitive",
687
687
  "value": "2.75rem",
688
- "filePath": "src/primitives/base/type/size.json",
688
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
689
689
  "isSource": true,
690
690
  "original": {
691
691
  "deprecated": false,
@@ -710,7 +710,7 @@ module.exports = {
710
710
  "public": true,
711
711
  "type": "primitive",
712
712
  "value": "3rem",
713
- "filePath": "src/primitives/base/type/size.json",
713
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
714
714
  "isSource": true,
715
715
  "original": {
716
716
  "deprecated": false,
@@ -735,7 +735,7 @@ module.exports = {
735
735
  "public": true,
736
736
  "type": "primitive",
737
737
  "value": "3.5rem",
738
- "filePath": "src/primitives/base/type/size.json",
738
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
739
739
  "isSource": true,
740
740
  "original": {
741
741
  "deprecated": false,
@@ -760,7 +760,7 @@ module.exports = {
760
760
  "public": true,
761
761
  "type": "primitive",
762
762
  "value": "4rem",
763
- "filePath": "src/primitives/base/type/size.json",
763
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
764
764
  "isSource": true,
765
765
  "original": {
766
766
  "deprecated": false,
@@ -785,7 +785,7 @@ module.exports = {
785
785
  "public": true,
786
786
  "type": "primitive",
787
787
  "value": "4.5rem",
788
- "filePath": "src/primitives/base/type/size.json",
788
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
789
789
  "isSource": true,
790
790
  "original": {
791
791
  "deprecated": false,
@@ -810,7 +810,7 @@ module.exports = {
810
810
  "public": true,
811
811
  "type": "primitive",
812
812
  "value": "5.375rem",
813
- "filePath": "src/primitives/base/type/size.json",
813
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/size.json",
814
814
  "isSource": true,
815
815
  "original": {
816
816
  "deprecated": false,
@@ -837,7 +837,7 @@ module.exports = {
837
837
  "public": true,
838
838
  "type": "primitive",
839
839
  "value": "700",
840
- "filePath": "src/primitives/base/type/weight.json",
840
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
841
841
  "isSource": true,
842
842
  "original": {
843
843
  "deprecated": false,
@@ -862,7 +862,7 @@ module.exports = {
862
862
  "public": true,
863
863
  "type": "primitive",
864
864
  "value": "450",
865
- "filePath": "src/primitives/base/type/weight.json",
865
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
866
866
  "isSource": true,
867
867
  "original": {
868
868
  "deprecated": false,
@@ -887,7 +887,7 @@ module.exports = {
887
887
  "public": true,
888
888
  "type": "primitive",
889
889
  "value": "500",
890
- "filePath": "src/primitives/base/type/weight.json",
890
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
891
891
  "isSource": true,
892
892
  "original": {
893
893
  "deprecated": false,
@@ -912,7 +912,7 @@ module.exports = {
912
912
  "public": true,
913
913
  "type": "primitive",
914
914
  "value": "450",
915
- "filePath": "src/primitives/base/type/weight.json",
915
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
916
916
  "isSource": true,
917
917
  "original": {
918
918
  "deprecated": false,
@@ -937,7 +937,7 @@ module.exports = {
937
937
  "public": true,
938
938
  "type": "primitive",
939
939
  "value": "300",
940
- "filePath": "src/primitives/base/type/weight.json",
940
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
941
941
  "isSource": true,
942
942
  "original": {
943
943
  "deprecated": false,
@@ -962,7 +962,7 @@ module.exports = {
962
962
  "public": true,
963
963
  "type": "primitive",
964
964
  "value": "500",
965
- "filePath": "src/primitives/base/type/weight.json",
965
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
966
966
  "isSource": true,
967
967
  "original": {
968
968
  "deprecated": false,
@@ -987,7 +987,7 @@ module.exports = {
987
987
  "public": true,
988
988
  "type": "primitive",
989
989
  "value": "400",
990
- "filePath": "src/primitives/base/type/weight.json",
990
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
991
991
  "isSource": true,
992
992
  "original": {
993
993
  "deprecated": false,
@@ -1012,7 +1012,7 @@ module.exports = {
1012
1012
  "public": true,
1013
1013
  "type": "primitive",
1014
1014
  "value": "600",
1015
- "filePath": "src/primitives/base/type/weight.json",
1015
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/type/weight.json",
1016
1016
  "isSource": true,
1017
1017
  "original": {
1018
1018
  "deprecated": false,
@@ -1040,7 +1040,7 @@ module.exports = {
1040
1040
  "public": false,
1041
1041
  "type": "primitive",
1042
1042
  "value": "#000000",
1043
- "filePath": "src/primitives/base/color.json",
1043
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1044
1044
  "isSource": true,
1045
1045
  "original": {
1046
1046
  "deprecated": false,
@@ -1064,7 +1064,7 @@ module.exports = {
1064
1064
  "public": false,
1065
1065
  "type": "primitive",
1066
1066
  "value": "#f7f7f7",
1067
- "filePath": "src/primitives/base/color.json",
1067
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1068
1068
  "isSource": true,
1069
1069
  "original": {
1070
1070
  "deprecated": false,
@@ -1089,7 +1089,7 @@ module.exports = {
1089
1089
  "public": false,
1090
1090
  "type": "primitive",
1091
1091
  "value": "#f2f2f2",
1092
- "filePath": "src/primitives/base/color.json",
1092
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1093
1093
  "isSource": true,
1094
1094
  "original": {
1095
1095
  "deprecated": false,
@@ -1114,7 +1114,7 @@ module.exports = {
1114
1114
  "public": false,
1115
1115
  "type": "primitive",
1116
1116
  "value": "#dddddd",
1117
- "filePath": "src/primitives/base/color.json",
1117
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1118
1118
  "isSource": true,
1119
1119
  "original": {
1120
1120
  "deprecated": false,
@@ -1139,7 +1139,7 @@ module.exports = {
1139
1139
  "public": false,
1140
1140
  "type": "primitive",
1141
1141
  "value": "#d0d0d0",
1142
- "filePath": "src/primitives/base/color.json",
1142
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1143
1143
  "isSource": true,
1144
1144
  "original": {
1145
1145
  "deprecated": false,
@@ -1164,7 +1164,7 @@ module.exports = {
1164
1164
  "public": false,
1165
1165
  "type": "primitive",
1166
1166
  "value": "#c5c5c5",
1167
- "filePath": "src/primitives/base/color.json",
1167
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1168
1168
  "isSource": true,
1169
1169
  "original": {
1170
1170
  "deprecated": false,
@@ -1189,7 +1189,7 @@ module.exports = {
1189
1189
  "public": false,
1190
1190
  "type": "primitive",
1191
1191
  "value": "#adadad",
1192
- "filePath": "src/primitives/base/color.json",
1192
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1193
1193
  "isSource": true,
1194
1194
  "original": {
1195
1195
  "deprecated": false,
@@ -1214,7 +1214,7 @@ module.exports = {
1214
1214
  "public": false,
1215
1215
  "type": "primitive",
1216
1216
  "value": "#959595",
1217
- "filePath": "src/primitives/base/color.json",
1217
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1218
1218
  "isSource": true,
1219
1219
  "original": {
1220
1220
  "deprecated": false,
@@ -1239,7 +1239,7 @@ module.exports = {
1239
1239
  "public": false,
1240
1240
  "type": "primitive",
1241
1241
  "value": "#7e7e7e",
1242
- "filePath": "src/primitives/base/color.json",
1242
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1243
1243
  "isSource": true,
1244
1244
  "original": {
1245
1245
  "deprecated": false,
@@ -1264,7 +1264,7 @@ module.exports = {
1264
1264
  "public": false,
1265
1265
  "type": "primitive",
1266
1266
  "value": "#676767",
1267
- "filePath": "src/primitives/base/color.json",
1267
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1268
1268
  "isSource": true,
1269
1269
  "original": {
1270
1270
  "deprecated": false,
@@ -1289,7 +1289,7 @@ module.exports = {
1289
1289
  "public": false,
1290
1290
  "type": "primitive",
1291
1291
  "value": "#525252",
1292
- "filePath": "src/primitives/base/color.json",
1292
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1293
1293
  "isSource": true,
1294
1294
  "original": {
1295
1295
  "deprecated": false,
@@ -1314,7 +1314,7 @@ module.exports = {
1314
1314
  "public": false,
1315
1315
  "type": "primitive",
1316
1316
  "value": "#3d3d3d",
1317
- "filePath": "src/primitives/base/color.json",
1317
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1318
1318
  "isSource": true,
1319
1319
  "original": {
1320
1320
  "deprecated": false,
@@ -1339,7 +1339,7 @@ module.exports = {
1339
1339
  "public": false,
1340
1340
  "type": "primitive",
1341
1341
  "value": "#2a2a2a",
1342
- "filePath": "src/primitives/base/color.json",
1342
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1343
1343
  "isSource": true,
1344
1344
  "original": {
1345
1345
  "deprecated": false,
@@ -1366,7 +1366,7 @@ module.exports = {
1366
1366
  "public": false,
1367
1367
  "type": "primitive",
1368
1368
  "value": "#f7f8fa",
1369
- "filePath": "src/primitives/base/color.json",
1369
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1370
1370
  "isSource": true,
1371
1371
  "original": {
1372
1372
  "deprecated": false,
@@ -1391,7 +1391,7 @@ module.exports = {
1391
1391
  "public": false,
1392
1392
  "type": "primitive",
1393
1393
  "value": "#e4e8ec",
1394
- "filePath": "src/primitives/base/color.json",
1394
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1395
1395
  "isSource": true,
1396
1396
  "original": {
1397
1397
  "deprecated": false,
@@ -1416,7 +1416,7 @@ module.exports = {
1416
1416
  "public": false,
1417
1417
  "type": "primitive",
1418
1418
  "value": "#ccd2db",
1419
- "filePath": "src/primitives/base/color.json",
1419
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1420
1420
  "isSource": true,
1421
1421
  "original": {
1422
1422
  "deprecated": false,
@@ -1441,7 +1441,7 @@ module.exports = {
1441
1441
  "public": false,
1442
1442
  "type": "primitive",
1443
1443
  "value": "#afb9c6",
1444
- "filePath": "src/primitives/base/color.json",
1444
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1445
1445
  "isSource": true,
1446
1446
  "original": {
1447
1447
  "deprecated": false,
@@ -1466,7 +1466,7 @@ module.exports = {
1466
1466
  "public": false,
1467
1467
  "type": "primitive",
1468
1468
  "value": "#939fad",
1469
- "filePath": "src/primitives/base/color.json",
1469
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1470
1470
  "isSource": true,
1471
1471
  "original": {
1472
1472
  "deprecated": false,
@@ -1491,7 +1491,7 @@ module.exports = {
1491
1491
  "public": false,
1492
1492
  "type": "primitive",
1493
1493
  "value": "#7e8894",
1494
- "filePath": "src/primitives/base/color.json",
1494
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1495
1495
  "isSource": true,
1496
1496
  "original": {
1497
1497
  "deprecated": false,
@@ -1516,7 +1516,7 @@ module.exports = {
1516
1516
  "public": false,
1517
1517
  "type": "primitive",
1518
1518
  "value": "#6a717c",
1519
- "filePath": "src/primitives/base/color.json",
1519
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1520
1520
  "isSource": true,
1521
1521
  "original": {
1522
1522
  "deprecated": false,
@@ -1541,7 +1541,7 @@ module.exports = {
1541
1541
  "public": false,
1542
1542
  "type": "primitive",
1543
1543
  "value": "#585e67",
1544
- "filePath": "src/primitives/base/color.json",
1544
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1545
1545
  "isSource": true,
1546
1546
  "original": {
1547
1547
  "deprecated": false,
@@ -1566,7 +1566,7 @@ module.exports = {
1566
1566
  "public": false,
1567
1567
  "type": "primitive",
1568
1568
  "value": "#484d55",
1569
- "filePath": "src/primitives/base/color.json",
1569
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1570
1570
  "isSource": true,
1571
1571
  "original": {
1572
1572
  "deprecated": false,
@@ -1591,7 +1591,7 @@ module.exports = {
1591
1591
  "public": false,
1592
1592
  "type": "primitive",
1593
1593
  "value": "#393d43",
1594
- "filePath": "src/primitives/base/color.json",
1594
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1595
1595
  "isSource": true,
1596
1596
  "original": {
1597
1597
  "deprecated": false,
@@ -1618,7 +1618,7 @@ module.exports = {
1618
1618
  "public": false,
1619
1619
  "type": "primitive",
1620
1620
  "value": "#01426a",
1621
- "filePath": "src/primitives/base/color.json",
1621
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1622
1622
  "isSource": true,
1623
1623
  "original": {
1624
1624
  "deprecated": false,
@@ -1643,7 +1643,7 @@ module.exports = {
1643
1643
  "public": false,
1644
1644
  "type": "primitive",
1645
1645
  "value": "#53b390",
1646
- "filePath": "src/primitives/base/color.json",
1646
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1647
1647
  "isSource": true,
1648
1648
  "original": {
1649
1649
  "deprecated": false,
@@ -1670,7 +1670,7 @@ module.exports = {
1670
1670
  "public": false,
1671
1671
  "type": "primitive",
1672
1672
  "value": "#d99f6d",
1673
- "filePath": "src/primitives/base/color.json",
1673
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1674
1674
  "isSource": true,
1675
1675
  "original": {
1676
1676
  "deprecated": false,
@@ -1695,7 +1695,7 @@ module.exports = {
1695
1695
  "public": false,
1696
1696
  "type": "primitive",
1697
1697
  "value": "#eed4be",
1698
- "filePath": "src/primitives/base/color.json",
1698
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1699
1699
  "isSource": true,
1700
1700
  "original": {
1701
1701
  "deprecated": false,
@@ -1720,7 +1720,7 @@ module.exports = {
1720
1720
  "public": false,
1721
1721
  "type": "primitive",
1722
1722
  "value": "#030772",
1723
- "filePath": "src/primitives/base/color.json",
1723
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1724
1724
  "isSource": true,
1725
1725
  "original": {
1726
1726
  "deprecated": false,
@@ -1745,7 +1745,7 @@ module.exports = {
1745
1745
  "public": false,
1746
1746
  "type": "primitive",
1747
1747
  "value": "#a9b6d6",
1748
- "filePath": "src/primitives/base/color.json",
1748
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1749
1749
  "isSource": true,
1750
1750
  "original": {
1751
1751
  "deprecated": false,
@@ -1770,7 +1770,7 @@ module.exports = {
1770
1770
  "public": false,
1771
1771
  "type": "primitive",
1772
1772
  "value": "#cb7457",
1773
- "filePath": "src/primitives/base/color.json",
1773
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1774
1774
  "isSource": true,
1775
1775
  "original": {
1776
1776
  "deprecated": false,
@@ -1795,7 +1795,7 @@ module.exports = {
1795
1795
  "public": false,
1796
1796
  "type": "primitive",
1797
1797
  "value": "#e7bfb1",
1798
- "filePath": "src/primitives/base/color.json",
1798
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1799
1799
  "isSource": true,
1800
1800
  "original": {
1801
1801
  "deprecated": false,
@@ -1820,7 +1820,7 @@ module.exports = {
1820
1820
  "public": false,
1821
1821
  "type": "primitive",
1822
1822
  "value": "#fbdc7a",
1823
- "filePath": "src/primitives/base/color.json",
1823
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1824
1824
  "isSource": true,
1825
1825
  "original": {
1826
1826
  "deprecated": false,
@@ -1845,7 +1845,7 @@ module.exports = {
1845
1845
  "public": false,
1846
1846
  "type": "primitive",
1847
1847
  "value": "#fdefc4",
1848
- "filePath": "src/primitives/base/color.json",
1848
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1849
1849
  "isSource": true,
1850
1850
  "original": {
1851
1851
  "deprecated": false,
@@ -1870,7 +1870,7 @@ module.exports = {
1870
1870
  "public": false,
1871
1871
  "type": "primitive",
1872
1872
  "value": "#abaab1",
1873
- "filePath": "src/primitives/base/color.json",
1873
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1874
1874
  "isSource": true,
1875
1875
  "original": {
1876
1876
  "deprecated": false,
@@ -1895,7 +1895,7 @@ module.exports = {
1895
1895
  "public": false,
1896
1896
  "type": "primitive",
1897
1897
  "value": "#e5e4e7",
1898
- "filePath": "src/primitives/base/color.json",
1898
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1899
1899
  "isSource": true,
1900
1900
  "original": {
1901
1901
  "deprecated": false,
@@ -1920,7 +1920,7 @@ module.exports = {
1920
1920
  "public": false,
1921
1921
  "type": "primitive",
1922
1922
  "value": "#bcb8a4",
1923
- "filePath": "src/primitives/base/color.json",
1923
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1924
1924
  "isSource": true,
1925
1925
  "original": {
1926
1926
  "deprecated": false,
@@ -1945,7 +1945,7 @@ module.exports = {
1945
1945
  "public": false,
1946
1946
  "type": "primitive",
1947
1947
  "value": "#dad8cd",
1948
- "filePath": "src/primitives/base/color.json",
1948
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1949
1949
  "isSource": true,
1950
1950
  "original": {
1951
1951
  "deprecated": false,
@@ -1970,7 +1970,7 @@ module.exports = {
1970
1970
  "public": false,
1971
1971
  "type": "primitive",
1972
1972
  "value": "#e4e9ec",
1973
- "filePath": "src/primitives/base/color.json",
1973
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1974
1974
  "isSource": true,
1975
1975
  "original": {
1976
1976
  "deprecated": false,
@@ -1995,7 +1995,7 @@ module.exports = {
1995
1995
  "public": false,
1996
1996
  "type": "primitive",
1997
1997
  "value": "#f9fafb",
1998
- "filePath": "src/primitives/base/color.json",
1998
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
1999
1999
  "isSource": true,
2000
2000
  "original": {
2001
2001
  "deprecated": false,
@@ -2020,7 +2020,7 @@ module.exports = {
2020
2020
  "public": false,
2021
2021
  "type": "primitive",
2022
2022
  "value": "#282828",
2023
- "filePath": "src/primitives/base/color.json",
2023
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2024
2024
  "isSource": true,
2025
2025
  "original": {
2026
2026
  "deprecated": false,
@@ -2045,7 +2045,7 @@ module.exports = {
2045
2045
  "public": false,
2046
2046
  "type": "primitive",
2047
2047
  "value": "#545454",
2048
- "filePath": "src/primitives/base/color.json",
2048
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2049
2049
  "isSource": true,
2050
2050
  "original": {
2051
2051
  "deprecated": false,
@@ -2072,7 +2072,7 @@ module.exports = {
2072
2072
  "public": false,
2073
2073
  "type": "primitive",
2074
2074
  "value": "#139142",
2075
- "filePath": "src/primitives/base/color.json",
2075
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2076
2076
  "isSource": true,
2077
2077
  "original": {
2078
2078
  "deprecated": false,
@@ -2097,7 +2097,7 @@ module.exports = {
2097
2097
  "public": false,
2098
2098
  "type": "primitive",
2099
2099
  "value": "#a41d4a",
2100
- "filePath": "src/primitives/base/color.json",
2100
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2101
2101
  "isSource": true,
2102
2102
  "original": {
2103
2103
  "deprecated": false,
@@ -2122,7 +2122,7 @@ module.exports = {
2122
2122
  "public": false,
2123
2123
  "type": "primitive",
2124
2124
  "value": "#015daa",
2125
- "filePath": "src/primitives/base/color.json",
2125
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2126
2126
  "isSource": true,
2127
2127
  "original": {
2128
2128
  "deprecated": false,
@@ -2150,7 +2150,7 @@ module.exports = {
2150
2150
  "public": false,
2151
2151
  "type": "primitive",
2152
2152
  "value": "#fbc6c6",
2153
- "filePath": "src/primitives/base/color.json",
2153
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2154
2154
  "isSource": true,
2155
2155
  "original": {
2156
2156
  "deprecated": false,
@@ -2177,7 +2177,7 @@ module.exports = {
2177
2177
  "public": false,
2178
2178
  "type": "primitive",
2179
2179
  "value": "#f9a4a8",
2180
- "filePath": "src/primitives/base/color.json",
2180
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2181
2181
  "isSource": true,
2182
2182
  "original": {
2183
2183
  "deprecated": false,
@@ -2204,7 +2204,7 @@ module.exports = {
2204
2204
  "public": false,
2205
2205
  "type": "primitive",
2206
2206
  "value": "#f0898d",
2207
- "filePath": "src/primitives/base/color.json",
2207
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2208
2208
  "isSource": true,
2209
2209
  "original": {
2210
2210
  "deprecated": false,
@@ -2231,7 +2231,7 @@ module.exports = {
2231
2231
  "public": false,
2232
2232
  "type": "primitive",
2233
2233
  "value": "#f15f65",
2234
- "filePath": "src/primitives/base/color.json",
2234
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2235
2235
  "isSource": true,
2236
2236
  "original": {
2237
2237
  "deprecated": false,
@@ -2258,7 +2258,7 @@ module.exports = {
2258
2258
  "public": false,
2259
2259
  "type": "primitive",
2260
2260
  "value": "#e8454b",
2261
- "filePath": "src/primitives/base/color.json",
2261
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2262
2262
  "isSource": true,
2263
2263
  "original": {
2264
2264
  "deprecated": false,
@@ -2285,7 +2285,7 @@ module.exports = {
2285
2285
  "public": false,
2286
2286
  "type": "primitive",
2287
2287
  "value": "#e53339",
2288
- "filePath": "src/primitives/base/color.json",
2288
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2289
2289
  "isSource": true,
2290
2290
  "original": {
2291
2291
  "deprecated": false,
@@ -2312,7 +2312,7 @@ module.exports = {
2312
2312
  "public": false,
2313
2313
  "type": "primitive",
2314
2314
  "value": "#e31f26",
2315
- "filePath": "src/primitives/base/color.json",
2315
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2316
2316
  "isSource": true,
2317
2317
  "original": {
2318
2318
  "deprecated": false,
@@ -2339,7 +2339,7 @@ module.exports = {
2339
2339
  "public": false,
2340
2340
  "type": "primitive",
2341
2341
  "value": "#b1161c",
2342
- "filePath": "src/primitives/base/color.json",
2342
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2343
2343
  "isSource": true,
2344
2344
  "original": {
2345
2345
  "deprecated": false,
@@ -2366,7 +2366,7 @@ module.exports = {
2366
2366
  "public": false,
2367
2367
  "type": "primitive",
2368
2368
  "value": "#7a0f13",
2369
- "filePath": "src/primitives/base/color.json",
2369
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2370
2370
  "isSource": true,
2371
2371
  "original": {
2372
2372
  "deprecated": false,
@@ -2393,7 +2393,7 @@ module.exports = {
2393
2393
  "public": false,
2394
2394
  "type": "primitive",
2395
2395
  "value": "#44090b",
2396
- "filePath": "src/primitives/base/color.json",
2396
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2397
2397
  "isSource": true,
2398
2398
  "original": {
2399
2399
  "deprecated": false,
@@ -2422,7 +2422,7 @@ module.exports = {
2422
2422
  "public": false,
2423
2423
  "type": "primitive",
2424
2424
  "value": "#e8f2f8",
2425
- "filePath": "src/primitives/base/color.json",
2425
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2426
2426
  "isSource": true,
2427
2427
  "original": {
2428
2428
  "deprecated": false,
@@ -2449,7 +2449,7 @@ module.exports = {
2449
2449
  "public": false,
2450
2450
  "type": "primitive",
2451
2451
  "value": "#dbe6f0",
2452
- "filePath": "src/primitives/base/color.json",
2452
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2453
2453
  "isSource": true,
2454
2454
  "original": {
2455
2455
  "deprecated": false,
@@ -2476,7 +2476,7 @@ module.exports = {
2476
2476
  "public": false,
2477
2477
  "type": "primitive",
2478
2478
  "value": "#abc7de",
2479
- "filePath": "src/primitives/base/color.json",
2479
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2480
2480
  "isSource": true,
2481
2481
  "original": {
2482
2482
  "deprecated": false,
@@ -2503,7 +2503,7 @@ module.exports = {
2503
2503
  "public": false,
2504
2504
  "type": "primitive",
2505
2505
  "value": "#7eabcd",
2506
- "filePath": "src/primitives/base/color.json",
2506
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2507
2507
  "isSource": true,
2508
2508
  "original": {
2509
2509
  "deprecated": false,
@@ -2530,7 +2530,7 @@ module.exports = {
2530
2530
  "public": false,
2531
2531
  "type": "primitive",
2532
2532
  "value": "#5494c0",
2533
- "filePath": "src/primitives/base/color.json",
2533
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2534
2534
  "isSource": true,
2535
2535
  "original": {
2536
2536
  "deprecated": false,
@@ -2557,7 +2557,7 @@ module.exports = {
2557
2557
  "public": false,
2558
2558
  "type": "primitive",
2559
2559
  "value": "#007db1",
2560
- "filePath": "src/primitives/base/color.json",
2560
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2561
2561
  "isSource": true,
2562
2562
  "original": {
2563
2563
  "deprecated": false,
@@ -2584,7 +2584,7 @@ module.exports = {
2584
2584
  "public": false,
2585
2585
  "type": "primitive",
2586
2586
  "value": "#136791",
2587
- "filePath": "src/primitives/base/color.json",
2587
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2588
2588
  "isSource": true,
2589
2589
  "original": {
2590
2590
  "deprecated": false,
@@ -2611,7 +2611,7 @@ module.exports = {
2611
2611
  "public": false,
2612
2612
  "type": "primitive",
2613
2613
  "value": "#195170",
2614
- "filePath": "src/primitives/base/color.json",
2614
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2615
2615
  "isSource": true,
2616
2616
  "original": {
2617
2617
  "deprecated": false,
@@ -2638,7 +2638,7 @@ module.exports = {
2638
2638
  "public": false,
2639
2639
  "type": "primitive",
2640
2640
  "value": "#193b51",
2641
- "filePath": "src/primitives/base/color.json",
2641
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2642
2642
  "isSource": true,
2643
2643
  "original": {
2644
2644
  "deprecated": false,
@@ -2665,7 +2665,7 @@ module.exports = {
2665
2665
  "public": false,
2666
2666
  "type": "primitive",
2667
2667
  "value": "#152734",
2668
- "filePath": "src/primitives/base/color.json",
2668
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2669
2669
  "isSource": true,
2670
2670
  "original": {
2671
2671
  "deprecated": false,
@@ -2694,7 +2694,7 @@ module.exports = {
2694
2694
  "public": false,
2695
2695
  "type": "primitive",
2696
2696
  "value": "#d6eac7",
2697
- "filePath": "src/primitives/base/color.json",
2697
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2698
2698
  "isSource": true,
2699
2699
  "original": {
2700
2700
  "deprecated": false,
@@ -2721,7 +2721,7 @@ module.exports = {
2721
2721
  "public": false,
2722
2722
  "type": "primitive",
2723
2723
  "value": "#b6de9b",
2724
- "filePath": "src/primitives/base/color.json",
2724
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2725
2725
  "isSource": true,
2726
2726
  "original": {
2727
2727
  "deprecated": false,
@@ -2748,7 +2748,7 @@ module.exports = {
2748
2748
  "public": false,
2749
2749
  "type": "primitive",
2750
2750
  "value": "#96cf6e",
2751
- "filePath": "src/primitives/base/color.json",
2751
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2752
2752
  "isSource": true,
2753
2753
  "original": {
2754
2754
  "deprecated": false,
@@ -2775,7 +2775,7 @@ module.exports = {
2775
2775
  "public": false,
2776
2776
  "type": "primitive",
2777
2777
  "value": "#7ac248",
2778
- "filePath": "src/primitives/base/color.json",
2778
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2779
2779
  "isSource": true,
2780
2780
  "original": {
2781
2781
  "deprecated": false,
@@ -2802,7 +2802,7 @@ module.exports = {
2802
2802
  "public": false,
2803
2803
  "type": "primitive",
2804
2804
  "value": "#5da72a",
2805
- "filePath": "src/primitives/base/color.json",
2805
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2806
2806
  "isSource": true,
2807
2807
  "original": {
2808
2808
  "deprecated": false,
@@ -2829,7 +2829,7 @@ module.exports = {
2829
2829
  "public": false,
2830
2830
  "type": "primitive",
2831
2831
  "value": "#529325",
2832
- "filePath": "src/primitives/base/color.json",
2832
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2833
2833
  "isSource": true,
2834
2834
  "original": {
2835
2835
  "deprecated": false,
@@ -2856,7 +2856,7 @@ module.exports = {
2856
2856
  "public": false,
2857
2857
  "type": "primitive",
2858
2858
  "value": "#447a1f",
2859
- "filePath": "src/primitives/base/color.json",
2859
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2860
2860
  "isSource": true,
2861
2861
  "original": {
2862
2862
  "deprecated": false,
@@ -2883,7 +2883,7 @@ module.exports = {
2883
2883
  "public": false,
2884
2884
  "type": "primitive",
2885
2885
  "value": "#325a16",
2886
- "filePath": "src/primitives/base/color.json",
2886
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2887
2887
  "isSource": true,
2888
2888
  "original": {
2889
2889
  "deprecated": false,
@@ -2910,7 +2910,7 @@ module.exports = {
2910
2910
  "public": false,
2911
2911
  "type": "primitive",
2912
2912
  "value": "#294912",
2913
- "filePath": "src/primitives/base/color.json",
2913
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2914
2914
  "isSource": true,
2915
2915
  "original": {
2916
2916
  "deprecated": false,
@@ -2937,7 +2937,7 @@ module.exports = {
2937
2937
  "public": false,
2938
2938
  "type": "primitive",
2939
2939
  "value": "#17290a",
2940
- "filePath": "src/primitives/base/color.json",
2940
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2941
2941
  "isSource": true,
2942
2942
  "original": {
2943
2943
  "deprecated": false,
@@ -2966,7 +2966,7 @@ module.exports = {
2966
2966
  "public": false,
2967
2967
  "type": "primitive",
2968
2968
  "value": "#fff0b2",
2969
- "filePath": "src/primitives/base/color.json",
2969
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2970
2970
  "isSource": true,
2971
2971
  "original": {
2972
2972
  "deprecated": false,
@@ -2993,7 +2993,7 @@ module.exports = {
2993
2993
  "public": false,
2994
2994
  "type": "primitive",
2995
2995
  "value": "#ffe382",
2996
- "filePath": "src/primitives/base/color.json",
2996
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
2997
2997
  "isSource": true,
2998
2998
  "original": {
2999
2999
  "deprecated": false,
@@ -3020,7 +3020,7 @@ module.exports = {
3020
3020
  "public": false,
3021
3021
  "type": "primitive",
3022
3022
  "value": "#fac200",
3023
- "filePath": "src/primitives/base/color.json",
3023
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3024
3024
  "isSource": true,
3025
3025
  "original": {
3026
3026
  "deprecated": false,
@@ -3047,7 +3047,7 @@ module.exports = {
3047
3047
  "public": false,
3048
3048
  "type": "primitive",
3049
3049
  "value": "#e0ae00",
3050
- "filePath": "src/primitives/base/color.json",
3050
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3051
3051
  "isSource": true,
3052
3052
  "original": {
3053
3053
  "deprecated": false,
@@ -3074,7 +3074,7 @@ module.exports = {
3074
3074
  "public": false,
3075
3075
  "type": "primitive",
3076
3076
  "value": "#bd9200",
3077
- "filePath": "src/primitives/base/color.json",
3077
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3078
3078
  "isSource": true,
3079
3079
  "original": {
3080
3080
  "deprecated": false,
@@ -3101,7 +3101,7 @@ module.exports = {
3101
3101
  "public": false,
3102
3102
  "type": "primitive",
3103
3103
  "value": "#9e7b00",
3104
- "filePath": "src/primitives/base/color.json",
3104
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3105
3105
  "isSource": true,
3106
3106
  "original": {
3107
3107
  "deprecated": false,
@@ -3128,7 +3128,7 @@ module.exports = {
3128
3128
  "public": false,
3129
3129
  "type": "primitive",
3130
3130
  "value": "#856700",
3131
- "filePath": "src/primitives/base/color.json",
3131
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3132
3132
  "isSource": true,
3133
3133
  "original": {
3134
3134
  "deprecated": false,
@@ -3155,7 +3155,7 @@ module.exports = {
3155
3155
  "public": false,
3156
3156
  "type": "primitive",
3157
3157
  "value": "#6b5300",
3158
- "filePath": "src/primitives/base/color.json",
3158
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3159
3159
  "isSource": true,
3160
3160
  "original": {
3161
3161
  "deprecated": false,
@@ -3182,7 +3182,7 @@ module.exports = {
3182
3182
  "public": false,
3183
3183
  "type": "primitive",
3184
3184
  "value": "#523f00",
3185
- "filePath": "src/primitives/base/color.json",
3185
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3186
3186
  "isSource": true,
3187
3187
  "original": {
3188
3188
  "deprecated": false,
@@ -3209,7 +3209,7 @@ module.exports = {
3209
3209
  "public": false,
3210
3210
  "type": "primitive",
3211
3211
  "value": "#382b00",
3212
- "filePath": "src/primitives/base/color.json",
3212
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3213
3213
  "isSource": true,
3214
3214
  "original": {
3215
3215
  "deprecated": false,
@@ -3238,7 +3238,7 @@ module.exports = {
3238
3238
  "public": false,
3239
3239
  "type": "primitive",
3240
3240
  "value": "#ffffff",
3241
- "filePath": "src/primitives/base/color.json",
3241
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/color.json",
3242
3242
  "isSource": true,
3243
3243
  "original": {
3244
3244
  "deprecated": false,
@@ -3264,7 +3264,7 @@ module.exports = {
3264
3264
  "public": false,
3265
3265
  "type": "primitive",
3266
3266
  "value": "rgba(0, 0, 0, 0.05)",
3267
- "filePath": "src/primitives/base/transparency.json",
3267
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3268
3268
  "isSource": true,
3269
3269
  "original": {
3270
3270
  "deprecated": false,
@@ -3284,12 +3284,37 @@ module.exports = {
3284
3284
  "5"
3285
3285
  ]
3286
3286
  },
3287
+ "8": {
3288
+ "deprecated": false,
3289
+ "public": false,
3290
+ "type": "primitive",
3291
+ "value": "rgba(0, 0, 0, 0.08)",
3292
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3293
+ "isSource": true,
3294
+ "original": {
3295
+ "deprecated": false,
3296
+ "public": false,
3297
+ "type": "primitive",
3298
+ "value": "rgba(0, 0, 0, 0.08)"
3299
+ },
3300
+ "name": "ds-transparency-black-8",
3301
+ "attributes": {
3302
+ "category": "transparency",
3303
+ "type": "black",
3304
+ "item": "8"
3305
+ },
3306
+ "path": [
3307
+ "transparency",
3308
+ "black",
3309
+ "8"
3310
+ ]
3311
+ },
3287
3312
  "10": {
3288
3313
  "deprecated": false,
3289
3314
  "public": false,
3290
3315
  "type": "primitive",
3291
3316
  "value": "rgba(0, 0, 0, 0.1)",
3292
- "filePath": "src/primitives/base/transparency.json",
3317
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3293
3318
  "isSource": true,
3294
3319
  "original": {
3295
3320
  "deprecated": false,
@@ -3309,12 +3334,37 @@ module.exports = {
3309
3334
  "10"
3310
3335
  ]
3311
3336
  },
3337
+ "12": {
3338
+ "deprecated": false,
3339
+ "public": false,
3340
+ "type": "primitive",
3341
+ "value": "rgba(0, 0, 0, 0.12)",
3342
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3343
+ "isSource": true,
3344
+ "original": {
3345
+ "deprecated": false,
3346
+ "public": false,
3347
+ "type": "primitive",
3348
+ "value": "rgba(0, 0, 0, 0.12)"
3349
+ },
3350
+ "name": "ds-transparency-black-12",
3351
+ "attributes": {
3352
+ "category": "transparency",
3353
+ "type": "black",
3354
+ "item": "12"
3355
+ },
3356
+ "path": [
3357
+ "transparency",
3358
+ "black",
3359
+ "12"
3360
+ ]
3361
+ },
3312
3362
  "15": {
3313
3363
  "deprecated": false,
3314
3364
  "public": false,
3315
3365
  "type": "primitive",
3316
3366
  "value": "rgba(0, 0, 0, 0.15)",
3317
- "filePath": "src/primitives/base/transparency.json",
3367
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3318
3368
  "isSource": true,
3319
3369
  "original": {
3320
3370
  "deprecated": false,
@@ -3339,7 +3389,7 @@ module.exports = {
3339
3389
  "public": false,
3340
3390
  "type": "primitive",
3341
3391
  "value": "rgba(0, 0, 0, 0.2)",
3342
- "filePath": "src/primitives/base/transparency.json",
3392
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3343
3393
  "isSource": true,
3344
3394
  "original": {
3345
3395
  "deprecated": false,
@@ -3364,7 +3414,7 @@ module.exports = {
3364
3414
  "public": false,
3365
3415
  "type": "primitive",
3366
3416
  "value": "rgba(0, 0, 0, 0.3)",
3367
- "filePath": "src/primitives/base/transparency.json",
3417
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3368
3418
  "isSource": true,
3369
3419
  "original": {
3370
3420
  "deprecated": false,
@@ -3389,7 +3439,7 @@ module.exports = {
3389
3439
  "public": false,
3390
3440
  "type": "primitive",
3391
3441
  "value": "rgba(0, 0, 0, 0.4)",
3392
- "filePath": "src/primitives/base/transparency.json",
3442
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3393
3443
  "isSource": true,
3394
3444
  "original": {
3395
3445
  "deprecated": false,
@@ -3414,7 +3464,7 @@ module.exports = {
3414
3464
  "public": false,
3415
3465
  "type": "primitive",
3416
3466
  "value": "rgba(0, 0, 0, 0.5)",
3417
- "filePath": "src/primitives/base/transparency.json",
3467
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3418
3468
  "isSource": true,
3419
3469
  "original": {
3420
3470
  "deprecated": false,
@@ -3439,7 +3489,7 @@ module.exports = {
3439
3489
  "public": false,
3440
3490
  "type": "primitive",
3441
3491
  "value": "rgba(0, 0, 0, 0.55)",
3442
- "filePath": "src/primitives/base/transparency.json",
3492
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3443
3493
  "isSource": true,
3444
3494
  "original": {
3445
3495
  "deprecated": false,
@@ -3464,7 +3514,7 @@ module.exports = {
3464
3514
  "public": false,
3465
3515
  "type": "primitive",
3466
3516
  "value": "rgba(0, 0, 0, 0.6)",
3467
- "filePath": "src/primitives/base/transparency.json",
3517
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3468
3518
  "isSource": true,
3469
3519
  "original": {
3470
3520
  "deprecated": false,
@@ -3489,7 +3539,7 @@ module.exports = {
3489
3539
  "public": false,
3490
3540
  "type": "primitive",
3491
3541
  "value": "rgba(0, 0, 0, 0.7)",
3492
- "filePath": "src/primitives/base/transparency.json",
3542
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3493
3543
  "isSource": true,
3494
3544
  "original": {
3495
3545
  "deprecated": false,
@@ -3514,7 +3564,7 @@ module.exports = {
3514
3564
  "public": false,
3515
3565
  "type": "primitive",
3516
3566
  "value": "rgba(0, 0, 0, 0.75)",
3517
- "filePath": "src/primitives/base/transparency.json",
3567
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3518
3568
  "isSource": true,
3519
3569
  "original": {
3520
3570
  "deprecated": false,
@@ -3539,7 +3589,7 @@ module.exports = {
3539
3589
  "public": false,
3540
3590
  "type": "primitive",
3541
3591
  "value": "rgba(0, 0, 0, 0.8)",
3542
- "filePath": "src/primitives/base/transparency.json",
3592
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3543
3593
  "isSource": true,
3544
3594
  "original": {
3545
3595
  "deprecated": false,
@@ -3564,7 +3614,7 @@ module.exports = {
3564
3614
  "public": false,
3565
3615
  "type": "primitive",
3566
3616
  "value": "rgba(0, 0, 0, 0.9)",
3567
- "filePath": "src/primitives/base/transparency.json",
3617
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3568
3618
  "isSource": true,
3569
3619
  "original": {
3570
3620
  "deprecated": false,
@@ -3591,7 +3641,7 @@ module.exports = {
3591
3641
  "public": false,
3592
3642
  "type": "primitive",
3593
3643
  "value": "rgba(255, 255, 255, 0.05)",
3594
- "filePath": "src/primitives/base/transparency.json",
3644
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3595
3645
  "isSource": true,
3596
3646
  "original": {
3597
3647
  "deprecated": false,
@@ -3611,12 +3661,37 @@ module.exports = {
3611
3661
  "5"
3612
3662
  ]
3613
3663
  },
3664
+ "8": {
3665
+ "deprecated": false,
3666
+ "public": false,
3667
+ "type": "primitive",
3668
+ "value": "rgba(255, 255, 255, 0.08)",
3669
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3670
+ "isSource": true,
3671
+ "original": {
3672
+ "deprecated": false,
3673
+ "public": false,
3674
+ "type": "primitive",
3675
+ "value": "rgba(255, 255, 255, 0.08)"
3676
+ },
3677
+ "name": "ds-transparency-white-8",
3678
+ "attributes": {
3679
+ "category": "transparency",
3680
+ "type": "white",
3681
+ "item": "8"
3682
+ },
3683
+ "path": [
3684
+ "transparency",
3685
+ "white",
3686
+ "8"
3687
+ ]
3688
+ },
3614
3689
  "10": {
3615
3690
  "deprecated": false,
3616
3691
  "public": false,
3617
3692
  "type": "primitive",
3618
3693
  "value": "rgba(255, 255, 255, 0.1)",
3619
- "filePath": "src/primitives/base/transparency.json",
3694
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3620
3695
  "isSource": true,
3621
3696
  "original": {
3622
3697
  "deprecated": false,
@@ -3636,12 +3711,37 @@ module.exports = {
3636
3711
  "10"
3637
3712
  ]
3638
3713
  },
3714
+ "12": {
3715
+ "deprecated": false,
3716
+ "public": false,
3717
+ "type": "primitive",
3718
+ "value": "rgba(255, 255, 255, 0.12)",
3719
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3720
+ "isSource": true,
3721
+ "original": {
3722
+ "deprecated": false,
3723
+ "public": false,
3724
+ "type": "primitive",
3725
+ "value": "rgba(255, 255, 255, 0.12)"
3726
+ },
3727
+ "name": "ds-transparency-white-12",
3728
+ "attributes": {
3729
+ "category": "transparency",
3730
+ "type": "white",
3731
+ "item": "12"
3732
+ },
3733
+ "path": [
3734
+ "transparency",
3735
+ "white",
3736
+ "12"
3737
+ ]
3738
+ },
3639
3739
  "15": {
3640
3740
  "deprecated": false,
3641
3741
  "public": false,
3642
3742
  "type": "primitive",
3643
3743
  "value": "rgba(255, 255, 255, 0.15)",
3644
- "filePath": "src/primitives/base/transparency.json",
3744
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3645
3745
  "isSource": true,
3646
3746
  "original": {
3647
3747
  "deprecated": false,
@@ -3666,7 +3766,7 @@ module.exports = {
3666
3766
  "public": false,
3667
3767
  "type": "primitive",
3668
3768
  "value": "rgba(255, 255, 255, 0.2)",
3669
- "filePath": "src/primitives/base/transparency.json",
3769
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3670
3770
  "isSource": true,
3671
3771
  "original": {
3672
3772
  "deprecated": false,
@@ -3691,7 +3791,7 @@ module.exports = {
3691
3791
  "public": false,
3692
3792
  "type": "primitive",
3693
3793
  "value": "rgba(255, 255, 255, 0.3)",
3694
- "filePath": "src/primitives/base/transparency.json",
3794
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3695
3795
  "isSource": true,
3696
3796
  "original": {
3697
3797
  "deprecated": false,
@@ -3716,7 +3816,7 @@ module.exports = {
3716
3816
  "public": false,
3717
3817
  "type": "primitive",
3718
3818
  "value": "rgba(255, 255, 255, 0.4)",
3719
- "filePath": "src/primitives/base/transparency.json",
3819
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3720
3820
  "isSource": true,
3721
3821
  "original": {
3722
3822
  "deprecated": false,
@@ -3741,7 +3841,7 @@ module.exports = {
3741
3841
  "public": false,
3742
3842
  "type": "primitive",
3743
3843
  "value": "rgba(255, 255, 255, 0.5)",
3744
- "filePath": "src/primitives/base/transparency.json",
3844
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3745
3845
  "isSource": true,
3746
3846
  "original": {
3747
3847
  "deprecated": false,
@@ -3766,7 +3866,7 @@ module.exports = {
3766
3866
  "public": false,
3767
3867
  "type": "primitive",
3768
3868
  "value": "rgba(255, 255, 255, 0.55)",
3769
- "filePath": "src/primitives/base/transparency.json",
3869
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3770
3870
  "isSource": true,
3771
3871
  "original": {
3772
3872
  "deprecated": false,
@@ -3791,7 +3891,7 @@ module.exports = {
3791
3891
  "public": false,
3792
3892
  "type": "primitive",
3793
3893
  "value": "rgba(255, 255, 255, 0.6)",
3794
- "filePath": "src/primitives/base/transparency.json",
3894
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3795
3895
  "isSource": true,
3796
3896
  "original": {
3797
3897
  "deprecated": false,
@@ -3816,7 +3916,7 @@ module.exports = {
3816
3916
  "public": false,
3817
3917
  "type": "primitive",
3818
3918
  "value": "rgba(255, 255, 255, 0.7)",
3819
- "filePath": "src/primitives/base/transparency.json",
3919
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3820
3920
  "isSource": true,
3821
3921
  "original": {
3822
3922
  "deprecated": false,
@@ -3841,7 +3941,7 @@ module.exports = {
3841
3941
  "public": false,
3842
3942
  "type": "primitive",
3843
3943
  "value": "rgba(255, 255, 255, 0.75)",
3844
- "filePath": "src/primitives/base/transparency.json",
3944
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3845
3945
  "isSource": true,
3846
3946
  "original": {
3847
3947
  "deprecated": false,
@@ -3866,7 +3966,7 @@ module.exports = {
3866
3966
  "public": false,
3867
3967
  "type": "primitive",
3868
3968
  "value": "rgba(255, 255, 255, 0.8)",
3869
- "filePath": "src/primitives/base/transparency.json",
3969
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3870
3970
  "isSource": true,
3871
3971
  "original": {
3872
3972
  "deprecated": false,
@@ -3891,7 +3991,7 @@ module.exports = {
3891
3991
  "public": false,
3892
3992
  "type": "primitive",
3893
3993
  "value": "rgba(255, 255, 255, 0.9)",
3894
- "filePath": "src/primitives/base/transparency.json",
3994
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3895
3995
  "isSource": true,
3896
3996
  "original": {
3897
3997
  "deprecated": false,
@@ -3917,7 +4017,7 @@ module.exports = {
3917
4017
  "public": false,
3918
4018
  "type": "primitive",
3919
4019
  "value": "rgba(0, 0, 0, 0)",
3920
- "filePath": "src/primitives/base/transparency.json",
4020
+ "filePath": "node_modules/@aurodesignsystem/auro-tokendefinitions/tokens/primitives/base/transparency.json",
3921
4021
  "isSource": true,
3922
4022
  "original": {
3923
4023
  "deprecated": false,