@mirohq/design-system-scroll-area 0.2.4 → 0.2.6

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