@yamada-ui/radio 0.5.2 → 0.5.4
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/radio-group.d.mts +1 -1
- package/dist/radio-group.d.ts +1 -1
- package/dist/radio.d.mts +1 -1
- package/dist/radio.d.ts +1 -1
- package/package.json +7 -7
package/dist/radio-group.d.mts
CHANGED
|
@@ -87,4 +87,4 @@ declare const RadioGroup: (<Y extends string | number = string>(props: ThemeProp
|
|
|
87
87
|
ref?: Ref<HTMLDivElement> | undefined;
|
|
88
88
|
}) => JSX.Element) & ComponentArgs;
|
|
89
89
|
|
|
90
|
-
export { RadioGroup, RadioGroupProps, RadioItem, UseRadioGroupProps, UseRadioGroupReturn, useRadioGroup, useRadioGroupContenxt };
|
|
90
|
+
export { RadioGroup, type RadioGroupProps, type RadioItem, type UseRadioGroupProps, type UseRadioGroupReturn, useRadioGroup, useRadioGroupContenxt };
|
package/dist/radio-group.d.ts
CHANGED
|
@@ -87,4 +87,4 @@ declare const RadioGroup: (<Y extends string | number = string>(props: ThemeProp
|
|
|
87
87
|
ref?: Ref<HTMLDivElement> | undefined;
|
|
88
88
|
}) => JSX.Element) & ComponentArgs;
|
|
89
89
|
|
|
90
|
-
export { RadioGroup, RadioGroupProps, RadioItem, UseRadioGroupProps, UseRadioGroupReturn, useRadioGroup, useRadioGroupContenxt };
|
|
90
|
+
export { RadioGroup, type RadioGroupProps, type RadioItem, type UseRadioGroupProps, type UseRadioGroupReturn, useRadioGroup, useRadioGroupContenxt };
|
package/dist/radio.d.mts
CHANGED
|
@@ -84,4 +84,4 @@ declare const Radio: (<Y extends string | number = string>(props: Omit<HTMLUIPro
|
|
|
84
84
|
ref?: Ref<HTMLInputElement> | undefined;
|
|
85
85
|
}) => JSX.Element) & ComponentArgs;
|
|
86
86
|
|
|
87
|
-
export { Radio, RadioProps, UseRadioProps, UseRadioReturn, useRadio };
|
|
87
|
+
export { Radio, type RadioProps, type UseRadioProps, type UseRadioReturn, useRadio };
|
package/dist/radio.d.ts
CHANGED
|
@@ -84,4 +84,4 @@ declare const Radio: (<Y extends string | number = string>(props: Omit<HTMLUIPro
|
|
|
84
84
|
ref?: Ref<HTMLInputElement> | undefined;
|
|
85
85
|
}) => JSX.Element) & ComponentArgs;
|
|
86
86
|
|
|
87
|
-
export { Radio, RadioProps, UseRadioProps, UseRadioReturn, useRadio };
|
|
87
|
+
export { Radio, type RadioProps, type UseRadioProps, type UseRadioReturn, useRadio };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/radio",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Yamada UI radio component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
39
|
-
"@yamada-ui/utils": "0.
|
|
40
|
-
"@yamada-ui/form-control": "0.3.
|
|
41
|
-
"@yamada-ui/layouts": "0.3.
|
|
42
|
-
"@yamada-ui/use-controllable-state": "0.4.
|
|
43
|
-
"@yamada-ui/use-focus-visible": "0.2.
|
|
38
|
+
"@yamada-ui/core": "0.13.1",
|
|
39
|
+
"@yamada-ui/utils": "0.4.0",
|
|
40
|
+
"@yamada-ui/form-control": "0.3.23",
|
|
41
|
+
"@yamada-ui/layouts": "0.3.21",
|
|
42
|
+
"@yamada-ui/use-controllable-state": "0.4.1",
|
|
43
|
+
"@yamada-ui/use-focus-visible": "0.2.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"react": "^18.0.0",
|