@seorii/tiptap 0.2.19 → 0.2.20

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.
@@ -140,7 +140,7 @@ const shouldShow = ({ view, state, from, to }) => {
140
140
  <ToolbarButton icon="link" prop="link" handler={() => link = true} />
141
141
  {/if}
142
142
  {/if}
143
- <slot name="bubble" />
143
+ <slot />
144
144
  </main>
145
145
  {/if}
146
146
  </BubbleMenu>
@@ -11,7 +11,7 @@ declare const __propDef: {
11
11
  };
12
12
  slots: {
13
13
  override: {};
14
- bubble: {};
14
+ default: {};
15
15
  };
16
16
  };
17
17
  export type BubbleProps = typeof __propDef.props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seorii/tiptap",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "svelte-kit sync && svelte-package",