@reacteditor/core 0.0.2 → 0.0.3

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.
@@ -3186,12 +3186,7 @@ import {
3186
3186
  useRef as useRef3,
3187
3187
  useState as useState10
3188
3188
  } from "react";
3189
- import {
3190
- AutoScroller,
3191
- defaultPreset,
3192
- ScrollListener,
3193
- Scroller
3194
- } from "@dnd-kit/dom";
3189
+ import { AutoScroller, defaultPreset } from "@dnd-kit/dom";
3195
3190
 
3196
3191
  // lib/dnd/NestedDroppablePlugin.ts
3197
3192
  init_react_import();
@@ -3706,8 +3701,6 @@ var DragDropContextClient = ({
3706
3701
  }
3707
3702
  }, []);
3708
3703
  const [plugins] = useState10(() => [
3709
- ScrollListener,
3710
- Scroller,
3711
3704
  ...disableAutoScroll ? defaultPreset.plugins.filter((plugin) => plugin !== AutoScroller) : defaultPreset.plugins,
3712
3705
  createNestedDroppablePlugin(
3713
3706
  {
package/dist/index.js CHANGED
@@ -10784,8 +10784,6 @@ var DragDropContextClient = ({
10784
10784
  }
10785
10785
  }, []);
10786
10786
  const [plugins] = (0, import_react70.useState)(() => [
10787
- import_dom.ScrollListener,
10788
- import_dom.Scroller,
10789
10787
  ...disableAutoScroll ? import_dom.defaultPreset.plugins.filter((plugin) => plugin !== import_dom.AutoScroller) : import_dom.defaultPreset.plugins,
10790
10788
  createNestedDroppablePlugin(
10791
10789
  {
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  setDeep,
20
20
  useEditor,
21
21
  useGetEditor
22
- } from "./chunk-BQ2PZ2YN.mjs";
22
+ } from "./chunk-QX2COKIL.mjs";
23
23
  import "./chunk-TCVU3WEN.mjs";
24
24
  import {
25
25
  migrate,
@@ -10784,8 +10784,6 @@ var DragDropContextClient = ({
10784
10784
  }
10785
10785
  }, []);
10786
10786
  const [plugins] = (0, import_react70.useState)(() => [
10787
- import_dom.ScrollListener,
10788
- import_dom.Scroller,
10789
10787
  ...disableAutoScroll ? import_dom.defaultPreset.plugins.filter((plugin) => plugin !== import_dom.AutoScroller) : import_dom.defaultPreset.plugins,
10790
10788
  createNestedDroppablePlugin(
10791
10789
  {
@@ -19,7 +19,7 @@ import {
19
19
  setDeep,
20
20
  useEditor,
21
21
  useGetEditor
22
- } from "./chunk-BQ2PZ2YN.mjs";
22
+ } from "./chunk-QX2COKIL.mjs";
23
23
  import "./chunk-TCVU3WEN.mjs";
24
24
  import {
25
25
  migrate,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reacteditor/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Rami Bitar <rami@frontend.co>",
6
6
  "repository": "frontend-inc/react-editor",