@mirohq/design-system-scroll-area 0.2.4 → 0.2.5
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 +5 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const StyledViewport: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
273
273
|
"focus-large": any;
|
|
274
274
|
"focus-controls": any;
|
|
275
275
|
"focus-controls-error": any;
|
|
276
|
+
"focus-controls-error-small": any;
|
|
276
277
|
"focus-controls-success": any;
|
|
277
278
|
};
|
|
278
279
|
sizes: {
|
|
@@ -767,6 +768,7 @@ declare const StyledScrollbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
767
768
|
"focus-large": any;
|
|
768
769
|
"focus-controls": any;
|
|
769
770
|
"focus-controls-error": any;
|
|
771
|
+
"focus-controls-error-small": any;
|
|
770
772
|
"focus-controls-success": any;
|
|
771
773
|
};
|
|
772
774
|
sizes: {
|
|
@@ -1271,6 +1273,7 @@ declare const StyledThumb: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1271
1273
|
"focus-large": any;
|
|
1272
1274
|
"focus-controls": any;
|
|
1273
1275
|
"focus-controls-error": any;
|
|
1276
|
+
"focus-controls-error-small": any;
|
|
1274
1277
|
"focus-controls-success": any;
|
|
1275
1278
|
};
|
|
1276
1279
|
sizes: {
|
|
@@ -1770,6 +1773,7 @@ declare const StyledCorner: react__default.ForwardRefExoticComponent<Omit<Omit<_
|
|
|
1770
1773
|
"focus-large": any;
|
|
1771
1774
|
"focus-controls": any;
|
|
1772
1775
|
"focus-controls-error": any;
|
|
1776
|
+
"focus-controls-error-small": any;
|
|
1773
1777
|
"focus-controls-success": any;
|
|
1774
1778
|
};
|
|
1775
1779
|
sizes: {
|
|
@@ -2263,6 +2267,7 @@ declare const StyledScrollArea: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2263
2267
|
"focus-large": any;
|
|
2264
2268
|
"focus-controls": any;
|
|
2265
2269
|
"focus-controls-error": any;
|
|
2270
|
+
"focus-controls-error-small": any;
|
|
2266
2271
|
"focus-controls-success": any;
|
|
2267
2272
|
};
|
|
2268
2273
|
sizes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-scroll-area",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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.6.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.5"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|