@mirohq/design-system-grid 2.1.22-select.0 → 2.1.22
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 +6 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -311,9 +311,9 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
311
311
|
};
|
|
312
312
|
'z-indices': {
|
|
313
313
|
readonly dropdownMenu: 100;
|
|
314
|
-
readonly select:
|
|
315
|
-
readonly popover:
|
|
316
|
-
readonly tooltip:
|
|
314
|
+
readonly select: 200;
|
|
315
|
+
readonly popover: 300;
|
|
316
|
+
readonly tooltip: 400;
|
|
317
317
|
};
|
|
318
318
|
}, {
|
|
319
319
|
readonly background: "colors";
|
|
@@ -808,9 +808,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
808
808
|
};
|
|
809
809
|
'z-indices': {
|
|
810
810
|
readonly dropdownMenu: 100;
|
|
811
|
-
readonly select:
|
|
812
|
-
readonly popover:
|
|
813
|
-
readonly tooltip:
|
|
811
|
+
readonly select: 200;
|
|
812
|
+
readonly popover: 300;
|
|
813
|
+
readonly tooltip: 400;
|
|
814
814
|
};
|
|
815
815
|
}, {
|
|
816
816
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-grid",
|
|
3
|
-
"version": "2.1.22
|
|
3
|
+
"version": "2.1.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@mirohq/design-system-primitive": "^1.1.1",
|
|
29
30
|
"@mirohq/design-system-utils": "^0.14.3",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
31
|
-
"@mirohq/design-system-primitive": "^1.1.1"
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.11"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|