@mirohq/design-system-base-switch 0.1.10 → 0.1.11
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.
- package/dist/types.d.ts +2 -3
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -300,8 +300,6 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
300
300
|
readonly 200: "16px";
|
|
301
301
|
};
|
|
302
302
|
shadows: {
|
|
303
|
-
readonly 50: "0 4px 16px #05003812";
|
|
304
|
-
readonly 100: "0 8px 32px #05003808";
|
|
305
303
|
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";
|
|
306
304
|
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";
|
|
307
305
|
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";
|
|
@@ -315,7 +313,7 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
315
313
|
readonly 'icon-400': "32px";
|
|
316
314
|
};
|
|
317
315
|
space: {
|
|
318
|
-
readonly 0:
|
|
316
|
+
readonly 0: "0px";
|
|
319
317
|
readonly 50: "4px";
|
|
320
318
|
readonly 100: "8px";
|
|
321
319
|
readonly 150: "12px";
|
|
@@ -345,6 +343,7 @@ declare const Thumb: React.ForwardRefExoticComponent<Omit<Omit<Omit<{}, never> &
|
|
|
345
343
|
readonly 300: any;
|
|
346
344
|
readonly 400: any;
|
|
347
345
|
readonly 600: any;
|
|
346
|
+
readonly 700: any;
|
|
348
347
|
readonly 800: any;
|
|
349
348
|
readonly 1200: any;
|
|
350
349
|
readonly 1600: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-switch",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.13"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../../rollup.config.js",
|