@yamada-ui/radio 0.5.2 → 0.5.3

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.
@@ -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 };
@@ -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.2",
3
+ "version": "0.5.3",
4
4
  "description": "Yamada UI radio component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.8",
38
+ "@yamada-ui/core": "0.13.0",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/form-control": "0.3.21",
41
- "@yamada-ui/layouts": "0.3.19",
40
+ "@yamada-ui/form-control": "0.3.22",
41
+ "@yamada-ui/layouts": "0.3.20",
42
42
  "@yamada-ui/use-controllable-state": "0.4.0",
43
43
  "@yamada-ui/use-focus-visible": "0.2.5"
44
44
  },