@mirohq/design-system-popover 5.0.28-select.0 → 5.0.28
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 +9 -9
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -289,9 +289,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
289
289
|
};
|
|
290
290
|
'z-indices': {
|
|
291
291
|
readonly dropdownMenu: 100;
|
|
292
|
-
readonly select:
|
|
293
|
-
readonly popover:
|
|
294
|
-
readonly tooltip:
|
|
292
|
+
readonly select: 200;
|
|
293
|
+
readonly popover: 300;
|
|
294
|
+
readonly tooltip: 400;
|
|
295
295
|
};
|
|
296
296
|
}, {
|
|
297
297
|
readonly background: "colors";
|
|
@@ -773,9 +773,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
773
773
|
};
|
|
774
774
|
'z-indices': {
|
|
775
775
|
readonly dropdownMenu: 100;
|
|
776
|
-
readonly select:
|
|
777
|
-
readonly popover:
|
|
778
|
-
readonly tooltip:
|
|
776
|
+
readonly select: 200;
|
|
777
|
+
readonly popover: 300;
|
|
778
|
+
readonly tooltip: 400;
|
|
779
779
|
};
|
|
780
780
|
}, {
|
|
781
781
|
readonly background: "colors";
|
|
@@ -1375,9 +1375,9 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1375
1375
|
};
|
|
1376
1376
|
'z-indices': {
|
|
1377
1377
|
readonly dropdownMenu: 100;
|
|
1378
|
-
readonly select:
|
|
1379
|
-
readonly popover:
|
|
1380
|
-
readonly tooltip:
|
|
1378
|
+
readonly select: 200;
|
|
1379
|
+
readonly popover: 300;
|
|
1380
|
+
readonly tooltip: 400;
|
|
1381
1381
|
};
|
|
1382
1382
|
}, {
|
|
1383
1383
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.0.28
|
|
3
|
+
"version": "5.0.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-popover": "^1.0.0",
|
|
31
31
|
"@radix-ui/react-use-size": "^1.0.1",
|
|
32
|
-
"@mirohq/design-system-icons": "^0.30.1
|
|
32
|
+
"@mirohq/design-system-icons": "^0.30.1",
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
35
|
-
"@mirohq/design-system-styles": "^1.1.7
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.7"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|