@adobe/spectrum-tokens 13.0.0-beta.2 → 13.0.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md +1379 -0
  2. package/dist/json/drover.json +826 -473
  3. package/dist/json/variables.json +9794 -6005
  4. package/moon.yml +1 -1
  5. package/package.json +7 -4
  6. package/schemas/components/action-bar.json +1 -1
  7. package/schemas/components/action-button.json +1 -1
  8. package/schemas/components/action-group.json +1 -1
  9. package/schemas/components/alert-banner.json +1 -1
  10. package/schemas/components/alert-dialog.json +1 -1
  11. package/schemas/components/avatar.json +1 -1
  12. package/schemas/components/badge.json +1 -1
  13. package/schemas/components/body.json +1 -1
  14. package/schemas/components/bottom-navigation-android.json +1 -1
  15. package/schemas/components/breadcrumbs.json +1 -1
  16. package/schemas/components/button-group.json +1 -1
  17. package/schemas/components/button.json +1 -1
  18. package/schemas/components/checkbox-group.json +1 -1
  19. package/schemas/components/checkbox.json +1 -1
  20. package/schemas/components/close-button.json +1 -1
  21. package/schemas/components/code.json +1 -1
  22. package/schemas/components/color-area.json +1 -1
  23. package/schemas/components/color-loupe.json +1 -1
  24. package/schemas/components/color-slider.json +1 -1
  25. package/schemas/components/color-wheel.json +1 -1
  26. package/schemas/components/combo-box.json +1 -1
  27. package/schemas/components/contextual-help.json +1 -1
  28. package/schemas/components/detail.json +1 -1
  29. package/schemas/components/divider.json +1 -1
  30. package/schemas/components/field-label.json +1 -1
  31. package/schemas/components/heading.json +1 -1
  32. package/schemas/components/help-text.json +1 -1
  33. package/schemas/components/in-line-alert.json +1 -1
  34. package/schemas/components/link.json +1 -1
  35. package/schemas/components/menu.json +1 -1
  36. package/schemas/components/meter.json +1 -1
  37. package/schemas/components/picker.json +1 -1
  38. package/schemas/components/popover.json +1 -1
  39. package/schemas/components/progress-bar.json +1 -1
  40. package/schemas/components/progress-circle.json +1 -1
  41. package/schemas/components/radio-group.json +1 -1
  42. package/schemas/components/rating.json +1 -1
  43. package/schemas/components/scroll-zoom-bar.json +1 -1
  44. package/schemas/components/side-navigation.json +1 -1
  45. package/schemas/components/slider.json +1 -1
  46. package/schemas/components/status-light.json +1 -1
  47. package/schemas/components/swatch-group.json +1 -1
  48. package/schemas/components/swatch.json +1 -1
  49. package/schemas/components/switch.json +1 -1
  50. package/schemas/components/tab-bar-ios.json +1 -1
  51. package/schemas/components/tabs.json +1 -1
  52. package/schemas/components/tag.json +1 -1
  53. package/schemas/components/text-area.json +1 -1
  54. package/schemas/components/text-field.json +1 -1
  55. package/schemas/components/toast.json +1 -1
  56. package/schemas/components/tooltip.json +1 -1
  57. package/schemas/components/tray.json +1 -1
  58. package/schemas/components/tree-view.json +1 -1
  59. package/schemas/token-types/alias.json +25 -0
  60. package/schemas/token-types/color-set.json +69 -0
  61. package/schemas/token-types/color.json +25 -0
  62. package/schemas/token-types/dimension.json +25 -0
  63. package/schemas/token-types/font-family.json +25 -0
  64. package/schemas/token-types/font-size.json +25 -0
  65. package/schemas/token-types/font-style.json +25 -0
  66. package/schemas/token-types/font-weight.json +25 -0
  67. package/schemas/token-types/multiplier.json +25 -0
  68. package/schemas/token-types/opacity.json +25 -0
  69. package/schemas/token-types/scale-set.json +60 -0
  70. package/schemas/token-types/set.json +22 -0
  71. package/schemas/token-types/text-transform.json +25 -0
  72. package/schemas/token-types/token.json +27 -0
  73. package/src/color-aliases.json +573 -119
  74. package/src/color-component.json +52 -12
  75. package/src/color-palette.json +3038 -414
  76. package/src/icons.json +18 -0
  77. package/src/layout-component.json +5120 -2385
  78. package/src/layout.json +773 -102
  79. package/src/semantic-color-palette.json +101 -1
  80. package/src/typography.json +285 -0
  81. package/test/checkId.test.js +55 -33
  82. package/test/componentSchemaValidator.test.js +74 -0
  83. package/test/schemaValidators/alias.test.js +41 -0
  84. package/test/tokenSchemaValidator.test.js +97 -0
@@ -26,21 +26,23 @@
26
26
  "accent-color-1600": "rgb(7, 11, 30)",
27
27
  "accent-color-200": "rgb(229, 240, 254)",
28
28
  "accent-color-300": "rgb(203, 226, 254)",
29
- "accent-color-400": "rgb(176, 209, 253)",
30
- "accent-color-500": "rgb(147, 189, 252)",
31
- "accent-color-600": "rgb(122, 167, 253)",
32
- "accent-color-700": "rgb(100, 144, 255)",
33
- "accent-color-800": "rgb(80, 123, 255)",
29
+ "accent-color-400": "rgb(172, 207, 253)",
30
+ "accent-color-500": "rgb(142, 185, 252)",
31
+ "accent-color-600": "rgb(114, 158, 253)",
32
+ "accent-color-700": "rgb(93, 137, 255)",
33
+ "accent-color-800": "rgb(75, 117, 255)",
34
34
  "accent-color-900": "rgb(59, 99, 251)",
35
35
  "accent-content-color-default": "rgb(59, 99, 251)",
36
36
  "accent-content-color-down": "rgb(39, 77, 234)",
37
37
  "accent-content-color-hover": "rgb(39, 77, 234)",
38
38
  "accent-content-color-key-focus": "rgb(39, 77, 234)",
39
39
  "accent-content-color-selected": "rgb(39, 77, 234)",
40
- "accent-visual-color": "rgb(80, 123, 255)",
41
- "background-base-color": "rgb(233, 233, 233)",
40
+ "accent-visual-color": "rgb(75, 117, 255)",
41
+ "background-base-color": "rgb(255, 255, 255)",
42
+ "background-elevated-color": "rgb(255, 255, 255)",
42
43
  "background-layer-1-color": "rgb(248, 248, 248)",
43
44
  "background-layer-2-color": "rgb(255, 255, 255)",
45
+ "background-pasteboard-color": "rgb(233, 233, 233)",
44
46
  "black": "rgb(0, 0, 0)",
45
47
  "blue-100": "rgb(245, 249, 255)",
46
48
  "blue-1000": "rgb(39, 77, 234)",
@@ -52,15 +54,33 @@
52
54
  "blue-1600": "rgb(7, 11, 30)",
53
55
  "blue-200": "rgb(229, 240, 254)",
54
56
  "blue-300": "rgb(203, 226, 254)",
55
- "blue-400": "rgb(176, 209, 253)",
56
- "blue-500": "rgb(147, 189, 252)",
57
- "blue-600": "rgb(122, 167, 253)",
58
- "blue-700": "rgb(100, 144, 255)",
59
- "blue-800": "rgb(80, 123, 255)",
57
+ "blue-400": "rgb(172, 207, 253)",
58
+ "blue-500": "rgb(142, 185, 252)",
59
+ "blue-600": "rgb(114, 158, 253)",
60
+ "blue-700": "rgb(93, 137, 255)",
61
+ "blue-800": "rgb(75, 117, 255)",
60
62
  "blue-900": "rgb(59, 99, 251)",
61
63
  "blue-background-color-default": "rgb(59, 99, 251)",
62
- "blue-visual-color": "rgb(80, 123, 255)",
64
+ "blue-visual-color": "rgb(75, 117, 255)",
63
65
  "body-color": "rgb(41, 41, 41)",
66
+ "brown-100": "rgb(252, 247, 242)",
67
+ "brown-1000": "rgb(119, 91, 50)",
68
+ "brown-1100": "rgb(103, 76, 35)",
69
+ "brown-1200": "rgb(88, 61, 21)",
70
+ "brown-1300": "rgb(70, 49, 17)",
71
+ "brown-1400": "rgb(52, 37, 13)",
72
+ "brown-1500": "rgb(38, 26, 9)",
73
+ "brown-1600": "rgb(16, 12, 4)",
74
+ "brown-200": "rgb(247, 238, 225)",
75
+ "brown-300": "rgb(239, 221, 195)",
76
+ "brown-400": "rgb(229, 200, 157)",
77
+ "brown-500": "rgb(214, 177, 123)",
78
+ "brown-600": "rgb(190, 155, 104)",
79
+ "brown-700": "rgb(171, 138, 90)",
80
+ "brown-800": "rgb(154, 123, 77)",
81
+ "brown-900": "rgb(139, 109, 66)",
82
+ "brown-background-color-default": "rgb(139, 109, 66)",
83
+ "brown-visual-color": "rgb(154, 123, 77)",
64
84
  "card-selection-background-color": "rgb(233, 233, 233)",
65
85
  "celery-100": "rgb(235, 255, 220)",
66
86
  "celery-1000": "rgb(52, 109, 12)",
@@ -70,16 +90,16 @@
70
90
  "celery-1400": "rgb(19, 46, 0)",
71
91
  "celery-1500": "rgb(12, 33, 0)",
72
92
  "celery-1600": "rgb(4, 15, 0)",
73
- "celery-200": "rgb(202, 255, 164)",
74
- "celery-300": "rgb(155, 246, 90)",
75
- "celery-400": "rgb(131, 230, 60)",
76
- "celery-500": "rgb(113, 210, 44)",
77
- "celery-600": "rgb(99, 189, 34)",
78
- "celery-700": "rgb(85, 168, 27)",
79
- "celery-800": "rgb(75, 149, 21)",
93
+ "celery-200": "rgb(197, 255, 156)",
94
+ "celery-300": "rgb(157, 247, 92)",
95
+ "celery-400": "rgb(129, 228, 58)",
96
+ "celery-500": "rgb(110, 206, 42)",
97
+ "celery-600": "rgb(93, 180, 31)",
98
+ "celery-700": "rgb(82, 161, 25)",
99
+ "celery-800": "rgb(72, 144, 20)",
80
100
  "celery-900": "rgb(64, 129, 17)",
81
- "celery-background-color-default": "rgb(99, 189, 34)",
82
- "celery-visual-color": "rgb(85, 168, 27)",
101
+ "celery-background-color-default": "rgb(93, 180, 31)",
102
+ "celery-visual-color": "rgb(82, 161, 25)",
83
103
  "chartreuse-100": "rgb(246, 251, 222)",
84
104
  "chartreuse-1000": "rgb(86, 103, 0)",
85
105
  "chartreuse-1100": "rgb(73, 87, 0)",
@@ -90,24 +110,42 @@
90
110
  "chartreuse-1600": "rgb(11, 14, 0)",
91
111
  "chartreuse-200": "rgb(234, 246, 173)",
92
112
  "chartreuse-300": "rgb(208, 236, 70)",
93
- "chartreuse-400": "rgb(184, 221, 0)",
94
- "chartreuse-500": "rgb(166, 200, 0)",
95
- "chartreuse-600": "rgb(149, 180, 0)",
96
- "chartreuse-700": "rgb(133, 159, 0)",
97
- "chartreuse-800": "rgb(118, 141, 0)",
113
+ "chartreuse-400": "rgb(182, 219, 0)",
114
+ "chartreuse-500": "rgb(163, 196, 0)",
115
+ "chartreuse-600": "rgb(143, 172, 0)",
116
+ "chartreuse-700": "rgb(128, 153, 0)",
117
+ "chartreuse-800": "rgb(114, 137, 0)",
98
118
  "chartreuse-900": "rgb(102, 122, 0)",
99
- "chartreuse-background-color-default": "rgb(166, 200, 0)",
100
- "chartreuse-visual-color": "rgb(149, 180, 0)",
119
+ "chartreuse-background-color-default": "rgb(163, 196, 0)",
120
+ "chartreuse-visual-color": "rgb(143, 172, 0)",
121
+ "cinnamon-100": "rgb(253, 247, 243)",
122
+ "cinnamon-1000": "rgb(147, 77, 43)",
123
+ "cinnamon-1100": "rgb(128, 62, 32)",
124
+ "cinnamon-1200": "rgb(110, 48, 21)",
125
+ "cinnamon-1300": "rgb(92, 35, 11)",
126
+ "cinnamon-1400": "rgb(72, 25, 6)",
127
+ "cinnamon-1500": "rgb(52, 18, 4)",
128
+ "cinnamon-1600": "rgb(24, 8, 2)",
129
+ "cinnamon-200": "rgb(249, 236, 229)",
130
+ "cinnamon-300": "rgb(244, 218, 203)",
131
+ "cinnamon-400": "rgb(237, 196, 172)",
132
+ "cinnamon-500": "rgb(229, 170, 136)",
133
+ "cinnamon-600": "rgb(212, 145, 108)",
134
+ "cinnamon-700": "rgb(198, 126, 88)",
135
+ "cinnamon-800": "rgb(184, 109, 70)",
136
+ "cinnamon-900": "rgb(170, 94, 56)",
137
+ "cinnamon-background-color-default": "rgb(170, 94, 56)",
138
+ "cinnamon-visual-color": "rgb(184, 109, 70)",
101
139
  "coach-mark-pagination-color": "rgb(113, 113, 113)",
102
140
  "code-color": "rgb(41, 41, 41)",
103
- "color-area-border-color": "rgb(19, 19, 19)",
141
+ "color-area-border-color": "rgb(0, 0, 0)",
104
142
  "color-handle-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
105
143
  "color-handle-inner-border-color": "rgb(0, 0, 0)",
106
144
  "color-handle-outer-border-color": "rgb(0, 0, 0)",
107
145
  "color-loupe-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
108
146
  "color-loupe-inner-border": "rgba(0, 0, 0, 0.12)",
109
147
  "color-loupe-outer-border": "rgb(255, 255, 255)",
110
- "color-slider-border-color": "rgb(19, 19, 19)",
148
+ "color-slider-border-color": "rgb(0, 0, 0)",
111
149
  "cyan-100": "rgb(238, 250, 254)",
112
150
  "cyan-1000": "rgb(4, 102, 145)",
113
151
  "cyan-1100": "rgb(0, 87, 121)",
@@ -117,15 +155,15 @@
117
155
  "cyan-1500": "rgb(0, 31, 43)",
118
156
  "cyan-1600": "rgb(0, 14, 20)",
119
157
  "cyan-200": "rgb(217, 244, 253)",
120
- "cyan-300": "rgb(181, 230, 252)",
121
- "cyan-400": "rgb(146, 216, 255)",
122
- "cyan-500": "rgb(99, 196, 255)",
123
- "cyan-600": "rgb(60, 175, 255)",
124
- "cyan-700": "rgb(34, 155, 239)",
125
- "cyan-800": "rgb(21, 138, 212)",
158
+ "cyan-300": "rgb(183, 231, 252)",
159
+ "cyan-400": "rgb(138, 213, 255)",
160
+ "cyan-500": "rgb(92, 192, 255)",
161
+ "cyan-600": "rgb(48, 167, 254)",
162
+ "cyan-700": "rgb(29, 149, 231)",
163
+ "cyan-800": "rgb(18, 134, 205)",
126
164
  "cyan-900": "rgb(11, 120, 179)",
127
165
  "cyan-background-color-default": "rgb(11, 120, 179)",
128
- "cyan-visual-color": "rgb(60, 175, 255)",
166
+ "cyan-visual-color": "rgb(48, 167, 254)",
129
167
  "detail-color": "rgb(19, 19, 19)",
130
168
  "disabled-background-color": "rgb(233, 233, 233)",
131
169
  "disabled-border-color": "rgb(218, 218, 218)",
@@ -137,28 +175,28 @@
137
175
  "disabled-static-white-border-color": "rgba(255, 255, 255, 0.17)",
138
176
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.21)",
139
177
  "drop-shadow-color": "rgba(0, 0, 0, 0.15)",
140
- "drop-zone-background-color": "rgb(80, 123, 255)",
178
+ "drop-zone-background-color": "rgb(75, 117, 255)",
141
179
  "floating-action-button-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
142
180
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.15)",
143
- "focus-indicator-color": "rgb(80, 123, 255)",
144
- "fuchsia-100": "rgb(255, 245, 255)",
145
- "fuchsia-1000": "rgb(166, 34, 157)",
146
- "fuchsia-1100": "rgb(144, 21, 137)",
147
- "fuchsia-1200": "rgb(120, 9, 116)",
148
- "fuchsia-1300": "rgb(99, 1, 96)",
149
- "fuchsia-1400": "rgb(77, 0, 75)",
150
- "fuchsia-1500": "rgb(57, 0, 56)",
151
- "fuchsia-1600": "rgb(31, 0, 30)",
152
- "fuchsia-200": "rgb(255, 232, 254)",
153
- "fuchsia-300": "rgb(255, 208, 254)",
154
- "fuchsia-400": "rgb(255, 182, 254)",
155
- "fuchsia-500": "rgb(255, 149, 252)",
156
- "fuchsia-600": "rgb(255, 109, 249)",
157
- "fuchsia-700": "rgb(243, 75, 231)",
158
- "fuchsia-800": "rgb(217, 66, 204)",
159
- "fuchsia-900": "rgb(192, 50, 180)",
160
- "fuchsia-background-color-default": "rgb(192, 50, 180)",
161
- "fuchsia-visual-color": "rgb(217, 66, 204)",
181
+ "focus-indicator-color": "rgb(75, 117, 255)",
182
+ "fuchsia-100": "rgb(254, 246, 255)",
183
+ "fuchsia-1000": "rgb(156, 40, 175)",
184
+ "fuchsia-1100": "rgb(135, 27, 154)",
185
+ "fuchsia-1200": "rgb(113, 15, 131)",
186
+ "fuchsia-1300": "rgb(92, 4, 109)",
187
+ "fuchsia-1400": "rgb(72, 0, 88)",
188
+ "fuchsia-1500": "rgb(54, 0, 66)",
189
+ "fuchsia-1600": "rgb(29, 0, 35)",
190
+ "fuchsia-200": "rgb(253, 233, 255)",
191
+ "fuchsia-300": "rgb(250, 211, 255)",
192
+ "fuchsia-400": "rgb(247, 181, 255)",
193
+ "fuchsia-500": "rgb(243, 147, 255)",
194
+ "fuchsia-600": "rgb(236, 105, 255)",
195
+ "fuchsia-700": "rgb(223, 77, 245)",
196
+ "fuchsia-800": "rgb(200, 68, 220)",
197
+ "fuchsia-900": "rgb(181, 57, 200)",
198
+ "fuchsia-background-color-default": "rgb(181, 57, 200)",
199
+ "fuchsia-visual-color": "rgb(200, 68, 220)",
162
200
  "gray-100": "rgb(233, 233, 233)",
163
201
  "gray-1000": "rgb(0, 0, 0)",
164
202
  "gray-200": "rgb(225, 225, 225)",
@@ -175,7 +213,7 @@
175
213
  "gray-background-color-default": "rgb(80, 80, 80)",
176
214
  "gray-visual-color": "rgb(143, 143, 143)",
177
215
  "green-100": "rgb(237, 252, 241)",
178
- "green-1000": "rgb(3, 110, 68)",
216
+ "green-1000": "rgb(3, 110, 69)",
179
217
  "green-1100": "rgb(2, 93, 60)",
180
218
  "green-1200": "rgb(1, 76, 52)",
181
219
  "green-1300": "rgb(0, 61, 44)",
@@ -184,21 +222,21 @@
184
222
  "green-1600": "rgb(0, 15, 12)",
185
223
  "green-200": "rgb(215, 247, 225)",
186
224
  "green-300": "rgb(173, 238, 197)",
187
- "green-400": "rgb(113, 229, 165)",
188
- "green-500": "rgb(48, 212, 128)",
189
- "green-600": "rgb(23, 192, 108)",
190
- "green-700": "rgb(13, 171, 96)",
191
- "green-800": "rgb(8, 151, 86)",
192
- "green-900": "rgb(5, 131, 77)",
193
- "green-background-color-default": "rgb(5, 131, 77)",
194
- "green-visual-color": "rgb(13, 171, 96)",
225
+ "green-400": "rgb(107, 227, 162)",
226
+ "green-500": "rgb(43, 209, 125)",
227
+ "green-600": "rgb(18, 184, 103)",
228
+ "green-700": "rgb(11, 164, 93)",
229
+ "green-800": "rgb(7, 147, 85)",
230
+ "green-900": "rgb(5, 131, 78)",
231
+ "green-background-color-default": "rgb(5, 131, 78)",
232
+ "green-visual-color": "rgb(11, 164, 93)",
195
233
  "heading-color": "rgb(19, 19, 19)",
196
234
  "icon-color-blue-primary-default": "rgb(59, 99, 251)",
197
- "icon-color-green-primary-default": "rgb(5, 131, 77)",
235
+ "icon-color-green-primary-default": "rgb(5, 131, 78)",
198
236
  "icon-color-inverse": "rgb(248, 248, 248)",
199
237
  "icon-color-primary-default": "rgb(41, 41, 41)",
200
238
  "icon-color-red-primary-default": "rgb(215, 50, 32)",
201
- "icon-color-yellow-primary-default": "rgb(247, 203, 0)",
239
+ "icon-color-yellow-primary-default": "rgb(245, 199, 0)",
202
240
  "indigo-100": "rgb(247, 248, 255)",
203
241
  "indigo-1000": "rgb(99, 56, 238)",
204
242
  "indigo-1100": "rgb(84, 36, 219)",
@@ -208,15 +246,15 @@
208
246
  "indigo-1500": "rgb(31, 0, 98)",
209
247
  "indigo-1600": "rgb(17, 0, 54)",
210
248
  "indigo-200": "rgb(235, 238, 255)",
211
- "indigo-300": "rgb(214, 221, 255)",
212
- "indigo-400": "rgb(195, 204, 255)",
213
- "indigo-500": "rgb(171, 182, 255)",
214
- "indigo-600": "rgb(152, 160, 255)",
215
- "indigo-700": "rgb(136, 136, 254)",
216
- "indigo-800": "rgb(125, 112, 254)",
217
- "indigo-900": "rgb(113, 84, 250)",
218
- "indigo-background-color-default": "rgb(113, 84, 250)",
219
- "indigo-visual-color": "rgb(125, 112, 254)",
249
+ "indigo-300": "rgb(216, 222, 255)",
250
+ "indigo-400": "rgb(192, 201, 255)",
251
+ "indigo-500": "rgb(167, 178, 255)",
252
+ "indigo-600": "rgb(145, 151, 254)",
253
+ "indigo-700": "rgb(132, 128, 254)",
254
+ "indigo-800": "rgb(122, 106, 253)",
255
+ "indigo-900": "rgb(113, 85, 250)",
256
+ "indigo-background-color-default": "rgb(113, 85, 250)",
257
+ "indigo-visual-color": "rgb(122, 106, 253)",
220
258
  "informative-background-color-default": "rgb(59, 99, 251)",
221
259
  "informative-background-color-down": "rgb(39, 77, 234)",
222
260
  "informative-background-color-hover": "rgb(39, 77, 234)",
@@ -231,31 +269,31 @@
231
269
  "informative-color-1600": "rgb(7, 11, 30)",
232
270
  "informative-color-200": "rgb(229, 240, 254)",
233
271
  "informative-color-300": "rgb(203, 226, 254)",
234
- "informative-color-400": "rgb(176, 209, 253)",
235
- "informative-color-500": "rgb(147, 189, 252)",
236
- "informative-color-600": "rgb(122, 167, 253)",
237
- "informative-color-700": "rgb(100, 144, 255)",
238
- "informative-color-800": "rgb(80, 123, 255)",
272
+ "informative-color-400": "rgb(172, 207, 253)",
273
+ "informative-color-500": "rgb(142, 185, 252)",
274
+ "informative-color-600": "rgb(114, 158, 253)",
275
+ "informative-color-700": "rgb(93, 137, 255)",
276
+ "informative-color-800": "rgb(75, 117, 255)",
239
277
  "informative-color-900": "rgb(59, 99, 251)",
240
- "informative-visual-color": "rgb(80, 123, 255)",
278
+ "informative-visual-color": "rgb(75, 117, 255)",
241
279
  "magenta-100": "rgb(255, 245, 248)",
242
- "magenta-1000": "rgb(190, 9, 73)",
280
+ "magenta-1000": "rgb(186, 22, 80)",
243
281
  "magenta-1100": "rgb(163, 5, 62)",
244
282
  "magenta-1200": "rgb(136, 0, 51)",
245
283
  "magenta-1300": "rgb(111, 0, 40)",
246
284
  "magenta-1400": "rgb(86, 0, 30)",
247
285
  "magenta-1500": "rgb(64, 0, 22)",
248
286
  "magenta-1600": "rgb(35, 0, 12)",
249
- "magenta-200": "rgb(255, 235, 242)",
250
- "magenta-300": "rgb(255, 211, 226)",
251
- "magenta-400": "rgb(255, 189, 212)",
252
- "magenta-500": "rgb(255, 158, 192)",
253
- "magenta-600": "rgb(255, 126, 172)",
254
- "magenta-700": "rgb(255, 86, 145)",
255
- "magenta-800": "rgb(249, 41, 111)",
256
- "magenta-900": "rgb(222, 20, 89)",
257
- "magenta-background-color-default": "rgb(222, 20, 89)",
258
- "magenta-visual-color": "rgb(249, 41, 111)",
287
+ "magenta-200": "rgb(255, 232, 240)",
288
+ "magenta-300": "rgb(255, 213, 227)",
289
+ "magenta-400": "rgb(255, 185, 208)",
290
+ "magenta-500": "rgb(255, 152, 187)",
291
+ "magenta-600": "rgb(255, 112, 159)",
292
+ "magenta-700": "rgb(255, 72, 133)",
293
+ "magenta-800": "rgb(240, 45, 110)",
294
+ "magenta-900": "rgb(217, 35, 97)",
295
+ "magenta-background-color-default": "rgb(217, 35, 97)",
296
+ "magenta-visual-color": "rgb(240, 45, 110)",
259
297
  "negative-background-color-default": "rgb(215, 50, 32)",
260
298
  "negative-background-color-down": "rgb(183, 40, 24)",
261
299
  "negative-background-color-hover": "rgb(183, 40, 24)",
@@ -276,17 +314,21 @@
276
314
  "negative-color-1600": "rgb(29, 5, 2)",
277
315
  "negative-color-200": "rgb(255, 235, 232)",
278
316
  "negative-color-300": "rgb(255, 214, 209)",
279
- "negative-color-400": "rgb(255, 192, 184)",
280
- "negative-color-500": "rgb(255, 163, 152)",
281
- "negative-color-600": "rgb(255, 132, 118)",
282
- "negative-color-700": "rgb(255, 95, 76)",
283
- "negative-color-800": "rgb(247, 59, 38)",
317
+ "negative-color-400": "rgb(255, 188, 180)",
318
+ "negative-color-500": "rgb(255, 157, 145)",
319
+ "negative-color-600": "rgb(255, 118, 101)",
320
+ "negative-color-700": "rgb(255, 81, 61)",
321
+ "negative-color-800": "rgb(240, 56, 35)",
284
322
  "negative-color-900": "rgb(215, 50, 32)",
285
323
  "negative-content-color-default": "rgb(215, 50, 32)",
286
324
  "negative-content-color-down": "rgb(183, 40, 24)",
287
325
  "negative-content-color-hover": "rgb(183, 40, 24)",
288
326
  "negative-content-color-key-focus": "rgb(183, 40, 24)",
289
- "negative-visual-color": "rgb(247, 59, 38)",
327
+ "negative-subdued-background-color-default": "rgb(255, 235, 232)",
328
+ "negative-subdued-background-color-down": "rgb(255, 214, 209)",
329
+ "negative-subdued-background-color-hover": "rgb(255, 214, 209)",
330
+ "negative-subdued-background-color-key-focus": "rgb(255, 214, 209)",
331
+ "negative-visual-color": "rgb(240, 56, 35)",
290
332
  "neutral-background-color-default": "rgb(41, 41, 41)",
291
333
  "neutral-background-color-down": "rgb(19, 19, 19)",
292
334
  "neutral-background-color-hover": "rgb(19, 19, 19)",
@@ -311,7 +353,7 @@
311
353
  "neutral-subdued-content-color-key-focus": "rgb(41, 41, 41)",
312
354
  "neutral-subdued-content-color-selected": "rgb(41, 41, 41)",
313
355
  "neutral-visual-color": "rgb(143, 143, 143)",
314
- "notice-background-color-default": "rgb(218, 95, 0)",
356
+ "notice-background-color-default": "rgb(252, 125, 0)",
315
357
  "notice-color-100": "rgb(255, 246, 231)",
316
358
  "notice-color-1000": "rgb(167, 62, 0)",
317
359
  "notice-color-1100": "rgb(144, 51, 0)",
@@ -320,15 +362,15 @@
320
362
  "notice-color-1400": "rgb(73, 24, 0)",
321
363
  "notice-color-1500": "rgb(52, 18, 0)",
322
364
  "notice-color-1600": "rgb(25, 8, 0)",
323
- "notice-color-200": "rgb(255, 238, 210)",
365
+ "notice-color-200": "rgb(255, 236, 207)",
324
366
  "notice-color-300": "rgb(255, 218, 158)",
325
- "notice-color-400": "rgb(255, 197, 103)",
326
- "notice-color-500": "rgb(255, 169, 33)",
327
- "notice-color-600": "rgb(255, 137, 0)",
328
- "notice-color-700": "rgb(239, 112, 0)",
329
- "notice-color-800": "rgb(218, 95, 0)",
330
- "notice-color-900": "rgb(193, 78, 0)",
331
- "notice-visual-color": "rgb(239, 112, 0)",
367
+ "notice-color-400": "rgb(255, 193, 94)",
368
+ "notice-color-500": "rgb(255, 162, 19)",
369
+ "notice-color-600": "rgb(252, 125, 0)",
370
+ "notice-color-700": "rgb(232, 106, 0)",
371
+ "notice-color-800": "rgb(212, 91, 0)",
372
+ "notice-color-900": "rgb(194, 78, 0)",
373
+ "notice-visual-color": "rgb(232, 106, 0)",
332
374
  "opacity-checkerboard-square-dark": "rgb(225, 225, 225)",
333
375
  "opacity-checkerboard-square-light": "rgb(255, 255, 255)",
334
376
  "orange-100": "rgb(255, 246, 231)",
@@ -339,25 +381,42 @@
339
381
  "orange-1400": "rgb(73, 24, 0)",
340
382
  "orange-1500": "rgb(52, 18, 0)",
341
383
  "orange-1600": "rgb(25, 8, 0)",
342
- "orange-200": "rgb(255, 238, 210)",
384
+ "orange-200": "rgb(255, 236, 207)",
343
385
  "orange-300": "rgb(255, 218, 158)",
344
- "orange-400": "rgb(255, 197, 103)",
345
- "orange-500": "rgb(255, 169, 33)",
346
- "orange-600": "rgb(255, 137, 0)",
347
- "orange-700": "rgb(239, 112, 0)",
348
- "orange-800": "rgb(218, 95, 0)",
349
- "orange-900": "rgb(193, 78, 0)",
350
- "orange-background-color-default": "rgb(255, 137, 0)",
351
- "orange-visual-color": "rgb(239, 112, 0)",
386
+ "orange-400": "rgb(255, 193, 94)",
387
+ "orange-500": "rgb(255, 162, 19)",
388
+ "orange-600": "rgb(252, 125, 0)",
389
+ "orange-700": "rgb(232, 106, 0)",
390
+ "orange-800": "rgb(212, 91, 0)",
391
+ "orange-900": "rgb(194, 78, 0)",
392
+ "orange-background-color-default": "rgb(252, 125, 0)",
393
+ "orange-visual-color": "rgb(232, 106, 0)",
352
394
  "overlay-color": "rgb(0, 0, 0)",
353
395
  "overlay-opacity": "0.4",
354
- "picker-border-width": "1px",
355
- "positive-background-color-default": "rgb(5, 131, 77)",
356
- "positive-background-color-down": "rgb(3, 110, 68)",
357
- "positive-background-color-hover": "rgb(3, 110, 68)",
358
- "positive-background-color-key-focus": "rgb(3, 110, 68)",
396
+ "pink-100": "rgb(255, 246, 252)",
397
+ "pink-1000": "rgb(176, 31, 123)",
398
+ "pink-1100": "rgb(152, 22, 104)",
399
+ "pink-1200": "rgb(128, 12, 85)",
400
+ "pink-1300": "rgb(105, 3, 68)",
401
+ "pink-1400": "rgb(83, 0, 53)",
402
+ "pink-1500": "rgb(62, 0, 39)",
403
+ "pink-1600": "rgb(33, 0, 21)",
404
+ "pink-200": "rgb(255, 232, 247)",
405
+ "pink-300": "rgb(255, 211, 240)",
406
+ "pink-400": "rgb(255, 181, 230)",
407
+ "pink-500": "rgb(255, 148, 219)",
408
+ "pink-600": "rgb(255, 103, 204)",
409
+ "pink-700": "rgb(242, 76, 184)",
410
+ "pink-800": "rgb(228, 52, 163)",
411
+ "pink-900": "rgb(206, 42, 146)",
412
+ "pink-background-color-default": "rgb(206, 42, 146)",
413
+ "pink-visual-color": "rgb(228, 52, 163)",
414
+ "positive-background-color-default": "rgb(5, 131, 78)",
415
+ "positive-background-color-down": "rgb(3, 110, 69)",
416
+ "positive-background-color-hover": "rgb(3, 110, 69)",
417
+ "positive-background-color-key-focus": "rgb(3, 110, 69)",
359
418
  "positive-color-100": "rgb(237, 252, 241)",
360
- "positive-color-1000": "rgb(3, 110, 68)",
419
+ "positive-color-1000": "rgb(3, 110, 69)",
361
420
  "positive-color-1100": "rgb(2, 93, 60)",
362
421
  "positive-color-1200": "rgb(1, 76, 52)",
363
422
  "positive-color-1300": "rgb(0, 61, 44)",
@@ -366,13 +425,13 @@
366
425
  "positive-color-1600": "rgb(0, 15, 12)",
367
426
  "positive-color-200": "rgb(215, 247, 225)",
368
427
  "positive-color-300": "rgb(173, 238, 197)",
369
- "positive-color-400": "rgb(113, 229, 165)",
370
- "positive-color-500": "rgb(48, 212, 128)",
371
- "positive-color-600": "rgb(23, 192, 108)",
372
- "positive-color-700": "rgb(13, 171, 96)",
373
- "positive-color-800": "rgb(8, 151, 86)",
374
- "positive-color-900": "rgb(5, 131, 77)",
375
- "positive-visual-color": "rgb(13, 171, 96)",
428
+ "positive-color-400": "rgb(107, 227, 162)",
429
+ "positive-color-500": "rgb(43, 209, 125)",
430
+ "positive-color-600": "rgb(18, 184, 103)",
431
+ "positive-color-700": "rgb(11, 164, 93)",
432
+ "positive-color-800": "rgb(7, 147, 85)",
433
+ "positive-color-900": "rgb(5, 131, 78)",
434
+ "positive-visual-color": "rgb(11, 164, 93)",
376
435
  "purple-100": "rgb(251, 247, 254)",
377
436
  "purple-1000": "rgb(134, 40, 217)",
378
437
  "purple-1100": "rgb(115, 13, 204)",
@@ -381,16 +440,16 @@
381
440
  "purple-1400": "rgb(59, 0, 111)",
382
441
  "purple-1500": "rgb(44, 0, 84)",
383
442
  "purple-1600": "rgb(23, 0, 45)",
384
- "purple-200": "rgb(245, 237, 252)",
385
- "purple-300": "rgb(234, 216, 249)",
386
- "purple-400": "rgb(223, 196, 247)",
387
- "purple-500": "rgb(210, 171, 243)",
388
- "purple-600": "rgb(196, 147, 240)",
389
- "purple-700": "rgb(183, 122, 236)",
390
- "purple-800": "rgb(169, 98, 232)",
391
- "purple-900": "rgb(153, 71, 226)",
392
- "purple-background-color-default": "rgb(153, 71, 226)",
393
- "purple-visual-color": "rgb(169, 98, 232)",
443
+ "purple-200": "rgb(244, 235, 252)",
444
+ "purple-300": "rgb(235, 218, 249)",
445
+ "purple-400": "rgb(221, 193, 246)",
446
+ "purple-500": "rgb(208, 167, 243)",
447
+ "purple-600": "rgb(191, 138, 238)",
448
+ "purple-700": "rgb(178, 114, 235)",
449
+ "purple-800": "rgb(166, 92, 231)",
450
+ "purple-900": "rgb(154, 71, 226)",
451
+ "purple-background-color-default": "rgb(154, 71, 226)",
452
+ "purple-visual-color": "rgb(166, 92, 231)",
394
453
  "red-100": "rgb(255, 246, 245)",
395
454
  "red-1000": "rgb(183, 40, 24)",
396
455
  "red-1100": "rgb(156, 33, 19)",
@@ -401,32 +460,50 @@
401
460
  "red-1600": "rgb(29, 5, 2)",
402
461
  "red-200": "rgb(255, 235, 232)",
403
462
  "red-300": "rgb(255, 214, 209)",
404
- "red-400": "rgb(255, 192, 184)",
405
- "red-500": "rgb(255, 163, 152)",
406
- "red-600": "rgb(255, 132, 118)",
407
- "red-700": "rgb(255, 95, 76)",
408
- "red-800": "rgb(247, 59, 38)",
463
+ "red-400": "rgb(255, 188, 180)",
464
+ "red-500": "rgb(255, 157, 145)",
465
+ "red-600": "rgb(255, 118, 101)",
466
+ "red-700": "rgb(255, 81, 61)",
467
+ "red-800": "rgb(240, 56, 35)",
409
468
  "red-900": "rgb(215, 50, 32)",
410
469
  "red-background-color-default": "rgb(215, 50, 32)",
411
- "red-visual-color": "rgb(247, 59, 38)",
412
- "seafoam-100": "rgb(226, 252, 253)",
413
- "seafoam-1000": "rgb(13, 106, 111)",
414
- "seafoam-1100": "rgb(8, 90, 95)",
415
- "seafoam-1200": "rgb(3, 74, 79)",
416
- "seafoam-1300": "rgb(0, 59, 63)",
417
- "seafoam-1400": "rgb(0, 45, 48)",
418
- "seafoam-1500": "rgb(0, 32, 35)",
419
- "seafoam-1600": "rgb(0, 15, 17)",
420
- "seafoam-200": "rgb(202, 248, 250)",
421
- "seafoam-300": "rgb(138, 239, 242)",
422
- "seafoam-400": "rgb(86, 226, 231)",
423
- "seafoam-500": "rgb(60, 206, 211)",
424
- "seafoam-600": "rgb(45, 185, 190)",
425
- "seafoam-700": "rgb(35, 164, 169)",
426
- "seafoam-800": "rgb(27, 146, 151)",
427
- "seafoam-900": "rgb(20, 126, 131)",
428
- "seafoam-background-color-default": "rgb(20, 126, 131)",
429
- "seafoam-visual-color": "rgb(35, 164, 169)",
470
+ "red-visual-color": "rgb(240, 56, 35)",
471
+ "seafoam-100": "rgb(235, 251, 246)",
472
+ "seafoam-1000": "rgb(5, 108, 92)",
473
+ "seafoam-1100": "rgb(3, 92, 80)",
474
+ "seafoam-1200": "rgb(1, 75, 67)",
475
+ "seafoam-1300": "rgb(0, 60, 54)",
476
+ "seafoam-1400": "rgb(0, 46, 40)",
477
+ "seafoam-1500": "rgb(0, 33, 29)",
478
+ "seafoam-1600": "rgb(0, 15, 14)",
479
+ "seafoam-200": "rgb(211, 246, 234)",
480
+ "seafoam-300": "rgb(169, 237, 216)",
481
+ "seafoam-400": "rgb(92, 225, 194)",
482
+ "seafoam-500": "rgb(16, 207, 169)",
483
+ "seafoam-600": "rgb(13, 181, 149)",
484
+ "seafoam-700": "rgb(11, 162, 134)",
485
+ "seafoam-800": "rgb(9, 144, 120)",
486
+ "seafoam-900": "rgb(7, 129, 109)",
487
+ "seafoam-background-color-default": "rgb(7, 129, 109)",
488
+ "seafoam-visual-color": "rgb(11, 162, 134)",
489
+ "silver-100": "rgb(247, 247, 247)",
490
+ "silver-1000": "rgb(96, 96, 96)",
491
+ "silver-1100": "rgb(81, 81, 81)",
492
+ "silver-1200": "rgb(66, 66, 66)",
493
+ "silver-1300": "rgb(52, 52, 52)",
494
+ "silver-1400": "rgb(39, 39, 39)",
495
+ "silver-1500": "rgb(28, 28, 28)",
496
+ "silver-1600": "rgb(12, 12, 12)",
497
+ "silver-200": "rgb(239, 239, 239)",
498
+ "silver-300": "rgb(223, 223, 223)",
499
+ "silver-400": "rgb(204, 204, 204)",
500
+ "silver-500": "rgb(183, 183, 183)",
501
+ "silver-600": "rgb(160, 160, 160)",
502
+ "silver-700": "rgb(143, 143, 143)",
503
+ "silver-800": "rgb(128, 128, 128)",
504
+ "silver-900": "rgb(114, 114, 114)",
505
+ "silver-background-color-default": "rgb(114, 114, 114)",
506
+ "silver-visual-color": "rgb(128, 128, 128)",
430
507
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
431
508
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
432
509
  "swatch-border-color": "rgb(19, 19, 19)",
@@ -447,7 +524,7 @@
447
524
  "transparent-black-700": "rgba(0, 0, 0, 0.69)",
448
525
  "transparent-black-75": "rgba(0, 0, 0, 0.05)",
449
526
  "transparent-black-800": "rgba(0, 0, 0, 0.84)",
450
- "transparent-black-900": "rgb(0, 0, 0, 0.93)",
527
+ "transparent-black-900": "rgba(0, 0, 0, 0.93)",
451
528
  "transparent-white-100": "rgba(255, 255, 255, 0.11)",
452
529
  "transparent-white-1000": "rgb(255, 255, 255)",
453
530
  "transparent-white-200": "rgba(255, 255, 255, 0.14)",
@@ -460,7 +537,25 @@
460
537
  "transparent-white-700": "rgba(255, 255, 255, 0.66)",
461
538
  "transparent-white-75": "rgba(255, 255, 255, 0.07)",
462
539
  "transparent-white-800": "rgba(255, 255, 255, 0.85)",
463
- "transparent-white-900": "rgb(255, 255, 255, 0.94)",
540
+ "transparent-white-900": "rgba(255, 255, 255, 0.94)",
541
+ "turquoise-100": "rgb(238, 251, 251)",
542
+ "turquoise-1000": "rgb(5, 107, 116)",
543
+ "turquoise-1100": "rgb(3, 90, 98)",
544
+ "turquoise-1200": "rgb(1, 74, 81)",
545
+ "turquoise-1300": "rgb(0, 59, 65)",
546
+ "turquoise-1400": "rgb(0, 44, 49)",
547
+ "turquoise-1500": "rgb(0, 32, 35)",
548
+ "turquoise-1600": "rgb(0, 15, 17)",
549
+ "turquoise-200": "rgb(209, 245, 245)",
550
+ "turquoise-300": "rgb(169, 236, 237)",
551
+ "turquoise-400": "rgb(111, 221, 228)",
552
+ "turquoise-500": "rgb(39, 202, 216)",
553
+ "turquoise-600": "rgb(15, 177, 192)",
554
+ "turquoise-700": "rgb(12, 158, 171)",
555
+ "turquoise-800": "rgb(10, 141, 153)",
556
+ "turquoise-900": "rgb(8, 126, 137)",
557
+ "turquoise-background-color-default": "rgb(8, 126, 137)",
558
+ "turquoise-visual-color": "rgb(10, 141, 153)",
464
559
  "white": "rgb(255, 255, 255)",
465
560
  "yellow-100": "rgb(255, 248, 204)",
466
561
  "yellow-1000": "rgb(134, 85, 0)",
@@ -472,114 +567,152 @@
472
567
  "yellow-1600": "rgb(18, 11, 0)",
473
568
  "yellow-200": "rgb(255, 241, 151)",
474
569
  "yellow-300": "rgb(255, 222, 44)",
475
- "yellow-400": "rgb(247, 203, 0)",
476
- "yellow-500": "rgb(233, 179, 0)",
477
- "yellow-600": "rgb(217, 158, 0)",
478
- "yellow-700": "rgb(199, 137, 0)",
479
- "yellow-800": "rgb(180, 119, 0)",
570
+ "yellow-400": "rgb(245, 199, 0)",
571
+ "yellow-500": "rgb(230, 175, 0)",
572
+ "yellow-600": "rgb(210, 149, 0)",
573
+ "yellow-700": "rgb(193, 131, 0)",
574
+ "yellow-800": "rgb(175, 116, 0)",
480
575
  "yellow-900": "rgb(158, 102, 0)",
481
- "yellow-background-color-default": "rgb(247, 203, 0)",
482
- "yellow-visual-color": "rgb(217, 158, 0)"
576
+ "yellow-background-color-default": "rgb(245, 199, 0)",
577
+ "yellow-visual-color": "rgb(210, 149, 0)"
483
578
  },
484
579
  "dark": {
485
- "accent-background-color-default": "rgb(29, 63, 209)",
486
- "accent-background-color-down": "rgb(22, 52, 179)",
487
- "accent-background-color-hover": "rgb(22, 52, 179)",
488
- "accent-background-color-key-focus": "rgb(22, 52, 179)",
580
+ "accent-background-color-default": "rgb(52, 91, 248)",
581
+ "accent-background-color-down": "rgb(37, 73, 229)",
582
+ "accent-background-color-hover": "rgb(37, 73, 229)",
583
+ "accent-background-color-key-focus": "rgb(37, 73, 229)",
489
584
  "accent-color-100": "rgb(14, 23, 63)",
490
- "accent-color-1000": "rgb(102, 146, 254)",
585
+ "accent-color-1000": "rgb(105, 149, 254)",
491
586
  "accent-color-1100": "rgb(124, 169, 252)",
492
587
  "accent-color-1200": "rgb(152, 192, 252)",
493
588
  "accent-color-1300": "rgb(181, 213, 253)",
494
589
  "accent-color-1400": "rgb(213, 231, 254)",
495
590
  "accent-color-1500": "rgb(238, 245, 255)",
496
591
  "accent-color-1600": "rgb(255, 255, 255)",
497
- "accent-color-200": "rgb(15, 27, 77)",
498
- "accent-color-300": "rgb(13, 34, 119)",
499
- "accent-color-400": "rgb(17, 42, 144)",
500
- "accent-color-500": "rgb(22, 52, 179)",
501
- "accent-color-600": "rgb(29, 63, 209)",
502
- "accent-color-700": "rgb(40, 78, 236)",
503
- "accent-color-800": "rgb(56, 96, 250)",
504
- "accent-color-900": "rgb(77, 120, 255)",
505
- "accent-content-color-default": "rgb(77, 120, 255)",
506
- "accent-content-color-down": "rgb(102, 146, 254)",
507
- "accent-content-color-hover": "rgb(102, 146, 254)",
508
- "accent-content-color-key-focus": "rgb(102, 146, 254)",
509
- "accent-content-color-selected": "rgb(102, 146, 254)",
510
- "accent-visual-color": "rgb(77, 120, 255)",
592
+ "accent-color-200": "rgb(15, 28, 82)",
593
+ "accent-color-300": "rgb(12, 33, 117)",
594
+ "accent-color-400": "rgb(18, 45, 154)",
595
+ "accent-color-500": "rgb(26, 58, 195)",
596
+ "accent-color-600": "rgb(37, 73, 229)",
597
+ "accent-color-700": "rgb(52, 91, 248)",
598
+ "accent-color-800": "rgb(69, 110, 254)",
599
+ "accent-color-900": "rgb(86, 129, 255)",
600
+ "accent-content-color-default": "rgb(86, 129, 255)",
601
+ "accent-content-color-down": "rgb(105, 149, 254)",
602
+ "accent-content-color-hover": "rgb(105, 149, 254)",
603
+ "accent-content-color-key-focus": "rgb(105, 149, 254)",
604
+ "accent-content-color-selected": "rgb(105, 149, 254)",
605
+ "accent-visual-color": "rgb(86, 129, 255)",
511
606
  "background-base-color": "rgb(17, 17, 17)",
607
+ "background-elevated-color": "rgb(34, 34, 34)",
512
608
  "background-layer-1-color": "rgb(27, 27, 27)",
513
609
  "background-layer-2-color": "rgb(34, 34, 34)",
610
+ "background-pasteboard-color": "rgb(17, 17, 17)",
514
611
  "black": "rgb(0, 0, 0)",
515
612
  "blue-100": "rgb(14, 23, 63)",
516
- "blue-1000": "rgb(102, 146, 254)",
613
+ "blue-1000": "rgb(105, 149, 254)",
517
614
  "blue-1100": "rgb(124, 169, 252)",
518
615
  "blue-1200": "rgb(152, 192, 252)",
519
616
  "blue-1300": "rgb(181, 213, 253)",
520
617
  "blue-1400": "rgb(213, 231, 254)",
521
618
  "blue-1500": "rgb(238, 245, 255)",
522
619
  "blue-1600": "rgb(255, 255, 255)",
523
- "blue-200": "rgb(15, 27, 77)",
524
- "blue-300": "rgb(13, 34, 119)",
525
- "blue-400": "rgb(17, 42, 144)",
526
- "blue-500": "rgb(22, 52, 179)",
527
- "blue-600": "rgb(29, 63, 209)",
528
- "blue-700": "rgb(40, 78, 236)",
529
- "blue-800": "rgb(56, 96, 250)",
530
- "blue-900": "rgb(77, 120, 255)",
531
- "blue-background-color-default": "rgb(40, 78, 236)",
532
- "blue-visual-color": "rgb(77, 120, 255)",
620
+ "blue-200": "rgb(15, 28, 82)",
621
+ "blue-300": "rgb(12, 33, 117)",
622
+ "blue-400": "rgb(18, 45, 154)",
623
+ "blue-500": "rgb(26, 58, 195)",
624
+ "blue-600": "rgb(37, 73, 229)",
625
+ "blue-700": "rgb(52, 91, 248)",
626
+ "blue-800": "rgb(69, 110, 254)",
627
+ "blue-900": "rgb(86, 129, 255)",
628
+ "blue-background-color-default": "rgb(52, 91, 248)",
629
+ "blue-visual-color": "rgb(86, 129, 255)",
533
630
  "body-color": "rgb(219, 219, 219)",
631
+ "brown-100": "rgb(35, 24, 8)",
632
+ "brown-1000": "rgb(181, 147, 98)",
633
+ "brown-1100": "rgb(199, 163, 112)",
634
+ "brown-1200": "rgb(222, 185, 130)",
635
+ "brown-1300": "rgb(232, 207, 169)",
636
+ "brown-1400": "rgb(242, 227, 206)",
637
+ "brown-1500": "rgb(250, 244, 236)",
638
+ "brown-1600": "rgb(255, 255, 255)",
639
+ "brown-200": "rgb(44, 31, 11)",
640
+ "brown-300": "rgb(58, 40, 14)",
641
+ "brown-400": "rgb(78, 55, 19)",
642
+ "brown-500": "rgb(98, 71, 30)",
643
+ "brown-600": "rgb(115, 88, 47)",
644
+ "brown-700": "rgb(132, 104, 61)",
645
+ "brown-800": "rgb(148, 118, 73)",
646
+ "brown-900": "rgb(163, 132, 84)",
647
+ "brown-background-color-default": "rgb(132, 104, 61)",
648
+ "brown-visual-color": "rgb(163, 132, 84)",
534
649
  "card-selection-background-color": "rgb(44, 44, 44)",
535
650
  "celery-100": "rgb(11, 31, 0)",
536
- "celery-1000": "rgb(87, 169, 27)",
651
+ "celery-1000": "rgb(88, 172, 28)",
537
652
  "celery-1100": "rgb(100, 190, 35)",
538
653
  "celery-1200": "rgb(116, 213, 46)",
539
654
  "celery-1300": "rgb(136, 234, 65)",
540
655
  "celery-1400": "rgb(170, 251, 112)",
541
656
  "celery-1500": "rgb(222, 255, 198)",
542
657
  "celery-1600": "rgb(255, 255, 255)",
543
- "celery-200": "rgb(14, 37, 0)",
658
+ "celery-200": "rgb(15, 38, 0)",
544
659
  "celery-300": "rgb(21, 51, 1)",
545
- "celery-400": "rgb(28, 63, 3)",
546
- "celery-500": "rgb(36, 78, 6)",
547
- "celery-600": "rgb(44, 93, 9)",
548
- "celery-700": "rgb(53, 110, 12)",
549
- "celery-800": "rgb(62, 126, 16)",
550
- "celery-900": "rgb(73, 146, 21)",
551
- "celery-background-color-default": "rgb(62, 126, 16)",
552
- "celery-visual-color": "rgb(62, 126, 16)",
660
+ "celery-400": "rgb(31, 67, 4)",
661
+ "celery-500": "rgb(41, 86, 8)",
662
+ "celery-600": "rgb(50, 105, 11)",
663
+ "celery-700": "rgb(60, 122, 15)",
664
+ "celery-800": "rgb(69, 138, 19)",
665
+ "celery-900": "rgb(78, 154, 23)",
666
+ "celery-background-color-default": "rgb(78, 154, 23)",
667
+ "celery-visual-color": "rgb(69, 138, 19)",
553
668
  "chartreuse-100": "rgb(23, 28, 0)",
554
- "chartreuse-1000": "rgb(134, 161, 0)",
669
+ "chartreuse-1000": "rgb(136, 164, 0)",
555
670
  "chartreuse-1100": "rgb(151, 181, 0)",
556
671
  "chartreuse-1200": "rgb(169, 203, 0)",
557
672
  "chartreuse-1300": "rgb(187, 225, 0)",
558
673
  "chartreuse-1400": "rgb(219, 240, 117)",
559
674
  "chartreuse-1500": "rgb(242, 249, 206)",
560
675
  "chartreuse-1600": "rgb(255, 255, 255)",
561
- "chartreuse-200": "rgb(29, 35, 0)",
562
- "chartreuse-300": "rgb(40, 48, 0)",
563
- "chartreuse-400": "rgb(50, 59, 0)",
564
- "chartreuse-500": "rgb(62, 74, 0)",
565
- "chartreuse-600": "rgb(74, 88, 0)",
566
- "chartreuse-700": "rgb(87, 104, 0)",
567
- "chartreuse-800": "rgb(100, 120, 0)",
568
- "chartreuse-900": "rgb(116, 139, 0)",
569
- "chartreuse-background-color-default": "rgb(116, 139, 0)",
570
- "chartreuse-visual-color": "rgb(116, 139, 0)",
676
+ "chartreuse-200": "rgb(30, 36, 0)",
677
+ "chartreuse-300": "rgb(39, 47, 0)",
678
+ "chartreuse-400": "rgb(53, 63, 0)",
679
+ "chartreuse-500": "rgb(68, 82, 0)",
680
+ "chartreuse-600": "rgb(83, 100, 0)",
681
+ "chartreuse-700": "rgb(97, 116, 0)",
682
+ "chartreuse-800": "rgb(109, 131, 0)",
683
+ "chartreuse-900": "rgb(122, 147, 0)",
684
+ "chartreuse-background-color-default": "rgb(136, 164, 0)",
685
+ "chartreuse-visual-color": "rgb(122, 147, 0)",
686
+ "cinnamon-100": "rgb(48, 17, 4)",
687
+ "cinnamon-1000": "rgb(206, 136, 99)",
688
+ "cinnamon-1100": "rgb(220, 154, 118)",
689
+ "cinnamon-1200": "rgb(232, 179, 149)",
690
+ "cinnamon-1300": "rgb(239, 203, 183)",
691
+ "cinnamon-1400": "rgb(246, 225, 214)",
692
+ "cinnamon-1500": "rgb(252, 244, 239)",
693
+ "cinnamon-1600": "rgb(255, 255, 255)",
694
+ "cinnamon-200": "rgb(59, 21, 5)",
695
+ "cinnamon-300": "rgb(79, 28, 7)",
696
+ "cinnamon-400": "rgb(100, 41, 15)",
697
+ "cinnamon-500": "rgb(122, 57, 28)",
698
+ "cinnamon-600": "rgb(143, 74, 40)",
699
+ "cinnamon-700": "rgb(163, 88, 52)",
700
+ "cinnamon-800": "rgb(179, 103, 64)",
701
+ "cinnamon-900": "rgb(192, 119, 80)",
702
+ "cinnamon-background-color-default": "rgb(163, 88, 52)",
703
+ "cinnamon-visual-color": "rgb(192, 119, 80)",
571
704
  "coach-mark-pagination-color": "rgb(138, 138, 138)",
572
705
  "code-color": "rgb(219, 219, 219)",
573
- "color-area-border-color": "rgb(242, 242, 242)",
706
+ "color-area-border-color": "rgb(255, 255, 255)",
574
707
  "color-handle-drop-shadow-color": "rgba(0, 0, 0, 0.8)",
575
708
  "color-handle-inner-border-color": "rgb(0, 0, 0)",
576
709
  "color-handle-outer-border-color": "rgb(0, 0, 0)",
577
710
  "color-loupe-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
578
711
  "color-loupe-inner-border": "rgba(0, 0, 0, 0.12)",
579
712
  "color-loupe-outer-border": "rgb(255, 255, 255)",
580
- "color-slider-border-color": "rgb(242, 242, 242)",
713
+ "color-slider-border-color": "rgb(255, 255, 255)",
581
714
  "cyan-100": "rgb(0, 29, 39)",
582
- "cyan-1000": "rgb(36, 156, 242)",
715
+ "cyan-1000": "rgb(38, 159, 244)",
583
716
  "cyan-1100": "rgb(63, 177, 255)",
584
717
  "cyan-1200": "rgb(107, 199, 255)",
585
718
  "cyan-1300": "rgb(152, 219, 255)",
@@ -588,14 +721,14 @@
588
721
  "cyan-1600": "rgb(255, 255, 255)",
589
722
  "cyan-200": "rgb(0, 36, 49)",
590
723
  "cyan-300": "rgb(0, 48, 65)",
591
- "cyan-400": "rgb(0, 60, 82)",
592
- "cyan-500": "rgb(0, 74, 101)",
593
- "cyan-600": "rgb(0, 88, 123)",
594
- "cyan-700": "rgb(4, 104, 147)",
595
- "cyan-800": "rgb(10, 118, 175)",
596
- "cyan-900": "rgb(19, 136, 207)",
597
- "cyan-background-color-default": "rgb(4, 104, 147)",
598
- "cyan-visual-color": "rgb(19, 136, 207)",
724
+ "cyan-400": "rgb(0, 64, 88)",
725
+ "cyan-500": "rgb(0, 82, 113)",
726
+ "cyan-600": "rgb(3, 99, 140)",
727
+ "cyan-700": "rgb(8, 115, 168)",
728
+ "cyan-800": "rgb(15, 128, 194)",
729
+ "cyan-900": "rgb(24, 142, 220)",
730
+ "cyan-background-color-default": "rgb(8, 115, 168)",
731
+ "cyan-visual-color": "rgb(24, 142, 220)",
599
732
  "detail-color": "rgb(242, 242, 242)",
600
733
  "disabled-background-color": "rgb(44, 44, 44)",
601
734
  "disabled-border-color": "rgb(57, 57, 57)",
@@ -607,28 +740,28 @@
607
740
  "disabled-static-white-border-color": "rgba(255, 255, 255, 0.17)",
608
741
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.21)",
609
742
  "drop-shadow-color": "rgba(0, 0, 0, 0.8)",
610
- "drop-zone-background-color": "rgb(77, 120, 255)",
743
+ "drop-zone-background-color": "rgb(86, 129, 255)",
611
744
  "floating-action-button-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
612
745
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.15)",
613
- "focus-indicator-color": "rgb(56, 96, 250)",
614
- "fuchsia-100": "rgb(54, 0, 53)",
615
- "fuchsia-1000": "rgb(245, 76, 234)",
616
- "fuchsia-1100": "rgb(255, 112, 249)",
617
- "fuchsia-1200": "rgb(255, 154, 253)",
618
- "fuchsia-1300": "rgb(255, 188, 254)",
619
- "fuchsia-1400": "rgb(255, 218, 254)",
620
- "fuchsia-1500": "rgb(255, 240, 255)",
746
+ "focus-indicator-color": "rgb(69, 110, 254)",
747
+ "fuchsia-100": "rgb(50, 0, 61)",
748
+ "fuchsia-1000": "rgb(232, 91, 253)",
749
+ "fuchsia-1100": "rgb(240, 122, 255)",
750
+ "fuchsia-1200": "rgb(245, 159, 255)",
751
+ "fuchsia-1300": "rgb(248, 191, 255)",
752
+ "fuchsia-1400": "rgb(251, 219, 255)",
753
+ "fuchsia-1500": "rgb(253, 241, 255)",
621
754
  "fuchsia-1600": "rgb(255, 255, 255)",
622
- "fuchsia-200": "rgb(65, 0, 64)",
623
- "fuchsia-300": "rgb(84, 0, 82)",
624
- "fuchsia-400": "rgb(103, 2, 99)",
625
- "fuchsia-500": "rgb(124, 11, 119)",
626
- "fuchsia-600": "rgb(145, 22, 138)",
627
- "fuchsia-700": "rgb(168, 35, 158)",
628
- "fuchsia-800": "rgb(189, 48, 177)",
629
- "fuchsia-900": "rgb(214, 64, 201)",
630
- "fuchsia-background-color-default": "rgb(168, 35, 158)",
631
- "fuchsia-visual-color": "rgb(214, 64, 201)",
755
+ "fuchsia-200": "rgb(61, 0, 74)",
756
+ "fuchsia-300": "rgb(79, 0, 95)",
757
+ "fuchsia-400": "rgb(102, 9, 120)",
758
+ "fuchsia-500": "rgb(127, 23, 146)",
759
+ "fuchsia-600": "rgb(151, 38, 170)",
760
+ "fuchsia-700": "rgb(173, 51, 192)",
761
+ "fuchsia-800": "rgb(192, 64, 212)",
762
+ "fuchsia-900": "rgb(213, 73, 235)",
763
+ "fuchsia-background-color-default": "rgb(173, 51, 192)",
764
+ "fuchsia-visual-color": "rgb(213, 73, 235)",
632
765
  "gray-100": "rgb(44, 44, 44)",
633
766
  "gray-1000": "rgb(255, 255, 255)",
634
767
  "gray-200": "rgb(50, 50, 50)",
@@ -642,35 +775,35 @@
642
775
  "gray-75": "rgb(34, 34, 34)",
643
776
  "gray-800": "rgb(219, 219, 219)",
644
777
  "gray-900": "rgb(242, 242, 242)",
645
- "gray-background-color-default": "rgb(175, 175, 175)",
778
+ "gray-background-color-default": "rgb(109, 109, 109)",
646
779
  "gray-visual-color": "rgb(138, 138, 138)",
647
- "green-100": "rgb(0, 31, 23)",
648
- "green-1000": "rgb(13, 172, 97)",
780
+ "green-100": "rgb(0, 30, 23)",
781
+ "green-1000": "rgb(14, 175, 98)",
649
782
  "green-1100": "rgb(24, 193, 110)",
650
783
  "green-1200": "rgb(57, 215, 134)",
651
784
  "green-1300": "rgb(126, 231, 172)",
652
785
  "green-1400": "rgb(189, 241, 208)",
653
786
  "green-1500": "rgb(229, 250, 236)",
654
787
  "green-1600": "rgb(255, 255, 255)",
655
- "green-200": "rgb(0, 38, 28)",
656
- "green-300": "rgb(0, 52, 38)",
657
- "green-400": "rgb(0, 64, 45)",
658
- "green-500": "rgb(1, 79, 53)",
659
- "green-600": "rgb(2, 95, 61)",
660
- "green-700": "rgb(3, 112, 69)",
661
- "green-800": "rgb(5, 128, 76)",
662
- "green-900": "rgb(8, 149, 85)",
663
- "green-background-color-default": "rgb(3, 112, 69)",
664
- "green-visual-color": "rgb(5, 128, 76)",
788
+ "green-200": "rgb(0, 38, 29)",
789
+ "green-300": "rgb(0, 51, 38)",
790
+ "green-400": "rgb(0, 68, 48)",
791
+ "green-500": "rgb(2, 87, 58)",
792
+ "green-600": "rgb(3, 106, 67)",
793
+ "green-700": "rgb(4, 124, 75)",
794
+ "green-800": "rgb(6, 140, 82)",
795
+ "green-900": "rgb(9, 157, 89)",
796
+ "green-background-color-default": "rgb(4, 124, 75)",
797
+ "green-visual-color": "rgb(6, 140, 82)",
665
798
  "heading-color": "rgb(242, 242, 242)",
666
- "icon-color-blue-primary-default": "rgb(56, 96, 250)",
667
- "icon-color-green-primary-default": "rgb(5, 128, 76)",
799
+ "icon-color-blue-primary-default": "rgb(69, 110, 254)",
800
+ "icon-color-green-primary-default": "rgb(6, 140, 82)",
668
801
  "icon-color-inverse": "rgb(27, 27, 27)",
669
802
  "icon-color-primary-default": "rgb(219, 219, 219)",
670
- "icon-color-red-primary-default": "rgb(185, 41, 24)",
671
- "icon-color-yellow-primary-default": "rgb(200, 138, 0)",
803
+ "icon-color-red-primary-default": "rgb(205, 46, 29)",
804
+ "icon-color-yellow-primary-default": "rgb(203, 141, 0)",
672
805
  "indigo-100": "rgb(30, 0, 93)",
673
- "indigo-1000": "rgb(137, 137, 254)",
806
+ "indigo-1000": "rgb(139, 141, 254)",
674
807
  "indigo-1100": "rgb(153, 161, 255)",
675
808
  "indigo-1200": "rgb(176, 186, 255)",
676
809
  "indigo-1300": "rgb(199, 208, 255)",
@@ -678,85 +811,89 @@
678
811
  "indigo-1500": "rgb(243, 244, 255)",
679
812
  "indigo-1600": "rgb(255, 255, 255)",
680
813
  "indigo-200": "rgb(35, 0, 110)",
681
- "indigo-300": "rgb(47, 1, 141)",
682
- "indigo-400": "rgb(58, 8, 165)",
683
- "indigo-500": "rgb(72, 21, 195)",
684
- "indigo-600": "rgb(85, 38, 220)",
685
- "indigo-700": "rgb(100, 58, 240)",
686
- "indigo-800": "rgb(112, 81, 249)",
687
- "indigo-900": "rgb(123, 109, 253)",
688
- "indigo-background-color-default": "rgb(100, 58, 240)",
689
- "indigo-visual-color": "rgb(123, 109, 253)",
690
- "informative-background-color-default": "rgb(29, 63, 209)",
691
- "informative-background-color-down": "rgb(22, 52, 179)",
692
- "informative-background-color-hover": "rgb(22, 52, 179)",
693
- "informative-background-color-key-focus": "rgb(22, 52, 179)",
814
+ "indigo-300": "rgb(47, 0, 140)",
815
+ "indigo-400": "rgb(62, 12, 174)",
816
+ "indigo-500": "rgb(79, 30, 209)",
817
+ "indigo-600": "rgb(95, 52, 235)",
818
+ "indigo-700": "rgb(109, 75, 248)",
819
+ "indigo-800": "rgb(119, 97, 252)",
820
+ "indigo-900": "rgb(128, 119, 254)",
821
+ "indigo-background-color-default": "rgb(109, 75, 248)",
822
+ "indigo-visual-color": "rgb(128, 119, 254)",
823
+ "informative-background-color-default": "rgb(52, 91, 248)",
824
+ "informative-background-color-down": "rgb(37, 73, 229)",
825
+ "informative-background-color-hover": "rgb(37, 73, 229)",
826
+ "informative-background-color-key-focus": "rgb(37, 73, 229)",
694
827
  "informative-color-100": "rgb(14, 23, 63)",
695
- "informative-color-1000": "rgb(102, 146, 254)",
828
+ "informative-color-1000": "rgb(105, 149, 254)",
696
829
  "informative-color-1100": "rgb(124, 169, 252)",
697
830
  "informative-color-1200": "rgb(152, 192, 252)",
698
831
  "informative-color-1300": "rgb(181, 213, 253)",
699
832
  "informative-color-1400": "rgb(213, 231, 254)",
700
833
  "informative-color-1500": "rgb(238, 245, 255)",
701
834
  "informative-color-1600": "rgb(255, 255, 255)",
702
- "informative-color-200": "rgb(15, 27, 77)",
703
- "informative-color-300": "rgb(13, 34, 119)",
704
- "informative-color-400": "rgb(17, 42, 144)",
705
- "informative-color-500": "rgb(22, 52, 179)",
706
- "informative-color-600": "rgb(29, 63, 209)",
707
- "informative-color-700": "rgb(40, 78, 236)",
708
- "informative-color-800": "rgb(56, 96, 250)",
709
- "informative-color-900": "rgb(77, 120, 255)",
710
- "informative-visual-color": "rgb(77, 120, 255)",
711
- "magenta-100": "rgb(61, 0, 21)",
712
- "magenta-1000": "rgb(255, 89, 147)",
713
- "magenta-1100": "rgb(255, 128, 173)",
714
- "magenta-1200": "rgb(255, 163, 196)",
715
- "magenta-1300": "rgb(255, 193, 215)",
716
- "magenta-1400": "rgb(255, 220, 233)",
835
+ "informative-color-200": "rgb(15, 28, 82)",
836
+ "informative-color-300": "rgb(12, 33, 117)",
837
+ "informative-color-400": "rgb(18, 45, 154)",
838
+ "informative-color-500": "rgb(26, 58, 195)",
839
+ "informative-color-600": "rgb(37, 73, 229)",
840
+ "informative-color-700": "rgb(52, 91, 248)",
841
+ "informative-color-800": "rgb(69, 110, 254)",
842
+ "informative-color-900": "rgb(86, 129, 255)",
843
+ "informative-visual-color": "rgb(86, 129, 255)",
844
+ "magenta-100": "rgb(59, 0, 22)",
845
+ "magenta-1000": "rgb(255, 96, 149)",
846
+ "magenta-1100": "rgb(255, 128, 171)",
847
+ "magenta-1200": "rgb(255, 163, 194)",
848
+ "magenta-1300": "rgb(255, 193, 214)",
849
+ "magenta-1400": "rgb(255, 220, 232)",
717
850
  "magenta-1500": "rgb(255, 241, 246)",
718
851
  "magenta-1600": "rgb(255, 255, 255)",
719
- "magenta-200": "rgb(73, 0, 25)",
720
- "magenta-300": "rgb(94, 0, 33)",
721
- "magenta-400": "rgb(115, 0, 41)",
722
- "magenta-500": "rgb(141, 1, 52)",
723
- "magenta-600": "rgb(165, 5, 63)",
724
- "magenta-700": "rgb(192, 10, 74)",
725
- "magenta-800": "rgb(219, 18, 87)",
726
- "magenta-900": "rgb(247, 38, 108)",
727
- "magenta-background-color-default": "rgb(192, 10, 74)",
728
- "magenta-visual-color": "rgb(247, 38, 108)",
729
- "negative-background-color-default": "rgb(158, 34, 19)",
730
- "negative-background-color-down": "rgb(134, 28, 15)",
731
- "negative-background-color-hover": "rgb(134, 28, 15)",
732
- "negative-background-color-key-focus": "rgb(134, 28, 15)",
733
- "negative-border-color-default": "rgb(243, 57, 36)",
852
+ "magenta-200": "rgb(74, 0, 27)",
853
+ "magenta-300": "rgb(93, 0, 34)",
854
+ "magenta-400": "rgb(123, 0, 45)",
855
+ "magenta-500": "rgb(152, 7, 60)",
856
+ "magenta-600": "rgb(181, 19, 76)",
857
+ "magenta-700": "rgb(207, 31, 92)",
858
+ "magenta-800": "rgb(231, 41, 105)",
859
+ "magenta-900": "rgb(255, 51, 119)",
860
+ "magenta-background-color-default": "rgb(207, 31, 92)",
861
+ "magenta-visual-color": "rgb(255, 51, 119)",
862
+ "negative-background-color-default": "rgb(205, 46, 29)",
863
+ "negative-background-color-down": "rgb(177, 38, 23)",
864
+ "negative-background-color-hover": "rgb(177, 38, 23)",
865
+ "negative-background-color-key-focus": "rgb(177, 38, 23)",
866
+ "negative-border-color-default": "rgb(252, 67, 46)",
734
867
  "negative-border-color-down": "rgb(255, 134, 120)",
735
- "negative-border-color-focus": "rgb(255, 98, 79)",
868
+ "negative-border-color-focus": "rgb(255, 103, 86)",
736
869
  "negative-border-color-focus-hover": "rgb(255, 134, 120)",
737
- "negative-border-color-hover": "rgb(255, 98, 79)",
738
- "negative-border-color-key-focus": "rgb(255, 98, 79)",
870
+ "negative-border-color-hover": "rgb(255, 103, 86)",
871
+ "negative-border-color-key-focus": "rgb(255, 103, 86)",
739
872
  "negative-color-100": "rgb(54, 10, 3)",
740
- "negative-color-1000": "rgb(255, 98, 79)",
873
+ "negative-color-1000": "rgb(255, 103, 86)",
741
874
  "negative-color-1100": "rgb(255, 134, 120)",
742
875
  "negative-color-1200": "rgb(255, 167, 157)",
743
876
  "negative-color-1300": "rgb(255, 196, 189)",
744
877
  "negative-color-1400": "rgb(255, 222, 219)",
745
878
  "negative-color-1500": "rgb(255, 242, 240)",
746
879
  "negative-color-1600": "rgb(255, 255, 255)",
747
- "negative-color-200": "rgb(67, 13, 5)",
748
- "negative-color-300": "rgb(89, 18, 7)",
749
- "negative-color-400": "rgb(109, 22, 10)",
750
- "negative-color-500": "rgb(134, 28, 15)",
751
- "negative-color-600": "rgb(158, 34, 19)",
752
- "negative-color-700": "rgb(185, 41, 24)",
753
- "negative-color-800": "rgb(212, 48, 31)",
754
- "negative-color-900": "rgb(243, 57, 36)",
755
- "negative-content-color-default": "rgb(243, 57, 36)",
756
- "negative-content-color-down": "rgb(255, 98, 79)",
757
- "negative-content-color-hover": "rgb(255, 98, 79)",
758
- "negative-content-color-key-focus": "rgb(255, 98, 79)",
759
- "negative-visual-color": "rgb(185, 41, 24)",
880
+ "negative-color-200": "rgb(68, 13, 5)",
881
+ "negative-color-300": "rgb(87, 17, 7)",
882
+ "negative-color-400": "rgb(115, 24, 11)",
883
+ "negative-color-500": "rgb(147, 31, 17)",
884
+ "negative-color-600": "rgb(177, 38, 23)",
885
+ "negative-color-700": "rgb(205, 46, 29)",
886
+ "negative-color-800": "rgb(230, 54, 35)",
887
+ "negative-color-900": "rgb(252, 67, 46)",
888
+ "negative-content-color-default": "rgb(252, 67, 46)",
889
+ "negative-content-color-down": "rgb(255, 103, 86)",
890
+ "negative-content-color-hover": "rgb(255, 103, 86)",
891
+ "negative-content-color-key-focus": "rgb(255, 103, 86)",
892
+ "negative-subdued-background-color-default": "rgb(68, 13, 5)",
893
+ "negative-subdued-background-color-down": "rgb(87, 17, 7)",
894
+ "negative-subdued-background-color-hover": "rgb(87, 17, 7)",
895
+ "negative-subdued-background-color-key-focus": "rgb(87, 17, 7)",
896
+ "negative-visual-color": "rgb(205, 46, 29)",
760
897
  "neutral-background-color-default": "rgb(219, 219, 219)",
761
898
  "neutral-background-color-down": "rgb(242, 242, 242)",
762
899
  "neutral-background-color-hover": "rgb(242, 242, 242)",
@@ -771,80 +908,97 @@
771
908
  "neutral-content-color-focus-hover": "rgb(242, 242, 242)",
772
909
  "neutral-content-color-hover": "rgb(242, 242, 242)",
773
910
  "neutral-content-color-key-focus": "rgb(242, 242, 242)",
774
- "neutral-subdued-background-color-default": "rgb(68, 68, 68)",
775
- "neutral-subdued-background-color-down": "rgb(57, 57, 57)",
776
- "neutral-subdued-background-color-hover": "rgb(57, 57, 57)",
777
- "neutral-subdued-background-color-key-focus": "rgb(57, 57, 57)",
911
+ "neutral-subdued-background-color-default": "rgb(109, 109, 109)",
912
+ "neutral-subdued-background-color-down": "rgb(68, 68, 68)",
913
+ "neutral-subdued-background-color-hover": "rgb(68, 68, 68)",
914
+ "neutral-subdued-background-color-key-focus": "rgb(68, 68, 68)",
778
915
  "neutral-subdued-content-color-default": "rgb(175, 175, 175)",
779
916
  "neutral-subdued-content-color-down": "rgb(219, 219, 219)",
780
917
  "neutral-subdued-content-color-hover": "rgb(219, 219, 219)",
781
918
  "neutral-subdued-content-color-key-focus": "rgb(219, 219, 219)",
782
919
  "neutral-subdued-content-color-selected": "rgb(219, 219, 219)",
783
920
  "neutral-visual-color": "rgb(138, 138, 138)",
784
- "notice-background-color-default": "rgb(190, 76, 0)",
921
+ "notice-background-color-default": "rgb(224, 100, 0)",
785
922
  "notice-color-100": "rgb(49, 16, 0)",
786
- "notice-color-1000": "rgb(240, 114, 0)",
923
+ "notice-color-1000": "rgb(243, 117, 0)",
787
924
  "notice-color-1100": "rgb(255, 137, 0)",
788
925
  "notice-color-1200": "rgb(255, 173, 45)",
789
926
  "notice-color-1300": "rgb(255, 201, 116)",
790
927
  "notice-color-1400": "rgb(255, 225, 178)",
791
928
  "notice-color-1500": "rgb(255, 243, 225)",
792
929
  "notice-color-1600": "rgb(255, 255, 255)",
793
- "notice-color-200": "rgb(59, 20, 0)",
930
+ "notice-color-200": "rgb(61, 21, 0)",
794
931
  "notice-color-300": "rgb(80, 27, 0)",
795
- "notice-color-400": "rgb(99, 34, 0)",
796
- "notice-color-500": "rgb(122, 42, 0)",
797
- "notice-color-600": "rgb(145, 52, 0)",
798
- "notice-color-700": "rgb(169, 63, 0)",
799
- "notice-color-800": "rgb(190, 76, 0)",
800
- "notice-color-900": "rgb(214, 93, 0)",
801
- "notice-visual-color": "rgb(214, 93, 0)",
932
+ "notice-color-400": "rgb(106, 36, 0)",
933
+ "notice-color-500": "rgb(135, 47, 0)",
934
+ "notice-color-600": "rgb(162, 59, 0)",
935
+ "notice-color-700": "rgb(185, 73, 0)",
936
+ "notice-color-800": "rgb(205, 86, 0)",
937
+ "notice-color-900": "rgb(224, 100, 0)",
938
+ "notice-visual-color": "rgb(224, 100, 0)",
802
939
  "opacity-checkerboard-square-dark": "rgb(219, 219, 219)",
803
940
  "opacity-checkerboard-square-light": "rgb(255, 255, 255)",
804
941
  "orange-100": "rgb(49, 16, 0)",
805
- "orange-1000": "rgb(240, 114, 0)",
942
+ "orange-1000": "rgb(243, 117, 0)",
806
943
  "orange-1100": "rgb(255, 137, 0)",
807
944
  "orange-1200": "rgb(255, 173, 45)",
808
945
  "orange-1300": "rgb(255, 201, 116)",
809
946
  "orange-1400": "rgb(255, 225, 178)",
810
947
  "orange-1500": "rgb(255, 243, 225)",
811
948
  "orange-1600": "rgb(255, 255, 255)",
812
- "orange-200": "rgb(59, 20, 0)",
949
+ "orange-200": "rgb(61, 21, 0)",
813
950
  "orange-300": "rgb(80, 27, 0)",
814
- "orange-400": "rgb(99, 34, 0)",
815
- "orange-500": "rgb(122, 42, 0)",
816
- "orange-600": "rgb(145, 52, 0)",
817
- "orange-700": "rgb(169, 63, 0)",
818
- "orange-800": "rgb(190, 76, 0)",
819
- "orange-900": "rgb(214, 93, 0)",
820
- "orange-background-color-default": "rgb(190, 76, 0)",
821
- "orange-visual-color": "rgb(214, 93, 0)",
951
+ "orange-400": "rgb(106, 36, 0)",
952
+ "orange-500": "rgb(135, 47, 0)",
953
+ "orange-600": "rgb(162, 59, 0)",
954
+ "orange-700": "rgb(185, 73, 0)",
955
+ "orange-800": "rgb(205, 86, 0)",
956
+ "orange-900": "rgb(224, 100, 0)",
957
+ "orange-background-color-default": "rgb(224, 100, 0)",
958
+ "orange-visual-color": "rgb(224, 100, 0)",
822
959
  "overlay-color": "rgb(0, 0, 0)",
823
960
  "overlay-opacity": "0.6",
824
- "picker-border-width": "1px",
825
- "positive-background-color-default": "rgb(2, 95, 61)",
826
- "positive-background-color-down": "rgb(1, 79, 53)",
827
- "positive-background-color-hover": "rgb(1, 79, 53)",
828
- "positive-background-color-key-focus": "rgb(1, 79, 53)",
829
- "positive-color-100": "rgb(0, 31, 23)",
830
- "positive-color-1000": "rgb(13, 172, 97)",
961
+ "pink-100": "rgb(58, 0, 37)",
962
+ "pink-1000": "rgb(251, 90, 196)",
963
+ "pink-1100": "rgb(255, 122, 210)",
964
+ "pink-1200": "rgb(255, 159, 223)",
965
+ "pink-1300": "rgb(255, 191, 234)",
966
+ "pink-1400": "rgb(255, 219, 243)",
967
+ "pink-1500": "rgb(255, 241, 250)",
968
+ "pink-1600": "rgb(255, 255, 255)",
969
+ "pink-200": "rgb(71, 0, 44)",
970
+ "pink-300": "rgb(90, 0, 57)",
971
+ "pink-400": "rgb(115, 7, 75)",
972
+ "pink-500": "rgb(143, 18, 97)",
973
+ "pink-600": "rgb(171, 29, 119)",
974
+ "pink-700": "rgb(196, 39, 138)",
975
+ "pink-800": "rgb(220, 47, 156)",
976
+ "pink-900": "rgb(236, 67, 175)",
977
+ "pink-background-color-default": "rgb(196, 39, 138)",
978
+ "pink-visual-color": "rgb(236, 67, 175)",
979
+ "positive-background-color-default": "rgb(4, 124, 75)",
980
+ "positive-background-color-down": "rgb(3, 106, 67)",
981
+ "positive-background-color-hover": "rgb(3, 106, 67)",
982
+ "positive-background-color-key-focus": "rgb(3, 106, 67)",
983
+ "positive-color-100": "rgb(0, 30, 23)",
984
+ "positive-color-1000": "rgb(14, 175, 98)",
831
985
  "positive-color-1100": "rgb(24, 193, 110)",
832
986
  "positive-color-1200": "rgb(57, 215, 134)",
833
987
  "positive-color-1300": "rgb(126, 231, 172)",
834
988
  "positive-color-1400": "rgb(189, 241, 208)",
835
989
  "positive-color-1500": "rgb(229, 250, 236)",
836
990
  "positive-color-1600": "rgb(255, 255, 255)",
837
- "positive-color-200": "rgb(0, 38, 28)",
838
- "positive-color-300": "rgb(0, 52, 38)",
839
- "positive-color-400": "rgb(0, 64, 45)",
840
- "positive-color-500": "rgb(1, 79, 53)",
841
- "positive-color-600": "rgb(2, 95, 61)",
842
- "positive-color-700": "rgb(3, 112, 69)",
843
- "positive-color-800": "rgb(5, 128, 76)",
844
- "positive-color-900": "rgb(8, 149, 85)",
845
- "positive-visual-color": "rgb(5, 128, 76)",
991
+ "positive-color-200": "rgb(0, 38, 29)",
992
+ "positive-color-300": "rgb(0, 51, 38)",
993
+ "positive-color-400": "rgb(0, 68, 48)",
994
+ "positive-color-500": "rgb(2, 87, 58)",
995
+ "positive-color-600": "rgb(3, 106, 67)",
996
+ "positive-color-700": "rgb(4, 124, 75)",
997
+ "positive-color-800": "rgb(6, 140, 82)",
998
+ "positive-color-900": "rgb(9, 157, 89)",
999
+ "positive-visual-color": "rgb(6, 140, 82)",
846
1000
  "purple-100": "rgb(41, 0, 79)",
847
- "purple-1000": "rgb(183, 123, 236)",
1001
+ "purple-1000": "rgb(186, 127, 237)",
848
1002
  "purple-1100": "rgb(197, 149, 240)",
849
1003
  "purple-1200": "rgb(212, 176, 244)",
850
1004
  "purple-1300": "rgb(225, 201, 247)",
@@ -853,56 +1007,74 @@
853
1007
  "purple-1600": "rgb(255, 255, 255)",
854
1008
  "purple-200": "rgb(50, 0, 96)",
855
1009
  "purple-300": "rgb(64, 0, 122)",
856
- "purple-400": "rgb(78, 0, 151)",
857
- "purple-500": "rgb(96, 0, 182)",
858
- "purple-600": "rgb(116, 15, 205)",
859
- "purple-700": "rgb(136, 42, 218)",
860
- "purple-800": "rgb(151, 68, 225)",
861
- "purple-900": "rgb(167, 95, 231)",
862
- "purple-background-color-default": "rgb(136, 42, 218)",
863
- "purple-visual-color": "rgb(167, 95, 231)",
1010
+ "purple-400": "rgb(83, 0, 159)",
1011
+ "purple-500": "rgb(107, 6, 195)",
1012
+ "purple-600": "rgb(130, 34, 215)",
1013
+ "purple-700": "rgb(148, 62, 224)",
1014
+ "purple-800": "rgb(161, 84, 229)",
1015
+ "purple-900": "rgb(173, 105, 233)",
1016
+ "purple-background-color-default": "rgb(148, 62, 224)",
1017
+ "purple-visual-color": "rgb(173, 105, 233)",
864
1018
  "red-100": "rgb(54, 10, 3)",
865
- "red-1000": "rgb(255, 98, 79)",
1019
+ "red-1000": "rgb(255, 103, 86)",
866
1020
  "red-1100": "rgb(255, 134, 120)",
867
1021
  "red-1200": "rgb(255, 167, 157)",
868
1022
  "red-1300": "rgb(255, 196, 189)",
869
1023
  "red-1400": "rgb(255, 222, 219)",
870
1024
  "red-1500": "rgb(255, 242, 240)",
871
1025
  "red-1600": "rgb(255, 255, 255)",
872
- "red-200": "rgb(67, 13, 5)",
873
- "red-300": "rgb(89, 18, 7)",
874
- "red-400": "rgb(109, 22, 10)",
875
- "red-500": "rgb(134, 28, 15)",
876
- "red-600": "rgb(158, 34, 19)",
877
- "red-700": "rgb(185, 41, 24)",
878
- "red-800": "rgb(212, 48, 31)",
879
- "red-900": "rgb(243, 57, 36)",
880
- "red-background-color-default": "rgb(185, 41, 24)",
881
- "red-visual-color": "rgb(185, 41, 24)",
882
- "seafoam-100": "rgb(0, 29, 32)",
883
- "seafoam-1000": "rgb(36, 166, 171)",
884
- "seafoam-1100": "rgb(46, 186, 192)",
885
- "seafoam-1200": "rgb(62, 209, 214)",
886
- "seafoam-1300": "rgb(94, 229, 234)",
887
- "seafoam-1400": "rgb(170, 242, 245)",
888
- "seafoam-1500": "rgb(219, 251, 252)",
1026
+ "red-200": "rgb(68, 13, 5)",
1027
+ "red-300": "rgb(87, 17, 7)",
1028
+ "red-400": "rgb(115, 24, 11)",
1029
+ "red-500": "rgb(147, 31, 17)",
1030
+ "red-600": "rgb(177, 38, 23)",
1031
+ "red-700": "rgb(205, 46, 29)",
1032
+ "red-800": "rgb(230, 54, 35)",
1033
+ "red-900": "rgb(252, 67, 46)",
1034
+ "red-background-color-default": "rgb(205, 46, 29)",
1035
+ "red-visual-color": "rgb(205, 46, 29)",
1036
+ "seafoam-100": "rgb(0, 30, 27)",
1037
+ "seafoam-1000": "rgb(12, 173, 142)",
1038
+ "seafoam-1100": "rgb(14, 190, 156)",
1039
+ "seafoam-1200": "rgb(29, 214, 176)",
1040
+ "seafoam-1300": "rgb(122, 229, 203)",
1041
+ "seafoam-1400": "rgb(186, 241, 222)",
1042
+ "seafoam-1500": "rgb(229, 249, 243)",
889
1043
  "seafoam-1600": "rgb(255, 255, 255)",
890
- "seafoam-200": "rgb(0, 37, 40)",
891
- "seafoam-300": "rgb(0, 50, 53)",
892
- "seafoam-400": "rgb(0, 62, 66)",
893
- "seafoam-500": "rgb(4, 77, 81)",
894
- "seafoam-600": "rgb(8, 91, 96)",
895
- "seafoam-700": "rgb(13, 108, 113)",
896
- "seafoam-800": "rgb(19, 124, 129)",
897
- "seafoam-900": "rgb(26, 143, 148)",
898
- "seafoam-background-color-default": "rgb(13, 108, 113)",
899
- "seafoam-visual-color": "rgb(19, 124, 129)",
1044
+ "seafoam-200": "rgb(0, 39, 35)",
1045
+ "seafoam-300": "rgb(0, 50, 44)",
1046
+ "seafoam-400": "rgb(0, 67, 59)",
1047
+ "seafoam-500": "rgb(2, 86, 75)",
1048
+ "seafoam-600": "rgb(4, 105, 89)",
1049
+ "seafoam-700": "rgb(6, 122, 103)",
1050
+ "seafoam-800": "rgb(8, 138, 116)",
1051
+ "seafoam-900": "rgb(10, 154, 128)",
1052
+ "seafoam-background-color-default": "rgb(6, 122, 103)",
1053
+ "seafoam-visual-color": "rgb(8, 138, 116)",
1054
+ "silver-100": "rgb(26, 26, 26)",
1055
+ "silver-1000": "rgb(152, 152, 152)",
1056
+ "silver-1100": "rgb(169, 169, 169)",
1057
+ "silver-1200": "rgb(190, 190, 190)",
1058
+ "silver-1300": "rgb(211, 211, 211)",
1059
+ "silver-1400": "rgb(229, 229, 229)",
1060
+ "silver-1500": "rgb(244, 244, 244)",
1061
+ "silver-1600": "rgb(255, 255, 255)",
1062
+ "silver-200": "rgb(33, 33, 33)",
1063
+ "silver-300": "rgb(44, 44, 44)",
1064
+ "silver-400": "rgb(59, 59, 59)",
1065
+ "silver-500": "rgb(76, 76, 76)",
1066
+ "silver-600": "rgb(92, 92, 92)",
1067
+ "silver-700": "rgb(108, 108, 108)",
1068
+ "silver-800": "rgb(123, 123, 123)",
1069
+ "silver-900": "rgb(137, 137, 137)",
1070
+ "silver-background-color-default": "rgb(108, 108, 108)",
1071
+ "silver-visual-color": "rgb(137, 137, 137)",
900
1072
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
901
1073
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
902
1074
  "swatch-border-color": "rgb(242, 242, 242)",
903
1075
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
904
1076
  "table-row-hover-color": "rgb(242, 242, 242)",
905
- "table-selected-row-background-color": "rgb(29, 63, 209)",
1077
+ "table-selected-row-background-color": "rgb(52, 91, 248)",
906
1078
  "table-selected-row-background-color-non-emphasized": "rgb(219, 219, 219)",
907
1079
  "thumbnail-border-color": "rgb(219, 219, 219)",
908
1080
  "transparent-black-100": "rgba(0, 0, 0, 0.09)",
@@ -917,7 +1089,7 @@
917
1089
  "transparent-black-700": "rgba(0, 0, 0, 0.69)",
918
1090
  "transparent-black-75": "rgba(0, 0, 0, 0.05)",
919
1091
  "transparent-black-800": "rgba(0, 0, 0, 0.84)",
920
- "transparent-black-900": "rgb(0, 0, 0, 0.93)",
1092
+ "transparent-black-900": "rgba(0, 0, 0, 0.93)",
921
1093
  "transparent-white-100": "rgba(255, 255, 255, 0.11)",
922
1094
  "transparent-white-1000": "rgb(255, 255, 255)",
923
1095
  "transparent-white-200": "rgba(255, 255, 255, 0.14)",
@@ -930,10 +1102,28 @@
930
1102
  "transparent-white-700": "rgba(255, 255, 255, 0.66)",
931
1103
  "transparent-white-75": "rgba(255, 255, 255, 0.07)",
932
1104
  "transparent-white-800": "rgba(255, 255, 255, 0.85)",
933
- "transparent-white-900": "rgb(255, 255, 255, 0.94)",
1105
+ "transparent-white-900": "rgba(255, 255, 255, 0.94)",
1106
+ "turquoise-100": "rgb(0, 30, 33)",
1107
+ "turquoise-1000": "rgb(13, 168, 182)",
1108
+ "turquoise-1100": "rgb(16, 186, 202)",
1109
+ "turquoise-1200": "rgb(64, 208, 220)",
1110
+ "turquoise-1300": "rgb(128, 225, 231)",
1111
+ "turquoise-1400": "rgb(183, 240, 240)",
1112
+ "turquoise-1500": "rgb(228, 249, 249)",
1113
+ "turquoise-1600": "rgb(255, 255, 255)",
1114
+ "turquoise-200": "rgb(0, 37, 41)",
1115
+ "turquoise-300": "rgb(0, 49, 54)",
1116
+ "turquoise-400": "rgb(0, 66, 72)",
1117
+ "turquoise-500": "rgb(3, 84, 92)",
1118
+ "turquoise-600": "rgb(5, 103, 112)",
1119
+ "turquoise-700": "rgb(7, 120, 131)",
1120
+ "turquoise-800": "rgb(9, 135, 147)",
1121
+ "turquoise-900": "rgb(11, 151, 164)",
1122
+ "turquoise-background-color-default": "rgb(7, 120, 131)",
1123
+ "turquoise-visual-color": "rgb(11, 151, 164)",
934
1124
  "white": "rgb(255, 255, 255)",
935
1125
  "yellow-100": "rgb(37, 23, 0)",
936
- "yellow-1000": "rgb(200, 138, 0)",
1126
+ "yellow-1000": "rgb(203, 141, 0)",
937
1127
  "yellow-1100": "rgb(218, 159, 0)",
938
1128
  "yellow-1200": "rgb(235, 183, 0)",
939
1129
  "yellow-1300": "rgb(249, 206, 0)",
@@ -941,14 +1131,14 @@
941
1131
  "yellow-1500": "rgb(255, 246, 195)",
942
1132
  "yellow-1600": "rgb(255, 255, 255)",
943
1133
  "yellow-200": "rgb(47, 29, 0)",
944
- "yellow-300": "rgb(63, 40, 0)",
945
- "yellow-400": "rgb(78, 49, 0)",
946
- "yellow-500": "rgb(97, 61, 0)",
947
- "yellow-600": "rgb(116, 73, 0)",
948
- "yellow-700": "rgb(135, 86, 0)",
949
- "yellow-800": "rgb(155, 100, 0)",
950
- "yellow-900": "rgb(178, 117, 0)",
951
- "yellow-background-color-default": "rgb(200, 138, 0)",
1134
+ "yellow-300": "rgb(61, 39, 0)",
1135
+ "yellow-400": "rgb(83, 52, 0)",
1136
+ "yellow-500": "rgb(107, 67, 0)",
1137
+ "yellow-600": "rgb(130, 82, 0)",
1138
+ "yellow-700": "rgb(151, 97, 0)",
1139
+ "yellow-800": "rgb(169, 110, 0)",
1140
+ "yellow-900": "rgb(186, 124, 0)",
1141
+ "yellow-background-color-default": "rgb(218, 159, 0)",
952
1142
  "yellow-visual-color": "rgb(218, 159, 0)"
953
1143
  },
954
1144
  "darkest": {
@@ -968,7 +1158,6 @@
968
1158
  "floating-action-button-shadow-color": "rgba(0, 0, 0, 0.15)",
969
1159
  "opacity-checkerboard-square-light": "rgb(255, 255, 255)",
970
1160
  "overlay-color": "rgb(0, 0, 0)",
971
- "picker-border-width": "1px",
972
1161
  "static-black-focus-indicator-color": "rgb(0, 0, 0)",
973
1162
  "static-white-focus-indicator-color": "rgb(255, 255, 255)",
974
1163
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
@@ -984,7 +1173,7 @@
984
1173
  "transparent-black-700": "rgba(0, 0, 0, 0.69)",
985
1174
  "transparent-black-75": "rgba(0, 0, 0, 0.05)",
986
1175
  "transparent-black-800": "rgba(0, 0, 0, 0.84)",
987
- "transparent-black-900": "rgb(0, 0, 0, 0.93)",
1176
+ "transparent-black-900": "rgba(0, 0, 0, 0.93)",
988
1177
  "transparent-white-100": "rgba(255, 255, 255, 0.11)",
989
1178
  "transparent-white-1000": "rgb(255, 255, 255)",
990
1179
  "transparent-white-200": "rgba(255, 255, 255, 0.14)",
@@ -997,7 +1186,7 @@
997
1186
  "transparent-white-700": "rgba(255, 255, 255, 0.66)",
998
1187
  "transparent-white-75": "rgba(255, 255, 255, 0.07)",
999
1188
  "transparent-white-800": "rgba(255, 255, 255, 0.85)",
1000
- "transparent-white-900": "rgb(255, 255, 255, 0.94)",
1189
+ "transparent-white-900": "rgba(255, 255, 255, 0.94)",
1001
1190
  "white": "rgb(255, 255, 255)"
1002
1191
  }
1003
1192
  },
@@ -1042,18 +1231,29 @@
1042
1231
  "action-button-edge-to-hold-icon-large": "5px",
1043
1232
  "action-button-edge-to-hold-icon-medium": "4px",
1044
1233
  "action-button-edge-to-hold-icon-small": "3px",
1045
- "alert-banner-bottom-to-text": "17px",
1046
- "alert-banner-minimum-height": "48px",
1047
- "alert-banner-to-bottom-text": "17px",
1048
- "alert-banner-to-top-text": "14px",
1049
- "alert-banner-to-top-workflow-icon": "15px",
1050
- "alert-banner-top-to-text": "14px",
1051
- "alert-banner-top-to-workflow-icon": "15px",
1234
+ "alert-banner-bottom-to-text": "20px",
1235
+ "alert-banner-minimum-height": "56px",
1236
+ "alert-banner-to-bottom-text": "20px",
1237
+ "alert-banner-to-top-text": "18px",
1238
+ "alert-banner-to-top-workflow-icon": "19px",
1239
+ "alert-banner-top-to-text": "18px",
1240
+ "alert-banner-top-to-workflow-icon": "19px",
1052
1241
  "alert-banner-width": "832px",
1053
1242
  "alert-dialog-description-size": "14px",
1054
1243
  "alert-dialog-maximum-width": "480px",
1055
1244
  "alert-dialog-minimum-width": "288px",
1056
1245
  "alert-dialog-title-size": "18px",
1246
+ "arrow-icon-size-100": "10px",
1247
+ "arrow-icon-size-200": "12px",
1248
+ "arrow-icon-size-300": "14px",
1249
+ "arrow-icon-size-400": "16px",
1250
+ "arrow-icon-size-500": "18px",
1251
+ "arrow-icon-size-600": "20px",
1252
+ "arrow-icon-size-75": "10px",
1253
+ "asterisk-icon-size-100": "8px",
1254
+ "asterisk-icon-size-200": "10px",
1255
+ "asterisk-icon-size-300": "10px",
1256
+ "asterisk-icon-size-75": "8px",
1057
1257
  "avatar-opacity-disabled": "0.3",
1058
1258
  "avatar-size-100": "20px",
1059
1259
  "avatar-size-200": "22px",
@@ -1110,6 +1310,30 @@
1110
1310
  "character-count-to-field-quiet-large": "-3px",
1111
1311
  "character-count-to-field-quiet-medium": "-3px",
1112
1312
  "character-count-to-field-quiet-small": "-3px",
1313
+ "checkbox-control-size-extra-large": "18px",
1314
+ "checkbox-control-size-large": "16px",
1315
+ "checkbox-control-size-medium": "14px",
1316
+ "checkbox-control-size-small": "12px",
1317
+ "checkbox-top-to-control-extra-large": "15px",
1318
+ "checkbox-top-to-control-large": "12px",
1319
+ "checkbox-top-to-control-medium": "9px",
1320
+ "checkbox-top-to-control-small": "6px",
1321
+ "checkmark-icon-size-100": "10px",
1322
+ "checkmark-icon-size-200": "12px",
1323
+ "checkmark-icon-size-300": "14px",
1324
+ "checkmark-icon-size-400": "16px",
1325
+ "checkmark-icon-size-50": "10px",
1326
+ "checkmark-icon-size-500": "16px",
1327
+ "checkmark-icon-size-600": "18px",
1328
+ "checkmark-icon-size-75": "10px",
1329
+ "chevron-icon-size-100": "10px",
1330
+ "chevron-icon-size-200": "12px",
1331
+ "chevron-icon-size-300": "14px",
1332
+ "chevron-icon-size-400": "16px",
1333
+ "chevron-icon-size-50": "6px",
1334
+ "chevron-icon-size-500": "16px",
1335
+ "chevron-icon-size-600": "18px",
1336
+ "chevron-icon-size-75": "10px",
1113
1337
  "cjk-letter-spacing": "0.05em",
1114
1338
  "cjk-line-height-100": "1.5",
1115
1339
  "cjk-line-height-200": "1.7",
@@ -1131,6 +1355,7 @@
1131
1355
  "code-size-xl": "20px",
1132
1356
  "code-size-xs": "12px",
1133
1357
  "color-area-border-opacity": "0.1",
1358
+ "color-area-border-rounding": "7px",
1134
1359
  "color-area-border-width": "1px",
1135
1360
  "color-area-height": "192px",
1136
1361
  "color-area-minimum-height": "64px",
@@ -1140,7 +1365,6 @@
1140
1365
  "color-handle-border-width": "2px",
1141
1366
  "color-handle-inner-border-opacity": "0.42",
1142
1367
  "color-handle-inner-border-width": "1px",
1143
- "color-handle-outer-border-color": "rgb(0, 0, 0)",
1144
1368
  "color-handle-outer-border-opacity": "0.42",
1145
1369
  "color-handle-outer-border-width": "1px",
1146
1370
  "color-handle-size": "16px",
@@ -1153,7 +1377,7 @@
1153
1377
  "color-loupe-outer-border-width": "2px",
1154
1378
  "color-loupe-width": "48px",
1155
1379
  "color-slider-border-opacity": "0.1",
1156
- "color-slider-border-rounding": "4px",
1380
+ "color-slider-border-rounding": "7px",
1157
1381
  "color-slider-border-width": "1px",
1158
1382
  "color-slider-length": "192px",
1159
1383
  "color-slider-minimum-length": "80px",
@@ -1181,9 +1405,9 @@
1181
1405
  "component-edge-to-visual-300": "15px",
1182
1406
  "component-edge-to-visual-50": "6px",
1183
1407
  "component-edge-to-visual-75": "7px",
1184
- "component-edge-to-visual-only-100": "7px",
1185
- "component-edge-to-visual-only-200": "10px",
1186
- "component-edge-to-visual-only-300": "13px",
1408
+ "component-edge-to-visual-only-100": "6px",
1409
+ "component-edge-to-visual-only-200": "9px",
1410
+ "component-edge-to-visual-only-300": "11px",
1187
1411
  "component-edge-to-visual-only-50": "3px",
1188
1412
  "component-edge-to-visual-only-75": "4px",
1189
1413
  "component-height-100": "32px",
@@ -1205,6 +1429,9 @@
1205
1429
  "component-pill-edge-to-visual-only-200": "10px",
1206
1430
  "component-pill-edge-to-visual-only-300": "13px",
1207
1431
  "component-pill-edge-to-visual-only-75": "4px",
1432
+ "component-size-difference-down": "-2px",
1433
+ "component-size-minimum-perspective-down": "24px",
1434
+ "component-size-width-ratio-down": "0.3333",
1208
1435
  "component-to-menu-extra-large": "8px",
1209
1436
  "component-to-menu-large": "7px",
1210
1437
  "component-to-menu-medium": "6px",
@@ -1214,14 +1441,59 @@
1214
1441
  "component-top-to-text-300": "12px",
1215
1442
  "component-top-to-text-50": "3px",
1216
1443
  "component-top-to-text-75": "4px",
1217
- "component-top-to-workflow-icon-100": "7px",
1218
- "component-top-to-workflow-icon-200": "10px",
1219
- "component-top-to-workflow-icon-300": "13px",
1444
+ "component-top-to-workflow-icon-100": "6px",
1445
+ "component-top-to-workflow-icon-200": "9px",
1446
+ "component-top-to-workflow-icon-300": "11px",
1220
1447
  "component-top-to-workflow-icon-50": "3px",
1221
1448
  "component-top-to-workflow-icon-75": "4px",
1222
- "contextual-help-body-size": "18px",
1449
+ "contextual-help-body-size": "14px",
1223
1450
  "contextual-help-minimum-width": "268px",
1224
1451
  "contextual-help-title-size": "16px",
1452
+ "corner-radius-0": "0px",
1453
+ "corner-radius-100": "4px",
1454
+ "corner-radius-1000": "0.5",
1455
+ "corner-radius-200": "5px",
1456
+ "corner-radius-300": "6px",
1457
+ "corner-radius-400": "7px",
1458
+ "corner-radius-500": "8px",
1459
+ "corner-radius-600": "9px",
1460
+ "corner-radius-700": "10px",
1461
+ "corner-radius-75": "3px",
1462
+ "corner-radius-800": "16px",
1463
+ "corner-radius-extra-large-default": "16px",
1464
+ "corner-radius-full": "0.5",
1465
+ "corner-radius-large-default": "10px",
1466
+ "corner-radius-medium-default": "8px",
1467
+ "corner-radius-medium-size-extra-large": "10px",
1468
+ "corner-radius-medium-size-extra-small": "6px",
1469
+ "corner-radius-medium-size-large": "9px",
1470
+ "corner-radius-medium-size-medium": "8px",
1471
+ "corner-radius-medium-size-small": "7px",
1472
+ "corner-radius-none": "0px",
1473
+ "corner-radius-small-default": "4px",
1474
+ "corner-radius-small-size-extra-large": "6px",
1475
+ "corner-radius-small-size-large": "5px",
1476
+ "corner-radius-small-size-medium": "4px",
1477
+ "corner-radius-small-size-small": "3px",
1478
+ "corner-triangle-icon-size-100": "5px",
1479
+ "corner-triangle-icon-size-200": "6px",
1480
+ "corner-triangle-icon-size-300": "7px",
1481
+ "corner-triangle-icon-size-75": "5px",
1482
+ "cross-icon-size-100": "8px",
1483
+ "cross-icon-size-200": "10px",
1484
+ "cross-icon-size-300": "12px",
1485
+ "cross-icon-size-400": "12px",
1486
+ "cross-icon-size-500": "14px",
1487
+ "cross-icon-size-600": "16px",
1488
+ "cross-icon-size-75": "8px",
1489
+ "dash-icon-size-100": "10px",
1490
+ "dash-icon-size-200": "12px",
1491
+ "dash-icon-size-300": "12px",
1492
+ "dash-icon-size-400": "14px",
1493
+ "dash-icon-size-50": "8px",
1494
+ "dash-icon-size-500": "16px",
1495
+ "dash-icon-size-600": "18px",
1496
+ "dash-icon-size-75": "8px",
1225
1497
  "detail-cjk-line-height": "1.5",
1226
1498
  "detail-letter-spacing": "0.06em",
1227
1499
  "detail-line-height": "1.3",
@@ -1235,9 +1507,14 @@
1235
1507
  "disclosure-indicator-top-to-disclosure-icon-large": "14px",
1236
1508
  "disclosure-indicator-top-to-disclosure-icon-medium": "11px",
1237
1509
  "disclosure-indicator-top-to-disclosure-icon-small": "7px",
1510
+ "divider-horizontal-minimum-width": "200px",
1238
1511
  "divider-thickness-large": "4px",
1239
1512
  "divider-thickness-medium": "2px",
1240
1513
  "divider-thickness-small": "1px",
1514
+ "divider-vertical-minimum-height": "200px",
1515
+ "drop-shadow-blur": "4px",
1516
+ "drop-shadow-x": "0px",
1517
+ "drop-shadow-y": "1px",
1241
1518
  "drop-zone-background-color-opacity": "0.1",
1242
1519
  "drop-zone-background-color-opacity-filled": "0.3",
1243
1520
  "drop-zone-body-size": "14px",
@@ -1277,11 +1554,11 @@
1277
1554
  "field-label-to-component-quiet-large": "-12px",
1278
1555
  "field-label-to-component-quiet-medium": "-8px",
1279
1556
  "field-label-to-component-quiet-small": "-8px",
1280
- "field-label-top-margin-extra-large": "5px",
1281
- "field-label-top-margin-large": "5px",
1282
- "field-label-top-margin-medium": "4px",
1557
+ "field-label-top-margin-extra-large": "0px",
1558
+ "field-label-top-margin-large": "0px",
1559
+ "field-label-top-margin-medium": "0px",
1283
1560
  "field-label-top-margin-small": "0px",
1284
- "field-label-top-to-asterisk-extra-large": "19px",
1561
+ "field-label-top-to-asterisk-extra-large": "18px",
1285
1562
  "field-label-top-to-asterisk-large": "15px",
1286
1563
  "field-label-top-to-asterisk-medium": "12px",
1287
1564
  "field-label-top-to-asterisk-small": "8px",
@@ -1310,6 +1587,10 @@
1310
1587
  "field-top-to-validation-icon-medium": "11px",
1311
1588
  "field-top-to-validation-icon-small": "7px",
1312
1589
  "field-width": "192px",
1590
+ "field-width-extra-large": "240px",
1591
+ "field-width-large": "224px",
1592
+ "field-width-medium": "208px",
1593
+ "field-width-small": "192px",
1313
1594
  "floating-action-button-drop-shadow-blur": "12px",
1314
1595
  "floating-action-button-drop-shadow-y": "4px",
1315
1596
  "focus-indicator-gap": "2px",
@@ -1350,9 +1631,9 @@
1350
1631
  "heading-size-xxs": "14px",
1351
1632
  "heading-size-xxxl": "60px",
1352
1633
  "help-text-to-component": "0px",
1353
- "help-text-top-to-workflow-icon-extra-large": "9px",
1354
- "help-text-top-to-workflow-icon-large": "6px",
1355
- "help-text-top-to-workflow-icon-medium": "3px",
1634
+ "help-text-top-to-workflow-icon-extra-large": "11px",
1635
+ "help-text-top-to-workflow-icon-large": "9px",
1636
+ "help-text-top-to-workflow-icon-medium": "6px",
1356
1637
  "help-text-top-to-workflow-icon-small": "4px",
1357
1638
  "illustrated-message-body-size": "14px",
1358
1639
  "illustrated-message-cjk-title-size": "20px",
@@ -1400,11 +1681,13 @@
1400
1681
  "meter-thickness-large": "6px",
1401
1682
  "meter-thickness-small": "4px",
1402
1683
  "meter-width": "192px",
1403
- "navigational-indicator-top-to-back-icon-extra-large": "17px",
1404
- "navigational-indicator-top-to-back-icon-large": "14px",
1405
- "navigational-indicator-top-to-back-icon-medium": "11px",
1406
- "navigational-indicator-top-to-back-icon-small": "7px",
1684
+ "navigational-indicator-top-to-back-icon-extra-large": "15px",
1685
+ "navigational-indicator-top-to-back-icon-large": "12px",
1686
+ "navigational-indicator-top-to-back-icon-medium": "9px",
1687
+ "navigational-indicator-top-to-back-icon-small": "6px",
1407
1688
  "opacity-checkerboard-square-size": "8px",
1689
+ "opacity-checkerboard-square-size-medium": "8px",
1690
+ "opacity-checkerboard-square-size-small": "4px",
1408
1691
  "opacity-disabled": "0.3",
1409
1692
  "picker-border-width": "1px",
1410
1693
  "picker-end-edge-to-disclosure-icon-quiet": "0px",
@@ -1428,16 +1711,25 @@
1428
1711
  "progress-circle-thickness-large": "4px",
1429
1712
  "progress-circle-thickness-medium": "3px",
1430
1713
  "progress-circle-thickness-small": "2px",
1714
+ "radio-button-control-size-extra-large": "18px",
1715
+ "radio-button-control-size-large": "16px",
1716
+ "radio-button-control-size-medium": "14px",
1717
+ "radio-button-control-size-small": "12px",
1431
1718
  "radio-button-selection-indicator": "4px",
1719
+ "radio-button-top-to-control-extra-large": "15px",
1720
+ "radio-button-top-to-control-large": "12px",
1721
+ "radio-button-top-to-control-medium": "9px",
1722
+ "radio-button-top-to-control-small": "6px",
1432
1723
  "rating-indicator-to-icon": "4px",
1433
1724
  "rating-indicator-width": "18px",
1434
1725
  "side-label-character-count-to-field": "12px",
1435
- "side-label-character-count-top-margin-extra-large": "14px",
1436
- "side-label-character-count-top-margin-large": "11px",
1437
- "side-label-character-count-top-margin-medium": "8px",
1438
- "side-label-character-count-top-margin-small": "4px",
1726
+ "side-label-character-count-top-margin-extra-large": "0px",
1727
+ "side-label-character-count-top-margin-large": "0px",
1728
+ "side-label-character-count-top-margin-medium": "0px",
1729
+ "side-label-character-count-top-margin-small": "0px",
1439
1730
  "side-navigation-bottom-to-text": "8px",
1440
- "side-navigation-item-to-header": "16px",
1731
+ "side-navigation-header-to-item": "8px",
1732
+ "side-navigation-item-to-header": "24px",
1441
1733
  "side-navigation-item-to-item": "4px",
1442
1734
  "side-navigation-maximum-width": "240px",
1443
1735
  "side-navigation-minimum-width": "160px",
@@ -1446,11 +1738,27 @@
1446
1738
  "side-navigation-width": "192px",
1447
1739
  "side-navigation-with-icon-second-level-edge-to-text": "50px",
1448
1740
  "side-navigation-with-icon-third-level-edge-to-text": "62px",
1741
+ "slider-bottom-to-handle-extra-large": "14px",
1742
+ "slider-bottom-to-handle-large": "11px",
1743
+ "slider-bottom-to-handle-medium": "8px",
1744
+ "slider-bottom-to-handle-small": "5px",
1745
+ "slider-control-height-extra-large": "20px",
1746
+ "slider-control-height-large": "18px",
1747
+ "slider-control-height-medium": "16px",
1748
+ "slider-control-height-small": "14px",
1449
1749
  "slider-control-to-field-label-extra-large": "14px",
1450
1750
  "slider-control-to-field-label-large": "11px",
1451
1751
  "slider-control-to-field-label-medium": "8px",
1452
1752
  "slider-control-to-field-label-small": "5px",
1753
+ "slider-handle-border-width-down-extra-large": "8px",
1754
+ "slider-handle-border-width-down-large": "7px",
1755
+ "slider-handle-border-width-down-medium": "6px",
1756
+ "slider-handle-border-width-down-small": "5px",
1453
1757
  "slider-handle-gap": "4px",
1758
+ "slider-handle-size-extra-large": "20px",
1759
+ "slider-handle-size-large": "18px",
1760
+ "slider-handle-size-medium": "16px",
1761
+ "slider-handle-size-small": "14px",
1454
1762
  "slider-track-thickness": "2px",
1455
1763
  "spacing-100": "8px",
1456
1764
  "spacing-1000": "96px",
@@ -1482,6 +1790,26 @@
1482
1790
  "swatch-slash-thickness-large": "5px",
1483
1791
  "swatch-slash-thickness-medium": "4px",
1484
1792
  "swatch-slash-thickness-small": "3px",
1793
+ "switch-control-height-extra-large": "20px",
1794
+ "switch-control-height-large": "18px",
1795
+ "switch-control-height-medium": "16px",
1796
+ "switch-control-height-small": "14px",
1797
+ "switch-control-width-extra-large": "34px",
1798
+ "switch-control-width-large": "30px",
1799
+ "switch-control-width-medium": "26px",
1800
+ "switch-control-width-small": "22px",
1801
+ "switch-handle-selected-size-extra-large": "14px",
1802
+ "switch-handle-selected-size-large": "12px",
1803
+ "switch-handle-selected-size-medium": "10px",
1804
+ "switch-handle-selected-size-small": "8px",
1805
+ "switch-handle-size-extra-large": "12px",
1806
+ "switch-handle-size-large": "10px",
1807
+ "switch-handle-size-medium": "8px",
1808
+ "switch-handle-size-small": "6px",
1809
+ "switch-top-to-control-extra-large": "15px",
1810
+ "switch-top-to-control-large": "12px",
1811
+ "switch-top-to-control-medium": "9px",
1812
+ "switch-top-to-control-small": "6px",
1485
1813
  "tab-item-bottom-to-text-compact-extra-large": "13px",
1486
1814
  "tab-item-bottom-to-text-compact-large": "12px",
1487
1815
  "tab-item-bottom-to-text-compact-medium": "8px",
@@ -1616,6 +1944,12 @@
1616
1944
  "table-thumbnail-to-top-minimum-small-compact": "4px",
1617
1945
  "table-thumbnail-to-top-minimum-small-regular": "5px",
1618
1946
  "table-thumbnail-to-top-minimum-small-spacious": "7px",
1947
+ "tag-edge-to-clear-icon-large": "15px",
1948
+ "tag-edge-to-clear-icon-medium": "12px",
1949
+ "tag-edge-to-clear-icon-small": "8px",
1950
+ "tag-label-to-clear-icon-large": "15px",
1951
+ "tag-label-to-clear-icon-medium": "12px",
1952
+ "tag-label-to-clear-icon-small": "8px",
1619
1953
  "tag-top-to-avatar-large": "9px",
1620
1954
  "tag-top-to-avatar-medium": "6px",
1621
1955
  "tag-top-to-avatar-small": "4px",
@@ -1629,11 +1963,11 @@
1629
1963
  "text-to-control-200": "11px",
1630
1964
  "text-to-control-300": "13px",
1631
1965
  "text-to-control-75": "9px",
1632
- "text-to-visual-100": "8px",
1633
- "text-to-visual-200": "9px",
1634
- "text-to-visual-300": "10px",
1635
- "text-to-visual-50": "6px",
1636
- "text-to-visual-75": "7px",
1966
+ "text-to-visual-100": "6px",
1967
+ "text-to-visual-200": "7px",
1968
+ "text-to-visual-300": "8px",
1969
+ "text-to-visual-50": "5px",
1970
+ "text-to-visual-75": "5px",
1637
1971
  "text-underline-gap": "1px",
1638
1972
  "text-underline-thickness": "1px",
1639
1973
  "thumbnail-border-opacity": "0.1",
@@ -1650,18 +1984,37 @@
1650
1984
  "thumbnail-size-75": "18px",
1651
1985
  "thumbnail-size-800": "44px",
1652
1986
  "thumbnail-size-900": "50px",
1653
- "toast-bottom-to-text": "17px",
1654
- "toast-height": "48px",
1987
+ "title-cjk-line-height": "1.5",
1988
+ "title-cjk-size-l": "16px",
1989
+ "title-cjk-size-m": "14px",
1990
+ "title-cjk-size-s": "12px",
1991
+ "title-cjk-size-xl": "18px",
1992
+ "title-cjk-size-xs": "11px",
1993
+ "title-cjk-size-xxl": "20px",
1994
+ "title-cjk-size-xxxl": "22px",
1995
+ "title-line-height": "1.3",
1996
+ "title-margin-bottom-multiplier": "0.25",
1997
+ "title-margin-top-multiplier": "0.88888889",
1998
+ "title-size-l": "18px",
1999
+ "title-size-m": "16px",
2000
+ "title-size-s": "14px",
2001
+ "title-size-xl": "20px",
2002
+ "title-size-xs": "12px",
2003
+ "title-size-xxl": "22px",
2004
+ "title-size-xxxl": "25px",
2005
+ "toast-bottom-to-text": "20px",
2006
+ "toast-height": "52px",
1655
2007
  "toast-maximum-width": "336px",
1656
- "toast-top-to-text": "14px",
1657
- "toast-top-to-workflow-icon": "15px",
2008
+ "toast-top-to-text": "18px",
2009
+ "toast-top-to-workflow-icon": "18px",
1658
2010
  "tooltip-maximum-width": "160px",
1659
- "tooltip-tip-height": "4px",
1660
- "tooltip-tip-width": "8px",
2011
+ "tooltip-tip-corner-radius": "1px",
2012
+ "tooltip-tip-height": "5px",
2013
+ "tooltip-tip-width": "10px",
1661
2014
  "tray-top-to-content-area": "4px",
1662
- "workflow-icon-size-100": "18px",
1663
- "workflow-icon-size-200": "20px",
1664
- "workflow-icon-size-300": "22px",
2015
+ "workflow-icon-size-100": "20px",
2016
+ "workflow-icon-size-200": "22px",
2017
+ "workflow-icon-size-300": "26px",
1665
2018
  "workflow-icon-size-50": "14px",
1666
2019
  "workflow-icon-size-75": "16px"
1667
2020
  }