@dnd-kit/react 0.0.6-beta-20241023161016 → 0.0.6-beta-20241104012159

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.
package/hooks.cjs CHANGED
@@ -78,5 +78,5 @@ exports.useImmediateEffect = useImmediateEffect;
78
78
  exports.useIsomorphicLayoutEffect = useIsomorphicLayoutEffect;
79
79
  exports.useLatest = useLatest;
80
80
  exports.useOnValueChange = useOnValueChange;
81
- //# sourceMappingURL=out.js.map
81
+ //# sourceMappingURL=hooks.cjs.map
82
82
  //# sourceMappingURL=hooks.cjs.map
package/hooks.js CHANGED
@@ -71,5 +71,5 @@ function useOnValueChange(value, onChange, effect2 = useEffect, compare = Object
71
71
  }
72
72
 
73
73
  export { useComputed, useConstant, useImmediateEffect, useIsomorphicLayoutEffect, useLatest, useOnValueChange };
74
- //# sourceMappingURL=out.js.map
74
+ //# sourceMappingURL=hooks.js.map
75
75
  //# sourceMappingURL=hooks.js.map
package/index.cjs CHANGED
@@ -302,5 +302,5 @@ exports.useDragOperation = useDragOperation;
302
302
  exports.useDraggable = useDraggable;
303
303
  exports.useDroppable = useDroppable;
304
304
  exports.useInstance = useInstance;
305
- //# sourceMappingURL=out.js.map
305
+ //# sourceMappingURL=index.cjs.map
306
306
  //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -295,5 +295,5 @@ function useDragOperation() {
295
295
  }
296
296
 
297
297
  export { DragDropProvider, useDragDropManager, useDragOperation, useDraggable, useDroppable, useInstance };
298
- //# sourceMappingURL=out.js.map
298
+ //# sourceMappingURL=index.js.map
299
299
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnd-kit/react",
3
- "version": "0.0.6-beta-20241023161016",
3
+ "version": "0.0.6-beta-20241104012159",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.js",
6
6
  "type": "module",
@@ -56,9 +56,9 @@
56
56
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
57
57
  },
58
58
  "dependencies": {
59
- "@dnd-kit/abstract": "0.0.6-beta-20241023161016",
60
- "@dnd-kit/dom": "0.0.6-beta-20241023161016",
61
- "@dnd-kit/state": "0.0.6-beta-20241023161016",
59
+ "@dnd-kit/abstract": "0.0.6-beta-20241104012159",
60
+ "@dnd-kit/dom": "0.0.6-beta-20241104012159",
61
+ "@dnd-kit/state": "0.0.6-beta-20241104012159",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "peerDependencies": {
package/sortable.cjs CHANGED
@@ -149,5 +149,5 @@ function useSortable(input) {
149
149
  }
150
150
 
151
151
  exports.useSortable = useSortable;
152
- //# sourceMappingURL=out.js.map
152
+ //# sourceMappingURL=sortable.cjs.map
153
153
  //# sourceMappingURL=sortable.cjs.map
package/sortable.js CHANGED
@@ -147,5 +147,5 @@ function useSortable(input) {
147
147
  }
148
148
 
149
149
  export { useSortable };
150
- //# sourceMappingURL=out.js.map
150
+ //# sourceMappingURL=sortable.js.map
151
151
  //# sourceMappingURL=sortable.js.map
package/utilities.cjs CHANGED
@@ -13,5 +13,5 @@ function currentValue(value) {
13
13
  }
14
14
 
15
15
  exports.currentValue = currentValue;
16
- //# sourceMappingURL=out.js.map
16
+ //# sourceMappingURL=utilities.cjs.map
17
17
  //# sourceMappingURL=utilities.cjs.map
package/utilities.js CHANGED
@@ -11,5 +11,5 @@ function currentValue(value) {
11
11
  }
12
12
 
13
13
  export { currentValue };
14
- //# sourceMappingURL=out.js.map
14
+ //# sourceMappingURL=utilities.js.map
15
15
  //# sourceMappingURL=utilities.js.map