@mirohq/design-system-themes 1.4.0 → 1.4.2
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 +17 -24
- package/dark.css +15 -26
- package/dist/main.js +6 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/light.css +17 -24
- package/new-dark.css +16 -27
- package/new-light.css +24 -27
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -2545,6 +2545,7 @@ const radii$3 = {
|
|
|
2545
2545
|
input: "$50",
|
|
2546
2546
|
"list-item": "$50",
|
|
2547
2547
|
notification: "$100",
|
|
2548
|
+
"notification-banner": "$0",
|
|
2548
2549
|
panel: "$150",
|
|
2549
2550
|
popover: "$100",
|
|
2550
2551
|
tag: "$50",
|
|
@@ -2565,6 +2566,7 @@ const radii$2 = {
|
|
|
2565
2566
|
input: "$50",
|
|
2566
2567
|
"list-item": "$50",
|
|
2567
2568
|
notification: "$100",
|
|
2569
|
+
"notification-banner": "$0",
|
|
2568
2570
|
panel: "$150",
|
|
2569
2571
|
popover: "$100",
|
|
2570
2572
|
tag: "$50",
|
|
@@ -2584,7 +2586,8 @@ const radii$1 = {
|
|
|
2584
2586
|
dropdown: "$250",
|
|
2585
2587
|
input: "$150",
|
|
2586
2588
|
"list-item": "$150",
|
|
2587
|
-
notification: "$
|
|
2589
|
+
notification: "$200",
|
|
2590
|
+
"notification-banner": "$round",
|
|
2588
2591
|
panel: "$150",
|
|
2589
2592
|
popover: "$150",
|
|
2590
2593
|
tag: "$round",
|
|
@@ -2604,7 +2607,8 @@ const radii = {
|
|
|
2604
2607
|
dropdown: "$250",
|
|
2605
2608
|
input: "$150",
|
|
2606
2609
|
"list-item": "$150",
|
|
2607
|
-
notification: "$
|
|
2610
|
+
notification: "$200",
|
|
2611
|
+
"notification-banner": "$round",
|
|
2608
2612
|
panel: "$150",
|
|
2609
2613
|
popover: "$150",
|
|
2610
2614
|
tag: "$round",
|