@mirohq/design-system-themes 1.3.9 → 1.3.10
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 +1 -1
- package/dark.css +2 -2
- 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 +1 -1
- package/metadata.json +3 -3
- package/new-dark.css +13 -13
- package/new-light.css +14 -14
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
--colors-format-icon-slides: var(--colors-coral-600);
|
|
215
215
|
--colors-format-icon-table: var(--colors-moss-600);
|
|
216
216
|
--colors-format-icon-timeline: var(--colors-moss-600);
|
|
217
|
-
--colors-input-background-alt-active: var(--colors-gray-100);
|
|
218
217
|
--colors-input-background-alt-default: var(--colors-gray-100);
|
|
218
|
+
--colors-input-background-alt-focused: var(--colors-gray-100);
|
|
219
219
|
--colors-input-background-alt-hover: var(--colors-gray-100);
|
|
220
220
|
--colors-input-background-default: var(--colors-white);
|
|
221
221
|
--colors-input-background-disabled: var(--colors-gray-150);
|
package/dark.css
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
--colors-border-warning: var(--colors-yellow-500);
|
|
165
165
|
--colors-border-warning-subtle: var(--colors-yellow-700);
|
|
166
166
|
--colors-badge-border: var(--colors-gray-850);
|
|
167
|
-
--colors-badge-border-inverted:
|
|
167
|
+
--colors-badge-border-inverted: var(--colors-blue-500);
|
|
168
168
|
--colors-button-background-danger: var(--colors-red-500);
|
|
169
169
|
--colors-button-background-danger-hover: var(--colors-red-450);
|
|
170
170
|
--colors-button-background-danger-pressed: var(--colors-red-450);
|
|
@@ -214,8 +214,8 @@
|
|
|
214
214
|
--colors-format-icon-slides: var(--colors-coral-600);
|
|
215
215
|
--colors-format-icon-table: var(--colors-moss-600);
|
|
216
216
|
--colors-format-icon-timeline: var(--colors-moss-600);
|
|
217
|
-
--colors-input-background-alt-active: var(--colors-gray-750);
|
|
218
217
|
--colors-input-background-alt-default: var(--colors-gray-750);
|
|
218
|
+
--colors-input-background-alt-focused: var(--colors-gray-750);
|
|
219
219
|
--colors-input-background-alt-hover: var(--colors-gray-750);
|
|
220
220
|
--colors-input-background-default: var(--colors-gray-950);
|
|
221
221
|
--colors-input-background-disabled: var(--colors-gray-850);
|
package/dist/main.js
CHANGED
|
@@ -208,8 +208,8 @@ const colors$3 = {
|
|
|
208
208
|
"format-icon-slides": "$coral-600",
|
|
209
209
|
"format-icon-table": "$moss-600",
|
|
210
210
|
"format-icon-timeline": "$moss-600",
|
|
211
|
-
"input-background-alt-active": "$gray-100",
|
|
212
211
|
"input-background-alt-default": "$gray-100",
|
|
212
|
+
"input-background-alt-focused": "$gray-100",
|
|
213
213
|
"input-background-alt-hover": "$gray-100",
|
|
214
214
|
"input-background-default": "$white",
|
|
215
215
|
"input-background-disabled": "$gray-150",
|
|
@@ -766,7 +766,7 @@ const colors$2 = {
|
|
|
766
766
|
"border-warning": "$yellow-500",
|
|
767
767
|
"border-warning-subtle": "$yellow-700",
|
|
768
768
|
"badge-border": "$gray-850",
|
|
769
|
-
"badge-border-inverted": "
|
|
769
|
+
"badge-border-inverted": "$blue-500",
|
|
770
770
|
"button-background-danger": "$red-500",
|
|
771
771
|
"button-background-danger-hover": "$red-450",
|
|
772
772
|
"button-background-danger-pressed": "$red-450",
|
|
@@ -816,8 +816,8 @@ const colors$2 = {
|
|
|
816
816
|
"format-icon-slides": "$coral-600",
|
|
817
817
|
"format-icon-table": "$moss-600",
|
|
818
818
|
"format-icon-timeline": "$moss-600",
|
|
819
|
-
"input-background-alt-active": "$gray-750",
|
|
820
819
|
"input-background-alt-default": "$gray-750",
|
|
820
|
+
"input-background-alt-focused": "$gray-750",
|
|
821
821
|
"input-background-alt-hover": "$gray-750",
|
|
822
822
|
"input-background-default": "$gray-950",
|
|
823
823
|
"input-background-disabled": "$gray-850",
|
|
@@ -1333,9 +1333,9 @@ const colors$1 = {
|
|
|
1333
1333
|
"border-interactive-primary": "$blue-500",
|
|
1334
1334
|
"border-interactive-primary-hover": "$blue-550",
|
|
1335
1335
|
"border-interactive-primary-pressed": "$blue-600",
|
|
1336
|
-
"border-interactive-secondary": "$cloud-
|
|
1337
|
-
"border-interactive-secondary-hover": "$cloud-
|
|
1338
|
-
"border-interactive-secondary-pressed": "$cloud-
|
|
1336
|
+
"border-interactive-secondary": "$cloud-150",
|
|
1337
|
+
"border-interactive-secondary-hover": "$cloud-300",
|
|
1338
|
+
"border-interactive-secondary-pressed": "$cloud-350",
|
|
1339
1339
|
"border-interactive-selected": "$blue-550",
|
|
1340
1340
|
"border-neutrals": "$cloud-200",
|
|
1341
1341
|
"border-neutrals-active": "$cloud-350",
|
|
@@ -1424,18 +1424,18 @@ const colors$1 = {
|
|
|
1424
1424
|
"format-icon-slides": "$coral-600",
|
|
1425
1425
|
"format-icon-table": "$moss-600",
|
|
1426
1426
|
"format-icon-timeline": "$moss-600",
|
|
1427
|
-
"input-background-alt-
|
|
1428
|
-
"input-background-alt-
|
|
1429
|
-
"input-background-alt-hover": "$cloud-
|
|
1427
|
+
"input-background-alt-default": "$cloud-100",
|
|
1428
|
+
"input-background-alt-focused": "$cloud-100",
|
|
1429
|
+
"input-background-alt-hover": "$cloud-150",
|
|
1430
1430
|
"input-background-default": "$white",
|
|
1431
1431
|
"input-background-disabled": "$cloud-150",
|
|
1432
1432
|
"input-background-focused": "$white",
|
|
1433
1433
|
"input-background-hover": "$white",
|
|
1434
|
-
"input-border-default": "$cloud-
|
|
1434
|
+
"input-border-default": "$cloud-250",
|
|
1435
1435
|
"input-border-disabled": "$transparent",
|
|
1436
1436
|
"input-border-error": "$red-500",
|
|
1437
1437
|
"input-border-focused": "$blue-550",
|
|
1438
|
-
"input-border-hover": "$cloud-
|
|
1438
|
+
"input-border-hover": "$cloud-400",
|
|
1439
1439
|
"input-border-success": "$green-500",
|
|
1440
1440
|
"notification-background": "$cloud-850",
|
|
1441
1441
|
"notification-border": "$cloud-450",
|
|
@@ -1462,12 +1462,12 @@ const colors$1 = {
|
|
|
1462
1462
|
"icon-inverted": "$white",
|
|
1463
1463
|
"icon-inverted-secondary": "$cloud-300",
|
|
1464
1464
|
"icon-muted": "$cloud-400",
|
|
1465
|
-
"icon-on-disabled": "$cloud-
|
|
1465
|
+
"icon-on-disabled": "$cloud-350",
|
|
1466
1466
|
"icon-on-static-dark": "$gray-50",
|
|
1467
1467
|
"icon-on-static-dark-subtle": "$gray-300",
|
|
1468
1468
|
"icon-on-static-light": "$cloud-900",
|
|
1469
1469
|
"icon-on-static-light-subtle": "$cloud-700",
|
|
1470
|
-
"icon-placeholder": "$cloud-
|
|
1470
|
+
"icon-placeholder": "$cloud-475",
|
|
1471
1471
|
"icon-secondary": "$cloud-700",
|
|
1472
1472
|
"icon-interactive-on-inverted": "$white",
|
|
1473
1473
|
"icon-interactive-on-inverted-hover": "$cloud-50",
|
|
@@ -1538,9 +1538,9 @@ const colors$1 = {
|
|
|
1538
1538
|
"text-interactive-primary": "$blue-500",
|
|
1539
1539
|
"text-interactive-primary-hover": "$blue-550",
|
|
1540
1540
|
"text-interactive-primary-pressed": "$blue-600",
|
|
1541
|
-
"text-interactive-secondary": "$cloud-
|
|
1542
|
-
"text-interactive-secondary-hover": "$cloud-
|
|
1543
|
-
"text-interactive-secondary-pressed": "$cloud-
|
|
1541
|
+
"text-interactive-secondary": "$cloud-500",
|
|
1542
|
+
"text-interactive-secondary-hover": "$cloud-600",
|
|
1543
|
+
"text-interactive-secondary-pressed": "$cloud-650",
|
|
1544
1544
|
"text-interactive-selected": "$blue-550",
|
|
1545
1545
|
"text-on-interactive-danger": "$white",
|
|
1546
1546
|
"text-on-interactive-primary": "$white",
|
|
@@ -1585,7 +1585,7 @@ const colors$1 = {
|
|
|
1585
1585
|
"text-inverted": "$white",
|
|
1586
1586
|
"text-inverted-secondary": "$cloud-300",
|
|
1587
1587
|
"text-muted": "$cloud-400",
|
|
1588
|
-
"text-on-disabled": "$cloud-
|
|
1588
|
+
"text-on-disabled": "$cloud-350",
|
|
1589
1589
|
"text-on-static-dark": "$cloud-50",
|
|
1590
1590
|
"text-on-static-dark-subtle": "$cloud-300",
|
|
1591
1591
|
"text-on-static-light": "$cloud-900",
|
|
@@ -1850,9 +1850,9 @@ const colors = {
|
|
|
1850
1850
|
"background-danger-prominent-hover": "$red-450",
|
|
1851
1851
|
"background-danger-prominent-pressed": "$red-400",
|
|
1852
1852
|
"background-danger-subtle": "$red-900",
|
|
1853
|
-
"background-danger-subtle-active": "$red-
|
|
1854
|
-
"background-danger-subtle-hover": "$red-
|
|
1855
|
-
"background-danger-subtle-pressed": "$red-
|
|
1853
|
+
"background-danger-subtle-active": "$red-900",
|
|
1854
|
+
"background-danger-subtle-hover": "$red-850",
|
|
1855
|
+
"background-danger-subtle-pressed": "$red-800",
|
|
1856
1856
|
"background-interactive-danger": "$red-500",
|
|
1857
1857
|
"background-interactive-danger-hover": "$red-450",
|
|
1858
1858
|
"background-interactive-danger-pressed": "$red-400",
|
|
@@ -1982,7 +1982,7 @@ const colors = {
|
|
|
1982
1982
|
"border-warning": "$yellow-500",
|
|
1983
1983
|
"border-warning-subtle": "$yellow-700",
|
|
1984
1984
|
"badge-border": "$ink-850",
|
|
1985
|
-
"badge-border-inverted": "
|
|
1985
|
+
"badge-border-inverted": "$blue-500",
|
|
1986
1986
|
"button-background-danger": "$red-500",
|
|
1987
1987
|
"button-background-danger-hover": "$red-450",
|
|
1988
1988
|
"button-background-danger-pressed": "$red-450",
|
|
@@ -2032,9 +2032,9 @@ const colors = {
|
|
|
2032
2032
|
"format-icon-slides": "$coral-600",
|
|
2033
2033
|
"format-icon-table": "$moss-600",
|
|
2034
2034
|
"format-icon-timeline": "$moss-600",
|
|
2035
|
-
"input-background-alt-
|
|
2036
|
-
"input-background-alt-
|
|
2037
|
-
"input-background-alt-hover": "$ink-
|
|
2035
|
+
"input-background-alt-default": "$ink-750",
|
|
2036
|
+
"input-background-alt-focused": "$ink-750",
|
|
2037
|
+
"input-background-alt-hover": "$ink-700",
|
|
2038
2038
|
"input-background-default": "$ink-850",
|
|
2039
2039
|
"input-background-disabled": "$ink-750",
|
|
2040
2040
|
"input-background-focused": "$ink-800",
|
|
@@ -2043,7 +2043,7 @@ const colors = {
|
|
|
2043
2043
|
"input-border-disabled": "$transparent",
|
|
2044
2044
|
"input-border-error": "$red-400",
|
|
2045
2045
|
"input-border-focused": "$blue-450",
|
|
2046
|
-
"input-border-hover": "$ink-
|
|
2046
|
+
"input-border-hover": "$ink-400",
|
|
2047
2047
|
"input-border-success": "$green-400",
|
|
2048
2048
|
"notification-background": "$ink-50",
|
|
2049
2049
|
"notification-border": "$ink-500",
|
|
@@ -2075,7 +2075,7 @@ const colors = {
|
|
|
2075
2075
|
"icon-on-static-dark-subtle": "$ink-300",
|
|
2076
2076
|
"icon-on-static-light": "$ink-900",
|
|
2077
2077
|
"icon-on-static-light-subtle": "$ink-700",
|
|
2078
|
-
"icon-placeholder": "$ink-
|
|
2078
|
+
"icon-placeholder": "$ink-450",
|
|
2079
2079
|
"icon-secondary": "$ink-300",
|
|
2080
2080
|
"icon-interactive-on-inverted": "$ink-900",
|
|
2081
2081
|
"icon-interactive-on-inverted-hover": "$ink-850",
|
|
@@ -2147,13 +2147,13 @@ const colors = {
|
|
|
2147
2147
|
"text-interactive-primary-hover": "$blue-450",
|
|
2148
2148
|
"text-interactive-primary-pressed": "$blue-400",
|
|
2149
2149
|
"text-interactive-secondary": "$ink-300",
|
|
2150
|
-
"text-interactive-secondary-hover": "$ink-
|
|
2151
|
-
"text-interactive-secondary-pressed": "$ink-
|
|
2150
|
+
"text-interactive-secondary-hover": "$ink-200",
|
|
2151
|
+
"text-interactive-secondary-pressed": "$ink-150",
|
|
2152
2152
|
"text-interactive-selected": "$blue-400",
|
|
2153
2153
|
"text-on-interactive-danger": "$white",
|
|
2154
2154
|
"text-on-interactive-primary": "$white",
|
|
2155
2155
|
"text-on-interactive-secondary": "$white",
|
|
2156
|
-
"text-on-interactive-selected": "$blue-
|
|
2156
|
+
"text-on-interactive-selected": "$blue-200",
|
|
2157
2157
|
"text-neutrals": "$ink-100",
|
|
2158
2158
|
"text-neutrals-active": "$ink-50",
|
|
2159
2159
|
"text-neutrals-disabled": "$ink-400",
|
|
@@ -2193,7 +2193,7 @@ const colors = {
|
|
|
2193
2193
|
"text-inverted": "$ink-900",
|
|
2194
2194
|
"text-inverted-secondary": "$ink-700",
|
|
2195
2195
|
"text-muted": "$ink-400",
|
|
2196
|
-
"text-on-disabled": "$ink-
|
|
2196
|
+
"text-on-disabled": "$ink-500",
|
|
2197
2197
|
"text-on-static-dark": "$ink-50",
|
|
2198
2198
|
"text-on-static-dark-subtle": "$ink-300",
|
|
2199
2199
|
"text-on-static-light": "$ink-900",
|