@junbyeol/tiptap-editor 1.0.7 → 1.0.8

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.mjs CHANGED
@@ -4564,9 +4564,10 @@ const uv = ({
4564
4564
  shortcutKeys: o,
4565
4565
  variant: i,
4566
4566
  size: s,
4567
- ...a
4568
- }, c) => {
4569
- const l = di(
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,10 @@ const uv = ({
4575
4576
  {
4576
4577
  "data-slot": "tiptap-button",
4577
4578
  className: He("tiptap-button", e),
4578
- ref: c,
4579
+ ref: l,
4579
4580
  "data-style": i,
4580
4581
  "data-size": s,
4581
- ...a,
4582
+ ...c,
4582
4583
  children: t
4583
4584
  }
4584
4585
  ) : /* @__PURE__ */ L(Fd, { delay: 200, children: [
@@ -4587,16 +4588,16 @@ const uv = ({
4587
4588
  {
4588
4589
  "data-slot": "tiptap-button",
4589
4590
  className: He("tiptap-button", e),
4590
- ref: c,
4591
+ ref: l,
4591
4592
  "data-style": i,
4592
4593
  "data-size": s,
4593
- ...a,
4594
+ ...c,
4594
4595
  children: t
4595
4596
  }
4596
4597
  ),
4597
4598
  /* @__PURE__ */ L(Ud, { children: [
4598
4599
  n,
4599
- /* @__PURE__ */ f(uv, { shortcuts: l })
4600
+ /* @__PURE__ */ f(uv, { shortcuts: u })
4600
4601
  ] })
4601
4602
  ] });
4602
4603
  }