@mirohq/design-system-themes 1.3.3 → 1.3.5

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/dist/module.js CHANGED
@@ -84,6 +84,8 @@ const colors$3 = {
84
84
  "border-disabled": "$gray-150",
85
85
  "border-inverted": "$white",
86
86
  "border-inverted-subtle": "$gray-700",
87
+ "border-option": "$gray-450",
88
+ "border-option-hover": "$blue-550",
87
89
  "border-static-dark": "$gray-450",
88
90
  "border-static-dark-subtle": "$gray-750",
89
91
  "border-strong": "$gray-400",
@@ -205,12 +207,11 @@ const colors$3 = {
205
207
  "input-background-default": "$white",
206
208
  "input-background-disabled": "$gray-150",
207
209
  "input-background-hover": "$white",
208
- "input-border-active": "$blue-550",
209
210
  "input-border-default": "$gray-200",
210
211
  "input-border-disabled": "$transparent",
211
212
  "input-border-error": "$red-500",
213
+ "input-border-focused": "$blue-550",
212
214
  "input-border-hover": "$blue-550",
213
- "input-border-selection-control": "$gray-450",
214
215
  "input-border-success": "$green-500",
215
216
  "notification-background": "$gray-850",
216
217
  "notification-border": "$gray-450",
@@ -220,6 +221,7 @@ const colors$3 = {
220
221
  "scrollbar-background": "$gray-300",
221
222
  "scrollbar-background-hover": "$gray-350",
222
223
  "slider-background": "$gray-300",
224
+ "slider-control-background": "$white",
223
225
  "slider-notch-background": "$gray-300",
224
226
  "switch-background-default": "$gray-300",
225
227
  "switch-background-hover": "$gray-350",
@@ -241,19 +243,19 @@ const colors$3 = {
241
243
  "icon-on-static-dark-subtle": "$gray-300",
242
244
  "icon-placeholder": "$gray-475",
243
245
  "icon-secondary": "$gray-500",
246
+ "icon-interactive-on-inverted": "$white",
247
+ "icon-interactive-on-inverted-hover": "$gray-50",
248
+ "icon-interactive-on-inverted-pressed": "$gray-100",
249
+ "icon-interactive-on-inverted-secondary": "$gray-150",
250
+ "icon-interactive-on-inverted-secondary-hover": "$gray-200",
251
+ "icon-interactive-on-inverted-secondary-pressed": "$gray-250",
252
+ "icon-interactive-primary": "$blue-500",
253
+ "icon-interactive-primary-hover": "$blue-550",
254
+ "icon-interactive-primary-pressed": "$blue-600",
255
+ "icon-interactive-secondary": "$gray-500",
256
+ "icon-interactive-secondary-hover": "$gray-550",
257
+ "icon-interactive-secondary-pressed": "$gray-600",
244
258
  "icon-interactive-selected": "$blue-550",
245
- "icon-link": "$blue-500",
246
- "icon-link-hover": "$blue-550",
247
- "icon-link-on-inverted": "$white",
248
- "icon-link-on-inverted-hover": "$gray-50",
249
- "icon-link-on-inverted-pressed": "$gray-100",
250
- "icon-link-on-inverted-secondary": "$gray-150",
251
- "icon-link-on-inverted-secondary-hover": "$gray-200",
252
- "icon-link-on-inverted-secondary-pressed": "$gray-250",
253
- "icon-link-pressed": "$blue-600",
254
- "icon-link-secondary": "$gray-500",
255
- "icon-link-secondary-hover": "$gray-550",
256
- "icon-link-secondary-pressed": "$gray-600",
257
259
  "icon-on-interactive-danger": "$white",
258
260
  "icon-on-interactive-primary": "$white",
259
261
  "icon-on-interactive-secondary": "$gray-900",
@@ -301,19 +303,19 @@ const colors$3 = {
301
303
  "text-danger-hover": "$red-550",
302
304
  "text-danger-inverted": "$red-50",
303
305
  "text-danger-pressed": "$red-600",
306
+ "text-interactive-on-inverted": "$white",
307
+ "text-interactive-on-inverted-hover": "$gray-50",
308
+ "text-interactive-on-inverted-pressed": "$gray-100",
309
+ "text-interactive-on-inverted-secondary": "$gray-150",
310
+ "text-interactive-on-inverted-secondary-hover": "$gray-200",
311
+ "text-interactive-on-inverted-secondary-pressed": "$gray-250",
312
+ "text-interactive-primary": "$blue-500",
313
+ "text-interactive-primary-hover": "$blue-550",
314
+ "text-interactive-primary-pressed": "$blue-600",
315
+ "text-interactive-secondary": "$gray-500",
316
+ "text-interactive-secondary-hover": "$gray-550",
317
+ "text-interactive-secondary-pressed": "$gray-600",
304
318
  "text-interactive-selected": "$blue-550",
305
- "text-link": "$blue-500",
306
- "text-link-hover": "$blue-550",
307
- "text-link-on-inverted": "$white",
308
- "text-link-on-inverted-hover": "$gray-50",
309
- "text-link-on-inverted-pressed": "$gray-100",
310
- "text-link-on-inverted-secondary": "$gray-150",
311
- "text-link-on-inverted-secondary-hover": "$gray-200",
312
- "text-link-on-inverted-secondary-pressed": "$gray-250",
313
- "text-link-pressed": "$blue-600",
314
- "text-link-secondary": "$gray-500",
315
- "text-link-secondary-hover": "$gray-550",
316
- "text-link-secondary-pressed": "$gray-600",
317
319
  "text-on-interactive-danger": "$white",
318
320
  "text-on-interactive-primary": "$white",
319
321
  "text-on-interactive-secondary": "$gray-900",
@@ -619,9 +621,9 @@ const colors$2 = {
619
621
  "background-danger-prominent-hover": "$red-450",
620
622
  "background-danger-prominent-pressed": "$red-400",
621
623
  "background-danger-subtle": "$red-900",
622
- "background-danger-subtle-active": "$red-500",
623
- "background-danger-subtle-hover": "$red-550",
624
- "background-danger-subtle-pressed": "$red-500",
624
+ "background-danger-subtle-active": "$red-900",
625
+ "background-danger-subtle-hover": "$red-800",
626
+ "background-danger-subtle-pressed": "$red-750",
625
627
  "background-interactive-danger": "$red-500",
626
628
  "background-interactive-danger-hover": "$red-450",
627
629
  "background-interactive-danger-pressed": "$red-400",
@@ -680,6 +682,8 @@ const colors$2 = {
680
682
  "border-disabled": "$gray-750",
681
683
  "border-inverted": "$gray-700",
682
684
  "border-inverted-subtle": "$gray-600",
685
+ "border-option": "$gray-450",
686
+ "border-option-hover": "$blue-450",
683
687
  "border-static-dark": "$gray-450",
684
688
  "border-static-dark-subtle": "$gray-750",
685
689
  "border-strong": "$gray-500",
@@ -801,12 +805,11 @@ const colors$2 = {
801
805
  "input-background-default": "$gray-950",
802
806
  "input-background-disabled": "$gray-850",
803
807
  "input-background-hover": "$gray-950",
804
- "input-border-active": "$blue-350",
805
808
  "input-border-default": "$gray-650",
806
809
  "input-border-disabled": "$transparent",
807
810
  "input-border-error": "$red-400",
811
+ "input-border-focused": "$blue-350",
808
812
  "input-border-hover": "$blue-350",
809
- "input-border-selection-control": "$gray-450",
810
813
  "input-border-success": "$green-400",
811
814
  "notification-background": "$gray-150",
812
815
  "notification-border": "$gray-450",
@@ -816,6 +819,7 @@ const colors$2 = {
816
819
  "scrollbar-background": "$gray-700",
817
820
  "scrollbar-background-hover": "$gray-650",
818
821
  "slider-background": "$gray-700",
822
+ "slider-control-background": "$gray-950",
819
823
  "slider-notch-background": "$gray-700",
820
824
  "switch-background-default": "$gray-700",
821
825
  "switch-background-hover": "$gray-650",
@@ -837,19 +841,19 @@ const colors$2 = {
837
841
  "icon-on-static-dark-subtle": "$gray-300",
838
842
  "icon-placeholder": "$gray-450",
839
843
  "icon-secondary": "$gray-300",
844
+ "icon-interactive-on-inverted": "$gray-900",
845
+ "icon-interactive-on-inverted-hover": "$gray-850",
846
+ "icon-interactive-on-inverted-pressed": "$gray-800",
847
+ "icon-interactive-on-inverted-secondary": "$gray-700",
848
+ "icon-interactive-on-inverted-secondary-hover": "$gray-650",
849
+ "icon-interactive-on-inverted-secondary-pressed": "$gray-600",
850
+ "icon-interactive-primary": "$blue-400",
851
+ "icon-interactive-primary-hover": "$blue-350",
852
+ "icon-interactive-primary-pressed": "$blue-300",
853
+ "icon-interactive-secondary": "$gray-300",
854
+ "icon-interactive-secondary-hover": "$gray-250",
855
+ "icon-interactive-secondary-pressed": "$gray-200",
840
856
  "icon-interactive-selected": "$blue-400",
841
- "icon-link": "$blue-400",
842
- "icon-link-hover": "$blue-350",
843
- "icon-link-on-inverted": "$gray-900",
844
- "icon-link-on-inverted-hover": "$gray-850",
845
- "icon-link-on-inverted-pressed": "$gray-800",
846
- "icon-link-on-inverted-secondary": "$gray-700",
847
- "icon-link-on-inverted-secondary-hover": "$gray-650",
848
- "icon-link-on-inverted-secondary-pressed": "$gray-600",
849
- "icon-link-pressed": "$blue-300",
850
- "icon-link-secondary": "$gray-300",
851
- "icon-link-secondary-hover": "$gray-250",
852
- "icon-link-secondary-pressed": "$gray-200",
853
857
  "icon-on-interactive-danger": "$white",
854
858
  "icon-on-interactive-primary": "$white",
855
859
  "icon-on-interactive-secondary": "$gray-50",
@@ -897,19 +901,19 @@ const colors$2 = {
897
901
  "text-danger-hover": "$red-350",
898
902
  "text-danger-inverted": "$red-900",
899
903
  "text-danger-pressed": "$red-300",
904
+ "text-interactive-on-inverted": "$gray-900",
905
+ "text-interactive-on-inverted-hover": "$gray-850",
906
+ "text-interactive-on-inverted-pressed": "$gray-800",
907
+ "text-interactive-on-inverted-secondary": "$gray-700",
908
+ "text-interactive-on-inverted-secondary-hover": "$gray-650",
909
+ "text-interactive-on-inverted-secondary-pressed": "$gray-600",
910
+ "text-interactive-primary": "$blue-400",
911
+ "text-interactive-primary-hover": "$blue-350",
912
+ "text-interactive-primary-pressed": "$blue-300",
913
+ "text-interactive-secondary": "$gray-300",
914
+ "text-interactive-secondary-hover": "$gray-250",
915
+ "text-interactive-secondary-pressed": "$gray-200",
900
916
  "text-interactive-selected": "$blue-400",
901
- "text-link": "$blue-400",
902
- "text-link-hover": "$blue-350",
903
- "text-link-on-inverted": "$gray-900",
904
- "text-link-on-inverted-hover": "$gray-850",
905
- "text-link-on-inverted-pressed": "$gray-800",
906
- "text-link-on-inverted-secondary": "$gray-700",
907
- "text-link-on-inverted-secondary-hover": "$gray-650",
908
- "text-link-on-inverted-secondary-pressed": "$gray-600",
909
- "text-link-pressed": "$blue-300",
910
- "text-link-secondary": "$gray-300",
911
- "text-link-secondary-hover": "$gray-250",
912
- "text-link-secondary-pressed": "$gray-200",
913
917
  "text-on-interactive-danger": "$white",
914
918
  "text-on-interactive-primary": "$white",
915
919
  "text-on-interactive-secondary": "$gray-50",
@@ -1276,6 +1280,8 @@ const colors$1 = {
1276
1280
  "border-disabled": "$cloud-150",
1277
1281
  "border-inverted": "$cloud-900",
1278
1282
  "border-inverted-subtle": "$cloud-700",
1283
+ "border-option": "$cloud-450",
1284
+ "border-option-hover": "$blue-550",
1279
1285
  "border-static-dark": "$cloud-450",
1280
1286
  "border-static-dark-subtle": "$cloud-750",
1281
1287
  "border-strong": "$cloud-300",
@@ -1397,12 +1403,11 @@ const colors$1 = {
1397
1403
  "input-background-default": "$cloud-100",
1398
1404
  "input-background-disabled": "$cloud-150",
1399
1405
  "input-background-hover": "$cloud-100",
1400
- "input-border-active": "$transparent",
1401
1406
  "input-border-default": "$transparent",
1402
1407
  "input-border-disabled": "$transparent",
1403
1408
  "input-border-error": "$red-500",
1409
+ "input-border-focused": "$transparent",
1404
1410
  "input-border-hover": "$transparent",
1405
- "input-border-selection-control": "$cloud-450",
1406
1411
  "input-border-success": "$green-500",
1407
1412
  "notification-background": "$cloud-850",
1408
1413
  "notification-border": "$cloud-450",
@@ -1412,6 +1417,7 @@ const colors$1 = {
1412
1417
  "scrollbar-background": "$cloud-300",
1413
1418
  "scrollbar-background-hover": "$cloud-350",
1414
1419
  "slider-background": "$cloud-300",
1420
+ "slider-control-background": "$white",
1415
1421
  "slider-notch-background": "$cloud-300",
1416
1422
  "switch-background-default": "$cloud-300",
1417
1423
  "switch-background-hover": "$cloud-350",
@@ -1433,19 +1439,19 @@ const colors$1 = {
1433
1439
  "icon-on-static-dark-subtle": "$gray-300",
1434
1440
  "icon-placeholder": "$cloud-400",
1435
1441
  "icon-secondary": "$cloud-700",
1442
+ "icon-interactive-on-inverted": "$white",
1443
+ "icon-interactive-on-inverted-hover": "$cloud-50",
1444
+ "icon-interactive-on-inverted-pressed": "$cloud-100",
1445
+ "icon-interactive-on-inverted-secondary": "$cloud-300",
1446
+ "icon-interactive-on-inverted-secondary-hover": "$cloud-350",
1447
+ "icon-interactive-on-inverted-secondary-pressed": "$cloud-400",
1448
+ "icon-interactive-primary": "$blue-500",
1449
+ "icon-interactive-primary-hover": "$blue-550",
1450
+ "icon-interactive-primary-pressed": "$blue-600",
1451
+ "icon-interactive-secondary": "$cloud-700",
1452
+ "icon-interactive-secondary-hover": "$cloud-750",
1453
+ "icon-interactive-secondary-pressed": "$cloud-800",
1436
1454
  "icon-interactive-selected": "$blue-550",
1437
- "icon-link": "$blue-500",
1438
- "icon-link-hover": "$blue-550",
1439
- "icon-link-on-inverted": "$white",
1440
- "icon-link-on-inverted-hover": "$cloud-50",
1441
- "icon-link-on-inverted-pressed": "$cloud-100",
1442
- "icon-link-on-inverted-secondary": "$cloud-300",
1443
- "icon-link-on-inverted-secondary-hover": "$cloud-350",
1444
- "icon-link-on-inverted-secondary-pressed": "$cloud-400",
1445
- "icon-link-pressed": "$blue-600",
1446
- "icon-link-secondary": "$cloud-700",
1447
- "icon-link-secondary-hover": "$cloud-750",
1448
- "icon-link-secondary-pressed": "$cloud-800",
1449
1455
  "icon-on-interactive-danger": "$white",
1450
1456
  "icon-on-interactive-primary": "$white",
1451
1457
  "icon-on-interactive-secondary": "$cloud-900",
@@ -1493,19 +1499,19 @@ const colors$1 = {
1493
1499
  "text-danger-hover": "$red-550",
1494
1500
  "text-danger-inverted": "$red-50",
1495
1501
  "text-danger-pressed": "$red-600",
1502
+ "text-interactive-on-inverted": "$white",
1503
+ "text-interactive-on-inverted-hover": "$cloud-50",
1504
+ "text-interactive-on-inverted-pressed": "$cloud-100",
1505
+ "text-interactive-on-inverted-secondary": "$cloud-300",
1506
+ "text-interactive-on-inverted-secondary-hover": "$cloud-350",
1507
+ "text-interactive-on-inverted-secondary-pressed": "$cloud-400",
1508
+ "text-interactive-primary": "$blue-500",
1509
+ "text-interactive-primary-hover": "$blue-550",
1510
+ "text-interactive-primary-pressed": "$blue-600",
1511
+ "text-interactive-secondary": "$cloud-700",
1512
+ "text-interactive-secondary-hover": "$cloud-750",
1513
+ "text-interactive-secondary-pressed": "$cloud-800",
1496
1514
  "text-interactive-selected": "$blue-550",
1497
- "text-link": "$blue-500",
1498
- "text-link-hover": "$blue-550",
1499
- "text-link-on-inverted": "$white",
1500
- "text-link-on-inverted-hover": "$cloud-50",
1501
- "text-link-on-inverted-pressed": "$cloud-100",
1502
- "text-link-on-inverted-secondary": "$cloud-300",
1503
- "text-link-on-inverted-secondary-hover": "$cloud-350",
1504
- "text-link-on-inverted-secondary-pressed": "$cloud-400",
1505
- "text-link-pressed": "$blue-600",
1506
- "text-link-secondary": "$cloud-700",
1507
- "text-link-secondary-hover": "$cloud-750",
1508
- "text-link-secondary-pressed": "$cloud-800",
1509
1515
  "text-on-interactive-danger": "$white",
1510
1516
  "text-on-interactive-primary": "$white",
1511
1517
  "text-on-interactive-secondary": "$cloud-900",
@@ -1872,6 +1878,8 @@ const colors = {
1872
1878
  "border-disabled": "$cloud-750",
1873
1879
  "border-inverted": "$cloud-100",
1874
1880
  "border-inverted-subtle": "$cloud-500",
1881
+ "border-option": "$cloud-450",
1882
+ "border-option-hover": "$blue-450",
1875
1883
  "border-static-dark": "$cloud-450",
1876
1884
  "border-static-dark-subtle": "$cloud-750",
1877
1885
  "border-strong": "$cloud-450",
@@ -1993,12 +2001,11 @@ const colors = {
1993
2001
  "input-background-default": "$cloud-850",
1994
2002
  "input-background-disabled": "$cloud-850",
1995
2003
  "input-background-hover": "$cloud-850",
1996
- "input-border-active": "$transparent",
1997
2004
  "input-border-default": "$transparent",
1998
2005
  "input-border-disabled": "$transparent",
1999
2006
  "input-border-error": "$red-400",
2007
+ "input-border-focused": "$transparent",
2000
2008
  "input-border-hover": "$transparent",
2001
- "input-border-selection-control": "$cloud-450",
2002
2009
  "input-border-success": "$green-400",
2003
2010
  "notification-background": "$cloud-150",
2004
2011
  "notification-border": "$cloud-450",
@@ -2008,6 +2015,7 @@ const colors = {
2008
2015
  "scrollbar-background": "$gray-700",
2009
2016
  "scrollbar-background-hover": "$gray-650",
2010
2017
  "slider-background": "$gray-700",
2018
+ "slider-control-background": "$cloud-900",
2011
2019
  "slider-notch-background": "$gray-700",
2012
2020
  "switch-background-default": "$gray-700",
2013
2021
  "switch-background-hover": "$gray-650",
@@ -2029,19 +2037,19 @@ const colors = {
2029
2037
  "icon-on-static-dark-subtle": "$gray-300",
2030
2038
  "icon-placeholder": "$cloud-400",
2031
2039
  "icon-secondary": "$cloud-300",
2040
+ "icon-interactive-on-inverted": "$cloud-900",
2041
+ "icon-interactive-on-inverted-hover": "$cloud-850",
2042
+ "icon-interactive-on-inverted-pressed": "$cloud-800",
2043
+ "icon-interactive-on-inverted-secondary": "$cloud-700",
2044
+ "icon-interactive-on-inverted-secondary-hover": "$cloud-650",
2045
+ "icon-interactive-on-inverted-secondary-pressed": "$cloud-600",
2046
+ "icon-interactive-primary": "$blue-500",
2047
+ "icon-interactive-primary-hover": "$blue-450",
2048
+ "icon-interactive-primary-pressed": "$blue-400",
2049
+ "icon-interactive-secondary": "$cloud-300",
2050
+ "icon-interactive-secondary-hover": "$cloud-250",
2051
+ "icon-interactive-secondary-pressed": "$cloud-200",
2032
2052
  "icon-interactive-selected": "$blue-400",
2033
- "icon-link": "$blue-500",
2034
- "icon-link-hover": "$blue-450",
2035
- "icon-link-on-inverted": "$cloud-900",
2036
- "icon-link-on-inverted-hover": "$cloud-850",
2037
- "icon-link-on-inverted-pressed": "$cloud-800",
2038
- "icon-link-on-inverted-secondary": "$cloud-700",
2039
- "icon-link-on-inverted-secondary-hover": "$cloud-650",
2040
- "icon-link-on-inverted-secondary-pressed": "$cloud-600",
2041
- "icon-link-pressed": "$blue-400",
2042
- "icon-link-secondary": "$cloud-300",
2043
- "icon-link-secondary-hover": "$cloud-250",
2044
- "icon-link-secondary-pressed": "$cloud-200",
2045
2053
  "icon-on-interactive-danger": "$white",
2046
2054
  "icon-on-interactive-primary": "$white",
2047
2055
  "icon-on-interactive-secondary": "$white",
@@ -2089,19 +2097,19 @@ const colors = {
2089
2097
  "text-danger-hover": "$red-350",
2090
2098
  "text-danger-inverted": "$red-900",
2091
2099
  "text-danger-pressed": "$red-300",
2100
+ "text-interactive-on-inverted": "$cloud-900",
2101
+ "text-interactive-on-inverted-hover": "$cloud-850",
2102
+ "text-interactive-on-inverted-pressed": "$cloud-800",
2103
+ "text-interactive-on-inverted-secondary": "$cloud-700",
2104
+ "text-interactive-on-inverted-secondary-hover": "$cloud-650",
2105
+ "text-interactive-on-inverted-secondary-pressed": "$cloud-600",
2106
+ "text-interactive-primary": "$blue-500",
2107
+ "text-interactive-primary-hover": "$blue-450",
2108
+ "text-interactive-primary-pressed": "$blue-400",
2109
+ "text-interactive-secondary": "$cloud-300",
2110
+ "text-interactive-secondary-hover": "$cloud-250",
2111
+ "text-interactive-secondary-pressed": "$cloud-200",
2092
2112
  "text-interactive-selected": "$blue-400",
2093
- "text-link": "$blue-500",
2094
- "text-link-hover": "$blue-450",
2095
- "text-link-on-inverted": "$cloud-900",
2096
- "text-link-on-inverted-hover": "$cloud-850",
2097
- "text-link-on-inverted-pressed": "$cloud-800",
2098
- "text-link-on-inverted-secondary": "$cloud-700",
2099
- "text-link-on-inverted-secondary-hover": "$cloud-650",
2100
- "text-link-on-inverted-secondary-pressed": "$cloud-600",
2101
- "text-link-pressed": "$blue-400",
2102
- "text-link-secondary": "$cloud-300",
2103
- "text-link-secondary-hover": "$cloud-250",
2104
- "text-link-secondary-pressed": "$cloud-200",
2105
2113
  "text-on-interactive-danger": "$white",
2106
2114
  "text-on-interactive-primary": "$white",
2107
2115
  "text-on-interactive-secondary": "$white",