@mirohq/design-system-themes 1.3.9 → 1.3.11
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 +25 -34
- package/dark.css +28 -37
- package/dist/main.js +30 -30
- package/dist/main.js.map +1 -1
- package/dist/module.js +30 -30
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +25 -34
- package/metadata.json +3 -3
- package/new-dark.css +39 -48
- package/new-light.css +40 -53
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -206,8 +206,8 @@ const colors$3 = {
|
|
|
206
206
|
"format-icon-slides": "$coral-600",
|
|
207
207
|
"format-icon-table": "$moss-600",
|
|
208
208
|
"format-icon-timeline": "$moss-600",
|
|
209
|
-
"input-background-alt-active": "$gray-100",
|
|
210
209
|
"input-background-alt-default": "$gray-100",
|
|
210
|
+
"input-background-alt-focused": "$gray-100",
|
|
211
211
|
"input-background-alt-hover": "$gray-100",
|
|
212
212
|
"input-background-default": "$white",
|
|
213
213
|
"input-background-disabled": "$gray-150",
|
|
@@ -764,7 +764,7 @@ const colors$2 = {
|
|
|
764
764
|
"border-warning": "$yellow-500",
|
|
765
765
|
"border-warning-subtle": "$yellow-700",
|
|
766
766
|
"badge-border": "$gray-850",
|
|
767
|
-
"badge-border-inverted": "
|
|
767
|
+
"badge-border-inverted": "$blue-500",
|
|
768
768
|
"button-background-danger": "$red-500",
|
|
769
769
|
"button-background-danger-hover": "$red-450",
|
|
770
770
|
"button-background-danger-pressed": "$red-450",
|
|
@@ -814,8 +814,8 @@ const colors$2 = {
|
|
|
814
814
|
"format-icon-slides": "$coral-600",
|
|
815
815
|
"format-icon-table": "$moss-600",
|
|
816
816
|
"format-icon-timeline": "$moss-600",
|
|
817
|
-
"input-background-alt-active": "$gray-750",
|
|
818
817
|
"input-background-alt-default": "$gray-750",
|
|
818
|
+
"input-background-alt-focused": "$gray-750",
|
|
819
819
|
"input-background-alt-hover": "$gray-750",
|
|
820
820
|
"input-background-default": "$gray-950",
|
|
821
821
|
"input-background-disabled": "$gray-850",
|
|
@@ -1331,9 +1331,9 @@ const colors$1 = {
|
|
|
1331
1331
|
"border-interactive-primary": "$blue-500",
|
|
1332
1332
|
"border-interactive-primary-hover": "$blue-550",
|
|
1333
1333
|
"border-interactive-primary-pressed": "$blue-600",
|
|
1334
|
-
"border-interactive-secondary": "$cloud-
|
|
1335
|
-
"border-interactive-secondary-hover": "$cloud-
|
|
1336
|
-
"border-interactive-secondary-pressed": "$cloud-
|
|
1334
|
+
"border-interactive-secondary": "$cloud-150",
|
|
1335
|
+
"border-interactive-secondary-hover": "$cloud-300",
|
|
1336
|
+
"border-interactive-secondary-pressed": "$cloud-350",
|
|
1337
1337
|
"border-interactive-selected": "$blue-550",
|
|
1338
1338
|
"border-neutrals": "$cloud-200",
|
|
1339
1339
|
"border-neutrals-active": "$cloud-350",
|
|
@@ -1422,18 +1422,18 @@ const colors$1 = {
|
|
|
1422
1422
|
"format-icon-slides": "$coral-600",
|
|
1423
1423
|
"format-icon-table": "$moss-600",
|
|
1424
1424
|
"format-icon-timeline": "$moss-600",
|
|
1425
|
-
"input-background-alt-
|
|
1426
|
-
"input-background-alt-
|
|
1427
|
-
"input-background-alt-hover": "$cloud-
|
|
1425
|
+
"input-background-alt-default": "$cloud-100",
|
|
1426
|
+
"input-background-alt-focused": "$cloud-100",
|
|
1427
|
+
"input-background-alt-hover": "$cloud-150",
|
|
1428
1428
|
"input-background-default": "$white",
|
|
1429
1429
|
"input-background-disabled": "$cloud-150",
|
|
1430
1430
|
"input-background-focused": "$white",
|
|
1431
1431
|
"input-background-hover": "$white",
|
|
1432
|
-
"input-border-default": "$cloud-
|
|
1432
|
+
"input-border-default": "$cloud-250",
|
|
1433
1433
|
"input-border-disabled": "$transparent",
|
|
1434
1434
|
"input-border-error": "$red-500",
|
|
1435
1435
|
"input-border-focused": "$blue-550",
|
|
1436
|
-
"input-border-hover": "$cloud-
|
|
1436
|
+
"input-border-hover": "$cloud-400",
|
|
1437
1437
|
"input-border-success": "$green-500",
|
|
1438
1438
|
"notification-background": "$cloud-850",
|
|
1439
1439
|
"notification-border": "$cloud-450",
|
|
@@ -1460,12 +1460,12 @@ const colors$1 = {
|
|
|
1460
1460
|
"icon-inverted": "$white",
|
|
1461
1461
|
"icon-inverted-secondary": "$cloud-300",
|
|
1462
1462
|
"icon-muted": "$cloud-400",
|
|
1463
|
-
"icon-on-disabled": "$cloud-
|
|
1463
|
+
"icon-on-disabled": "$cloud-350",
|
|
1464
1464
|
"icon-on-static-dark": "$gray-50",
|
|
1465
1465
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
1466
1466
|
"icon-on-static-light": "$cloud-900",
|
|
1467
1467
|
"icon-on-static-light-subtle": "$cloud-700",
|
|
1468
|
-
"icon-placeholder": "$cloud-
|
|
1468
|
+
"icon-placeholder": "$cloud-475",
|
|
1469
1469
|
"icon-secondary": "$cloud-700",
|
|
1470
1470
|
"icon-interactive-on-inverted": "$white",
|
|
1471
1471
|
"icon-interactive-on-inverted-hover": "$cloud-50",
|
|
@@ -1536,9 +1536,9 @@ const colors$1 = {
|
|
|
1536
1536
|
"text-interactive-primary": "$blue-500",
|
|
1537
1537
|
"text-interactive-primary-hover": "$blue-550",
|
|
1538
1538
|
"text-interactive-primary-pressed": "$blue-600",
|
|
1539
|
-
"text-interactive-secondary": "$cloud-
|
|
1540
|
-
"text-interactive-secondary-hover": "$cloud-
|
|
1541
|
-
"text-interactive-secondary-pressed": "$cloud-
|
|
1539
|
+
"text-interactive-secondary": "$cloud-500",
|
|
1540
|
+
"text-interactive-secondary-hover": "$cloud-600",
|
|
1541
|
+
"text-interactive-secondary-pressed": "$cloud-650",
|
|
1542
1542
|
"text-interactive-selected": "$blue-550",
|
|
1543
1543
|
"text-on-interactive-danger": "$white",
|
|
1544
1544
|
"text-on-interactive-primary": "$white",
|
|
@@ -1583,7 +1583,7 @@ const colors$1 = {
|
|
|
1583
1583
|
"text-inverted": "$white",
|
|
1584
1584
|
"text-inverted-secondary": "$cloud-300",
|
|
1585
1585
|
"text-muted": "$cloud-400",
|
|
1586
|
-
"text-on-disabled": "$cloud-
|
|
1586
|
+
"text-on-disabled": "$cloud-350",
|
|
1587
1587
|
"text-on-static-dark": "$cloud-50",
|
|
1588
1588
|
"text-on-static-dark-subtle": "$cloud-300",
|
|
1589
1589
|
"text-on-static-light": "$cloud-900",
|
|
@@ -1848,9 +1848,9 @@ const colors = {
|
|
|
1848
1848
|
"background-danger-prominent-hover": "$red-450",
|
|
1849
1849
|
"background-danger-prominent-pressed": "$red-400",
|
|
1850
1850
|
"background-danger-subtle": "$red-900",
|
|
1851
|
-
"background-danger-subtle-active": "$red-
|
|
1852
|
-
"background-danger-subtle-hover": "$red-
|
|
1853
|
-
"background-danger-subtle-pressed": "$red-
|
|
1851
|
+
"background-danger-subtle-active": "$red-900",
|
|
1852
|
+
"background-danger-subtle-hover": "$red-850",
|
|
1853
|
+
"background-danger-subtle-pressed": "$red-800",
|
|
1854
1854
|
"background-interactive-danger": "$red-500",
|
|
1855
1855
|
"background-interactive-danger-hover": "$red-450",
|
|
1856
1856
|
"background-interactive-danger-pressed": "$red-400",
|
|
@@ -1980,7 +1980,7 @@ const colors = {
|
|
|
1980
1980
|
"border-warning": "$yellow-500",
|
|
1981
1981
|
"border-warning-subtle": "$yellow-700",
|
|
1982
1982
|
"badge-border": "$ink-850",
|
|
1983
|
-
"badge-border-inverted": "
|
|
1983
|
+
"badge-border-inverted": "$blue-500",
|
|
1984
1984
|
"button-background-danger": "$red-500",
|
|
1985
1985
|
"button-background-danger-hover": "$red-450",
|
|
1986
1986
|
"button-background-danger-pressed": "$red-450",
|
|
@@ -2030,9 +2030,9 @@ const colors = {
|
|
|
2030
2030
|
"format-icon-slides": "$coral-600",
|
|
2031
2031
|
"format-icon-table": "$moss-600",
|
|
2032
2032
|
"format-icon-timeline": "$moss-600",
|
|
2033
|
-
"input-background-alt-
|
|
2034
|
-
"input-background-alt-
|
|
2035
|
-
"input-background-alt-hover": "$ink-
|
|
2033
|
+
"input-background-alt-default": "$ink-750",
|
|
2034
|
+
"input-background-alt-focused": "$ink-750",
|
|
2035
|
+
"input-background-alt-hover": "$ink-700",
|
|
2036
2036
|
"input-background-default": "$ink-850",
|
|
2037
2037
|
"input-background-disabled": "$ink-750",
|
|
2038
2038
|
"input-background-focused": "$ink-800",
|
|
@@ -2041,7 +2041,7 @@ const colors = {
|
|
|
2041
2041
|
"input-border-disabled": "$transparent",
|
|
2042
2042
|
"input-border-error": "$red-400",
|
|
2043
2043
|
"input-border-focused": "$blue-450",
|
|
2044
|
-
"input-border-hover": "$ink-
|
|
2044
|
+
"input-border-hover": "$ink-400",
|
|
2045
2045
|
"input-border-success": "$green-400",
|
|
2046
2046
|
"notification-background": "$ink-50",
|
|
2047
2047
|
"notification-border": "$ink-500",
|
|
@@ -2073,7 +2073,7 @@ const colors = {
|
|
|
2073
2073
|
"icon-on-static-dark-subtle": "$ink-300",
|
|
2074
2074
|
"icon-on-static-light": "$ink-900",
|
|
2075
2075
|
"icon-on-static-light-subtle": "$ink-700",
|
|
2076
|
-
"icon-placeholder": "$ink-
|
|
2076
|
+
"icon-placeholder": "$ink-450",
|
|
2077
2077
|
"icon-secondary": "$ink-300",
|
|
2078
2078
|
"icon-interactive-on-inverted": "$ink-900",
|
|
2079
2079
|
"icon-interactive-on-inverted-hover": "$ink-850",
|
|
@@ -2145,13 +2145,13 @@ const colors = {
|
|
|
2145
2145
|
"text-interactive-primary-hover": "$blue-450",
|
|
2146
2146
|
"text-interactive-primary-pressed": "$blue-400",
|
|
2147
2147
|
"text-interactive-secondary": "$ink-300",
|
|
2148
|
-
"text-interactive-secondary-hover": "$ink-
|
|
2149
|
-
"text-interactive-secondary-pressed": "$ink-
|
|
2148
|
+
"text-interactive-secondary-hover": "$ink-200",
|
|
2149
|
+
"text-interactive-secondary-pressed": "$ink-150",
|
|
2150
2150
|
"text-interactive-selected": "$blue-400",
|
|
2151
2151
|
"text-on-interactive-danger": "$white",
|
|
2152
2152
|
"text-on-interactive-primary": "$white",
|
|
2153
2153
|
"text-on-interactive-secondary": "$white",
|
|
2154
|
-
"text-on-interactive-selected": "$blue-
|
|
2154
|
+
"text-on-interactive-selected": "$blue-200",
|
|
2155
2155
|
"text-neutrals": "$ink-100",
|
|
2156
2156
|
"text-neutrals-active": "$ink-50",
|
|
2157
2157
|
"text-neutrals-disabled": "$ink-400",
|
|
@@ -2191,7 +2191,7 @@ const colors = {
|
|
|
2191
2191
|
"text-inverted": "$ink-900",
|
|
2192
2192
|
"text-inverted-secondary": "$ink-700",
|
|
2193
2193
|
"text-muted": "$ink-400",
|
|
2194
|
-
"text-on-disabled": "$ink-
|
|
2194
|
+
"text-on-disabled": "$ink-500",
|
|
2195
2195
|
"text-on-static-dark": "$ink-50",
|
|
2196
2196
|
"text-on-static-dark-subtle": "$ink-300",
|
|
2197
2197
|
"text-on-static-light": "$ink-900",
|