@junbyeol/tiptap-editor 1.0.8 → 1.0.10
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 +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -13
package/dist/index.mjs
CHANGED
|
@@ -4522,6 +4522,7 @@ const $d = ge(
|
|
|
4522
4522
|
{
|
|
4523
4523
|
ref: a,
|
|
4524
4524
|
"data-tooltip-state": i.open ? "open" : "closed",
|
|
4525
|
+
type: "button",
|
|
4525
4526
|
...i.getReferenceProps(r),
|
|
4526
4527
|
children: t
|
|
4527
4528
|
}
|
|
@@ -4579,6 +4580,7 @@ const uv = ({
|
|
|
4579
4580
|
ref: l,
|
|
4580
4581
|
"data-style": i,
|
|
4581
4582
|
"data-size": s,
|
|
4583
|
+
type: a,
|
|
4582
4584
|
...c,
|
|
4583
4585
|
children: t
|
|
4584
4586
|
}
|