@yamada-ui/radio 1.2.14-next-20241119123334 → 1.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import { RadioProps } from './radio.mjs';
2
2
  import * as react from 'react';
3
- import { ChangeEvent, RefAttributes, ReactElement } from 'react';
4
- import { PropGetter, ThemeProps, ComponentArgs } from '@yamada-ui/core';
3
+ import { RefAttributes, ReactElement, ChangeEvent } from 'react';
4
+ import { ThemeProps, ComponentArgs, PropGetter } 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';
@@ -1,7 +1,7 @@
1
1
  import { RadioProps } from './radio.js';
2
2
  import * as react from 'react';
3
- import { ChangeEvent, RefAttributes, ReactElement } from 'react';
4
- import { PropGetter, ThemeProps, ComponentArgs } from '@yamada-ui/core';
3
+ import { RefAttributes, ReactElement, ChangeEvent } from 'react';
4
+ import { ThemeProps, ComponentArgs, PropGetter } 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, RefAttributes, ReactElement, InputHTMLAttributes } from 'react';
5
- import { PropGetter, HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
4
+ import { ChangeEventHandler, InputHTMLAttributes, RefAttributes, ReactElement } from 'react';
5
+ import { HTMLUIProps, ThemeProps, ComponentArgs, PropGetter } 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, RefAttributes, ReactElement, InputHTMLAttributes } from 'react';
5
- import { PropGetter, HTMLUIProps, ThemeProps, ComponentArgs } from '@yamada-ui/core';
4
+ import { ChangeEventHandler, InputHTMLAttributes, RefAttributes, ReactElement } from 'react';
5
+ import { HTMLUIProps, ThemeProps, ComponentArgs, PropGetter } 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.14-next-20241119123334",
3
+ "version": "1.2.14",
4
4
  "description": "Yamada UI radio component",
5
5
  "keywords": [
6
6
  "yamada",