@yamada-ui/number-input 1.2.0 → 1.2.1-dev-20241123052407

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 { HTMLUIProps, ThemeProps, ColorModeToken, CSS, PropGetter } from '@yamada-ui/core';
2
+ import { PropGetter, HTMLUIProps, ThemeProps, ColorModeToken, CSS } 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 { HTMLUIProps, ThemeProps, ColorModeToken, CSS, PropGetter } from '@yamada-ui/core';
2
+ import { PropGetter, HTMLUIProps, ThemeProps, ColorModeToken, CSS } 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",
3
+ "version": "1.2.1-dev-20241123052407",
4
4
  "description": "Yamada UI number input 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.5",
40
- "@yamada-ui/form-control": "2.1.7",
41
- "@yamada-ui/icon": "1.1.13",
39
+ "@yamada-ui/core": "1.15.6-dev-20241123052407",
40
+ "@yamada-ui/form-control": "2.1.8-dev-20241123052407",
41
+ "@yamada-ui/icon": "1.1.14-dev-20241123052407",
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",