@mirohq/design-system-switch 3.0.37 → 3.0.38
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 +1 -3
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -6,9 +6,7 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
|
|
|
6
6
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
7
7
|
import * as RadixSwitch from '@radix-ui/react-switch';
|
|
8
8
|
|
|
9
|
-
declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement
|
|
10
|
-
children?: react.ReactNode;
|
|
11
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
9
|
+
declare const StyledSwitch: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
12
10
|
size?: "medium" | "large" | undefined;
|
|
13
11
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
14
12
|
size?: "medium" | "large" | undefined;
|
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.38",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-switch": "^1.0.0",
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-utils": "^0.15.
|
|
35
|
-
"@mirohq/design-system-
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.6.8",
|
|
32
|
+
"@mirohq/design-system-base-switch": "^0.1.28",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.2.7",
|
|
34
|
+
"@mirohq/design-system-utils": "^0.15.3",
|
|
35
|
+
"@mirohq/design-system-types": "^0.9.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|