@mirohq/design-system-toolbar 2.2.10-select.0 → 2.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 +12 -12
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -292,9 +292,9 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
292
292
|
};
|
|
293
293
|
'z-indices': {
|
|
294
294
|
readonly dropdownMenu: 100;
|
|
295
|
-
readonly select:
|
|
296
|
-
readonly popover:
|
|
297
|
-
readonly tooltip:
|
|
295
|
+
readonly select: 200;
|
|
296
|
+
readonly popover: 300;
|
|
297
|
+
readonly tooltip: 400;
|
|
298
298
|
};
|
|
299
299
|
}, {
|
|
300
300
|
readonly background: "colors";
|
|
@@ -775,9 +775,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
775
775
|
};
|
|
776
776
|
'z-indices': {
|
|
777
777
|
readonly dropdownMenu: 100;
|
|
778
|
-
readonly select:
|
|
779
|
-
readonly popover:
|
|
780
|
-
readonly tooltip:
|
|
778
|
+
readonly select: 200;
|
|
779
|
+
readonly popover: 300;
|
|
780
|
+
readonly tooltip: 400;
|
|
781
781
|
};
|
|
782
782
|
}, {
|
|
783
783
|
readonly background: "colors";
|
|
@@ -1271,9 +1271,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
1271
1271
|
};
|
|
1272
1272
|
'z-indices': {
|
|
1273
1273
|
readonly dropdownMenu: 100;
|
|
1274
|
-
readonly select:
|
|
1275
|
-
readonly popover:
|
|
1276
|
-
readonly tooltip:
|
|
1274
|
+
readonly select: 200;
|
|
1275
|
+
readonly popover: 300;
|
|
1276
|
+
readonly tooltip: 400;
|
|
1277
1277
|
};
|
|
1278
1278
|
}, {
|
|
1279
1279
|
readonly background: "colors";
|
|
@@ -1748,9 +1748,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
1748
1748
|
};
|
|
1749
1749
|
'z-indices': {
|
|
1750
1750
|
readonly dropdownMenu: 100;
|
|
1751
|
-
readonly select:
|
|
1752
|
-
readonly popover:
|
|
1753
|
-
readonly tooltip:
|
|
1751
|
+
readonly select: 200;
|
|
1752
|
+
readonly popover: 300;
|
|
1753
|
+
readonly tooltip: 400;
|
|
1754
1754
|
};
|
|
1755
1755
|
}, {
|
|
1756
1756
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.2.10
|
|
3
|
+
"version": "2.2.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-toolbar": "^1.0.0",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
32
|
-
"@mirohq/design-system-styles": "^1.1.7
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
32
|
+
"@mirohq/design-system-styles": "^1.1.7"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|