@zipify/wysiwyg 1.0.0-dev.82 → 1.0.0-dev.83

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/dist/wysiwyg.mjs CHANGED
@@ -22840,12 +22840,12 @@ function useToolbar({ wrapperRef, offsets, isActiveRef }) {
22840
22840
  options: {
22841
22841
  altAxis: true,
22842
22842
  padding: 2,
22843
- rootBoundary: ContextWindow.window
22843
+ boundary: ContextWindow.window
22844
22844
  }
22845
22845
  },
22846
22846
  {
22847
22847
  name: "flip",
22848
- options: { rootBoundary: ContextWindow.document }
22848
+ options: { boundary: ContextWindow.document }
22849
22849
  }
22850
22850
  ]
22851
22851
  });
@@ -19,12 +19,12 @@ export function useToolbar({ wrapperRef, offsets, isActiveRef }) {
19
19
  options: {
20
20
  altAxis: true,
21
21
  padding: 2,
22
- rootBoundary: ContextWindow.window
22
+ boundary: ContextWindow.window
23
23
  }
24
24
  },
25
25
  {
26
26
  name: 'flip',
27
- options: { rootBoundary: ContextWindow.document }
27
+ options: { boundary: ContextWindow.document }
28
28
  }
29
29
  ]
30
30
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.82",
3
+ "version": "1.0.0-dev.83",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {