@mirohq/design-system-themes 1.3.12 → 1.3.13
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 +3 -2
- package/dark.css +2 -1
- package/dist/main.js +15 -11
- package/dist/main.js.map +1 -1
- package/dist/module.js +15 -11
- package/dist/module.js.map +1 -1
- package/light.css +3 -2
- package/new-dark.css +5 -4
- package/new-light.css +5 -4
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -210,7 +210,7 @@ const colors$3 = {
|
|
|
210
210
|
"format-icon-timeline": "$moss-600",
|
|
211
211
|
"input-background-alt-default": "$gray-100",
|
|
212
212
|
"input-background-alt-focused": "$gray-100",
|
|
213
|
-
"input-background-alt-hover": "$gray-
|
|
213
|
+
"input-background-alt-hover": "$gray-150",
|
|
214
214
|
"input-background-default": "$white",
|
|
215
215
|
"input-background-disabled": "$gray-150",
|
|
216
216
|
"input-background-focused": "$white",
|
|
@@ -1489,7 +1489,7 @@ const colors$1 = {
|
|
|
1489
1489
|
"icon-on-interactive-danger": "$white",
|
|
1490
1490
|
"icon-on-interactive-primary": "$white",
|
|
1491
1491
|
"icon-on-interactive-secondary": "$cloud-900",
|
|
1492
|
-
"icon-on-interactive-selected": "$
|
|
1492
|
+
"icon-on-interactive-selected": "$cloud-900",
|
|
1493
1493
|
"icon-neutrals": "$cloud-900",
|
|
1494
1494
|
"icon-neutrals-disabled": "$cloud-300",
|
|
1495
1495
|
"icon-neutrals-hover": "$cloud-950",
|
|
@@ -1549,7 +1549,7 @@ const colors$1 = {
|
|
|
1549
1549
|
"text-on-interactive-danger": "$white",
|
|
1550
1550
|
"text-on-interactive-primary": "$white",
|
|
1551
1551
|
"text-on-interactive-secondary": "$cloud-900",
|
|
1552
|
-
"text-on-interactive-selected": "$
|
|
1552
|
+
"text-on-interactive-selected": "$cloud-900",
|
|
1553
1553
|
"text-neutrals": "$cloud-900",
|
|
1554
1554
|
"text-neutrals-active": "$cloud-950",
|
|
1555
1555
|
"text-neutrals-disabled": "$cloud-300",
|
|
@@ -2099,7 +2099,7 @@ const colors = {
|
|
|
2099
2099
|
"icon-on-interactive-danger": "$white",
|
|
2100
2100
|
"icon-on-interactive-primary": "$white",
|
|
2101
2101
|
"icon-on-interactive-secondary": "$white",
|
|
2102
|
-
"icon-on-interactive-selected": "$
|
|
2102
|
+
"icon-on-interactive-selected": "$ink-50",
|
|
2103
2103
|
"icon-neutrals": "$ink-50",
|
|
2104
2104
|
"icon-neutrals-disabled": "$ink-450",
|
|
2105
2105
|
"icon-neutrals-hover": "$ink-100",
|
|
@@ -2159,7 +2159,7 @@ const colors = {
|
|
|
2159
2159
|
"text-on-interactive-danger": "$white",
|
|
2160
2160
|
"text-on-interactive-primary": "$white",
|
|
2161
2161
|
"text-on-interactive-secondary": "$white",
|
|
2162
|
-
"text-on-interactive-selected": "$
|
|
2162
|
+
"text-on-interactive-selected": "$ink-50",
|
|
2163
2163
|
"text-neutrals": "$ink-100",
|
|
2164
2164
|
"text-neutrals-active": "$ink-50",
|
|
2165
2165
|
"text-neutrals-disabled": "$ink-400",
|
|
@@ -2475,13 +2475,14 @@ const radii$3 = {
|
|
|
2475
2475
|
"avatar-team": "$50",
|
|
2476
2476
|
button: "$50",
|
|
2477
2477
|
calendar: "$100",
|
|
2478
|
+
card: "$100",
|
|
2478
2479
|
checkbox: "$50",
|
|
2479
2480
|
dropdown: "$100",
|
|
2480
2481
|
input: "$50",
|
|
2481
2482
|
"list-item": "$50",
|
|
2482
2483
|
notification: "$100",
|
|
2483
2484
|
panel: "$150",
|
|
2484
|
-
|
|
2485
|
+
popover: "$100",
|
|
2485
2486
|
tag: "$50",
|
|
2486
2487
|
toolbar: "$100",
|
|
2487
2488
|
"toolbar-item": "$50",
|
|
@@ -2494,13 +2495,14 @@ const radii$2 = {
|
|
|
2494
2495
|
"avatar-team": "$50",
|
|
2495
2496
|
button: "$50",
|
|
2496
2497
|
calendar: "$100",
|
|
2498
|
+
card: "$100",
|
|
2497
2499
|
checkbox: "$50",
|
|
2498
2500
|
dropdown: "$100",
|
|
2499
2501
|
input: "$50",
|
|
2500
2502
|
"list-item": "$50",
|
|
2501
2503
|
notification: "$100",
|
|
2502
2504
|
panel: "$150",
|
|
2503
|
-
|
|
2505
|
+
popover: "$100",
|
|
2504
2506
|
tag: "$50",
|
|
2505
2507
|
toolbar: "$100",
|
|
2506
2508
|
"toolbar-item": "$50",
|
|
@@ -2513,13 +2515,14 @@ const radii$1 = {
|
|
|
2513
2515
|
"avatar-team": "$50",
|
|
2514
2516
|
button: "$100",
|
|
2515
2517
|
calendar: "$250",
|
|
2518
|
+
card: "$250",
|
|
2516
2519
|
checkbox: "$75",
|
|
2517
2520
|
dropdown: "$250",
|
|
2518
2521
|
input: "$150",
|
|
2519
2522
|
"list-item": "$150",
|
|
2520
|
-
notification: "$
|
|
2523
|
+
notification: "$150",
|
|
2521
2524
|
panel: "$150",
|
|
2522
|
-
|
|
2525
|
+
popover: "$150",
|
|
2523
2526
|
tag: "$round",
|
|
2524
2527
|
toolbar: "$200",
|
|
2525
2528
|
"toolbar-item": "$150",
|
|
@@ -2532,13 +2535,14 @@ const radii = {
|
|
|
2532
2535
|
"avatar-team": "$50",
|
|
2533
2536
|
button: "$100",
|
|
2534
2537
|
calendar: "$250",
|
|
2538
|
+
card: "$250",
|
|
2535
2539
|
checkbox: "$75",
|
|
2536
2540
|
dropdown: "$250",
|
|
2537
2541
|
input: "$150",
|
|
2538
2542
|
"list-item": "$150",
|
|
2539
|
-
notification: "$
|
|
2543
|
+
notification: "$150",
|
|
2540
2544
|
panel: "$150",
|
|
2541
|
-
|
|
2545
|
+
popover: "$150",
|
|
2542
2546
|
tag: "$round",
|
|
2543
2547
|
toolbar: "$200",
|
|
2544
2548
|
"toolbar-item": "$150",
|