@mirohq/design-system-switch 3.0.1 → 3.0.2
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 +6 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -258,6 +258,11 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
258
258
|
readonly 'stacking-500': any;
|
|
259
259
|
readonly 'stacking-800': any;
|
|
260
260
|
};
|
|
261
|
+
'stroke-width': {
|
|
262
|
+
readonly thin: "1.5px";
|
|
263
|
+
readonly normal: "2px";
|
|
264
|
+
readonly bold: "4px";
|
|
265
|
+
};
|
|
261
266
|
'z-indices': {
|
|
262
267
|
readonly dropdownMenu: 100;
|
|
263
268
|
readonly popover: 200;
|
|
@@ -386,6 +391,7 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
386
391
|
readonly scrollPaddingRight: "space-inset";
|
|
387
392
|
readonly scrollPaddingTop: "space-inset";
|
|
388
393
|
readonly stroke: "colors";
|
|
394
|
+
readonly strokeWidth: "stroke-width";
|
|
389
395
|
readonly textDecorationColor: "colors";
|
|
390
396
|
readonly textShadow: "shadows";
|
|
391
397
|
readonly top: "space";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-switch",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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-stitches": "^2.
|
|
32
|
-
"@mirohq/design-system-styles": "^1.0.21",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.0",
|
|
33
32
|
"@mirohq/design-system-types": "^0.4.1",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.0.22",
|
|
34
34
|
"@mirohq/design-system-utils": "^0.13.1"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|