@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.
- package/CHANGELOG.md +7 -0
- package/README.md +62 -86
- package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
- package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
- package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
- package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
- package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
- package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
- package/dist/tokens/JSObject--deprecated.js +3157 -0
- package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
- package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
- package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
- package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
- package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
- package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/base/SCSSVariables.scss +1372 -0
- package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
- package/dist/tokens/darkmode/JSDataColor.js +528 -0
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
- package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
- package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
- package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
- package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
- package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
- package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
- package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
- package/package.json +3 -5
- package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
- package/src/{themes/auro-classic → asset}/font.json +5 -10
- package/src/{themes/auro-classic/color → color}/alert.json +0 -7
- package/src/{themes/auro-classic/color → color}/background.json +25 -53
- package/src/{themes/auro-classic/color → color}/base.json +147 -303
- package/src/{themes/auro-classic/color → color}/border.json +32 -68
- package/src/{themes/auro-classic/color → color}/brand.json +158 -289
- package/src/{themes/auro-classic/color → color}/container.json +50 -101
- package/src/{themes/auro-classic/color → color}/icon.json +64 -129
- package/src/{themes/auro-classic/color → color}/text.json +28 -58
- package/src/{themes/auro-classic/color → color}/tier.json +22 -43
- package/src/{themes/auro-classic/color → color}/ui.json +1 -12
- package/src/{themes/auro-classic/color → color}/utility.json +30 -60
- package/src/color-darkmode/base.json +24 -0
- package/src/color-darkmode/border.json +32 -0
- package/src/color-darkmode/icon.json +32 -0
- package/src/color-darkmode/text.json +71 -0
- package/src/color-darkmode/tier.json +34 -0
- package/src/comments.json +34 -0
- package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
- package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
- package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
- package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
- package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
- package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
- package/src/{themes/auro-classic/size → size}/radius.json +1 -2
- package/src/size/scale.json +240 -0
- package/src/size/unitless-scale.json +82 -0
- package/src/{themes/auro-classic/text.json → text.json} +97 -192
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +280 -0
- package/src/themes/excursion/color/base.json +1303 -0
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1549 -0
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
- package/src/themes/hawaiian/color/background.json +15 -0
- package/src/themes/hawaiian/color/border.json +18 -0
- package/src/themes/hawaiian/color/container.json +56 -0
- package/src/themes/hawaiian/color/icon.json +24 -0
- package/src/themes/hawaiian/color/text.json +44 -0
- package/src/themes/transparent/color/alert.json +0 -7
- package/src/themes/transparent/color/background.json +2 -30
- package/src/themes/transparent/color/base.json +0 -156
- package/src/themes/transparent/color/border.json +0 -36
- package/src/themes/transparent/color/brand.json +36 -167
- package/src/themes/transparent/color/container.json +0 -50
- package/src/themes/transparent/color/icon.json +0 -65
- package/src/themes/transparent/color/text.json +0 -30
- package/src/themes/transparent/color/tier.json +1 -22
- package/src/themes/transparent/color/ui.json +1 -12
- package/src/themes/transparent/color/utility.json +0 -30
- package/src/themes/transparent/elevation.json +0 -3
- package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
- package/dist/alaska/SCSSVariables--alaska.scss +0 -63
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
- package/dist/alaska/primitives--alaska.scss +0 -215
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
- package/dist/hawaiian/primitives--hawaiian.scss +0 -175
- package/src/primitives/alaska/color.json +0 -796
- package/src/primitives/alaska/typography.json +0 -27
- package/src/primitives/base/color.json +0 -489
- package/src/primitives/base/transparency.json +0 -183
- package/src/primitives/base/typography.json +0 -210
- package/src/primitives/hawaiian/color.json +0 -508
- package/src/primitives/hawaiian/typography.json +0 -28
- package/src/themes/alaska/color.json +0 -394
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/auro-classic/comments.json +0 -50
- package/src/themes/auro-classic/size/scale.json +0 -347
- package/src/themes/auro-classic/size/unitless-scale.json +0 -126
- package/src/themes/hawaiian/color.json +0 -394
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"neutral": {
|
|
5
5
|
"100": {
|
|
6
6
|
"value": "transparent",
|
|
7
|
-
"type": "semantic",
|
|
8
7
|
"comment": "transparent",
|
|
9
8
|
"public": true,
|
|
10
9
|
"neutral": true,
|
|
@@ -14,7 +13,6 @@
|
|
|
14
13
|
},
|
|
15
14
|
"200": {
|
|
16
15
|
"value": "transparent",
|
|
17
|
-
"type": "semantic",
|
|
18
16
|
"comment": "transparent",
|
|
19
17
|
"public": true,
|
|
20
18
|
"neutral": true,
|
|
@@ -24,7 +22,6 @@
|
|
|
24
22
|
},
|
|
25
23
|
"300": {
|
|
26
24
|
"value": "transparent",
|
|
27
|
-
"type": "semantic",
|
|
28
25
|
"comment": "transparent",
|
|
29
26
|
"public": true,
|
|
30
27
|
"neutral": true,
|
|
@@ -34,7 +31,6 @@
|
|
|
34
31
|
},
|
|
35
32
|
"400": {
|
|
36
33
|
"value": "transparent",
|
|
37
|
-
"type": "semantic",
|
|
38
34
|
"comment": "transparent",
|
|
39
35
|
"public": true,
|
|
40
36
|
"neutral": true,
|
|
@@ -44,7 +40,6 @@
|
|
|
44
40
|
},
|
|
45
41
|
"500": {
|
|
46
42
|
"value": "transparent",
|
|
47
|
-
"type": "semantic",
|
|
48
43
|
"comment": "transparent",
|
|
49
44
|
"public": true,
|
|
50
45
|
"neutral": true,
|
|
@@ -54,7 +49,6 @@
|
|
|
54
49
|
},
|
|
55
50
|
"600": {
|
|
56
51
|
"value": "transparent",
|
|
57
|
-
"type": "semantic",
|
|
58
52
|
"comment": "transparent",
|
|
59
53
|
"public": true,
|
|
60
54
|
"neutral": true,
|
|
@@ -64,7 +58,6 @@
|
|
|
64
58
|
},
|
|
65
59
|
"700": {
|
|
66
60
|
"value": "transparent",
|
|
67
|
-
"type": "semantic",
|
|
68
61
|
"comment": "transparent",
|
|
69
62
|
"public": true,
|
|
70
63
|
"neutral": true,
|
|
@@ -74,7 +67,6 @@
|
|
|
74
67
|
},
|
|
75
68
|
"800": {
|
|
76
69
|
"value": "transparent",
|
|
77
|
-
"type": "semantic",
|
|
78
70
|
"comment": "transparent",
|
|
79
71
|
"public": true,
|
|
80
72
|
"neutral": true,
|
|
@@ -84,7 +76,6 @@
|
|
|
84
76
|
},
|
|
85
77
|
"900": {
|
|
86
78
|
"value": "transparent",
|
|
87
|
-
"type": "semantic",
|
|
88
79
|
"comment": "transparent",
|
|
89
80
|
"public": true,
|
|
90
81
|
"neutral": true,
|
|
@@ -94,7 +85,6 @@
|
|
|
94
85
|
},
|
|
95
86
|
"1000": {
|
|
96
87
|
"value": "transparent",
|
|
97
|
-
"type": "semantic",
|
|
98
88
|
"comment": "transparent",
|
|
99
89
|
"public": true,
|
|
100
90
|
"neutral": true,
|
|
@@ -106,7 +96,6 @@
|
|
|
106
96
|
"gray": {
|
|
107
97
|
"100": {
|
|
108
98
|
"value": "transparent",
|
|
109
|
-
"type": "semantic",
|
|
110
99
|
"comment": "transparent",
|
|
111
100
|
"public": true,
|
|
112
101
|
"neutral": true,
|
|
@@ -116,7 +105,6 @@
|
|
|
116
105
|
},
|
|
117
106
|
"200": {
|
|
118
107
|
"value": "transparent",
|
|
119
|
-
"type": "semantic",
|
|
120
108
|
"comment": "transparent",
|
|
121
109
|
"public": true,
|
|
122
110
|
"neutral": true,
|
|
@@ -126,7 +114,6 @@
|
|
|
126
114
|
},
|
|
127
115
|
"300": {
|
|
128
116
|
"value": "transparent",
|
|
129
|
-
"type": "semantic",
|
|
130
117
|
"comment": "transparent",
|
|
131
118
|
"public": true,
|
|
132
119
|
"neutral": true,
|
|
@@ -136,7 +123,6 @@
|
|
|
136
123
|
},
|
|
137
124
|
"400": {
|
|
138
125
|
"value": "transparent",
|
|
139
|
-
"type": "semantic",
|
|
140
126
|
"comment": "transparent",
|
|
141
127
|
"public": true,
|
|
142
128
|
"neutral": true,
|
|
@@ -146,7 +132,6 @@
|
|
|
146
132
|
},
|
|
147
133
|
"500": {
|
|
148
134
|
"value": "transparent",
|
|
149
|
-
"type": "semantic",
|
|
150
135
|
"comment": "transparent",
|
|
151
136
|
"public": true,
|
|
152
137
|
"neutral": true,
|
|
@@ -156,7 +141,6 @@
|
|
|
156
141
|
},
|
|
157
142
|
"600": {
|
|
158
143
|
"value": "transparent",
|
|
159
|
-
"type": "semantic",
|
|
160
144
|
"comment": "transparent",
|
|
161
145
|
"public": true,
|
|
162
146
|
"neutral": true,
|
|
@@ -166,7 +150,6 @@
|
|
|
166
150
|
},
|
|
167
151
|
"700": {
|
|
168
152
|
"value": "transparent",
|
|
169
|
-
"type": "semantic",
|
|
170
153
|
"comment": "transparent",
|
|
171
154
|
"public": true,
|
|
172
155
|
"neutral": true,
|
|
@@ -176,7 +159,6 @@
|
|
|
176
159
|
},
|
|
177
160
|
"800": {
|
|
178
161
|
"value": "transparent",
|
|
179
|
-
"type": "semantic",
|
|
180
162
|
"comment": "transparent",
|
|
181
163
|
"public": true,
|
|
182
164
|
"neutral": true,
|
|
@@ -186,7 +168,6 @@
|
|
|
186
168
|
},
|
|
187
169
|
"900": {
|
|
188
170
|
"value": "transparent",
|
|
189
|
-
"type": "semantic",
|
|
190
171
|
"comment": "transparent",
|
|
191
172
|
"public": true,
|
|
192
173
|
"neutral": true,
|
|
@@ -196,7 +177,6 @@
|
|
|
196
177
|
},
|
|
197
178
|
"1000": {
|
|
198
179
|
"value": "transparent",
|
|
199
|
-
"type": "semantic",
|
|
200
180
|
"comment": "transparent",
|
|
201
181
|
"public": true,
|
|
202
182
|
"neutral": true,
|
|
@@ -208,7 +188,6 @@
|
|
|
208
188
|
"red": {
|
|
209
189
|
"100": {
|
|
210
190
|
"value": "transparent",
|
|
211
|
-
"type": "semantic",
|
|
212
191
|
"comment": "transparent",
|
|
213
192
|
"public": true,
|
|
214
193
|
"usage": "Neutral accent",
|
|
@@ -217,7 +196,6 @@
|
|
|
217
196
|
},
|
|
218
197
|
"200": {
|
|
219
198
|
"value": "transparent",
|
|
220
|
-
"type": "semantic",
|
|
221
199
|
"comment": "transparent",
|
|
222
200
|
"public": true,
|
|
223
201
|
"usage": "Neutral accent",
|
|
@@ -226,7 +204,6 @@
|
|
|
226
204
|
},
|
|
227
205
|
"300": {
|
|
228
206
|
"value": "transparent",
|
|
229
|
-
"type": "semantic",
|
|
230
207
|
"comment": "transparent",
|
|
231
208
|
"public": true,
|
|
232
209
|
"usage": "Neutral accent",
|
|
@@ -235,7 +212,6 @@
|
|
|
235
212
|
},
|
|
236
213
|
"400": {
|
|
237
214
|
"value": "transparent",
|
|
238
|
-
"type": "semantic",
|
|
239
215
|
"comment": "transparent",
|
|
240
216
|
"public": true,
|
|
241
217
|
"usage": "Neutral accent",
|
|
@@ -244,7 +220,6 @@
|
|
|
244
220
|
},
|
|
245
221
|
"500": {
|
|
246
222
|
"value": "transparent",
|
|
247
|
-
"type": "semantic",
|
|
248
223
|
"comment": "transparent",
|
|
249
224
|
"public": true,
|
|
250
225
|
"usage": "Neutral accent",
|
|
@@ -253,7 +228,6 @@
|
|
|
253
228
|
},
|
|
254
229
|
"600": {
|
|
255
230
|
"value": "transparent",
|
|
256
|
-
"type": "semantic",
|
|
257
231
|
"comment": "transparent",
|
|
258
232
|
"public": true,
|
|
259
233
|
"usage": "Neutral accent",
|
|
@@ -262,7 +236,6 @@
|
|
|
262
236
|
},
|
|
263
237
|
"700": {
|
|
264
238
|
"value": "transparent",
|
|
265
|
-
"type": "semantic",
|
|
266
239
|
"comment": "transparent",
|
|
267
240
|
"public": true,
|
|
268
241
|
"usage": "Neutral accent",
|
|
@@ -271,7 +244,6 @@
|
|
|
271
244
|
},
|
|
272
245
|
"800": {
|
|
273
246
|
"value": "transparent",
|
|
274
|
-
"type": "semantic",
|
|
275
247
|
"comment": "transparent",
|
|
276
248
|
"public": true,
|
|
277
249
|
"usage": "Neutral accent",
|
|
@@ -280,7 +252,6 @@
|
|
|
280
252
|
},
|
|
281
253
|
"900": {
|
|
282
254
|
"value": "transparent",
|
|
283
|
-
"type": "semantic",
|
|
284
255
|
"comment": "transparent",
|
|
285
256
|
"public": true,
|
|
286
257
|
"usage": "Neutral accent",
|
|
@@ -289,7 +260,6 @@
|
|
|
289
260
|
},
|
|
290
261
|
"1000": {
|
|
291
262
|
"value": "transparent",
|
|
292
|
-
"type": "semantic",
|
|
293
263
|
"comment": "transparent",
|
|
294
264
|
"public": true,
|
|
295
265
|
"usage": "Neutral accent",
|
|
@@ -300,7 +270,6 @@
|
|
|
300
270
|
"yellow": {
|
|
301
271
|
"100": {
|
|
302
272
|
"value": "transparent",
|
|
303
|
-
"type": "semantic",
|
|
304
273
|
"comment": "transparent",
|
|
305
274
|
"public": true,
|
|
306
275
|
"usage": "Neutral accent",
|
|
@@ -309,7 +278,6 @@
|
|
|
309
278
|
},
|
|
310
279
|
"200": {
|
|
311
280
|
"value": "transparent",
|
|
312
|
-
"type": "semantic",
|
|
313
281
|
"comment": "transparent",
|
|
314
282
|
"public": true,
|
|
315
283
|
"usage": "Neutral accent",
|
|
@@ -318,7 +286,6 @@
|
|
|
318
286
|
},
|
|
319
287
|
"300": {
|
|
320
288
|
"value": "transparent",
|
|
321
|
-
"type": "semantic",
|
|
322
289
|
"comment": "transparent",
|
|
323
290
|
"public": true,
|
|
324
291
|
"usage": "Neutral accent",
|
|
@@ -327,7 +294,6 @@
|
|
|
327
294
|
},
|
|
328
295
|
"400": {
|
|
329
296
|
"value": "transparent",
|
|
330
|
-
"type": "semantic",
|
|
331
297
|
"comment": "transparent",
|
|
332
298
|
"public": true,
|
|
333
299
|
"usage": "Neutral accent",
|
|
@@ -336,7 +302,6 @@
|
|
|
336
302
|
},
|
|
337
303
|
"500": {
|
|
338
304
|
"value": "transparent",
|
|
339
|
-
"type": "semantic",
|
|
340
305
|
"comment": "transparent",
|
|
341
306
|
"public": true,
|
|
342
307
|
"usage": "Neutral accent",
|
|
@@ -345,7 +310,6 @@
|
|
|
345
310
|
},
|
|
346
311
|
"600": {
|
|
347
312
|
"value": "transparent",
|
|
348
|
-
"type": "semantic",
|
|
349
313
|
"comment": "transparent",
|
|
350
314
|
"public": true,
|
|
351
315
|
"usage": "Neutral accent",
|
|
@@ -354,7 +318,6 @@
|
|
|
354
318
|
},
|
|
355
319
|
"700": {
|
|
356
320
|
"value": "transparent",
|
|
357
|
-
"type": "semantic",
|
|
358
321
|
"comment": "transparent",
|
|
359
322
|
"public": true,
|
|
360
323
|
"usage": "Neutral accent",
|
|
@@ -363,7 +326,6 @@
|
|
|
363
326
|
},
|
|
364
327
|
"800": {
|
|
365
328
|
"value": "transparent",
|
|
366
|
-
"type": "semantic",
|
|
367
329
|
"comment": "transparent",
|
|
368
330
|
"public": true,
|
|
369
331
|
"usage": "Neutral accent",
|
|
@@ -372,7 +334,6 @@
|
|
|
372
334
|
},
|
|
373
335
|
"900": {
|
|
374
336
|
"value": "transparent",
|
|
375
|
-
"type": "semantic",
|
|
376
337
|
"comment": "transparent",
|
|
377
338
|
"public": true,
|
|
378
339
|
"usage": "Neutral accent",
|
|
@@ -381,7 +342,6 @@
|
|
|
381
342
|
},
|
|
382
343
|
"1000": {
|
|
383
344
|
"value": "transparent",
|
|
384
|
-
"type": "semantic",
|
|
385
345
|
"comment": "transparent",
|
|
386
346
|
"public": true,
|
|
387
347
|
"usage": "Neutral accent",
|
|
@@ -392,7 +352,6 @@
|
|
|
392
352
|
"lime": {
|
|
393
353
|
"100": {
|
|
394
354
|
"value": "transparent",
|
|
395
|
-
"type": "semantic",
|
|
396
355
|
"comment": "transparent",
|
|
397
356
|
"public": true,
|
|
398
357
|
"usage": "Neutral accent",
|
|
@@ -401,7 +360,6 @@
|
|
|
401
360
|
},
|
|
402
361
|
"200": {
|
|
403
362
|
"value": "transparent",
|
|
404
|
-
"type": "semantic",
|
|
405
363
|
"comment": "transparent",
|
|
406
364
|
"public": true,
|
|
407
365
|
"usage": "Neutral accent",
|
|
@@ -410,7 +368,6 @@
|
|
|
410
368
|
},
|
|
411
369
|
"300": {
|
|
412
370
|
"value": "transparent",
|
|
413
|
-
"type": "semantic",
|
|
414
371
|
"comment": "transparent",
|
|
415
372
|
"public": true,
|
|
416
373
|
"usage": "Neutral accent",
|
|
@@ -419,7 +376,6 @@
|
|
|
419
376
|
},
|
|
420
377
|
"400": {
|
|
421
378
|
"value": "transparent",
|
|
422
|
-
"type": "semantic",
|
|
423
379
|
"comment": "transparent",
|
|
424
380
|
"public": true,
|
|
425
381
|
"usage": "Neutral accent",
|
|
@@ -428,7 +384,6 @@
|
|
|
428
384
|
},
|
|
429
385
|
"500": {
|
|
430
386
|
"value": "transparent",
|
|
431
|
-
"type": "semantic",
|
|
432
387
|
"comment": "transparent",
|
|
433
388
|
"public": true,
|
|
434
389
|
"usage": "Neutral accent",
|
|
@@ -437,7 +392,6 @@
|
|
|
437
392
|
},
|
|
438
393
|
"600": {
|
|
439
394
|
"value": "transparent",
|
|
440
|
-
"type": "semantic",
|
|
441
395
|
"comment": "transparent",
|
|
442
396
|
"public": true,
|
|
443
397
|
"usage": "Neutral accent",
|
|
@@ -446,7 +400,6 @@
|
|
|
446
400
|
},
|
|
447
401
|
"700": {
|
|
448
402
|
"value": "transparent",
|
|
449
|
-
"type": "semantic",
|
|
450
403
|
"comment": "transparent",
|
|
451
404
|
"public": true,
|
|
452
405
|
"usage": "Neutral accent",
|
|
@@ -455,7 +408,6 @@
|
|
|
455
408
|
},
|
|
456
409
|
"800": {
|
|
457
410
|
"value": "transparent",
|
|
458
|
-
"type": "semantic",
|
|
459
411
|
"comment": "transparent",
|
|
460
412
|
"public": true,
|
|
461
413
|
"usage": "Neutral accent",
|
|
@@ -464,7 +416,6 @@
|
|
|
464
416
|
},
|
|
465
417
|
"900": {
|
|
466
418
|
"value": "transparent",
|
|
467
|
-
"type": "semantic",
|
|
468
419
|
"comment": "transparent",
|
|
469
420
|
"public": true,
|
|
470
421
|
"usage": "Neutral accent",
|
|
@@ -473,7 +424,6 @@
|
|
|
473
424
|
},
|
|
474
425
|
"1000": {
|
|
475
426
|
"value": "transparent",
|
|
476
|
-
"type": "semantic",
|
|
477
427
|
"comment": "transparent",
|
|
478
428
|
"public": true,
|
|
479
429
|
"usage": "Neutral accent",
|
|
@@ -484,7 +434,6 @@
|
|
|
484
434
|
"green": {
|
|
485
435
|
"100": {
|
|
486
436
|
"value": "transparent",
|
|
487
|
-
"type": "semantic",
|
|
488
437
|
"comment": "transparent",
|
|
489
438
|
"public": true,
|
|
490
439
|
"usage": "Neutral accent",
|
|
@@ -493,7 +442,6 @@
|
|
|
493
442
|
},
|
|
494
443
|
"200": {
|
|
495
444
|
"value": "transparent",
|
|
496
|
-
"type": "semantic",
|
|
497
445
|
"comment": "transparent",
|
|
498
446
|
"public": true,
|
|
499
447
|
"usage": "Neutral accent",
|
|
@@ -502,7 +450,6 @@
|
|
|
502
450
|
},
|
|
503
451
|
"300": {
|
|
504
452
|
"value": "transparent",
|
|
505
|
-
"type": "semantic",
|
|
506
453
|
"comment": "transparent",
|
|
507
454
|
"public": true,
|
|
508
455
|
"usage": "Neutral accent",
|
|
@@ -511,7 +458,6 @@
|
|
|
511
458
|
},
|
|
512
459
|
"400": {
|
|
513
460
|
"value": "transparent",
|
|
514
|
-
"type": "semantic",
|
|
515
461
|
"comment": "transparent",
|
|
516
462
|
"public": true,
|
|
517
463
|
"usage": "Neutral accent",
|
|
@@ -520,7 +466,6 @@
|
|
|
520
466
|
},
|
|
521
467
|
"500": {
|
|
522
468
|
"value": "transparent",
|
|
523
|
-
"type": "semantic",
|
|
524
469
|
"comment": "transparent",
|
|
525
470
|
"public": true,
|
|
526
471
|
"usage": "Neutral accent",
|
|
@@ -529,7 +474,6 @@
|
|
|
529
474
|
},
|
|
530
475
|
"600": {
|
|
531
476
|
"value": "transparent",
|
|
532
|
-
"type": "semantic",
|
|
533
477
|
"comment": "transparent",
|
|
534
478
|
"public": true,
|
|
535
479
|
"usage": "Neutral accent",
|
|
@@ -538,7 +482,6 @@
|
|
|
538
482
|
},
|
|
539
483
|
"700": {
|
|
540
484
|
"value": "transparent",
|
|
541
|
-
"type": "semantic",
|
|
542
485
|
"comment": "transparent",
|
|
543
486
|
"public": true,
|
|
544
487
|
"usage": "Neutral accent",
|
|
@@ -547,7 +490,6 @@
|
|
|
547
490
|
},
|
|
548
491
|
"800": {
|
|
549
492
|
"value": "transparent",
|
|
550
|
-
"type": "semantic",
|
|
551
493
|
"comment": "transparent",
|
|
552
494
|
"public": true,
|
|
553
495
|
"usage": "Neutral accent",
|
|
@@ -556,7 +498,6 @@
|
|
|
556
498
|
},
|
|
557
499
|
"900": {
|
|
558
500
|
"value": "transparent",
|
|
559
|
-
"type": "semantic",
|
|
560
501
|
"comment": "transparent",
|
|
561
502
|
"public": true,
|
|
562
503
|
"usage": "Neutral accent",
|
|
@@ -565,7 +506,6 @@
|
|
|
565
506
|
},
|
|
566
507
|
"1000": {
|
|
567
508
|
"value": "transparent",
|
|
568
|
-
"type": "semantic",
|
|
569
509
|
"comment": "transparent",
|
|
570
510
|
"public": true,
|
|
571
511
|
"usage": "Neutral accent",
|
|
@@ -576,7 +516,6 @@
|
|
|
576
516
|
"turquoise": {
|
|
577
517
|
"100": {
|
|
578
518
|
"value": "transparent",
|
|
579
|
-
"type": "semantic",
|
|
580
519
|
"comment": "transparent",
|
|
581
520
|
"public": true,
|
|
582
521
|
"usage": "Neutral accent",
|
|
@@ -585,7 +524,6 @@
|
|
|
585
524
|
},
|
|
586
525
|
"200": {
|
|
587
526
|
"value": "transparent",
|
|
588
|
-
"type": "semantic",
|
|
589
527
|
"comment": "transparent",
|
|
590
528
|
"public": true,
|
|
591
529
|
"usage": "Neutral accent",
|
|
@@ -594,7 +532,6 @@
|
|
|
594
532
|
},
|
|
595
533
|
"300": {
|
|
596
534
|
"value": "transparent",
|
|
597
|
-
"type": "semantic",
|
|
598
535
|
"comment": "transparent",
|
|
599
536
|
"public": true,
|
|
600
537
|
"usage": "Neutral accent",
|
|
@@ -603,7 +540,6 @@
|
|
|
603
540
|
},
|
|
604
541
|
"400": {
|
|
605
542
|
"value": "transparent",
|
|
606
|
-
"type": "semantic",
|
|
607
543
|
"comment": "transparent",
|
|
608
544
|
"public": true,
|
|
609
545
|
"usage": "Neutral accent",
|
|
@@ -612,7 +548,6 @@
|
|
|
612
548
|
},
|
|
613
549
|
"500": {
|
|
614
550
|
"value": "transparent",
|
|
615
|
-
"type": "semantic",
|
|
616
551
|
"comment": "transparent",
|
|
617
552
|
"public": true,
|
|
618
553
|
"usage": "Neutral accent",
|
|
@@ -621,7 +556,6 @@
|
|
|
621
556
|
},
|
|
622
557
|
"600": {
|
|
623
558
|
"value": "transparent",
|
|
624
|
-
"type": "semantic",
|
|
625
559
|
"comment": "transparent",
|
|
626
560
|
"public": true,
|
|
627
561
|
"usage": "Neutral accent",
|
|
@@ -630,7 +564,6 @@
|
|
|
630
564
|
},
|
|
631
565
|
"700": {
|
|
632
566
|
"value": "transparent",
|
|
633
|
-
"type": "semantic",
|
|
634
567
|
"comment": "transparent",
|
|
635
568
|
"public": true,
|
|
636
569
|
"usage": "Neutral accent",
|
|
@@ -639,7 +572,6 @@
|
|
|
639
572
|
},
|
|
640
573
|
"800": {
|
|
641
574
|
"value": "transparent",
|
|
642
|
-
"type": "semantic",
|
|
643
575
|
"comment": "transparent",
|
|
644
576
|
"public": true,
|
|
645
577
|
"usage": "Neutral accent",
|
|
@@ -648,7 +580,6 @@
|
|
|
648
580
|
},
|
|
649
581
|
"900": {
|
|
650
582
|
"value": "transparent",
|
|
651
|
-
"type": "semantic",
|
|
652
583
|
"comment": "transparent",
|
|
653
584
|
"public": true,
|
|
654
585
|
"usage": "Neutral accent",
|
|
@@ -657,7 +588,6 @@
|
|
|
657
588
|
},
|
|
658
589
|
"1000": {
|
|
659
590
|
"value": "transparent",
|
|
660
|
-
"type": "semantic",
|
|
661
591
|
"comment": "transparent",
|
|
662
592
|
"public": true,
|
|
663
593
|
"usage": "Neutral accent",
|
|
@@ -668,7 +598,6 @@
|
|
|
668
598
|
"cyan": {
|
|
669
599
|
"100": {
|
|
670
600
|
"value": "transparent",
|
|
671
|
-
"type": "semantic",
|
|
672
601
|
"comment": "transparent",
|
|
673
602
|
"public": true,
|
|
674
603
|
"usage": "Neutral accent",
|
|
@@ -677,7 +606,6 @@
|
|
|
677
606
|
},
|
|
678
607
|
"200": {
|
|
679
608
|
"value": "transparent",
|
|
680
|
-
"type": "semantic",
|
|
681
609
|
"comment": "transparent",
|
|
682
610
|
"public": true,
|
|
683
611
|
"usage": "Neutral accent",
|
|
@@ -686,7 +614,6 @@
|
|
|
686
614
|
},
|
|
687
615
|
"300": {
|
|
688
616
|
"value": "transparent",
|
|
689
|
-
"type": "semantic",
|
|
690
617
|
"comment": "transparent",
|
|
691
618
|
"public": true,
|
|
692
619
|
"usage": "Neutral accent",
|
|
@@ -695,7 +622,6 @@
|
|
|
695
622
|
},
|
|
696
623
|
"400": {
|
|
697
624
|
"value": "transparent",
|
|
698
|
-
"type": "semantic",
|
|
699
625
|
"comment": "transparent",
|
|
700
626
|
"public": true,
|
|
701
627
|
"usage": "Neutral accent",
|
|
@@ -704,7 +630,6 @@
|
|
|
704
630
|
},
|
|
705
631
|
"500": {
|
|
706
632
|
"value": "transparent",
|
|
707
|
-
"type": "semantic",
|
|
708
633
|
"comment": "transparent",
|
|
709
634
|
"public": true,
|
|
710
635
|
"usage": "Neutral accent",
|
|
@@ -713,7 +638,6 @@
|
|
|
713
638
|
},
|
|
714
639
|
"600": {
|
|
715
640
|
"value": "transparent",
|
|
716
|
-
"type": "semantic",
|
|
717
641
|
"comment": "transparent",
|
|
718
642
|
"public": true,
|
|
719
643
|
"usage": "Neutral accent",
|
|
@@ -722,7 +646,6 @@
|
|
|
722
646
|
},
|
|
723
647
|
"700": {
|
|
724
648
|
"value": "transparent",
|
|
725
|
-
"type": "semantic",
|
|
726
649
|
"comment": "transparent",
|
|
727
650
|
"public": true,
|
|
728
651
|
"usage": "Neutral accent",
|
|
@@ -731,7 +654,6 @@
|
|
|
731
654
|
},
|
|
732
655
|
"800": {
|
|
733
656
|
"value": "transparent",
|
|
734
|
-
"type": "semantic",
|
|
735
657
|
"comment": "transparent",
|
|
736
658
|
"public": true,
|
|
737
659
|
"usage": "Neutral accent",
|
|
@@ -740,7 +662,6 @@
|
|
|
740
662
|
},
|
|
741
663
|
"900": {
|
|
742
664
|
"value": "transparent",
|
|
743
|
-
"type": "semantic",
|
|
744
665
|
"comment": "transparent",
|
|
745
666
|
"public": true,
|
|
746
667
|
"usage": "Neutral accent",
|
|
@@ -749,7 +670,6 @@
|
|
|
749
670
|
},
|
|
750
671
|
"1000": {
|
|
751
672
|
"value": "transparent",
|
|
752
|
-
"type": "semantic",
|
|
753
673
|
"comment": "transparent",
|
|
754
674
|
"public": true,
|
|
755
675
|
"usage": "Neutral accent",
|
|
@@ -760,7 +680,6 @@
|
|
|
760
680
|
"blue": {
|
|
761
681
|
"100": {
|
|
762
682
|
"value": "transparent",
|
|
763
|
-
"type": "semantic",
|
|
764
683
|
"comment": "transparent",
|
|
765
684
|
"public": true,
|
|
766
685
|
"usage": "Neutral accent",
|
|
@@ -769,7 +688,6 @@
|
|
|
769
688
|
},
|
|
770
689
|
"200": {
|
|
771
690
|
"value": "transparent",
|
|
772
|
-
"type": "semantic",
|
|
773
691
|
"comment": "transparent",
|
|
774
692
|
"public": true,
|
|
775
693
|
"usage": "Neutral accent",
|
|
@@ -778,7 +696,6 @@
|
|
|
778
696
|
},
|
|
779
697
|
"300": {
|
|
780
698
|
"value": "transparent",
|
|
781
|
-
"type": "semantic",
|
|
782
699
|
"comment": "transparent",
|
|
783
700
|
"public": true,
|
|
784
701
|
"usage": "Neutral accent",
|
|
@@ -787,7 +704,6 @@
|
|
|
787
704
|
},
|
|
788
705
|
"400": {
|
|
789
706
|
"value": "transparent",
|
|
790
|
-
"type": "semantic",
|
|
791
707
|
"comment": "transparent",
|
|
792
708
|
"public": true,
|
|
793
709
|
"usage": "Neutral accent",
|
|
@@ -796,7 +712,6 @@
|
|
|
796
712
|
},
|
|
797
713
|
"500": {
|
|
798
714
|
"value": "transparent",
|
|
799
|
-
"type": "semantic",
|
|
800
715
|
"comment": "transparent",
|
|
801
716
|
"public": true,
|
|
802
717
|
"usage": "Neutral accent",
|
|
@@ -805,7 +720,6 @@
|
|
|
805
720
|
},
|
|
806
721
|
"600": {
|
|
807
722
|
"value": "transparent",
|
|
808
|
-
"type": "semantic",
|
|
809
723
|
"comment": "transparent",
|
|
810
724
|
"public": true,
|
|
811
725
|
"usage": "Neutral accent",
|
|
@@ -814,7 +728,6 @@
|
|
|
814
728
|
},
|
|
815
729
|
"700": {
|
|
816
730
|
"value": "transparent",
|
|
817
|
-
"type": "semantic",
|
|
818
731
|
"comment": "transparent",
|
|
819
732
|
"public": true,
|
|
820
733
|
"usage": "Neutral accent",
|
|
@@ -823,7 +736,6 @@
|
|
|
823
736
|
},
|
|
824
737
|
"800": {
|
|
825
738
|
"value": "transparent",
|
|
826
|
-
"type": "semantic",
|
|
827
739
|
"comment": "transparent",
|
|
828
740
|
"public": true,
|
|
829
741
|
"usage": "Neutral accent",
|
|
@@ -832,7 +744,6 @@
|
|
|
832
744
|
},
|
|
833
745
|
"900": {
|
|
834
746
|
"value": "transparent",
|
|
835
|
-
"type": "semantic",
|
|
836
747
|
"comment": "transparent",
|
|
837
748
|
"public": true,
|
|
838
749
|
"usage": "Neutral accent",
|
|
@@ -841,7 +752,6 @@
|
|
|
841
752
|
},
|
|
842
753
|
"1000": {
|
|
843
754
|
"value": "transparent",
|
|
844
|
-
"type": "semantic",
|
|
845
755
|
"comment": "transparent",
|
|
846
756
|
"public": true,
|
|
847
757
|
"usage": "Neutral accent",
|
|
@@ -852,7 +762,6 @@
|
|
|
852
762
|
"navy": {
|
|
853
763
|
"100": {
|
|
854
764
|
"value": "transparent",
|
|
855
|
-
"type": "semantic",
|
|
856
765
|
"comment": "transparent",
|
|
857
766
|
"public": true,
|
|
858
767
|
"usage": "Neutral accent",
|
|
@@ -861,7 +770,6 @@
|
|
|
861
770
|
},
|
|
862
771
|
"200": {
|
|
863
772
|
"value": "transparent",
|
|
864
|
-
"type": "semantic",
|
|
865
773
|
"comment": "transparent",
|
|
866
774
|
"public": true,
|
|
867
775
|
"usage": "Neutral accent",
|
|
@@ -870,7 +778,6 @@
|
|
|
870
778
|
},
|
|
871
779
|
"300": {
|
|
872
780
|
"value": "transparent",
|
|
873
|
-
"type": "semantic",
|
|
874
781
|
"comment": "transparent",
|
|
875
782
|
"public": true,
|
|
876
783
|
"usage": "Neutral accent",
|
|
@@ -879,7 +786,6 @@
|
|
|
879
786
|
},
|
|
880
787
|
"400": {
|
|
881
788
|
"value": "transparent",
|
|
882
|
-
"type": "semantic",
|
|
883
789
|
"comment": "transparent",
|
|
884
790
|
"public": true,
|
|
885
791
|
"usage": "Neutral accent",
|
|
@@ -888,7 +794,6 @@
|
|
|
888
794
|
},
|
|
889
795
|
"500": {
|
|
890
796
|
"value": "transparent",
|
|
891
|
-
"type": "semantic",
|
|
892
797
|
"comment": "transparent",
|
|
893
798
|
"public": true,
|
|
894
799
|
"usage": "Neutral accent",
|
|
@@ -897,7 +802,6 @@
|
|
|
897
802
|
},
|
|
898
803
|
"600": {
|
|
899
804
|
"value": "transparent",
|
|
900
|
-
"type": "semantic",
|
|
901
805
|
"comment": "transparent",
|
|
902
806
|
"public": true,
|
|
903
807
|
"usage": "Neutral accent",
|
|
@@ -906,7 +810,6 @@
|
|
|
906
810
|
},
|
|
907
811
|
"700": {
|
|
908
812
|
"value": "transparent",
|
|
909
|
-
"type": "semantic",
|
|
910
813
|
"comment": "transparent",
|
|
911
814
|
"public": true,
|
|
912
815
|
"usage": "Neutral accent",
|
|
@@ -915,7 +818,6 @@
|
|
|
915
818
|
},
|
|
916
819
|
"800": {
|
|
917
820
|
"value": "transparent",
|
|
918
|
-
"type": "semantic",
|
|
919
821
|
"comment": "transparent",
|
|
920
822
|
"public": true,
|
|
921
823
|
"usage": "Neutral accent",
|
|
@@ -924,7 +826,6 @@
|
|
|
924
826
|
},
|
|
925
827
|
"900": {
|
|
926
828
|
"value": "transparent",
|
|
927
|
-
"type": "semantic",
|
|
928
829
|
"comment": "transparent",
|
|
929
830
|
"public": true,
|
|
930
831
|
"usage": "Neutral accent",
|
|
@@ -933,7 +834,6 @@
|
|
|
933
834
|
},
|
|
934
835
|
"1000": {
|
|
935
836
|
"value": "transparent",
|
|
936
|
-
"type": "semantic",
|
|
937
837
|
"comment": "transparent",
|
|
938
838
|
"public": true,
|
|
939
839
|
"usage": "Neutral accent",
|
|
@@ -944,7 +844,6 @@
|
|
|
944
844
|
"purple": {
|
|
945
845
|
"100": {
|
|
946
846
|
"value": "transparent",
|
|
947
|
-
"type": "semantic",
|
|
948
847
|
"comment": "transparent",
|
|
949
848
|
"public": true,
|
|
950
849
|
"usage": "Neutral accent",
|
|
@@ -953,7 +852,6 @@
|
|
|
953
852
|
},
|
|
954
853
|
"200": {
|
|
955
854
|
"value": "transparent",
|
|
956
|
-
"type": "semantic",
|
|
957
855
|
"comment": "transparent",
|
|
958
856
|
"public": true,
|
|
959
857
|
"usage": "Neutral accent",
|
|
@@ -962,7 +860,6 @@
|
|
|
962
860
|
},
|
|
963
861
|
"300": {
|
|
964
862
|
"value": "transparent",
|
|
965
|
-
"type": "semantic",
|
|
966
863
|
"comment": "transparent",
|
|
967
864
|
"public": true,
|
|
968
865
|
"usage": "Neutral accent",
|
|
@@ -971,7 +868,6 @@
|
|
|
971
868
|
},
|
|
972
869
|
"400": {
|
|
973
870
|
"value": "transparent",
|
|
974
|
-
"type": "semantic",
|
|
975
871
|
"comment": "transparent",
|
|
976
872
|
"public": true,
|
|
977
873
|
"usage": "Neutral accent",
|
|
@@ -980,7 +876,6 @@
|
|
|
980
876
|
},
|
|
981
877
|
"500": {
|
|
982
878
|
"value": "transparent",
|
|
983
|
-
"type": "semantic",
|
|
984
879
|
"comment": "transparent",
|
|
985
880
|
"public": true,
|
|
986
881
|
"usage": "Neutral accent",
|
|
@@ -989,7 +884,6 @@
|
|
|
989
884
|
},
|
|
990
885
|
"600": {
|
|
991
886
|
"value": "transparent",
|
|
992
|
-
"type": "semantic",
|
|
993
887
|
"comment": "transparent",
|
|
994
888
|
"public": true,
|
|
995
889
|
"usage": "Neutral accent",
|
|
@@ -998,7 +892,6 @@
|
|
|
998
892
|
},
|
|
999
893
|
"700": {
|
|
1000
894
|
"value": "transparent",
|
|
1001
|
-
"type": "semantic",
|
|
1002
895
|
"comment": "transparent",
|
|
1003
896
|
"public": true,
|
|
1004
897
|
"usage": "Neutral accent",
|
|
@@ -1007,7 +900,6 @@
|
|
|
1007
900
|
},
|
|
1008
901
|
"800": {
|
|
1009
902
|
"value": "transparent",
|
|
1010
|
-
"type": "semantic",
|
|
1011
903
|
"comment": "transparent",
|
|
1012
904
|
"public": true,
|
|
1013
905
|
"usage": "Neutral accent",
|
|
@@ -1016,7 +908,6 @@
|
|
|
1016
908
|
},
|
|
1017
909
|
"900": {
|
|
1018
910
|
"value": "transparent",
|
|
1019
|
-
"type": "semantic",
|
|
1020
911
|
"comment": "transparent",
|
|
1021
912
|
"public": true,
|
|
1022
913
|
"usage": "Neutral accent",
|
|
@@ -1025,7 +916,6 @@
|
|
|
1025
916
|
},
|
|
1026
917
|
"1000": {
|
|
1027
918
|
"value": "transparent",
|
|
1028
|
-
"type": "semantic",
|
|
1029
919
|
"comment": "transparent",
|
|
1030
920
|
"public": true,
|
|
1031
921
|
"usage": "Neutral accent",
|
|
@@ -1036,7 +926,6 @@
|
|
|
1036
926
|
"pink": {
|
|
1037
927
|
"100": {
|
|
1038
928
|
"value": "transparent",
|
|
1039
|
-
"type": "semantic",
|
|
1040
929
|
"comment": "transparent",
|
|
1041
930
|
"public": true,
|
|
1042
931
|
"usage": "Neutral accent",
|
|
@@ -1045,7 +934,6 @@
|
|
|
1045
934
|
},
|
|
1046
935
|
"200": {
|
|
1047
936
|
"value": "transparent",
|
|
1048
|
-
"type": "semantic",
|
|
1049
937
|
"comment": "transparent",
|
|
1050
938
|
"public": true,
|
|
1051
939
|
"usage": "Neutral accent",
|
|
@@ -1054,7 +942,6 @@
|
|
|
1054
942
|
},
|
|
1055
943
|
"300": {
|
|
1056
944
|
"value": "transparent",
|
|
1057
|
-
"type": "semantic",
|
|
1058
945
|
"comment": "transparent",
|
|
1059
946
|
"public": true,
|
|
1060
947
|
"usage": "Neutral accent",
|
|
@@ -1063,7 +950,6 @@
|
|
|
1063
950
|
},
|
|
1064
951
|
"400": {
|
|
1065
952
|
"value": "transparent",
|
|
1066
|
-
"type": "semantic",
|
|
1067
953
|
"comment": "transparent",
|
|
1068
954
|
"public": true,
|
|
1069
955
|
"usage": "Neutral accent",
|
|
@@ -1072,7 +958,6 @@
|
|
|
1072
958
|
},
|
|
1073
959
|
"500": {
|
|
1074
960
|
"value": "transparent",
|
|
1075
|
-
"type": "semantic",
|
|
1076
961
|
"comment": "transparent",
|
|
1077
962
|
"public": true,
|
|
1078
963
|
"usage": "Neutral accent",
|
|
@@ -1081,7 +966,6 @@
|
|
|
1081
966
|
},
|
|
1082
967
|
"600": {
|
|
1083
968
|
"value": "transparent",
|
|
1084
|
-
"type": "semantic",
|
|
1085
969
|
"comment": "transparent",
|
|
1086
970
|
"public": true,
|
|
1087
971
|
"usage": "Neutral accent",
|
|
@@ -1090,7 +974,6 @@
|
|
|
1090
974
|
},
|
|
1091
975
|
"700": {
|
|
1092
976
|
"value": "transparent",
|
|
1093
|
-
"type": "semantic",
|
|
1094
977
|
"comment": "transparent",
|
|
1095
978
|
"public": true,
|
|
1096
979
|
"usage": "Neutral accent",
|
|
@@ -1099,7 +982,6 @@
|
|
|
1099
982
|
},
|
|
1100
983
|
"800": {
|
|
1101
984
|
"value": "transparent",
|
|
1102
|
-
"type": "semantic",
|
|
1103
985
|
"comment": "transparent",
|
|
1104
986
|
"public": true,
|
|
1105
987
|
"usage": "Neutral accent",
|
|
@@ -1108,7 +990,6 @@
|
|
|
1108
990
|
},
|
|
1109
991
|
"900": {
|
|
1110
992
|
"value": "transparent",
|
|
1111
|
-
"type": "semantic",
|
|
1112
993
|
"comment": "transparent",
|
|
1113
994
|
"public": true,
|
|
1114
995
|
"usage": "Neutral accent",
|
|
@@ -1117,7 +998,6 @@
|
|
|
1117
998
|
},
|
|
1118
999
|
"1000": {
|
|
1119
1000
|
"value": "transparent",
|
|
1120
|
-
"type": "semantic",
|
|
1121
1001
|
"comment": "transparent",
|
|
1122
1002
|
"public": true,
|
|
1123
1003
|
"usage": "Neutral accent",
|
|
@@ -1128,7 +1008,6 @@
|
|
|
1128
1008
|
"midnight": {
|
|
1129
1009
|
"100": {
|
|
1130
1010
|
"value": "transparent",
|
|
1131
|
-
"type": "semantic",
|
|
1132
1011
|
"comment": "transparent",
|
|
1133
1012
|
"public": true,
|
|
1134
1013
|
"neutral": true,
|
|
@@ -1140,7 +1019,6 @@
|
|
|
1140
1019
|
},
|
|
1141
1020
|
"200": {
|
|
1142
1021
|
"value": "transparent",
|
|
1143
|
-
"type": "semantic",
|
|
1144
1022
|
"comment": "transparent",
|
|
1145
1023
|
"public": true,
|
|
1146
1024
|
"neutral": true,
|
|
@@ -1152,7 +1030,6 @@
|
|
|
1152
1030
|
},
|
|
1153
1031
|
"300": {
|
|
1154
1032
|
"value": "transparent",
|
|
1155
|
-
"type": "semantic",
|
|
1156
1033
|
"comment": "transparent",
|
|
1157
1034
|
"public": true,
|
|
1158
1035
|
"neutral": true,
|
|
@@ -1164,7 +1041,6 @@
|
|
|
1164
1041
|
},
|
|
1165
1042
|
"400": {
|
|
1166
1043
|
"value": "transparent",
|
|
1167
|
-
"type": "semantic",
|
|
1168
1044
|
"comment": "transparent",
|
|
1169
1045
|
"public": true,
|
|
1170
1046
|
"neutral": true,
|
|
@@ -1176,7 +1052,6 @@
|
|
|
1176
1052
|
},
|
|
1177
1053
|
"500": {
|
|
1178
1054
|
"value": "transparent",
|
|
1179
|
-
"type": "semantic",
|
|
1180
1055
|
"comment": "transparent",
|
|
1181
1056
|
"public": true,
|
|
1182
1057
|
"neutral": true,
|
|
@@ -1190,7 +1065,6 @@
|
|
|
1190
1065
|
"atlas": {
|
|
1191
1066
|
"100": {
|
|
1192
1067
|
"value": "transparent",
|
|
1193
|
-
"type": "semantic",
|
|
1194
1068
|
"comment": "transparent",
|
|
1195
1069
|
"public": true,
|
|
1196
1070
|
"neutral": true,
|
|
@@ -1202,7 +1076,6 @@
|
|
|
1202
1076
|
},
|
|
1203
1077
|
"200": {
|
|
1204
1078
|
"value": "transparent",
|
|
1205
|
-
"type": "semantic",
|
|
1206
1079
|
"comment": "transparent",
|
|
1207
1080
|
"public": true,
|
|
1208
1081
|
"neutral": true,
|
|
@@ -1214,7 +1087,6 @@
|
|
|
1214
1087
|
},
|
|
1215
1088
|
"300": {
|
|
1216
1089
|
"value": "transparent",
|
|
1217
|
-
"type": "semantic",
|
|
1218
1090
|
"comment": "transparent",
|
|
1219
1091
|
"public": true,
|
|
1220
1092
|
"neutral": true,
|
|
@@ -1226,7 +1098,6 @@
|
|
|
1226
1098
|
},
|
|
1227
1099
|
"400": {
|
|
1228
1100
|
"value": "transparent",
|
|
1229
|
-
"type": "semantic",
|
|
1230
1101
|
"comment": "transparent",
|
|
1231
1102
|
"public": true,
|
|
1232
1103
|
"neutral": true,
|
|
@@ -1238,7 +1109,6 @@
|
|
|
1238
1109
|
},
|
|
1239
1110
|
"400-opacity-20": {
|
|
1240
1111
|
"value": "transparent",
|
|
1241
|
-
"type": "semantic",
|
|
1242
1112
|
"comment": "transparent",
|
|
1243
1113
|
"opacity": true,
|
|
1244
1114
|
"public": true,
|
|
@@ -1251,7 +1121,6 @@
|
|
|
1251
1121
|
},
|
|
1252
1122
|
"500": {
|
|
1253
1123
|
"value": "transparent",
|
|
1254
|
-
"type": "semantic",
|
|
1255
1124
|
"comment": "transparent",
|
|
1256
1125
|
"public": true,
|
|
1257
1126
|
"neutral": true,
|
|
@@ -1265,7 +1134,6 @@
|
|
|
1265
1134
|
"breeze": {
|
|
1266
1135
|
"100": {
|
|
1267
1136
|
"value": "transparent",
|
|
1268
|
-
"type": "semantic",
|
|
1269
1137
|
"comment": "transparent",
|
|
1270
1138
|
"public": true,
|
|
1271
1139
|
"neutral": true,
|
|
@@ -1277,7 +1145,6 @@
|
|
|
1277
1145
|
},
|
|
1278
1146
|
"200": {
|
|
1279
1147
|
"value": "transparent",
|
|
1280
|
-
"type": "semantic",
|
|
1281
1148
|
"comment": "transparent",
|
|
1282
1149
|
"public": true,
|
|
1283
1150
|
"neutral": true,
|
|
@@ -1289,7 +1156,6 @@
|
|
|
1289
1156
|
},
|
|
1290
1157
|
"300": {
|
|
1291
1158
|
"value": "transparent",
|
|
1292
|
-
"type": "semantic",
|
|
1293
1159
|
"comment": "transparent",
|
|
1294
1160
|
"public": true,
|
|
1295
1161
|
"neutral": true,
|
|
@@ -1301,7 +1167,6 @@
|
|
|
1301
1167
|
},
|
|
1302
1168
|
"300-opacity-30": {
|
|
1303
1169
|
"value": "transparent",
|
|
1304
|
-
"type": "semantic",
|
|
1305
1170
|
"comment": "transparent",
|
|
1306
1171
|
"public": true,
|
|
1307
1172
|
"neutral": true,
|
|
@@ -1313,7 +1178,6 @@
|
|
|
1313
1178
|
},
|
|
1314
1179
|
"400": {
|
|
1315
1180
|
"value": "transparent",
|
|
1316
|
-
"type": "semantic",
|
|
1317
1181
|
"comment": "transparent",
|
|
1318
1182
|
"public": true,
|
|
1319
1183
|
"neutral": true,
|
|
@@ -1325,7 +1189,6 @@
|
|
|
1325
1189
|
},
|
|
1326
1190
|
"500": {
|
|
1327
1191
|
"value": "transparent",
|
|
1328
|
-
"type": "semantic",
|
|
1329
1192
|
"comment": "transparent",
|
|
1330
1193
|
"public": true,
|
|
1331
1194
|
"neutral": true,
|
|
@@ -1339,7 +1202,6 @@
|
|
|
1339
1202
|
"tropical": {
|
|
1340
1203
|
"100": {
|
|
1341
1204
|
"value": "transparent",
|
|
1342
|
-
"type": "semantic",
|
|
1343
1205
|
"comment": "transparent",
|
|
1344
1206
|
"public": true,
|
|
1345
1207
|
"neutral": true,
|
|
@@ -1351,7 +1213,6 @@
|
|
|
1351
1213
|
},
|
|
1352
1214
|
"200": {
|
|
1353
1215
|
"value": "transparent",
|
|
1354
|
-
"type": "semantic",
|
|
1355
1216
|
"comment": "transparent",
|
|
1356
1217
|
"public": true,
|
|
1357
1218
|
"neutral": true,
|
|
@@ -1363,7 +1224,6 @@
|
|
|
1363
1224
|
},
|
|
1364
1225
|
"300": {
|
|
1365
1226
|
"value": "transparent",
|
|
1366
|
-
"type": "semantic",
|
|
1367
1227
|
"comment": "transparent",
|
|
1368
1228
|
"public": true,
|
|
1369
1229
|
"neutral": true,
|
|
@@ -1375,7 +1235,6 @@
|
|
|
1375
1235
|
},
|
|
1376
1236
|
"400": {
|
|
1377
1237
|
"value": "transparent",
|
|
1378
|
-
"type": "semantic",
|
|
1379
1238
|
"comment": "transparent",
|
|
1380
1239
|
"public": true,
|
|
1381
1240
|
"neutral": true,
|
|
@@ -1387,7 +1246,6 @@
|
|
|
1387
1246
|
},
|
|
1388
1247
|
"500": {
|
|
1389
1248
|
"value": "transparent",
|
|
1390
|
-
"type": "semantic",
|
|
1391
1249
|
"comment": "transparent",
|
|
1392
1250
|
"public": true,
|
|
1393
1251
|
"neutral": true,
|
|
@@ -1401,7 +1259,6 @@
|
|
|
1401
1259
|
"alpine": {
|
|
1402
1260
|
"100": {
|
|
1403
1261
|
"value": "transparent",
|
|
1404
|
-
"type": "semantic",
|
|
1405
1262
|
"comment": "transparent",
|
|
1406
1263
|
"public": true,
|
|
1407
1264
|
"neutral": true,
|
|
@@ -1413,7 +1270,6 @@
|
|
|
1413
1270
|
},
|
|
1414
1271
|
"200": {
|
|
1415
1272
|
"value": "transparent",
|
|
1416
|
-
"type": "semantic",
|
|
1417
1273
|
"comment": "transparent",
|
|
1418
1274
|
"public": true,
|
|
1419
1275
|
"neutral": true,
|
|
@@ -1425,7 +1281,6 @@
|
|
|
1425
1281
|
},
|
|
1426
1282
|
"300": {
|
|
1427
1283
|
"value": "transparent",
|
|
1428
|
-
"type": "semantic",
|
|
1429
1284
|
"comment": "transparent",
|
|
1430
1285
|
"public": true,
|
|
1431
1286
|
"neutral": true,
|
|
@@ -1437,7 +1292,6 @@
|
|
|
1437
1292
|
},
|
|
1438
1293
|
"400": {
|
|
1439
1294
|
"value": "transparent",
|
|
1440
|
-
"type": "semantic",
|
|
1441
1295
|
"comment": "transparent",
|
|
1442
1296
|
"public": true,
|
|
1443
1297
|
"neutral": true,
|
|
@@ -1449,7 +1303,6 @@
|
|
|
1449
1303
|
},
|
|
1450
1304
|
"500": {
|
|
1451
1305
|
"value": "transparent",
|
|
1452
|
-
"type": "semantic",
|
|
1453
1306
|
"comment": "transparent",
|
|
1454
1307
|
"public": true,
|
|
1455
1308
|
"neutral": true,
|
|
@@ -1463,7 +1316,6 @@
|
|
|
1463
1316
|
"flamingo": {
|
|
1464
1317
|
"100": {
|
|
1465
1318
|
"value": "transparent",
|
|
1466
|
-
"type": "semantic",
|
|
1467
1319
|
"comment": "transparent",
|
|
1468
1320
|
"public": true,
|
|
1469
1321
|
"neutral": true,
|
|
@@ -1475,7 +1327,6 @@
|
|
|
1475
1327
|
},
|
|
1476
1328
|
"200": {
|
|
1477
1329
|
"value": "transparent",
|
|
1478
|
-
"type": "semantic",
|
|
1479
1330
|
"comment": "transparent",
|
|
1480
1331
|
"public": true,
|
|
1481
1332
|
"neutral": true,
|
|
@@ -1487,7 +1338,6 @@
|
|
|
1487
1338
|
},
|
|
1488
1339
|
"300": {
|
|
1489
1340
|
"value": "transparent",
|
|
1490
|
-
"type": "semantic",
|
|
1491
1341
|
"comment": "transparent",
|
|
1492
1342
|
"public": true,
|
|
1493
1343
|
"neutral": true,
|
|
@@ -1499,7 +1349,6 @@
|
|
|
1499
1349
|
},
|
|
1500
1350
|
"400": {
|
|
1501
1351
|
"value": "transparent",
|
|
1502
|
-
"type": "semantic",
|
|
1503
1352
|
"comment": "transparent",
|
|
1504
1353
|
"public": true,
|
|
1505
1354
|
"neutral": true,
|
|
@@ -1511,7 +1360,6 @@
|
|
|
1511
1360
|
},
|
|
1512
1361
|
"500": {
|
|
1513
1362
|
"value": "transparent",
|
|
1514
|
-
"type": "semantic",
|
|
1515
1363
|
"comment": "transparent",
|
|
1516
1364
|
"public": true,
|
|
1517
1365
|
"neutral": true,
|
|
@@ -1525,7 +1373,6 @@
|
|
|
1525
1373
|
"canyon": {
|
|
1526
1374
|
"100": {
|
|
1527
1375
|
"value": "transparent",
|
|
1528
|
-
"type": "semantic",
|
|
1529
1376
|
"comment": "transparent",
|
|
1530
1377
|
"public": true,
|
|
1531
1378
|
"neutral": true,
|
|
@@ -1537,7 +1384,6 @@
|
|
|
1537
1384
|
},
|
|
1538
1385
|
"200": {
|
|
1539
1386
|
"value": "transparent",
|
|
1540
|
-
"type": "semantic",
|
|
1541
1387
|
"comment": "transparent",
|
|
1542
1388
|
"public": true,
|
|
1543
1389
|
"neutral": true,
|
|
@@ -1549,7 +1395,6 @@
|
|
|
1549
1395
|
},
|
|
1550
1396
|
"300": {
|
|
1551
1397
|
"value": "transparent",
|
|
1552
|
-
"type": "semantic",
|
|
1553
1398
|
"comment": "transparent",
|
|
1554
1399
|
"public": true,
|
|
1555
1400
|
"neutral": true,
|
|
@@ -1561,7 +1406,6 @@
|
|
|
1561
1406
|
},
|
|
1562
1407
|
"400": {
|
|
1563
1408
|
"value": "transparent",
|
|
1564
|
-
"type": "semantic",
|
|
1565
1409
|
"comment": "transparent",
|
|
1566
1410
|
"public": true,
|
|
1567
1411
|
"neutral": true,
|
|
@@ -1573,7 +1417,6 @@
|
|
|
1573
1417
|
},
|
|
1574
1418
|
"500": {
|
|
1575
1419
|
"value": "transparent",
|
|
1576
|
-
"type": "semantic",
|
|
1577
1420
|
"comment": "transparent",
|
|
1578
1421
|
"public": true,
|
|
1579
1422
|
"neutral": true,
|
|
@@ -1587,7 +1430,6 @@
|
|
|
1587
1430
|
"goldcoast": {
|
|
1588
1431
|
"100": {
|
|
1589
1432
|
"value": "transparent",
|
|
1590
|
-
"type": "semantic",
|
|
1591
1433
|
"comment": "transparent",
|
|
1592
1434
|
"public": true,
|
|
1593
1435
|
"neutral": true,
|
|
@@ -1599,7 +1441,6 @@
|
|
|
1599
1441
|
},
|
|
1600
1442
|
"200": {
|
|
1601
1443
|
"value": "transparent",
|
|
1602
|
-
"type": "semantic",
|
|
1603
1444
|
"comment": "transparent",
|
|
1604
1445
|
"public": true,
|
|
1605
1446
|
"neutral": true,
|
|
@@ -1611,7 +1452,6 @@
|
|
|
1611
1452
|
},
|
|
1612
1453
|
"300": {
|
|
1613
1454
|
"value": "transparent",
|
|
1614
|
-
"type": "semantic",
|
|
1615
1455
|
"comment": "transparent",
|
|
1616
1456
|
"public": true,
|
|
1617
1457
|
"neutral": true,
|
|
@@ -1623,7 +1463,6 @@
|
|
|
1623
1463
|
},
|
|
1624
1464
|
"400": {
|
|
1625
1465
|
"value": "transparent",
|
|
1626
|
-
"type": "semantic",
|
|
1627
1466
|
"comment": "transparent",
|
|
1628
1467
|
"public": true,
|
|
1629
1468
|
"neutral": true,
|
|
@@ -1635,7 +1474,6 @@
|
|
|
1635
1474
|
},
|
|
1636
1475
|
"500": {
|
|
1637
1476
|
"value": "transparent",
|
|
1638
|
-
"type": "semantic",
|
|
1639
1477
|
"comment": "transparent",
|
|
1640
1478
|
"public": true,
|
|
1641
1479
|
"neutral": true,
|
|
@@ -1646,9 +1484,44 @@
|
|
|
1646
1484
|
"reference": "n/a"
|
|
1647
1485
|
}
|
|
1648
1486
|
},
|
|
1487
|
+
"goldgray": {
|
|
1488
|
+
"100": {
|
|
1489
|
+
"value": "transparent",
|
|
1490
|
+
"public": true,
|
|
1491
|
+
"usage": "Tier branding color",
|
|
1492
|
+
"deprecated": true,
|
|
1493
|
+
"version": "4.5.0",
|
|
1494
|
+
"reference": "n/a"
|
|
1495
|
+
},
|
|
1496
|
+
"200": {
|
|
1497
|
+
"value": "transparent",
|
|
1498
|
+
"public": true,
|
|
1499
|
+
"usage": "Tier branding color",
|
|
1500
|
+
"deprecated": true,
|
|
1501
|
+
"version": "4.5.0",
|
|
1502
|
+
"reference": "n/a"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"gold": {
|
|
1506
|
+
"100": {
|
|
1507
|
+
"value": "transparent",
|
|
1508
|
+
"public": true,
|
|
1509
|
+
"usage": "Tier branding color",
|
|
1510
|
+
"deprecated": true,
|
|
1511
|
+
"version": "4.5.0",
|
|
1512
|
+
"reference": "n/a"
|
|
1513
|
+
},
|
|
1514
|
+
"200": {
|
|
1515
|
+
"value": "transparent",
|
|
1516
|
+
"public": true,
|
|
1517
|
+
"usage": "Tier branding color",
|
|
1518
|
+
"deprecated": true,
|
|
1519
|
+
"version": "4.5.0",
|
|
1520
|
+
"reference": "n/a"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1649
1523
|
"emerald": {
|
|
1650
1524
|
"value": "transparent",
|
|
1651
|
-
"type": "semantic",
|
|
1652
1525
|
"public": true,
|
|
1653
1526
|
"usage": "Tier branding color",
|
|
1654
1527
|
"deprecated": true,
|
|
@@ -1657,7 +1530,6 @@
|
|
|
1657
1530
|
},
|
|
1658
1531
|
"sapphire": {
|
|
1659
1532
|
"value": "transparent",
|
|
1660
|
-
"type": "semantic",
|
|
1661
1533
|
"public": true,
|
|
1662
1534
|
"usage": "Tier branding color",
|
|
1663
1535
|
"deprecated": true,
|
|
@@ -1666,7 +1538,6 @@
|
|
|
1666
1538
|
},
|
|
1667
1539
|
"ruby": {
|
|
1668
1540
|
"value": "transparent",
|
|
1669
|
-
"type": "semantic",
|
|
1670
1541
|
"public": true,
|
|
1671
1542
|
"usage": "Tier branding color",
|
|
1672
1543
|
"deprecated": true,
|
|
@@ -1675,14 +1546,12 @@
|
|
|
1675
1546
|
},
|
|
1676
1547
|
"lounge": {
|
|
1677
1548
|
"value": "transparent",
|
|
1678
|
-
"type": "semantic",
|
|
1679
1549
|
"public": true,
|
|
1680
1550
|
"usage": "Tier branding color",
|
|
1681
1551
|
"deprecated": false
|
|
1682
1552
|
},
|
|
1683
1553
|
"loungeplus": {
|
|
1684
1554
|
"value": "transparent",
|
|
1685
|
-
"type": "semantic",
|
|
1686
1555
|
"public": true,
|
|
1687
1556
|
"usage": "Tier branding color",
|
|
1688
1557
|
"deprecated": false
|