@yamada-ui/reorder 0.3.17 → 0.3.19

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,10 +1,10 @@
1
1
  "use client"
2
2
  import {
3
3
  useReorderItemContext
4
- } from "./chunk-UAVAC3SQ.mjs";
4
+ } from "./chunk-Z44QKKOP.mjs";
5
5
  import {
6
6
  useReorderContext
7
- } from "./chunk-Q3OZOO4X.mjs";
7
+ } from "./chunk-GOOHL62S.mjs";
8
8
 
9
9
  // src/reorder-trigger.tsx
10
10
  import { ui, forwardRef } from "@yamada-ui/core";
@@ -1,11 +1,7 @@
1
1
  "use client"
2
2
 
3
3
  // src/reorder.tsx
4
- import {
5
- ui,
6
- useMultiComponentStyle,
7
- omitThemeProps
8
- } from "@yamada-ui/core";
4
+ import { ui, useMultiComponentStyle, omitThemeProps } from "@yamada-ui/core";
9
5
  import { MotionReorder } from "@yamada-ui/motion";
10
6
  import {
11
7
  createContext,
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  useReorderContext
4
- } from "./chunk-Q3OZOO4X.mjs";
4
+ } from "./chunk-GOOHL62S.mjs";
5
5
 
6
6
  // src/reorder-item.tsx
7
7
  import { ui } from "@yamada-ui/core";
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  "use client"
2
2
  import {
3
3
  ReorderTrigger
4
- } from "./chunk-ZW25IJKF.mjs";
4
+ } from "./chunk-7ACCIMKU.mjs";
5
5
  import {
6
6
  ReorderItem
7
- } from "./chunk-UAVAC3SQ.mjs";
7
+ } from "./chunk-Z44QKKOP.mjs";
8
8
  import {
9
9
  Reorder
10
- } from "./chunk-Q3OZOO4X.mjs";
10
+ } from "./chunk-GOOHL62S.mjs";
11
11
  export {
12
12
  Reorder,
13
13
  ReorderItem,
@@ -3,8 +3,8 @@ import {
3
3
  ReorderItem,
4
4
  ReorderItemProvider,
5
5
  useReorderItemContext
6
- } from "./chunk-UAVAC3SQ.mjs";
7
- import "./chunk-Q3OZOO4X.mjs";
6
+ } from "./chunk-Z44QKKOP.mjs";
7
+ import "./chunk-GOOHL62S.mjs";
8
8
  export {
9
9
  ReorderItem,
10
10
  ReorderItemProvider,
@@ -1,9 +1,9 @@
1
1
  "use client"
2
2
  import {
3
3
  ReorderTrigger
4
- } from "./chunk-ZW25IJKF.mjs";
5
- import "./chunk-UAVAC3SQ.mjs";
6
- import "./chunk-Q3OZOO4X.mjs";
4
+ } from "./chunk-7ACCIMKU.mjs";
5
+ import "./chunk-Z44QKKOP.mjs";
6
+ import "./chunk-GOOHL62S.mjs";
7
7
  export {
8
8
  ReorderTrigger
9
9
  };
package/dist/reorder.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Reorder,
4
4
  ReorderProvider,
5
5
  useReorderContext
6
- } from "./chunk-Q3OZOO4X.mjs";
6
+ } from "./chunk-GOOHL62S.mjs";
7
7
  export {
8
8
  Reorder,
9
9
  ReorderProvider,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/reorder",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "description": "Yamada UI reorder component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
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.8",
39
39
  "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/motion": "0.4.16",
41
- "@yamada-ui/icon": "0.3.16"
40
+ "@yamada-ui/motion": "0.4.18",
41
+ "@yamada-ui/icon": "0.3.18"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",