@mirohq/design-system-grid 2.1.38 → 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 -0
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -271,6 +271,7 @@ 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
276
  "focus-controls-success": any;
276
277
  };
@@ -781,6 +782,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
781
782
  "focus-small-outline": any;
782
783
  "focus-large": any;
783
784
  "focus-controls": any;
785
+ "focus-small-error": any;
784
786
  "focus-controls-error": any;
785
787
  "focus-controls-success": any;
786
788
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "2.1.38",
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.4",
31
- "@mirohq/design-system-utils": "^0.15.0"
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",