@aurodesignsystem/design-tokens 5.0.1 → 5.0.2

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 (120) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +62 -86
  3. package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
  4. package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
  5. package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
  6. package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
  7. package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
  8. package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
  9. package/dist/tokens/JSObject--deprecated.js +3157 -0
  10. package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
  11. package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
  12. package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
  13. package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
  14. package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
  15. package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
  16. package/dist/tokens/base/SCSSVariables.scss +1372 -0
  17. package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
  18. package/dist/tokens/darkmode/JSDataColor.js +528 -0
  19. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
  20. package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
  21. package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
  22. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
  23. package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
  24. package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
  25. package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
  26. package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
  27. package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
  28. package/package.json +3 -5
  29. package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
  30. package/src/{themes/auro-classic → asset}/font.json +5 -10
  31. package/src/{themes/auro-classic/color → color}/alert.json +0 -7
  32. package/src/{themes/auro-classic/color → color}/background.json +25 -53
  33. package/src/{themes/auro-classic/color → color}/base.json +147 -303
  34. package/src/{themes/auro-classic/color → color}/border.json +32 -68
  35. package/src/{themes/auro-classic/color → color}/brand.json +158 -289
  36. package/src/{themes/auro-classic/color → color}/container.json +50 -101
  37. package/src/{themes/auro-classic/color → color}/icon.json +64 -129
  38. package/src/{themes/auro-classic/color → color}/text.json +28 -58
  39. package/src/{themes/auro-classic/color → color}/tier.json +22 -43
  40. package/src/{themes/auro-classic/color → color}/ui.json +1 -12
  41. package/src/{themes/auro-classic/color → color}/utility.json +30 -60
  42. package/src/color-darkmode/base.json +24 -0
  43. package/src/color-darkmode/border.json +32 -0
  44. package/src/color-darkmode/icon.json +32 -0
  45. package/src/color-darkmode/text.json +71 -0
  46. package/src/color-darkmode/tier.json +34 -0
  47. package/src/comments.json +34 -0
  48. package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
  49. package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
  50. package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
  51. package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
  52. package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
  53. package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
  54. package/src/{themes/auro-classic/size → size}/radius.json +1 -2
  55. package/src/size/scale.json +240 -0
  56. package/src/size/unitless-scale.json +82 -0
  57. package/src/{themes/auro-classic/text.json → text.json} +97 -192
  58. package/src/themes/excursion/animation.json +21 -0
  59. package/src/themes/excursion/asset/font.json +35 -0
  60. package/src/themes/excursion/color/alert.json +90 -0
  61. package/src/themes/excursion/color/background.json +280 -0
  62. package/src/themes/excursion/color/base.json +1303 -0
  63. package/src/themes/excursion/color/border.json +288 -0
  64. package/src/themes/excursion/color/brand.json +1549 -0
  65. package/src/themes/excursion/color/container.json +464 -0
  66. package/src/themes/excursion/color/excursion.json +254 -0
  67. package/src/themes/excursion/color/icon.json +476 -0
  68. package/src/themes/excursion/color/text.json +270 -0
  69. package/src/themes/excursion/color/tier.json +180 -0
  70. package/src/themes/excursion/color/ui.json +125 -0
  71. package/src/themes/excursion/comments.json +34 -0
  72. package/src/themes/excursion/depth copy.json +22 -0
  73. package/src/themes/excursion/elevation.json +22 -0
  74. package/src/themes/excursion/grid-breakpoint.json +29 -0
  75. package/src/themes/excursion/grid-column.json +29 -0
  76. package/src/themes/excursion/grid-gutter.json +29 -0
  77. package/src/themes/excursion/grid-margin.json +29 -0
  78. package/src/themes/excursion/size/radius.json +9 -0
  79. package/src/themes/excursion/size/scale.json +234 -0
  80. package/src/themes/excursion/size/unitless-scale.json +82 -0
  81. package/src/themes/excursion/text.json +572 -0
  82. package/src/themes/hawaiian/color/background.json +15 -0
  83. package/src/themes/hawaiian/color/border.json +18 -0
  84. package/src/themes/hawaiian/color/container.json +56 -0
  85. package/src/themes/hawaiian/color/icon.json +24 -0
  86. package/src/themes/hawaiian/color/text.json +44 -0
  87. package/src/themes/transparent/color/alert.json +0 -7
  88. package/src/themes/transparent/color/background.json +2 -30
  89. package/src/themes/transparent/color/base.json +0 -156
  90. package/src/themes/transparent/color/border.json +0 -36
  91. package/src/themes/transparent/color/brand.json +36 -167
  92. package/src/themes/transparent/color/container.json +0 -50
  93. package/src/themes/transparent/color/icon.json +0 -65
  94. package/src/themes/transparent/color/text.json +0 -30
  95. package/src/themes/transparent/color/tier.json +1 -22
  96. package/src/themes/transparent/color/ui.json +1 -12
  97. package/src/themes/transparent/color/utility.json +0 -30
  98. package/src/themes/transparent/elevation.json +0 -3
  99. package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
  100. package/dist/alaska/SCSSVariables--alaska.scss +0 -63
  101. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
  102. package/dist/alaska/primitives--alaska.scss +0 -215
  103. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
  104. package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
  105. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
  106. package/dist/hawaiian/primitives--hawaiian.scss +0 -175
  107. package/src/primitives/alaska/color.json +0 -796
  108. package/src/primitives/alaska/typography.json +0 -27
  109. package/src/primitives/base/color.json +0 -489
  110. package/src/primitives/base/transparency.json +0 -183
  111. package/src/primitives/base/typography.json +0 -210
  112. package/src/primitives/hawaiian/color.json +0 -508
  113. package/src/primitives/hawaiian/typography.json +0 -28
  114. package/src/themes/alaska/color.json +0 -394
  115. package/src/themes/alaska/typography.json +0 -132
  116. package/src/themes/auro-classic/comments.json +0 -50
  117. package/src/themes/auro-classic/size/scale.json +0 -347
  118. package/src/themes/auro-classic/size/unitless-scale.json +0 -126
  119. package/src/themes/hawaiian/color.json +0 -394
  120. package/src/themes/hawaiian/typography.json +0 -132
@@ -4,301 +4,271 @@
4
4
  "blue": {
5
5
  "default": {
6
6
  "value": "{color.brand.blue.400.value}",
7
- "type": "semantic",
8
7
  "public": true,
9
8
  "default": true,
10
9
  "usage": "",
11
10
  "wcag": "n/a",
12
- "deprecated": true
11
+ "deprecated": false
13
12
  },
14
13
  "inverse": {
15
14
  "value": "{color.brand.blue.200.value}",
16
- "type": "semantic",
17
15
  "public": true,
18
16
  "inverse": true,
19
17
  "usage": "",
20
18
  "wcag": "n/a",
21
- "deprecated": true
19
+ "deprecated": false
22
20
  }
23
21
  },
24
22
  "cyan": {
25
23
  "default": {
26
24
  "value": "{color.brand.cyan.300.value}",
27
- "type": "semantic",
28
25
  "public": true,
29
26
  "default": true,
30
27
  "usage": "",
31
28
  "wcag": "n/a",
32
- "deprecated": true
29
+ "deprecated": false
33
30
  },
34
31
  "inverse": {
35
32
  "value": "{color.brand.cyan.200.value}",
36
- "type": "semantic",
37
33
  "public": true,
38
34
  "inverse": true,
39
35
  "usage": "",
40
36
  "wcag": "n/a",
41
- "deprecated": true
37
+ "deprecated": false
42
38
  }
43
39
  },
44
40
  "green": {
45
41
  "default": {
46
42
  "value": "{color.brand.green.400.value}",
47
- "type": "semantic",
48
43
  "public": true,
49
44
  "default": true,
50
45
  "usage": "",
51
46
  "wcag": "n/a",
52
- "deprecated": true
47
+ "deprecated": false
53
48
  },
54
49
  "inverse": {
55
50
  "value": "{color.brand.green.300.value}",
56
- "type": "semantic",
57
51
  "public": true,
58
52
  "inverse": true,
59
53
  "usage": "",
60
54
  "wcag": "n/a",
61
- "deprecated": true
55
+ "deprecated": false
62
56
  }
63
57
  },
64
58
  "gray": {
65
59
  "default": {
66
60
  "value": "{color.brand.gray.400.value}",
67
- "type": "semantic",
68
61
  "public": true,
69
62
  "default": true,
70
63
  "usage": "",
71
64
  "wcag": "n/a",
72
- "deprecated": true
65
+ "deprecated": false
73
66
  },
74
67
  "inverse": {
75
68
  "value": "{color.brand.gray.200.value}",
76
- "type": "semantic",
77
69
  "public": true,
78
70
  "inverse": true,
79
71
  "usage": "",
80
72
  "wcag": "n/a",
81
- "deprecated": true
73
+ "deprecated": false
82
74
  }
83
75
  },
84
76
  "lime": {
85
77
  "default": {
86
78
  "value": "{color.brand.lime.300.value}",
87
- "type": "semantic",
88
79
  "public": true,
89
80
  "default": true,
90
81
  "usage": "",
91
82
  "wcag": "n/a",
92
- "deprecated": true
83
+ "deprecated": false
93
84
  },
94
85
  "inverse": {
95
86
  "value": "{color.brand.lime.200.value}",
96
- "type": "semantic",
97
87
  "public": true,
98
88
  "inverse": true,
99
89
  "usage": "",
100
90
  "wcag": "n/a",
101
- "deprecated": true
91
+ "deprecated": false
102
92
  }
103
93
  },
104
94
  "navy": {
105
95
  "default": {
106
96
  "value": "{color.brand.navy.800.value}",
107
- "type": "semantic",
108
97
  "public": true,
109
98
  "default": true,
110
99
  "usage": "",
111
100
  "wcag": "n/a",
112
- "deprecated": true
101
+ "deprecated": false
113
102
  },
114
103
  "inverse": {
115
104
  "value": "{color.brand.navy.300.value}",
116
- "type": "semantic",
117
105
  "public": true,
118
106
  "inverse": true,
119
107
  "usage": "",
120
108
  "wcag": "n/a",
121
- "deprecated": true
109
+ "deprecated": false
122
110
  }
123
111
  },
124
112
  "neutral": {
125
113
  "default": {
126
114
  "value": "{color.brand.neutral.600.value}",
127
- "type": "semantic",
128
115
  "public": true,
129
116
  "default": true,
130
117
  "usage": "",
131
118
  "wcag": "n/a",
132
- "deprecated": true
119
+ "deprecated": false
133
120
  },
134
121
  "inverse": {
135
122
  "value": "{color.brand.neutral.300.value}",
136
- "type": "semantic",
137
123
  "public": true,
138
124
  "inverse": true,
139
125
  "usage": "",
140
126
  "wcag": "n/a",
141
- "deprecated": true
127
+ "deprecated": false
142
128
  }
143
129
  },
144
130
  "pink": {
145
131
  "default": {
146
132
  "value": "{color.brand.pink.500.value}",
147
- "type": "semantic",
148
133
  "public": true,
149
134
  "default": true,
150
135
  "usage": "",
151
136
  "wcag": "n/a",
152
- "deprecated": true
137
+ "deprecated": false
153
138
  },
154
139
  "inverse": {
155
140
  "value": "{color.brand.pink.300.value}",
156
- "type": "semantic",
157
141
  "public": true,
158
142
  "inverse": true,
159
143
  "usage": "",
160
144
  "wcag": "n/a",
161
- "deprecated": true
145
+ "deprecated": false
162
146
  }
163
147
  },
164
148
  "purple": {
165
149
  "default": {
166
150
  "value": "{color.brand.purple.700.value}",
167
- "type": "semantic",
168
151
  "public": true,
169
152
  "default": true,
170
153
  "usage": "",
171
154
  "wcag": "n/a",
172
- "deprecated": true
155
+ "deprecated": false
173
156
  },
174
157
  "inverse": {
175
158
  "value": "{color.brand.purple.300.value}",
176
- "type": "semantic",
177
159
  "public": true,
178
160
  "inverse": true,
179
161
  "usage": "",
180
162
  "wcag": "n/a",
181
- "deprecated": true
163
+ "deprecated": false
182
164
  }
183
165
  },
184
166
  "red": {
185
167
  "default": {
186
168
  "value": "{color.brand.red.600.value}",
187
- "type": "semantic",
188
169
  "public": true,
189
170
  "default": true,
190
171
  "usage": "",
191
172
  "wcag": "n/a",
192
- "deprecated": true
173
+ "deprecated": false
193
174
  },
194
175
  "inverse": {
195
176
  "value": "{color.brand.red.400.value}",
196
- "type": "semantic",
197
177
  "public": true,
198
178
  "inverse": true,
199
179
  "usage": "",
200
180
  "wcag": "n/a",
201
- "deprecated": true
181
+ "deprecated": false
202
182
  }
203
183
  },
204
184
  "turquoise": {
205
185
  "default": {
206
186
  "value": "{color.brand.turquoise.600.value}",
207
- "type": "semantic",
208
187
  "public": true,
209
188
  "default": true,
210
189
  "usage": "",
211
190
  "wcag": "n/a",
212
- "deprecated": true
191
+ "deprecated": false
213
192
  },
214
193
  "inverse": {
215
194
  "value": "{color.brand.turquoise.400.value}",
216
- "type": "semantic",
217
195
  "public": true,
218
196
  "inverse": true,
219
197
  "usage": "",
220
198
  "wcag": "n/a",
221
- "deprecated": true
199
+ "deprecated": false
222
200
  }
223
201
  },
224
202
  "yellow": {
225
203
  "default": {
226
204
  "value": "{color.brand.yellow.300.value}",
227
- "type": "semantic",
228
205
  "public": true,
229
206
  "default": true,
230
207
  "usage": "",
231
208
  "wcag": "n/a",
232
- "deprecated": true
209
+ "deprecated": false
233
210
  },
234
211
  "inverse": {
235
212
  "value": "{color.brand.yellow.200.value}",
236
- "type": "semantic",
237
213
  "public": true,
238
214
  "inverse": true,
239
215
  "usage": "",
240
216
  "wcag": "n/a",
241
- "deprecated": true
217
+ "deprecated": false
242
218
  }
243
219
  },
244
220
  "error": {
245
221
  "default": {
246
222
  "value": "{color.base.error.400.value}",
247
- "type": "semantic",
248
223
  "public": true,
249
224
  "default": true,
250
225
  "usage": "",
251
226
  "wcag": "n/a",
252
- "deprecated": true
227
+ "deprecated": false
253
228
  },
254
229
  "inverse": {
255
230
  "value": "{color.base.error.200.value}",
256
- "type": "semantic",
257
231
  "public": true,
258
232
  "inverse": true,
259
233
  "usage": "",
260
234
  "wcag": "n/a",
261
- "deprecated": true
235
+ "deprecated": false
262
236
  }
263
237
  },
264
238
  "warning": {
265
239
  "default": {
266
240
  "value": "{color.base.warning.200.value}",
267
- "type": "semantic",
268
241
  "public": true,
269
242
  "default": true,
270
243
  "usage": "",
271
244
  "wcag": "n/a",
272
- "deprecated": true
245
+ "deprecated": false
273
246
  },
274
247
  "inverse": {
275
248
  "value": "{color.base.warning.200.value}",
276
- "type": "semantic",
277
249
  "public": true,
278
250
  "inverse": true,
279
251
  "usage": "",
280
252
  "wcag": "n/a",
281
- "deprecated": true
253
+ "deprecated": false
282
254
  }
283
255
  },
284
256
  "success": {
285
257
  "default": {
286
258
  "value": "{color.base.success.400.value}",
287
- "type": "semantic",
288
259
  "public": true,
289
260
  "default": true,
290
261
  "usage": "",
291
262
  "wcag": "n/a",
292
- "deprecated": true
263
+ "deprecated": false
293
264
  },
294
265
  "inverse": {
295
266
  "value": "{color.base.success.200.value}",
296
- "type": "semantic",
297
267
  "public": true,
298
268
  "inverse": true,
299
269
  "usage": "",
300
270
  "wcag": "n/a",
301
- "deprecated": true
271
+ "deprecated": false
302
272
  }
303
273
  }
304
274
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "color": {
3
+ "base": {
4
+ "white": {
5
+ "value": "000000",
6
+ "comment": "{comments.color.base.value.comment}",
7
+ "public": true,
8
+ "deprecated": true,
9
+ "version": "4.5.0",
10
+ "reference": "n/a",
11
+ "darkmode": true
12
+ },
13
+ "black": {
14
+ "value": "ffffff",
15
+ "comment": "{comments.color.base.value.comment}",
16
+ "public": true,
17
+ "deprecated": true,
18
+ "version": "4.5.0",
19
+ "reference": "n/a",
20
+ "darkmode": true
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "color": {
3
+ "border": {
4
+ "primary": {
5
+ "default": {
6
+ "value": "{color.brand.neutral.400.value}",
7
+ "public": true,
8
+ "darkmode": true,
9
+ "default": true,
10
+ "usage": "Primary border color on dark background",
11
+ "wcag": "n/a",
12
+ "deprecated": true,
13
+ "version": "4.5.0",
14
+ "reference": "n/a"
15
+ }
16
+ },
17
+ "divider": {
18
+ "default": {
19
+ "value": "{color.base.white.value}",
20
+ "public": true,
21
+ "darkmode": true,
22
+ "default": true,
23
+ "usage": "Strict use as divider between elements on dark backgrounds",
24
+ "wcag": "n/a",
25
+ "deprecated": true,
26
+ "version": "4.5.0",
27
+ "reference": "n/a"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "color": {
3
+ "icon": {
4
+ "primary": {
5
+ "default": {
6
+ "value": "{color.base.neutral.400.value}",
7
+ "public": true,
8
+ "darkmode": true,
9
+ "default": true,
10
+ "usage": "Primary color for icons on dark backgrounds",
11
+ "wcag": "AAA",
12
+ "deprecated": true,
13
+ "version": "4.5.0",
14
+ "reference": "n/a"
15
+ }
16
+ },
17
+ "emphasis": {
18
+ "default": {
19
+ "value": "{color.base.white.value}",
20
+ "public": true,
21
+ "darkmode": true,
22
+ "default": true,
23
+ "usage": "Emphasis or lightest icon color on dark backgrounds",
24
+ "wcag": "AAA",
25
+ "deprecated": true,
26
+ "version": "4.5.0",
27
+ "reference": "n/a"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "color": {
3
+ "text": {
4
+ "primary": {
5
+ "default": {
6
+ "value": "{color.base.white.value}",
7
+ "public": true,
8
+ "darkmode": true,
9
+ "default": true,
10
+ "usage": "Primary color for body and header text on dark backgrounds",
11
+ "wcag": "AAA",
12
+ "deprecated": true,
13
+ "version": "4.5.0",
14
+ "reference": "n/a"
15
+ }
16
+ },
17
+ "secondary": {
18
+ "default": {
19
+ "value": "{color.base.neutral.400.value}",
20
+ "public": true,
21
+ "darkmode": true,
22
+ "default": true,
23
+ "usage": "Secondary color for body text on dark backgrounds",
24
+ "wcag": "AAA",
25
+ "deprecated": true,
26
+ "version": "4.5.0",
27
+ "reference": "n/a"
28
+ }
29
+ },
30
+ "link": {
31
+ "default": {
32
+ "value": "{color.brand.breeze.300.value}",
33
+ "public": true,
34
+ "darkmode": true,
35
+ "default": true,
36
+ "usage": "Link text color on light backgrounds",
37
+ "wcag": "AA",
38
+ "deprecated": true,
39
+ "version": "4.5.0",
40
+ "reference": "n/a"
41
+ }
42
+ },
43
+ "error": {
44
+ "default": {
45
+ "value": "{color.state.error.100.value}",
46
+ "public": true,
47
+ "darkmode": true,
48
+ "default": true,
49
+ "usage": "Error text color on dark backgrounds",
50
+ "wcag": "AA",
51
+ "deprecated": true,
52
+ "version": "4.5.0",
53
+ "reference": "n/a"
54
+ }
55
+ },
56
+ "emphasis": {
57
+ "default": {
58
+ "value": "{color.brand.midnight.100.value}",
59
+ "public": true,
60
+ "darkmode": true,
61
+ "default": true,
62
+ "usage": "Emphasized text color on dark backgrounds",
63
+ "wcag": "n/a",
64
+ "deprecated": true,
65
+ "version": "4.5.0",
66
+ "reference": "n/a"
67
+ }
68
+ }
69
+ }
70
+ }
71
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "color": {
3
+ "tier": {
4
+ "alaska": {
5
+ "mvp": {
6
+ "default": {
7
+ "value": "{color.brand.goldgray.100.value}",
8
+ "public": true,
9
+ "darkmode": true,
10
+ "default": true,
11
+ "usage": "MVP tier color for Alaska Airlines",
12
+ "wcag": "n/a",
13
+ "deprecated": true,
14
+ "version": "4.5.0",
15
+ "reference": "n/a"
16
+ }
17
+ },
18
+ "mvpgold": {
19
+ "default": {
20
+ "value": "{color.brand.gold.100.value}",
21
+ "public": true,
22
+ "darkmode": true,
23
+ "default": true,
24
+ "usage": "MVP Gold tier color for Alaska Airlines",
25
+ "wcag": "n/a",
26
+ "deprecated": true,
27
+ "version": "4.5.0",
28
+ "reference": "n/a"
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "comments": {
3
+ "deprecated": {
4
+ "comment": "\n // Deprecated, no replacement; token to be REMOVED in next MAJOR release"
5
+ },
6
+ "reference": {
7
+ "comment": "\n // New token, see"
8
+ },
9
+ "color": {
10
+ "deprecated": {
11
+ "comment": "{comments.deprecated.comment}"
12
+ },
13
+ "base": {
14
+ "value": {
15
+ "comment": "\n // Base value for token support; should not use in code!"
16
+ }
17
+ },
18
+ "brand": {
19
+ "value": {
20
+ "comment": "\n // Please consider descriptive token prior to using brand token"
21
+ }
22
+ },
23
+ "classic": {
24
+ "comment": "\n // DO NOT USE for anything other than legacy projects or classic component themes"
25
+ },
26
+ "matrix": {
27
+ "comment": "\n // DO NOT USE for anything other than legacy projects related to the matrix search"
28
+ },
29
+ "reference": {
30
+ "comment": "{comments.reference.comment}"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -1,27 +1,22 @@
1
1
  {
2
2
  "depth": {
3
3
  "hidden": {
4
- "value": "-1",
5
- "type": "semantic",
6
- "deprecated": true
4
+ "value": "-1"
7
5
  },
8
6
  "overlay": {
9
7
  "value": "200",
10
- "type": "semantic",
11
8
  "public": true,
12
- "deprecated": true
9
+ "deprecated": false
13
10
  },
14
11
  "modal": {
15
12
  "value": "300",
16
- "type": "semantic",
17
13
  "public": true,
18
- "deprecated": true
14
+ "deprecated": false
19
15
  },
20
16
  "tooltip": {
21
17
  "value": "400",
22
- "type": "semantic",
23
18
  "public": true,
24
- "deprecated": true
19
+ "deprecated": false
25
20
  }
26
21
  }
27
22
  }
@@ -2,24 +2,21 @@
2
2
  "elevation": {
3
3
  "100": {
4
4
  "value": "0px 0px 5px rgba(0, 0, 0, 0.15)",
5
- "type": "semantic",
6
5
  "public": true,
7
6
  "comment": "for the least amount of emphasis",
8
- "deprecated": true
7
+ "deprecated": false
9
8
  },
10
9
  "200": {
11
10
  "value": "0px 0px 10px rgba(0, 0, 0, 0.15)",
12
- "type": "semantic",
13
11
  "public": true,
14
12
  "comment": "for more emphasis than low elevation",
15
- "deprecated": true
13
+ "deprecated": false
16
14
  },
17
15
  "300": {
18
16
  "value": "0px 0px 15px rgba(0, 0, 0, 0.2)",
19
- "type": "semantic",
20
17
  "public": true,
21
18
  "comment": "for maximum emphasis or differentiation",
22
- "deprecated": true
19
+ "deprecated": false
23
20
  }
24
21
  }
25
22
  }
@@ -2,33 +2,28 @@
2
2
  "gridBreakpoint": {
3
3
  "xs": {
4
4
  "value": "320px",
5
- "type": "semantic",
6
5
  "public": true,
7
- "deprecated": true
6
+ "deprecated": false
8
7
  },
9
8
  "sm": {
10
9
  "value": "576px",
11
- "type": "semantic",
12
10
  "public": true,
13
- "deprecated": true
11
+ "deprecated": false
14
12
  },
15
13
  "md": {
16
14
  "value": "768px",
17
- "type": "semantic",
18
15
  "public": true,
19
- "deprecated": true
16
+ "deprecated": false
20
17
  },
21
18
  "lg": {
22
19
  "value": "1024px",
23
- "type": "semantic",
24
20
  "public": true,
25
- "deprecated": true
21
+ "deprecated": false
26
22
  },
27
23
  "xl": {
28
24
  "value": "1232px",
29
- "type": "semantic",
30
25
  "public": true,
31
- "deprecated": true
26
+ "deprecated": false
32
27
  }
33
28
  }
34
29
  }