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