@tempots/beatui 0.78.0 → 0.78.2
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/auth/index.cjs.js +1 -1
- package/dist/auth/index.es.js +3 -3
- package/dist/{deep-merge-Cjm-tFVT.js → deep-merge-Bsqkvp9-.js} +2 -2
- package/dist/{deep-merge-BoJqJNah.cjs → deep-merge-cQgRrtGF.cjs} +1 -1
- package/dist/{duration-input-DfdE7_V9.js → duration-input-DcZf0Dyd.js} +2 -2
- package/dist/{duration-input-COTlyMwv.cjs → duration-input-Dt6riwzu.cjs} +1 -1
- package/dist/hls.light.min-Bhrf47iR.cjs +27 -0
- package/dist/{hls.light.min-BHW1Af0w.js → hls.light.min-C6VwviEa.js} +1095 -1087
- package/dist/{index-ByWYsYVI.cjs → index-BGwNJNop.cjs} +19 -19
- package/dist/{index-DKl26ILa.js → index-CCMjK4fD.js} +1 -1
- package/dist/{index-D5kPtj3r.cjs → index-CdVc1Y2V.cjs} +1 -1
- package/dist/{index-BSl-AmDV.js → index-Dbu1ZPpw.js} +1095 -1044
- package/dist/{index-wPyoqxuj.js → index-DiEcd7ZV.js} +2 -6
- package/dist/{index-Ck1DAzZ9.js → index-mPVib4v9.js} +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +12 -12
- package/dist/index.esm-C6lZ02yY.cjs +1 -0
- package/dist/{index.esm-DPNh6inz.js → index.esm-ChUrm4xR.js} +80 -80
- package/dist/json-schema/index.cjs.js +8 -8
- package/dist/json-schema/index.es.js +3969 -3922
- package/dist/json-structure/index.cjs.js +1 -1
- package/dist/json-structure/index.es.js +3 -3
- package/dist/markdown/index.es.js +1 -1
- package/dist/{modal-CwDATZfz.cjs → modal-D3NQ6ZgO.cjs} +1 -1
- package/dist/{modal-CkcwBTk2.js → modal-oWbT46Rc.js} +1 -1
- package/dist/{notice-CQ1Vx-z1.js → notice-C0Brmeyi.js} +1 -1
- package/dist/{notice-Bs90dF7k.cjs → notice-DYBLXglS.cjs} +1 -1
- package/dist/prosemirror/index.cjs.js +1 -1
- package/dist/prosemirror/index.es.js +1 -1
- package/dist/{use-form-D3EXhCfe.js → use-form-DMiCxK26.js} +2 -2
- package/dist/{use-form-C5eF9ALX.cjs → use-form-pSErMD6z.cjs} +1 -1
- package/dist/{widget-customization-Czt9chmX.cjs → widget-customization-WNWmH_gX.cjs} +1 -1
- package/dist/{widget-customization-BB1gYtwq.js → widget-customization-nxbAoCx5.js} +3 -3
- package/package.json +5 -5
- package/dist/hls.light.min-D3hUMpII.cjs +0 -27
- package/dist/index.esm-DJRz9AE-.cjs +0 -1
|
@@ -5,11 +5,7 @@ function Yn(n) {
|
|
|
5
5
|
const r = "&" + n + ";";
|
|
6
6
|
Dn.innerHTML = r;
|
|
7
7
|
const t = Dn.textContent;
|
|
8
|
-
return (
|
|
9
|
-
// @ts-expect-error: TypeScript is wrong that `textContent` on elements can
|
|
10
|
-
// yield `null`.
|
|
11
|
-
t.charCodeAt(t.length - 1) === 59 && n !== "semi" || t === r ? !1 : t
|
|
12
|
-
);
|
|
8
|
+
return t.charCodeAt(t.length - 1) === 59 && n !== "semi" || t === r ? !1 : t;
|
|
13
9
|
}
|
|
14
10
|
function nn(n, r, t, e) {
|
|
15
11
|
const u = n.length;
|
|
@@ -2657,7 +2653,7 @@ function Hr(n, r, t) {
|
|
|
2657
2653
|
async function Vr(n = {}) {
|
|
2658
2654
|
const r = [], t = [];
|
|
2659
2655
|
if (n.gfm === !0) {
|
|
2660
|
-
const e = await import("./index-
|
|
2656
|
+
const e = await import("./index-CCMjK4fD.js");
|
|
2661
2657
|
r.push(e.gfm({})), t.push(e.gfmHtml({}));
|
|
2662
2658
|
}
|
|
2663
2659
|
return { extensions: r, htmlExtensions: t };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { N as I, f as S, R as $, S as x, F as u, l as w, c as R, a as L } from "./index-
|
|
1
|
+
import { N as I, f as S, R as $, S as x, F as u, l as w, c as R, a as L } from "./index-Dbu1ZPpw.js";
|
|
2
2
|
function b(d, t = null) {
|
|
3
3
|
return function(e, n) {
|
|
4
4
|
let { $from: o, $to: l } = e.selection, f = o.blockRange(l);
|