@arbocollab/arbo-web-people 0.1.85-alpha.10 → 0.1.85-alpha.12
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/cjs/index.cjs.js +4 -4
- package/es/index.es.js +4 -4
- package/npmjs.npmrc +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/umd/index.umd.js +4 -4
package/es/index.es.js
CHANGED
|
@@ -6148,7 +6148,7 @@ Xee((t) => ({
|
|
|
6148
6148
|
return Cj(e, n) || t.has(e, n);
|
|
6149
6149
|
}
|
|
6150
6150
|
}));
|
|
6151
|
-
const tve = "0.0.372-alpha.
|
|
6151
|
+
const tve = "0.0.372-alpha.17", nve = {
|
|
6152
6152
|
version: tve
|
|
6153
6153
|
}, ete = "mediaCachingDB", fh = "mediaStore", bD = "__cache_flag__", rve = 1, tte = !1, _D = nve.version;
|
|
6154
6154
|
let j1 = null, dT = !1, fT = null, ive = class {
|
|
@@ -39334,7 +39334,7 @@ const fOe = {
|
|
|
39334
39334
|
])) : pe("", !0)
|
|
39335
39335
|
], 14, NOe));
|
|
39336
39336
|
}
|
|
39337
|
-
}), h9 = /* @__PURE__ */ qt(VOe, [["__scopeId", "data-v-
|
|
39337
|
+
}), h9 = /* @__PURE__ */ qt(VOe, [["__scopeId", "data-v-8c0ff777"]]);
|
|
39338
39338
|
/*!
|
|
39339
39339
|
* vue-tippy v6.7.1
|
|
39340
39340
|
* (c) 2025
|
|
@@ -76176,7 +76176,7 @@ const Dd = {
|
|
|
76176
76176
|
return;
|
|
76177
76177
|
} else {
|
|
76178
76178
|
if (i) {
|
|
76179
|
-
i("scene_hub", { tab: "", id: N.item.id
|
|
76179
|
+
i("scene_hub", { tab: "rendition", id: N.item.id, renditionId: N.id }, { showLoading: !1 });
|
|
76180
76180
|
return;
|
|
76181
76181
|
}
|
|
76182
76182
|
window.location.href = le;
|
|
@@ -82933,7 +82933,7 @@ const tm = /* @__PURE__ */ T_(
|
|
|
82933
82933
|
S("loaded");
|
|
82934
82934
|
});
|
|
82935
82935
|
const f = hc("switchInstance"), h = () => {
|
|
82936
|
-
f("scene_hub", { id: r.sceneId, tab: "" }, { showLoading: !1 });
|
|
82936
|
+
f("scene_hub", { id: r.sceneId, tab: "home" }, { showLoading: !1 });
|
|
82937
82937
|
}, p = Dd.getCookie("account.last_prefered_timezone"), g = re(null);
|
|
82938
82938
|
Ge(
|
|
82939
82939
|
() => r.sceneId,
|
package/npmjs.npmrc
CHANGED