@mirohq/design-system-dropdown-menu 3.5.12-select.0 → 3.5.13
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 +63 -63
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -293,9 +293,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<{},
|
|
|
293
293
|
};
|
|
294
294
|
'z-indices': {
|
|
295
295
|
readonly dropdownMenu: 100;
|
|
296
|
-
readonly select:
|
|
297
|
-
readonly popover:
|
|
298
|
-
readonly tooltip:
|
|
296
|
+
readonly select: 200;
|
|
297
|
+
readonly popover: 300;
|
|
298
|
+
readonly tooltip: 400;
|
|
299
299
|
};
|
|
300
300
|
}, {
|
|
301
301
|
readonly background: "colors";
|
|
@@ -799,9 +799,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
799
799
|
};
|
|
800
800
|
'z-indices': {
|
|
801
801
|
readonly dropdownMenu: 100;
|
|
802
|
-
readonly select:
|
|
803
|
-
readonly popover:
|
|
804
|
-
readonly tooltip:
|
|
802
|
+
readonly select: 200;
|
|
803
|
+
readonly popover: 300;
|
|
804
|
+
readonly tooltip: 400;
|
|
805
805
|
};
|
|
806
806
|
}, {
|
|
807
807
|
readonly background: "colors";
|
|
@@ -1412,9 +1412,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1412
1412
|
};
|
|
1413
1413
|
'z-indices': {
|
|
1414
1414
|
readonly dropdownMenu: 100;
|
|
1415
|
-
readonly select:
|
|
1416
|
-
readonly popover:
|
|
1417
|
-
readonly tooltip:
|
|
1415
|
+
readonly select: 200;
|
|
1416
|
+
readonly popover: 300;
|
|
1417
|
+
readonly tooltip: 400;
|
|
1418
1418
|
};
|
|
1419
1419
|
}, {
|
|
1420
1420
|
readonly background: "colors";
|
|
@@ -1908,9 +1908,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
1908
1908
|
};
|
|
1909
1909
|
'z-indices': {
|
|
1910
1910
|
readonly dropdownMenu: 100;
|
|
1911
|
-
readonly select:
|
|
1912
|
-
readonly popover:
|
|
1913
|
-
readonly tooltip:
|
|
1911
|
+
readonly select: 200;
|
|
1912
|
+
readonly popover: 300;
|
|
1913
|
+
readonly tooltip: 400;
|
|
1914
1914
|
};
|
|
1915
1915
|
}, {
|
|
1916
1916
|
readonly background: "colors";
|
|
@@ -2393,9 +2393,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
2393
2393
|
};
|
|
2394
2394
|
'z-indices': {
|
|
2395
2395
|
readonly dropdownMenu: 100;
|
|
2396
|
-
readonly select:
|
|
2397
|
-
readonly popover:
|
|
2398
|
-
readonly tooltip:
|
|
2396
|
+
readonly select: 200;
|
|
2397
|
+
readonly popover: 300;
|
|
2398
|
+
readonly tooltip: 400;
|
|
2399
2399
|
};
|
|
2400
2400
|
}, {
|
|
2401
2401
|
readonly background: "colors";
|
|
@@ -2891,9 +2891,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
2891
2891
|
};
|
|
2892
2892
|
'z-indices': {
|
|
2893
2893
|
readonly dropdownMenu: 100;
|
|
2894
|
-
readonly select:
|
|
2895
|
-
readonly popover:
|
|
2896
|
-
readonly tooltip:
|
|
2894
|
+
readonly select: 200;
|
|
2895
|
+
readonly popover: 300;
|
|
2896
|
+
readonly tooltip: 400;
|
|
2897
2897
|
};
|
|
2898
2898
|
}, {
|
|
2899
2899
|
readonly background: "colors";
|
|
@@ -3368,9 +3368,9 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
3368
3368
|
};
|
|
3369
3369
|
'z-indices': {
|
|
3370
3370
|
readonly dropdownMenu: 100;
|
|
3371
|
-
readonly select:
|
|
3372
|
-
readonly popover:
|
|
3373
|
-
readonly tooltip:
|
|
3371
|
+
readonly select: 200;
|
|
3372
|
+
readonly popover: 300;
|
|
3373
|
+
readonly tooltip: 400;
|
|
3374
3374
|
};
|
|
3375
3375
|
}, {
|
|
3376
3376
|
readonly background: "colors";
|
|
@@ -3874,9 +3874,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
3874
3874
|
};
|
|
3875
3875
|
'z-indices': {
|
|
3876
3876
|
readonly dropdownMenu: 100;
|
|
3877
|
-
readonly select:
|
|
3878
|
-
readonly popover:
|
|
3879
|
-
readonly tooltip:
|
|
3877
|
+
readonly select: 200;
|
|
3878
|
+
readonly popover: 300;
|
|
3879
|
+
readonly tooltip: 400;
|
|
3880
3880
|
};
|
|
3881
3881
|
}, {
|
|
3882
3882
|
readonly background: "colors";
|
|
@@ -4353,9 +4353,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
4353
4353
|
};
|
|
4354
4354
|
'z-indices': {
|
|
4355
4355
|
readonly dropdownMenu: 100;
|
|
4356
|
-
readonly select:
|
|
4357
|
-
readonly popover:
|
|
4358
|
-
readonly tooltip:
|
|
4356
|
+
readonly select: 200;
|
|
4357
|
+
readonly popover: 300;
|
|
4358
|
+
readonly tooltip: 400;
|
|
4359
4359
|
};
|
|
4360
4360
|
}, {
|
|
4361
4361
|
readonly background: "colors";
|
|
@@ -4840,9 +4840,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
4840
4840
|
};
|
|
4841
4841
|
'z-indices': {
|
|
4842
4842
|
readonly dropdownMenu: 100;
|
|
4843
|
-
readonly select:
|
|
4844
|
-
readonly popover:
|
|
4845
|
-
readonly tooltip:
|
|
4843
|
+
readonly select: 200;
|
|
4844
|
+
readonly popover: 300;
|
|
4845
|
+
readonly tooltip: 400;
|
|
4846
4846
|
};
|
|
4847
4847
|
}, {
|
|
4848
4848
|
readonly background: "colors";
|
|
@@ -5404,9 +5404,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
5404
5404
|
};
|
|
5405
5405
|
'z-indices': {
|
|
5406
5406
|
readonly dropdownMenu: 100;
|
|
5407
|
-
readonly select:
|
|
5408
|
-
readonly popover:
|
|
5409
|
-
readonly tooltip:
|
|
5407
|
+
readonly select: 200;
|
|
5408
|
+
readonly popover: 300;
|
|
5409
|
+
readonly tooltip: 400;
|
|
5410
5410
|
};
|
|
5411
5411
|
}, {
|
|
5412
5412
|
readonly background: "colors";
|
|
@@ -5917,9 +5917,9 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
5917
5917
|
};
|
|
5918
5918
|
'z-indices': {
|
|
5919
5919
|
readonly dropdownMenu: 100;
|
|
5920
|
-
readonly select:
|
|
5921
|
-
readonly popover:
|
|
5922
|
-
readonly tooltip:
|
|
5920
|
+
readonly select: 200;
|
|
5921
|
+
readonly popover: 300;
|
|
5922
|
+
readonly tooltip: 400;
|
|
5923
5923
|
};
|
|
5924
5924
|
}, {
|
|
5925
5925
|
readonly background: "colors";
|
|
@@ -6393,9 +6393,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
6393
6393
|
};
|
|
6394
6394
|
'z-indices': {
|
|
6395
6395
|
readonly dropdownMenu: 100;
|
|
6396
|
-
readonly select:
|
|
6397
|
-
readonly popover:
|
|
6398
|
-
readonly tooltip:
|
|
6396
|
+
readonly select: 200;
|
|
6397
|
+
readonly popover: 300;
|
|
6398
|
+
readonly tooltip: 400;
|
|
6399
6399
|
};
|
|
6400
6400
|
}, {
|
|
6401
6401
|
readonly background: "colors";
|
|
@@ -6863,9 +6863,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
6863
6863
|
};
|
|
6864
6864
|
'z-indices': {
|
|
6865
6865
|
readonly dropdownMenu: 100;
|
|
6866
|
-
readonly select:
|
|
6867
|
-
readonly popover:
|
|
6868
|
-
readonly tooltip:
|
|
6866
|
+
readonly select: 200;
|
|
6867
|
+
readonly popover: 300;
|
|
6868
|
+
readonly tooltip: 400;
|
|
6869
6869
|
};
|
|
6870
6870
|
}, {
|
|
6871
6871
|
readonly background: "colors";
|
|
@@ -7337,9 +7337,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
7337
7337
|
};
|
|
7338
7338
|
'z-indices': {
|
|
7339
7339
|
readonly dropdownMenu: 100;
|
|
7340
|
-
readonly select:
|
|
7341
|
-
readonly popover:
|
|
7342
|
-
readonly tooltip:
|
|
7340
|
+
readonly select: 200;
|
|
7341
|
+
readonly popover: 300;
|
|
7342
|
+
readonly tooltip: 400;
|
|
7343
7343
|
};
|
|
7344
7344
|
}, {
|
|
7345
7345
|
readonly background: "colors";
|
|
@@ -7817,9 +7817,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
7817
7817
|
};
|
|
7818
7818
|
'z-indices': {
|
|
7819
7819
|
readonly dropdownMenu: 100;
|
|
7820
|
-
readonly select:
|
|
7821
|
-
readonly popover:
|
|
7822
|
-
readonly tooltip:
|
|
7820
|
+
readonly select: 200;
|
|
7821
|
+
readonly popover: 300;
|
|
7822
|
+
readonly tooltip: 400;
|
|
7823
7823
|
};
|
|
7824
7824
|
}, {
|
|
7825
7825
|
readonly background: "colors";
|
|
@@ -8287,9 +8287,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
8287
8287
|
};
|
|
8288
8288
|
'z-indices': {
|
|
8289
8289
|
readonly dropdownMenu: 100;
|
|
8290
|
-
readonly select:
|
|
8291
|
-
readonly popover:
|
|
8292
|
-
readonly tooltip:
|
|
8290
|
+
readonly select: 200;
|
|
8291
|
+
readonly popover: 300;
|
|
8292
|
+
readonly tooltip: 400;
|
|
8293
8293
|
};
|
|
8294
8294
|
}, {
|
|
8295
8295
|
readonly background: "colors";
|
|
@@ -8761,9 +8761,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
8761
8761
|
};
|
|
8762
8762
|
'z-indices': {
|
|
8763
8763
|
readonly dropdownMenu: 100;
|
|
8764
|
-
readonly select:
|
|
8765
|
-
readonly popover:
|
|
8766
|
-
readonly tooltip:
|
|
8764
|
+
readonly select: 200;
|
|
8765
|
+
readonly popover: 300;
|
|
8766
|
+
readonly tooltip: 400;
|
|
8767
8767
|
};
|
|
8768
8768
|
}, {
|
|
8769
8769
|
readonly background: "colors";
|
|
@@ -9237,9 +9237,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9237
9237
|
};
|
|
9238
9238
|
'z-indices': {
|
|
9239
9239
|
readonly dropdownMenu: 100;
|
|
9240
|
-
readonly select:
|
|
9241
|
-
readonly popover:
|
|
9242
|
-
readonly tooltip:
|
|
9240
|
+
readonly select: 200;
|
|
9241
|
+
readonly popover: 300;
|
|
9242
|
+
readonly tooltip: 400;
|
|
9243
9243
|
};
|
|
9244
9244
|
}, {
|
|
9245
9245
|
readonly background: "colors";
|
|
@@ -9707,9 +9707,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9707
9707
|
};
|
|
9708
9708
|
'z-indices': {
|
|
9709
9709
|
readonly dropdownMenu: 100;
|
|
9710
|
-
readonly select:
|
|
9711
|
-
readonly popover:
|
|
9712
|
-
readonly tooltip:
|
|
9710
|
+
readonly select: 200;
|
|
9711
|
+
readonly popover: 300;
|
|
9712
|
+
readonly tooltip: 400;
|
|
9713
9713
|
};
|
|
9714
9714
|
}, {
|
|
9715
9715
|
readonly background: "colors";
|
|
@@ -10181,9 +10181,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10181
10181
|
};
|
|
10182
10182
|
'z-indices': {
|
|
10183
10183
|
readonly dropdownMenu: 100;
|
|
10184
|
-
readonly select:
|
|
10185
|
-
readonly popover:
|
|
10186
|
-
readonly tooltip:
|
|
10184
|
+
readonly select: 200;
|
|
10185
|
+
readonly popover: 300;
|
|
10186
|
+
readonly tooltip: 400;
|
|
10187
10187
|
};
|
|
10188
10188
|
}, {
|
|
10189
10189
|
readonly background: "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.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,12 +29,12 @@
|
|
|
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.10
|
|
33
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
34
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-base-icon": "^0.1.10",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.8",
|
|
35
|
+
"@mirohq/design-system-scroll-area": "^0.1.10",
|
|
35
36
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-styles": "^1.1.7-select.0",
|
|
37
|
+
"@mirohq/design-system-base-switch": "^0.1.9",
|
|
38
38
|
"@mirohq/design-system-types": "^0.6.2",
|
|
39
39
|
"@mirohq/design-system-use-layout-effect": "^0.2.1",
|
|
40
40
|
"@mirohq/design-system-utils": "^0.14.3"
|