@yamada-ui/radio 1.2.8-dev-20240919162215 → 1.2.8-dev-20240920162115

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.
@@ -41,7 +41,7 @@ interface UseRadioGroupProps<Y extends string | number = string> {
41
41
  isNative?: boolean;
42
42
  }
43
43
  declare const useRadioGroup: <Y extends string | number, M extends Dict = Dict<any>>({ id, name, isNative, value: valueProp, defaultValue, onChange: onChangeProp, ...props }: UseRadioGroupProps<Y> & M) => {
44
- props: Omit<UseRadioGroupProps<Y> & M, "name" | "value" | "onChange" | "defaultValue" | "id" | "isNative">;
44
+ props: Omit<UseRadioGroupProps<Y> & M, "value" | "name" | "defaultValue" | "id" | "onChange" | "isNative">;
45
45
  id: string;
46
46
  name: string;
47
47
  value: Y;
@@ -41,7 +41,7 @@ interface UseRadioGroupProps<Y extends string | number = string> {
41
41
  isNative?: boolean;
42
42
  }
43
43
  declare const useRadioGroup: <Y extends string | number, M extends Dict = Dict<any>>({ id, name, isNative, value: valueProp, defaultValue, onChange: onChangeProp, ...props }: UseRadioGroupProps<Y> & M) => {
44
- props: Omit<UseRadioGroupProps<Y> & M, "name" | "value" | "onChange" | "defaultValue" | "id" | "isNative">;
44
+ props: Omit<UseRadioGroupProps<Y> & M, "value" | "name" | "defaultValue" | "id" | "onChange" | "isNative">;
45
45
  id: string;
46
46
  name: string;
47
47
  value: Y;
package/dist/radio.d.mts CHANGED
@@ -55,7 +55,7 @@ declare const useRadio: <Y extends string | number = string, M extends Dict = Di
55
55
  onBlur: (event: react.FocusEvent<HTMLElement, Element>) => void;
56
56
  } & Omit<_yamada_ui_form_control.UseFormControlProps<HTMLElement> & {
57
57
  id: string;
58
- } & Omit<UseRadioProps<Y> & M, "id">, "disabled" | "readOnly" | "required" | "isDisabled" | "id" | "onFocus" | "onBlur" | "isRequired" | "isInvalid" | "isReadOnly">, "name" | "value" | "onChange" | "id" | "defaultIsChecked" | "isChecked">, "disabled" | "aria-disabled" | "readOnly" | "required" | "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "data-readonly">;
58
+ } & Omit<UseRadioProps<Y> & M, "id">, "disabled" | "isDisabled" | "id" | "onFocus" | "onBlur" | "readOnly" | "required" | "isRequired" | "isInvalid" | "isReadOnly">, "value" | "name" | "id" | "onChange" | "defaultIsChecked" | "isChecked">, "disabled" | "aria-disabled" | "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "readOnly" | "required" | "data-readonly">;
59
59
  isFocusVisible: boolean;
60
60
  isFocused: boolean;
61
61
  isHovered: boolean;
package/dist/radio.d.ts CHANGED
@@ -55,7 +55,7 @@ declare const useRadio: <Y extends string | number = string, M extends Dict = Di
55
55
  onBlur: (event: react.FocusEvent<HTMLElement, Element>) => void;
56
56
  } & Omit<_yamada_ui_form_control.UseFormControlProps<HTMLElement> & {
57
57
  id: string;
58
- } & Omit<UseRadioProps<Y> & M, "id">, "disabled" | "readOnly" | "required" | "isDisabled" | "id" | "onFocus" | "onBlur" | "isRequired" | "isInvalid" | "isReadOnly">, "name" | "value" | "onChange" | "id" | "defaultIsChecked" | "isChecked">, "disabled" | "aria-disabled" | "readOnly" | "required" | "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "data-readonly">;
58
+ } & Omit<UseRadioProps<Y> & M, "id">, "disabled" | "isDisabled" | "id" | "onFocus" | "onBlur" | "readOnly" | "required" | "isRequired" | "isInvalid" | "isReadOnly">, "value" | "name" | "id" | "onChange" | "defaultIsChecked" | "isChecked">, "disabled" | "aria-disabled" | "_invalid" | "_hover" | "_active" | "_focus" | "_focusVisible" | "aria-invalid" | "aria-readonly" | "aria-required" | "onFocus" | "onBlur" | "readOnly" | "required" | "data-readonly">;
59
59
  isFocusVisible: boolean;
60
60
  isFocused: boolean;
61
61
  isHovered: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/radio",
3
- "version": "1.2.8-dev-20240919162215",
3
+ "version": "1.2.8-dev-20240920162115",
4
4
  "description": "Yamada UI radio component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,12 +36,12 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/core": "1.15.0-dev-20240919162215",
40
- "@yamada-ui/layouts": "1.1.35-dev-20240919162215",
41
- "@yamada-ui/use-controllable-state": "1.0.20-dev-20240919162215",
42
- "@yamada-ui/use-focus-visible": "1.1.7-dev-20240919162215",
43
- "@yamada-ui/utils": "1.5.1-dev-20240919162215",
44
- "@yamada-ui/form-control": "2.1.2-dev-20240919162215"
39
+ "@yamada-ui/core": "1.15.0-dev-20240920162115",
40
+ "@yamada-ui/form-control": "2.1.2-dev-20240920162115",
41
+ "@yamada-ui/layouts": "1.1.35-dev-20240920162115",
42
+ "@yamada-ui/use-controllable-state": "1.0.20-dev-20240920162115",
43
+ "@yamada-ui/use-focus-visible": "1.1.7-dev-20240920162115",
44
+ "@yamada-ui/utils": "1.5.1-dev-20240920162115"
45
45
  },
46
46
  "devDependencies": {
47
47
  "clean-package": "2.2.0",