@sage/design-tokens 2.31.0 → 2.34.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.
- package/android/base.xml +100 -98
- package/css/base.css +100 -98
- package/data/tokens.json +852 -840
- package/docs/tokens/base/colors/index.html +1275 -1233
- package/docs/tokens/base/index.html +1275 -1233
- package/docs/tokens/index.html +1275 -1233
- package/ios/base.h +100 -98
- package/js/base/common.d.ts +99 -97
- package/js/base/common.js +100 -98
- package/js/base/es6.d.ts +99 -97
- package/js/base/es6.js +99 -97
- package/package.json +1 -1
- package/sage-design-tokens-2.34.0.tgz +0 -0
- package/scss/base.scss +100 -98
- package/sage-design-tokens-2.31.0.tgz +0 -0
package/data/tokens.json
CHANGED
|
@@ -11,495 +11,179 @@
|
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"colors": {
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"750": {
|
|
80
|
-
"value": "#404040ff",
|
|
81
|
-
"type": "color",
|
|
82
|
-
"description": "origin"
|
|
83
|
-
},
|
|
84
|
-
"850": {
|
|
85
|
-
"value": "#262626ff",
|
|
86
|
-
"type": "color",
|
|
87
|
-
"description": "origin"
|
|
88
|
-
},
|
|
89
|
-
"900": {
|
|
90
|
-
"value": "#191919ff",
|
|
91
|
-
"type": "color",
|
|
92
|
-
"description": "origin"
|
|
93
|
-
},
|
|
94
|
-
"1000": {
|
|
95
|
-
"value": "#000000ff",
|
|
96
|
-
"type": "color",
|
|
97
|
-
"description": "origin"
|
|
98
|
-
},
|
|
99
|
-
"000": {
|
|
100
|
-
"value": "#ffffffff",
|
|
101
|
-
"description": "origin (not to be confused with yang tokens)",
|
|
102
|
-
"type": "color"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"disabled": {
|
|
106
|
-
"400": {
|
|
107
|
-
"value": "#f2f5f6ff",
|
|
108
|
-
"type": "color",
|
|
109
|
-
"description": "origin"
|
|
14
|
+
"utility": {
|
|
15
|
+
"major": {
|
|
16
|
+
"100": {
|
|
17
|
+
"value": "#ccd6dbff",
|
|
18
|
+
"type": "color",
|
|
19
|
+
"description": "#CCD6DB "
|
|
20
|
+
},
|
|
21
|
+
"150": {
|
|
22
|
+
"value": "#b3c2c9ff",
|
|
23
|
+
"type": "color",
|
|
24
|
+
"description": "#B3C2C9"
|
|
25
|
+
},
|
|
26
|
+
"200": {
|
|
27
|
+
"value": "#99adb7ff",
|
|
28
|
+
"type": "color",
|
|
29
|
+
"description": "#99ADB7 "
|
|
30
|
+
},
|
|
31
|
+
"300": {
|
|
32
|
+
"value": "#668494ff",
|
|
33
|
+
"type": "color",
|
|
34
|
+
"description": "#668494"
|
|
35
|
+
},
|
|
36
|
+
"400": {
|
|
37
|
+
"value": "#335b70ff",
|
|
38
|
+
"type": "color",
|
|
39
|
+
"description": "#335B70"
|
|
40
|
+
},
|
|
41
|
+
"500": {
|
|
42
|
+
"value": "#00324cff",
|
|
43
|
+
"type": "color",
|
|
44
|
+
"description": "#00324C"
|
|
45
|
+
},
|
|
46
|
+
"800": {
|
|
47
|
+
"value": "#00141eff",
|
|
48
|
+
"type": "color",
|
|
49
|
+
"description": "#00141E"
|
|
50
|
+
},
|
|
51
|
+
"025": {
|
|
52
|
+
"value": "#f2f5f6ff",
|
|
53
|
+
"type": "color",
|
|
54
|
+
"description": "#F2F5F6"
|
|
55
|
+
},
|
|
56
|
+
"010": {
|
|
57
|
+
"value": "#fafbfbff",
|
|
58
|
+
"type": "color",
|
|
59
|
+
"description": ""
|
|
60
|
+
},
|
|
61
|
+
"040": {
|
|
62
|
+
"value": "#edf1f2ff",
|
|
63
|
+
"type": "color"
|
|
64
|
+
},
|
|
65
|
+
"050": {
|
|
66
|
+
"value": "#e6ebedff",
|
|
67
|
+
"type": "color",
|
|
68
|
+
"description": "#E6EBED"
|
|
69
|
+
},
|
|
70
|
+
"075": {
|
|
71
|
+
"value": "#d9e0e4ff",
|
|
72
|
+
"type": "color",
|
|
73
|
+
"description": "#D9E0E4"
|
|
74
|
+
},
|
|
75
|
+
"transparent": {
|
|
76
|
+
"value": "#00000000",
|
|
77
|
+
"type": "color"
|
|
78
|
+
}
|
|
110
79
|
},
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
80
|
+
"yin": {
|
|
81
|
+
"030": {
|
|
82
|
+
"value": "#0000004d",
|
|
83
|
+
"type": "color"
|
|
84
|
+
},
|
|
85
|
+
"055": {
|
|
86
|
+
"value": "#0000008c",
|
|
87
|
+
"type": "color"
|
|
88
|
+
},
|
|
89
|
+
"065": {
|
|
90
|
+
"value": "#000000a6",
|
|
91
|
+
"type": "color"
|
|
92
|
+
},
|
|
93
|
+
"090": {
|
|
94
|
+
"value": "#000000e6",
|
|
95
|
+
"type": "color"
|
|
96
|
+
}
|
|
115
97
|
},
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
},
|
|
122
|
-
"readOnly": {
|
|
123
|
-
"400": {
|
|
124
|
-
"value": "#f2f5f6ff",
|
|
125
|
-
"type": "color",
|
|
126
|
-
"description": "origin"
|
|
98
|
+
"yang": {
|
|
99
|
+
"100": {
|
|
100
|
+
"value": "#ffffffff",
|
|
101
|
+
"type": "color"
|
|
102
|
+
}
|
|
127
103
|
},
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
104
|
+
"disabled": {
|
|
105
|
+
"400": {
|
|
106
|
+
"value": "#f2f5f6ff",
|
|
107
|
+
"type": "color",
|
|
108
|
+
"description": ""
|
|
109
|
+
},
|
|
110
|
+
"500": {
|
|
111
|
+
"value": "#e6ebedff",
|
|
112
|
+
"type": "color",
|
|
113
|
+
"description": ""
|
|
114
|
+
},
|
|
115
|
+
"600": {
|
|
116
|
+
"value": "#ccd6dbff",
|
|
117
|
+
"type": "color",
|
|
118
|
+
"description": ""
|
|
119
|
+
}
|
|
132
120
|
},
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
121
|
+
"readOnly": {
|
|
122
|
+
"400": {
|
|
123
|
+
"value": "#f2f5f6ff",
|
|
124
|
+
"type": "color",
|
|
125
|
+
"description": ""
|
|
126
|
+
},
|
|
127
|
+
"500": {
|
|
128
|
+
"value": "#e6ebedff",
|
|
129
|
+
"type": "color",
|
|
130
|
+
"description": ""
|
|
131
|
+
},
|
|
132
|
+
"600": {
|
|
133
|
+
"value": "#ccd6dbff",
|
|
134
|
+
"type": "color",
|
|
135
|
+
"description": ""
|
|
136
|
+
}
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"type": "color"
|
|
146
|
-
},
|
|
147
|
-
"600": {
|
|
148
|
-
"value": "#007e45ff",
|
|
149
|
-
"type": "color"
|
|
150
|
-
},
|
|
151
|
-
"700": {
|
|
152
|
-
"value": "#d9e0e4ff",
|
|
153
|
-
"type": "color"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"parent": {
|
|
157
|
-
"500": {
|
|
158
|
-
"value": "#e6ebedff",
|
|
159
|
-
"type": "color"
|
|
160
|
-
},
|
|
161
|
-
"600": {
|
|
162
|
-
"value": "#007e45ff",
|
|
163
|
-
"type": "color"
|
|
164
|
-
},
|
|
165
|
-
"700": {
|
|
166
|
-
"value": "#d9e0e4ff",
|
|
167
|
-
"type": "color"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
"child": {
|
|
171
|
-
"400": {
|
|
172
|
-
"value": "#ccd6dbff",
|
|
173
|
-
"type": "color"
|
|
174
|
-
},
|
|
175
|
-
"500": {
|
|
176
|
-
"value": "#ffffffff",
|
|
177
|
-
"type": "color"
|
|
178
|
-
},
|
|
179
|
-
"600": {
|
|
180
|
-
"value": "#007e45ff",
|
|
181
|
-
"type": "color"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"childAlt": {
|
|
185
|
-
"400": {
|
|
186
|
-
"value": "#ccd6dbff",
|
|
187
|
-
"type": "color"
|
|
188
|
-
},
|
|
189
|
-
"500": {
|
|
190
|
-
"value": "#e6ebedff",
|
|
191
|
-
"type": "color"
|
|
192
|
-
},
|
|
193
|
-
"600": {
|
|
194
|
-
"value": "#007e45ff",
|
|
195
|
-
"type": "color"
|
|
196
|
-
}
|
|
197
|
-
}
|
|
139
|
+
"action": {
|
|
140
|
+
"major": {
|
|
141
|
+
"150": {
|
|
142
|
+
"value": "#b3d9c8ff",
|
|
143
|
+
"type": "color",
|
|
144
|
+
"description": "origin"
|
|
198
145
|
},
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"type": "color",
|
|
204
|
-
"description": "selected menu button border"
|
|
205
|
-
},
|
|
206
|
-
"500": {
|
|
207
|
-
"value": "#ffffffff",
|
|
208
|
-
"type": "color",
|
|
209
|
-
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
210
|
-
},
|
|
211
|
-
"600": {
|
|
212
|
-
"value": "#007e45ff",
|
|
213
|
-
"type": "color",
|
|
214
|
-
"description": "hover (with click action)"
|
|
215
|
-
},
|
|
216
|
-
"700": {
|
|
217
|
-
"value": "#e6ebedff",
|
|
218
|
-
"type": "color",
|
|
219
|
-
"description": "TO BE REMOVED"
|
|
220
|
-
},
|
|
221
|
-
"800": {
|
|
222
|
-
"value": "#e6ebedff",
|
|
223
|
-
"type": "color",
|
|
224
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"parent": {
|
|
228
|
-
"400": {
|
|
229
|
-
"value": "#ccd6dbff",
|
|
230
|
-
"type": "color",
|
|
231
|
-
"description": "selected menu button border (on parent with clickable action)"
|
|
232
|
-
},
|
|
233
|
-
"500": {
|
|
234
|
-
"value": "#ffffffff",
|
|
235
|
-
"type": "color",
|
|
236
|
-
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
237
|
-
},
|
|
238
|
-
"600": {
|
|
239
|
-
"value": "#007e45ff",
|
|
240
|
-
"type": "color",
|
|
241
|
-
"description": "hover (with click action)"
|
|
242
|
-
},
|
|
243
|
-
"700": {
|
|
244
|
-
"value": "#e6ebedff",
|
|
245
|
-
"type": "color",
|
|
246
|
-
"description": "open menu item (or hover non-clickable)"
|
|
247
|
-
},
|
|
248
|
-
"800": {
|
|
249
|
-
"value": "#e6ebedff",
|
|
250
|
-
"type": "color",
|
|
251
|
-
"description": "selected menu item (on parent with clickable action)"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"child": {
|
|
255
|
-
"300": {
|
|
256
|
-
"value": "#b3c2c9ff",
|
|
257
|
-
"type": "color",
|
|
258
|
-
"description": "menu divider"
|
|
259
|
-
},
|
|
260
|
-
"400": {
|
|
261
|
-
"value": "#ccd6dbff",
|
|
262
|
-
"type": "color",
|
|
263
|
-
"description": "selected menu button border"
|
|
264
|
-
},
|
|
265
|
-
"500": {
|
|
266
|
-
"value": "#e6ebedff",
|
|
267
|
-
"type": "color",
|
|
268
|
-
"description": "default menu button"
|
|
269
|
-
},
|
|
270
|
-
"600": {
|
|
271
|
-
"value": "#007e45ff",
|
|
272
|
-
"type": "color",
|
|
273
|
-
"description": "hover (with click action)"
|
|
274
|
-
},
|
|
275
|
-
"700": {
|
|
276
|
-
"value": "#e6ebedff",
|
|
277
|
-
"type": "color",
|
|
278
|
-
"description": "open menu item"
|
|
279
|
-
},
|
|
280
|
-
"800": {
|
|
281
|
-
"value": "#e6ebedff",
|
|
282
|
-
"type": "color",
|
|
283
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"childAlt": {
|
|
287
|
-
"300": {
|
|
288
|
-
"value": "#b3c2c9ff",
|
|
289
|
-
"type": "color",
|
|
290
|
-
"description": "menu divider"
|
|
291
|
-
},
|
|
292
|
-
"400": {
|
|
293
|
-
"value": "#ccd6dbff",
|
|
294
|
-
"type": "color",
|
|
295
|
-
"description": "selected menu button border"
|
|
296
|
-
},
|
|
297
|
-
"500": {
|
|
298
|
-
"value": "#d9e0e4ff",
|
|
299
|
-
"type": "color",
|
|
300
|
-
"description": "default menu button"
|
|
301
|
-
},
|
|
302
|
-
"600": {
|
|
303
|
-
"value": "#007e45ff",
|
|
304
|
-
"type": "color",
|
|
305
|
-
"description": "hover (with click action)"
|
|
306
|
-
},
|
|
307
|
-
"700": {
|
|
308
|
-
"value": "#d9e0e4ff",
|
|
309
|
-
"type": "color",
|
|
310
|
-
"description": "open menu item"
|
|
311
|
-
},
|
|
312
|
-
"800": {
|
|
313
|
-
"value": "#d9e0e4ff",
|
|
314
|
-
"type": "color",
|
|
315
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
146
|
+
"350": {
|
|
147
|
+
"value": "#4da77eff",
|
|
148
|
+
"type": "color",
|
|
149
|
+
"description": "origin"
|
|
318
150
|
},
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
"type": "color"
|
|
324
|
-
},
|
|
325
|
-
"600": {
|
|
326
|
-
"value": "#007e45ff",
|
|
327
|
-
"type": "color"
|
|
328
|
-
},
|
|
329
|
-
"700": {
|
|
330
|
-
"value": "#19475eff",
|
|
331
|
-
"type": "color",
|
|
332
|
-
"description": ""
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
"parent": {
|
|
336
|
-
"500": {
|
|
337
|
-
"value": "#00324cff",
|
|
338
|
-
"type": "color"
|
|
339
|
-
},
|
|
340
|
-
"600": {
|
|
341
|
-
"value": "#007e45ff",
|
|
342
|
-
"type": "color",
|
|
343
|
-
"description": ""
|
|
344
|
-
},
|
|
345
|
-
"700": {
|
|
346
|
-
"value": "#19475eff",
|
|
347
|
-
"type": "color",
|
|
348
|
-
"description": ""
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"child": {
|
|
352
|
-
"400": {
|
|
353
|
-
"value": "#19475eff",
|
|
354
|
-
"type": "color"
|
|
355
|
-
},
|
|
356
|
-
"500": {
|
|
357
|
-
"value": "#001926ff",
|
|
358
|
-
"type": "color"
|
|
359
|
-
},
|
|
360
|
-
"600": {
|
|
361
|
-
"value": "#007e45ff",
|
|
362
|
-
"type": "color"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
"childAlt": {
|
|
366
|
-
"400": {
|
|
367
|
-
"value": "#19475eff",
|
|
368
|
-
"type": "color"
|
|
369
|
-
},
|
|
370
|
-
"500": {
|
|
371
|
-
"value": "#00324cff",
|
|
372
|
-
"type": "color"
|
|
373
|
-
},
|
|
374
|
-
"600": {
|
|
375
|
-
"value": "#007e45ff",
|
|
376
|
-
"type": "color"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
151
|
+
"450": {
|
|
152
|
+
"value": "#198e59ff",
|
|
153
|
+
"type": "color",
|
|
154
|
+
"description": "origin"
|
|
379
155
|
},
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
"value": "#262626ff",
|
|
404
|
-
"type": "color",
|
|
405
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
|
-
"parent": {
|
|
409
|
-
"400": {
|
|
410
|
-
"value": "#4d4d4dff",
|
|
411
|
-
"type": "color",
|
|
412
|
-
"description": "selected menu button border (for parent with clickable action)"
|
|
413
|
-
},
|
|
414
|
-
"500": {
|
|
415
|
-
"value": "#000000ff",
|
|
416
|
-
"type": "color",
|
|
417
|
-
"description": "default menu button (to sit on colors.gray.1000 nav bar)"
|
|
418
|
-
},
|
|
419
|
-
"600": {
|
|
420
|
-
"value": "#007e45ff",
|
|
421
|
-
"type": "color",
|
|
422
|
-
"description": "hover (with click action)"
|
|
423
|
-
},
|
|
424
|
-
"700": {
|
|
425
|
-
"value": "#262626ff",
|
|
426
|
-
"type": "color",
|
|
427
|
-
"description": "open menu item (or hover non-clickable)"
|
|
428
|
-
},
|
|
429
|
-
"800": {
|
|
430
|
-
"value": "#262626ff",
|
|
431
|
-
"type": "color",
|
|
432
|
-
"description": "selected menu item (on parent with clickable action)"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"child": {
|
|
436
|
-
"300": {
|
|
437
|
-
"value": "#666666ff",
|
|
438
|
-
"type": "color",
|
|
439
|
-
"description": "menu divider"
|
|
440
|
-
},
|
|
441
|
-
"400": {
|
|
442
|
-
"value": "#4d4d4dff",
|
|
443
|
-
"type": "color",
|
|
444
|
-
"description": "selected menu button border (darker than divider)"
|
|
445
|
-
},
|
|
446
|
-
"500": {
|
|
447
|
-
"value": "#262626ff",
|
|
448
|
-
"type": "color",
|
|
449
|
-
"description": "default menu button"
|
|
450
|
-
},
|
|
451
|
-
"600": {
|
|
452
|
-
"value": "#007e45ff",
|
|
453
|
-
"type": "color",
|
|
454
|
-
"description": "hover (with click action)"
|
|
455
|
-
},
|
|
456
|
-
"700": {
|
|
457
|
-
"value": "#262626ff",
|
|
458
|
-
"type": "color",
|
|
459
|
-
"description": "open menu item"
|
|
460
|
-
},
|
|
461
|
-
"800": {
|
|
462
|
-
"value": "#262626ff",
|
|
463
|
-
"type": "color",
|
|
464
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"childAlt": {
|
|
468
|
-
"300": {
|
|
469
|
-
"value": "#666666ff",
|
|
470
|
-
"type": "color",
|
|
471
|
-
"description": "menu divider"
|
|
472
|
-
},
|
|
473
|
-
"400": {
|
|
474
|
-
"value": "#4d4d4dff",
|
|
475
|
-
"type": "color",
|
|
476
|
-
"description": "selected menu button border"
|
|
477
|
-
},
|
|
478
|
-
"500": {
|
|
479
|
-
"value": "#404040ff",
|
|
480
|
-
"type": "color",
|
|
481
|
-
"description": "default menu button"
|
|
482
|
-
},
|
|
483
|
-
"600": {
|
|
484
|
-
"value": "#007e45ff",
|
|
485
|
-
"type": "color",
|
|
486
|
-
"description": "hover (with click action)"
|
|
487
|
-
},
|
|
488
|
-
"700": {
|
|
489
|
-
"value": "#404040ff",
|
|
490
|
-
"type": "color",
|
|
491
|
-
"description": "open menu item"
|
|
492
|
-
},
|
|
493
|
-
"800": {
|
|
494
|
-
"value": "#404040ff",
|
|
495
|
-
"type": "color",
|
|
496
|
-
"description": "selected menu button bg (use with 400 border)"
|
|
497
|
-
}
|
|
498
|
-
}
|
|
156
|
+
"500": {
|
|
157
|
+
"value": "#007e45ff",
|
|
158
|
+
"type": "color",
|
|
159
|
+
"description": "origin (was originally #008146, darkened by 2% black to meet accessibility requirements)"
|
|
160
|
+
},
|
|
161
|
+
"600": {
|
|
162
|
+
"value": "#006738ff",
|
|
163
|
+
"type": "color",
|
|
164
|
+
"description": "origin"
|
|
165
|
+
},
|
|
166
|
+
"700": {
|
|
167
|
+
"value": "#004d2aff",
|
|
168
|
+
"type": "color",
|
|
169
|
+
"description": "origin."
|
|
170
|
+
},
|
|
171
|
+
"025": {
|
|
172
|
+
"value": "#f2f9f6ff",
|
|
173
|
+
"description": "origin (Currently only used on Tile Select)",
|
|
174
|
+
"type": "color"
|
|
175
|
+
},
|
|
176
|
+
"transparent": {
|
|
177
|
+
"value": "#00000000",
|
|
178
|
+
"type": "color"
|
|
499
179
|
},
|
|
500
180
|
"yin": {
|
|
501
|
-
"
|
|
502
|
-
"value": "#
|
|
181
|
+
"030": {
|
|
182
|
+
"value": "#0000004d",
|
|
183
|
+
"type": "color"
|
|
184
|
+
},
|
|
185
|
+
"055": {
|
|
186
|
+
"value": "#0000008c",
|
|
503
187
|
"type": "color"
|
|
504
188
|
},
|
|
505
189
|
"065": {
|
|
@@ -516,177 +200,247 @@
|
|
|
516
200
|
"value": "#ffffffff",
|
|
517
201
|
"type": "color"
|
|
518
202
|
},
|
|
519
|
-
"
|
|
520
|
-
"value": "#
|
|
203
|
+
"030": {
|
|
204
|
+
"value": "#ffffff4d",
|
|
521
205
|
"type": "color"
|
|
522
206
|
}
|
|
523
|
-
},
|
|
524
|
-
"transparent": {
|
|
525
|
-
"value": "#00000000",
|
|
526
|
-
"type": "color"
|
|
527
207
|
}
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
"utility": {
|
|
531
|
-
"major": {
|
|
208
|
+
},
|
|
209
|
+
"minor": {
|
|
532
210
|
"100": {
|
|
533
|
-
"value": "#
|
|
211
|
+
"value": "#e6ebedff",
|
|
534
212
|
"type": "color",
|
|
535
|
-
"description": "
|
|
213
|
+
"description": "origin"
|
|
536
214
|
},
|
|
537
215
|
"150": {
|
|
538
|
-
"value": "#
|
|
216
|
+
"value": "#d9e0e4ff",
|
|
539
217
|
"type": "color",
|
|
540
|
-
"description": "
|
|
218
|
+
"description": "origin"
|
|
541
219
|
},
|
|
542
220
|
"200": {
|
|
543
|
-
"value": "#
|
|
221
|
+
"value": "#ccd6dbff",
|
|
544
222
|
"type": "color",
|
|
545
|
-
"description": "
|
|
223
|
+
"description": "origin"
|
|
224
|
+
},
|
|
225
|
+
"250": {
|
|
226
|
+
"value": "#b3c2c9ff",
|
|
227
|
+
"type": "color",
|
|
228
|
+
"description": "origin"
|
|
546
229
|
},
|
|
547
230
|
"300": {
|
|
548
|
-
"value": "#
|
|
231
|
+
"value": "#99adb7ff",
|
|
549
232
|
"type": "color",
|
|
550
|
-
"description": "
|
|
233
|
+
"description": "origin"
|
|
551
234
|
},
|
|
552
235
|
"400": {
|
|
553
|
-
"value": "#
|
|
236
|
+
"value": "#668494ff",
|
|
554
237
|
"type": "color",
|
|
555
|
-
"description": "
|
|
238
|
+
"description": "origin"
|
|
556
239
|
},
|
|
557
240
|
"500": {
|
|
558
|
-
"value": "#
|
|
241
|
+
"value": "#335b70ff",
|
|
559
242
|
"type": "color",
|
|
560
|
-
"description": "
|
|
243
|
+
"description": "origin"
|
|
561
244
|
},
|
|
562
|
-
"
|
|
563
|
-
"value": "#
|
|
245
|
+
"550": {
|
|
246
|
+
"value": "#19475eff",
|
|
564
247
|
"type": "color",
|
|
565
|
-
"description": "
|
|
248
|
+
"description": "origin"
|
|
566
249
|
},
|
|
567
|
-
"
|
|
568
|
-
"value": "#
|
|
250
|
+
"600": {
|
|
251
|
+
"value": "#00324cff",
|
|
569
252
|
"type": "color",
|
|
570
|
-
"description": "
|
|
253
|
+
"description": "origin"
|
|
571
254
|
},
|
|
572
|
-
"
|
|
573
|
-
"value": "#
|
|
255
|
+
"850": {
|
|
256
|
+
"value": "#001926ff",
|
|
574
257
|
"type": "color",
|
|
575
|
-
"description": ""
|
|
258
|
+
"description": "origin"
|
|
576
259
|
},
|
|
577
|
-
"
|
|
578
|
-
"value": "#
|
|
579
|
-
"type": "color"
|
|
260
|
+
"900": {
|
|
261
|
+
"value": "#00141eff",
|
|
262
|
+
"type": "color",
|
|
263
|
+
"description": "origin"
|
|
580
264
|
},
|
|
581
|
-
"
|
|
582
|
-
"value": "#
|
|
265
|
+
"025": {
|
|
266
|
+
"value": "#fafbfbff",
|
|
583
267
|
"type": "color",
|
|
584
|
-
"description": "
|
|
268
|
+
"description": "origin"
|
|
585
269
|
},
|
|
586
|
-
"
|
|
587
|
-
"value": "#
|
|
270
|
+
"050": {
|
|
271
|
+
"value": "#f2f5f6ff",
|
|
588
272
|
"type": "color",
|
|
589
|
-
"description": "
|
|
273
|
+
"description": "origin"
|
|
590
274
|
},
|
|
591
275
|
"transparent": {
|
|
592
276
|
"value": "#00000000",
|
|
593
277
|
"type": "color"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
"yin": {
|
|
597
|
-
"030": {
|
|
598
|
-
"value": "#0000004d",
|
|
599
|
-
"type": "color"
|
|
600
|
-
},
|
|
601
|
-
"055": {
|
|
602
|
-
"value": "#0000008c",
|
|
603
|
-
"type": "color"
|
|
604
278
|
},
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
|
|
279
|
+
"yin": {
|
|
280
|
+
"030": {
|
|
281
|
+
"value": "#0000004d",
|
|
282
|
+
"type": "color"
|
|
283
|
+
},
|
|
284
|
+
"055": {
|
|
285
|
+
"value": "#0000008c",
|
|
286
|
+
"type": "color"
|
|
287
|
+
},
|
|
288
|
+
"065": {
|
|
289
|
+
"value": "#000000a6",
|
|
290
|
+
"type": "color"
|
|
291
|
+
},
|
|
292
|
+
"090": {
|
|
293
|
+
"value": "#000000e6",
|
|
294
|
+
"type": "color"
|
|
295
|
+
}
|
|
608
296
|
},
|
|
609
|
-
"
|
|
610
|
-
"
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
"yang": {
|
|
615
|
-
"100": {
|
|
616
|
-
"value": "#ffffffff",
|
|
617
|
-
"type": "color"
|
|
297
|
+
"yang": {
|
|
298
|
+
"100": {
|
|
299
|
+
"value": "#ffffffff",
|
|
300
|
+
"type": "color"
|
|
301
|
+
}
|
|
618
302
|
}
|
|
619
303
|
},
|
|
620
304
|
"disabled": {
|
|
621
305
|
"400": {
|
|
622
306
|
"value": "#f2f5f6ff",
|
|
623
|
-
"type": "color"
|
|
624
|
-
"description": ""
|
|
307
|
+
"type": "color"
|
|
625
308
|
},
|
|
626
309
|
"500": {
|
|
627
310
|
"value": "#e6ebedff",
|
|
628
|
-
"type": "color"
|
|
629
|
-
"description": ""
|
|
311
|
+
"type": "color"
|
|
630
312
|
},
|
|
631
313
|
"600": {
|
|
632
314
|
"value": "#ccd6dbff",
|
|
633
|
-
"type": "color"
|
|
634
|
-
"description": ""
|
|
315
|
+
"type": "color"
|
|
635
316
|
}
|
|
636
317
|
},
|
|
637
318
|
"readOnly": {
|
|
638
319
|
"400": {
|
|
639
320
|
"value": "#f2f5f6ff",
|
|
640
|
-
"type": "color"
|
|
641
|
-
"description": ""
|
|
321
|
+
"type": "color"
|
|
642
322
|
},
|
|
643
323
|
"500": {
|
|
644
324
|
"value": "#e6ebedff",
|
|
645
|
-
"type": "color"
|
|
646
|
-
"description": ""
|
|
325
|
+
"type": "color"
|
|
647
326
|
},
|
|
648
327
|
"600": {
|
|
649
328
|
"value": "#ccd6dbff",
|
|
650
|
-
"type": "color"
|
|
651
|
-
"description": ""
|
|
329
|
+
"type": "color"
|
|
652
330
|
}
|
|
653
331
|
}
|
|
654
332
|
},
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"value": "#
|
|
659
|
-
"type": "color"
|
|
660
|
-
"description": "origin"
|
|
333
|
+
"semantic": {
|
|
334
|
+
"neutral": {
|
|
335
|
+
"200": {
|
|
336
|
+
"value": "#ccd6dbff",
|
|
337
|
+
"type": "color"
|
|
661
338
|
},
|
|
662
|
-
"
|
|
663
|
-
"value": "#
|
|
339
|
+
"500": {
|
|
340
|
+
"value": "#335b70ff",
|
|
664
341
|
"type": "color",
|
|
665
|
-
"description": "
|
|
342
|
+
"description": ""
|
|
666
343
|
},
|
|
667
|
-
"
|
|
668
|
-
"value": "#
|
|
669
|
-
"type": "color"
|
|
670
|
-
|
|
344
|
+
"600": {
|
|
345
|
+
"value": "#00324cff",
|
|
346
|
+
"type": "color"
|
|
347
|
+
},
|
|
348
|
+
"transparent": {
|
|
349
|
+
"value": "#00000000",
|
|
350
|
+
"type": "color"
|
|
351
|
+
},
|
|
352
|
+
"yin": {
|
|
353
|
+
"030": {
|
|
354
|
+
"value": "#0000004d",
|
|
355
|
+
"type": "color"
|
|
356
|
+
},
|
|
357
|
+
"055": {
|
|
358
|
+
"value": "#0000008c",
|
|
359
|
+
"type": "color"
|
|
360
|
+
},
|
|
361
|
+
"065": {
|
|
362
|
+
"value": "#000000a6",
|
|
363
|
+
"type": "color"
|
|
364
|
+
},
|
|
365
|
+
"090": {
|
|
366
|
+
"value": "#000000e6",
|
|
367
|
+
"type": "color"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"yang": {
|
|
371
|
+
"100": {
|
|
372
|
+
"value": "#ffffffff",
|
|
373
|
+
"type": "color"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"focus": {
|
|
378
|
+
"250": {
|
|
379
|
+
"value": "#ffda80ff",
|
|
380
|
+
"type": "color"
|
|
671
381
|
},
|
|
672
382
|
"500": {
|
|
673
|
-
"value": "#
|
|
674
|
-
"type": "color"
|
|
675
|
-
|
|
383
|
+
"value": "#ffb500ff",
|
|
384
|
+
"type": "color"
|
|
385
|
+
},
|
|
386
|
+
"transparent": {
|
|
387
|
+
"value": "#00000000",
|
|
388
|
+
"type": "color"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"positive": {
|
|
392
|
+
"500": {
|
|
393
|
+
"value": "#008a21ff",
|
|
394
|
+
"type": "color"
|
|
676
395
|
},
|
|
677
396
|
"600": {
|
|
678
|
-
"value": "#
|
|
679
|
-
"type": "color"
|
|
680
|
-
|
|
397
|
+
"value": "#006e1aff",
|
|
398
|
+
"type": "color"
|
|
399
|
+
},
|
|
400
|
+
"transparent": {
|
|
401
|
+
"value": "#00000000",
|
|
402
|
+
"type": "color"
|
|
403
|
+
},
|
|
404
|
+
"yin": {
|
|
405
|
+
"030": {
|
|
406
|
+
"value": "#0000004d",
|
|
407
|
+
"type": "color"
|
|
408
|
+
},
|
|
409
|
+
"055": {
|
|
410
|
+
"value": "#0000008c",
|
|
411
|
+
"type": "color"
|
|
412
|
+
},
|
|
413
|
+
"065": {
|
|
414
|
+
"value": "#000000a6",
|
|
415
|
+
"type": "color"
|
|
416
|
+
},
|
|
417
|
+
"090": {
|
|
418
|
+
"value": "#000000e6",
|
|
419
|
+
"type": "color"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"yang": {
|
|
423
|
+
"100": {
|
|
424
|
+
"value": "#ffffffff",
|
|
425
|
+
"type": "color"
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"negative": {
|
|
430
|
+
"350": {
|
|
431
|
+
"value": "#dc7481ff",
|
|
432
|
+
"type": "color"
|
|
433
|
+
},
|
|
434
|
+
"450": {
|
|
435
|
+
"value": "#d24c5dff",
|
|
436
|
+
"type": "color"
|
|
681
437
|
},
|
|
682
|
-
"
|
|
683
|
-
"value": "#
|
|
684
|
-
"type": "color"
|
|
685
|
-
"description": "origin."
|
|
438
|
+
"500": {
|
|
439
|
+
"value": "#cd384bff",
|
|
440
|
+
"type": "color"
|
|
686
441
|
},
|
|
687
|
-
"
|
|
688
|
-
"value": "#
|
|
689
|
-
"description": "origin (Currently only used on Tile Select)",
|
|
442
|
+
"600": {
|
|
443
|
+
"value": "#a42d3cff",
|
|
690
444
|
"type": "color"
|
|
691
445
|
},
|
|
692
446
|
"transparent": {
|
|
@@ -715,78 +469,26 @@
|
|
|
715
469
|
"100": {
|
|
716
470
|
"value": "#ffffffff",
|
|
717
471
|
"type": "color"
|
|
718
|
-
},
|
|
719
|
-
"030": {
|
|
720
|
-
"value": "#ffffff4d",
|
|
721
|
-
"type": "color"
|
|
722
472
|
}
|
|
723
473
|
}
|
|
724
474
|
},
|
|
725
|
-
"
|
|
726
|
-
"100": {
|
|
727
|
-
"value": "#e6ebedff",
|
|
728
|
-
"type": "color",
|
|
729
|
-
"description": "origin"
|
|
730
|
-
},
|
|
731
|
-
"150": {
|
|
732
|
-
"value": "#d9e0e4ff",
|
|
733
|
-
"type": "color",
|
|
734
|
-
"description": "origin"
|
|
735
|
-
},
|
|
736
|
-
"200": {
|
|
737
|
-
"value": "#ccd6dbff",
|
|
738
|
-
"type": "color",
|
|
739
|
-
"description": "origin"
|
|
740
|
-
},
|
|
741
|
-
"250": {
|
|
742
|
-
"value": "#b3c2c9ff",
|
|
743
|
-
"type": "color",
|
|
744
|
-
"description": "origin"
|
|
745
|
-
},
|
|
746
|
-
"300": {
|
|
747
|
-
"value": "#99adb7ff",
|
|
748
|
-
"type": "color",
|
|
749
|
-
"description": "origin"
|
|
750
|
-
},
|
|
475
|
+
"caution": {
|
|
751
476
|
"400": {
|
|
752
|
-
"value": "#
|
|
753
|
-
"type": "color"
|
|
754
|
-
"description": "origin"
|
|
477
|
+
"value": "#f28533ff",
|
|
478
|
+
"type": "color"
|
|
755
479
|
},
|
|
756
480
|
"500": {
|
|
757
|
-
"value": "#
|
|
758
|
-
"type": "color",
|
|
759
|
-
"description": "origin"
|
|
760
|
-
},
|
|
761
|
-
"550": {
|
|
762
|
-
"value": "#19475eff",
|
|
481
|
+
"value": "#ef6700ff",
|
|
763
482
|
"type": "color",
|
|
764
|
-
"description": "
|
|
483
|
+
"description": "was #E96400"
|
|
765
484
|
},
|
|
766
485
|
"600": {
|
|
767
|
-
"value": "#
|
|
768
|
-
"type": "color"
|
|
769
|
-
"description": "origin"
|
|
770
|
-
},
|
|
771
|
-
"850": {
|
|
772
|
-
"value": "#001926ff",
|
|
773
|
-
"type": "color",
|
|
774
|
-
"description": "origin"
|
|
775
|
-
},
|
|
776
|
-
"900": {
|
|
777
|
-
"value": "#00141eff",
|
|
778
|
-
"type": "color",
|
|
779
|
-
"description": "origin"
|
|
780
|
-
},
|
|
781
|
-
"025": {
|
|
782
|
-
"value": "#fafbfbff",
|
|
783
|
-
"type": "color",
|
|
784
|
-
"description": "origin"
|
|
486
|
+
"value": "#bf5200ff",
|
|
487
|
+
"type": "color"
|
|
785
488
|
},
|
|
786
|
-
"
|
|
787
|
-
"value": "#
|
|
788
|
-
"type": "color"
|
|
789
|
-
"description": "origin"
|
|
489
|
+
"650": {
|
|
490
|
+
"value": "#a74800ff",
|
|
491
|
+
"type": "color"
|
|
790
492
|
},
|
|
791
493
|
"transparent": {
|
|
792
494
|
"value": "#00000000",
|
|
@@ -817,48 +519,17 @@
|
|
|
817
519
|
}
|
|
818
520
|
}
|
|
819
521
|
},
|
|
820
|
-
"
|
|
821
|
-
"
|
|
822
|
-
"value": "#
|
|
823
|
-
"type": "color"
|
|
824
|
-
},
|
|
825
|
-
"500": {
|
|
826
|
-
"value": "#e6ebedff",
|
|
827
|
-
"type": "color"
|
|
828
|
-
},
|
|
829
|
-
"600": {
|
|
830
|
-
"value": "#ccd6dbff",
|
|
831
|
-
"type": "color"
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"readOnly": {
|
|
835
|
-
"400": {
|
|
836
|
-
"value": "#f2f5f6ff",
|
|
522
|
+
"info": {
|
|
523
|
+
"150": {
|
|
524
|
+
"value": "#b3cfe5ff",
|
|
837
525
|
"type": "color"
|
|
838
526
|
},
|
|
839
527
|
"500": {
|
|
840
|
-
"value": "#
|
|
841
|
-
"type": "color"
|
|
842
|
-
},
|
|
843
|
-
"600": {
|
|
844
|
-
"value": "#ccd6dbff",
|
|
845
|
-
"type": "color"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"semantic": {
|
|
850
|
-
"neutral": {
|
|
851
|
-
"200": {
|
|
852
|
-
"value": "#ccd6dbff",
|
|
528
|
+
"value": "#0060a7ff",
|
|
853
529
|
"type": "color"
|
|
854
530
|
},
|
|
855
|
-
"500": {
|
|
856
|
-
"value": "#335b70ff",
|
|
857
|
-
"type": "color",
|
|
858
|
-
"description": ""
|
|
859
|
-
},
|
|
860
531
|
"600": {
|
|
861
|
-
"value": "#
|
|
532
|
+
"value": "#004d86ff",
|
|
862
533
|
"type": "color"
|
|
863
534
|
},
|
|
864
535
|
"transparent": {
|
|
@@ -870,145 +541,516 @@
|
|
|
870
541
|
"value": "#0000004d",
|
|
871
542
|
"type": "color"
|
|
872
543
|
},
|
|
873
|
-
"055": {
|
|
874
|
-
"value": "#0000008c",
|
|
875
|
-
"type": "color"
|
|
544
|
+
"055": {
|
|
545
|
+
"value": "#0000008c",
|
|
546
|
+
"type": "color"
|
|
547
|
+
},
|
|
548
|
+
"065": {
|
|
549
|
+
"value": "#000000a6",
|
|
550
|
+
"type": "color"
|
|
551
|
+
},
|
|
552
|
+
"090": {
|
|
553
|
+
"value": "#000000e6",
|
|
554
|
+
"type": "color"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"yang": {
|
|
558
|
+
"100": {
|
|
559
|
+
"value": "#ffffffff",
|
|
560
|
+
"type": "color"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"logo": {
|
|
566
|
+
"value": "#00d639ff",
|
|
567
|
+
"type": "color",
|
|
568
|
+
"description": "origin"
|
|
569
|
+
},
|
|
570
|
+
"transparent": {
|
|
571
|
+
"value": "#00000000",
|
|
572
|
+
"type": "color",
|
|
573
|
+
"description": "Reference only. Do not use in components."
|
|
574
|
+
},
|
|
575
|
+
"yin": {
|
|
576
|
+
"030": {
|
|
577
|
+
"value": "#0000004d",
|
|
578
|
+
"type": "color",
|
|
579
|
+
"description": "Reference only. Do not use in components."
|
|
580
|
+
},
|
|
581
|
+
"055": {
|
|
582
|
+
"value": "#0000008c",
|
|
583
|
+
"type": "color",
|
|
584
|
+
"description": "Reference only. Do not use in components."
|
|
585
|
+
},
|
|
586
|
+
"065": {
|
|
587
|
+
"value": "#000000a6",
|
|
588
|
+
"type": "color",
|
|
589
|
+
"description": "Reference only. Do not use in components."
|
|
590
|
+
},
|
|
591
|
+
"075": {
|
|
592
|
+
"value": "#000000bf",
|
|
593
|
+
"type": "color",
|
|
594
|
+
"description": "Reference only. Do not use in components."
|
|
595
|
+
},
|
|
596
|
+
"090": {
|
|
597
|
+
"value": "#000000e6",
|
|
598
|
+
"type": "color",
|
|
599
|
+
"description": "Reference only. Do not use in components."
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
"yang": {
|
|
603
|
+
"100": {
|
|
604
|
+
"value": "#ffffffff",
|
|
605
|
+
"type": "color",
|
|
606
|
+
"description": "Reference only. Do not use in components."
|
|
607
|
+
},
|
|
608
|
+
"030": {
|
|
609
|
+
"value": "#ffffff4d",
|
|
610
|
+
"type": "color",
|
|
611
|
+
"description": "Reference only. Do not use in components."
|
|
612
|
+
},
|
|
613
|
+
"080": {
|
|
614
|
+
"value": "#ffffffcc",
|
|
615
|
+
"type": "color",
|
|
616
|
+
"description": "Reference only. Do not use in components."
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"gray": {
|
|
620
|
+
"600": {
|
|
621
|
+
"value": "#666666ff",
|
|
622
|
+
"type": "color",
|
|
623
|
+
"description": "Reference only. Do not use in components."
|
|
624
|
+
},
|
|
625
|
+
"700": {
|
|
626
|
+
"value": "#4d4d4dff",
|
|
627
|
+
"type": "color",
|
|
628
|
+
"description": "Reference only. Do not use in components."
|
|
629
|
+
},
|
|
630
|
+
"750": {
|
|
631
|
+
"value": "#404040ff",
|
|
632
|
+
"type": "color",
|
|
633
|
+
"description": "Reference only. Do not use in components."
|
|
634
|
+
},
|
|
635
|
+
"850": {
|
|
636
|
+
"value": "#262626ff",
|
|
637
|
+
"type": "color",
|
|
638
|
+
"description": "Reference only. Do not use in components."
|
|
639
|
+
},
|
|
640
|
+
"900": {
|
|
641
|
+
"value": "#191919ff",
|
|
642
|
+
"type": "color",
|
|
643
|
+
"description": "Reference only. Do not use in components."
|
|
644
|
+
},
|
|
645
|
+
"1000": {
|
|
646
|
+
"value": "#000000ff",
|
|
647
|
+
"type": "color",
|
|
648
|
+
"description": "Reference only. Do not use in components."
|
|
649
|
+
},
|
|
650
|
+
"000": {
|
|
651
|
+
"value": "#ffffffff",
|
|
652
|
+
"description": "Reference only. Do not use in components.",
|
|
653
|
+
"type": "color"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"disabled": {
|
|
657
|
+
"400": {
|
|
658
|
+
"value": "#f2f5f6ff",
|
|
659
|
+
"type": "color",
|
|
660
|
+
"description": "Reference only. Do not use in components."
|
|
661
|
+
},
|
|
662
|
+
"500": {
|
|
663
|
+
"value": "#e6ebedff",
|
|
664
|
+
"type": "color",
|
|
665
|
+
"description": "Reference only. Do not use in components."
|
|
666
|
+
},
|
|
667
|
+
"600": {
|
|
668
|
+
"value": "#ccd6dbff",
|
|
669
|
+
"type": "color",
|
|
670
|
+
"description": "Reference only. Do not use in components."
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"readOnly": {
|
|
674
|
+
"400": {
|
|
675
|
+
"value": "#f2f5f6ff",
|
|
676
|
+
"type": "color",
|
|
677
|
+
"description": "Reference only. Do not use in components."
|
|
678
|
+
},
|
|
679
|
+
"500": {
|
|
680
|
+
"value": "#e6ebedff",
|
|
681
|
+
"type": "color",
|
|
682
|
+
"description": "Reference only. Do not use in components."
|
|
683
|
+
},
|
|
684
|
+
"600": {
|
|
685
|
+
"value": "#ccd6dbff",
|
|
686
|
+
"type": "color",
|
|
687
|
+
"description": "Reference only. Do not use in components."
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"components": {
|
|
691
|
+
"menu": {
|
|
692
|
+
"spring": {
|
|
693
|
+
"standard": {
|
|
694
|
+
"500": {
|
|
695
|
+
"value": "#e6ebedff",
|
|
696
|
+
"type": "color"
|
|
697
|
+
},
|
|
698
|
+
"600": {
|
|
699
|
+
"value": "#007e45ff",
|
|
700
|
+
"type": "color"
|
|
701
|
+
},
|
|
702
|
+
"700": {
|
|
703
|
+
"value": "#d9e0e4ff",
|
|
704
|
+
"type": "color"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"parent": {
|
|
708
|
+
"500": {
|
|
709
|
+
"value": "#e6ebedff",
|
|
710
|
+
"type": "color"
|
|
711
|
+
},
|
|
712
|
+
"600": {
|
|
713
|
+
"value": "#007e45ff",
|
|
714
|
+
"type": "color"
|
|
715
|
+
},
|
|
716
|
+
"700": {
|
|
717
|
+
"value": "#d9e0e4ff",
|
|
718
|
+
"type": "color"
|
|
719
|
+
}
|
|
876
720
|
},
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
|
|
721
|
+
"child": {
|
|
722
|
+
"400": {
|
|
723
|
+
"value": "#ccd6dbff",
|
|
724
|
+
"type": "color"
|
|
725
|
+
},
|
|
726
|
+
"500": {
|
|
727
|
+
"value": "#ffffffff",
|
|
728
|
+
"type": "color"
|
|
729
|
+
},
|
|
730
|
+
"600": {
|
|
731
|
+
"value": "#007e45ff",
|
|
732
|
+
"type": "color"
|
|
733
|
+
}
|
|
880
734
|
},
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
|
|
735
|
+
"childAlt": {
|
|
736
|
+
"400": {
|
|
737
|
+
"value": "#ccd6dbff",
|
|
738
|
+
"type": "color"
|
|
739
|
+
},
|
|
740
|
+
"500": {
|
|
741
|
+
"value": "#e6ebedff",
|
|
742
|
+
"type": "color"
|
|
743
|
+
},
|
|
744
|
+
"600": {
|
|
745
|
+
"value": "#007e45ff",
|
|
746
|
+
"type": "color"
|
|
747
|
+
}
|
|
884
748
|
}
|
|
885
749
|
},
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
-
|
|
750
|
+
"summer": {
|
|
751
|
+
"standard": {
|
|
752
|
+
"400": {
|
|
753
|
+
"value": "#ccd6dbff",
|
|
754
|
+
"type": "color",
|
|
755
|
+
"description": "selected menu button border"
|
|
756
|
+
},
|
|
757
|
+
"500": {
|
|
758
|
+
"value": "#ffffffff",
|
|
759
|
+
"type": "color",
|
|
760
|
+
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
761
|
+
},
|
|
762
|
+
"600": {
|
|
763
|
+
"value": "#007e45ff",
|
|
764
|
+
"type": "color",
|
|
765
|
+
"description": "hover (with click action)"
|
|
766
|
+
},
|
|
767
|
+
"700": {
|
|
768
|
+
"value": "#e6ebedff",
|
|
769
|
+
"type": "color",
|
|
770
|
+
"description": "TO BE REMOVED"
|
|
771
|
+
},
|
|
772
|
+
"800": {
|
|
773
|
+
"value": "#e6ebedff",
|
|
774
|
+
"type": "color",
|
|
775
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"parent": {
|
|
779
|
+
"400": {
|
|
780
|
+
"value": "#ccd6dbff",
|
|
781
|
+
"type": "color",
|
|
782
|
+
"description": "selected menu button border (on parent with clickable action)"
|
|
783
|
+
},
|
|
784
|
+
"500": {
|
|
785
|
+
"value": "#ffffffff",
|
|
786
|
+
"type": "color",
|
|
787
|
+
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
788
|
+
},
|
|
789
|
+
"600": {
|
|
790
|
+
"value": "#007e45ff",
|
|
791
|
+
"type": "color",
|
|
792
|
+
"description": "hover (with click action)"
|
|
793
|
+
},
|
|
794
|
+
"700": {
|
|
795
|
+
"value": "#e6ebedff",
|
|
796
|
+
"type": "color",
|
|
797
|
+
"description": "open menu item (or hover non-clickable)"
|
|
798
|
+
},
|
|
799
|
+
"800": {
|
|
800
|
+
"value": "#e6ebedff",
|
|
801
|
+
"type": "color",
|
|
802
|
+
"description": "selected menu item (on parent with clickable action)"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"child": {
|
|
806
|
+
"300": {
|
|
807
|
+
"value": "#b3c2c9ff",
|
|
808
|
+
"type": "color",
|
|
809
|
+
"description": "menu divider"
|
|
810
|
+
},
|
|
811
|
+
"400": {
|
|
812
|
+
"value": "#ccd6dbff",
|
|
813
|
+
"type": "color",
|
|
814
|
+
"description": "selected menu button border"
|
|
815
|
+
},
|
|
816
|
+
"500": {
|
|
817
|
+
"value": "#e6ebedff",
|
|
818
|
+
"type": "color",
|
|
819
|
+
"description": "default menu button"
|
|
820
|
+
},
|
|
821
|
+
"600": {
|
|
822
|
+
"value": "#007e45ff",
|
|
823
|
+
"type": "color",
|
|
824
|
+
"description": "hover (with click action)"
|
|
825
|
+
},
|
|
826
|
+
"700": {
|
|
827
|
+
"value": "#e6ebedff",
|
|
828
|
+
"type": "color",
|
|
829
|
+
"description": "open menu item"
|
|
830
|
+
},
|
|
831
|
+
"800": {
|
|
832
|
+
"value": "#e6ebedff",
|
|
833
|
+
"type": "color",
|
|
834
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
"childAlt": {
|
|
838
|
+
"300": {
|
|
839
|
+
"value": "#b3c2c9ff",
|
|
840
|
+
"type": "color",
|
|
841
|
+
"description": "menu divider"
|
|
842
|
+
},
|
|
843
|
+
"400": {
|
|
844
|
+
"value": "#ccd6dbff",
|
|
845
|
+
"type": "color",
|
|
846
|
+
"description": "selected menu button border"
|
|
847
|
+
},
|
|
848
|
+
"500": {
|
|
849
|
+
"value": "#d9e0e4ff",
|
|
850
|
+
"type": "color",
|
|
851
|
+
"description": "default menu button"
|
|
852
|
+
},
|
|
853
|
+
"600": {
|
|
854
|
+
"value": "#007e45ff",
|
|
855
|
+
"type": "color",
|
|
856
|
+
"description": "hover (with click action)"
|
|
857
|
+
},
|
|
858
|
+
"700": {
|
|
859
|
+
"value": "#d9e0e4ff",
|
|
860
|
+
"type": "color",
|
|
861
|
+
"description": "open menu item"
|
|
862
|
+
},
|
|
863
|
+
"800": {
|
|
864
|
+
"value": "#d9e0e4ff",
|
|
865
|
+
"type": "color",
|
|
866
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
867
|
+
}
|
|
890
868
|
}
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"focus": {
|
|
894
|
-
"250": {
|
|
895
|
-
"value": "#ffda80ff",
|
|
896
|
-
"type": "color"
|
|
897
|
-
},
|
|
898
|
-
"500": {
|
|
899
|
-
"value": "#ffb500ff",
|
|
900
|
-
"type": "color"
|
|
901
|
-
},
|
|
902
|
-
"transparent": {
|
|
903
|
-
"value": "#00000000",
|
|
904
|
-
"type": "color"
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
"positive": {
|
|
908
|
-
"500": {
|
|
909
|
-
"value": "#008a21ff",
|
|
910
|
-
"type": "color"
|
|
911
|
-
},
|
|
912
|
-
"600": {
|
|
913
|
-
"value": "#006e1aff",
|
|
914
|
-
"type": "color"
|
|
915
|
-
},
|
|
916
|
-
"transparent": {
|
|
917
|
-
"value": "#00000000",
|
|
918
|
-
"type": "color"
|
|
919
869
|
},
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
|
|
870
|
+
"autumn": {
|
|
871
|
+
"standard": {
|
|
872
|
+
"500": {
|
|
873
|
+
"value": "#00324cff",
|
|
874
|
+
"type": "color"
|
|
875
|
+
},
|
|
876
|
+
"600": {
|
|
877
|
+
"value": "#007e45ff",
|
|
878
|
+
"type": "color"
|
|
879
|
+
},
|
|
880
|
+
"700": {
|
|
881
|
+
"value": "#19475eff",
|
|
882
|
+
"type": "color",
|
|
883
|
+
"description": ""
|
|
884
|
+
}
|
|
924
885
|
},
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
|
|
886
|
+
"parent": {
|
|
887
|
+
"500": {
|
|
888
|
+
"value": "#00324cff",
|
|
889
|
+
"type": "color"
|
|
890
|
+
},
|
|
891
|
+
"600": {
|
|
892
|
+
"value": "#007e45ff",
|
|
893
|
+
"type": "color",
|
|
894
|
+
"description": ""
|
|
895
|
+
},
|
|
896
|
+
"700": {
|
|
897
|
+
"value": "#19475eff",
|
|
898
|
+
"type": "color",
|
|
899
|
+
"description": ""
|
|
900
|
+
}
|
|
928
901
|
},
|
|
929
|
-
"
|
|
930
|
-
"
|
|
931
|
-
|
|
902
|
+
"child": {
|
|
903
|
+
"400": {
|
|
904
|
+
"value": "#19475eff",
|
|
905
|
+
"type": "color"
|
|
906
|
+
},
|
|
907
|
+
"500": {
|
|
908
|
+
"value": "#001926ff",
|
|
909
|
+
"type": "color"
|
|
910
|
+
},
|
|
911
|
+
"600": {
|
|
912
|
+
"value": "#007e45ff",
|
|
913
|
+
"type": "color"
|
|
914
|
+
}
|
|
932
915
|
},
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
916
|
+
"childAlt": {
|
|
917
|
+
"400": {
|
|
918
|
+
"value": "#19475eff",
|
|
919
|
+
"type": "color"
|
|
920
|
+
},
|
|
921
|
+
"500": {
|
|
922
|
+
"value": "#00324cff",
|
|
923
|
+
"type": "color"
|
|
924
|
+
},
|
|
925
|
+
"600": {
|
|
926
|
+
"value": "#007e45ff",
|
|
927
|
+
"type": "color"
|
|
928
|
+
}
|
|
942
929
|
}
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
"negative": {
|
|
946
|
-
"500": {
|
|
947
|
-
"value": "#cd384bff",
|
|
948
|
-
"type": "color"
|
|
949
|
-
},
|
|
950
|
-
"600": {
|
|
951
|
-
"value": "#a42d3cff",
|
|
952
|
-
"type": "color"
|
|
953
|
-
},
|
|
954
|
-
"transparent": {
|
|
955
|
-
"value": "#00000000",
|
|
956
|
-
"type": "color"
|
|
957
930
|
},
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
|
|
931
|
+
"winter": {
|
|
932
|
+
"standard": {
|
|
933
|
+
"400": {
|
|
934
|
+
"value": "#4d4d4dff",
|
|
935
|
+
"type": "color",
|
|
936
|
+
"description": "selected menu button border"
|
|
937
|
+
},
|
|
938
|
+
"500": {
|
|
939
|
+
"value": "#000000ff",
|
|
940
|
+
"type": "color",
|
|
941
|
+
"description": "default menu button (to sit on colors.gray.1000 nav bar)"
|
|
942
|
+
},
|
|
943
|
+
"600": {
|
|
944
|
+
"value": "#007e45ff",
|
|
945
|
+
"type": "color",
|
|
946
|
+
"description": "hover (with click action)"
|
|
947
|
+
},
|
|
948
|
+
"700": {
|
|
949
|
+
"value": "#262626ff",
|
|
950
|
+
"type": "color",
|
|
951
|
+
"description": "TO BE REMOVED"
|
|
952
|
+
},
|
|
953
|
+
"800": {
|
|
954
|
+
"value": "#262626ff",
|
|
955
|
+
"type": "color",
|
|
956
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
957
|
+
}
|
|
962
958
|
},
|
|
963
|
-
"
|
|
964
|
-
"
|
|
965
|
-
|
|
959
|
+
"parent": {
|
|
960
|
+
"400": {
|
|
961
|
+
"value": "#4d4d4dff",
|
|
962
|
+
"type": "color",
|
|
963
|
+
"description": "selected menu button border (for parent with clickable action)"
|
|
964
|
+
},
|
|
965
|
+
"500": {
|
|
966
|
+
"value": "#000000ff",
|
|
967
|
+
"type": "color",
|
|
968
|
+
"description": "default menu button (to sit on colors.gray.1000 nav bar)"
|
|
969
|
+
},
|
|
970
|
+
"600": {
|
|
971
|
+
"value": "#007e45ff",
|
|
972
|
+
"type": "color",
|
|
973
|
+
"description": "hover (with click action)"
|
|
974
|
+
},
|
|
975
|
+
"700": {
|
|
976
|
+
"value": "#262626ff",
|
|
977
|
+
"type": "color",
|
|
978
|
+
"description": "open menu item (or hover non-clickable)"
|
|
979
|
+
},
|
|
980
|
+
"800": {
|
|
981
|
+
"value": "#262626ff",
|
|
982
|
+
"type": "color",
|
|
983
|
+
"description": "selected menu item (on parent with clickable action)"
|
|
984
|
+
}
|
|
966
985
|
},
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
|
|
986
|
+
"child": {
|
|
987
|
+
"300": {
|
|
988
|
+
"value": "#666666ff",
|
|
989
|
+
"type": "color",
|
|
990
|
+
"description": "menu divider"
|
|
991
|
+
},
|
|
992
|
+
"400": {
|
|
993
|
+
"value": "#4d4d4dff",
|
|
994
|
+
"type": "color",
|
|
995
|
+
"description": "selected menu button border (darker than divider)"
|
|
996
|
+
},
|
|
997
|
+
"500": {
|
|
998
|
+
"value": "#262626ff",
|
|
999
|
+
"type": "color",
|
|
1000
|
+
"description": "default menu button"
|
|
1001
|
+
},
|
|
1002
|
+
"600": {
|
|
1003
|
+
"value": "#007e45ff",
|
|
1004
|
+
"type": "color",
|
|
1005
|
+
"description": "hover (with click action)"
|
|
1006
|
+
},
|
|
1007
|
+
"700": {
|
|
1008
|
+
"value": "#262626ff",
|
|
1009
|
+
"type": "color",
|
|
1010
|
+
"description": "open menu item"
|
|
1011
|
+
},
|
|
1012
|
+
"800": {
|
|
1013
|
+
"value": "#262626ff",
|
|
1014
|
+
"type": "color",
|
|
1015
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
1016
|
+
}
|
|
970
1017
|
},
|
|
971
|
-
"
|
|
972
|
-
"
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
1018
|
+
"childAlt": {
|
|
1019
|
+
"300": {
|
|
1020
|
+
"value": "#666666ff",
|
|
1021
|
+
"type": "color",
|
|
1022
|
+
"description": "menu divider"
|
|
1023
|
+
},
|
|
1024
|
+
"400": {
|
|
1025
|
+
"value": "#4d4d4dff",
|
|
1026
|
+
"type": "color",
|
|
1027
|
+
"description": "selected menu button border"
|
|
1028
|
+
},
|
|
1029
|
+
"500": {
|
|
1030
|
+
"value": "#404040ff",
|
|
1031
|
+
"type": "color",
|
|
1032
|
+
"description": "default menu button"
|
|
1033
|
+
},
|
|
1034
|
+
"600": {
|
|
1035
|
+
"value": "#007e45ff",
|
|
1036
|
+
"type": "color",
|
|
1037
|
+
"description": "hover (with click action)"
|
|
1038
|
+
},
|
|
1039
|
+
"700": {
|
|
1040
|
+
"value": "#404040ff",
|
|
1041
|
+
"type": "color",
|
|
1042
|
+
"description": "open menu item"
|
|
1043
|
+
},
|
|
1044
|
+
"800": {
|
|
1045
|
+
"value": "#404040ff",
|
|
1046
|
+
"type": "color",
|
|
1047
|
+
"description": "selected menu button bg (use with 400 border)"
|
|
1048
|
+
}
|
|
980
1049
|
}
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"caution": {
|
|
984
|
-
"400": {
|
|
985
|
-
"value": "#f28533ff",
|
|
986
|
-
"type": "color"
|
|
987
|
-
},
|
|
988
|
-
"500": {
|
|
989
|
-
"value": "#ef6700ff",
|
|
990
|
-
"type": "color",
|
|
991
|
-
"description": "was #E96400"
|
|
992
|
-
},
|
|
993
|
-
"600": {
|
|
994
|
-
"value": "#bf5200ff",
|
|
995
|
-
"type": "color"
|
|
996
|
-
},
|
|
997
|
-
"650": {
|
|
998
|
-
"value": "#a74800ff",
|
|
999
|
-
"type": "color"
|
|
1000
|
-
},
|
|
1001
|
-
"transparent": {
|
|
1002
|
-
"value": "#00000000",
|
|
1003
|
-
"type": "color"
|
|
1004
1050
|
},
|
|
1005
1051
|
"yin": {
|
|
1006
|
-
"
|
|
1007
|
-
"value": "#
|
|
1008
|
-
"type": "color"
|
|
1009
|
-
},
|
|
1010
|
-
"055": {
|
|
1011
|
-
"value": "#0000008c",
|
|
1052
|
+
"100": {
|
|
1053
|
+
"value": "#000000ff",
|
|
1012
1054
|
"type": "color"
|
|
1013
1055
|
},
|
|
1014
1056
|
"065": {
|
|
@@ -1024,49 +1066,15 @@
|
|
|
1024
1066
|
"100": {
|
|
1025
1067
|
"value": "#ffffffff",
|
|
1026
1068
|
"type": "color"
|
|
1069
|
+
},
|
|
1070
|
+
"080": {
|
|
1071
|
+
"value": "#ffffffcc",
|
|
1072
|
+
"type": "color"
|
|
1027
1073
|
}
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
"info": {
|
|
1031
|
-
"150": {
|
|
1032
|
-
"value": "#b3cfe5ff",
|
|
1033
|
-
"type": "color"
|
|
1034
|
-
},
|
|
1035
|
-
"500": {
|
|
1036
|
-
"value": "#0060a7ff",
|
|
1037
|
-
"type": "color"
|
|
1038
|
-
},
|
|
1039
|
-
"600": {
|
|
1040
|
-
"value": "#004d86ff",
|
|
1041
|
-
"type": "color"
|
|
1042
1074
|
},
|
|
1043
1075
|
"transparent": {
|
|
1044
1076
|
"value": "#00000000",
|
|
1045
1077
|
"type": "color"
|
|
1046
|
-
},
|
|
1047
|
-
"yin": {
|
|
1048
|
-
"030": {
|
|
1049
|
-
"value": "#0000004d",
|
|
1050
|
-
"type": "color"
|
|
1051
|
-
},
|
|
1052
|
-
"055": {
|
|
1053
|
-
"value": "#0000008c",
|
|
1054
|
-
"type": "color"
|
|
1055
|
-
},
|
|
1056
|
-
"065": {
|
|
1057
|
-
"value": "#000000a6",
|
|
1058
|
-
"type": "color"
|
|
1059
|
-
},
|
|
1060
|
-
"090": {
|
|
1061
|
-
"value": "#000000e6",
|
|
1062
|
-
"type": "color"
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
"yang": {
|
|
1066
|
-
"100": {
|
|
1067
|
-
"value": "#ffffffff",
|
|
1068
|
-
"type": "color"
|
|
1069
|
-
}
|
|
1070
1078
|
}
|
|
1071
1079
|
}
|
|
1072
1080
|
}
|
|
@@ -2657,7 +2665,8 @@
|
|
|
2657
2665
|
"textDecoration": "none",
|
|
2658
2666
|
"textCase": "none"
|
|
2659
2667
|
},
|
|
2660
|
-
"type": "typography"
|
|
2668
|
+
"type": "typography",
|
|
2669
|
+
"description": "Not recommended for use. Font size not accessible."
|
|
2661
2670
|
},
|
|
2662
2671
|
"s": {
|
|
2663
2672
|
"value": {
|
|
@@ -2750,7 +2759,8 @@
|
|
|
2750
2759
|
"textDecoration": "underline",
|
|
2751
2760
|
"textCase": "none"
|
|
2752
2761
|
},
|
|
2753
|
-
"type": "typography"
|
|
2762
|
+
"type": "typography",
|
|
2763
|
+
"description": "Not recommended for use. Font size not accessible."
|
|
2754
2764
|
},
|
|
2755
2765
|
"s": {
|
|
2756
2766
|
"value": {
|
|
@@ -2843,7 +2853,8 @@
|
|
|
2843
2853
|
"textDecoration": "none",
|
|
2844
2854
|
"textCase": "uppercase"
|
|
2845
2855
|
},
|
|
2846
|
-
"type": "typography"
|
|
2856
|
+
"type": "typography",
|
|
2857
|
+
"description": "Not recommended for use. Font size not accessible."
|
|
2847
2858
|
},
|
|
2848
2859
|
"s": {
|
|
2849
2860
|
"value": {
|
|
@@ -2937,7 +2948,8 @@
|
|
|
2937
2948
|
"textDecoration": "none",
|
|
2938
2949
|
"textCase": "none"
|
|
2939
2950
|
},
|
|
2940
|
-
"type": "typography"
|
|
2951
|
+
"type": "typography",
|
|
2952
|
+
"description": "Not recommended for use. Font size not accessible."
|
|
2941
2953
|
},
|
|
2942
2954
|
"s": {
|
|
2943
2955
|
"value": {
|