beca-ui 2.0.19-beta.51 → 2.0.19-beta.52
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 +3 -3
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99561,7 +99561,7 @@ const pageSize = 10, NotificationComponent = (a, s) => {
|
|
|
99561
99561
|
] });
|
|
99562
99562
|
}, pt = () => {
|
|
99563
99563
|
const an = {
|
|
99564
|
-
fontFamily: APPLE_FONT
|
|
99564
|
+
fontFamily: te === "Office" ? "Inter" : APPLE_FONT
|
|
99565
99565
|
};
|
|
99566
99566
|
try {
|
|
99567
99567
|
let tn = an;
|
|
@@ -127413,7 +127413,7 @@ const FontSize = Extension.create({
|
|
|
127413
127413
|
let g = !0;
|
|
127414
127414
|
return p.nodesBetween(d, f, (y) => {
|
|
127415
127415
|
!y.isText && !y.isTextblock && (g = !1);
|
|
127416
|
-
}),
|
|
127416
|
+
}), g;
|
|
127417
127417
|
},
|
|
127418
127418
|
children: /* @__PURE__ */ jsxs(
|
|
127419
127419
|
Space,
|
|
@@ -128443,7 +128443,7 @@ const FontSize = Extension.create({
|
|
|
128443
128443
|
Mt.fontFamily,
|
|
128444
128444
|
Mt.fontSize
|
|
128445
128445
|
);
|
|
128446
|
-
}))
|
|
128446
|
+
}));
|
|
128447
128447
|
}
|
|
128448
128448
|
(gt == null ? void 0 : gt.length) > 0 && we(gt, dt.fontFamily, dt.fontSize);
|
|
128449
128449
|
}), Le;
|