@yamada-ui/radio 1.2.8-dev-20240917124609 → 1.2.8-dev-20240917183013
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -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, "
|
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-group.d.ts
CHANGED
@@ -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, "
|
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" | "
|
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" | "
|
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-
|
3
|
+
"version": "1.2.8-dev-20240917183013",
|
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-
|
40
|
-
"@yamada-ui/form-control": "2.1.2-dev-
|
41
|
-
"@yamada-ui/layouts": "1.1.35-dev-
|
42
|
-
"@yamada-ui/use-controllable-state": "1.0.20-dev-
|
43
|
-
"@yamada-ui/use-focus-visible": "1.1.7-dev-
|
44
|
-
"@yamada-ui/utils": "1.5.1-dev-
|
39
|
+
"@yamada-ui/core": "1.15.0-dev-20240917183013",
|
40
|
+
"@yamada-ui/form-control": "2.1.2-dev-20240917183013",
|
41
|
+
"@yamada-ui/layouts": "1.1.35-dev-20240917183013",
|
42
|
+
"@yamada-ui/use-controllable-state": "1.0.20-dev-20240917183013",
|
43
|
+
"@yamada-ui/use-focus-visible": "1.1.7-dev-20240917183013",
|
44
|
+
"@yamada-ui/utils": "1.5.1-dev-20240917183013"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"clean-package": "2.2.0",
|