@mirohq/design-system-dropdown-menu 3.2.9 → 3.2.10
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 +66 -0
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -255,6 +255,11 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
255
255
|
readonly 'stacking-500': any;
|
|
256
256
|
readonly 'stacking-800': any;
|
|
257
257
|
};
|
|
258
|
+
'stroke-width': {
|
|
259
|
+
readonly thin: "1.5px";
|
|
260
|
+
readonly normal: "2px";
|
|
261
|
+
readonly bold: "4px";
|
|
262
|
+
};
|
|
258
263
|
'z-indices': {
|
|
259
264
|
readonly dropdownMenu: 100;
|
|
260
265
|
readonly popover: 200;
|
|
@@ -383,6 +388,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
383
388
|
readonly scrollPaddingRight: "space-inset";
|
|
384
389
|
readonly scrollPaddingTop: "space-inset";
|
|
385
390
|
readonly stroke: "colors";
|
|
391
|
+
readonly strokeWidth: "stroke-width";
|
|
386
392
|
readonly textDecorationColor: "colors";
|
|
387
393
|
readonly textShadow: "shadows";
|
|
388
394
|
readonly top: "space";
|
|
@@ -717,6 +723,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
717
723
|
readonly 'stacking-500': any;
|
|
718
724
|
readonly 'stacking-800': any;
|
|
719
725
|
};
|
|
726
|
+
'stroke-width': {
|
|
727
|
+
readonly thin: "1.5px";
|
|
728
|
+
readonly normal: "2px";
|
|
729
|
+
readonly bold: "4px";
|
|
730
|
+
};
|
|
720
731
|
'z-indices': {
|
|
721
732
|
readonly dropdownMenu: 100;
|
|
722
733
|
readonly popover: 200;
|
|
@@ -845,6 +856,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
845
856
|
readonly scrollPaddingRight: "space-inset";
|
|
846
857
|
readonly scrollPaddingTop: "space-inset";
|
|
847
858
|
readonly stroke: "colors";
|
|
859
|
+
readonly strokeWidth: "stroke-width";
|
|
848
860
|
readonly textDecorationColor: "colors";
|
|
849
861
|
readonly textShadow: "shadows";
|
|
850
862
|
readonly top: "space";
|
|
@@ -1266,6 +1278,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1266
1278
|
readonly 'stacking-500': any;
|
|
1267
1279
|
readonly 'stacking-800': any;
|
|
1268
1280
|
};
|
|
1281
|
+
'stroke-width': {
|
|
1282
|
+
readonly thin: "1.5px";
|
|
1283
|
+
readonly normal: "2px";
|
|
1284
|
+
readonly bold: "4px";
|
|
1285
|
+
};
|
|
1269
1286
|
'z-indices': {
|
|
1270
1287
|
readonly dropdownMenu: 100;
|
|
1271
1288
|
readonly popover: 200;
|
|
@@ -1394,6 +1411,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{}, never> &
|
|
|
1394
1411
|
readonly scrollPaddingRight: "space-inset";
|
|
1395
1412
|
readonly scrollPaddingTop: "space-inset";
|
|
1396
1413
|
readonly stroke: "colors";
|
|
1414
|
+
readonly strokeWidth: "stroke-width";
|
|
1397
1415
|
readonly textDecorationColor: "colors";
|
|
1398
1416
|
readonly textShadow: "shadows";
|
|
1399
1417
|
readonly top: "space";
|
|
@@ -1725,6 +1743,11 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1725
1743
|
readonly 'stacking-500': any;
|
|
1726
1744
|
readonly 'stacking-800': any;
|
|
1727
1745
|
};
|
|
1746
|
+
'stroke-width': {
|
|
1747
|
+
readonly thin: "1.5px";
|
|
1748
|
+
readonly normal: "2px";
|
|
1749
|
+
readonly bold: "4px";
|
|
1750
|
+
};
|
|
1728
1751
|
'z-indices': {
|
|
1729
1752
|
readonly dropdownMenu: 100;
|
|
1730
1753
|
readonly popover: 200;
|
|
@@ -1853,6 +1876,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1853
1876
|
readonly scrollPaddingRight: "space-inset";
|
|
1854
1877
|
readonly scrollPaddingTop: "space-inset";
|
|
1855
1878
|
readonly stroke: "colors";
|
|
1879
|
+
readonly strokeWidth: "stroke-width";
|
|
1856
1880
|
readonly textDecorationColor: "colors";
|
|
1857
1881
|
readonly textShadow: "shadows";
|
|
1858
1882
|
readonly top: "space";
|
|
@@ -2175,6 +2199,11 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2175
2199
|
readonly 'stacking-500': any;
|
|
2176
2200
|
readonly 'stacking-800': any;
|
|
2177
2201
|
};
|
|
2202
|
+
'stroke-width': {
|
|
2203
|
+
readonly thin: "1.5px";
|
|
2204
|
+
readonly normal: "2px";
|
|
2205
|
+
readonly bold: "4px";
|
|
2206
|
+
};
|
|
2178
2207
|
'z-indices': {
|
|
2179
2208
|
readonly dropdownMenu: 100;
|
|
2180
2209
|
readonly popover: 200;
|
|
@@ -2303,6 +2332,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2303
2332
|
readonly scrollPaddingRight: "space-inset";
|
|
2304
2333
|
readonly scrollPaddingTop: "space-inset";
|
|
2305
2334
|
readonly stroke: "colors";
|
|
2335
|
+
readonly strokeWidth: "stroke-width";
|
|
2306
2336
|
readonly textDecorationColor: "colors";
|
|
2307
2337
|
readonly textShadow: "shadows";
|
|
2308
2338
|
readonly top: "space";
|
|
@@ -2633,6 +2663,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2633
2663
|
readonly 'stacking-500': any;
|
|
2634
2664
|
readonly 'stacking-800': any;
|
|
2635
2665
|
};
|
|
2666
|
+
'stroke-width': {
|
|
2667
|
+
readonly thin: "1.5px";
|
|
2668
|
+
readonly normal: "2px";
|
|
2669
|
+
readonly bold: "4px";
|
|
2670
|
+
};
|
|
2636
2671
|
'z-indices': {
|
|
2637
2672
|
readonly dropdownMenu: 100;
|
|
2638
2673
|
readonly popover: 200;
|
|
@@ -2761,6 +2796,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2761
2796
|
readonly scrollPaddingRight: "space-inset";
|
|
2762
2797
|
readonly scrollPaddingTop: "space-inset";
|
|
2763
2798
|
readonly stroke: "colors";
|
|
2799
|
+
readonly strokeWidth: "stroke-width";
|
|
2764
2800
|
readonly textDecorationColor: "colors";
|
|
2765
2801
|
readonly textShadow: "shadows";
|
|
2766
2802
|
readonly top: "space";
|
|
@@ -3083,6 +3119,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3083
3119
|
readonly 'stacking-500': any;
|
|
3084
3120
|
readonly 'stacking-800': any;
|
|
3085
3121
|
};
|
|
3122
|
+
'stroke-width': {
|
|
3123
|
+
readonly thin: "1.5px";
|
|
3124
|
+
readonly normal: "2px";
|
|
3125
|
+
readonly bold: "4px";
|
|
3126
|
+
};
|
|
3086
3127
|
'z-indices': {
|
|
3087
3128
|
readonly dropdownMenu: 100;
|
|
3088
3129
|
readonly popover: 200;
|
|
@@ -3211,6 +3252,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3211
3252
|
readonly scrollPaddingRight: "space-inset";
|
|
3212
3253
|
readonly scrollPaddingTop: "space-inset";
|
|
3213
3254
|
readonly stroke: "colors";
|
|
3255
|
+
readonly strokeWidth: "stroke-width";
|
|
3214
3256
|
readonly textDecorationColor: "colors";
|
|
3215
3257
|
readonly textShadow: "shadows";
|
|
3216
3258
|
readonly top: "space";
|
|
@@ -3531,6 +3573,11 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3531
3573
|
readonly 'stacking-500': any;
|
|
3532
3574
|
readonly 'stacking-800': any;
|
|
3533
3575
|
};
|
|
3576
|
+
'stroke-width': {
|
|
3577
|
+
readonly thin: "1.5px";
|
|
3578
|
+
readonly normal: "2px";
|
|
3579
|
+
readonly bold: "4px";
|
|
3580
|
+
};
|
|
3534
3581
|
'z-indices': {
|
|
3535
3582
|
readonly dropdownMenu: 100;
|
|
3536
3583
|
readonly popover: 200;
|
|
@@ -3659,6 +3706,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3659
3706
|
readonly scrollPaddingRight: "space-inset";
|
|
3660
3707
|
readonly scrollPaddingTop: "space-inset";
|
|
3661
3708
|
readonly stroke: "colors";
|
|
3709
|
+
readonly strokeWidth: "stroke-width";
|
|
3662
3710
|
readonly textDecorationColor: "colors";
|
|
3663
3711
|
readonly textShadow: "shadows";
|
|
3664
3712
|
readonly top: "space";
|
|
@@ -3983,6 +4031,11 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3983
4031
|
readonly 'stacking-500': any;
|
|
3984
4032
|
readonly 'stacking-800': any;
|
|
3985
4033
|
};
|
|
4034
|
+
'stroke-width': {
|
|
4035
|
+
readonly thin: "1.5px";
|
|
4036
|
+
readonly normal: "2px";
|
|
4037
|
+
readonly bold: "4px";
|
|
4038
|
+
};
|
|
3986
4039
|
'z-indices': {
|
|
3987
4040
|
readonly dropdownMenu: 100;
|
|
3988
4041
|
readonly popover: 200;
|
|
@@ -4111,6 +4164,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4111
4164
|
readonly scrollPaddingRight: "space-inset";
|
|
4112
4165
|
readonly scrollPaddingTop: "space-inset";
|
|
4113
4166
|
readonly stroke: "colors";
|
|
4167
|
+
readonly strokeWidth: "stroke-width";
|
|
4114
4168
|
readonly textDecorationColor: "colors";
|
|
4115
4169
|
readonly textShadow: "shadows";
|
|
4116
4170
|
readonly top: "space";
|
|
@@ -4495,6 +4549,11 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4495
4549
|
readonly 'stacking-500': any;
|
|
4496
4550
|
readonly 'stacking-800': any;
|
|
4497
4551
|
};
|
|
4552
|
+
'stroke-width': {
|
|
4553
|
+
readonly thin: "1.5px";
|
|
4554
|
+
readonly normal: "2px";
|
|
4555
|
+
readonly bold: "4px";
|
|
4556
|
+
};
|
|
4498
4557
|
'z-indices': {
|
|
4499
4558
|
readonly dropdownMenu: 100;
|
|
4500
4559
|
readonly popover: 200;
|
|
@@ -4623,6 +4682,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4623
4682
|
readonly scrollPaddingRight: "space-inset";
|
|
4624
4683
|
readonly scrollPaddingTop: "space-inset";
|
|
4625
4684
|
readonly stroke: "colors";
|
|
4685
|
+
readonly strokeWidth: "stroke-width";
|
|
4626
4686
|
readonly textDecorationColor: "colors";
|
|
4627
4687
|
readonly textShadow: "shadows";
|
|
4628
4688
|
readonly top: "space";
|
|
@@ -4973,6 +5033,11 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
4973
5033
|
readonly 'stacking-500': any;
|
|
4974
5034
|
readonly 'stacking-800': any;
|
|
4975
5035
|
};
|
|
5036
|
+
'stroke-width': {
|
|
5037
|
+
readonly thin: "1.5px";
|
|
5038
|
+
readonly normal: "2px";
|
|
5039
|
+
readonly bold: "4px";
|
|
5040
|
+
};
|
|
4976
5041
|
'z-indices': {
|
|
4977
5042
|
readonly dropdownMenu: 100;
|
|
4978
5043
|
readonly popover: 200;
|
|
@@ -5101,6 +5166,7 @@ declare const IconSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _
|
|
|
5101
5166
|
readonly scrollPaddingRight: "space-inset";
|
|
5102
5167
|
readonly scrollPaddingTop: "space-inset";
|
|
5103
5168
|
readonly stroke: "colors";
|
|
5169
|
+
readonly strokeWidth: "stroke-width";
|
|
5104
5170
|
readonly textDecorationColor: "colors";
|
|
5105
5171
|
readonly textShadow: "shadows";
|
|
5106
5172
|
readonly top: "space";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-dropdown-menu",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-dropdown-menu": "^1.0.0",
|
|
31
31
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-styles": "^1.0.
|
|
34
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-switch": "^3.0.2",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.0.22",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@mirohq/design-system-button": "^3.0.
|
|
38
|
-
"@mirohq/design-system-flex": "^2.1.
|
|
37
|
+
"@mirohq/design-system-button": "^3.0.8",
|
|
38
|
+
"@mirohq/design-system-flex": "^2.1.10"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c ../../../rollup.config.js",
|