@myxtra/authentication-green 1.12.3 → 1.12.4
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as d, j as n, u as bt, g as wt, a as H, b as Qe, P as Se, c as jt, E as St } from "./index-
|
|
1
|
+
import { r as d, j as n, u as bt, g as wt, a as H, b as Qe, P as Se, c as jt, E as St } from "./index-a36d0e63.mjs";
|
|
2
2
|
class V {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
@@ -494,7 +494,7 @@ var Fd = Object.defineProperty, jd = Object.defineProperties, Md = Object.getOwn
|
|
|
494
494
|
}
|
|
495
495
|
}, Ed = (e, t) => {
|
|
496
496
|
const n = e === "prod" ? "" : "syst.";
|
|
497
|
-
return t === "fr" ? `https://profil.${n}
|
|
497
|
+
return t === "fr" ? `https://profil.${n}monxtra.be` : `https://profiel.${n}mijnxtra.be`;
|
|
498
498
|
}, Ud = Ed, Gm = () => {
|
|
499
499
|
const { i18n: e } = Ju(), t = Dd();
|
|
500
500
|
return Ud(t, e.language);
|
|
@@ -8385,7 +8385,7 @@ class Lm extends HTMLElement {
|
|
|
8385
8385
|
async connectedCallback() {
|
|
8386
8386
|
const t = this.attachShadow({ mode: "open" });
|
|
8387
8387
|
Wm(t);
|
|
8388
|
-
const n = Pc(t), i = (await import("./App-
|
|
8388
|
+
const n = Pc(t), i = (await import("./App-2bbbfa80.mjs")).default;
|
|
8389
8389
|
n.render(
|
|
8390
8390
|
/* @__PURE__ */ Mn.jsx(
|
|
8391
8391
|
i,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myxtra/authentication-green",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
4
4
|
"main": "./dist/xtra-authentication.mjs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@myxtra/shared": "1.12.
|
|
24
|
-
"@myxtra/ui-react": "1.12.
|
|
23
|
+
"@myxtra/shared": "1.12.1",
|
|
24
|
+
"@myxtra/ui-react": "1.12.1",
|
|
25
25
|
"@tanstack/react-query": "^4.36.1",
|
|
26
26
|
"clsx": "^2.0.0",
|
|
27
27
|
"i18next": "^23.6.0",
|