beca-ui 2.0.19-beta.86 → 2.0.19-beta.88
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/beca-ui.js
CHANGED
|
@@ -97948,20 +97948,20 @@ var SvgAddBottomRowOutlinedComponent = function(a) {
|
|
|
97948
97948
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
97949
97949
|
React$4.createElement(SvgMessageTextOutlinedComponent, null)
|
|
97950
97950
|
);
|
|
97951
|
-
},
|
|
97951
|
+
}, SvgMoonOutlinedComponent = function(a) {
|
|
97952
97952
|
var s = a.titleId, c = a.title;
|
|
97953
97953
|
return React$4.createElement(
|
|
97954
97954
|
"svg",
|
|
97955
97955
|
__assign$2({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": s }, a),
|
|
97956
97956
|
c ? React$4.createElement("title", { id: s }, c) : null,
|
|
97957
|
-
React$4.createElement("path", { d: "
|
|
97957
|
+
React$4.createElement("path", { d: "M2.03 12.42c.36 5.15 4.73 9.34 9.96 9.57 3.69.16 6.99-1.56 8.97-4.27.82-1.11.38-1.85-.99-1.6-.67.12-1.36.17-2.08.14C13 16.06 9 11.97 8.98 7.14c-.01-1.3.26-2.53.75-3.65.54-1.24-.11-1.83-1.36-1.3C4.41 3.86 1.7 7.85 2.03 12.42z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
97958
97958
|
);
|
|
97959
|
-
},
|
|
97959
|
+
}, SvgMoonOutlinedStyle = function(a) {
|
|
97960
97960
|
var s, c, u, d, f, p;
|
|
97961
97961
|
return React$4.createElement(
|
|
97962
97962
|
"span",
|
|
97963
97963
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
97964
|
-
React$4.createElement(
|
|
97964
|
+
React$4.createElement(SvgMoonOutlinedComponent, null)
|
|
97965
97965
|
);
|
|
97966
97966
|
}, SvgMoreOutlinedComponent = function(a) {
|
|
97967
97967
|
var s = a.titleId, c = a.title;
|
|
@@ -98457,20 +98457,21 @@ var SvgAddBottomRowOutlinedComponent = function(a) {
|
|
|
98457
98457
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
98458
98458
|
React$4.createElement(SvgStopCircleOutlinedComponent, null)
|
|
98459
98459
|
);
|
|
98460
|
-
},
|
|
98460
|
+
}, SvgSun1OutlinedComponent = function(a) {
|
|
98461
98461
|
var s = a.titleId, c = a.title;
|
|
98462
98462
|
return React$4.createElement(
|
|
98463
98463
|
"svg",
|
|
98464
98464
|
__assign$2({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", color: "inherit", "aria-labelledby": s }, a),
|
|
98465
98465
|
c ? React$4.createElement("title", { id: s }, c) : null,
|
|
98466
|
-
React$4.createElement("path", { d: "M12
|
|
98466
|
+
React$4.createElement("path", { d: "M12 18.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
98467
|
+
React$4.createElement("path", { d: "M19.14 19.14l-.13-.13m0-14.02l.13-.13-.13.13zM4.86 19.14l.13-.13-.13.13zM12 2.08V2v.08zM12 22v-.08.08zM2.08 12H2h.08zM22 12h-.08.08zM4.99 4.99l-.13-.13.13.13z", stroke: "currentcolor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
98467
98468
|
);
|
|
98468
|
-
},
|
|
98469
|
+
}, SvgSun1OutlinedStyle = function(a) {
|
|
98469
98470
|
var s, c, u, d, f, p;
|
|
98470
98471
|
return React$4.createElement(
|
|
98471
98472
|
"span",
|
|
98472
98473
|
__assign$2({}, a, { className: "beca-icon" + (a.className ? " " + a.className : ""), style: __assign$2(__assign$2({}, a.style), { color: (u = (s = a.color) !== null && s !== void 0 ? s : (c = a.style) === null || c === void 0 ? void 0 : c.color) !== null && u !== void 0 ? u : "", fontSize: (p = (d = a.size) !== null && d !== void 0 ? d : (f = a.style) === null || f === void 0 ? void 0 : f.fontSize) !== null && p !== void 0 ? p : "" }) }),
|
|
98473
|
-
React$4.createElement(
|
|
98474
|
+
React$4.createElement(SvgSun1OutlinedComponent, null)
|
|
98474
98475
|
);
|
|
98475
98476
|
}, SvgSupportOutlinedComponent = function(a) {
|
|
98476
98477
|
var s = a.titleId, c = a.title;
|
|
@@ -99687,7 +99688,7 @@ const pageSize = 10, NotificationComponent = (a, s) => {
|
|
|
99687
99688
|
be && "dark-theme"
|
|
99688
99689
|
),
|
|
99689
99690
|
type: "text",
|
|
99690
|
-
icon: be ? /* @__PURE__ */ jsx(
|
|
99691
|
+
icon: be ? /* @__PURE__ */ jsx(SvgSun1OutlinedStyle, { color: "var(--info-color-5)" }) : /* @__PURE__ */ jsx(SvgMoonOutlinedStyle, { color: "var(--info-color-5)" }),
|
|
99691
99692
|
onClick: ve,
|
|
99692
99693
|
shape: "circle"
|
|
99693
99694
|
}
|
|
@@ -119539,6 +119540,17 @@ function nodeInputRule(a) {
|
|
|
119539
119540
|
}
|
|
119540
119541
|
});
|
|
119541
119542
|
}
|
|
119543
|
+
function textblockTypeInputRule(a) {
|
|
119544
|
+
return new InputRule({
|
|
119545
|
+
find: a.find,
|
|
119546
|
+
handler: ({ state: s, range: c, match: u }) => {
|
|
119547
|
+
const d = s.doc.resolve(c.from), f = callOrReturn(a.getAttributes, void 0, u) || {};
|
|
119548
|
+
if (!d.node(-1).canReplaceWith(d.index(-1), d.indexAfter(-1), a.type))
|
|
119549
|
+
return null;
|
|
119550
|
+
s.tr.delete(c.from, c.to).setBlockType(c.from, c.from, a.type, f);
|
|
119551
|
+
}
|
|
119552
|
+
});
|
|
119553
|
+
}
|
|
119542
119554
|
function textInputRule(a) {
|
|
119543
119555
|
return new InputRule({
|
|
119544
119556
|
find: a.find,
|
|
@@ -124836,6 +124848,55 @@ const deleteTableWhenAllCellsSelected = ({ editor: a }) => {
|
|
|
124836
124848
|
})
|
|
124837
124849
|
];
|
|
124838
124850
|
}
|
|
124851
|
+
}), Heading = Node.create({
|
|
124852
|
+
name: "heading",
|
|
124853
|
+
addOptions() {
|
|
124854
|
+
return {
|
|
124855
|
+
levels: [1, 2, 3, 4, 5, 6],
|
|
124856
|
+
HTMLAttributes: {}
|
|
124857
|
+
};
|
|
124858
|
+
},
|
|
124859
|
+
content: "inline*",
|
|
124860
|
+
group: "block",
|
|
124861
|
+
defining: !0,
|
|
124862
|
+
addAttributes() {
|
|
124863
|
+
return {
|
|
124864
|
+
level: {
|
|
124865
|
+
default: 1,
|
|
124866
|
+
rendered: !1
|
|
124867
|
+
}
|
|
124868
|
+
};
|
|
124869
|
+
},
|
|
124870
|
+
parseHTML() {
|
|
124871
|
+
return this.options.levels.map((a) => ({
|
|
124872
|
+
tag: `h${a}`,
|
|
124873
|
+
attrs: { level: a }
|
|
124874
|
+
}));
|
|
124875
|
+
},
|
|
124876
|
+
renderHTML({ node: a, HTMLAttributes: s }) {
|
|
124877
|
+
return [`h${this.options.levels.includes(a.attrs.level) ? a.attrs.level : this.options.levels[0]}`, mergeAttributes(this.options.HTMLAttributes, s), 0];
|
|
124878
|
+
},
|
|
124879
|
+
addCommands() {
|
|
124880
|
+
return {
|
|
124881
|
+
setHeading: (a) => ({ commands: s }) => this.options.levels.includes(a.level) ? s.setNode(this.name, a) : !1,
|
|
124882
|
+
toggleHeading: (a) => ({ commands: s }) => this.options.levels.includes(a.level) ? s.toggleNode(this.name, "paragraph", a) : !1
|
|
124883
|
+
};
|
|
124884
|
+
},
|
|
124885
|
+
addKeyboardShortcuts() {
|
|
124886
|
+
return this.options.levels.reduce((a, s) => ({
|
|
124887
|
+
...a,
|
|
124888
|
+
[`Mod-Alt-${s}`]: () => this.editor.commands.toggleHeading({ level: s })
|
|
124889
|
+
}), {});
|
|
124890
|
+
},
|
|
124891
|
+
addInputRules() {
|
|
124892
|
+
return this.options.levels.map((a) => textblockTypeInputRule({
|
|
124893
|
+
find: new RegExp(`^(#{${Math.min(...this.options.levels)},${a}})\\s$`),
|
|
124894
|
+
type: this.type,
|
|
124895
|
+
getAttributes: {
|
|
124896
|
+
level: a
|
|
124897
|
+
}
|
|
124898
|
+
}));
|
|
124899
|
+
}
|
|
124839
124900
|
}), encodedTlds = "aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2", encodedUtlds = "ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2", assign = (a, s) => {
|
|
124840
124901
|
for (const c in s)
|
|
124841
124902
|
a[c] = s[c];
|
|
@@ -127966,7 +128027,9 @@ const FontSize = Extension.create({
|
|
|
127966
128027
|
{
|
|
127967
128028
|
key: "H1",
|
|
127968
128029
|
label: "H1",
|
|
127969
|
-
onClick: () =>
|
|
128030
|
+
onClick: () => {
|
|
128031
|
+
console.log(F.chain().focus()), F.chain().focus().toggleHeading({ level: 1 }).run();
|
|
128032
|
+
}
|
|
127970
128033
|
},
|
|
127971
128034
|
{
|
|
127972
128035
|
key: "H2",
|
|
@@ -128330,6 +128393,7 @@ const FontSize = Extension.create({
|
|
|
128330
128393
|
}), X = useMemo$1(() => {
|
|
128331
128394
|
const De = [
|
|
128332
128395
|
// StarterKit as any,
|
|
128396
|
+
Heading,
|
|
128333
128397
|
CustomTable$1,
|
|
128334
128398
|
Document$1,
|
|
128335
128399
|
Paragraph$1,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ExtraHeaderProps, HeaderProps
|
|
2
|
-
declare const _default: import("react").ForwardRefExoticComponent<HeaderProps & ExtraHeaderProps & import("react").RefAttributes<NotificationRef>>;
|
|
1
|
+
import { ExtraHeaderProps, HeaderProps } from "./Header.types";
|
|
2
|
+
declare const _default: import("react").ForwardRefExoticComponent<HeaderProps & ExtraHeaderProps & import("react").RefAttributes<import("./Header.types").NotificationRef>>;
|
|
3
3
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import { SideBarMenuProps } from "./SideBarMenu";
|
|
3
3
|
import { HeaderProps, NotificationRef } from "./Header";
|
|
4
4
|
import { SideBarMenuModel } from "../../models";
|
|
5
|
-
export type MainTheme = "Beca" | "Office";
|
|
5
|
+
export type MainTheme = "Beca" | "Office" | "SHE";
|
|
6
6
|
export interface MainLayoutProps extends Omit<SideBarMenuProps, "sideBarMenus">, HeaderProps {
|
|
7
7
|
children?: React.ReactNode;
|
|
8
8
|
onChangeCollapse?: (collapsed: boolean) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.0.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.88",
|
|
4
4
|
"description": "Becawork UI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"@tiptap/extension-document": "2.10.3",
|
|
86
86
|
"@tiptap/extension-focus": "2.10.3",
|
|
87
87
|
"@tiptap/extension-font-family": "2.10.3",
|
|
88
|
+
"@tiptap/extension-heading": "^2.11.5",
|
|
88
89
|
"@tiptap/extension-highlight": "2.10.3",
|
|
89
90
|
"@tiptap/extension-image": "2.10.3",
|
|
90
91
|
"@tiptap/extension-italic": "2.10.4",
|