@mirohq/design-system-themes 1.3.7 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base.css +24 -1
- package/dark.css +28 -5
- package/dist/main.js +333 -213
- package/dist/main.js.map +1 -1
- package/dist/module.js +333 -213
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +24 -1
- package/metadata.json +27 -0
- package/new-dark.css +204 -178
- package/new-light.css +59 -29
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -14,6 +14,7 @@ const colors$3 = {
|
|
|
14
14
|
"background-inverted-secondary": "$gray-800",
|
|
15
15
|
"background-layout": "$white",
|
|
16
16
|
"background-overlay": "$alpha-black-400",
|
|
17
|
+
"background-space": "$gray-50",
|
|
17
18
|
"background-static-dark": "$gray-850",
|
|
18
19
|
"background-static-dark-subtle": "$gray-750",
|
|
19
20
|
"background-static-light": "$white",
|
|
@@ -91,6 +92,7 @@ const colors$3 = {
|
|
|
91
92
|
"border-option-hover": "$blue-550",
|
|
92
93
|
"border-static-dark": "$gray-450",
|
|
93
94
|
"border-static-dark-subtle": "$gray-750",
|
|
95
|
+
"border-static-light": "$white",
|
|
94
96
|
"border-strong": "$gray-400",
|
|
95
97
|
"border-subtle": "$gray-150",
|
|
96
98
|
"border-transparent": "$transparent",
|
|
@@ -155,6 +157,8 @@ const colors$3 = {
|
|
|
155
157
|
"border-success-subtle": "$green-250",
|
|
156
158
|
"border-warning": "$yellow-500",
|
|
157
159
|
"border-warning-subtle": "$yellow-300",
|
|
160
|
+
"badge-border": "$white",
|
|
161
|
+
"badge-border-inverted": "$blue-500",
|
|
158
162
|
"button-background-danger": "$red-500",
|
|
159
163
|
"button-background-danger-hover": "$red-550",
|
|
160
164
|
"button-background-danger-pressed": "$red-600",
|
|
@@ -193,6 +197,7 @@ const colors$3 = {
|
|
|
193
197
|
"button-text-on-secondary": "$gray-900",
|
|
194
198
|
"button-text-on-tertiary": "$blue-500",
|
|
195
199
|
"chip-background": "$gray-100",
|
|
200
|
+
"chip-background-disabled": "$gray-100",
|
|
196
201
|
"chip-background-hover": "$gray-150",
|
|
197
202
|
"chip-text": "$gray-900",
|
|
198
203
|
"format-icon-diagram": "$orange-600",
|
|
@@ -227,7 +232,7 @@ const colors$3 = {
|
|
|
227
232
|
"slider-control-background": "$white",
|
|
228
233
|
"slider-notch-background": "$gray-300",
|
|
229
234
|
"switch-background-default": "$gray-450",
|
|
230
|
-
"switch-background-hover": "$gray-
|
|
235
|
+
"switch-background-hover": "$gray-350",
|
|
231
236
|
"switch-control-background": "$white",
|
|
232
237
|
"tooltip-background": "$gray-950",
|
|
233
238
|
"tooltip-background-inset": "$gray-650",
|
|
@@ -244,6 +249,8 @@ const colors$3 = {
|
|
|
244
249
|
"icon-on-disabled": "$gray-350",
|
|
245
250
|
"icon-on-static-dark": "$gray-50",
|
|
246
251
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
252
|
+
"icon-on-static-light": "$gray-900",
|
|
253
|
+
"icon-on-static-light-subtle": "$gray-500",
|
|
247
254
|
"icon-placeholder": "$gray-475",
|
|
248
255
|
"icon-secondary": "$gray-500",
|
|
249
256
|
"icon-interactive-on-inverted": "$white",
|
|
@@ -365,6 +372,8 @@ const colors$3 = {
|
|
|
365
372
|
"text-on-disabled": "$gray-350",
|
|
366
373
|
"text-on-static-dark": "$gray-50",
|
|
367
374
|
"text-on-static-dark-subtle": "$gray-300",
|
|
375
|
+
"text-on-static-light": "$gray-900",
|
|
376
|
+
"text-on-static-light-subtle": "$gray-500",
|
|
368
377
|
"text-placeholder": "$gray-475",
|
|
369
378
|
"text-secondary": "$gray-500",
|
|
370
379
|
"text-warning": "$yellow-800",
|
|
@@ -613,6 +622,7 @@ const colors$2 = {
|
|
|
613
622
|
"background-inverted-secondary": "$gray-150",
|
|
614
623
|
"background-layout": "$gray-850",
|
|
615
624
|
"background-overlay": "$alpha-black-400",
|
|
625
|
+
"background-space": "$gray-950",
|
|
616
626
|
"background-static-dark": "$gray-850",
|
|
617
627
|
"background-static-dark-subtle": "$gray-750",
|
|
618
628
|
"background-static-light": "$white",
|
|
@@ -625,8 +635,8 @@ const colors$2 = {
|
|
|
625
635
|
"background-danger-prominent-pressed": "$red-400",
|
|
626
636
|
"background-danger-subtle": "$red-900",
|
|
627
637
|
"background-danger-subtle-active": "$red-900",
|
|
628
|
-
"background-danger-subtle-hover": "$red-
|
|
629
|
-
"background-danger-subtle-pressed": "$red-
|
|
638
|
+
"background-danger-subtle-hover": "$red-900",
|
|
639
|
+
"background-danger-subtle-pressed": "$red-800",
|
|
630
640
|
"background-interactive-danger": "$red-500",
|
|
631
641
|
"background-interactive-danger-hover": "$red-450",
|
|
632
642
|
"background-interactive-danger-pressed": "$red-400",
|
|
@@ -690,6 +700,7 @@ const colors$2 = {
|
|
|
690
700
|
"border-option-hover": "$blue-450",
|
|
691
701
|
"border-static-dark": "$gray-450",
|
|
692
702
|
"border-static-dark-subtle": "$gray-750",
|
|
703
|
+
"border-static-light": "$white",
|
|
693
704
|
"border-strong": "$gray-500",
|
|
694
705
|
"border-subtle": "$gray-800",
|
|
695
706
|
"border-transparent": "$transparent",
|
|
@@ -754,6 +765,8 @@ const colors$2 = {
|
|
|
754
765
|
"border-success-subtle": "$green-700",
|
|
755
766
|
"border-warning": "$yellow-500",
|
|
756
767
|
"border-warning-subtle": "$yellow-700",
|
|
768
|
+
"badge-border": "$gray-850",
|
|
769
|
+
"badge-border-inverted": "#FFFFFF",
|
|
757
770
|
"button-background-danger": "$red-500",
|
|
758
771
|
"button-background-danger-hover": "$red-450",
|
|
759
772
|
"button-background-danger-pressed": "$red-450",
|
|
@@ -767,8 +780,8 @@ const colors$2 = {
|
|
|
767
780
|
"button-background-secondary-hover": "$gray-700",
|
|
768
781
|
"button-background-secondary-pressed": "$gray-700",
|
|
769
782
|
"button-background-tertiary": "$transparent",
|
|
770
|
-
"button-background-tertiary-hover": "$blue-
|
|
771
|
-
"button-background-tertiary-pressed": "$blue-
|
|
783
|
+
"button-background-tertiary-hover": "$blue-900",
|
|
784
|
+
"button-background-tertiary-pressed": "$blue-800",
|
|
772
785
|
"button-border-danger": "$red-500",
|
|
773
786
|
"button-border-danger-hover": "$red-450",
|
|
774
787
|
"button-border-danger-pressed": "$red-400",
|
|
@@ -792,6 +805,7 @@ const colors$2 = {
|
|
|
792
805
|
"button-text-on-secondary": "$gray-50",
|
|
793
806
|
"button-text-on-tertiary": "$blue-400",
|
|
794
807
|
"chip-background": "$gray-750",
|
|
808
|
+
"chip-background-disabled": "$gray-750",
|
|
795
809
|
"chip-background-hover": "$gray-700",
|
|
796
810
|
"chip-text": "$gray-50",
|
|
797
811
|
"format-icon-diagram": "$orange-600",
|
|
@@ -815,7 +829,7 @@ const colors$2 = {
|
|
|
815
829
|
"input-border-focused": "$blue-350",
|
|
816
830
|
"input-border-hover": "$blue-350",
|
|
817
831
|
"input-border-success": "$green-400",
|
|
818
|
-
"notification-background": "$gray-
|
|
832
|
+
"notification-background": "$gray-50",
|
|
819
833
|
"notification-border": "$gray-450",
|
|
820
834
|
"notification-border-subtle": "$gray-300",
|
|
821
835
|
"popover-background": "$gray-800",
|
|
@@ -843,6 +857,8 @@ const colors$2 = {
|
|
|
843
857
|
"icon-on-disabled": "$gray-450",
|
|
844
858
|
"icon-on-static-dark": "$gray-50",
|
|
845
859
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
860
|
+
"icon-on-static-light": "$gray-900",
|
|
861
|
+
"icon-on-static-light-subtle": "$gray-500",
|
|
846
862
|
"icon-placeholder": "$gray-450",
|
|
847
863
|
"icon-secondary": "$gray-300",
|
|
848
864
|
"icon-interactive-on-inverted": "$gray-900",
|
|
@@ -964,6 +980,8 @@ const colors$2 = {
|
|
|
964
980
|
"text-on-disabled": "$gray-450",
|
|
965
981
|
"text-on-static-dark": "$gray-50",
|
|
966
982
|
"text-on-static-dark-subtle": "$gray-300",
|
|
983
|
+
"text-on-static-light": "$gray-900",
|
|
984
|
+
"text-on-static-light-subtle": "$gray-500",
|
|
967
985
|
"text-placeholder": "$gray-450",
|
|
968
986
|
"text-secondary": "$gray-300",
|
|
969
987
|
"text-warning": "$yellow-200",
|
|
@@ -1205,13 +1223,14 @@ const colors$1 = {
|
|
|
1205
1223
|
"background-alpha-neutrals-overlay": "#12193E66",
|
|
1206
1224
|
"background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
|
|
1207
1225
|
"background-alpha-subtle": "$alpha-gray-50",
|
|
1208
|
-
"background-canvas": "$
|
|
1209
|
-
"background-disabled": "$
|
|
1226
|
+
"background-canvas": "$gray-50",
|
|
1227
|
+
"background-disabled": "$cloud-150",
|
|
1210
1228
|
"background-elevated": "$white",
|
|
1211
1229
|
"background-inverted": "$cloud-950",
|
|
1212
1230
|
"background-inverted-secondary": "$cloud-800",
|
|
1213
1231
|
"background-layout": "$white",
|
|
1214
1232
|
"background-overlay": "$alpha-black-400",
|
|
1233
|
+
"background-space": "$cloud-50",
|
|
1215
1234
|
"background-static-dark": "$cloud-850",
|
|
1216
1235
|
"background-static-dark-subtle": "$cloud-750",
|
|
1217
1236
|
"background-static-light": "$white",
|
|
@@ -1289,6 +1308,7 @@ const colors$1 = {
|
|
|
1289
1308
|
"border-option-hover": "$blue-550",
|
|
1290
1309
|
"border-static-dark": "$cloud-450",
|
|
1291
1310
|
"border-static-dark-subtle": "$cloud-750",
|
|
1311
|
+
"border-static-light": "$white",
|
|
1292
1312
|
"border-strong": "$cloud-300",
|
|
1293
1313
|
"border-subtle": "$cloud-100",
|
|
1294
1314
|
"border-transparent": "$transparent",
|
|
@@ -1353,6 +1373,8 @@ const colors$1 = {
|
|
|
1353
1373
|
"border-success-subtle": "$green-250",
|
|
1354
1374
|
"border-warning": "$yellow-500",
|
|
1355
1375
|
"border-warning-subtle": "$yellow-300",
|
|
1376
|
+
"badge-border": "$white",
|
|
1377
|
+
"badge-border-inverted": "$blue-500",
|
|
1356
1378
|
"button-background-danger": "$red-500",
|
|
1357
1379
|
"button-background-danger-hover": "$red-550",
|
|
1358
1380
|
"button-background-danger-pressed": "$red-600",
|
|
@@ -1362,9 +1384,9 @@ const colors$1 = {
|
|
|
1362
1384
|
"button-background-primary": "$cloud-800",
|
|
1363
1385
|
"button-background-primary-hover": "$cloud-900",
|
|
1364
1386
|
"button-background-primary-pressed": "$cloud-950",
|
|
1365
|
-
"button-background-secondary": "$
|
|
1366
|
-
"button-background-secondary-hover": "$cloud-
|
|
1367
|
-
"button-background-secondary-pressed": "$cloud-
|
|
1387
|
+
"button-background-secondary": "$cloud-150",
|
|
1388
|
+
"button-background-secondary-hover": "$cloud-200",
|
|
1389
|
+
"button-background-secondary-pressed": "$cloud-250",
|
|
1368
1390
|
"button-background-tertiary": "$transparent",
|
|
1369
1391
|
"button-background-tertiary-hover": "$cloud-150",
|
|
1370
1392
|
"button-background-tertiary-pressed": "$cloud-200",
|
|
@@ -1376,12 +1398,12 @@ const colors$1 = {
|
|
|
1376
1398
|
"button-border-primary": "$blue-500",
|
|
1377
1399
|
"button-border-primary-hover": "$blue-550",
|
|
1378
1400
|
"button-border-primary-pressed": "$blue-600",
|
|
1379
|
-
"button-border-secondary": "$
|
|
1380
|
-
"button-border-secondary-hover": "$
|
|
1381
|
-
"button-border-secondary-pressed": "$
|
|
1382
|
-
"button-border-tertiary": "$cloud-
|
|
1383
|
-
"button-border-tertiary-hover": "$cloud-
|
|
1384
|
-
"button-border-tertiary-pressed": "$cloud-
|
|
1401
|
+
"button-border-secondary": "$transparent",
|
|
1402
|
+
"button-border-secondary-hover": "$transparent",
|
|
1403
|
+
"button-border-secondary-pressed": "$transparent",
|
|
1404
|
+
"button-border-tertiary": "$cloud-500",
|
|
1405
|
+
"button-border-tertiary-hover": "$cloud-550",
|
|
1406
|
+
"button-border-tertiary-pressed": "$cloud-600",
|
|
1385
1407
|
"button-icon-on-danger": "$white",
|
|
1386
1408
|
"button-icon-on-primary": "$white",
|
|
1387
1409
|
"button-icon-on-secondary": "$cloud-900",
|
|
@@ -1390,8 +1412,9 @@ const colors$1 = {
|
|
|
1390
1412
|
"button-text-on-primary": "$white",
|
|
1391
1413
|
"button-text-on-secondary": "$cloud-900",
|
|
1392
1414
|
"button-text-on-tertiary": "$cloud-900",
|
|
1393
|
-
"chip-background": "$cloud-
|
|
1394
|
-
"chip-background-
|
|
1415
|
+
"chip-background": "$cloud-150",
|
|
1416
|
+
"chip-background-disabled": "$cloud-50",
|
|
1417
|
+
"chip-background-hover": "$cloud-200",
|
|
1395
1418
|
"chip-text": "$cloud-900",
|
|
1396
1419
|
"format-icon-diagram": "$orange-600",
|
|
1397
1420
|
"format-icon-docs": "$cyan-600",
|
|
@@ -1401,18 +1424,18 @@ const colors$1 = {
|
|
|
1401
1424
|
"format-icon-slides": "$coral-600",
|
|
1402
1425
|
"format-icon-table": "$moss-600",
|
|
1403
1426
|
"format-icon-timeline": "$moss-600",
|
|
1404
|
-
"input-background-alt-active": "$cloud-
|
|
1405
|
-
"input-background-alt-default": "$cloud-
|
|
1406
|
-
"input-background-alt-hover": "$cloud-
|
|
1407
|
-
"input-background-default": "$
|
|
1427
|
+
"input-background-alt-active": "$cloud-200",
|
|
1428
|
+
"input-background-alt-default": "$cloud-150",
|
|
1429
|
+
"input-background-alt-hover": "$cloud-200",
|
|
1430
|
+
"input-background-default": "$white",
|
|
1408
1431
|
"input-background-disabled": "$cloud-150",
|
|
1409
|
-
"input-background-focused": "$
|
|
1410
|
-
"input-background-hover": "$
|
|
1411
|
-
"input-border-default": "$
|
|
1432
|
+
"input-background-focused": "$white",
|
|
1433
|
+
"input-background-hover": "$white",
|
|
1434
|
+
"input-border-default": "$cloud-425",
|
|
1412
1435
|
"input-border-disabled": "$transparent",
|
|
1413
1436
|
"input-border-error": "$red-500",
|
|
1414
|
-
"input-border-focused": "$
|
|
1415
|
-
"input-border-hover": "$
|
|
1437
|
+
"input-border-focused": "$blue-550",
|
|
1438
|
+
"input-border-hover": "$cloud-450",
|
|
1416
1439
|
"input-border-success": "$green-500",
|
|
1417
1440
|
"notification-background": "$cloud-850",
|
|
1418
1441
|
"notification-border": "$cloud-450",
|
|
@@ -1424,8 +1447,8 @@ const colors$1 = {
|
|
|
1424
1447
|
"slider-background": "$cloud-300",
|
|
1425
1448
|
"slider-control-background": "$white",
|
|
1426
1449
|
"slider-notch-background": "$cloud-300",
|
|
1427
|
-
"switch-background-default": "$cloud-
|
|
1428
|
-
"switch-background-hover": "$cloud-
|
|
1450
|
+
"switch-background-default": "$cloud-425",
|
|
1451
|
+
"switch-background-hover": "$cloud-450",
|
|
1429
1452
|
"switch-control-background": "$white",
|
|
1430
1453
|
"tooltip-background": "$cloud-950",
|
|
1431
1454
|
"tooltip-background-inset": "$cloud-650",
|
|
@@ -1435,13 +1458,15 @@ const colors$1 = {
|
|
|
1435
1458
|
"icon-danger-inverted": "$red-50",
|
|
1436
1459
|
"icon-danger-pressed": "$red-600",
|
|
1437
1460
|
"icon-default": "$cloud-900",
|
|
1438
|
-
"icon-disabled": "$cloud-
|
|
1461
|
+
"icon-disabled": "$cloud-450",
|
|
1439
1462
|
"icon-inverted": "$white",
|
|
1440
1463
|
"icon-inverted-secondary": "$cloud-300",
|
|
1441
1464
|
"icon-muted": "$cloud-400",
|
|
1442
|
-
"icon-on-disabled": "$cloud-
|
|
1465
|
+
"icon-on-disabled": "$cloud-450",
|
|
1443
1466
|
"icon-on-static-dark": "$gray-50",
|
|
1444
1467
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
1468
|
+
"icon-on-static-light": "$cloud-900",
|
|
1469
|
+
"icon-on-static-light-subtle": "$cloud-700",
|
|
1445
1470
|
"icon-placeholder": "$cloud-400",
|
|
1446
1471
|
"icon-secondary": "$cloud-700",
|
|
1447
1472
|
"icon-interactive-on-inverted": "$white",
|
|
@@ -1556,14 +1581,16 @@ const colors$1 = {
|
|
|
1556
1581
|
"text-success-inverted": "$green-50",
|
|
1557
1582
|
"text-success-pressed": "$green-700",
|
|
1558
1583
|
"text-default": "$cloud-900",
|
|
1559
|
-
"text-disabled": "$cloud-
|
|
1584
|
+
"text-disabled": "$cloud-450",
|
|
1560
1585
|
"text-inverted": "$white",
|
|
1561
1586
|
"text-inverted-secondary": "$cloud-300",
|
|
1562
1587
|
"text-muted": "$cloud-400",
|
|
1563
|
-
"text-on-disabled": "$cloud-
|
|
1588
|
+
"text-on-disabled": "$cloud-450",
|
|
1564
1589
|
"text-on-static-dark": "$cloud-50",
|
|
1565
1590
|
"text-on-static-dark-subtle": "$cloud-300",
|
|
1566
|
-
"text-
|
|
1591
|
+
"text-on-static-light": "$cloud-900",
|
|
1592
|
+
"text-on-static-light-subtle": "$cloud-700",
|
|
1593
|
+
"text-placeholder": "$cloud-475",
|
|
1567
1594
|
"text-secondary": "$cloud-700",
|
|
1568
1595
|
"text-warning": "$yellow-800",
|
|
1569
1596
|
"text-warning-subtle": "$yellow-600",
|
|
@@ -1804,18 +1831,19 @@ const colors = {
|
|
|
1804
1831
|
"background-alpha-neutrals-overlay": "#12193E66",
|
|
1805
1832
|
"background-alpha-neutrals-overlay-subtle": "$alpha-black-200",
|
|
1806
1833
|
"background-alpha-subtle": "$alpha-black-50",
|
|
1807
|
-
"background-canvas": "$
|
|
1808
|
-
"background-disabled": "$
|
|
1809
|
-
"background-elevated": "$
|
|
1834
|
+
"background-canvas": "$gray-900",
|
|
1835
|
+
"background-disabled": "$ink-650",
|
|
1836
|
+
"background-elevated": "$ink-850",
|
|
1810
1837
|
"background-inverted": "$white",
|
|
1811
|
-
"background-inverted-secondary": "$
|
|
1812
|
-
"background-layout": "$
|
|
1838
|
+
"background-inverted-secondary": "$ink-100",
|
|
1839
|
+
"background-layout": "$ink-850",
|
|
1813
1840
|
"background-overlay": "$alpha-black-400",
|
|
1814
|
-
"background-
|
|
1815
|
-
"background-static-dark
|
|
1841
|
+
"background-space": "$ink-900",
|
|
1842
|
+
"background-static-dark": "$ink-850",
|
|
1843
|
+
"background-static-dark-subtle": "$ink-750",
|
|
1816
1844
|
"background-static-light": "$white",
|
|
1817
|
-
"background-surface": "$
|
|
1818
|
-
"background-surface-secondary": "$
|
|
1845
|
+
"background-surface": "$ink-850",
|
|
1846
|
+
"background-surface-secondary": "$ink-750",
|
|
1819
1847
|
"background-transparent": "$transparent",
|
|
1820
1848
|
"background-danger-prominent": "$red-500",
|
|
1821
1849
|
"background-danger-prominent-active": "$red-400",
|
|
@@ -1833,31 +1861,31 @@ const colors = {
|
|
|
1833
1861
|
"background-interactive-primary-pressed": "$blue-400",
|
|
1834
1862
|
"background-interactive-secondary-selected": "$blue-700",
|
|
1835
1863
|
"background-interactive-selected": "$blue-500",
|
|
1836
|
-
"background-interactive-surface-hover": "$
|
|
1837
|
-
"background-interactive-surface-secondary-hover": "$
|
|
1838
|
-
"background-neutrals": "$
|
|
1839
|
-
"background-neutrals-active": "$
|
|
1840
|
-
"background-neutrals-container": "$
|
|
1841
|
-
"background-neutrals-control": "$
|
|
1842
|
-
"background-neutrals-control-hover": "$
|
|
1843
|
-
"background-neutrals-control-pressed": "$
|
|
1844
|
-
"background-neutrals-disabled": "$
|
|
1845
|
-
"background-neutrals-hover": "$
|
|
1846
|
-
"background-neutrals-inactive": "$
|
|
1847
|
-
"background-neutrals-inactive-hover": "$
|
|
1864
|
+
"background-interactive-surface-hover": "$ink-750",
|
|
1865
|
+
"background-interactive-surface-secondary-hover": "$ink-650",
|
|
1866
|
+
"background-neutrals": "$ink-850",
|
|
1867
|
+
"background-neutrals-active": "$ink-800",
|
|
1868
|
+
"background-neutrals-container": "$ink-850",
|
|
1869
|
+
"background-neutrals-control": "$ink-700",
|
|
1870
|
+
"background-neutrals-control-hover": "$ink-650",
|
|
1871
|
+
"background-neutrals-control-pressed": "$ink-600",
|
|
1872
|
+
"background-neutrals-disabled": "$ink-850",
|
|
1873
|
+
"background-neutrals-hover": "$ink-800",
|
|
1874
|
+
"background-neutrals-inactive": "$ink-500",
|
|
1875
|
+
"background-neutrals-inactive-hover": "$ink-600",
|
|
1848
1876
|
"background-neutrals-inverted": "$white",
|
|
1849
|
-
"background-neutrals-inverted-subtle": "$
|
|
1850
|
-
"background-neutrals-layout": "$
|
|
1851
|
-
"background-neutrals-page": "$
|
|
1852
|
-
"background-neutrals-page-subtle": "$
|
|
1853
|
-
"background-neutrals-pressed": "$
|
|
1854
|
-
"background-neutrals-scrollbar": "$
|
|
1855
|
-
"background-neutrals-scrollbar-active": "$
|
|
1856
|
-
"background-neutrals-scrollbar-hover": "$
|
|
1857
|
-
"background-neutrals-subtle": "$
|
|
1858
|
-
"background-neutrals-subtle-active": "$
|
|
1859
|
-
"background-neutrals-subtle-hover": "$
|
|
1860
|
-
"background-neutrals-subtle-pressed": "$
|
|
1877
|
+
"background-neutrals-inverted-subtle": "$ink-150",
|
|
1878
|
+
"background-neutrals-layout": "$ink-850",
|
|
1879
|
+
"background-neutrals-page": "$ink-850",
|
|
1880
|
+
"background-neutrals-page-subtle": "$ink-800",
|
|
1881
|
+
"background-neutrals-pressed": "$ink-800",
|
|
1882
|
+
"background-neutrals-scrollbar": "$ink-700",
|
|
1883
|
+
"background-neutrals-scrollbar-active": "$ink-600",
|
|
1884
|
+
"background-neutrals-scrollbar-hover": "$ink-650",
|
|
1885
|
+
"background-neutrals-subtle": "$ink-750",
|
|
1886
|
+
"background-neutrals-subtle-active": "$ink-700",
|
|
1887
|
+
"background-neutrals-subtle-hover": "$ink-700",
|
|
1888
|
+
"background-neutrals-subtle-pressed": "$ink-700",
|
|
1861
1889
|
"background-neutrals-transparent": "$transparent",
|
|
1862
1890
|
"background-primary-prominent": "$blue-500",
|
|
1863
1891
|
"background-primary-prominent-active": "$blue-450",
|
|
@@ -1880,16 +1908,17 @@ const colors = {
|
|
|
1880
1908
|
"background-success-subtle": "$green-900",
|
|
1881
1909
|
"background-warning-prominent": "$yellow-400",
|
|
1882
1910
|
"background-warning-subtle": "$yellow-900",
|
|
1883
|
-
"border-default": "$
|
|
1884
|
-
"border-disabled": "$
|
|
1885
|
-
"border-inverted": "$
|
|
1886
|
-
"border-inverted-subtle": "$
|
|
1887
|
-
"border-option": "$
|
|
1911
|
+
"border-default": "$ink-650",
|
|
1912
|
+
"border-disabled": "$ink-750",
|
|
1913
|
+
"border-inverted": "$ink-100",
|
|
1914
|
+
"border-inverted-subtle": "$ink-500",
|
|
1915
|
+
"border-option": "$ink-450",
|
|
1888
1916
|
"border-option-hover": "$blue-450",
|
|
1889
|
-
"border-static-dark": "$
|
|
1890
|
-
"border-static-dark-subtle": "$
|
|
1891
|
-
"border-
|
|
1892
|
-
"border-
|
|
1917
|
+
"border-static-dark": "$ink-450",
|
|
1918
|
+
"border-static-dark-subtle": "$ink-750",
|
|
1919
|
+
"border-static-light": "$white",
|
|
1920
|
+
"border-strong": "$ink-450",
|
|
1921
|
+
"border-subtle": "$ink-750",
|
|
1893
1922
|
"border-transparent": "$transparent",
|
|
1894
1923
|
"border-danger": "$red-400",
|
|
1895
1924
|
"border-danger-active": "$red-300",
|
|
@@ -1912,27 +1941,27 @@ const colors = {
|
|
|
1912
1941
|
"border-interactive-primary": "$blue-500",
|
|
1913
1942
|
"border-interactive-primary-hover": "$blue-450",
|
|
1914
1943
|
"border-interactive-primary-pressed": "$blue-400",
|
|
1915
|
-
"border-interactive-secondary": "$
|
|
1916
|
-
"border-interactive-secondary-hover": "$
|
|
1917
|
-
"border-interactive-secondary-pressed": "$
|
|
1944
|
+
"border-interactive-secondary": "$ink-700",
|
|
1945
|
+
"border-interactive-secondary-hover": "$ink-650",
|
|
1946
|
+
"border-interactive-secondary-pressed": "$ink-600",
|
|
1918
1947
|
"border-interactive-selected": "$blue-400",
|
|
1919
|
-
"border-neutrals": "$
|
|
1920
|
-
"border-neutrals-active": "$
|
|
1921
|
-
"border-neutrals-controls": "$
|
|
1922
|
-
"border-neutrals-controls-disabled": "$
|
|
1923
|
-
"border-neutrals-disabled": "$
|
|
1924
|
-
"border-neutrals-hover": "$
|
|
1925
|
-
"border-neutrals-inverted": "$
|
|
1926
|
-
"border-neutrals-pressed": "$
|
|
1927
|
-
"border-neutrals-subtle": "$
|
|
1928
|
-
"border-neutrals-subtle-hover": "$
|
|
1929
|
-
"border-neutrals-subtle-pressed": "$
|
|
1930
|
-
"border-neutrals-text": "$
|
|
1931
|
-
"border-neutrals-text-active": "$
|
|
1932
|
-
"border-neutrals-text-hover": "$
|
|
1933
|
-
"border-neutrals-text-subtle": "$
|
|
1934
|
-
"border-neutrals-text-subtle-active": "$
|
|
1935
|
-
"border-neutrals-text-subtle-hover": "$
|
|
1948
|
+
"border-neutrals": "$ink-650",
|
|
1949
|
+
"border-neutrals-active": "$ink-350",
|
|
1950
|
+
"border-neutrals-controls": "$ink-450",
|
|
1951
|
+
"border-neutrals-controls-disabled": "$ink-800",
|
|
1952
|
+
"border-neutrals-disabled": "$ink-750",
|
|
1953
|
+
"border-neutrals-hover": "$ink-550",
|
|
1954
|
+
"border-neutrals-inverted": "$ink-900",
|
|
1955
|
+
"border-neutrals-pressed": "$ink-450",
|
|
1956
|
+
"border-neutrals-subtle": "$ink-800",
|
|
1957
|
+
"border-neutrals-subtle-hover": "$ink-700",
|
|
1958
|
+
"border-neutrals-subtle-pressed": "$ink-650",
|
|
1959
|
+
"border-neutrals-text": "$ink-100",
|
|
1960
|
+
"border-neutrals-text-active": "$ink-50",
|
|
1961
|
+
"border-neutrals-text-hover": "$ink-50",
|
|
1962
|
+
"border-neutrals-text-subtle": "$ink-300",
|
|
1963
|
+
"border-neutrals-text-subtle-active": "$ink-100",
|
|
1964
|
+
"border-neutrals-text-subtle-hover": "$ink-200",
|
|
1936
1965
|
"border-neutrals-transparent": "$transparent",
|
|
1937
1966
|
"border-primary": "$blue-400",
|
|
1938
1967
|
"border-primary-active": "$blue-300",
|
|
@@ -1952,21 +1981,23 @@ const colors = {
|
|
|
1952
1981
|
"border-success-subtle": "$green-700",
|
|
1953
1982
|
"border-warning": "$yellow-500",
|
|
1954
1983
|
"border-warning-subtle": "$yellow-700",
|
|
1984
|
+
"badge-border": "$ink-850",
|
|
1985
|
+
"badge-border-inverted": "#FFFFFF",
|
|
1955
1986
|
"button-background-danger": "$red-500",
|
|
1956
1987
|
"button-background-danger-hover": "$red-450",
|
|
1957
1988
|
"button-background-danger-pressed": "$red-450",
|
|
1958
1989
|
"button-background-ghost": "$transparent",
|
|
1959
|
-
"button-background-ghost-hover": "$
|
|
1960
|
-
"button-background-ghost-pressed": "$
|
|
1990
|
+
"button-background-ghost-hover": "$ink-750",
|
|
1991
|
+
"button-background-ghost-pressed": "$ink-700",
|
|
1961
1992
|
"button-background-primary": "$white",
|
|
1962
|
-
"button-background-primary-hover": "$
|
|
1963
|
-
"button-background-primary-pressed": "$
|
|
1964
|
-
"button-background-secondary": "$
|
|
1965
|
-
"button-background-secondary-hover": "$
|
|
1966
|
-
"button-background-secondary-pressed": "$
|
|
1993
|
+
"button-background-primary-hover": "$ink-100",
|
|
1994
|
+
"button-background-primary-pressed": "$ink-150",
|
|
1995
|
+
"button-background-secondary": "$ink-700",
|
|
1996
|
+
"button-background-secondary-hover": "$ink-650",
|
|
1997
|
+
"button-background-secondary-pressed": "$ink-600",
|
|
1967
1998
|
"button-background-tertiary": "$transparent",
|
|
1968
|
-
"button-background-tertiary-hover": "$
|
|
1969
|
-
"button-background-tertiary-pressed": "$
|
|
1999
|
+
"button-background-tertiary-hover": "$ink-750",
|
|
2000
|
+
"button-background-tertiary-pressed": "$ink-700",
|
|
1970
2001
|
"button-border-danger": "$red-500",
|
|
1971
2002
|
"button-border-danger-hover": "$red-450",
|
|
1972
2003
|
"button-border-danger-pressed": "$red-400",
|
|
@@ -1975,23 +2006,24 @@ const colors = {
|
|
|
1975
2006
|
"button-border-primary": "$blue-500",
|
|
1976
2007
|
"button-border-primary-hover": "$blue-450",
|
|
1977
2008
|
"button-border-primary-pressed": "$blue-400",
|
|
1978
|
-
"button-border-secondary": "$
|
|
1979
|
-
"button-border-secondary-hover": "$
|
|
1980
|
-
"button-border-secondary-pressed": "$
|
|
1981
|
-
"button-border-tertiary": "$
|
|
1982
|
-
"button-border-tertiary-hover": "$
|
|
1983
|
-
"button-border-tertiary-pressed": "$
|
|
2009
|
+
"button-border-secondary": "$transparent",
|
|
2010
|
+
"button-border-secondary-hover": "$transparent",
|
|
2011
|
+
"button-border-secondary-pressed": "$transparent",
|
|
2012
|
+
"button-border-tertiary": "$ink-600",
|
|
2013
|
+
"button-border-tertiary-hover": "$ink-550",
|
|
2014
|
+
"button-border-tertiary-pressed": "$ink-500",
|
|
1984
2015
|
"button-icon-on-danger": "$white",
|
|
1985
|
-
"button-icon-on-primary": "$
|
|
2016
|
+
"button-icon-on-primary": "$ink-900",
|
|
1986
2017
|
"button-icon-on-secondary": "$white",
|
|
1987
2018
|
"button-icon-on-tertiary": "$white",
|
|
1988
2019
|
"button-text-on-danger": "$white",
|
|
1989
|
-
"button-text-on-primary": "$
|
|
2020
|
+
"button-text-on-primary": "$ink-900",
|
|
1990
2021
|
"button-text-on-secondary": "$white",
|
|
1991
2022
|
"button-text-on-tertiary": "$white",
|
|
1992
|
-
"chip-background": "$
|
|
1993
|
-
"chip-background-
|
|
1994
|
-
"chip-
|
|
2023
|
+
"chip-background": "$ink-750",
|
|
2024
|
+
"chip-background-disabled": "$ink-650",
|
|
2025
|
+
"chip-background-hover": "$ink-700",
|
|
2026
|
+
"chip-text": "$ink-50",
|
|
1995
2027
|
"format-icon-diagram": "$orange-600",
|
|
1996
2028
|
"format-icon-docs": "$cyan-600",
|
|
1997
2029
|
"format-icon-external": "$teal-600",
|
|
@@ -2000,82 +2032,84 @@ const colors = {
|
|
|
2000
2032
|
"format-icon-slides": "$coral-600",
|
|
2001
2033
|
"format-icon-table": "$moss-600",
|
|
2002
2034
|
"format-icon-timeline": "$moss-600",
|
|
2003
|
-
"input-background-alt-active": "$
|
|
2004
|
-
"input-background-alt-default": "$
|
|
2005
|
-
"input-background-alt-hover": "$
|
|
2006
|
-
"input-background-default": "$
|
|
2007
|
-
"input-background-disabled": "$
|
|
2008
|
-
"input-background-focused": "$
|
|
2009
|
-
"input-background-hover": "$
|
|
2010
|
-
"input-border-default": "$
|
|
2035
|
+
"input-background-alt-active": "$ink-650",
|
|
2036
|
+
"input-background-alt-default": "$ink-700",
|
|
2037
|
+
"input-background-alt-hover": "$ink-650",
|
|
2038
|
+
"input-background-default": "$ink-850",
|
|
2039
|
+
"input-background-disabled": "$ink-750",
|
|
2040
|
+
"input-background-focused": "$ink-800",
|
|
2041
|
+
"input-background-hover": "$ink-800",
|
|
2042
|
+
"input-border-default": "$ink-500",
|
|
2011
2043
|
"input-border-disabled": "$transparent",
|
|
2012
2044
|
"input-border-error": "$red-400",
|
|
2013
|
-
"input-border-focused": "$
|
|
2014
|
-
"input-border-hover": "$
|
|
2045
|
+
"input-border-focused": "$blue-450",
|
|
2046
|
+
"input-border-hover": "$ink-450",
|
|
2015
2047
|
"input-border-success": "$green-400",
|
|
2016
|
-
"notification-background": "$
|
|
2017
|
-
"notification-border": "$
|
|
2018
|
-
"notification-border-subtle": "$
|
|
2048
|
+
"notification-background": "$ink-50",
|
|
2049
|
+
"notification-border": "$ink-500",
|
|
2050
|
+
"notification-border-subtle": "$ink-200",
|
|
2019
2051
|
"popover-background": "$cloud-800",
|
|
2020
2052
|
"popover-border": "$cloud-600",
|
|
2021
|
-
"scrollbar-background": "$
|
|
2022
|
-
"scrollbar-background-hover": "$
|
|
2023
|
-
"slider-background": "$
|
|
2024
|
-
"slider-control-background": "$
|
|
2025
|
-
"slider-notch-background": "$
|
|
2026
|
-
"switch-background-default": "$
|
|
2027
|
-
"switch-background-hover": "$
|
|
2028
|
-
"switch-control-background": "$
|
|
2029
|
-
"tooltip-background": "$
|
|
2030
|
-
"tooltip-background-inset": "$
|
|
2053
|
+
"scrollbar-background": "$ink-700",
|
|
2054
|
+
"scrollbar-background-hover": "$ink-650",
|
|
2055
|
+
"slider-background": "$ink-700",
|
|
2056
|
+
"slider-control-background": "$ink-900",
|
|
2057
|
+
"slider-notch-background": "$ink-700",
|
|
2058
|
+
"switch-background-default": "$ink-500",
|
|
2059
|
+
"switch-background-hover": "$ink-475",
|
|
2060
|
+
"switch-control-background": "$ink-700",
|
|
2061
|
+
"tooltip-background": "$ink-650",
|
|
2062
|
+
"tooltip-background-inset": "$ink-800",
|
|
2031
2063
|
"icon-danger": "$red-400",
|
|
2032
2064
|
"icon-danger-active": "$red-300",
|
|
2033
2065
|
"icon-danger-hover": "$red-350",
|
|
2034
2066
|
"icon-danger-inverted": "$red-900",
|
|
2035
2067
|
"icon-danger-pressed": "$red-300",
|
|
2036
|
-
"icon-default": "$
|
|
2037
|
-
"icon-disabled": "$
|
|
2038
|
-
"icon-inverted": "$
|
|
2039
|
-
"icon-inverted-secondary": "$
|
|
2040
|
-
"icon-muted": "$
|
|
2041
|
-
"icon-on-disabled": "$
|
|
2042
|
-
"icon-on-static-dark": "$
|
|
2043
|
-
"icon-on-static-dark-subtle": "$
|
|
2044
|
-
"icon-
|
|
2045
|
-
"icon-
|
|
2046
|
-
"icon-
|
|
2047
|
-
"icon-
|
|
2048
|
-
"icon-interactive-on-inverted
|
|
2049
|
-
"icon-interactive-on-inverted-
|
|
2050
|
-
"icon-interactive-on-inverted-
|
|
2051
|
-
"icon-interactive-on-inverted-secondary
|
|
2068
|
+
"icon-default": "$ink-50",
|
|
2069
|
+
"icon-disabled": "$ink-450",
|
|
2070
|
+
"icon-inverted": "$ink-900",
|
|
2071
|
+
"icon-inverted-secondary": "$ink-700",
|
|
2072
|
+
"icon-muted": "$ink-400",
|
|
2073
|
+
"icon-on-disabled": "$ink-450",
|
|
2074
|
+
"icon-on-static-dark": "$ink-50",
|
|
2075
|
+
"icon-on-static-dark-subtle": "$ink-300",
|
|
2076
|
+
"icon-on-static-light": "$ink-900",
|
|
2077
|
+
"icon-on-static-light-subtle": "$ink-700",
|
|
2078
|
+
"icon-placeholder": "$ink-400",
|
|
2079
|
+
"icon-secondary": "$ink-300",
|
|
2080
|
+
"icon-interactive-on-inverted": "$ink-900",
|
|
2081
|
+
"icon-interactive-on-inverted-hover": "$ink-850",
|
|
2082
|
+
"icon-interactive-on-inverted-pressed": "$ink-800",
|
|
2083
|
+
"icon-interactive-on-inverted-secondary": "$ink-700",
|
|
2084
|
+
"icon-interactive-on-inverted-secondary-hover": "$ink-650",
|
|
2085
|
+
"icon-interactive-on-inverted-secondary-pressed": "$ink-600",
|
|
2052
2086
|
"icon-interactive-primary": "$blue-500",
|
|
2053
2087
|
"icon-interactive-primary-hover": "$blue-450",
|
|
2054
2088
|
"icon-interactive-primary-pressed": "$blue-400",
|
|
2055
|
-
"icon-interactive-secondary": "$
|
|
2056
|
-
"icon-interactive-secondary-hover": "$
|
|
2057
|
-
"icon-interactive-secondary-pressed": "$
|
|
2089
|
+
"icon-interactive-secondary": "$ink-300",
|
|
2090
|
+
"icon-interactive-secondary-hover": "$ink-250",
|
|
2091
|
+
"icon-interactive-secondary-pressed": "$ink-200",
|
|
2058
2092
|
"icon-interactive-selected": "$blue-400",
|
|
2059
2093
|
"icon-on-interactive-danger": "$white",
|
|
2060
2094
|
"icon-on-interactive-primary": "$white",
|
|
2061
2095
|
"icon-on-interactive-secondary": "$white",
|
|
2062
2096
|
"icon-on-interactive-selected": "$blue-400",
|
|
2063
|
-
"icon-neutrals": "$
|
|
2064
|
-
"icon-neutrals-disabled": "$
|
|
2065
|
-
"icon-neutrals-hover": "$
|
|
2066
|
-
"icon-neutrals-inactive": "$
|
|
2067
|
-
"icon-neutrals-inactive-hover": "$
|
|
2068
|
-
"icon-neutrals-inverted": "$
|
|
2069
|
-
"icon-neutrals-inverted-hover": "$
|
|
2070
|
-
"icon-neutrals-inverted-subtle": "$
|
|
2071
|
-
"icon-neutrals-inverted-subtle-hover": "$
|
|
2072
|
-
"icon-neutrals-placeholder": "$
|
|
2073
|
-
"icon-neutrals-pressed": "$
|
|
2074
|
-
"icon-neutrals-search": "$
|
|
2075
|
-
"icon-neutrals-subtle": "$
|
|
2076
|
-
"icon-neutrals-subtle-hover": "$
|
|
2077
|
-
"icon-neutrals-subtle-pressed": "$
|
|
2078
|
-
"icon-neutrals-text": "$
|
|
2097
|
+
"icon-neutrals": "$ink-50",
|
|
2098
|
+
"icon-neutrals-disabled": "$ink-450",
|
|
2099
|
+
"icon-neutrals-hover": "$ink-100",
|
|
2100
|
+
"icon-neutrals-inactive": "$ink-400",
|
|
2101
|
+
"icon-neutrals-inactive-hover": "$ink-300",
|
|
2102
|
+
"icon-neutrals-inverted": "$ink-900",
|
|
2103
|
+
"icon-neutrals-inverted-hover": "$ink-850",
|
|
2104
|
+
"icon-neutrals-inverted-subtle": "$ink-800",
|
|
2105
|
+
"icon-neutrals-inverted-subtle-hover": "$ink-650",
|
|
2106
|
+
"icon-neutrals-placeholder": "$ink-650",
|
|
2107
|
+
"icon-neutrals-pressed": "$ink-150",
|
|
2108
|
+
"icon-neutrals-search": "$ink-400",
|
|
2109
|
+
"icon-neutrals-subtle": "$ink-300",
|
|
2110
|
+
"icon-neutrals-subtle-hover": "$ink-250",
|
|
2111
|
+
"icon-neutrals-subtle-pressed": "$ink-200",
|
|
2112
|
+
"icon-neutrals-text": "$ink-300",
|
|
2079
2113
|
"icon-primary": "$blue-400",
|
|
2080
2114
|
"icon-primary-active": "$blue-300",
|
|
2081
2115
|
"icon-primary-hover": "$blue-350",
|
|
@@ -2103,38 +2137,38 @@ const colors = {
|
|
|
2103
2137
|
"text-danger-hover": "$red-350",
|
|
2104
2138
|
"text-danger-inverted": "$red-900",
|
|
2105
2139
|
"text-danger-pressed": "$red-300",
|
|
2106
|
-
"text-interactive-on-inverted": "$
|
|
2107
|
-
"text-interactive-on-inverted-hover": "$
|
|
2108
|
-
"text-interactive-on-inverted-pressed": "$
|
|
2109
|
-
"text-interactive-on-inverted-secondary": "$
|
|
2110
|
-
"text-interactive-on-inverted-secondary-hover": "$
|
|
2111
|
-
"text-interactive-on-inverted-secondary-pressed": "$
|
|
2140
|
+
"text-interactive-on-inverted": "$ink-900",
|
|
2141
|
+
"text-interactive-on-inverted-hover": "$ink-850",
|
|
2142
|
+
"text-interactive-on-inverted-pressed": "$ink-800",
|
|
2143
|
+
"text-interactive-on-inverted-secondary": "$ink-750",
|
|
2144
|
+
"text-interactive-on-inverted-secondary-hover": "$ink-650",
|
|
2145
|
+
"text-interactive-on-inverted-secondary-pressed": "$ink-600",
|
|
2112
2146
|
"text-interactive-primary": "$blue-500",
|
|
2113
2147
|
"text-interactive-primary-hover": "$blue-450",
|
|
2114
2148
|
"text-interactive-primary-pressed": "$blue-400",
|
|
2115
|
-
"text-interactive-secondary": "$
|
|
2116
|
-
"text-interactive-secondary-hover": "$
|
|
2117
|
-
"text-interactive-secondary-pressed": "$
|
|
2149
|
+
"text-interactive-secondary": "$ink-300",
|
|
2150
|
+
"text-interactive-secondary-hover": "$ink-250",
|
|
2151
|
+
"text-interactive-secondary-pressed": "$ink-200",
|
|
2118
2152
|
"text-interactive-selected": "$blue-400",
|
|
2119
2153
|
"text-on-interactive-danger": "$white",
|
|
2120
2154
|
"text-on-interactive-primary": "$white",
|
|
2121
2155
|
"text-on-interactive-secondary": "$white",
|
|
2122
2156
|
"text-on-interactive-selected": "$blue-400",
|
|
2123
|
-
"text-neutrals": "$
|
|
2124
|
-
"text-neutrals-active": "$
|
|
2125
|
-
"text-neutrals-disabled": "$
|
|
2126
|
-
"text-neutrals-hover": "$
|
|
2127
|
-
"text-neutrals-inverted": "$
|
|
2128
|
-
"text-neutrals-inverted-hover": "$
|
|
2129
|
-
"text-neutrals-inverted-subtle": "$
|
|
2130
|
-
"text-neutrals-inverted-subtle-hover": "$
|
|
2131
|
-
"text-neutrals-placeholder": "$
|
|
2132
|
-
"text-neutrals-placeholder-only": "$
|
|
2133
|
-
"text-neutrals-pressed": "$
|
|
2134
|
-
"text-neutrals-subtle": "$
|
|
2135
|
-
"text-neutrals-subtle-active": "$
|
|
2136
|
-
"text-neutrals-subtle-hover": "$
|
|
2137
|
-
"text-neutrals-subtle-pressed": "$
|
|
2157
|
+
"text-neutrals": "$ink-100",
|
|
2158
|
+
"text-neutrals-active": "$ink-50",
|
|
2159
|
+
"text-neutrals-disabled": "$ink-400",
|
|
2160
|
+
"text-neutrals-hover": "$ink-50",
|
|
2161
|
+
"text-neutrals-inverted": "$ink-900",
|
|
2162
|
+
"text-neutrals-inverted-hover": "$ink-850",
|
|
2163
|
+
"text-neutrals-inverted-subtle": "$ink-700",
|
|
2164
|
+
"text-neutrals-inverted-subtle-hover": "$ink-650",
|
|
2165
|
+
"text-neutrals-placeholder": "$ink-500",
|
|
2166
|
+
"text-neutrals-placeholder-only": "$ink-500",
|
|
2167
|
+
"text-neutrals-pressed": "$ink-50",
|
|
2168
|
+
"text-neutrals-subtle": "$ink-300",
|
|
2169
|
+
"text-neutrals-subtle-active": "$ink-250",
|
|
2170
|
+
"text-neutrals-subtle-hover": "$ink-250",
|
|
2171
|
+
"text-neutrals-subtle-pressed": "$ink-250",
|
|
2138
2172
|
"text-primary": "$blue-400",
|
|
2139
2173
|
"text-primary-active": "$blue-300",
|
|
2140
2174
|
"text-primary-hover": "$blue-350",
|
|
@@ -2154,16 +2188,18 @@ const colors = {
|
|
|
2154
2188
|
"text-success-hover": "$green-350",
|
|
2155
2189
|
"text-success-inverted": "$green-900",
|
|
2156
2190
|
"text-success-pressed": "$green-300",
|
|
2157
|
-
"text-default": "$
|
|
2158
|
-
"text-disabled": "$
|
|
2159
|
-
"text-inverted": "$
|
|
2160
|
-
"text-inverted-secondary": "$
|
|
2161
|
-
"text-muted": "$
|
|
2162
|
-
"text-on-disabled": "$
|
|
2163
|
-
"text-on-static-dark": "$
|
|
2164
|
-
"text-on-static-dark-subtle": "$
|
|
2165
|
-
"text-
|
|
2166
|
-
"text-
|
|
2191
|
+
"text-default": "$ink-50",
|
|
2192
|
+
"text-disabled": "$ink-450",
|
|
2193
|
+
"text-inverted": "$ink-900",
|
|
2194
|
+
"text-inverted-secondary": "$ink-700",
|
|
2195
|
+
"text-muted": "$ink-400",
|
|
2196
|
+
"text-on-disabled": "$ink-450",
|
|
2197
|
+
"text-on-static-dark": "$ink-50",
|
|
2198
|
+
"text-on-static-dark-subtle": "$ink-300",
|
|
2199
|
+
"text-on-static-light": "$ink-900",
|
|
2200
|
+
"text-on-static-light-subtle": "$ink-700",
|
|
2201
|
+
"text-placeholder": "$ink-450",
|
|
2202
|
+
"text-secondary": "$ink-300",
|
|
2167
2203
|
"text-warning": "$yellow-200",
|
|
2168
2204
|
"text-warning-subtle": "$yellow-300",
|
|
2169
2205
|
"coal-background": "$coal-500",
|
|
@@ -2403,6 +2439,18 @@ const aliasShadows = {
|
|
|
2403
2439
|
"elevation-200": "0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A"
|
|
2404
2440
|
};
|
|
2405
2441
|
|
|
2442
|
+
const shadows$3 = {
|
|
2443
|
+
50: "0 4px 16px rgba(5, 0, 56, 0.07)",
|
|
2444
|
+
100: "0 8px 32px rgba(5, 0, 56, 0.03)",
|
|
2445
|
+
...aliasShadows
|
|
2446
|
+
};
|
|
2447
|
+
|
|
2448
|
+
const shadows$2 = {
|
|
2449
|
+
50: "0 0 8px 0 rgba(9,9,9,.65)",
|
|
2450
|
+
100: "0 0 16px 0 rgba(9,9,9,.65)",
|
|
2451
|
+
...aliasShadows
|
|
2452
|
+
};
|
|
2453
|
+
|
|
2406
2454
|
const shadows$1 = {
|
|
2407
2455
|
50: "0 4px 16px rgba(5, 0, 56, 0.07)",
|
|
2408
2456
|
100: "0 8px 32px rgba(5, 0, 56, 0.03)",
|
|
@@ -2415,21 +2463,93 @@ const shadows = {
|
|
|
2415
2463
|
...aliasShadows
|
|
2416
2464
|
};
|
|
2417
2465
|
|
|
2466
|
+
const radii$3 = {
|
|
2467
|
+
panel: "$150",
|
|
2468
|
+
notification: "$100",
|
|
2469
|
+
"avatar-people": "$round",
|
|
2470
|
+
"avatar-team": "$50",
|
|
2471
|
+
"avatar-group": "$50",
|
|
2472
|
+
dropdown: "$100",
|
|
2473
|
+
toolbar: "$100",
|
|
2474
|
+
"toolbar-item": "$50",
|
|
2475
|
+
input: "$50",
|
|
2476
|
+
button: "$50",
|
|
2477
|
+
popup: "$100",
|
|
2478
|
+
tooltip: "$100",
|
|
2479
|
+
checkbox: "$50",
|
|
2480
|
+
"list-item": "$50"
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2483
|
+
const radii$2 = {
|
|
2484
|
+
panel: "$150",
|
|
2485
|
+
notification: "$100",
|
|
2486
|
+
"avatar-people": "$round",
|
|
2487
|
+
"avatar-team": "$50",
|
|
2488
|
+
"avatar-group": "$50",
|
|
2489
|
+
dropdown: "$100",
|
|
2490
|
+
toolbar: "$100",
|
|
2491
|
+
"toolbar-item": "$50",
|
|
2492
|
+
input: "$50",
|
|
2493
|
+
button: "$50",
|
|
2494
|
+
popup: "$100",
|
|
2495
|
+
tooltip: "$100",
|
|
2496
|
+
checkbox: "$50",
|
|
2497
|
+
"list-item": "$50"
|
|
2498
|
+
};
|
|
2499
|
+
|
|
2500
|
+
const radii$1 = {
|
|
2501
|
+
panel: "$150",
|
|
2502
|
+
notification: "$100",
|
|
2503
|
+
"avatar-people": "$round",
|
|
2504
|
+
"avatar-team": "$50",
|
|
2505
|
+
"avatar-group": "$50",
|
|
2506
|
+
dropdown: "$250",
|
|
2507
|
+
toolbar: "$200",
|
|
2508
|
+
"toolbar-item": "$150",
|
|
2509
|
+
input: "$150",
|
|
2510
|
+
button: "$100",
|
|
2511
|
+
popup: "$100",
|
|
2512
|
+
tooltip: "$100",
|
|
2513
|
+
checkbox: "$75",
|
|
2514
|
+
"list-item": "$150"
|
|
2515
|
+
};
|
|
2516
|
+
|
|
2517
|
+
const radii = {
|
|
2518
|
+
panel: "$150",
|
|
2519
|
+
notification: "$100",
|
|
2520
|
+
"avatar-people": "$round",
|
|
2521
|
+
"avatar-team": "$50",
|
|
2522
|
+
"avatar-group": "$50",
|
|
2523
|
+
dropdown: "$250",
|
|
2524
|
+
toolbar: "$200",
|
|
2525
|
+
"toolbar-item": "$150",
|
|
2526
|
+
input: "$150",
|
|
2527
|
+
button: "$100",
|
|
2528
|
+
popup: "$100",
|
|
2529
|
+
tooltip: "$100",
|
|
2530
|
+
checkbox: "$75",
|
|
2531
|
+
"list-item": "$150"
|
|
2532
|
+
};
|
|
2533
|
+
|
|
2418
2534
|
const light = Object.freeze({
|
|
2419
2535
|
colors: colors$3,
|
|
2420
|
-
shadows: shadows$
|
|
2536
|
+
shadows: shadows$3,
|
|
2537
|
+
radii: radii$3
|
|
2421
2538
|
});
|
|
2422
2539
|
const dark = Object.freeze({
|
|
2423
2540
|
colors: colors$2,
|
|
2424
|
-
shadows: shadows
|
|
2541
|
+
shadows: shadows$2,
|
|
2542
|
+
radii: radii$2
|
|
2425
2543
|
});
|
|
2426
2544
|
const newLight = Object.freeze({
|
|
2427
2545
|
colors: colors$1,
|
|
2428
|
-
shadows: shadows$1
|
|
2546
|
+
shadows: shadows$1,
|
|
2547
|
+
radii: radii$1
|
|
2429
2548
|
});
|
|
2430
2549
|
const newDark = Object.freeze({
|
|
2431
2550
|
colors: colors,
|
|
2432
|
-
shadows: shadows
|
|
2551
|
+
shadows: shadows,
|
|
2552
|
+
radii: radii
|
|
2433
2553
|
});
|
|
2434
2554
|
|
|
2435
2555
|
const base = light;
|