@yamada-ui/number-input 1.2.0-next-20241117114930 → 1.2.0-next-20241118203459

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { PropGetter, HTMLUIProps, ThemeProps, ColorModeToken, CSS } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, PropGetter } from '@yamada-ui/core';
3
3
  import * as react from 'react';
4
4
  import { InputHTMLAttributes } from 'react';
5
5
  import { UseFormControlProps } from '@yamada-ui/form-control';
@@ -1,5 +1,5 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { PropGetter, HTMLUIProps, ThemeProps, ColorModeToken, CSS } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, PropGetter } from '@yamada-ui/core';
3
3
  import * as react from 'react';
4
4
  import { InputHTMLAttributes } from 'react';
5
5
  import { UseFormControlProps } from '@yamada-ui/form-control';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/number-input",
3
- "version": "1.2.0-next-20241117114930",
3
+ "version": "1.2.0-next-20241118203459",
4
4
  "description": "Yamada UI number input component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@yamada-ui/core": "1.15.5",
40
40
  "@yamada-ui/form-control": "2.1.7",
41
- "@yamada-ui/icon": "1.1.12",
41
+ "@yamada-ui/icon": "1.1.13-next-20241118203459",
42
42
  "@yamada-ui/use-counter": "1.0.24",
43
43
  "@yamada-ui/use-event-listener": "1.0.23",
44
44
  "@yamada-ui/use-interval": "1.0.23",