@mirohq/design-system-scroll-area 0.1.10-select.0 → 0.1.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 +15 -15
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -288,9 +288,9 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<{}, neve
|
|
|
288
288
|
};
|
|
289
289
|
'z-indices': {
|
|
290
290
|
readonly dropdownMenu: 100;
|
|
291
|
-
readonly select:
|
|
292
|
-
readonly popover:
|
|
293
|
-
readonly tooltip:
|
|
291
|
+
readonly select: 200;
|
|
292
|
+
readonly popover: 300;
|
|
293
|
+
readonly tooltip: 400;
|
|
294
294
|
};
|
|
295
295
|
}, {
|
|
296
296
|
readonly background: "colors";
|
|
@@ -765,9 +765,9 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
765
765
|
};
|
|
766
766
|
'z-indices': {
|
|
767
767
|
readonly dropdownMenu: 100;
|
|
768
|
-
readonly select:
|
|
769
|
-
readonly popover:
|
|
770
|
-
readonly tooltip:
|
|
768
|
+
readonly select: 200;
|
|
769
|
+
readonly popover: 300;
|
|
770
|
+
readonly tooltip: 400;
|
|
771
771
|
};
|
|
772
772
|
}, {
|
|
773
773
|
readonly background: "colors";
|
|
@@ -1251,9 +1251,9 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
1251
1251
|
};
|
|
1252
1252
|
'z-indices': {
|
|
1253
1253
|
readonly dropdownMenu: 100;
|
|
1254
|
-
readonly select:
|
|
1255
|
-
readonly popover:
|
|
1256
|
-
readonly tooltip:
|
|
1254
|
+
readonly select: 200;
|
|
1255
|
+
readonly popover: 300;
|
|
1256
|
+
readonly tooltip: 400;
|
|
1257
1257
|
};
|
|
1258
1258
|
}, {
|
|
1259
1259
|
readonly background: "colors";
|
|
@@ -1733,9 +1733,9 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1733
1733
|
};
|
|
1734
1734
|
'z-indices': {
|
|
1735
1735
|
readonly dropdownMenu: 100;
|
|
1736
|
-
readonly select:
|
|
1737
|
-
readonly popover:
|
|
1738
|
-
readonly tooltip:
|
|
1736
|
+
readonly select: 200;
|
|
1737
|
+
readonly popover: 300;
|
|
1738
|
+
readonly tooltip: 400;
|
|
1739
1739
|
};
|
|
1740
1740
|
}, {
|
|
1741
1741
|
readonly background: "colors";
|
|
@@ -2209,9 +2209,9 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<{}, ne
|
|
|
2209
2209
|
};
|
|
2210
2210
|
'z-indices': {
|
|
2211
2211
|
readonly dropdownMenu: 100;
|
|
2212
|
-
readonly select:
|
|
2213
|
-
readonly popover:
|
|
2214
|
-
readonly tooltip:
|
|
2212
|
+
readonly select: 200;
|
|
2213
|
+
readonly popover: 300;
|
|
2214
|
+
readonly tooltip: 400;
|
|
2215
2215
|
};
|
|
2216
2216
|
}, {
|
|
2217
2217
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.1.10
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.11"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|