@mirohq/design-system-base-switch 0.1.0-dropdown.0 → 0.1.0-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 +3 -3
package/dist/types.d.ts CHANGED
@@ -284,28 +284,28 @@ declare const Thumb: React.ForwardRefExoticComponent<Pick<Pick<Omit<{}, never> &
284
284
  readonly 'icon-400': "32px";
285
285
  };
286
286
  space: {
287
- readonly none: 0;
287
+ readonly 0: 0;
288
288
  readonly 50: "4px";
289
289
  readonly 100: "8px";
290
290
  readonly 150: "12px";
291
291
  readonly 200: "16px";
292
292
  readonly 300: "24px";
293
293
  readonly 400: "32px";
294
- readonly 500: "64px";
294
+ readonly 500: "40px";
295
295
  readonly 600: "48px";
296
296
  readonly 800: "64px";
297
297
  readonly 1200: "96px";
298
298
  readonly 1600: "128px";
299
299
  };
300
300
  'space-gap': {
301
- readonly none: any;
301
+ readonly 0: any;
302
302
  readonly 50: any;
303
303
  readonly 100: any;
304
304
  readonly 200: any;
305
305
  readonly 300: any;
306
306
  };
307
307
  'space-inset': {
308
- readonly none: any;
308
+ readonly 0: any;
309
309
  readonly 50: any;
310
310
  readonly 100: any;
311
311
  readonly 150: any;
@@ -318,7 +318,7 @@ declare const Thumb: React.ForwardRefExoticComponent<Pick<Pick<Omit<{}, never> &
318
318
  readonly 1600: any;
319
319
  };
320
320
  'space-offset': {
321
- readonly none: any;
321
+ readonly 0: any;
322
322
  readonly 50: any;
323
323
  readonly 100: any;
324
324
  readonly 150: any;
@@ -329,7 +329,7 @@ declare const Thumb: React.ForwardRefExoticComponent<Pick<Pick<Omit<{}, never> &
329
329
  readonly 800: any;
330
330
  readonly 1200: any;
331
331
  readonly 1600: any;
332
- readonly 'stacking-none': any;
332
+ readonly 'stacking-0': any;
333
333
  readonly 'stacking-100': any;
334
334
  readonly 'stacking-200': any;
335
335
  readonly 'stacking-300': any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-switch",
3
- "version": "0.1.0-dropdown.0",
3
+ "version": "0.1.0-dropdown.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,8 +26,8 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-primitive": "^1.1.0",
30
- "@mirohq/design-system-stitches": "^2.3.0"
29
+ "@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
30
+ "@mirohq/design-system-primitive": "^1.1.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../../rollup.config.js",