@yiitap/vue 1.0.5 → 1.0.6

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/index.mjs CHANGED
@@ -42520,9 +42520,11 @@ const MM = ["data-theme"], RM = /* @__PURE__ */ G({
42520
42520
  }));
42521
42521
  function m() {
42522
42522
  const g = [];
42523
- r.extensions.includes("OColumn") || g.push(Em.extend({
42524
- content: "heading block*"
42525
- })), g.push(
42523
+ r.extensions.includes("OColumn") || g.push(
42524
+ Em.extend({
42525
+ content: "heading block*"
42526
+ })
42527
+ ), g.push(
42526
42528
  rN.configure({
42527
42529
  placeholder: ({ editor: E, node: _, pos: v }) => {
42528
42530
  if (_.type.name === "heading") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yiitap/vue",
3
3
  "description": "A WYSIWYG rich-text block-based editor built on top of tiptap.",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Yiitap",
@@ -58,8 +58,8 @@
58
58
  "lowlight": "^3.3.0",
59
59
  "tippy.js": "^6.3.7",
60
60
  "uuid": "^10.0.0",
61
- "@yiitap/extension-callout": "1.0.5",
62
- "@yiitap/vue": "1.0.5"
61
+ "@yiitap/extension-callout": "1.0.6",
62
+ "@yiitap/vue": "1.0.6"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@tiptap/core": "^2.11.5",
@@ -1,3 +1,3 @@
1
- import type { CalloutOptions } from "@yiitap/extension-callout";
1
+ import type { CalloutOptions } from '@yiitap/extension-callout';
2
2
  declare const OCallout: import("@tiptap/vue-3").Node<CalloutOptions, any>;
3
3
  export default OCallout;