@mirohq/design-system-themes 1.3.8 → 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 +15 -15
- package/dark.css +16 -16
- package/dist/main.js +100 -88
- package/dist/main.js.map +1 -1
- package/dist/module.js +100 -88
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +15 -15
- package/metadata.json +3 -3
- package/new-dark.css +34 -13
- package/new-light.css +35 -28
- 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",
|
|
@@ -2437,6 +2437,18 @@ const aliasShadows = {
|
|
|
2437
2437
|
"elevation-200": "0 2px 8px 0 #2224281f, 0 0 12px 0 #2224280A"
|
|
2438
2438
|
};
|
|
2439
2439
|
|
|
2440
|
+
const shadows$3 = {
|
|
2441
|
+
50: "0 4px 16px rgba(5, 0, 56, 0.07)",
|
|
2442
|
+
100: "0 8px 32px rgba(5, 0, 56, 0.03)",
|
|
2443
|
+
...aliasShadows
|
|
2444
|
+
};
|
|
2445
|
+
|
|
2446
|
+
const shadows$2 = {
|
|
2447
|
+
50: "0 0 8px 0 rgba(9,9,9,.65)",
|
|
2448
|
+
100: "0 0 16px 0 rgba(9,9,9,.65)",
|
|
2449
|
+
...aliasShadows
|
|
2450
|
+
};
|
|
2451
|
+
|
|
2440
2452
|
const shadows$1 = {
|
|
2441
2453
|
50: "0 4px 16px rgba(5, 0, 56, 0.07)",
|
|
2442
2454
|
100: "0 8px 32px rgba(5, 0, 56, 0.03)",
|
|
@@ -2450,81 +2462,81 @@ const shadows = {
|
|
|
2450
2462
|
};
|
|
2451
2463
|
|
|
2452
2464
|
const radii$3 = {
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
"avatar-
|
|
2456
|
-
"avatar-
|
|
2457
|
-
"avatar-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
"toolbar-item
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
"list-item
|
|
2465
|
+
panel: "$150",
|
|
2466
|
+
notification: "$100",
|
|
2467
|
+
"avatar-people": "$round",
|
|
2468
|
+
"avatar-team": "$50",
|
|
2469
|
+
"avatar-group": "$50",
|
|
2470
|
+
dropdown: "$100",
|
|
2471
|
+
toolbar: "$100",
|
|
2472
|
+
"toolbar-item": "$50",
|
|
2473
|
+
input: "$50",
|
|
2474
|
+
button: "$50",
|
|
2475
|
+
popup: "$100",
|
|
2476
|
+
tooltip: "$100",
|
|
2477
|
+
checkbox: "$50",
|
|
2478
|
+
"list-item": "$50"
|
|
2467
2479
|
};
|
|
2468
2480
|
|
|
2469
2481
|
const radii$2 = {
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
"avatar-
|
|
2473
|
-
"avatar-
|
|
2474
|
-
"avatar-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
"toolbar-item
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
"list-item
|
|
2482
|
+
panel: "$150",
|
|
2483
|
+
notification: "$100",
|
|
2484
|
+
"avatar-people": "$round",
|
|
2485
|
+
"avatar-team": "$50",
|
|
2486
|
+
"avatar-group": "$50",
|
|
2487
|
+
dropdown: "$100",
|
|
2488
|
+
toolbar: "$100",
|
|
2489
|
+
"toolbar-item": "$50",
|
|
2490
|
+
input: "$50",
|
|
2491
|
+
button: "$50",
|
|
2492
|
+
popup: "$100",
|
|
2493
|
+
tooltip: "$100",
|
|
2494
|
+
checkbox: "$50",
|
|
2495
|
+
"list-item": "$50"
|
|
2484
2496
|
};
|
|
2485
2497
|
|
|
2486
2498
|
const radii$1 = {
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
"avatar-
|
|
2490
|
-
"avatar-
|
|
2491
|
-
"avatar-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
"toolbar-item
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
"list-item
|
|
2499
|
+
panel: "$150",
|
|
2500
|
+
notification: "$100",
|
|
2501
|
+
"avatar-people": "$round",
|
|
2502
|
+
"avatar-team": "$50",
|
|
2503
|
+
"avatar-group": "$50",
|
|
2504
|
+
dropdown: "$250",
|
|
2505
|
+
toolbar: "$200",
|
|
2506
|
+
"toolbar-item": "$150",
|
|
2507
|
+
input: "$150",
|
|
2508
|
+
button: "$100",
|
|
2509
|
+
popup: "$100",
|
|
2510
|
+
tooltip: "$100",
|
|
2511
|
+
checkbox: "$75",
|
|
2512
|
+
"list-item": "$150"
|
|
2501
2513
|
};
|
|
2502
2514
|
|
|
2503
2515
|
const radii = {
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
"avatar-
|
|
2507
|
-
"avatar-
|
|
2508
|
-
"avatar-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
"toolbar-item
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
"list-item
|
|
2516
|
+
panel: "$150",
|
|
2517
|
+
notification: "$100",
|
|
2518
|
+
"avatar-people": "$round",
|
|
2519
|
+
"avatar-team": "$50",
|
|
2520
|
+
"avatar-group": "$50",
|
|
2521
|
+
dropdown: "$250",
|
|
2522
|
+
toolbar: "$200",
|
|
2523
|
+
"toolbar-item": "$150",
|
|
2524
|
+
input: "$150",
|
|
2525
|
+
button: "$100",
|
|
2526
|
+
popup: "$100",
|
|
2527
|
+
tooltip: "$100",
|
|
2528
|
+
checkbox: "$75",
|
|
2529
|
+
"list-item": "$150"
|
|
2518
2530
|
};
|
|
2519
2531
|
|
|
2520
2532
|
const light = Object.freeze({
|
|
2521
2533
|
colors: colors$3,
|
|
2522
|
-
shadows: shadows$
|
|
2534
|
+
shadows: shadows$3,
|
|
2523
2535
|
radii: radii$3
|
|
2524
2536
|
});
|
|
2525
2537
|
const dark = Object.freeze({
|
|
2526
2538
|
colors: colors$2,
|
|
2527
|
-
shadows: shadows,
|
|
2539
|
+
shadows: shadows$2,
|
|
2528
2540
|
radii: radii$2
|
|
2529
2541
|
});
|
|
2530
2542
|
const newLight = Object.freeze({
|