ui-primitives 12.13.0 → 12.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1027 5.78119L5.82489 6.88389C5.14319 6.97019 4.97643 7.37038 4.97643 7.86217V8.13455H18.8114C19.903 8.13455 20.7878 9.01943 20.7878 10.111V13.8846L19.9331 13.1759C18.3279 11.8451 15.9034 12.9719 15.8746 15.0458H15.0273C11.5964 15.0458 9.12862 17.2415 8.0977 19.9931H4.97643C3.88488 19.9931 3 19.1082 3 18.0167V7.86217C3 6.38681 3.5991 5.16979 5.54538 4.92732L15.9551 3.99241C17.0023 3.89836 17.9398 4.64059 18.0885 5.6814L18.1027 5.78119ZM23.2865 18.8057C23.5163 18.964 23.5163 19.2848 23.2865 19.443L18.537 23.3516C18.2771 23.5655 17.8856 23.3806 17.8856 23.044V21.0994C17.5533 21.0994 17.2148 21.0938 16.8731 21.0882H16.8731C14.5539 21.0499 12.0805 21.0091 10.3173 22.6927H9.91895C9.91895 19.7702 12.0072 17.1161 15.0973 17.1161H17.8856V15.1755C17.8856 14.8382 18.2785 14.6536 18.5381 14.8688L23.2865 18.8057Z" fill="#000000"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"alias": "backgroundColorAccent"
|
|
126
126
|
},
|
|
127
127
|
"dark_bg_attention_muted": {
|
|
128
|
-
"rgba": "rgba(
|
|
129
|
-
"hex": "#
|
|
128
|
+
"rgba": "rgba(57, 41, 30, 1)",
|
|
129
|
+
"hex": "#39291e",
|
|
130
130
|
"alias": "backgroundColorAttentionMuted"
|
|
131
131
|
},
|
|
132
132
|
"dark_bg_info": {
|
|
@@ -134,9 +134,14 @@
|
|
|
134
134
|
"hex": "#001c3c",
|
|
135
135
|
"alias": "backgroundColorInfo"
|
|
136
136
|
},
|
|
137
|
+
"dark_bg_info_muted": {
|
|
138
|
+
"rgba": "rgba(34, 42, 62, 1)",
|
|
139
|
+
"hex": "#222a3e",
|
|
140
|
+
"alias": "backgroundColorInfoMuted"
|
|
141
|
+
},
|
|
137
142
|
"dark_bg_negative_muted": {
|
|
138
|
-
"rgba": "rgba(
|
|
139
|
-
"hex": "#
|
|
143
|
+
"rgba": "rgba(61, 35, 33, 1)",
|
|
144
|
+
"hex": "#3d2321",
|
|
140
145
|
"alias": "backgroundColorNegativeMuted"
|
|
141
146
|
},
|
|
142
147
|
"dark_bg_opaque": {
|
|
@@ -150,13 +155,13 @@
|
|
|
150
155
|
"alias": "backgroundColorOverlay"
|
|
151
156
|
},
|
|
152
157
|
"dark_bg_positive_muted": {
|
|
153
|
-
"rgba": "rgba(
|
|
154
|
-
"hex": "#
|
|
158
|
+
"rgba": "rgba(32, 46, 35, 1)",
|
|
159
|
+
"hex": "#202e23",
|
|
155
160
|
"alias": "backgroundColorPositiveMuted"
|
|
156
161
|
},
|
|
157
162
|
"dark_bg_primary": {
|
|
158
|
-
"rgba": "rgba(
|
|
159
|
-
"hex": "#
|
|
163
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
164
|
+
"hex": "#0e0e0e",
|
|
160
165
|
"alias": "backgroundColorPrimary"
|
|
161
166
|
},
|
|
162
167
|
"dark_bg_primary_inverted": {
|
|
@@ -165,33 +170,33 @@
|
|
|
165
170
|
"alias": "backgroundColorPrimaryInverted"
|
|
166
171
|
},
|
|
167
172
|
"dark_bg_quaternary": {
|
|
168
|
-
"rgba": "rgba(
|
|
169
|
-
"hex": "#
|
|
173
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
174
|
+
"hex": "#36363a",
|
|
170
175
|
"alias": "backgroundColorQuaternary"
|
|
171
176
|
},
|
|
172
177
|
"dark_bg_quaternary_inverted": {
|
|
173
|
-
"rgba": "rgba(220,
|
|
174
|
-
"hex": "#
|
|
178
|
+
"rgba": "rgba(220, 222, 226, 1)",
|
|
179
|
+
"hex": "#dcdee2",
|
|
175
180
|
"alias": "backgroundColorQuaternaryInverted"
|
|
176
181
|
},
|
|
177
182
|
"dark_bg_secondary": {
|
|
178
|
-
"rgba": "rgba(
|
|
179
|
-
"hex": "#
|
|
183
|
+
"rgba": "rgba(28, 28, 30, 1)",
|
|
184
|
+
"hex": "#1c1c1e",
|
|
180
185
|
"alias": "backgroundColorSecondary"
|
|
181
186
|
},
|
|
182
187
|
"dark_bg_secondary_inverted": {
|
|
183
|
-
"rgba": "rgba(
|
|
184
|
-
"hex": "#
|
|
188
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
189
|
+
"hex": "#f2f3f5",
|
|
185
190
|
"alias": "backgroundColorSecondaryInverted"
|
|
186
191
|
},
|
|
187
192
|
"dark_bg_tertiary": {
|
|
188
|
-
"rgba": "rgba(
|
|
189
|
-
"hex": "#
|
|
193
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
194
|
+
"hex": "#27272a",
|
|
190
195
|
"alias": "backgroundColorTertiary"
|
|
191
196
|
},
|
|
192
197
|
"dark_bg_tertiary_inverted": {
|
|
193
|
-
"rgba": "rgba(
|
|
194
|
-
"hex": "#
|
|
198
|
+
"rgba": "rgba(231, 232, 234, 1)",
|
|
199
|
+
"hex": "#e7e8ea",
|
|
195
200
|
"alias": "backgroundColorTertiaryInverted"
|
|
196
201
|
},
|
|
197
202
|
"dark_border_accent": {
|
|
@@ -210,28 +215,28 @@
|
|
|
210
215
|
"alias": "borderColorKeyInverted"
|
|
211
216
|
},
|
|
212
217
|
"dark_border_link": {
|
|
213
|
-
"rgba": "rgba(
|
|
214
|
-
"hex": "#
|
|
218
|
+
"rgba": "rgba(49, 147, 252, 1)",
|
|
219
|
+
"hex": "#3193fc",
|
|
215
220
|
"alias": "borderColorLink"
|
|
216
221
|
},
|
|
217
222
|
"dark_border_primary": {
|
|
218
|
-
"rgba": "rgba(
|
|
219
|
-
"hex": "#
|
|
223
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
224
|
+
"hex": "#36363a",
|
|
220
225
|
"alias": "borderColorPrimary"
|
|
221
226
|
},
|
|
222
227
|
"dark_border_primary_inverted": {
|
|
223
|
-
"rgba": "rgba(
|
|
224
|
-
"hex": "#
|
|
228
|
+
"rgba": "rgba(213, 214, 220, 1)",
|
|
229
|
+
"hex": "#d5d6dc",
|
|
225
230
|
"alias": "borderColorPrimaryInverted"
|
|
226
231
|
},
|
|
227
232
|
"dark_border_secondary": {
|
|
228
|
-
"rgba": "rgba(
|
|
229
|
-
"hex": "#
|
|
233
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
234
|
+
"hex": "#27272a",
|
|
230
235
|
"alias": "borderColorSecondary"
|
|
231
236
|
},
|
|
232
237
|
"dark_border_secondary_inverted": {
|
|
233
|
-
"rgba": "rgba(
|
|
234
|
-
"hex": "#
|
|
238
|
+
"rgba": "rgba(231, 232, 236, 1)",
|
|
239
|
+
"hex": "#e7e8ec",
|
|
235
240
|
"alias": "borderColorSecondaryInverted"
|
|
236
241
|
},
|
|
237
242
|
"dark_border_tertiary": {
|
|
@@ -240,18 +245,18 @@
|
|
|
240
245
|
"alias": "borderColorTertiary"
|
|
241
246
|
},
|
|
242
247
|
"dark_border_tertiary_inverted": {
|
|
243
|
-
"rgba": "rgba(
|
|
244
|
-
"hex": "#
|
|
248
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
249
|
+
"hex": "#f2f3f5",
|
|
245
250
|
"alias": "borderColorTertiaryInverted"
|
|
246
251
|
},
|
|
247
252
|
"dark_border_underline": {
|
|
248
|
-
"rgba": "rgba(
|
|
249
|
-
"hex": "#
|
|
253
|
+
"rgba": "rgba(73, 73, 79, 1)",
|
|
254
|
+
"hex": "#49494f",
|
|
250
255
|
"alias": "borderColorUnderline"
|
|
251
256
|
},
|
|
252
257
|
"dark_border_underline_inverted": {
|
|
253
|
-
"rgba": "rgba(
|
|
254
|
-
"hex": "#
|
|
258
|
+
"rgba": "rgba(184, 185, 192, 1)",
|
|
259
|
+
"hex": "#b8b9c0",
|
|
255
260
|
"alias": "borderColorUnderlineInverted"
|
|
256
261
|
},
|
|
257
262
|
"dark_graphic_accent": {
|
|
@@ -260,23 +265,23 @@
|
|
|
260
265
|
"alias": "graphicColorAccent"
|
|
261
266
|
},
|
|
262
267
|
"dark_graphic_attention": {
|
|
263
|
-
"rgba": "rgba(
|
|
264
|
-
"hex": "#
|
|
268
|
+
"rgba": "rgba(253, 161, 54, 1)",
|
|
269
|
+
"hex": "#fda136",
|
|
265
270
|
"alias": "graphicColorAttention"
|
|
266
271
|
},
|
|
267
272
|
"dark_graphic_link": {
|
|
268
|
-
"rgba": "rgba(
|
|
269
|
-
"hex": "#
|
|
273
|
+
"rgba": "rgba(49, 147, 252, 1)",
|
|
274
|
+
"hex": "#3193fc",
|
|
270
275
|
"alias": "graphicColorLink"
|
|
271
276
|
},
|
|
272
277
|
"dark_graphic_negative": {
|
|
273
|
-
"rgba": "rgba(
|
|
274
|
-
"hex": "#
|
|
278
|
+
"rgba": "rgba(255, 84, 49, 1)",
|
|
279
|
+
"hex": "#ff5431",
|
|
275
280
|
"alias": "graphicColorNegative"
|
|
276
281
|
},
|
|
277
282
|
"dark_graphic_positive": {
|
|
278
|
-
"rgba": "rgba(
|
|
279
|
-
"hex": "#
|
|
283
|
+
"rgba": "rgba(23, 208, 85, 1)",
|
|
284
|
+
"hex": "#17d055",
|
|
280
285
|
"alias": "graphicColorPositive"
|
|
281
286
|
},
|
|
282
287
|
"dark_graphic_primary": {
|
|
@@ -290,33 +295,33 @@
|
|
|
290
295
|
"alias": "graphicColorPrimaryInverted"
|
|
291
296
|
},
|
|
292
297
|
"dark_graphic_quaternary": {
|
|
293
|
-
"rgba": "rgba(
|
|
294
|
-
"hex": "#
|
|
298
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
299
|
+
"hex": "#27272a",
|
|
295
300
|
"alias": "graphicColorQuaternary"
|
|
296
301
|
},
|
|
297
302
|
"dark_graphic_quaternary_inverted": {
|
|
298
|
-
"rgba": "rgba(
|
|
299
|
-
"hex": "#
|
|
303
|
+
"rgba": "rgba(231, 232, 236, 1)",
|
|
304
|
+
"hex": "#e7e8ec",
|
|
300
305
|
"alias": "graphicColorQuaternaryInverted"
|
|
301
306
|
},
|
|
302
307
|
"dark_graphic_secondary": {
|
|
303
|
-
"rgba": "rgba(
|
|
304
|
-
"hex": "#
|
|
308
|
+
"rgba": "rgba(137, 137, 145, 1)",
|
|
309
|
+
"hex": "#898991",
|
|
305
310
|
"alias": "graphicColorSecondary"
|
|
306
311
|
},
|
|
307
312
|
"dark_graphic_secondary_inverted": {
|
|
308
|
-
"rgba": "rgba(
|
|
309
|
-
"hex": "#
|
|
313
|
+
"rgba": "rgba(137, 137, 145, 1)",
|
|
314
|
+
"hex": "#898991",
|
|
310
315
|
"alias": "graphicColorSecondaryInverted"
|
|
311
316
|
},
|
|
312
317
|
"dark_graphic_tertiary": {
|
|
313
|
-
"rgba": "rgba(
|
|
314
|
-
"hex": "#
|
|
318
|
+
"rgba": "rgba(73, 73, 79, 1)",
|
|
319
|
+
"hex": "#49494f",
|
|
315
320
|
"alias": "graphicColorTertiary"
|
|
316
321
|
},
|
|
317
322
|
"dark_graphic_tertiary_inverted": {
|
|
318
|
-
"rgba": "rgba(
|
|
319
|
-
"hex": "#
|
|
323
|
+
"rgba": "rgba(184, 185, 192, 1)",
|
|
324
|
+
"hex": "#b8b9c0",
|
|
320
325
|
"alias": "graphicColorTertiaryInverted"
|
|
321
326
|
},
|
|
322
327
|
"dark_modal_bg_alt_primary": {
|
|
@@ -830,43 +835,43 @@
|
|
|
830
835
|
"alias": "specialBackgroundColorNulled"
|
|
831
836
|
},
|
|
832
837
|
"dark_specialbg_overlay_fallback": {
|
|
833
|
-
"rgba": "rgba(
|
|
834
|
-
"hex": "#
|
|
838
|
+
"rgba": "rgba(14, 14, 15, 1)",
|
|
839
|
+
"hex": "#0e0e0f",
|
|
835
840
|
"alias": "specialBackgroundColorOverlayFallback"
|
|
836
841
|
},
|
|
837
842
|
"dark_specialbg_primary_grouped": {
|
|
838
|
-
"rgba": "rgba(
|
|
839
|
-
"hex": "#
|
|
843
|
+
"rgba": "rgba(28, 28, 30, 1)",
|
|
844
|
+
"hex": "#1c1c1e",
|
|
840
845
|
"alias": "specialBackgroundColorPrimaryGrouped"
|
|
841
846
|
},
|
|
842
847
|
"dark_specialbg_secondary_grouped": {
|
|
843
|
-
"rgba": "rgba(
|
|
844
|
-
"hex": "#
|
|
848
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
849
|
+
"hex": "#27272a",
|
|
845
850
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
846
851
|
},
|
|
847
852
|
"dark_specialbg_secondary_transparent": {
|
|
848
|
-
"rgba": "rgba(
|
|
849
|
-
"hex": "#
|
|
853
|
+
"rgba": "rgba(214, 214, 229, 0.07)",
|
|
854
|
+
"hex": "#12d6d6e5",
|
|
850
855
|
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
851
856
|
},
|
|
852
857
|
"dark_specialbg_secondary_transparent_inverted": {
|
|
853
|
-
"rgba": "rgba(
|
|
854
|
-
"hex": "#
|
|
858
|
+
"rgba": "rgba(38, 55, 88, 0.06)",
|
|
859
|
+
"hex": "#0f263758",
|
|
855
860
|
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
856
861
|
},
|
|
857
862
|
"dark_specialbg_tertiary_grouped": {
|
|
858
|
-
"rgba": "rgba(
|
|
859
|
-
"hex": "#
|
|
863
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
864
|
+
"hex": "#36363a",
|
|
860
865
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
861
866
|
},
|
|
862
867
|
"dark_specialbg_tertiary_transparent": {
|
|
863
|
-
"rgba": "rgba(
|
|
864
|
-
"hex": "#
|
|
868
|
+
"rgba": "rgba(222, 222, 240, 0.12)",
|
|
869
|
+
"hex": "#1fdedef0",
|
|
865
870
|
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
866
871
|
},
|
|
867
872
|
"dark_specialbg_tertiary_transparent_inverted": {
|
|
868
|
-
"rgba": "rgba(
|
|
869
|
-
"hex": "#
|
|
873
|
+
"rgba": "rgba(30, 43, 68, 0.08)",
|
|
874
|
+
"hex": "#141e2b44",
|
|
870
875
|
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
871
876
|
},
|
|
872
877
|
"dark_status_attention": {
|
|
@@ -1185,13 +1190,13 @@
|
|
|
1185
1190
|
"alias": "textColorAttentionPress"
|
|
1186
1191
|
},
|
|
1187
1192
|
"dark_text_disabled": {
|
|
1188
|
-
"rgba": "rgba(
|
|
1189
|
-
"hex": "#
|
|
1193
|
+
"rgba": "rgba(236, 236, 254, 0.18)",
|
|
1194
|
+
"hex": "#2eececfe",
|
|
1190
1195
|
"alias": "textColorDisabled"
|
|
1191
1196
|
},
|
|
1192
1197
|
"dark_text_disabled_inverted": {
|
|
1193
|
-
"rgba": "rgba(
|
|
1194
|
-
"hex": "#
|
|
1198
|
+
"rgba": "rgba(5, 11, 44, 0.18)",
|
|
1199
|
+
"hex": "#2e050b2c",
|
|
1195
1200
|
"alias": "textColorDisabledInverted"
|
|
1196
1201
|
},
|
|
1197
1202
|
"dark_text_info": {
|
|
@@ -1225,8 +1230,8 @@
|
|
|
1225
1230
|
"alias": "textColorInfoPress"
|
|
1226
1231
|
},
|
|
1227
1232
|
"dark_text_link": {
|
|
1228
|
-
"rgba": "rgba(
|
|
1229
|
-
"hex": "#
|
|
1233
|
+
"rgba": "rgba(74, 157, 252, 1)",
|
|
1234
|
+
"hex": "#4a9dfc",
|
|
1230
1235
|
"alias": "textColorLink"
|
|
1231
1236
|
},
|
|
1232
1237
|
"dark_text_negative": {
|
|
@@ -1540,8 +1545,8 @@
|
|
|
1540
1545
|
"alias": "backgroundColorAccent"
|
|
1541
1546
|
},
|
|
1542
1547
|
"light_bg_attention_muted": {
|
|
1543
|
-
"rgba": "rgba(
|
|
1544
|
-
"hex": "#
|
|
1548
|
+
"rgba": "rgba(255, 239, 217, 1)",
|
|
1549
|
+
"hex": "#ffefd9",
|
|
1545
1550
|
"alias": "backgroundColorAttentionMuted"
|
|
1546
1551
|
},
|
|
1547
1552
|
"light_bg_info": {
|
|
@@ -1549,9 +1554,14 @@
|
|
|
1549
1554
|
"hex": "#d6e8fc",
|
|
1550
1555
|
"alias": "backgroundColorInfo"
|
|
1551
1556
|
},
|
|
1557
|
+
"light_bg_info_muted": {
|
|
1558
|
+
"rgba": "rgba(228, 240, 255, 1)",
|
|
1559
|
+
"hex": "#e4f0ff",
|
|
1560
|
+
"alias": "backgroundColorInfoMuted"
|
|
1561
|
+
},
|
|
1552
1562
|
"light_bg_negative_muted": {
|
|
1553
|
-
"rgba": "rgba(
|
|
1554
|
-
"hex": "#
|
|
1563
|
+
"rgba": "rgba(255, 235, 235, 1)",
|
|
1564
|
+
"hex": "#ffebeb",
|
|
1555
1565
|
"alias": "backgroundColorNegativeMuted"
|
|
1556
1566
|
},
|
|
1557
1567
|
"light_bg_opaque": {
|
|
@@ -1560,13 +1570,13 @@
|
|
|
1560
1570
|
"alias": "backgroundColorOpaque"
|
|
1561
1571
|
},
|
|
1562
1572
|
"light_bg_overlay": {
|
|
1563
|
-
"rgba": "rgba(0, 0, 0, 0.
|
|
1564
|
-
"hex": "#
|
|
1573
|
+
"rgba": "rgba(0, 0, 0, 0.65)",
|
|
1574
|
+
"hex": "#a6000000",
|
|
1565
1575
|
"alias": "backgroundColorOverlay"
|
|
1566
1576
|
},
|
|
1567
1577
|
"light_bg_positive_muted": {
|
|
1568
|
-
"rgba": "rgba(
|
|
1569
|
-
"hex": "#
|
|
1578
|
+
"rgba": "rgba(218, 250, 226, 1)",
|
|
1579
|
+
"hex": "#dafae2",
|
|
1570
1580
|
"alias": "backgroundColorPositiveMuted"
|
|
1571
1581
|
},
|
|
1572
1582
|
"light_bg_primary": {
|
|
@@ -1575,38 +1585,38 @@
|
|
|
1575
1585
|
"alias": "backgroundColorPrimary"
|
|
1576
1586
|
},
|
|
1577
1587
|
"light_bg_primary_inverted": {
|
|
1578
|
-
"rgba": "rgba(
|
|
1579
|
-
"hex": "#
|
|
1588
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
1589
|
+
"hex": "#0e0e0e",
|
|
1580
1590
|
"alias": "backgroundColorPrimaryInverted"
|
|
1581
1591
|
},
|
|
1582
1592
|
"light_bg_quaternary": {
|
|
1583
|
-
"rgba": "rgba(220,
|
|
1584
|
-
"hex": "#
|
|
1593
|
+
"rgba": "rgba(220, 222, 226, 1)",
|
|
1594
|
+
"hex": "#dcdee2",
|
|
1585
1595
|
"alias": "backgroundColorQuaternary"
|
|
1586
1596
|
},
|
|
1587
1597
|
"light_bg_quaternary_inverted": {
|
|
1588
|
-
"rgba": "rgba(
|
|
1589
|
-
"hex": "#
|
|
1598
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
1599
|
+
"hex": "#36363a",
|
|
1590
1600
|
"alias": "backgroundColorQuaternaryInverted"
|
|
1591
1601
|
},
|
|
1592
1602
|
"light_bg_secondary": {
|
|
1593
|
-
"rgba": "rgba(
|
|
1594
|
-
"hex": "#
|
|
1603
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
1604
|
+
"hex": "#f2f3f5",
|
|
1595
1605
|
"alias": "backgroundColorSecondary"
|
|
1596
1606
|
},
|
|
1597
1607
|
"light_bg_secondary_inverted": {
|
|
1598
|
-
"rgba": "rgba(
|
|
1599
|
-
"hex": "#
|
|
1608
|
+
"rgba": "rgba(28, 28, 30, 1)",
|
|
1609
|
+
"hex": "#1c1c1e",
|
|
1600
1610
|
"alias": "backgroundColorSecondaryInverted"
|
|
1601
1611
|
},
|
|
1602
1612
|
"light_bg_tertiary": {
|
|
1603
|
-
"rgba": "rgba(
|
|
1604
|
-
"hex": "#
|
|
1613
|
+
"rgba": "rgba(231, 232, 234, 1)",
|
|
1614
|
+
"hex": "#e7e8ea",
|
|
1605
1615
|
"alias": "backgroundColorTertiary"
|
|
1606
1616
|
},
|
|
1607
1617
|
"light_bg_tertiary_inverted": {
|
|
1608
|
-
"rgba": "rgba(
|
|
1609
|
-
"hex": "#
|
|
1618
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
1619
|
+
"hex": "#27272a",
|
|
1610
1620
|
"alias": "backgroundColorTertiaryInverted"
|
|
1611
1621
|
},
|
|
1612
1622
|
"light_border_accent": {
|
|
@@ -1625,33 +1635,33 @@
|
|
|
1625
1635
|
"alias": "borderColorKeyInverted"
|
|
1626
1636
|
},
|
|
1627
1637
|
"light_border_link": {
|
|
1628
|
-
"rgba": "rgba(
|
|
1629
|
-
"hex": "#
|
|
1638
|
+
"rgba": "rgba(34, 136, 250, 1)",
|
|
1639
|
+
"hex": "#2288fa",
|
|
1630
1640
|
"alias": "borderColorLink"
|
|
1631
1641
|
},
|
|
1632
1642
|
"light_border_primary": {
|
|
1633
|
-
"rgba": "rgba(
|
|
1634
|
-
"hex": "#
|
|
1643
|
+
"rgba": "rgba(213, 214, 220, 1)",
|
|
1644
|
+
"hex": "#d5d6dc",
|
|
1635
1645
|
"alias": "borderColorPrimary"
|
|
1636
1646
|
},
|
|
1637
1647
|
"light_border_primary_inverted": {
|
|
1638
|
-
"rgba": "rgba(
|
|
1639
|
-
"hex": "#
|
|
1648
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
1649
|
+
"hex": "#36363a",
|
|
1640
1650
|
"alias": "borderColorPrimaryInverted"
|
|
1641
1651
|
},
|
|
1642
1652
|
"light_border_secondary": {
|
|
1643
|
-
"rgba": "rgba(
|
|
1644
|
-
"hex": "#
|
|
1653
|
+
"rgba": "rgba(231, 232, 236, 1)",
|
|
1654
|
+
"hex": "#e7e8ec",
|
|
1645
1655
|
"alias": "borderColorSecondary"
|
|
1646
1656
|
},
|
|
1647
1657
|
"light_border_secondary_inverted": {
|
|
1648
|
-
"rgba": "rgba(
|
|
1649
|
-
"hex": "#
|
|
1658
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
1659
|
+
"hex": "#27272a",
|
|
1650
1660
|
"alias": "borderColorSecondaryInverted"
|
|
1651
1661
|
},
|
|
1652
1662
|
"light_border_tertiary": {
|
|
1653
|
-
"rgba": "rgba(
|
|
1654
|
-
"hex": "#
|
|
1663
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
1664
|
+
"hex": "#f2f3f5",
|
|
1655
1665
|
"alias": "borderColorTertiary"
|
|
1656
1666
|
},
|
|
1657
1667
|
"light_border_tertiary_inverted": {
|
|
@@ -1660,13 +1670,13 @@
|
|
|
1660
1670
|
"alias": "borderColorTertiaryInverted"
|
|
1661
1671
|
},
|
|
1662
1672
|
"light_border_underline": {
|
|
1663
|
-
"rgba": "rgba(
|
|
1664
|
-
"hex": "#
|
|
1673
|
+
"rgba": "rgba(184, 185, 192, 1)",
|
|
1674
|
+
"hex": "#b8b9c0",
|
|
1665
1675
|
"alias": "borderColorUnderline"
|
|
1666
1676
|
},
|
|
1667
1677
|
"light_border_underline_inverted": {
|
|
1668
|
-
"rgba": "rgba(
|
|
1669
|
-
"hex": "#
|
|
1678
|
+
"rgba": "rgba(73, 73, 79, 1)",
|
|
1679
|
+
"hex": "#49494f",
|
|
1670
1680
|
"alias": "borderColorUnderlineInverted"
|
|
1671
1681
|
},
|
|
1672
1682
|
"light_graphic_accent": {
|
|
@@ -1675,23 +1685,23 @@
|
|
|
1675
1685
|
"alias": "graphicColorAccent"
|
|
1676
1686
|
},
|
|
1677
1687
|
"light_graphic_attention": {
|
|
1678
|
-
"rgba": "rgba(
|
|
1679
|
-
"hex": "#
|
|
1688
|
+
"rgba": "rgba(250, 147, 19, 1)",
|
|
1689
|
+
"hex": "#fa9313",
|
|
1680
1690
|
"alias": "graphicColorAttention"
|
|
1681
1691
|
},
|
|
1682
1692
|
"light_graphic_link": {
|
|
1683
|
-
"rgba": "rgba(
|
|
1684
|
-
"hex": "#
|
|
1693
|
+
"rgba": "rgba(34, 136, 250, 1)",
|
|
1694
|
+
"hex": "#2288fa",
|
|
1685
1695
|
"alias": "graphicColorLink"
|
|
1686
1696
|
},
|
|
1687
1697
|
"light_graphic_negative": {
|
|
1688
|
-
"rgba": "rgba(
|
|
1689
|
-
"hex": "#
|
|
1698
|
+
"rgba": "rgba(255, 84, 49, 1)",
|
|
1699
|
+
"hex": "#ff5431",
|
|
1690
1700
|
"alias": "graphicColorNegative"
|
|
1691
1701
|
},
|
|
1692
1702
|
"light_graphic_positive": {
|
|
1693
|
-
"rgba": "rgba(
|
|
1694
|
-
"hex": "#
|
|
1703
|
+
"rgba": "rgba(12, 196, 77, 1)",
|
|
1704
|
+
"hex": "#0cc44d",
|
|
1695
1705
|
"alias": "graphicColorPositive"
|
|
1696
1706
|
},
|
|
1697
1707
|
"light_graphic_primary": {
|
|
@@ -1705,33 +1715,33 @@
|
|
|
1705
1715
|
"alias": "graphicColorPrimaryInverted"
|
|
1706
1716
|
},
|
|
1707
1717
|
"light_graphic_quaternary": {
|
|
1708
|
-
"rgba": "rgba(
|
|
1709
|
-
"hex": "#
|
|
1718
|
+
"rgba": "rgba(231, 232, 236, 1)",
|
|
1719
|
+
"hex": "#e7e8ec",
|
|
1710
1720
|
"alias": "graphicColorQuaternary"
|
|
1711
1721
|
},
|
|
1712
1722
|
"light_graphic_quaternary_inverted": {
|
|
1713
|
-
"rgba": "rgba(
|
|
1714
|
-
"hex": "#
|
|
1723
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
1724
|
+
"hex": "#27272a",
|
|
1715
1725
|
"alias": "graphicColorQuaternaryInverted"
|
|
1716
1726
|
},
|
|
1717
1727
|
"light_graphic_secondary": {
|
|
1718
|
-
"rgba": "rgba(
|
|
1719
|
-
"hex": "#
|
|
1728
|
+
"rgba": "rgba(137, 137, 145, 1)",
|
|
1729
|
+
"hex": "#898991",
|
|
1720
1730
|
"alias": "graphicColorSecondary"
|
|
1721
1731
|
},
|
|
1722
1732
|
"light_graphic_secondary_inverted": {
|
|
1723
|
-
"rgba": "rgba(
|
|
1724
|
-
"hex": "#
|
|
1733
|
+
"rgba": "rgba(137, 137, 145, 1)",
|
|
1734
|
+
"hex": "#898991",
|
|
1725
1735
|
"alias": "graphicColorSecondaryInverted"
|
|
1726
1736
|
},
|
|
1727
1737
|
"light_graphic_tertiary": {
|
|
1728
|
-
"rgba": "rgba(
|
|
1729
|
-
"hex": "#
|
|
1738
|
+
"rgba": "rgba(184, 185, 192, 1)",
|
|
1739
|
+
"hex": "#b8b9c0",
|
|
1730
1740
|
"alias": "graphicColorTertiary"
|
|
1731
1741
|
},
|
|
1732
1742
|
"light_graphic_tertiary_inverted": {
|
|
1733
|
-
"rgba": "rgba(
|
|
1734
|
-
"hex": "#
|
|
1743
|
+
"rgba": "rgba(73, 73, 79, 1)",
|
|
1744
|
+
"hex": "#49494f",
|
|
1735
1745
|
"alias": "graphicColorTertiaryInverted"
|
|
1736
1746
|
},
|
|
1737
1747
|
"light_modal_bg_alt_primary": {
|
|
@@ -2245,13 +2255,13 @@
|
|
|
2245
2255
|
"alias": "specialBackgroundColorNulled"
|
|
2246
2256
|
},
|
|
2247
2257
|
"light_specialbg_overlay_fallback": {
|
|
2248
|
-
"rgba": "rgba(
|
|
2249
|
-
"hex": "#
|
|
2258
|
+
"rgba": "rgba(73, 73, 79, 1)",
|
|
2259
|
+
"hex": "#49494f",
|
|
2250
2260
|
"alias": "specialBackgroundColorOverlayFallback"
|
|
2251
2261
|
},
|
|
2252
2262
|
"light_specialbg_primary_grouped": {
|
|
2253
|
-
"rgba": "rgba(
|
|
2254
|
-
"hex": "#
|
|
2263
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
2264
|
+
"hex": "#f2f3f5",
|
|
2255
2265
|
"alias": "specialBackgroundColorPrimaryGrouped"
|
|
2256
2266
|
},
|
|
2257
2267
|
"light_specialbg_secondary_grouped": {
|
|
@@ -2260,28 +2270,28 @@
|
|
|
2260
2270
|
"alias": "specialBackgroundColorSecondaryGrouped"
|
|
2261
2271
|
},
|
|
2262
2272
|
"light_specialbg_secondary_transparent": {
|
|
2263
|
-
"rgba": "rgba(
|
|
2264
|
-
"hex": "#
|
|
2273
|
+
"rgba": "rgba(38, 55, 88, 0.06)",
|
|
2274
|
+
"hex": "#0f263758",
|
|
2265
2275
|
"alias": "specialBackgroundColorSecondaryTransparent"
|
|
2266
2276
|
},
|
|
2267
2277
|
"light_specialbg_secondary_transparent_inverted": {
|
|
2268
|
-
"rgba": "rgba(
|
|
2269
|
-
"hex": "#
|
|
2278
|
+
"rgba": "rgba(214, 214, 229, 0.07)",
|
|
2279
|
+
"hex": "#12d6d6e5",
|
|
2270
2280
|
"alias": "specialBackgroundColorSecondaryTransparentInverted"
|
|
2271
2281
|
},
|
|
2272
2282
|
"light_specialbg_tertiary_grouped": {
|
|
2273
|
-
"rgba": "rgba(
|
|
2274
|
-
"hex": "#
|
|
2283
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
2284
|
+
"hex": "#f2f3f5",
|
|
2275
2285
|
"alias": "specialBackgroundColorTertiaryGrouped"
|
|
2276
2286
|
},
|
|
2277
2287
|
"light_specialbg_tertiary_transparent": {
|
|
2278
|
-
"rgba": "rgba(
|
|
2279
|
-
"hex": "#
|
|
2288
|
+
"rgba": "rgba(30, 43, 68, 0.08)",
|
|
2289
|
+
"hex": "#141e2b44",
|
|
2280
2290
|
"alias": "specialBackgroundColorTertiaryTransparent"
|
|
2281
2291
|
},
|
|
2282
2292
|
"light_specialbg_tertiary_transparent_inverted": {
|
|
2283
|
-
"rgba": "rgba(
|
|
2284
|
-
"hex": "#
|
|
2293
|
+
"rgba": "rgba(222, 222, 240, 0.12)",
|
|
2294
|
+
"hex": "#1fdedef0",
|
|
2285
2295
|
"alias": "specialBackgroundColorTertiaryTransparentInverted"
|
|
2286
2296
|
},
|
|
2287
2297
|
"light_status_attention": {
|
|
@@ -2600,13 +2610,13 @@
|
|
|
2600
2610
|
"alias": "textColorAttentionPress"
|
|
2601
2611
|
},
|
|
2602
2612
|
"light_text_disabled": {
|
|
2603
|
-
"rgba": "rgba(
|
|
2604
|
-
"hex": "#
|
|
2613
|
+
"rgba": "rgba(5, 11, 44, 0.18)",
|
|
2614
|
+
"hex": "#2e050b2c",
|
|
2605
2615
|
"alias": "textColorDisabled"
|
|
2606
2616
|
},
|
|
2607
2617
|
"light_text_disabled_inverted": {
|
|
2608
|
-
"rgba": "rgba(
|
|
2609
|
-
"hex": "#
|
|
2618
|
+
"rgba": "rgba(231, 231, 248, 0.18)",
|
|
2619
|
+
"hex": "#2ee7e7f8",
|
|
2610
2620
|
"alias": "textColorDisabledInverted"
|
|
2611
2621
|
},
|
|
2612
2622
|
"light_text_info": {
|
|
@@ -2640,8 +2650,8 @@
|
|
|
2640
2650
|
"alias": "textColorInfoPress"
|
|
2641
2651
|
},
|
|
2642
2652
|
"light_text_link": {
|
|
2643
|
-
"rgba": "rgba(
|
|
2644
|
-
"hex": "#
|
|
2653
|
+
"rgba": "rgba(42, 119, 239, 1)",
|
|
2654
|
+
"hex": "#2a77ef",
|
|
2645
2655
|
"alias": "textColorLink"
|
|
2646
2656
|
},
|
|
2647
2657
|
"light_text_negative": {
|
|
@@ -2895,8 +2905,8 @@
|
|
|
2895
2905
|
"alias": "staticBackgroundColorAccent"
|
|
2896
2906
|
},
|
|
2897
2907
|
"static_bg_primary_dark": {
|
|
2898
|
-
"rgba": "rgba(
|
|
2899
|
-
"hex": "#
|
|
2908
|
+
"rgba": "rgba(14, 14, 14, 1)",
|
|
2909
|
+
"hex": "#0e0e0e",
|
|
2900
2910
|
"alias": "staticBackgroundColorPrimaryDark"
|
|
2901
2911
|
},
|
|
2902
2912
|
"static_bg_primary_light": {
|
|
@@ -2905,33 +2915,33 @@
|
|
|
2905
2915
|
"alias": "staticBackgroundColorPrimaryLight"
|
|
2906
2916
|
},
|
|
2907
2917
|
"static_bg_quaternary_dark": {
|
|
2908
|
-
"rgba": "rgba(
|
|
2909
|
-
"hex": "#
|
|
2918
|
+
"rgba": "rgba(54, 54, 58, 1)",
|
|
2919
|
+
"hex": "#36363a",
|
|
2910
2920
|
"alias": "staticBackgroundColorQuaternaryDark"
|
|
2911
2921
|
},
|
|
2912
2922
|
"static_bg_quaternary_light": {
|
|
2913
|
-
"rgba": "rgba(
|
|
2914
|
-
"hex": "#
|
|
2923
|
+
"rgba": "rgba(231, 232, 236, 1)",
|
|
2924
|
+
"hex": "#e7e8ec",
|
|
2915
2925
|
"alias": "staticBackgroundColorQuaternaryLight"
|
|
2916
2926
|
},
|
|
2917
2927
|
"static_bg_secondary_dark": {
|
|
2918
|
-
"rgba": "rgba(
|
|
2919
|
-
"hex": "#
|
|
2928
|
+
"rgba": "rgba(28, 28, 30, 1)",
|
|
2929
|
+
"hex": "#1c1c1e",
|
|
2920
2930
|
"alias": "staticBackgroundColorSecondaryDark"
|
|
2921
2931
|
},
|
|
2922
2932
|
"static_bg_secondary_light": {
|
|
2923
|
-
"rgba": "rgba(
|
|
2924
|
-
"hex": "#
|
|
2933
|
+
"rgba": "rgba(242, 243, 245, 1)",
|
|
2934
|
+
"hex": "#f2f3f5",
|
|
2925
2935
|
"alias": "staticBackgroundColorSecondaryLight"
|
|
2926
2936
|
},
|
|
2927
2937
|
"static_bg_tertiary_dark": {
|
|
2928
|
-
"rgba": "rgba(
|
|
2929
|
-
"hex": "#
|
|
2938
|
+
"rgba": "rgba(39, 39, 42, 1)",
|
|
2939
|
+
"hex": "#27272a",
|
|
2930
2940
|
"alias": "staticBackgroundColorTertiaryDark"
|
|
2931
2941
|
},
|
|
2932
2942
|
"static_bg_tertiary_light": {
|
|
2933
|
-
"rgba": "rgba(
|
|
2934
|
-
"hex": "#
|
|
2943
|
+
"rgba": "rgba(237, 238, 240, 1)",
|
|
2944
|
+
"hex": "#edeef0",
|
|
2935
2945
|
"alias": "staticBackgroundColorTertiaryLight"
|
|
2936
2946
|
},
|
|
2937
2947
|
"static_border_accent": {
|
|
@@ -3685,8 +3695,8 @@
|
|
|
3685
3695
|
"alias": "staticTextColorSecondary"
|
|
3686
3696
|
},
|
|
3687
3697
|
"static_text_secondary_dark": {
|
|
3688
|
-
"rgba": "rgba(
|
|
3689
|
-
"hex": "#
|
|
3698
|
+
"rgba": "rgba(4, 4, 19, 0.55)",
|
|
3699
|
+
"hex": "#8c040413",
|
|
3690
3700
|
"alias": "staticTextColorSecondaryDark"
|
|
3691
3701
|
},
|
|
3692
3702
|
"static_text_secondary_hover": {
|
|
@@ -3710,8 +3720,8 @@
|
|
|
3710
3720
|
"alias": "staticTextColorSecondaryInvertedPress"
|
|
3711
3721
|
},
|
|
3712
3722
|
"static_text_secondary_light": {
|
|
3713
|
-
"rgba": "rgba(
|
|
3714
|
-
"hex": "#
|
|
3723
|
+
"rgba": "rgba(238, 238, 251, 0.55)",
|
|
3724
|
+
"hex": "#8ceeeefb",
|
|
3715
3725
|
"alias": "staticTextColorSecondaryLight"
|
|
3716
3726
|
},
|
|
3717
3727
|
"static_text_secondary_press": {
|
|
@@ -3725,8 +3735,8 @@
|
|
|
3725
3735
|
"alias": "staticTextColorTertiary"
|
|
3726
3736
|
},
|
|
3727
3737
|
"static_text_tertiary_dark": {
|
|
3728
|
-
"rgba": "rgba(
|
|
3729
|
-
"hex": "#
|
|
3738
|
+
"rgba": "rgba(5, 8, 29, 0.38)",
|
|
3739
|
+
"hex": "#6105081d",
|
|
3730
3740
|
"alias": "staticTextColorTertiaryDark"
|
|
3731
3741
|
},
|
|
3732
3742
|
"static_text_tertiary_hover": {
|
|
@@ -3750,8 +3760,8 @@
|
|
|
3750
3760
|
"alias": "staticTextColorTertiaryInvertedPress"
|
|
3751
3761
|
},
|
|
3752
3762
|
"static_text_tertiary_light": {
|
|
3753
|
-
"rgba": "rgba(
|
|
3754
|
-
"hex": "#
|
|
3763
|
+
"rgba": "rgba(233, 233, 250, 0.37)",
|
|
3764
|
+
"hex": "#5ee9e9fa",
|
|
3755
3765
|
"alias": "staticTextColorTertiaryLight"
|
|
3756
3766
|
},
|
|
3757
3767
|
"static_text_tertiary_press": {
|