@mirohq/design-system-dropdown-menu 3.5.20 → 3.5.21
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/dist/types.d.ts +21 -0
- package/package.json +8 -8
package/dist/types.d.ts
CHANGED
|
@@ -343,6 +343,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
|
|
|
343
343
|
readonly borderRightColor: "colors";
|
|
344
344
|
readonly borderRightStyle: "border-styles";
|
|
345
345
|
readonly borderRightWidth: "border-widths";
|
|
346
|
+
readonly borderSpacing: "space-offset";
|
|
346
347
|
readonly borderStyle: "border-styles";
|
|
347
348
|
readonly borderTop: "colors";
|
|
348
349
|
readonly borderTopColor: "colors";
|
|
@@ -866,6 +867,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
866
867
|
readonly borderRightColor: "colors";
|
|
867
868
|
readonly borderRightStyle: "border-styles";
|
|
868
869
|
readonly borderRightWidth: "border-widths";
|
|
870
|
+
readonly borderSpacing: "space-offset";
|
|
869
871
|
readonly borderStyle: "border-styles";
|
|
870
872
|
readonly borderTop: "colors";
|
|
871
873
|
readonly borderTopColor: "colors";
|
|
@@ -1496,6 +1498,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1496
1498
|
readonly borderRightColor: "colors";
|
|
1497
1499
|
readonly borderRightStyle: "border-styles";
|
|
1498
1500
|
readonly borderRightWidth: "border-widths";
|
|
1501
|
+
readonly borderSpacing: "space-offset";
|
|
1499
1502
|
readonly borderStyle: "border-styles";
|
|
1500
1503
|
readonly borderTop: "colors";
|
|
1501
1504
|
readonly borderTopColor: "colors";
|
|
@@ -2009,6 +2012,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2009
2012
|
readonly borderRightColor: "colors";
|
|
2010
2013
|
readonly borderRightStyle: "border-styles";
|
|
2011
2014
|
readonly borderRightWidth: "border-widths";
|
|
2015
|
+
readonly borderSpacing: "space-offset";
|
|
2012
2016
|
readonly borderStyle: "border-styles";
|
|
2013
2017
|
readonly borderTop: "colors";
|
|
2014
2018
|
readonly borderTopColor: "colors";
|
|
@@ -2511,6 +2515,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
2511
2515
|
readonly borderRightColor: "colors";
|
|
2512
2516
|
readonly borderRightStyle: "border-styles";
|
|
2513
2517
|
readonly borderRightWidth: "border-widths";
|
|
2518
|
+
readonly borderSpacing: "space-offset";
|
|
2514
2519
|
readonly borderStyle: "border-styles";
|
|
2515
2520
|
readonly borderTop: "colors";
|
|
2516
2521
|
readonly borderTopColor: "colors";
|
|
@@ -3026,6 +3031,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
3026
3031
|
readonly borderRightColor: "colors";
|
|
3027
3032
|
readonly borderRightStyle: "border-styles";
|
|
3028
3033
|
readonly borderRightWidth: "border-widths";
|
|
3034
|
+
readonly borderSpacing: "space-offset";
|
|
3029
3035
|
readonly borderStyle: "border-styles";
|
|
3030
3036
|
readonly borderTop: "colors";
|
|
3031
3037
|
readonly borderTopColor: "colors";
|
|
@@ -3520,6 +3526,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
3520
3526
|
readonly borderRightColor: "colors";
|
|
3521
3527
|
readonly borderRightStyle: "border-styles";
|
|
3522
3528
|
readonly borderRightWidth: "border-widths";
|
|
3529
|
+
readonly borderSpacing: "space-offset";
|
|
3523
3530
|
readonly borderStyle: "border-styles";
|
|
3524
3531
|
readonly borderTop: "colors";
|
|
3525
3532
|
readonly borderTopColor: "colors";
|
|
@@ -4043,6 +4050,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
4043
4050
|
readonly borderRightColor: "colors";
|
|
4044
4051
|
readonly borderRightStyle: "border-styles";
|
|
4045
4052
|
readonly borderRightWidth: "border-widths";
|
|
4053
|
+
readonly borderSpacing: "space-offset";
|
|
4046
4054
|
readonly borderStyle: "border-styles";
|
|
4047
4055
|
readonly borderTop: "colors";
|
|
4048
4056
|
readonly borderTopColor: "colors";
|
|
@@ -4539,6 +4547,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
4539
4547
|
readonly borderRightColor: "colors";
|
|
4540
4548
|
readonly borderRightStyle: "border-styles";
|
|
4541
4549
|
readonly borderRightWidth: "border-widths";
|
|
4550
|
+
readonly borderSpacing: "space-offset";
|
|
4542
4551
|
readonly borderStyle: "border-styles";
|
|
4543
4552
|
readonly borderTop: "colors";
|
|
4544
4553
|
readonly borderTopColor: "colors";
|
|
@@ -5043,6 +5052,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
5043
5052
|
readonly borderRightColor: "colors";
|
|
5044
5053
|
readonly borderRightStyle: "border-styles";
|
|
5045
5054
|
readonly borderRightWidth: "border-widths";
|
|
5055
|
+
readonly borderSpacing: "space-offset";
|
|
5046
5056
|
readonly borderStyle: "border-styles";
|
|
5047
5057
|
readonly borderTop: "colors";
|
|
5048
5058
|
readonly borderTopColor: "colors";
|
|
@@ -5624,6 +5634,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
5624
5634
|
readonly borderRightColor: "colors";
|
|
5625
5635
|
readonly borderRightStyle: "border-styles";
|
|
5626
5636
|
readonly borderRightWidth: "border-widths";
|
|
5637
|
+
readonly borderSpacing: "space-offset";
|
|
5627
5638
|
readonly borderStyle: "border-styles";
|
|
5628
5639
|
readonly borderTop: "colors";
|
|
5629
5640
|
readonly borderTopColor: "colors";
|
|
@@ -6154,6 +6165,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
6154
6165
|
readonly borderRightColor: "colors";
|
|
6155
6166
|
readonly borderRightStyle: "border-styles";
|
|
6156
6167
|
readonly borderRightWidth: "border-widths";
|
|
6168
|
+
readonly borderSpacing: "space-offset";
|
|
6157
6169
|
readonly borderStyle: "border-styles";
|
|
6158
6170
|
readonly borderTop: "colors";
|
|
6159
6171
|
readonly borderTopColor: "colors";
|
|
@@ -6647,6 +6659,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
6647
6659
|
readonly borderRightColor: "colors";
|
|
6648
6660
|
readonly borderRightStyle: "border-styles";
|
|
6649
6661
|
readonly borderRightWidth: "border-widths";
|
|
6662
|
+
readonly borderSpacing: "space-offset";
|
|
6650
6663
|
readonly borderStyle: "border-styles";
|
|
6651
6664
|
readonly borderTop: "colors";
|
|
6652
6665
|
readonly borderTopColor: "colors";
|
|
@@ -7134,6 +7147,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
7134
7147
|
readonly borderRightColor: "colors";
|
|
7135
7148
|
readonly borderRightStyle: "border-styles";
|
|
7136
7149
|
readonly borderRightWidth: "border-widths";
|
|
7150
|
+
readonly borderSpacing: "space-offset";
|
|
7137
7151
|
readonly borderStyle: "border-styles";
|
|
7138
7152
|
readonly borderTop: "colors";
|
|
7139
7153
|
readonly borderTopColor: "colors";
|
|
@@ -7625,6 +7639,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
7625
7639
|
readonly borderRightColor: "colors";
|
|
7626
7640
|
readonly borderRightStyle: "border-styles";
|
|
7627
7641
|
readonly borderRightWidth: "border-widths";
|
|
7642
|
+
readonly borderSpacing: "space-offset";
|
|
7628
7643
|
readonly borderStyle: "border-styles";
|
|
7629
7644
|
readonly borderTop: "colors";
|
|
7630
7645
|
readonly borderTopColor: "colors";
|
|
@@ -8122,6 +8137,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
8122
8137
|
readonly borderRightColor: "colors";
|
|
8123
8138
|
readonly borderRightStyle: "border-styles";
|
|
8124
8139
|
readonly borderRightWidth: "border-widths";
|
|
8140
|
+
readonly borderSpacing: "space-offset";
|
|
8125
8141
|
readonly borderStyle: "border-styles";
|
|
8126
8142
|
readonly borderTop: "colors";
|
|
8127
8143
|
readonly borderTopColor: "colors";
|
|
@@ -8609,6 +8625,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
8609
8625
|
readonly borderRightColor: "colors";
|
|
8610
8626
|
readonly borderRightStyle: "border-styles";
|
|
8611
8627
|
readonly borderRightWidth: "border-widths";
|
|
8628
|
+
readonly borderSpacing: "space-offset";
|
|
8612
8629
|
readonly borderStyle: "border-styles";
|
|
8613
8630
|
readonly borderTop: "colors";
|
|
8614
8631
|
readonly borderTopColor: "colors";
|
|
@@ -9100,6 +9117,7 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
9100
9117
|
readonly borderRightColor: "colors";
|
|
9101
9118
|
readonly borderRightStyle: "border-styles";
|
|
9102
9119
|
readonly borderRightWidth: "border-widths";
|
|
9120
|
+
readonly borderSpacing: "space-offset";
|
|
9103
9121
|
readonly borderStyle: "border-styles";
|
|
9104
9122
|
readonly borderTop: "colors";
|
|
9105
9123
|
readonly borderTopColor: "colors";
|
|
@@ -9593,6 +9611,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9593
9611
|
readonly borderRightColor: "colors";
|
|
9594
9612
|
readonly borderRightStyle: "border-styles";
|
|
9595
9613
|
readonly borderRightWidth: "border-widths";
|
|
9614
|
+
readonly borderSpacing: "space-offset";
|
|
9596
9615
|
readonly borderStyle: "border-styles";
|
|
9597
9616
|
readonly borderTop: "colors";
|
|
9598
9617
|
readonly borderTopColor: "colors";
|
|
@@ -10080,6 +10099,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10080
10099
|
readonly borderRightColor: "colors";
|
|
10081
10100
|
readonly borderRightStyle: "border-styles";
|
|
10082
10101
|
readonly borderRightWidth: "border-widths";
|
|
10102
|
+
readonly borderSpacing: "space-offset";
|
|
10083
10103
|
readonly borderStyle: "border-styles";
|
|
10084
10104
|
readonly borderTop: "colors";
|
|
10085
10105
|
readonly borderTopColor: "colors";
|
|
@@ -10571,6 +10591,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10571
10591
|
readonly borderRightColor: "colors";
|
|
10572
10592
|
readonly borderRightStyle: "border-styles";
|
|
10573
10593
|
readonly borderRightWidth: "border-widths";
|
|
10594
|
+
readonly borderSpacing: "space-offset";
|
|
10574
10595
|
readonly borderStyle: "border-styles";
|
|
10575
10596
|
readonly borderTop: "colors";
|
|
10576
10597
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-dropdown-menu",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
31
31
|
"@react-aria/utils": "^3.13.0",
|
|
32
|
-
"@mirohq/design-system-base-icon": "^0.1.
|
|
32
|
+
"@mirohq/design-system-base-icon": "^0.1.16",
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
34
|
-
"@mirohq/design-system-scroll-area": "^0.1.
|
|
35
|
-
"@mirohq/design-system-
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
38
|
-
"@mirohq/design-system-utils": "^0.14.3",
|
|
34
|
+
"@mirohq/design-system-scroll-area": "^0.1.17",
|
|
35
|
+
"@mirohq/design-system-base-switch": "^0.1.15",
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
37
|
+
"@mirohq/design-system-styles": "^1.1.14",
|
|
39
38
|
"@mirohq/design-system-types": "^0.6.2",
|
|
40
|
-
"@mirohq/design-system-use-layout-effect": "^0.2.1"
|
|
39
|
+
"@mirohq/design-system-use-layout-effect": "^0.2.1",
|
|
40
|
+
"@mirohq/design-system-utils": "^0.14.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "rollup -c ../../../rollup.config.js",
|