@mirohq/design-system-switch 3.0.35 → 3.0.36

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 +1 -1
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -273,8 +273,8 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
273
273
  "focus-small-outline": any;
274
274
  "focus-large": any;
275
275
  "focus-controls": any;
276
+ "focus-small-error": any;
276
277
  "focus-controls-error": any;
277
- "focus-controls-error-small": any;
278
278
  "focus-controls-success": any;
279
279
  };
280
280
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "3.0.35",
3
+ "version": "3.0.36",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
- "@mirohq/design-system-base-switch": "^0.1.25",
32
- "@mirohq/design-system-stitches": "^2.6.5",
33
- "@mirohq/design-system-styles": "^1.2.4",
31
+ "@mirohq/design-system-base-switch": "^0.1.26",
34
32
  "@mirohq/design-system-types": "^0.7.0",
33
+ "@mirohq/design-system-stitches": "^2.6.6",
34
+ "@mirohq/design-system-styles": "^1.2.5",
35
35
  "@mirohq/design-system-utils": "^0.15.1"
36
36
  },
37
37
  "scripts": {