@yamada-ui/editable 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.
@@ -26,12 +26,7 @@ import {
26
26
  mergeRefs,
27
27
  pickObject
28
28
  } from "@yamada-ui/utils";
29
- import {
30
- useCallback,
31
- useEffect,
32
- useRef,
33
- useState
34
- } from "react";
29
+ import { useCallback, useEffect, useRef, useState } from "react";
35
30
  import { jsx } from "react/jsx-runtime";
36
31
  var useEditable = (props) => {
37
32
  const {
package/dist/editable.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  EditableTextarea,
7
7
  useEditable,
8
8
  useEditableControl
9
- } from "./chunk-WTWBPHSV.mjs";
9
+ } from "./chunk-FACBPYPQ.mjs";
10
10
  export {
11
11
  Editable,
12
12
  EditableInput,
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  EditableTextarea,
7
7
  useEditable,
8
8
  useEditableControl
9
- } from "./chunk-WTWBPHSV.mjs";
9
+ } from "./chunk-FACBPYPQ.mjs";
10
10
  export {
11
11
  Editable,
12
12
  EditableInput,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/editable",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Yamada UI editable 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/form-control": "0.3.19",
41
- "@yamada-ui/use-controllable-state": "0.3.1",
42
- "@yamada-ui/use-focus": "0.2.5"
40
+ "@yamada-ui/form-control": "0.3.20",
41
+ "@yamada-ui/use-controllable-state": "0.4.0",
42
+ "@yamada-ui/use-focus": "0.2.6"
43
43
  },
44
44
  "devDependencies": {
45
45
  "react": "^18.0.0",