react-lib-tools 0.0.49 → 0.0.50
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/{CommonQuestionsRoute-C7Dvx_8D.cjs → CommonQuestionsRoute-CYFQd82m.cjs} +2 -2
- package/dist/{CommonQuestionsRoute-C7Dvx_8D.cjs.map → CommonQuestionsRoute-CYFQd82m.cjs.map} +1 -1
- package/dist/{CommonQuestionsRoute-CRSNF0Pf.js → CommonQuestionsRoute-DPuzl4w2.js} +2 -2
- package/dist/{CommonQuestionsRoute-CRSNF0Pf.js.map → CommonQuestionsRoute-DPuzl4w2.js.map} +1 -1
- package/dist/{GettingStartedRoute-BKH20xPD.cjs → GettingStartedRoute-CMnctjek.cjs} +2 -2
- package/dist/{GettingStartedRoute-BKH20xPD.cjs.map → GettingStartedRoute-CMnctjek.cjs.map} +1 -1
- package/dist/{GettingStartedRoute-CnQSytXZ.js → GettingStartedRoute-DFV91A80.js} +2 -2
- package/dist/{GettingStartedRoute-CnQSytXZ.js.map → GettingStartedRoute-DFV91A80.js.map} +1 -1
- package/dist/{PageNotFound-0sTGJQpW.js → PageNotFound-5aNFXzpv.js} +2 -2
- package/dist/{PageNotFound-0sTGJQpW.js.map → PageNotFound-5aNFXzpv.js.map} +1 -1
- package/dist/{PageNotFound-BP1q3mAm.cjs → PageNotFound-BMpN0g8H.cjs} +2 -2
- package/dist/{PageNotFound-BP1q3mAm.cjs.map → PageNotFound-BMpN0g8H.cjs.map} +1 -1
- package/dist/{SupportRoute-B70W0nGt.js → SupportRoute-C_dJql71.js} +2 -2
- package/dist/{SupportRoute-B70W0nGt.js.map → SupportRoute-C_dJql71.js.map} +1 -1
- package/dist/{SupportRoute-DJ8l10dE.cjs → SupportRoute-FbQdFnDI.cjs} +2 -2
- package/dist/{SupportRoute-DJ8l10dE.cjs.map → SupportRoute-FbQdFnDI.cjs.map} +1 -1
- package/dist/{VersionsRoute-B9OjVQl5.cjs → VersionsRoute-BaS73066.cjs} +2 -2
- package/dist/{VersionsRoute-B9OjVQl5.cjs.map → VersionsRoute-BaS73066.cjs.map} +1 -1
- package/dist/{VersionsRoute-BDTmCVHk.js → VersionsRoute-DuEBaSI5.js} +2 -2
- package/dist/{VersionsRoute-BDTmCVHk.js.map → VersionsRoute-DuEBaSI5.js.map} +1 -1
- package/dist/{index-D8_W9HHv.cjs → index-QXhMBEzr.cjs} +2 -2
- package/dist/{index-D8_W9HHv.cjs.map → index-QXhMBEzr.cjs.map} +1 -1
- package/dist/{index-DjmISh76.js → index-VNirkA-O.js} +8 -8
- package/dist/{index-DjmISh76.js.map → index-VNirkA-O.js.map} +1 -1
- package/dist/react-lib-tools.cjs +1 -1
- package/dist/react-lib-tools.js +1 -1
- package/package.json +1 -1
|
@@ -9868,11 +9868,11 @@ function mg() {
|
|
|
9868
9868
|
}, [n, e, t]), null;
|
|
9869
9869
|
}
|
|
9870
9870
|
const pg = {
|
|
9871
|
-
"*": Mt(() => import("./PageNotFound-
|
|
9872
|
-
"/": Mt(() => import("./GettingStartedRoute-
|
|
9873
|
-
"/common-questions": Mt(() => import("./CommonQuestionsRoute-
|
|
9874
|
-
"/support": Mt(() => import("./SupportRoute-
|
|
9875
|
-
"/versions": Mt(() => import("./VersionsRoute-
|
|
9871
|
+
"*": Mt(() => import("./PageNotFound-5aNFXzpv.js")),
|
|
9872
|
+
"/": Mt(() => import("./GettingStartedRoute-DFV91A80.js")),
|
|
9873
|
+
"/common-questions": Mt(() => import("./CommonQuestionsRoute-DPuzl4w2.js")),
|
|
9874
|
+
"/support": Mt(() => import("./SupportRoute-C_dJql71.js")),
|
|
9875
|
+
"/versions": Mt(() => import("./VersionsRoute-DuEBaSI5.js"))
|
|
9876
9876
|
};
|
|
9877
9877
|
function hg(e, t = 250) {
|
|
9878
9878
|
const [n, r] = J(e);
|
|
@@ -9897,12 +9897,12 @@ function gg() {
|
|
|
9897
9897
|
}
|
|
9898
9898
|
function Ti(e, t, n) {
|
|
9899
9899
|
const { maxLength: r = 250, leading: o = 0 } = n ?? {};
|
|
9900
|
-
if (t = t.toLowerCase(), r && e.length > r) {
|
|
9900
|
+
if (t = t.trim().toLowerCase(), r && e.length > r) {
|
|
9901
9901
|
const c = e.toLowerCase().indexOf(t), u = Math.max(0, c - o), f = Math.min(e.length, u + r);
|
|
9902
9902
|
e = e.substring(u, f), u > 0 && (e = "…" + e);
|
|
9903
9903
|
}
|
|
9904
9904
|
let i = e;
|
|
9905
|
-
t && t.split(
|
|
9905
|
+
t && t.split(/\s+/).forEach((c) => {
|
|
9906
9906
|
i = i.replaceAll(
|
|
9907
9907
|
new RegExp(`(${c})`, "gi"),
|
|
9908
9908
|
"├$1┤"
|
|
@@ -10676,4 +10676,4 @@ export {
|
|
|
10676
10676
|
Zg as n,
|
|
10677
10677
|
On as u
|
|
10678
10678
|
};
|
|
10679
|
-
//# sourceMappingURL=index-
|
|
10679
|
+
//# sourceMappingURL=index-VNirkA-O.js.map
|