@yamada-ui/radio 1.2.14 → 1.2.15-dev-20241124015916
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 +2 -2
- package/dist/radio-group.d.ts +2 -2
- package/dist/radio.d.mts +2 -2
- package/dist/radio.d.ts +2 -2
- package/package.json +4 -4
package/dist/radio-group.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RadioProps } from './radio.mjs';
|
|
2
2
|
import * as react from 'react';
|
|
3
|
-
import { RefAttributes, ReactElement
|
|
4
|
-
import { ThemeProps, ComponentArgs
|
|
3
|
+
import { ChangeEvent, RefAttributes, ReactElement } from 'react';
|
|
4
|
+
import { PropGetter, ThemeProps, ComponentArgs } from '@yamada-ui/core';
|
|
5
5
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
6
6
|
import { FlexProps } from '@yamada-ui/layouts';
|
|
7
7
|
import { Dict } from '@yamada-ui/utils';
|
package/dist/radio-group.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RadioProps } from './radio.js';
|
|
2
2
|
import * as react from 'react';
|
|
3
|
-
import { RefAttributes, ReactElement
|
|
4
|
-
import { ThemeProps, ComponentArgs
|
|
3
|
+
import { ChangeEvent, RefAttributes, ReactElement } from 'react';
|
|
4
|
+
import { PropGetter, ThemeProps, ComponentArgs } from '@yamada-ui/core';
|
|
5
5
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
6
6
|
import { FlexProps } from '@yamada-ui/layouts';
|
|
7
7
|
import { Dict } from '@yamada-ui/utils';
|
package/dist/radio.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _yamada_ui_form_control from '@yamada-ui/form-control';
|
|
2
2
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
3
3
|
import * as react from 'react';
|
|
4
|
-
import { ChangeEventHandler,
|
|
5
|
-
import { HTMLUIProps, ThemeProps, ComponentArgs
|
|
4
|
+
import { ChangeEventHandler, RefAttributes, ReactElement, InputHTMLAttributes } from 'react';
|
|
5
|
+
import { PropGetter, HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
|
|
6
6
|
import { Dict } from '@yamada-ui/utils';
|
|
7
7
|
|
|
8
8
|
interface UseRadioProps<Y extends number | string = string> extends FormControlOptions {
|
package/dist/radio.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _yamada_ui_form_control from '@yamada-ui/form-control';
|
|
2
2
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
|
3
3
|
import * as react from 'react';
|
|
4
|
-
import { ChangeEventHandler,
|
|
5
|
-
import { HTMLUIProps, ThemeProps, ComponentArgs
|
|
4
|
+
import { ChangeEventHandler, RefAttributes, ReactElement, InputHTMLAttributes } from 'react';
|
|
5
|
+
import { PropGetter, HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
|
|
6
6
|
import { Dict } from '@yamada-ui/utils';
|
|
7
7
|
|
|
8
8
|
interface UseRadioProps<Y extends number | string = string> extends FormControlOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/radio",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15-dev-20241124015916",
|
|
4
4
|
"description": "Yamada UI radio component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@yamada-ui/core": "1.15.
|
|
40
|
-
"@yamada-ui/form-control": "2.1.
|
|
41
|
-
"@yamada-ui/layouts": "1.2.
|
|
39
|
+
"@yamada-ui/core": "1.15.6-dev-20241124015916",
|
|
40
|
+
"@yamada-ui/form-control": "2.1.8-dev-20241124015916",
|
|
41
|
+
"@yamada-ui/layouts": "1.2.2-dev-20241124015916",
|
|
42
42
|
"@yamada-ui/use-controllable-state": "1.0.23",
|
|
43
43
|
"@yamada-ui/use-focus-visible": "1.1.10",
|
|
44
44
|
"@yamada-ui/utils": "1.5.4"
|