@reacteditor/core 0.0.24 → 0.0.25

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.
@@ -2737,7 +2737,8 @@ var DraggableComponent = ({
2737
2737
  transition: {
2738
2738
  duration: 200,
2739
2739
  easing: "cubic-bezier(0.2, 0, 0, 1)"
2740
- }
2740
+ },
2741
+ plugins: sortablePlugins
2741
2742
  });
2742
2743
  useEffect8(() => {
2743
2744
  const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
package/dist/index.js CHANGED
@@ -8607,7 +8607,8 @@ var DraggableComponent = ({
8607
8607
  transition: {
8608
8608
  duration: 200,
8609
8609
  easing: "cubic-bezier(0.2, 0, 0, 1)"
8610
- }
8610
+ },
8611
+ plugins: sortablePlugins
8611
8612
  });
8612
8613
  (0, import_react53.useEffect)(() => {
8613
8614
  const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
package/dist/index.mjs CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  usePropsContext,
28
28
  useRouteParams,
29
29
  useStableValue
30
- } from "./chunk-KX5236PM.mjs";
30
+ } from "./chunk-5MV45OEM.mjs";
31
31
  import "./chunk-UEPLVAME.mjs";
32
32
  import {
33
33
  Action,
@@ -8607,7 +8607,8 @@ var DraggableComponent = ({
8607
8607
  transition: {
8608
8608
  duration: 200,
8609
8609
  easing: "cubic-bezier(0.2, 0, 0, 1)"
8610
- }
8610
+ },
8611
+ plugins: sortablePlugins
8611
8612
  });
8612
8613
  (0, import_react53.useEffect)(() => {
8613
8614
  const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
@@ -27,7 +27,7 @@ import {
27
27
  usePropsContext,
28
28
  useRouteParams,
29
29
  useStableValue
30
- } from "./chunk-KX5236PM.mjs";
30
+ } from "./chunk-5MV45OEM.mjs";
31
31
  import "./chunk-UEPLVAME.mjs";
32
32
  import {
33
33
  Action,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reacteditor/core",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Frontend AI, Inc.",
6
6
  "repository": "reacteditor/editor",