@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/dark.css
CHANGED
|
@@ -418,6 +418,7 @@
|
|
|
418
418
|
--radii-calendar: var(--radii-100);
|
|
419
419
|
--radii-card: var(--radii-100);
|
|
420
420
|
--radii-checkbox: var(--radii-50);
|
|
421
|
+
--radii-dialog: var(--radii-150);
|
|
421
422
|
--radii-dropdown: var(--radii-100);
|
|
422
423
|
--radii-input: var(--radii-50);
|
|
423
424
|
--radii-list-item: var(--radii-50);
|
package/dist/main.js
CHANGED
|
@@ -2555,6 +2555,7 @@ const radii$3 = {
|
|
|
2555
2555
|
calendar: "$100",
|
|
2556
2556
|
card: "$100",
|
|
2557
2557
|
checkbox: "$50",
|
|
2558
|
+
dialog: "$150",
|
|
2558
2559
|
dropdown: "$100",
|
|
2559
2560
|
input: "$50",
|
|
2560
2561
|
"list-item": "$50",
|
|
@@ -2576,6 +2577,7 @@ const radii$2 = {
|
|
|
2576
2577
|
calendar: "$100",
|
|
2577
2578
|
card: "$100",
|
|
2578
2579
|
checkbox: "$50",
|
|
2580
|
+
dialog: "$150",
|
|
2579
2581
|
dropdown: "$100",
|
|
2580
2582
|
input: "$50",
|
|
2581
2583
|
"list-item": "$50",
|
|
@@ -2597,12 +2599,13 @@ const radii$1 = {
|
|
|
2597
2599
|
calendar: "$250",
|
|
2598
2600
|
card: "$250",
|
|
2599
2601
|
checkbox: "$75",
|
|
2602
|
+
dialog: "$200",
|
|
2600
2603
|
dropdown: "$250",
|
|
2601
2604
|
input: "$150",
|
|
2602
2605
|
"list-item": "$150",
|
|
2603
2606
|
notification: "$200",
|
|
2604
2607
|
"notification-banner": "$round",
|
|
2605
|
-
panel: "$
|
|
2608
|
+
panel: "$200",
|
|
2606
2609
|
popover: "$150",
|
|
2607
2610
|
tag: "$round",
|
|
2608
2611
|
toolbar: "$200",
|
|
@@ -2618,12 +2621,13 @@ const radii = {
|
|
|
2618
2621
|
calendar: "$250",
|
|
2619
2622
|
card: "$250",
|
|
2620
2623
|
checkbox: "$75",
|
|
2624
|
+
dialog: "$200",
|
|
2621
2625
|
dropdown: "$250",
|
|
2622
2626
|
input: "$150",
|
|
2623
2627
|
"list-item": "$150",
|
|
2624
2628
|
notification: "$200",
|
|
2625
2629
|
"notification-banner": "$round",
|
|
2626
|
-
panel: "$
|
|
2630
|
+
panel: "$200",
|
|
2627
2631
|
popover: "$150",
|
|
2628
2632
|
tag: "$round",
|
|
2629
2633
|
toolbar: "$200",
|