@adobe/spectrum-tokens 13.0.0-beta.5 → 13.0.0-beta.7
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 +384 -0
- package/dist/json/drover.json +86 -11
- package/dist/json/variables.json +1802 -534
- package/moon.yml +1 -1
- package/package.json +1 -1
- package/schemas/components/action-bar.json +1 -1
- package/schemas/components/action-button.json +1 -1
- package/schemas/components/action-group.json +1 -1
- package/schemas/components/alert-banner.json +1 -1
- package/schemas/components/alert-dialog.json +1 -1
- package/schemas/components/avatar.json +1 -1
- package/schemas/components/badge.json +1 -1
- package/schemas/components/body.json +1 -1
- package/schemas/components/bottom-navigation-android.json +1 -1
- package/schemas/components/breadcrumbs.json +1 -1
- package/schemas/components/button-group.json +1 -1
- package/schemas/components/button.json +1 -1
- package/schemas/components/checkbox-group.json +1 -1
- package/schemas/components/checkbox.json +1 -1
- package/schemas/components/close-button.json +1 -1
- package/schemas/components/code.json +1 -1
- package/schemas/components/color-area.json +1 -1
- package/schemas/components/color-loupe.json +1 -1
- package/schemas/components/color-slider.json +1 -1
- package/schemas/components/color-wheel.json +1 -1
- package/schemas/components/combo-box.json +1 -1
- package/schemas/components/contextual-help.json +1 -1
- package/schemas/components/detail.json +1 -1
- package/schemas/components/divider.json +1 -1
- package/schemas/components/field-label.json +1 -1
- package/schemas/components/heading.json +1 -1
- package/schemas/components/help-text.json +1 -1
- package/schemas/components/in-line-alert.json +1 -1
- package/schemas/components/link.json +1 -1
- package/schemas/components/menu.json +1 -1
- package/schemas/components/meter.json +1 -1
- package/schemas/components/picker.json +1 -1
- package/schemas/components/popover.json +1 -1
- package/schemas/components/progress-bar.json +1 -1
- package/schemas/components/progress-circle.json +1 -1
- package/schemas/components/radio-group.json +1 -1
- package/schemas/components/rating.json +1 -1
- package/schemas/components/scroll-zoom-bar.json +1 -1
- package/schemas/components/side-navigation.json +1 -1
- package/schemas/components/slider.json +1 -1
- package/schemas/components/status-light.json +1 -1
- package/schemas/components/swatch-group.json +1 -1
- package/schemas/components/swatch.json +1 -1
- package/schemas/components/switch.json +1 -1
- package/schemas/components/tab-bar-ios.json +1 -1
- package/schemas/components/tabs.json +1 -1
- package/schemas/components/tag.json +1 -1
- package/schemas/components/text-area.json +1 -1
- package/schemas/components/text-field.json +1 -1
- package/schemas/components/toast.json +1 -1
- package/schemas/components/tooltip.json +1 -1
- package/schemas/components/tray.json +1 -1
- package/schemas/components/tree-view.json +1 -1
- package/schemas/token-types/alias.json +25 -0
- package/schemas/token-types/color-set.json +69 -0
- package/schemas/token-types/color.json +25 -0
- package/schemas/token-types/dimension.json +25 -0
- package/schemas/token-types/font-family.json +25 -0
- package/schemas/token-types/font-size.json +25 -0
- package/schemas/token-types/font-style.json +25 -0
- package/schemas/token-types/font-weight.json +25 -0
- package/schemas/token-types/multiplier.json +25 -0
- package/schemas/token-types/opacity.json +25 -0
- package/schemas/token-types/scale-set.json +54 -0
- package/schemas/token-types/set.json +22 -0
- package/schemas/token-types/text-transform.json +25 -0
- package/schemas/token-types/token.json +27 -0
- package/src/color-aliases.json +306 -2
- package/src/color-component.json +49 -9
- package/src/color-palette.json +2038 -182
- package/src/icons.json +18 -0
- package/src/layout-component.json +1866 -26
- package/src/layout.json +489 -8
- package/src/semantic-color-palette.json +80 -0
- package/src/typography.json +285 -0
- package/test/checkId.test.js +55 -33
- package/test/componentSchemaValidator.test.js +74 -0
- package/test/schemaValidators/alias.test.js +41 -0
- package/test/tokenSchemaValidator.test.js +97 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,389 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.7
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4853f76: Added schema to all tokens and fixed values that didn't meet schema requirements
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Token values updated (328):_
|
|
12
|
+
|
|
13
|
+
- `accent-background-color-default`
|
|
14
|
+
- `accent-background-color-down`
|
|
15
|
+
- `accent-background-color-hover`
|
|
16
|
+
- `accent-background-color-key-focus`
|
|
17
|
+
- `accent-color-100`
|
|
18
|
+
- `accent-color-1000`
|
|
19
|
+
- `accent-color-1100`
|
|
20
|
+
- `accent-color-1200`
|
|
21
|
+
- `accent-color-1300`
|
|
22
|
+
- `accent-color-1400`
|
|
23
|
+
- `accent-color-200`
|
|
24
|
+
- `accent-color-300`
|
|
25
|
+
- `accent-color-400`
|
|
26
|
+
- `accent-color-500`
|
|
27
|
+
- `accent-color-600`
|
|
28
|
+
- `accent-color-700`
|
|
29
|
+
- `accent-color-800`
|
|
30
|
+
- `accent-color-900`
|
|
31
|
+
- `accent-content-color-default`
|
|
32
|
+
- `accent-content-color-down`
|
|
33
|
+
- `accent-content-color-hover`
|
|
34
|
+
- `accent-content-color-key-focus`
|
|
35
|
+
- `accent-content-color-selected`
|
|
36
|
+
- `accent-visual-color`
|
|
37
|
+
- `blue-100`
|
|
38
|
+
- `blue-1000`
|
|
39
|
+
- `blue-1100`
|
|
40
|
+
- `blue-1200`
|
|
41
|
+
- `blue-1300`
|
|
42
|
+
- `blue-1400`
|
|
43
|
+
- `blue-200`
|
|
44
|
+
- `blue-300`
|
|
45
|
+
- `blue-400`
|
|
46
|
+
- `blue-500`
|
|
47
|
+
- `blue-600`
|
|
48
|
+
- `blue-700`
|
|
49
|
+
- `blue-800`
|
|
50
|
+
- `blue-900`
|
|
51
|
+
- `blue-background-color-default`
|
|
52
|
+
- `blue-visual-color`
|
|
53
|
+
- `celery-100`
|
|
54
|
+
- `celery-1000`
|
|
55
|
+
- `celery-1100`
|
|
56
|
+
- `celery-1200`
|
|
57
|
+
- `celery-1300`
|
|
58
|
+
- `celery-1400`
|
|
59
|
+
- `celery-200`
|
|
60
|
+
- `celery-300`
|
|
61
|
+
- `celery-400`
|
|
62
|
+
- `celery-500`
|
|
63
|
+
- `celery-600`
|
|
64
|
+
- `celery-700`
|
|
65
|
+
- `celery-800`
|
|
66
|
+
- `celery-900`
|
|
67
|
+
- `celery-background-color-default`
|
|
68
|
+
- `celery-visual-color`
|
|
69
|
+
- `chartreuse-100`
|
|
70
|
+
- `chartreuse-1000`
|
|
71
|
+
- `chartreuse-1100`
|
|
72
|
+
- `chartreuse-1200`
|
|
73
|
+
- `chartreuse-1300`
|
|
74
|
+
- `chartreuse-1400`
|
|
75
|
+
- `chartreuse-200`
|
|
76
|
+
- `chartreuse-300`
|
|
77
|
+
- `chartreuse-400`
|
|
78
|
+
- `chartreuse-500`
|
|
79
|
+
- `chartreuse-600`
|
|
80
|
+
- `chartreuse-700`
|
|
81
|
+
- `chartreuse-800`
|
|
82
|
+
- `chartreuse-900`
|
|
83
|
+
- `chartreuse-background-color-default`
|
|
84
|
+
- `chartreuse-visual-color`
|
|
85
|
+
- `contextual-help-body-size`
|
|
86
|
+
- `cyan-100`
|
|
87
|
+
- `cyan-1000`
|
|
88
|
+
- `cyan-1100`
|
|
89
|
+
- `cyan-1200`
|
|
90
|
+
- `cyan-1300`
|
|
91
|
+
- `cyan-1400`
|
|
92
|
+
- `cyan-200`
|
|
93
|
+
- `cyan-300`
|
|
94
|
+
- `cyan-400`
|
|
95
|
+
- `cyan-500`
|
|
96
|
+
- `cyan-600`
|
|
97
|
+
- `cyan-700`
|
|
98
|
+
- `cyan-800`
|
|
99
|
+
- `cyan-900`
|
|
100
|
+
- `cyan-background-color-default`
|
|
101
|
+
- `cyan-visual-color`
|
|
102
|
+
- `drop-zone-background-color`
|
|
103
|
+
- `focus-indicator-color`
|
|
104
|
+
- `fuchsia-100`
|
|
105
|
+
- `fuchsia-1000`
|
|
106
|
+
- `fuchsia-1100`
|
|
107
|
+
- `fuchsia-1200`
|
|
108
|
+
- `fuchsia-1300`
|
|
109
|
+
- `fuchsia-1400`
|
|
110
|
+
- `fuchsia-200`
|
|
111
|
+
- `fuchsia-300`
|
|
112
|
+
- `fuchsia-400`
|
|
113
|
+
- `fuchsia-500`
|
|
114
|
+
- `fuchsia-600`
|
|
115
|
+
- `fuchsia-700`
|
|
116
|
+
- `fuchsia-800`
|
|
117
|
+
- `fuchsia-900`
|
|
118
|
+
- `fuchsia-background-color-default`
|
|
119
|
+
- `fuchsia-visual-color`
|
|
120
|
+
- `green-100`
|
|
121
|
+
- `green-1000`
|
|
122
|
+
- `green-1100`
|
|
123
|
+
- `green-1200`
|
|
124
|
+
- `green-1300`
|
|
125
|
+
- `green-1400`
|
|
126
|
+
- `green-200`
|
|
127
|
+
- `green-300`
|
|
128
|
+
- `green-400`
|
|
129
|
+
- `green-500`
|
|
130
|
+
- `green-600`
|
|
131
|
+
- `green-700`
|
|
132
|
+
- `green-800`
|
|
133
|
+
- `green-900`
|
|
134
|
+
- `green-background-color-default`
|
|
135
|
+
- `green-visual-color`
|
|
136
|
+
- `icon-color-blue-primary-default`
|
|
137
|
+
- `icon-color-green-primary-default`
|
|
138
|
+
- `icon-color-red-primary-default`
|
|
139
|
+
- `icon-color-yellow-primary-default`
|
|
140
|
+
- `indigo-100`
|
|
141
|
+
- `indigo-1000`
|
|
142
|
+
- `indigo-1100`
|
|
143
|
+
- `indigo-1200`
|
|
144
|
+
- `indigo-1300`
|
|
145
|
+
- `indigo-1400`
|
|
146
|
+
- `indigo-200`
|
|
147
|
+
- `indigo-300`
|
|
148
|
+
- `indigo-400`
|
|
149
|
+
- `indigo-500`
|
|
150
|
+
- `indigo-600`
|
|
151
|
+
- `indigo-700`
|
|
152
|
+
- `indigo-800`
|
|
153
|
+
- `indigo-900`
|
|
154
|
+
- `indigo-background-color-default`
|
|
155
|
+
- `indigo-visual-color`
|
|
156
|
+
- `informative-background-color-default`
|
|
157
|
+
- `informative-background-color-down`
|
|
158
|
+
- `informative-background-color-hover`
|
|
159
|
+
- `informative-background-color-key-focus`
|
|
160
|
+
- `informative-color-100`
|
|
161
|
+
- `informative-color-1000`
|
|
162
|
+
- `informative-color-1100`
|
|
163
|
+
- `informative-color-1200`
|
|
164
|
+
- `informative-color-1300`
|
|
165
|
+
- `informative-color-1400`
|
|
166
|
+
- `informative-color-200`
|
|
167
|
+
- `informative-color-300`
|
|
168
|
+
- `informative-color-400`
|
|
169
|
+
- `informative-color-500`
|
|
170
|
+
- `informative-color-600`
|
|
171
|
+
- `informative-color-700`
|
|
172
|
+
- `informative-color-800`
|
|
173
|
+
- `informative-color-900`
|
|
174
|
+
- `informative-visual-color`
|
|
175
|
+
- `magenta-100`
|
|
176
|
+
- `magenta-1000`
|
|
177
|
+
- `magenta-1100`
|
|
178
|
+
- `magenta-1200`
|
|
179
|
+
- `magenta-1300`
|
|
180
|
+
- `magenta-1400`
|
|
181
|
+
- `magenta-200`
|
|
182
|
+
- `magenta-300`
|
|
183
|
+
- `magenta-400`
|
|
184
|
+
- `magenta-500`
|
|
185
|
+
- `magenta-600`
|
|
186
|
+
- `magenta-700`
|
|
187
|
+
- `magenta-800`
|
|
188
|
+
- `magenta-900`
|
|
189
|
+
- `magenta-background-color-default`
|
|
190
|
+
- `magenta-visual-color`
|
|
191
|
+
- `navigational-indicator-top-to-back-icon-extra-large`
|
|
192
|
+
- `navigational-indicator-top-to-back-icon-large`
|
|
193
|
+
- `navigational-indicator-top-to-back-icon-medium`
|
|
194
|
+
- `navigational-indicator-top-to-back-icon-small`
|
|
195
|
+
- `negative-background-color-default`
|
|
196
|
+
- `negative-background-color-down`
|
|
197
|
+
- `negative-background-color-hover`
|
|
198
|
+
- `negative-background-color-key-focus`
|
|
199
|
+
- `negative-border-color-default`
|
|
200
|
+
- `negative-border-color-down`
|
|
201
|
+
- `negative-border-color-focus`
|
|
202
|
+
- `negative-border-color-focus-hover`
|
|
203
|
+
- `negative-border-color-hover`
|
|
204
|
+
- `negative-border-color-key-focus`
|
|
205
|
+
- `negative-color-100`
|
|
206
|
+
- `negative-color-1000`
|
|
207
|
+
- `negative-color-1100`
|
|
208
|
+
- `negative-color-1200`
|
|
209
|
+
- `negative-color-1300`
|
|
210
|
+
- `negative-color-1400`
|
|
211
|
+
- `negative-color-200`
|
|
212
|
+
- `negative-color-300`
|
|
213
|
+
- `negative-color-400`
|
|
214
|
+
- `negative-color-500`
|
|
215
|
+
- `negative-color-600`
|
|
216
|
+
- `negative-color-700`
|
|
217
|
+
- `negative-color-800`
|
|
218
|
+
- `negative-color-900`
|
|
219
|
+
- `negative-content-color-default`
|
|
220
|
+
- `negative-content-color-down`
|
|
221
|
+
- `negative-content-color-hover`
|
|
222
|
+
- `negative-content-color-key-focus`
|
|
223
|
+
- `negative-visual-color`
|
|
224
|
+
- `notice-background-color-default`
|
|
225
|
+
- `notice-color-100`
|
|
226
|
+
- `notice-color-1000`
|
|
227
|
+
- `notice-color-1100`
|
|
228
|
+
- `notice-color-1200`
|
|
229
|
+
- `notice-color-1300`
|
|
230
|
+
- `notice-color-1400`
|
|
231
|
+
- `notice-color-200`
|
|
232
|
+
- `notice-color-300`
|
|
233
|
+
- `notice-color-400`
|
|
234
|
+
- `notice-color-500`
|
|
235
|
+
- `notice-color-600`
|
|
236
|
+
- `notice-color-700`
|
|
237
|
+
- `notice-color-800`
|
|
238
|
+
- `notice-color-900`
|
|
239
|
+
- `notice-visual-color`
|
|
240
|
+
- `orange-100`
|
|
241
|
+
- `orange-1000`
|
|
242
|
+
- `orange-1100`
|
|
243
|
+
- `orange-1200`
|
|
244
|
+
- `orange-1300`
|
|
245
|
+
- `orange-1400`
|
|
246
|
+
- `orange-200`
|
|
247
|
+
- `orange-300`
|
|
248
|
+
- `orange-400`
|
|
249
|
+
- `orange-500`
|
|
250
|
+
- `orange-600`
|
|
251
|
+
- `orange-700`
|
|
252
|
+
- `orange-800`
|
|
253
|
+
- `orange-900`
|
|
254
|
+
- `orange-background-color-default`
|
|
255
|
+
- `orange-visual-color`
|
|
256
|
+
- `positive-background-color-default`
|
|
257
|
+
- `positive-background-color-down`
|
|
258
|
+
- `positive-background-color-hover`
|
|
259
|
+
- `positive-background-color-key-focus`
|
|
260
|
+
- `positive-color-100`
|
|
261
|
+
- `positive-color-1000`
|
|
262
|
+
- `positive-color-1100`
|
|
263
|
+
- `positive-color-1200`
|
|
264
|
+
- `positive-color-1300`
|
|
265
|
+
- `positive-color-1400`
|
|
266
|
+
- `positive-color-200`
|
|
267
|
+
- `positive-color-300`
|
|
268
|
+
- `positive-color-400`
|
|
269
|
+
- `positive-color-500`
|
|
270
|
+
- `positive-color-600`
|
|
271
|
+
- `positive-color-700`
|
|
272
|
+
- `positive-color-800`
|
|
273
|
+
- `positive-color-900`
|
|
274
|
+
- `positive-visual-color`
|
|
275
|
+
- `purple-100`
|
|
276
|
+
- `purple-1000`
|
|
277
|
+
- `purple-1100`
|
|
278
|
+
- `purple-1200`
|
|
279
|
+
- `purple-1300`
|
|
280
|
+
- `purple-1400`
|
|
281
|
+
- `purple-200`
|
|
282
|
+
- `purple-300`
|
|
283
|
+
- `purple-400`
|
|
284
|
+
- `purple-500`
|
|
285
|
+
- `purple-600`
|
|
286
|
+
- `purple-700`
|
|
287
|
+
- `purple-800`
|
|
288
|
+
- `purple-900`
|
|
289
|
+
- `purple-background-color-default`
|
|
290
|
+
- `purple-visual-color`
|
|
291
|
+
- `red-100`
|
|
292
|
+
- `red-1000`
|
|
293
|
+
- `red-1100`
|
|
294
|
+
- `red-1200`
|
|
295
|
+
- `red-1300`
|
|
296
|
+
- `red-1400`
|
|
297
|
+
- `red-200`
|
|
298
|
+
- `red-300`
|
|
299
|
+
- `red-400`
|
|
300
|
+
- `red-500`
|
|
301
|
+
- `red-600`
|
|
302
|
+
- `red-700`
|
|
303
|
+
- `red-800`
|
|
304
|
+
- `red-900`
|
|
305
|
+
- `red-background-color-default`
|
|
306
|
+
- `red-visual-color`
|
|
307
|
+
- `seafoam-100`
|
|
308
|
+
- `seafoam-1000`
|
|
309
|
+
- `seafoam-1100`
|
|
310
|
+
- `seafoam-1200`
|
|
311
|
+
- `seafoam-1300`
|
|
312
|
+
- `seafoam-1400`
|
|
313
|
+
- `seafoam-200`
|
|
314
|
+
- `seafoam-300`
|
|
315
|
+
- `seafoam-400`
|
|
316
|
+
- `seafoam-500`
|
|
317
|
+
- `seafoam-600`
|
|
318
|
+
- `seafoam-700`
|
|
319
|
+
- `seafoam-800`
|
|
320
|
+
- `seafoam-900`
|
|
321
|
+
- `seafoam-background-color-default`
|
|
322
|
+
- `seafoam-visual-color`
|
|
323
|
+
- `side-navigation-item-to-header`
|
|
324
|
+
- `table-selected-row-background-color`
|
|
325
|
+
- `yellow-100`
|
|
326
|
+
- `yellow-1000`
|
|
327
|
+
- `yellow-1100`
|
|
328
|
+
- `yellow-1200`
|
|
329
|
+
- `yellow-1300`
|
|
330
|
+
- `yellow-1400`
|
|
331
|
+
- `yellow-200`
|
|
332
|
+
- `yellow-300`
|
|
333
|
+
- `yellow-400`
|
|
334
|
+
- `yellow-500`
|
|
335
|
+
- `yellow-600`
|
|
336
|
+
- `yellow-700`
|
|
337
|
+
- `yellow-800`
|
|
338
|
+
- `yellow-900`
|
|
339
|
+
- `yellow-background-color-default`
|
|
340
|
+
- `yellow-visual-color`
|
|
341
|
+
|
|
342
|
+
## 13.0.0-beta.6
|
|
343
|
+
|
|
344
|
+
### Minor Changes
|
|
345
|
+
|
|
346
|
+
- 6d1c661: Added new Spectrum 2 color tokens for both light and dark themes:
|
|
347
|
+
|
|
348
|
+
Cinnamon 100 to 1600
|
|
349
|
+
|
|
350
|
+
## Design Motivation
|
|
351
|
+
|
|
352
|
+
This is the last new color that is a part of the new color set needed from Premiere Pro. The additional color will also help when creating new data vis color palettes for Spectrum 2.
|
|
353
|
+
|
|
354
|
+
## Token Diff
|
|
355
|
+
|
|
356
|
+
_Tokens added (17):_
|
|
357
|
+
|
|
358
|
+
- `cinnamon-100`
|
|
359
|
+
- `cinnamon-200`
|
|
360
|
+
- `cinnamon-300`
|
|
361
|
+
- `cinnamon-400`
|
|
362
|
+
- `cinnamon-500`
|
|
363
|
+
- `cinnamon-600`
|
|
364
|
+
- `cinnamon-700`
|
|
365
|
+
- `cinnamon-800`
|
|
366
|
+
- `cinnamon-900`
|
|
367
|
+
- `cinnamon-1000`
|
|
368
|
+
- `cinnamon-1100`
|
|
369
|
+
- `cinnamon-1200`
|
|
370
|
+
- `cinnamon-1300`
|
|
371
|
+
- `cinnamon-1400`
|
|
372
|
+
- `cinnamon-1500`
|
|
373
|
+
- `cinnamon-1600`
|
|
374
|
+
|
|
375
|
+
- 91d7e95: Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
|
|
376
|
+
|
|
377
|
+
## Design Motivation
|
|
378
|
+
|
|
379
|
+
While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1
|
|
380
|
+
|
|
381
|
+
## Token Diff
|
|
382
|
+
|
|
383
|
+
_Token values updated (1):_
|
|
384
|
+
|
|
385
|
+
- `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
|
|
386
|
+
|
|
3
387
|
## 13.0.0-beta.5
|
|
4
388
|
|
|
5
389
|
### Major Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -114,6 +114,22 @@
|
|
|
114
114
|
"chartreuse-900": "rgb(102, 122, 0)",
|
|
115
115
|
"chartreuse-background-color-default": "rgb(163, 196, 0)",
|
|
116
116
|
"chartreuse-visual-color": "rgb(143, 172, 0)",
|
|
117
|
+
"cinnamon-100": "rgb(253, 247, 243)",
|
|
118
|
+
"cinnamon-1000": "rgb(147, 77, 43)",
|
|
119
|
+
"cinnamon-1100": "rgb(128, 62, 32)",
|
|
120
|
+
"cinnamon-1200": "rgb(110, 48, 21)",
|
|
121
|
+
"cinnamon-1300": "rgb(92, 35, 11)",
|
|
122
|
+
"cinnamon-1400": "rgb(72, 25, 6)",
|
|
123
|
+
"cinnamon-1500": "rgb(52, 18, 4)",
|
|
124
|
+
"cinnamon-1600": "rgb(24, 8, 2)",
|
|
125
|
+
"cinnamon-200": "rgb(249, 236, 229)",
|
|
126
|
+
"cinnamon-300": "rgb(244, 218, 203)",
|
|
127
|
+
"cinnamon-400": "rgb(237, 196, 172)",
|
|
128
|
+
"cinnamon-500": "rgb(229, 170, 136)",
|
|
129
|
+
"cinnamon-600": "rgb(212, 145, 108)",
|
|
130
|
+
"cinnamon-700": "rgb(198, 126, 88)",
|
|
131
|
+
"cinnamon-800": "rgb(184, 109, 70)",
|
|
132
|
+
"cinnamon-900": "rgb(170, 94, 56)",
|
|
117
133
|
"coach-mark-pagination-color": "rgb(113, 113, 113)",
|
|
118
134
|
"code-color": "rgb(41, 41, 41)",
|
|
119
135
|
"color-area-border-color": "rgb(19, 19, 19)",
|
|
@@ -327,7 +343,7 @@
|
|
|
327
343
|
"neutral-subdued-content-color-key-focus": "rgb(41, 41, 41)",
|
|
328
344
|
"neutral-subdued-content-color-selected": "rgb(41, 41, 41)",
|
|
329
345
|
"neutral-visual-color": "rgb(143, 143, 143)",
|
|
330
|
-
"notice-background-color-default": "rgb(
|
|
346
|
+
"notice-background-color-default": "rgb(252, 125, 0)",
|
|
331
347
|
"notice-color-100": "rgb(255, 246, 231)",
|
|
332
348
|
"notice-color-1000": "rgb(167, 62, 0)",
|
|
333
349
|
"notice-color-1100": "rgb(144, 51, 0)",
|
|
@@ -367,7 +383,6 @@
|
|
|
367
383
|
"orange-visual-color": "rgb(232, 106, 0)",
|
|
368
384
|
"overlay-color": "rgb(0, 0, 0)",
|
|
369
385
|
"overlay-opacity": "0.4",
|
|
370
|
-
"picker-border-width": "1px",
|
|
371
386
|
"pink-100": "rgb(255, 246, 252)",
|
|
372
387
|
"pink-1000": "rgb(176, 31, 123)",
|
|
373
388
|
"pink-1100": "rgb(152, 22, 104)",
|
|
@@ -648,6 +663,22 @@
|
|
|
648
663
|
"chartreuse-900": "rgb(122, 147, 0)",
|
|
649
664
|
"chartreuse-background-color-default": "rgb(122, 147, 0)",
|
|
650
665
|
"chartreuse-visual-color": "rgb(122, 147, 0)",
|
|
666
|
+
"cinnamon-100": "rgb(48, 17, 4)",
|
|
667
|
+
"cinnamon-1000": "rgb(206, 136, 99)",
|
|
668
|
+
"cinnamon-1100": "rgb(220, 154, 118)",
|
|
669
|
+
"cinnamon-1200": "rgb(232, 179, 149)",
|
|
670
|
+
"cinnamon-1300": "rgb(239, 203, 183)",
|
|
671
|
+
"cinnamon-1400": "rgb(246, 225, 214)",
|
|
672
|
+
"cinnamon-1500": "rgb(252, 244, 239)",
|
|
673
|
+
"cinnamon-1600": "rgb(255, 255, 255)",
|
|
674
|
+
"cinnamon-200": "rgb(59, 21, 5)",
|
|
675
|
+
"cinnamon-300": "rgb(79, 28, 7)",
|
|
676
|
+
"cinnamon-400": "rgb(100, 41, 15)",
|
|
677
|
+
"cinnamon-500": "rgb(122, 57, 28)",
|
|
678
|
+
"cinnamon-600": "rgb(143, 74, 40)",
|
|
679
|
+
"cinnamon-700": "rgb(163, 88, 52)",
|
|
680
|
+
"cinnamon-800": "rgb(179, 103, 64)",
|
|
681
|
+
"cinnamon-900": "rgb(192, 119, 80)",
|
|
651
682
|
"coach-mark-pagination-color": "rgb(138, 138, 138)",
|
|
652
683
|
"code-color": "rgb(219, 219, 219)",
|
|
653
684
|
"color-area-border-color": "rgb(242, 242, 242)",
|
|
@@ -901,7 +932,6 @@
|
|
|
901
932
|
"orange-visual-color": "rgb(224, 100, 0)",
|
|
902
933
|
"overlay-color": "rgb(0, 0, 0)",
|
|
903
934
|
"overlay-opacity": "0.6",
|
|
904
|
-
"picker-border-width": "1px",
|
|
905
935
|
"pink-100": "rgb(58, 0, 37)",
|
|
906
936
|
"pink-1000": "rgb(251, 90, 196)",
|
|
907
937
|
"pink-1100": "rgb(255, 122, 210)",
|
|
@@ -1096,7 +1126,6 @@
|
|
|
1096
1126
|
"floating-action-button-shadow-color": "rgba(0, 0, 0, 0.15)",
|
|
1097
1127
|
"opacity-checkerboard-square-light": "rgb(255, 255, 255)",
|
|
1098
1128
|
"overlay-color": "rgb(0, 0, 0)",
|
|
1099
|
-
"picker-border-width": "1px",
|
|
1100
1129
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
1101
1130
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
1102
1131
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
@@ -1182,6 +1211,17 @@
|
|
|
1182
1211
|
"alert-dialog-maximum-width": "480px",
|
|
1183
1212
|
"alert-dialog-minimum-width": "288px",
|
|
1184
1213
|
"alert-dialog-title-size": "18px",
|
|
1214
|
+
"arrow-icon-size-100": "10px",
|
|
1215
|
+
"arrow-icon-size-200": "12px",
|
|
1216
|
+
"arrow-icon-size-300": "14px",
|
|
1217
|
+
"arrow-icon-size-400": "16px",
|
|
1218
|
+
"arrow-icon-size-500": "18px",
|
|
1219
|
+
"arrow-icon-size-600": "20px",
|
|
1220
|
+
"arrow-icon-size-75": "10px",
|
|
1221
|
+
"asterisk-icon-size-100": "8px",
|
|
1222
|
+
"asterisk-icon-size-200": "10px",
|
|
1223
|
+
"asterisk-icon-size-300": "10px",
|
|
1224
|
+
"asterisk-icon-size-75": "8px",
|
|
1185
1225
|
"avatar-opacity-disabled": "0.3",
|
|
1186
1226
|
"avatar-size-100": "20px",
|
|
1187
1227
|
"avatar-size-200": "22px",
|
|
@@ -1246,6 +1286,22 @@
|
|
|
1246
1286
|
"checkbox-top-to-control-large": "12px",
|
|
1247
1287
|
"checkbox-top-to-control-medium": "9px",
|
|
1248
1288
|
"checkbox-top-to-control-small": "6px",
|
|
1289
|
+
"checkmark-icon-size-100": "10px",
|
|
1290
|
+
"checkmark-icon-size-200": "12px",
|
|
1291
|
+
"checkmark-icon-size-300": "14px",
|
|
1292
|
+
"checkmark-icon-size-400": "16px",
|
|
1293
|
+
"checkmark-icon-size-50": "10px",
|
|
1294
|
+
"checkmark-icon-size-500": "16px",
|
|
1295
|
+
"checkmark-icon-size-600": "18px",
|
|
1296
|
+
"checkmark-icon-size-75": "10px",
|
|
1297
|
+
"chevron-icon-size-100": "10px",
|
|
1298
|
+
"chevron-icon-size-200": "12px",
|
|
1299
|
+
"chevron-icon-size-300": "14px",
|
|
1300
|
+
"chevron-icon-size-400": "16px",
|
|
1301
|
+
"chevron-icon-size-50": "6px",
|
|
1302
|
+
"chevron-icon-size-500": "16px",
|
|
1303
|
+
"chevron-icon-size-600": "18px",
|
|
1304
|
+
"chevron-icon-size-75": "10px",
|
|
1249
1305
|
"cjk-letter-spacing": "0.05em",
|
|
1250
1306
|
"cjk-line-height-100": "1.5",
|
|
1251
1307
|
"cjk-line-height-200": "1.7",
|
|
@@ -1277,7 +1333,6 @@
|
|
|
1277
1333
|
"color-handle-border-width": "2px",
|
|
1278
1334
|
"color-handle-inner-border-opacity": "0.42",
|
|
1279
1335
|
"color-handle-inner-border-width": "1px",
|
|
1280
|
-
"color-handle-outer-border-color": "rgb(0, 0, 0)",
|
|
1281
1336
|
"color-handle-outer-border-opacity": "0.42",
|
|
1282
1337
|
"color-handle-outer-border-width": "1px",
|
|
1283
1338
|
"color-handle-size": "16px",
|
|
@@ -1356,12 +1411,31 @@
|
|
|
1356
1411
|
"component-top-to-workflow-icon-300": "13px",
|
|
1357
1412
|
"component-top-to-workflow-icon-50": "3px",
|
|
1358
1413
|
"component-top-to-workflow-icon-75": "4px",
|
|
1359
|
-
"contextual-help-body-size": "
|
|
1414
|
+
"contextual-help-body-size": "14px",
|
|
1360
1415
|
"contextual-help-minimum-width": "268px",
|
|
1361
1416
|
"contextual-help-title-size": "16px",
|
|
1362
1417
|
"corner-radius-100": "4px",
|
|
1363
1418
|
"corner-radius-200": "8px",
|
|
1364
1419
|
"corner-radius-75": "2px",
|
|
1420
|
+
"corner-triangle-icon-size-100": "5px",
|
|
1421
|
+
"corner-triangle-icon-size-200": "6px",
|
|
1422
|
+
"corner-triangle-icon-size-300": "7px",
|
|
1423
|
+
"corner-triangle-icon-size-75": "5px",
|
|
1424
|
+
"cross-icon-size-100": "8px",
|
|
1425
|
+
"cross-icon-size-200": "10px",
|
|
1426
|
+
"cross-icon-size-300": "12px",
|
|
1427
|
+
"cross-icon-size-400": "12px",
|
|
1428
|
+
"cross-icon-size-500": "14px",
|
|
1429
|
+
"cross-icon-size-600": "16px",
|
|
1430
|
+
"cross-icon-size-75": "8px",
|
|
1431
|
+
"dash-icon-size-100": "10px",
|
|
1432
|
+
"dash-icon-size-200": "12px",
|
|
1433
|
+
"dash-icon-size-300": "12px",
|
|
1434
|
+
"dash-icon-size-400": "14px",
|
|
1435
|
+
"dash-icon-size-50": "8px",
|
|
1436
|
+
"dash-icon-size-500": "16px",
|
|
1437
|
+
"dash-icon-size-600": "18px",
|
|
1438
|
+
"dash-icon-size-75": "8px",
|
|
1365
1439
|
"detail-cjk-line-height": "1.5",
|
|
1366
1440
|
"detail-letter-spacing": "0.06em",
|
|
1367
1441
|
"detail-line-height": "1.3",
|
|
@@ -1543,10 +1617,10 @@
|
|
|
1543
1617
|
"meter-thickness-large": "6px",
|
|
1544
1618
|
"meter-thickness-small": "4px",
|
|
1545
1619
|
"meter-width": "192px",
|
|
1546
|
-
"navigational-indicator-top-to-back-icon-extra-large": "
|
|
1547
|
-
"navigational-indicator-top-to-back-icon-large": "
|
|
1548
|
-
"navigational-indicator-top-to-back-icon-medium": "
|
|
1549
|
-
"navigational-indicator-top-to-back-icon-small": "
|
|
1620
|
+
"navigational-indicator-top-to-back-icon-extra-large": "15px",
|
|
1621
|
+
"navigational-indicator-top-to-back-icon-large": "12px",
|
|
1622
|
+
"navigational-indicator-top-to-back-icon-medium": "9px",
|
|
1623
|
+
"navigational-indicator-top-to-back-icon-small": "6px",
|
|
1550
1624
|
"opacity-checkerboard-square-size": "8px",
|
|
1551
1625
|
"opacity-disabled": "0.3",
|
|
1552
1626
|
"picker-border-width": "1px",
|
|
@@ -1588,7 +1662,8 @@
|
|
|
1588
1662
|
"side-label-character-count-top-margin-medium": "8px",
|
|
1589
1663
|
"side-label-character-count-top-margin-small": "4px",
|
|
1590
1664
|
"side-navigation-bottom-to-text": "8px",
|
|
1591
|
-
"side-navigation-
|
|
1665
|
+
"side-navigation-header-to-item": "8px",
|
|
1666
|
+
"side-navigation-item-to-header": "24px",
|
|
1592
1667
|
"side-navigation-item-to-item": "4px",
|
|
1593
1668
|
"side-navigation-maximum-width": "240px",
|
|
1594
1669
|
"side-navigation-minimum-width": "160px",
|