@junbyeol/tiptap-editor 1.0.7 → 1.0.9
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.
Potentially problematic release.
This version of @junbyeol/tiptap-editor might be problematic. Click here for more details.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -8
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4564,9 +4564,10 @@ const uv = ({
|
|
|
4564
4564
|
shortcutKeys: o,
|
|
4565
4565
|
variant: i,
|
|
4566
4566
|
size: s,
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4567
|
+
type: a = "button",
|
|
4568
|
+
...c
|
|
4569
|
+
}, l) => {
|
|
4570
|
+
const u = di(
|
|
4570
4571
|
() => da({ shortcutKeys: o }),
|
|
4571
4572
|
[o]
|
|
4572
4573
|
);
|
|
@@ -4575,10 +4576,11 @@ const uv = ({
|
|
|
4575
4576
|
{
|
|
4576
4577
|
"data-slot": "tiptap-button",
|
|
4577
4578
|
className: He("tiptap-button", e),
|
|
4578
|
-
ref:
|
|
4579
|
+
ref: l,
|
|
4579
4580
|
"data-style": i,
|
|
4580
4581
|
"data-size": s,
|
|
4581
|
-
|
|
4582
|
+
type: a,
|
|
4583
|
+
...c,
|
|
4582
4584
|
children: t
|
|
4583
4585
|
}
|
|
4584
4586
|
) : /* @__PURE__ */ L(Fd, { delay: 200, children: [
|
|
@@ -4587,16 +4589,16 @@ const uv = ({
|
|
|
4587
4589
|
{
|
|
4588
4590
|
"data-slot": "tiptap-button",
|
|
4589
4591
|
className: He("tiptap-button", e),
|
|
4590
|
-
ref:
|
|
4592
|
+
ref: l,
|
|
4591
4593
|
"data-style": i,
|
|
4592
4594
|
"data-size": s,
|
|
4593
|
-
...
|
|
4595
|
+
...c,
|
|
4594
4596
|
children: t
|
|
4595
4597
|
}
|
|
4596
4598
|
),
|
|
4597
4599
|
/* @__PURE__ */ L(Ud, { children: [
|
|
4598
4600
|
n,
|
|
4599
|
-
/* @__PURE__ */ f(uv, { shortcuts:
|
|
4601
|
+
/* @__PURE__ */ f(uv, { shortcuts: u })
|
|
4600
4602
|
] })
|
|
4601
4603
|
] });
|
|
4602
4604
|
}
|