@mirohq/design-system-toolbar 2.5.7 → 2.5.8

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 +4 -4
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -274,8 +274,8 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
274
274
  "focus-small-outline": any;
275
275
  "focus-large": any;
276
276
  "focus-controls": any;
277
+ "focus-small-error": any;
277
278
  "focus-controls-error": any;
278
- "focus-controls-error-small": any;
279
279
  "focus-controls-success": any;
280
280
  };
281
281
  sizes: {
@@ -769,8 +769,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
769
769
  "focus-small-outline": any;
770
770
  "focus-large": any;
771
771
  "focus-controls": any;
772
+ "focus-small-error": any;
772
773
  "focus-controls-error": any;
773
- "focus-controls-error-small": any;
774
774
  "focus-controls-success": any;
775
775
  };
776
776
  sizes: {
@@ -1289,8 +1289,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
1289
1289
  "focus-small-outline": any;
1290
1290
  "focus-large": any;
1291
1291
  "focus-controls": any;
1292
+ "focus-small-error": any;
1292
1293
  "focus-controls-error": any;
1293
- "focus-controls-error-small": any;
1294
1294
  "focus-controls-success": any;
1295
1295
  };
1296
1296
  sizes: {
@@ -1784,8 +1784,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
1784
1784
  "focus-small-outline": any;
1785
1785
  "focus-large": any;
1786
1786
  "focus-controls": any;
1787
+ "focus-small-error": any;
1787
1788
  "focus-controls-error": any;
1788
- "focus-controls-error-small": any;
1789
1789
  "focus-controls-success": any;
1790
1790
  };
1791
1791
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-toolbar",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,8 +31,8 @@
31
31
  "@react-aria/interactions": "^3.13.0",
32
32
  "@react-aria/utils": "^3.13.0",
33
33
  "@react-types/shared": "^3.16.0",
34
- "@mirohq/design-system-stitches": "^2.6.5",
35
- "@mirohq/design-system-styles": "^1.2.4",
34
+ "@mirohq/design-system-stitches": "^2.6.6",
35
+ "@mirohq/design-system-styles": "^1.2.5",
36
36
  "@mirohq/design-system-utils": "^0.15.1",
37
37
  "@mirohq/design-system-use-press": "^0.3.2"
38
38
  },