@blocknote/mantine 0.20.0 → 0.21.0
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/blocknote-mantine.js +15 -15
- package/dist/blocknote-mantine.js.map +1 -1
- package/dist/blocknote-mantine.umd.cjs +1 -1
- package/dist/blocknote-mantine.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +4 -4
- package/src/index.tsx +4 -6
- package/src/style.css +6 -0
- package/types/src/index.d.ts +2 -3
|
@@ -639,6 +639,19 @@ const W = ce(void 0), Pe = g((e, n) => {
|
|
|
639
639
|
} = e;
|
|
640
640
|
return d(r), /* @__PURE__ */ i(V, { className: t, type: "dots", ref: n });
|
|
641
641
|
}), Xe = g((e, n) => {
|
|
642
|
+
const { children: t, className: o, onMouseDown: r, onClick: s, ...l } = e;
|
|
643
|
+
return d(l, !1), /* @__PURE__ */ i(
|
|
644
|
+
x,
|
|
645
|
+
{
|
|
646
|
+
className: o,
|
|
647
|
+
ref: n,
|
|
648
|
+
onMouseDown: r,
|
|
649
|
+
onClick: s,
|
|
650
|
+
...l,
|
|
651
|
+
children: t
|
|
652
|
+
}
|
|
653
|
+
);
|
|
654
|
+
}), Ye = g((e, n) => {
|
|
642
655
|
const {
|
|
643
656
|
className: t,
|
|
644
657
|
children: o,
|
|
@@ -663,19 +676,6 @@ const W = ce(void 0), Pe = g((e, n) => {
|
|
|
663
676
|
children: o
|
|
664
677
|
}
|
|
665
678
|
);
|
|
666
|
-
}), Ye = g((e, n) => {
|
|
667
|
-
const { children: t, className: o, onMouseDown: r, onClick: s, ...l } = e;
|
|
668
|
-
return d(l, !1), /* @__PURE__ */ i(
|
|
669
|
-
x,
|
|
670
|
-
{
|
|
671
|
-
className: o,
|
|
672
|
-
ref: n,
|
|
673
|
-
onMouseDown: r,
|
|
674
|
-
onClick: s,
|
|
675
|
-
...l,
|
|
676
|
-
children: t
|
|
677
|
-
}
|
|
678
|
-
);
|
|
679
679
|
}), L = g(
|
|
680
680
|
(e, n) => {
|
|
681
681
|
const { className: t, children: o, onMouseEnter: r, onMouseLeave: s, ...l } = e;
|
|
@@ -918,8 +918,8 @@ const W = ce(void 0), Pe = g((e, n) => {
|
|
|
918
918
|
Loader: Qe
|
|
919
919
|
},
|
|
920
920
|
TableHandle: {
|
|
921
|
-
Root:
|
|
922
|
-
ExtendButton:
|
|
921
|
+
Root: Ye,
|
|
922
|
+
ExtendButton: Xe
|
|
923
923
|
},
|
|
924
924
|
Generic: {
|
|
925
925
|
Form: {
|