@mirohq/design-system-grid 2.1.39 → 2.1.40

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 +2 -2
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -271,8 +271,8 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
271
271
  "focus-small-outline": any;
272
272
  "focus-large": any;
273
273
  "focus-controls": any;
274
+ "focus-small-error": any;
274
275
  "focus-controls-error": any;
275
- "focus-controls-error-small": any;
276
276
  "focus-controls-success": any;
277
277
  };
278
278
  sizes: {
@@ -782,8 +782,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
782
782
  "focus-small-outline": any;
783
783
  "focus-large": any;
784
784
  "focus-controls": any;
785
+ "focus-small-error": any;
785
786
  "focus-controls-error": any;
786
- "focus-controls-error-small": any;
787
787
  "focus-controls-success": any;
788
788
  };
789
789
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "2.1.39",
3
+ "version": "2.1.40",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.2",
30
- "@mirohq/design-system-stitches": "^2.6.5",
31
- "@mirohq/design-system-utils": "^0.15.1"
30
+ "@mirohq/design-system-utils": "^0.15.1",
31
+ "@mirohq/design-system-stitches": "^2.6.6"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",