@mirohq/design-system-switch 3.0.3-dropdown.0 → 3.0.3-dropdown.1

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 +6 -6
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -205,28 +205,28 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
205
205
  readonly 'icon-400': "32px";
206
206
  };
207
207
  space: {
208
- readonly none: 0;
208
+ readonly 0: 0;
209
209
  readonly 50: "4px";
210
210
  readonly 100: "8px";
211
211
  readonly 150: "12px";
212
212
  readonly 200: "16px";
213
213
  readonly 300: "24px";
214
214
  readonly 400: "32px";
215
- readonly 500: "64px";
215
+ readonly 500: "40px";
216
216
  readonly 600: "48px";
217
217
  readonly 800: "64px";
218
218
  readonly 1200: "96px";
219
219
  readonly 1600: "128px";
220
220
  };
221
221
  'space-gap': {
222
- readonly none: any;
222
+ readonly 0: any;
223
223
  readonly 50: any;
224
224
  readonly 100: any;
225
225
  readonly 200: any;
226
226
  readonly 300: any;
227
227
  };
228
228
  'space-inset': {
229
- readonly none: any;
229
+ readonly 0: any;
230
230
  readonly 50: any;
231
231
  readonly 100: any;
232
232
  readonly 150: any;
@@ -239,7 +239,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
239
239
  readonly 1600: any;
240
240
  };
241
241
  'space-offset': {
242
- readonly none: any;
242
+ readonly 0: any;
243
243
  readonly 50: any;
244
244
  readonly 100: any;
245
245
  readonly 150: any;
@@ -250,7 +250,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
250
250
  readonly 800: any;
251
251
  readonly 1200: any;
252
252
  readonly 1600: any;
253
- readonly 'stacking-none': any;
253
+ readonly 'stacking-0': any;
254
254
  readonly 'stacking-100': any;
255
255
  readonly 'stacking-200': any;
256
256
  readonly 'stacking-300': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "3.0.3-dropdown.0",
3
+ "version": "3.0.3-dropdown.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,11 +29,11 @@
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
31
  "@react-aria/interactions": "^3.13.0",
32
- "@mirohq/design-system-base-switch": "^0.1.0-dropdown.0",
33
- "@mirohq/design-system-stitches": "^2.3.0",
34
- "@mirohq/design-system-styles": "^1.0.22",
35
- "@mirohq/design-system-types": "^0.4.1",
36
- "@mirohq/design-system-utils": "^0.13.1"
32
+ "@mirohq/design-system-base-switch": "^0.1.0-dropdown.1",
33
+ "@mirohq/design-system-utils": "^0.13.2",
34
+ "@mirohq/design-system-types": "^0.5.0",
35
+ "@mirohq/design-system-styles": "^1.0.24-dropdown.0",
36
+ "@mirohq/design-system-stitches": "^2.3.2-dropdown.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",