@zipify/wysiwyg 1.0.0-dev.72 → 1.0.0-dev.73

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
@@ -22811,7 +22811,7 @@ function useToolbar({ wrapperRef, offsets, isActiveRef }) {
22811
22811
  },
22812
22812
  {
22813
22813
  name: "flip",
22814
- enabled: false
22814
+ options: { rootBoundary: "document" }
22815
22815
  }
22816
22816
  ]
22817
22817
  });
@@ -22,7 +22,7 @@ export function useToolbar({ wrapperRef, offsets, isActiveRef }) {
22
22
  },
23
23
  {
24
24
  name: 'flip',
25
- enabled: false
25
+ options: { rootBoundary: 'document' }
26
26
  }
27
27
  ]
28
28
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.72",
3
+ "version": "1.0.0-dev.73",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {