@zipify/wysiwyg 1.0.0-dev.43 → 1.0.0-dev.44

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
@@ -16007,7 +16007,7 @@ function GP({ wrapperRef: r, offsets: e, isActiveRef: t }) {
16007
16007
  name: "preventOverflow",
16008
16008
  options: {
16009
16009
  altAxis: !0,
16010
- padding: 8
16010
+ padding: 2
16011
16011
  }
16012
16012
  },
16013
16013
  {
@@ -17,7 +17,7 @@ export function useToolbar({ wrapperRef, offsets, isActiveRef }) {
17
17
  name: 'preventOverflow',
18
18
  options: {
19
19
  altAxis: true,
20
- padding: 8
20
+ padding: 2
21
21
  }
22
22
  },
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.43",
3
+ "version": "1.0.0-dev.44",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {