@yamada-ui/input 0.3.21 → 0.3.23

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.
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Input
4
- } from "./chunk-QRPS2NTM.mjs";
4
+ } from "./chunk-P4VBCHAK.mjs";
5
5
 
6
6
  // src/input-group.tsx
7
7
  import {
@@ -7,9 +7,7 @@ import {
7
7
  omitThemeProps,
8
8
  useMultiComponentStyle
9
9
  } from "@yamada-ui/core";
10
- import {
11
- useFormControlProps
12
- } from "@yamada-ui/form-control";
10
+ import { useFormControlProps } from "@yamada-ui/form-control";
13
11
  import { cx } from "@yamada-ui/utils";
14
12
  import { jsx } from "react/jsx-runtime";
15
13
  var Input = forwardRef((props, ref) => {
package/dist/index.mjs CHANGED
@@ -5,10 +5,10 @@ import {
5
5
  InputLeftElement,
6
6
  InputRightAddon,
7
7
  InputRightElement
8
- } from "./chunk-RRTHLFLE.mjs";
8
+ } from "./chunk-7GTVBIVE.mjs";
9
9
  import {
10
10
  Input
11
- } from "./chunk-QRPS2NTM.mjs";
11
+ } from "./chunk-P4VBCHAK.mjs";
12
12
  export {
13
13
  Input,
14
14
  InputGroup,
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  InputLeftAddon,
4
4
  InputRightAddon
5
- } from "./chunk-RRTHLFLE.mjs";
6
- import "./chunk-QRPS2NTM.mjs";
5
+ } from "./chunk-7GTVBIVE.mjs";
6
+ import "./chunk-P4VBCHAK.mjs";
7
7
  export {
8
8
  InputLeftAddon,
9
9
  InputRightAddon
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  InputLeftElement,
4
4
  InputRightElement
5
- } from "./chunk-RRTHLFLE.mjs";
6
- import "./chunk-QRPS2NTM.mjs";
5
+ } from "./chunk-7GTVBIVE.mjs";
6
+ import "./chunk-P4VBCHAK.mjs";
7
7
  export {
8
8
  InputLeftElement,
9
9
  InputRightElement
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  InputGroup,
4
4
  useInputGroup
5
- } from "./chunk-RRTHLFLE.mjs";
6
- import "./chunk-QRPS2NTM.mjs";
5
+ } from "./chunk-7GTVBIVE.mjs";
6
+ import "./chunk-P4VBCHAK.mjs";
7
7
  export {
8
8
  InputGroup,
9
9
  useInputGroup
package/dist/input.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  Input
4
- } from "./chunk-QRPS2NTM.mjs";
4
+ } from "./chunk-P4VBCHAK.mjs";
5
5
  export {
6
6
  Input
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/input",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Yamada UI input component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,11 +35,11 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.6",
38
+ "@yamada-ui/core": "0.12.7",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/file-input": "0.4.12",
41
- "@yamada-ui/form-control": "0.3.19",
42
- "@yamada-ui/use-token": "0.3.10"
40
+ "@yamada-ui/file-input": "0.4.14",
41
+ "@yamada-ui/form-control": "0.3.20",
42
+ "@yamada-ui/use-token": "0.3.11"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",