@myxtra/authentication-green 1.8.0 → 1.9.0-alpha.0
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, g as _t, u as q, a as Ke, b as St, E as Et } from "./index-
|
|
1
|
+
import { r as d, j as n, g as _t, u as q, a as Ke, b as St, E as Et } from "./index-a5ba3b49.mjs";
|
|
2
2
|
class V {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
@@ -2933,7 +2933,6 @@ const Sr = "/icons/bouMenuIcons.svg", Er = ({
|
|
|
2933
2933
|
{
|
|
2934
2934
|
className: "payment",
|
|
2935
2935
|
mobileUrl: `${t}/payment`,
|
|
2936
|
-
desktopUrl: `${t}/payment/pay-with-xtra`,
|
|
2937
2936
|
icon: /* @__PURE__ */ n.jsx(Js, {}),
|
|
2938
2937
|
label: e("payment")
|
|
2939
2938
|
}
|
|
@@ -8987,7 +8987,7 @@ class sh extends HTMLElement {
|
|
|
8987
8987
|
async connectedCallback() {
|
|
8988
8988
|
const t = this.attachShadow({ mode: "open" });
|
|
8989
8989
|
uh(t);
|
|
8990
|
-
const n = Rd(t), r = (await import("./App-
|
|
8990
|
+
const n = Rd(t), r = (await import("./App-6a8b1220.mjs")).default;
|
|
8991
8991
|
n.render(
|
|
8992
8992
|
/* @__PURE__ */ nr.jsx(
|
|
8993
8993
|
r,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myxtra/authentication-green",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0-alpha.0",
|
|
4
4
|
"main": "./dist/xtra-authentication.mjs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"translations:pull": "crowdin pull && prettier --write './src/assets/locales'"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@myxtra/authentication-react": "1.
|
|
23
|
-
"@myxtra/shared": "1.
|
|
24
|
-
"@myxtra/ui-react": "1.
|
|
22
|
+
"@myxtra/authentication-react": "1.9.0-alpha.0",
|
|
23
|
+
"@myxtra/shared": "1.9.0-alpha.0",
|
|
24
|
+
"@myxtra/ui-react": "1.9.0-alpha.0",
|
|
25
25
|
"@tanstack/react-query": "^4.33.0",
|
|
26
26
|
"clsx": "^2.0.0",
|
|
27
27
|
"i18next": "^22.5.1",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@crowdin/cli": "^3.13.0",
|
|
36
|
-
"@myxtra/eslint-config-react": "1.
|
|
37
|
-
"@myxtra/stylelint-config": "1.
|
|
36
|
+
"@myxtra/eslint-config-react": "1.9.0-alpha.0",
|
|
37
|
+
"@myxtra/stylelint-config": "1.9.0-alpha.0",
|
|
38
38
|
"@testing-library/dom": "^9.3.1",
|
|
39
39
|
"@testing-library/jest-dom": "^6.0.1",
|
|
40
40
|
"@testing-library/react": "^14.0.0",
|