@mirohq/design-system-grid 2.1.38 → 2.1.39

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
@@ -272,6 +272,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
272
272
  "focus-large": any;
273
273
  "focus-controls": any;
274
274
  "focus-controls-error": any;
275
+ "focus-controls-error-small": any;
275
276
  "focus-controls-success": any;
276
277
  };
277
278
  sizes: {
@@ -782,6 +783,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
782
783
  "focus-large": any;
783
784
  "focus-controls": any;
784
785
  "focus-controls-error": any;
786
+ "focus-controls-error-small": any;
785
787
  "focus-controls-success": any;
786
788
  };
787
789
  sizes: {
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.39",
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-stitches": "^2.6.5",
31
+ "@mirohq/design-system-utils": "^0.15.1"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",