@partex/one-core 1.0.8 → 1.0.9
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/lib/components/header/store.d.ts +1 -1
- package/lib/one-core.cjs +1 -1
- package/lib/one-core.js +2 -2
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -1048,7 +1048,7 @@ function xo(e) {
|
|
|
1048
1048
|
a && (e ? (a.setAttribute("content", "#2b2b2d"), o.dataset.theme = "dark") : (a.setAttribute("content", "#ffffff"), o.dataset.theme = ""));
|
|
1049
1049
|
}
|
|
1050
1050
|
function na(e) {
|
|
1051
|
-
V.platformName = e.platformName, V.platformType = e.platformType, V.platformUrl = e.platformUrl, V.platformMainUrl = e.platformMainUrl;
|
|
1051
|
+
V.platformName = e.platformName, V.platformType = e.platformType, V.platformUrl = e.platformUrl, V.platformMainUrl = (e == null ? void 0 : e.platformMainUrl) || "";
|
|
1052
1052
|
}
|
|
1053
1053
|
function aa(e) {
|
|
1054
1054
|
V.platformName = e;
|
|
@@ -4818,7 +4818,7 @@ const si = {
|
|
|
4818
4818
|
langUS: ci,
|
|
4819
4819
|
scaleStore: tn,
|
|
4820
4820
|
userStore: f
|
|
4821
|
-
}, Symbol.toStringTag, { value: "Module" })), di = "1.0.
|
|
4821
|
+
}, Symbol.toStringTag, { value: "Module" })), di = "1.0.9";
|
|
4822
4822
|
let rn;
|
|
4823
4823
|
async function sn() {
|
|
4824
4824
|
const e = await fetch(
|