@prosekit/lit 0.2.2 → 0.2.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.
@@ -119,6 +119,7 @@ var AutocompletePopover = class extends Popover {
119
119
  this.positioning = {
120
120
  strategy: "fixed",
121
121
  placement: "bottom-start",
122
+ fitViewport: true,
122
123
  flip: false,
123
124
  inline: true
124
125
  };
@@ -156,7 +156,7 @@ var InlinePopover = class extends Popover {
156
156
  hide: true,
157
157
  shift: true,
158
158
  overlap: true,
159
- fitViewport: false,
159
+ fitViewport: true,
160
160
  inline: true
161
161
  };
162
162
  useInlinePopover(this, (reference) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/lit",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",