@mirohq/design-system-themes 1.4.7 → 1.4.9
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 -0
- package/base.json +659 -0
- package/dark.css +1 -0
- 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 +4 -0
- package/light.css +1 -0
- package/new-dark.css +2 -1
- package/new-light.css +2 -1
- package/package.json +3 -2
package/dist/module.js
CHANGED
|
@@ -2553,6 +2553,7 @@ const radii$3 = {
|
|
|
2553
2553
|
calendar: "$100",
|
|
2554
2554
|
card: "$100",
|
|
2555
2555
|
checkbox: "$50",
|
|
2556
|
+
dialog: "$150",
|
|
2556
2557
|
dropdown: "$100",
|
|
2557
2558
|
input: "$50",
|
|
2558
2559
|
"list-item": "$50",
|
|
@@ -2574,6 +2575,7 @@ const radii$2 = {
|
|
|
2574
2575
|
calendar: "$100",
|
|
2575
2576
|
card: "$100",
|
|
2576
2577
|
checkbox: "$50",
|
|
2578
|
+
dialog: "$150",
|
|
2577
2579
|
dropdown: "$100",
|
|
2578
2580
|
input: "$50",
|
|
2579
2581
|
"list-item": "$50",
|
|
@@ -2595,12 +2597,13 @@ const radii$1 = {
|
|
|
2595
2597
|
calendar: "$250",
|
|
2596
2598
|
card: "$250",
|
|
2597
2599
|
checkbox: "$75",
|
|
2600
|
+
dialog: "$200",
|
|
2598
2601
|
dropdown: "$250",
|
|
2599
2602
|
input: "$150",
|
|
2600
2603
|
"list-item": "$150",
|
|
2601
2604
|
notification: "$200",
|
|
2602
2605
|
"notification-banner": "$round",
|
|
2603
|
-
panel: "$
|
|
2606
|
+
panel: "$200",
|
|
2604
2607
|
popover: "$150",
|
|
2605
2608
|
tag: "$round",
|
|
2606
2609
|
toolbar: "$200",
|
|
@@ -2616,12 +2619,13 @@ const radii = {
|
|
|
2616
2619
|
calendar: "$250",
|
|
2617
2620
|
card: "$250",
|
|
2618
2621
|
checkbox: "$75",
|
|
2622
|
+
dialog: "$200",
|
|
2619
2623
|
dropdown: "$250",
|
|
2620
2624
|
input: "$150",
|
|
2621
2625
|
"list-item": "$150",
|
|
2622
2626
|
notification: "$200",
|
|
2623
2627
|
"notification-banner": "$round",
|
|
2624
|
-
panel: "$
|
|
2628
|
+
panel: "$200",
|
|
2625
2629
|
popover: "$150",
|
|
2626
2630
|
tag: "$round",
|
|
2627
2631
|
toolbar: "$200",
|