@mirohq/design-system-switch 3.0.18 → 3.0.19

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 -3
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -221,8 +221,6 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<{
221
221
  readonly 200: "16px";
222
222
  };
223
223
  shadows: {
224
- readonly 50: "0 4px 16px #05003812";
225
- readonly 100: "0 8px 32px #05003808";
226
224
  readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
227
225
  readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
228
226
  readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
@@ -236,7 +234,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<{
236
234
  readonly 'icon-400': "32px";
237
235
  };
238
236
  space: {
239
- readonly 0: 0;
237
+ readonly 0: "0px";
240
238
  readonly 50: "4px";
241
239
  readonly 100: "8px";
242
240
  readonly 150: "12px";
@@ -266,6 +264,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<{
266
264
  readonly 300: any;
267
265
  readonly 400: any;
268
266
  readonly 600: any;
267
+ readonly 700: any;
269
268
  readonly 800: any;
270
269
  readonly 1200: any;
271
270
  readonly 1600: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "3.0.18",
3
+ "version": "3.0.19",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
- "@mirohq/design-system-base-switch": "^0.1.10",
32
- "@mirohq/design-system-stitches": "^2.3.12",
33
- "@mirohq/design-system-styles": "^1.1.9",
31
+ "@mirohq/design-system-base-switch": "^0.1.11",
32
+ "@mirohq/design-system-stitches": "^2.3.13",
33
+ "@mirohq/design-system-styles": "^1.1.10",
34
34
  "@mirohq/design-system-types": "^0.6.2",
35
35
  "@mirohq/design-system-utils": "^0.14.3"
36
36
  },