@mirohq/design-system-checkbox 1.1.85 → 1.1.87
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 +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -6,9 +6,7 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
|
|
|
6
6
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
7
7
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
8
8
|
|
|
9
|
-
declare const StyledCheckbox: react.ForwardRefExoticComponent<Omit<Omit<_radix_ui_react_checkbox.CheckboxProps & react.RefAttributes<HTMLButtonElement
|
|
10
|
-
children?: react.ReactNode;
|
|
11
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
9
|
+
declare const StyledCheckbox: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_radix_ui_react_checkbox.CheckboxProps & react.RefAttributes<HTMLButtonElement>>>, "size" | "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
12
10
|
variant?: "solid-prominent" | "solid-subtle" | "ghost" | undefined;
|
|
13
11
|
size?: "small" | "large" | undefined;
|
|
14
12
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_checkbox.CheckboxProps & react.RefAttributes<HTMLButtonElement>>, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-checkbox",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@radix-ui/react-checkbox": "^1.0.0",
|
|
30
|
+
"@mirohq/design-system-icons": "^0.42.1",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.6.8",
|
|
30
32
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
31
|
-
"@mirohq/design-system-
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-types": "^0.8.0",
|
|
34
|
-
"@mirohq/design-system-utils": "^0.15.2"
|
|
33
|
+
"@mirohq/design-system-types": "^0.9.0",
|
|
34
|
+
"@mirohq/design-system-utils": "^0.15.3"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|