@magmamath/frontend-config 1.0.21 → 1.0.22-rc.1
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/index.d.mts +2 -9
- package/dist/index.d.ts +2 -9
- package/dist/index.js +189 -373
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +185 -373
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -2
package/dist/index.js
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var effector = require('effector');
|
|
4
|
+
var Svg = require('react-native-svg');
|
|
4
5
|
var jsxRuntime = require('react/jsx-runtime');
|
|
5
6
|
|
|
7
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
+
|
|
9
|
+
var Svg__default = /*#__PURE__*/_interopDefault(Svg);
|
|
10
|
+
|
|
6
11
|
// src/shared/constants/dates.constants.ts
|
|
7
12
|
var DateFormat = /* @__PURE__ */ ((DateFormat2) => {
|
|
8
13
|
DateFormat2["FULL"] = "YYYY-MM-DD HH:mm";
|
|
@@ -2279,32 +2284,26 @@ var LOCALE_TEACHERS_DE = {
|
|
|
2279
2284
|
}
|
|
2280
2285
|
};
|
|
2281
2286
|
var GoogleIcon = ({ size = 38 }) => {
|
|
2282
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2287
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 90 92", fill: "none", width: size, height: size, children: [
|
|
2283
2288
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2284
|
-
|
|
2289
|
+
Svg.Path,
|
|
2285
2290
|
{
|
|
2286
|
-
d: "M89.
|
|
2291
|
+
d: "M89.988 47.102c0-3.1-.3-6.3-.8-9.3h-43.3v17.7h24.8c-1 5.7-4.3 10.7-9.2 13.9l14.8 11.5c8.7-8.1 13.7-19.9 13.7-33.8z",
|
|
2287
2292
|
fill: "#4280EF"
|
|
2288
2293
|
}
|
|
2289
2294
|
),
|
|
2290
2295
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2291
|
-
|
|
2296
|
+
Svg.Path,
|
|
2292
2297
|
{
|
|
2293
|
-
d: "M45.
|
|
2298
|
+
d: "M45.888 91.901c12.4 0 22.8-4.1 30.4-11.1l-14.8-11.4c-4.1 2.8-9.4 4.4-15.6 4.4-12 0-22.1-8.1-25.8-18.9l-15.2 11.7c7.8 15.5 23.6 25.3 41 25.3z",
|
|
2294
2299
|
fill: "#34A353"
|
|
2295
2300
|
}
|
|
2296
2301
|
),
|
|
2302
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M20.088 54.801c-1.9-5.7-1.9-11.9 0-17.6l-15.2-11.8c-6.5 13-6.5 28.3 0 41.2l15.2-11.8z", fill: "#F6B704" }),
|
|
2297
2303
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2298
|
-
|
|
2299
|
-
{
|
|
2300
|
-
d: "M20.0877 54.8014C18.1877 49.1014 18.1877 42.9014 20.0877 37.2014L4.8877 25.4014C-1.6123 38.4014 -1.6123 53.7014 4.8877 66.6014L20.0877 54.8014Z",
|
|
2301
|
-
fill: "#F6B704"
|
|
2302
|
-
}
|
|
2303
|
-
),
|
|
2304
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2305
|
-
"path",
|
|
2304
|
+
Svg.Path,
|
|
2306
2305
|
{
|
|
2307
|
-
d: "M45.
|
|
2306
|
+
d: "M45.888 18.301c6.5-.1 12.9 2.4 17.6 6.9l13.1-13.2c-8.3-7.8-19.3-12-30.7-11.9-17.4 0-33.2 9.8-41 25.3l15.2 11.8c3.7-10.9 13.8-18.9 25.8-18.9z",
|
|
2308
2307
|
fill: "#E54335"
|
|
2309
2308
|
}
|
|
2310
2309
|
)
|
|
@@ -2320,11 +2319,11 @@ var SSO_GOOGLE_CONFIG = {
|
|
|
2320
2319
|
getUrl: (envs) => envs.GOOGLE_AUTH
|
|
2321
2320
|
};
|
|
2322
2321
|
var MicrosoftIcon = ({ size = 38 }) => {
|
|
2323
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2324
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2325
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2326
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2327
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2322
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 99 99", fill: "none", width: size, height: size, children: [
|
|
2323
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M4.304 4.305h43.044v43.043H4.304V4.305z", fill: "#F35325" }),
|
|
2324
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M51.652 4.305h43.044v43.043H51.652V4.305z", fill: "#81BC06" }),
|
|
2325
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M4.304 51.652h43.044v43.044H4.304V51.652z", fill: "#05A6F0" }),
|
|
2326
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M51.652 51.652h43.044v43.044H51.652V51.652z", fill: "#FFBA08" })
|
|
2328
2327
|
] });
|
|
2329
2328
|
};
|
|
2330
2329
|
|
|
@@ -2337,27 +2336,20 @@ var SSO_MICROSOFT_CONFIG = {
|
|
|
2337
2336
|
getUrl: (envs) => envs.MICROSOFT_AUTH
|
|
2338
2337
|
};
|
|
2339
2338
|
var ClasslinkIcon = ({ size = 38 }) => {
|
|
2340
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2341
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2339
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 115 115", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2340
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Rect, { width: 115, height: 115, rx: 12.5, fill: "#0A4D7F" }),
|
|
2342
2341
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2343
|
-
|
|
2342
|
+
Svg.Path,
|
|
2344
2343
|
{
|
|
2345
|
-
d: "M36.
|
|
2346
|
-
fill: "
|
|
2344
|
+
d: "M36.974 63.94c-3.833 4.334 0 6.417 0 6.417.167.083.25.167.417.167a17.91 17.91 0 01-.417-6.584zM61.891 69.524c-3 2-6.5 8.833-6.5 8.833h-1.833c1.166-2.583 1.916-4.75 2.333-6.5l-.75.25a35.065 35.065 0 01-10.5 1.917c3.417 5.083 9.667 6 9.667 6 8.75 1.166 15.333-3.584 18.916-7.084-7.25-4-11.333-3.416-11.333-3.416z",
|
|
2345
|
+
fill: "#fff"
|
|
2347
2346
|
}
|
|
2348
2347
|
),
|
|
2349
2348
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2350
|
-
|
|
2349
|
+
Svg.Path,
|
|
2351
2350
|
{
|
|
2352
|
-
d: "
|
|
2353
|
-
fill: "
|
|
2354
|
-
}
|
|
2355
|
-
),
|
|
2356
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2357
|
-
"path",
|
|
2358
|
-
{
|
|
2359
|
-
d: "M90.1413 50.7737C90.1413 50.7737 95.8913 36.4404 82.7246 26.6071C82.7246 26.6071 61.6413 12.6904 49.8079 35.9404C49.8079 35.9404 41.3913 27.5237 30.9746 34.0237C22.0579 39.6071 23.5579 47.1904 24.3913 50.9404C24.3913 50.9404 7.55793 55.8571 8.4746 73.7738C9.14127 87.1071 21.9746 91.1071 26.9746 92.1904C28.0579 92.4404 29.2246 92.5237 30.3079 92.5237H85.4746C86.5579 92.5237 87.6413 92.4404 88.7246 92.1904C93.7246 91.1904 106.808 87.1904 106.558 73.0237C106.225 55.5237 90.1413 50.7737 90.1413 50.7737ZM53.9746 82.8571C42.8079 82.6904 38.8079 74.3571 38.8079 74.3571C38.5579 73.9404 38.3913 73.4404 38.2246 73.0237C35.1413 71.8571 33.3079 69.6904 33.8079 66.5237C34.2246 63.2737 37.8913 60.1071 37.8913 60.1071C40.0579 53.5237 44.8079 49.0237 44.8079 49.0237C44.8079 49.0237 48.8079 44.7737 53.2246 42.5237L60.8079 43.6904C43.5579 50.6904 42.7246 65.1904 42.7246 65.1904C42.6413 67.3571 42.8913 69.2738 43.3913 70.8571C44.6413 70.7738 45.6413 70.6071 45.6413 70.6071C49.8913 69.9404 53.5579 68.7738 56.6413 67.4404C56.5579 64.6071 55.2246 63.8571 55.2246 63.8571C55.2246 63.8571 53.6413 62.1071 47.2246 61.0237L47.8079 60.1904C47.8079 60.1904 50.9746 60.8571 54.5579 60.1904C58.4746 59.4404 62.0579 56.7738 66.0579 51.2737L67.9746 51.1904C64.0579 56.3571 63.8079 60.2737 64.4746 62.8571C68.3913 59.9404 70.2246 57.4404 70.2246 57.4404C77.2246 47.6071 67.4746 49.1071 67.4746 49.1071L70.3913 45.6071C85.3079 48.8571 71.6413 62.2737 71.6413 62.2737C70.0579 63.8571 68.3079 65.2737 66.5579 66.5237C66.8079 66.7737 69.3913 69.4404 74.3079 71.8571C75.6413 70.4404 76.3079 69.4404 76.3079 69.4404L78.2246 69.7737C66.5579 83.9404 53.9746 82.8571 53.9746 82.8571ZM59.2246 54.9404C59.1413 56.6071 57.8079 57.9404 56.1413 57.9404C54.3079 57.9404 52.8913 56.4404 52.9746 54.6904C53.0579 53.0237 54.3913 51.6904 56.0579 51.6904C57.8913 51.6071 59.3079 53.1071 59.2246 54.9404Z",
|
|
2360
|
-
fill: "white"
|
|
2351
|
+
d: "M90.141 50.774s5.75-14.334-7.416-24.167c0 0-21.084-13.917-32.917 9.333 0 0-8.417-8.416-18.833-1.916-8.917 5.583-7.417 13.166-6.584 16.916 0 0-16.833 4.917-15.916 22.834.666 13.333 13.5 17.333 18.5 18.416 1.083.25 2.25.334 3.333.334h55.167c1.083 0 2.166-.084 3.25-.334 5-1 18.083-5 17.833-19.166-.333-17.5-16.417-22.25-16.417-22.25zM53.975 82.857c-11.167-.167-15.167-8.5-15.167-8.5-.25-.417-.417-.917-.583-1.333-3.084-1.167-4.917-3.334-4.417-6.5.417-3.25 4.083-6.417 4.083-6.417 2.167-6.583 6.917-11.083 6.917-11.083s4-4.25 8.417-6.5l7.583 1.166c-17.25 7-18.083 21.5-18.083 21.5-.084 2.167.166 4.084.666 5.667 1.25-.083 2.25-.25 2.25-.25a45.346 45.346 0 0011-3.167c-.083-2.833-1.416-3.583-1.416-3.583s-1.584-1.75-8-2.833l.583-.834s3.167.667 6.75 0c3.917-.75 7.5-3.416 11.5-8.916l1.917-.084c-3.917 5.167-4.167 9.084-3.5 11.667 3.916-2.917 5.75-5.417 5.75-5.417 7-9.833-2.75-8.333-2.75-8.333l2.916-3.5c14.917 3.25 1.25 16.667 1.25 16.667-1.583 1.583-3.333 3-5.083 4.25.25.25 2.833 2.916 7.75 5.333 1.333-1.417 2-2.417 2-2.417l1.917.334c-11.667 14.166-24.25 13.083-24.25 13.083zm5.25-27.917c-.084 1.667-1.417 3-3.084 3-1.833 0-3.25-1.5-3.166-3.25.083-1.666 1.416-3 3.083-3 1.833-.083 3.25 1.417 3.167 3.25z",
|
|
2352
|
+
fill: "#fff"
|
|
2361
2353
|
}
|
|
2362
2354
|
)
|
|
2363
2355
|
] });
|
|
@@ -2372,29 +2364,26 @@ var SSO_CLASSLINK_CONFIG = {
|
|
|
2372
2364
|
getUrl: (envs) => envs.CLASS_LINK_AUTH
|
|
2373
2365
|
};
|
|
2374
2366
|
var SchoologyIcon = ({ size = 37.5 }) => {
|
|
2375
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2367
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 512 512", width: size, height: size, children: [
|
|
2376
2368
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2377
|
-
|
|
2369
|
+
Svg.Path,
|
|
2378
2370
|
{
|
|
2379
|
-
d: "
|
|
2380
|
-
fill: "#FEFEFE"
|
|
2381
|
-
transform: "translate(410,103)"
|
|
2371
|
+
d: "M410 103l1.996 1.867c38.705 37.364 59.406 93.097 60.98 146.041.99 61.147-22.488 115.003-63.976 159.092l-1.867 1.996C380.856 439.216 343.523 458.333 307 467c-.772.185-1.545.37-2.34.562-54.608 12.797-113.896 3.379-161.687-26.019-14.87-9.394-28.225-20.472-40.973-32.543l-2.066-1.938C94.809 402.116 90.407 396.584 86 391l-2.188-2.742C47.602 341.573 34.065 283.186 41 225c6.82-47.772 29.299-88.248 62-123l1.867-1.996c35.935-37.224 91.126-59.551 142.375-60.973C310.121 38.275 364.433 60.121 410 103z",
|
|
2372
|
+
fill: "#FEFEFE"
|
|
2382
2373
|
}
|
|
2383
2374
|
),
|
|
2384
2375
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2385
|
-
|
|
2376
|
+
Svg.Path,
|
|
2386
2377
|
{
|
|
2387
|
-
d: "
|
|
2388
|
-
fill: "#0777BA"
|
|
2389
|
-
transform: "translate(410,103)"
|
|
2378
|
+
d: "M410 103l1.996 1.867c38.705 37.364 59.406 93.097 60.98 146.041.99 61.147-22.488 115.003-63.976 159.092l-1.867 1.996C380.856 439.216 343.523 458.333 307 467c-.772.185-1.545.37-2.34.562-54.608 12.797-113.896 3.379-161.687-26.019-14.87-9.394-28.225-20.472-40.973-32.543l-2.066-1.938C94.809 402.116 90.407 396.584 86 391l-2.188-2.742C47.602 341.573 34.065 283.186 41 225c6.82-47.772 29.299-88.248 62-123l1.867-1.996c35.935-37.224 91.126-59.551 142.375-60.973C310.121 38.275 364.433 60.121 410 103zM214 80l-2.561.65C180.346 88.723 153.036 104.77 130 127l-2.727 2.535c-23.355 22.312-39.038 52.438-46.96 83.528l-.614 2.395c-3.224 13.159-4.11 25.93-4.074 39.417l.005 2.615C75.805 298.746 89.776 339.566 117 371l2.07 2.402A344.79 344.79 0 00126 381l2.64 2.84C153.486 409.952 187.78 427.18 223 434l2.766.54c9.711 1.693 19.282 1.862 29.109 1.835l2.615-.005c41.256-.175 82.076-14.146 113.51-41.37l2.402-2.07c26.586-23.436 44.58-51.206 55.598-84.93l.684-2.085c9.046-28.397 9.823-63.093 2.316-91.915l-.65-2.561C423.28 180.361 407.243 153.012 385 130l-2.676-2.832c-32.41-33.536-78.467-50.827-124.568-51.634-14.902-.16-29.276.695-43.756 4.466z",
|
|
2379
|
+
fill: "#0777BA"
|
|
2390
2380
|
}
|
|
2391
2381
|
),
|
|
2392
2382
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2393
|
-
|
|
2383
|
+
Svg.Path,
|
|
2394
2384
|
{
|
|
2395
|
-
d: "
|
|
2396
|
-
fill: "#343434"
|
|
2397
|
-
transform: "translate(318.77734375,159.16015625)"
|
|
2385
|
+
d: "M318.777 159.16c2.512 2.194 4.877 4.47 7.223 6.84l2.332 2.23c9.524 9.687 18.737 26.277 18.762 40.114L347 212c-4.25.577-8.5 1.147-12.75 1.709-1.443.192-2.885.386-4.326.582-7.666 1.042-15.167 1.986-22.924 1.709l-.262-3.148c-.81-8.484-1.913-15.6-6.738-22.852l-1.273-1.914c-4.16-5.457-9.854-8.707-15.727-12.086l-2.066-1.223c-9.473-5.2-19.869-6.27-30.497-6.152l-3.17-.035c-12.35.046-23.326 3.035-32.564 11.52-5.559 5.883-8.715 11.24-9.078 19.39.256 6.459 2.324 12.277 6.785 17.074 15.474 13.877 41 16.716 60.65 21.471 56.035 13.567 56.035 13.567 71.44 35.58 8.597 14.185 10.824 28.949 6.937 45.063-3.622 12.033-9.52 21.52-18.437 30.312l-1.86 1.89c-22.156 21.021-53.855 23.332-82.745 22.626-21.053-.713-42.708-6.24-59.395-19.516l-2.262-1.73C176.043 343.515 169.15 331.659 164 319l-.957-2.203c-2.861-6.935-4.11-14.32-4.043-21.797 13.977-2.198 27.941-4.386 42-6l.078 2.824c.635 14.266 3.654 25.951 13.297 36.863 13.71 12.08 27.927 15.676 45.938 15.625l3.435.05c14.517.008 30.79-3.122 41.635-13.471 2.577-3.014 4.222-6.198 5.617-9.891l1.078-2.824c2.337-8.052 1.96-17.315-1.64-24.93-8.011-12.517-22.422-15.234-35.95-18.233-5.142-1.111-10.292-2.18-15.444-3.241-58.917-12.13-58.917-12.13-76.044-28.772l-2.16-2.008c-10.87-11.012-13.144-24.66-13.155-39.48.228-16.375 6.802-29.864 18.42-41.278 33.71-31.22 97.413-28.498 132.672-1.074z",
|
|
2386
|
+
fill: "#343434"
|
|
2398
2387
|
}
|
|
2399
2388
|
)
|
|
2400
2389
|
] });
|
|
@@ -2409,21 +2398,19 @@ var SSO_SCHOOLOGY_CONFIG = {
|
|
|
2409
2398
|
getUrl: (envs) => envs.SCHOOLOGY_AUTH
|
|
2410
2399
|
};
|
|
2411
2400
|
var CleverIcon = ({ size = 37.5 }) => {
|
|
2412
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2401
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 400 400", width: size, height: size, children: [
|
|
2413
2402
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2414
|
-
|
|
2403
|
+
Svg.Path,
|
|
2415
2404
|
{
|
|
2416
|
-
d: "
|
|
2417
|
-
fill: "#2467AD"
|
|
2418
|
-
transform: "translate(130.505859375,17.854736328125)"
|
|
2405
|
+
d: "M130.506 17.855l5.028-.01c4.501-.01 9.002-.012 13.502-.012 2.828-.001 5.655-.003 8.483-.006 9.91-.009 19.82-.013 29.731-.012 9.164 0 18.328-.01 27.492-.026 7.928-.013 15.857-.018 23.785-.018 4.709 0 9.417-.002 14.125-.013 79.194-.168 79.194-.168 105.196 24 28.066 29.238 24.475 70.477 24.42 108.09-.005 4.73 0 9.462.003 14.194.004 7.937 0 15.874-.01 23.812-.011 9.105-.008 18.21.003 27.315.01 7.894.01 15.79.006 23.684-.004 4.681-.004 9.362.003 14.044.097 78.992.097 78.992-24.03 104.95-29.239 28.067-70.478 24.476-108.09 24.422-4.732-.006-9.463 0-14.195.002-7.937.004-15.874 0-23.812-.01-9.105-.011-18.21-.008-27.315.003-7.894.01-15.79.01-23.684.006-4.681-.004-9.362-.004-14.044.003-76.341.094-76.341.094-100.103-20.273l-1.785-1.352c-15.226-11.86-22.504-30.99-25.403-49.46-1.696-13.86-1.962-27.75-1.957-41.694l-.01-5.028a7509.6 7509.6 0 01-.012-13.502c-.001-2.828-.003-5.655-.006-8.483-.009-9.91-.013-19.82-.012-29.731 0-9.164-.01-18.328-.026-27.492-.013-7.928-.018-15.857-.018-23.785 0-4.709-.002-9.417-.013-14.125C17.596 70.805 17.596 70.805 38 47l1.352-1.785c11.86-15.226 30.99-22.504 49.46-25.403 13.86-1.696 27.75-1.962 41.694-1.957z",
|
|
2406
|
+
fill: "#2467AD"
|
|
2419
2407
|
}
|
|
2420
2408
|
),
|
|
2421
2409
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2422
|
-
|
|
2410
|
+
Svg.Path,
|
|
2423
2411
|
{
|
|
2424
|
-
d: "
|
|
2425
|
-
fill: "#FDFDFE"
|
|
2426
|
-
transform: "translate(248,85)"
|
|
2412
|
+
d: "M248 85l2.079.472C270.915 90.297 288.367 101.7 304 116c-1.677 4.032-4.468 7.07-7.313 10.313l-1.587 1.831A2606.992 2606.992 0 01290 134c-1.766 2.031-3.53 4.063-5.294 6.096a2263.755 2263.755 0 01-3.34 3.84c-2.867 3.297-5.664 6.629-8.366 10.064-3.255-1.458-5.673-3.31-8.375-5.625C248.523 135.313 228.915 127.419 208 129c-17.722 1.946-32.96 9.196-44.688 23.062-12.951 17.676-17.536 38.322-14.812 59.899 3.394 18.703 11.684 36.315 27.312 47.789 16.585 10.922 35.786 13.867 55.16 10.066 14.525-3.916 26.312-11.172 37.618-20.996 2.362-1.784 3.517-2.517 6.41-2.82 1.658 1.057 1.658 1.057 3.3 2.732l1.88 1.881 1.992 2.07 2.068 2.09c2.182 2.21 4.346 4.437 6.51 6.665 1.474 1.499 2.95 2.997 4.426 4.494A2383.7 2383.7 0 01306 277l-2.813 3.293-1.582 1.852c-18.25 21.084-46.245 33.742-73.798 36.038-5.06.284-10.115.298-15.182.254l-2.305-.009c-11.788-.07-23.04-.708-34.32-4.428l-1.977-.65c-28.91-9.89-53.2-29.585-67.097-56.979-14.548-30.007-17.121-63.772-7.27-95.715 11.253-30.617 32.29-54.457 61.906-68.469 6.65-3.024 13.35-5.415 20.438-7.187l3.5-.906c19.82-4.316 42.798-3.922 62.5.906z",
|
|
2413
|
+
fill: "#FDFDFE"
|
|
2427
2414
|
}
|
|
2428
2415
|
)
|
|
2429
2416
|
] });
|
|
@@ -2437,75 +2424,37 @@ var SSO_CLEVER_CONFIG = {
|
|
|
2437
2424
|
icon: CleverIcon,
|
|
2438
2425
|
getUrl: (envs) => envs.CLEVER_AUTH
|
|
2439
2426
|
};
|
|
2440
|
-
var USFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2441
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
"
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
"
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
),
|
|
2464
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2465
|
-
"path",
|
|
2466
|
-
{
|
|
2467
|
-
d: "M4.69679 48.6955H59.3033C60.8759 46.1294 62.0955 43.3244 62.8977 40.3477H1.10242C1.90454 43.3244 3.12417 46.1294 4.69679 48.6955Z",
|
|
2468
|
-
fill: "#D80027"
|
|
2469
|
-
}
|
|
2470
|
-
),
|
|
2471
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2472
|
-
"path",
|
|
2473
|
-
{
|
|
2474
|
-
d: "M14.823 4.99725H17.7391L15.0266 6.96788L16.0627 10.1565L13.3504 8.18587L10.638 10.1565L11.533 7.40188C9.14475 9.39125 7.0515 11.722 5.3265 14.319H6.26088L4.53425 15.5734C4.26525 16.0221 4.00725 16.478 3.76 16.9406L4.5845 19.4783L3.04625 18.3606C2.66388 19.1707 2.31413 19.9991 1.99975 20.8447L2.90812 23.6408H6.26088L3.54837 25.6114L4.5845 28.8L1.87213 26.8294L0.247375 28.0099C0.08475 29.3171 0 30.6486 0 32H32C32 14.327 32 12.2435 32 0C25.6785 0 19.7856 1.83375 14.823 4.99725ZM16.0627 28.8L13.3504 26.8294L10.638 28.8L11.6741 25.6114L8.96163 23.6408H12.3144L13.3504 20.4521L14.3864 23.6408H17.7391L15.0266 25.6114L16.0627 28.8ZM15.0266 16.2896L16.0627 19.4783L13.3504 17.5076L10.638 19.4783L11.6741 16.2896L8.96163 14.319H12.3144L13.3504 11.1304L14.3864 14.319H17.7391L15.0266 16.2896ZM27.541 28.8L24.8286 26.8294L22.1162 28.8L23.1524 25.6114L20.4399 23.6408H23.7926L24.8286 20.4521L25.8646 23.6408H29.2174L26.5049 25.6114L27.541 28.8ZM26.5049 16.2896L27.541 19.4783L24.8286 17.5076L22.1162 19.4783L23.1524 16.2896L20.4399 14.319H23.7926L24.8286 11.1304L25.8646 14.319H29.2174L26.5049 16.2896ZM26.5049 6.96788L27.541 10.1565L24.8286 8.18587L22.1162 10.1565L23.1524 6.96788L20.4399 4.99725H23.7926L24.8286 1.80862L25.8646 4.99725H29.2174L26.5049 6.96788Z",
|
|
2475
|
-
fill: "#0052B4"
|
|
2476
|
-
}
|
|
2477
|
-
)
|
|
2478
|
-
] }),
|
|
2479
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_2301_162", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "64", height: "64", fill: "white" }) }) })
|
|
2427
|
+
var USFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2428
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2429
|
+
Svg.Path,
|
|
2430
|
+
{
|
|
2431
|
+
d: "M32 64c17.673 0 32-14.327 32-32C64 14.327 49.673 0 32 0 14.327 0 0 14.327 0 32c0 17.673 14.327 32 32 32z",
|
|
2432
|
+
fill: "#F0F0F0"
|
|
2433
|
+
}
|
|
2434
|
+
),
|
|
2435
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2436
|
+
Svg.Path,
|
|
2437
|
+
{
|
|
2438
|
+
d: "M30.609 32H64c0-2.888-.385-5.686-1.102-8.348h-32.29V32zM30.609 15.304h28.694a32.168 32.168 0 00-7.383-8.347H30.608v8.347zM32 64a31.863 31.863 0 0019.92-6.956H12.08A31.862 31.862 0 0032 64zM4.697 48.696h54.606a31.812 31.812 0 003.595-8.348H1.102a31.81 31.81 0 003.595 8.348z",
|
|
2439
|
+
fill: "#D80027"
|
|
2440
|
+
}
|
|
2441
|
+
),
|
|
2442
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2443
|
+
Svg.Path,
|
|
2444
|
+
{
|
|
2445
|
+
d: "M14.823 4.997h2.916l-2.712 1.97 1.036 3.19-2.713-1.971-2.712 1.97.895-2.754a32.176 32.176 0 00-6.206 6.917h.934l-1.727 1.254a31.93 31.93 0 00-.774 1.368l.825 2.537-1.539-1.117A31.7 31.7 0 002 20.845l.908 2.796h3.353l-2.713 1.97L4.585 28.8l-2.713-1.97-1.625 1.18A32.307 32.307 0 000 32h32V0a31.848 31.848 0 00-17.177 4.997zm1.24 23.803l-2.713-1.97-2.712 1.97 1.036-3.189-2.712-1.97h3.352l1.036-3.189 1.036 3.189h3.353l-2.712 1.97 1.036 3.189zm-1.036-12.51l1.036 3.188-2.713-1.97-2.712 1.97 1.036-3.188-2.712-1.971h3.352l1.036-3.189 1.036 3.189h3.353l-2.712 1.97zM27.54 28.8l-2.712-1.97-2.713 1.97 1.036-3.189-2.712-1.97h3.353l1.036-3.189 1.036 3.189h3.352l-2.712 1.97L27.54 28.8zm-1.036-12.51l1.036 3.188-2.712-1.97-2.713 1.97 1.036-3.188-2.712-1.971h3.353l1.036-3.189 1.036 3.189h3.352l-2.712 1.97zm0-9.322l1.036 3.188-2.712-1.97-2.713 1.97 1.036-3.188-2.712-1.97h3.353l1.036-3.19 1.036 3.19h3.352l-2.712 1.97z",
|
|
2446
|
+
fill: "#0052B4"
|
|
2447
|
+
}
|
|
2448
|
+
),
|
|
2449
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "clip0_2301_162", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fill: "#fff", d: "M0 0H64V64H0z" }) }) })
|
|
2480
2450
|
] });
|
|
2481
|
-
var CanvasIcon = ({ size = 38 }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2482
|
-
|
|
2451
|
+
var CanvasIcon = ({ size = 38 }) => /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38.000000 38.000000", width: size, height: size, children: /* @__PURE__ */ jsxRuntime.jsx(Svg.G, { fill: "#d04c36", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2452
|
+
Svg.Path,
|
|
2483
2453
|
{
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
height: size,
|
|
2487
|
-
viewBox: "0 0 38.000000 38.000000",
|
|
2488
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
2489
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("g", { transform: "translate(0.000000,38.000000) scale(0.100000,-0.100000)", fill: "#d04c36", children: [
|
|
2490
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M140 362 c0 -34 73 -44 90 -12 10 19 8 20 -40 20 -27 0 -50 -4 -50 -8z" }),
|
|
2491
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M59 322 c-33 -29 -33 -52 0 -52 35 0 67 59 41 75 -5 3 -23 -7 -41 -23z" }),
|
|
2492
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M272 318 c2 -25 9 -35 31 -42 44 -16 52 5 16 42 -40 40 -51 40 -47 0z" }),
|
|
2493
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M177 303 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z" }),
|
|
2494
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M107 273 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z" }),
|
|
2495
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M247 274 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z" }),
|
|
2496
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 190 c0 -51 6 -60 28 -38 23 23 9 88 -20 88 -4 0 -8 -22 -8 -50z" }),
|
|
2497
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M330 221 c-15 -28 -12 -46 8 -64 28 -26 32 -21 32 33 0 54 -19 69 -40 31z" }),
|
|
2498
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M77 203 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z" }),
|
|
2499
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M277 204 c-8 -8 1 -24 14 -24 5 0 9 7 9 15 0 15 -12 20 -23 9z" }),
|
|
2500
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M106 133 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z" }),
|
|
2501
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M247 133 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z" }),
|
|
2502
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M30 102 c0 -5 14 -24 32 -41 37 -36 58 -28 42 16 -7 22 -17 29 -42 31 -17 2 -32 -1 -32 -6z" }),
|
|
2503
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M176 103 c-11 -11 -6 -23 9 -23 8 0 15 4 15 9 0 13 -16 22 -24 14z" }),
|
|
2504
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M282 98 c-13 -13 -17 -68 -4 -68 10 0 72 63 72 73 0 12 -55 8 -68 -5z" }),
|
|
2505
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M158 49 c-36 -21 -21 -39 32 -39 54 0 61 7 32 33 -21 19 -39 21 -64 6z" })
|
|
2506
|
-
] })
|
|
2454
|
+
d: "M140 362c0-34 73-44 90-12 10 19 8 20-40 20-27 0-50-4-50-8zM59 322c-33-29-33-52 0-52 35 0 67 59 41 75-5 3-23-7-41-23zM272 318c2-25 9-35 31-42 44-16 52 5 16 42-40 40-51 40-47 0zM177 303c-12-11-8-23 8-23 8 0 15 7 15 15 0 16-12 20-23 8zM107 273c-12-11-8-23 8-23 8 0 15 7 15 15 0 16-12 20-23 8zM247 274c-8-8 1-24 14-24 5 0 9 7 9 15 0 15-12 20-23 9zM10 190c0-51 6-60 28-38 23 23 9 88-20 88-4 0-8-22-8-50zM330 221c-15-28-12-46 8-64 28-26 32-21 32 33s-19 69-40 31zM77 203c-12-11-8-23 8-23 8 0 15 7 15 15 0 16-12 20-23 8zM277 204c-8-8 1-24 14-24 5 0 9 7 9 15 0 15-12 20-23 9zM106 133c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14zM247 133c-12-11-8-23 8-23 8 0 15 7 15 15 0 16-12 20-23 8zM30 102c0-5 14-24 32-41 37-36 58-28 42 16-7 22-17 29-42 31-17 2-32-1-32-6zM176 103c-11-11-6-23 9-23 8 0 15 4 15 9 0 13-16 22-24 14zM282 98c-13-13-17-68-4-68 10 0 72 63 72 73 0 12-55 8-68-5zM158 49c-36-21-21-39 32-39 54 0 61 7 32 33-21 19-39 21-64 6z",
|
|
2455
|
+
transform: "matrix(.1 0 0 -.1 0 38)"
|
|
2507
2456
|
}
|
|
2508
|
-
);
|
|
2457
|
+
) }) });
|
|
2509
2458
|
|
|
2510
2459
|
// src/configs/sso/auth-web/sso.canvas.ts
|
|
2511
2460
|
var SSO_CANVAS_CONFIG = {
|
|
@@ -2516,25 +2465,13 @@ var SSO_CANVAS_CONFIG = {
|
|
|
2516
2465
|
getUrl: (envs) => envs.SCHOOLOGY_AUTH
|
|
2517
2466
|
};
|
|
2518
2467
|
var QRCodeIcon = ({ size = 38 }) => {
|
|
2519
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2520
|
-
|
|
2468
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2469
|
+
Svg.Path,
|
|
2521
2470
|
{
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
viewBox: "0 0 30 30",
|
|
2525
|
-
fill: "none",
|
|
2526
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2527
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2528
|
-
"path",
|
|
2529
|
-
{
|
|
2530
|
-
fillRule: "evenodd",
|
|
2531
|
-
clipRule: "evenodd",
|
|
2532
|
-
d: "M2.15343 2.15245C3.2096 1.09628 4.64207 0.50293 6.13572 0.50293H10.569C11.2317 0.50293 11.769 1.04019 11.769 1.70293C11.769 2.36567 11.2317 2.90293 10.569 2.90293H6.13572C5.27859 2.90293 4.45656 3.24342 3.85048 3.84951C3.2444 4.45559 2.90391 5.27761 2.90391 6.13474V10.568C2.90391 11.2307 2.36665 11.768 1.70391 11.768C1.04116 11.768 0.503906 11.2307 0.503906 10.568V6.13474C0.503906 4.64109 1.09726 3.20862 2.15343 2.15245ZM18.2326 1.70293C18.2326 1.04019 18.7699 0.50293 19.4326 0.50293H23.8658C25.3595 0.50293 26.792 1.09628 27.8481 2.15245C28.9043 3.20862 29.4977 4.64109 29.4977 6.13474V10.568C29.4977 11.2307 28.9604 11.768 28.2977 11.768C27.6349 11.768 27.0977 11.2307 27.0977 10.568V6.13474C27.0977 5.27761 26.7572 4.45559 26.1511 3.84951C25.545 3.24342 24.723 2.90293 23.8658 2.90293H19.4326C18.7699 2.90293 18.2326 2.36567 18.2326 1.70293ZM5.66612 5.66514C6.13379 5.19748 6.76809 4.93474 7.42947 4.93474H11.3107C11.9721 4.93474 12.6064 5.19747 13.0741 5.66514C13.5417 6.13281 13.8045 6.76711 13.8045 7.42849V11.3097C13.8045 11.9711 13.5417 12.6054 13.0741 13.0731C12.6064 13.5408 11.9721 13.8035 11.3107 13.8035H7.42947C6.76808 13.8035 6.13379 13.5408 5.66612 13.0731C5.19845 12.6054 4.93572 11.9711 4.93572 11.3097V7.42849C4.93572 6.76711 5.19845 6.13281 5.66612 5.66514ZM7.42947 7.33474C7.4046 7.33474 7.38076 7.34462 7.36318 7.3622C7.3456 7.37978 7.33572 7.40363 7.33572 7.42849V11.3097C7.33572 11.3346 7.3456 11.3585 7.36318 11.376C7.38076 11.3936 7.40461 11.4035 7.42947 11.4035H11.3107C11.3356 11.4035 11.3594 11.3936 11.377 11.376C11.3946 11.3585 11.4045 11.3346 11.4045 11.3097V7.42849C11.4045 7.40363 11.3946 7.37978 11.377 7.3622C11.3594 7.34462 11.3356 7.33474 11.3107 7.33474H7.42947ZM16.9275 5.66514C17.3952 5.19748 18.0295 4.93474 18.6908 4.93474H22.5721C23.2335 4.93474 23.8678 5.19747 24.3354 5.66514C24.8031 6.13281 25.0658 6.76711 25.0658 7.42849V11.3097C25.0658 11.9711 24.8031 12.6054 24.3354 13.0731C23.8678 13.5408 23.2335 13.8035 22.5721 13.8035H18.6908C18.0295 13.8035 17.3952 13.5408 16.9275 13.0731C16.4598 12.6054 16.1971 11.9711 16.1971 11.3097V7.42849C16.1971 6.76711 16.4598 6.13281 16.9275 5.66514ZM18.6908 7.33474C18.666 7.33474 18.6421 7.34462 18.6246 7.3622C18.607 7.37978 18.5971 7.40363 18.5971 7.42849V11.3097C18.5971 11.3346 18.607 11.3585 18.6246 11.376C18.6421 11.3936 18.666 11.4035 18.6908 11.4035H22.5721C22.597 11.4035 22.6208 11.3936 22.6384 11.376C22.656 11.3585 22.6658 11.3346 22.6658 11.3097V7.42849C22.6658 7.40363 22.656 7.37978 22.6384 7.3622C22.6208 7.34462 22.597 7.33474 22.5721 7.33474H18.6908ZM5.66612 16.8992C6.13379 16.4315 6.76808 16.1688 7.42947 16.1688H11.3107C11.9721 16.1688 12.6064 16.4315 13.0741 16.8992C13.5417 17.3669 13.8045 18.0012 13.8045 18.6626V22.5438C13.8045 23.2052 13.5417 23.8395 13.0741 24.3072C12.6064 24.7748 11.9721 25.0376 11.3107 25.0376H7.42947C6.76808 25.0376 6.13379 24.7748 5.66612 24.3072C5.19845 23.8395 4.93572 23.2052 4.93572 22.5438V18.6626C4.93572 18.0012 5.19845 17.3669 5.66612 16.8992ZM7.42947 18.5688C7.40461 18.5688 7.38076 18.5787 7.36318 18.5963C7.3456 18.6138 7.33572 18.6377 7.33572 18.6626V22.5438C7.33572 22.5687 7.3456 22.5925 7.36318 22.6101C7.38076 22.6277 7.40461 22.6376 7.42947 22.6376H11.3107C11.3356 22.6376 11.3594 22.6277 11.377 22.6101C11.3946 22.5925 11.4045 22.5687 11.4045 22.5438V18.6626C11.4045 18.6377 11.3946 18.6138 11.377 18.5963C11.3594 18.5787 11.3356 18.5688 11.3107 18.5688H7.42947ZM16.9275 16.9265C17.3952 16.4589 18.0295 16.1961 18.6908 16.1961H22.5721C23.2335 16.1961 23.8678 16.4589 24.3354 16.9265C24.8031 17.3942 25.0658 18.0285 25.0658 18.6899V22.5711C25.0658 23.2325 24.8031 23.8668 24.3354 24.3345C23.8678 24.8021 23.2335 25.0649 22.5721 25.0649H18.6908C18.0295 25.0649 17.3952 24.8021 16.9275 24.3345C16.4598 23.8668 16.1971 23.2325 16.1971 22.5711V18.6899C16.1971 18.0285 16.4598 17.3942 16.9275 16.9265ZM18.6908 18.5961C18.666 18.5961 18.6421 18.606 18.6246 18.6236C18.607 18.6412 18.5971 18.665 18.5971 18.6899V22.5711C18.5971 22.596 18.607 22.6198 18.6246 22.6374C18.6421 22.655 18.666 22.6649 18.6908 22.6649H22.5721C22.597 22.6649 22.6208 22.655 22.6384 22.6374C22.656 22.6198 22.6658 22.596 22.6658 22.5711V18.6899C22.6658 18.665 22.656 18.6412 22.6384 18.6236C22.6208 18.606 22.597 18.5961 22.5721 18.5961H18.6908ZM1.70391 18.2316C2.36665 18.2316 2.90391 18.7689 2.90391 19.4316V23.8649C2.90391 24.722 3.2444 25.544 3.85048 26.1501C4.45657 26.7562 5.27859 27.0967 6.13572 27.0967H10.569C11.2317 27.0967 11.769 27.6339 11.769 28.2967C11.769 28.9594 11.2317 29.4967 10.569 29.4967H6.13572C4.64207 29.4967 3.2096 28.9033 2.15343 27.8472C1.09726 26.791 0.503906 25.3585 0.503906 23.8649V19.4316C0.503906 18.7689 1.04116 18.2316 1.70391 18.2316ZM28.2977 18.2316C28.9604 18.2316 29.4977 18.7689 29.4977 19.4316V23.8649C29.4977 25.3585 28.9043 26.791 27.8481 27.8472C26.792 28.9033 25.3595 29.4967 23.8658 29.4967H19.4326C18.7699 29.4967 18.2326 28.9594 18.2326 28.2967C18.2326 27.6339 18.7699 27.0967 19.4326 27.0967H23.8658C24.723 27.0967 25.545 26.7562 26.1511 26.1501C26.7572 25.544 27.0977 24.722 27.0977 23.8649V19.4316C27.0977 18.7689 27.6349 18.2316 28.2977 18.2316Z",
|
|
2533
|
-
fill: "#4D4D63"
|
|
2534
|
-
}
|
|
2535
|
-
)
|
|
2471
|
+
d: "M2.153 2.152A5.632 5.632 0 016.136.502h4.433a1.2 1.2 0 010 2.4H6.136a3.232 3.232 0 00-3.232 3.233v4.433a1.2 1.2 0 01-2.4 0V6.135c0-1.494.593-2.926 1.65-3.983zm16.08-.45a1.2 1.2 0 011.2-1.2h4.433a5.632 5.632 0 015.632 5.633v4.433a1.2 1.2 0 01-2.4 0V6.135a3.232 3.232 0 00-3.232-3.232h-4.433a1.2 1.2 0 01-1.2-1.2zM5.666 5.666a2.494 2.494 0 011.763-.73h3.882a2.494 2.494 0 012.494 2.493v3.882a2.494 2.494 0 01-2.494 2.493H7.429a2.494 2.494 0 01-2.493-2.493V7.428c0-.66.262-1.295.73-1.763zm1.763 1.67a.094.094 0 00-.093.093v3.882a.094.094 0 00.093.093h3.882a.094.094 0 00.094-.093V7.428a.094.094 0 00-.094-.093H7.429zm9.498-1.67a2.494 2.494 0 011.764-.73h3.881a2.493 2.493 0 012.494 2.493v3.882a2.494 2.494 0 01-2.494 2.493h-3.881a2.494 2.494 0 01-2.494-2.493V7.428c0-.66.263-1.295.73-1.763zm1.764 1.67a.094.094 0 00-.094.093v3.882a.094.094 0 00.094.093h3.881a.094.094 0 00.094-.093V7.428a.094.094 0 00-.094-.093h-3.881zM5.666 16.899a2.494 2.494 0 011.763-.73h3.882a2.494 2.494 0 012.494 2.494v3.88a2.494 2.494 0 01-2.494 2.495H7.429a2.494 2.494 0 01-2.493-2.494v-3.881c0-.662.262-1.296.73-1.764zm1.763 1.67a.094.094 0 00-.093.094v3.88a.094.094 0 00.093.095h3.882a.094.094 0 00.094-.094v-3.881a.094.094 0 00-.094-.094H7.429zm9.498-1.642a2.494 2.494 0 011.764-.73h3.881a2.494 2.494 0 012.494 2.493v3.881a2.494 2.494 0 01-2.494 2.494h-3.881a2.494 2.494 0 01-2.494-2.494V18.69c0-.662.263-1.296.73-1.764zm1.764 1.67a.093.093 0 00-.094.093v3.881a.094.094 0 00.094.094h3.881a.094.094 0 00.094-.094V18.69a.094.094 0 00-.094-.094h-3.881zm-16.987-.365a1.2 1.2 0 011.2 1.2v4.433a3.232 3.232 0 003.232 3.232h4.433a1.2 1.2 0 110 2.4H6.136a5.632 5.632 0 01-5.632-5.632v-4.433a1.2 1.2 0 011.2-1.2zm26.594 0a1.2 1.2 0 011.2 1.2v4.433a5.632 5.632 0 01-5.632 5.632h-4.433a1.2 1.2 0 010-2.4h4.433a3.232 3.232 0 003.232-3.232v-4.433a1.2 1.2 0 011.2-1.2z",
|
|
2472
|
+
fill: "#4D4D63"
|
|
2536
2473
|
}
|
|
2537
|
-
);
|
|
2474
|
+
) });
|
|
2538
2475
|
};
|
|
2539
2476
|
|
|
2540
2477
|
// src/configs/sso/auth-web/sso.qrcode.ts
|
|
@@ -2575,54 +2512,26 @@ var LOCALE_AUTHWEB_US = {
|
|
|
2575
2512
|
locale: "en-SE" /* US */
|
|
2576
2513
|
};
|
|
2577
2514
|
var SkolonIcon = ({ size = 38 }) => {
|
|
2578
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2515
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 126 98", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2516
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M58.754 2.852h7.72v59.052H88.86v7.72H58.754V2.852z", fill: "#33ADBB" }),
|
|
2579
2517
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2580
|
-
|
|
2518
|
+
Svg.Path,
|
|
2581
2519
|
{
|
|
2582
|
-
|
|
2583
|
-
clipRule: "evenodd",
|
|
2584
|
-
d: "M58.7544 2.85156H66.4737V61.9042H88.8597V69.6235H58.7544V2.85156Z",
|
|
2585
|
-
fill: "#33ADBB"
|
|
2586
|
-
}
|
|
2587
|
-
),
|
|
2588
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2589
|
-
"path",
|
|
2590
|
-
{
|
|
2591
|
-
fillRule: "evenodd",
|
|
2592
|
-
clipRule: "evenodd",
|
|
2593
|
-
d: "M111.68 76.9621C85.9614 103.089 41.3212 104.504 16.146 76.8529L21.854 71.6561C43.7665 95.7239 83.2666 94.8231 106.179 71.5469L111.68 76.9621Z",
|
|
2520
|
+
d: "M111.68 76.962c-25.719 26.127-70.359 27.542-95.534-.11l5.708-5.196c21.913 24.068 61.413 23.167 84.325-.11l5.501 5.416z",
|
|
2594
2521
|
fill: "#E5797B"
|
|
2595
2522
|
}
|
|
2596
2523
|
),
|
|
2597
2524
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2598
|
-
|
|
2599
|
-
{
|
|
2600
|
-
fillRule: "evenodd",
|
|
2601
|
-
clipRule: "evenodd",
|
|
2602
|
-
d: "M98.8945 8.64117C88.2364 8.64117 79.5963 17.2813 79.5963 27.9394C79.5963 38.5975 88.2364 47.2377 98.8945 47.2377C109.553 47.2377 118.193 38.5975 118.193 27.9394C118.193 17.2813 109.553 8.64117 98.8945 8.64117ZM71.877 27.9394C71.877 13.018 83.9731 0.921875 98.8945 0.921875C113.816 0.921875 125.912 13.018 125.912 27.9394C125.912 42.8608 113.816 54.957 98.8945 54.957C83.9731 54.957 71.877 42.8608 71.877 27.9394Z",
|
|
2603
|
-
fill: "#33ADBB"
|
|
2604
|
-
}
|
|
2605
|
-
),
|
|
2606
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2607
|
-
"path",
|
|
2525
|
+
Svg.Path,
|
|
2608
2526
|
{
|
|
2609
|
-
|
|
2610
|
-
clipRule: "evenodd",
|
|
2611
|
-
d: "M27.1054 8.64117C16.4473 8.64117 7.80719 17.2813 7.80719 27.9394C7.80719 38.5975 16.4473 47.2377 27.1054 47.2377C37.7636 47.2377 46.4037 38.5975 46.4037 27.9394C46.4037 17.2813 37.7636 8.64117 27.1054 8.64117ZM0.0878906 27.9394C0.0878906 13.018 12.1841 0.921875 27.1054 0.921875C42.0268 0.921875 54.123 13.018 54.123 27.9394C54.123 42.8608 42.0268 54.957 27.1054 54.957C12.1841 54.957 0.0878906 42.8608 0.0878906 27.9394Z",
|
|
2527
|
+
d: "M98.894 8.641c-10.658 0-19.298 8.64-19.298 19.298 0 10.658 8.64 19.299 19.298 19.299 10.659 0 19.299-8.64 19.299-19.299 0-10.658-8.64-19.298-19.299-19.298zM71.877 27.94C71.877 13.018 83.973.922 98.894.922c14.922 0 27.018 12.096 27.018 27.017 0 14.922-12.096 27.018-27.018 27.018-14.92 0-27.017-12.096-27.017-27.018zM27.105 8.641c-10.658 0-19.298 8.64-19.298 19.298 0 10.658 8.64 19.299 19.298 19.299 10.659 0 19.299-8.64 19.299-19.299 0-10.658-8.64-19.298-19.299-19.298zM.088 27.94C.088 13.018 12.184.922 27.105.922c14.922 0 27.018 12.096 27.018 27.017 0 14.922-12.096 27.018-27.018 27.018-14.92 0-27.017-12.096-27.017-27.018z",
|
|
2612
2528
|
fill: "#33ADBB"
|
|
2613
2529
|
}
|
|
2614
2530
|
),
|
|
2615
2531
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2616
|
-
|
|
2617
|
-
{
|
|
2618
|
-
d: "M27.1054 38.7459C33.0739 38.7459 37.9124 33.9074 37.9124 27.9389C37.9124 25.9602 37.3806 24.1057 36.4522 22.5106C32.6946 22.2703 28.9848 24.5256 27.1054 26.781C27.1054 24.6257 28.4426 20.4645 31.4283 18.0311C30.1045 17.4527 28.6424 17.1318 27.1054 17.1318C21.1368 17.1318 16.2983 21.9703 16.2983 27.9389C16.2983 33.9074 21.1368 38.7459 27.1054 38.7459Z",
|
|
2619
|
-
fill: "#087F8D"
|
|
2620
|
-
}
|
|
2621
|
-
),
|
|
2622
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2623
|
-
"path",
|
|
2532
|
+
Svg.Path,
|
|
2624
2533
|
{
|
|
2625
|
-
d: "
|
|
2534
|
+
d: "M27.105 38.746c5.969 0 10.807-4.839 10.807-10.807 0-1.979-.531-3.833-1.46-5.428-3.757-.24-7.467 2.015-9.347 4.27 0-2.155 1.338-6.316 4.323-8.75a10.77 10.77 0 00-4.323-.9c-5.968 0-10.807 4.84-10.807 10.808s4.839 10.807 10.807 10.807zM98.895 38.746c5.968 0 10.807-4.839 10.807-10.807a10.76 10.76 0 00-1.46-5.428c-3.758-.24-7.468 2.015-9.347 4.27 0-2.155 1.337-6.316 4.323-8.75a10.772 10.772 0 00-4.323-.9c-5.969 0-10.807 4.84-10.807 10.808s4.838 10.807 10.807 10.807z",
|
|
2626
2535
|
fill: "#087F8D"
|
|
2627
2536
|
}
|
|
2628
2537
|
)
|
|
@@ -2638,22 +2547,18 @@ var SSO_SKOLON_CONFIG = {
|
|
|
2638
2547
|
getUrl: (envs) => envs.SKOLON_AUTH
|
|
2639
2548
|
};
|
|
2640
2549
|
var SkolfederationIcon = ({ size = 38 }) => {
|
|
2641
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2550
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 160 160", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2642
2551
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2643
|
-
|
|
2552
|
+
Svg.Path,
|
|
2644
2553
|
{
|
|
2645
|
-
|
|
2646
|
-
clipRule: "evenodd",
|
|
2647
|
-
d: "M157.5 0.75V87.25C157.5 127.014 125.264 159.25 85.5 159.25H46.5V137.25H85.5C113.114 137.25 135.5 114.864 135.5 87.25V68.75H47.5V67.75C47.5 56.152 56.902 46.75 68.5 46.75H135.5V0.75H157.5Z",
|
|
2554
|
+
d: "M157.5.75v86.5c0 39.764-32.236 72-72 72h-39v-22h39c27.614 0 50-22.386 50-50v-18.5h-88v-1c0-11.598 9.402-21 21-21h67v-46h22z",
|
|
2648
2555
|
fill: "#F17C1F"
|
|
2649
2556
|
}
|
|
2650
2557
|
),
|
|
2651
2558
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2652
|
-
|
|
2559
|
+
Svg.Path,
|
|
2653
2560
|
{
|
|
2654
|
-
|
|
2655
|
-
clipRule: "evenodd",
|
|
2656
|
-
d: "M2.5 159.25V72.75C2.5 32.9855 34.7355 0.75 74.5 0.75H113.5V22.75H74.5C46.8858 22.75 24.5 45.1358 24.5 72.75V91.75H112.5V92.75C112.5 104.348 103.098 113.75 91.5 113.75H24.5V159.25H2.5Z",
|
|
2561
|
+
d: "M2.5 159.25v-86.5c0-39.764 32.236-72 72-72h39v22h-39c-27.614 0-50 22.386-50 50v19h88v1c0 11.598-9.402 21-21 21h-67v45.5h-22z",
|
|
2657
2562
|
fill: "#F17C1F"
|
|
2658
2563
|
}
|
|
2659
2564
|
)
|
|
@@ -2672,39 +2577,22 @@ var SSO_SKOLFEDERATION_CONFIG = {
|
|
|
2672
2577
|
return `${envs.SKOLFEDERATION_AUTH}?return=${returnUrl}`;
|
|
2673
2578
|
}
|
|
2674
2579
|
};
|
|
2675
|
-
var SwedenFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2676
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2692
|
-
"path",
|
|
2693
|
-
{
|
|
2694
|
-
d: "M16.6957 27.8262V3.89111C7.909 8.68536 1.61887 17.4792 0.270996 27.8264L16.6957 27.8262Z",
|
|
2695
|
-
fill: "#0052B4"
|
|
2696
|
-
}
|
|
2697
|
-
),
|
|
2698
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16.6956 36.1738H0.270996C1.61887 46.521 7.909 55.3148 16.6957 60.109L16.6956 36.1738Z", fill: "#0052B4" }),
|
|
2699
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2700
|
-
"path",
|
|
2701
|
-
{
|
|
2702
|
-
d: "M25.0435 36.174V63.2393C27.2833 63.7358 29.6107 64 32 64C48.2583 64 61.6837 51.8747 63.7291 36.1738H25.0435V36.174Z",
|
|
2703
|
-
fill: "#0052B4"
|
|
2704
|
-
}
|
|
2705
|
-
)
|
|
2706
|
-
] }),
|
|
2707
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_2301_243", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "64", height: "64", fill: "white" }) }) })
|
|
2580
|
+
var SwedenFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2581
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2582
|
+
Svg.Path,
|
|
2583
|
+
{
|
|
2584
|
+
d: "M32 64c17.673 0 32-14.327 32-32C64 14.327 49.673 0 32 0 14.327 0 0 14.327 0 32c0 17.673 14.327 32 32 32z",
|
|
2585
|
+
fill: "#FFDA44"
|
|
2586
|
+
}
|
|
2587
|
+
),
|
|
2588
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2589
|
+
Svg.Path,
|
|
2590
|
+
{
|
|
2591
|
+
d: "M25.044 27.826h38.685C61.684 12.126 48.26 0 32 0c-2.39 0-4.717.264-6.956.76v27.066zM16.696 27.826V3.891C7.909 8.685 1.619 17.48.27 27.826h16.425zM16.696 36.174H.27c1.348 10.347 7.638 19.14 16.425 23.935V36.174zM25.044 36.174v27.065c2.24.497 4.567.761 6.956.761 16.258 0 29.684-12.125 31.73-27.826H25.043z",
|
|
2592
|
+
fill: "#0052B4"
|
|
2593
|
+
}
|
|
2594
|
+
),
|
|
2595
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "clip0_2301_243", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fill: "#fff", d: "M0 0H64V64H0z" }) }) })
|
|
2708
2596
|
] });
|
|
2709
2597
|
|
|
2710
2598
|
// src/configs/locale/auth-web/se/locale.se.ts
|
|
@@ -2728,10 +2616,10 @@ var LOCALE_AUTHWEB_SE = {
|
|
|
2728
2616
|
locale: "sv-SE" /* SE */
|
|
2729
2617
|
};
|
|
2730
2618
|
var WondeIcon = ({ size = 38 }) => {
|
|
2731
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2732
|
-
|
|
2619
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Svg__default.default, { viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2620
|
+
Svg.Path,
|
|
2733
2621
|
{
|
|
2734
|
-
d: "M31.
|
|
2622
|
+
d: "M31.453 2.069A1.959 1.959 0 0029.488.116h-3.925a1.97 1.97 0 00-1.387.573 1.95 1.95 0 00-.575 1.38v2.932a.979.979 0 01-.983.976h-1.962a.973.973 0 01-.983-.976V2.07A1.957 1.957 0 0017.711.116h-3.925c-.52 0-1.018.207-1.39.573a1.95 1.95 0 00-.575 1.38v2.932a.98.98 0 01-.983.976H8.876a.973.973 0 01-.983-.976V2.07A1.957 1.957 0 005.93.116H2.008A1.97 1.97 0 00.622.69a1.95 1.95 0 00-.575 1.38v3.908c0 1.956 1.962 3.909 1.962 5.865 0 1.955-1.962 7.816-1.962 15.633v1.956a1.957 1.957 0 001.962 1.953h5.887c.52 0 1.018-.207 1.39-.573a1.95 1.95 0 00.576-1.38v-3.908c0-4.888 1.962-7.817 5.886-7.817 3.925 0 5.887 2.932 5.887 7.817v3.908a1.957 1.957 0 001.962 1.953h5.887c.52 0 1.019-.207 1.39-.573a1.95 1.95 0 00.576-1.38v-1.956c0-7.817-1.962-13.68-1.962-15.633 0-1.953 1.962-3.909 1.962-5.865V2.07h.003zm-6.197 11.189l-1.432.475-.178.11-.11.178-.478 1.425a.446.446 0 01-.165.226.467.467 0 01-.268.088.467.467 0 01-.269-.088.446.446 0 01-.165-.226l-.478-1.425-.11-.178-.178-.11L20 13.258a.445.445 0 01-.227-.165.441.441 0 010-.53.46.46 0 01.227-.165l1.432-.479.177-.11.11-.177.479-1.43a.445.445 0 01.165-.226.466.466 0 01.268-.087c.097 0 .19.032.268.087a.445.445 0 01.165.227l.479 1.429.11.177.177.11 1.432.479c.09.032.172.087.227.165a.441.441 0 01.084.268.46.46 0 01-.314.43",
|
|
2735
2623
|
fill: "#00D37F"
|
|
2736
2624
|
}
|
|
2737
2625
|
) });
|
|
@@ -2745,107 +2633,53 @@ var SSO_WONDE_CONFIG = {
|
|
|
2745
2633
|
icon: WondeIcon,
|
|
2746
2634
|
getUrl: (envs) => envs.WONDE_AUTH
|
|
2747
2635
|
};
|
|
2748
|
-
var UKFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2749
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
"
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
{
|
|
2796
|
-
fillRule: "evenodd",
|
|
2797
|
-
clipRule: "evenodd",
|
|
2798
|
-
d: "M51.7688 7.28375C52.6863 8.0185 53.5619 8.80327 54.3917 9.63393L33.925 30.1006L31.4385 27.6141L51.7688 7.28375Z",
|
|
2799
|
-
fill: "#CA4638"
|
|
2800
|
-
}
|
|
2801
|
-
),
|
|
2802
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2803
|
-
"path",
|
|
2804
|
-
{
|
|
2805
|
-
fillRule: "evenodd",
|
|
2806
|
-
clipRule: "evenodd",
|
|
2807
|
-
d: "M7.28369 12.2318C8.01844 11.3143 8.80321 10.4387 9.63387 9.60891L29.7489 29.7239L27.2623 32.2104L7.28369 12.2318Z",
|
|
2808
|
-
fill: "#CA4638"
|
|
2809
|
-
}
|
|
2810
|
-
),
|
|
2811
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2812
|
-
"path",
|
|
2813
|
-
{
|
|
2814
|
-
fillRule: "evenodd",
|
|
2815
|
-
clipRule: "evenodd",
|
|
2816
|
-
d: "M63.2107 37.2745C63.4985 35.5592 63.6483 33.797 63.6483 31.9998C63.6483 30.2027 63.4985 28.4405 63.2107 26.7251H0.789145C0.501358 28.4405 0.351562 30.2027 0.351562 31.9998C0.351562 33.797 0.501358 35.5592 0.789145 37.2745H63.2107Z",
|
|
2817
|
-
fill: "white"
|
|
2818
|
-
}
|
|
2819
|
-
),
|
|
2820
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2821
|
-
"path",
|
|
2822
|
-
{
|
|
2823
|
-
fillRule: "evenodd",
|
|
2824
|
-
clipRule: "evenodd",
|
|
2825
|
-
d: "M37.2745 63.2107C35.5592 63.4985 33.797 63.6483 31.9998 63.6483C30.2027 63.6483 28.4405 63.4985 26.7251 63.2107V0.789145C28.4405 0.501358 30.2027 0.351562 31.9998 0.351562C33.797 0.351562 35.5592 0.501358 37.2745 0.789145V63.2107Z",
|
|
2826
|
-
fill: "white"
|
|
2827
|
-
}
|
|
2828
|
-
),
|
|
2829
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2830
|
-
"path",
|
|
2831
|
-
{
|
|
2832
|
-
fillRule: "evenodd",
|
|
2833
|
-
clipRule: "evenodd",
|
|
2834
|
-
d: "M63.4551 35.5169C63.5827 34.3623 63.6483 33.189 63.6483 32.0004C63.6483 30.8118 63.5827 29.6385 63.4551 28.4839H0.544719C0.417086 29.6385 0.351562 30.8118 0.351562 32.0004C0.351562 33.189 0.417086 34.3623 0.544719 35.5169H63.4551Z",
|
|
2835
|
-
fill: "#CA4638"
|
|
2836
|
-
}
|
|
2837
|
-
),
|
|
2838
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2839
|
-
"path",
|
|
2840
|
-
{
|
|
2841
|
-
fillRule: "evenodd",
|
|
2842
|
-
clipRule: "evenodd",
|
|
2843
|
-
d: "M35.5164 63.4551C34.3618 63.5827 33.1885 63.6483 31.9999 63.6483C30.8113 63.6483 29.638 63.5827 28.4834 63.4551V0.544719C29.638 0.417086 30.8113 0.351562 31.9999 0.351562C33.1885 0.351562 34.3618 0.417086 35.5164 0.544719V63.4551Z",
|
|
2844
|
-
fill: "#CA4638"
|
|
2845
|
-
}
|
|
2846
|
-
)
|
|
2847
|
-
] }),
|
|
2848
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_2301_261", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "64", height: "64", fill: "white" }) }) })
|
|
2636
|
+
var UKFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2637
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2638
|
+
Svg.Path,
|
|
2639
|
+
{
|
|
2640
|
+
d: "M32 63.648c17.479 0 31.648-14.17 31.648-31.648C63.648 14.52 49.478.352 32 .352 14.52.352.352 14.52.352 32S14.52 63.648 32 63.648z",
|
|
2641
|
+
fill: "#346DA6"
|
|
2642
|
+
}
|
|
2643
|
+
),
|
|
2644
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2645
|
+
Svg.Path,
|
|
2646
|
+
{
|
|
2647
|
+
d: "M57.797 13.662a31.81 31.81 0 00-3.414-4.037l-.008-.008a31.816 31.816 0 00-4.037-3.414L6.203 50.338a31.816 31.816 0 003.414 4.037l.008.008a31.81 31.81 0 004.037 3.414l44.135-44.135z",
|
|
2648
|
+
fill: "#fff"
|
|
2649
|
+
}
|
|
2650
|
+
),
|
|
2651
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2652
|
+
Svg.Path,
|
|
2653
|
+
{
|
|
2654
|
+
d: "M50.338 57.797a31.814 31.814 0 004.037-3.414l.008-.008a31.814 31.814 0 003.414-4.037L13.662 6.203a31.812 31.812 0 00-4.037 3.414l-.008.008a31.812 31.812 0 00-3.414 4.037l44.135 44.135z",
|
|
2655
|
+
fill: "#fff"
|
|
2656
|
+
}
|
|
2657
|
+
),
|
|
2658
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M56.717 51.768a31.824 31.824 0 01-2.35 2.623L32.142 32.166l2.486-2.486 22.089 22.088z", fill: "#CA4638" }),
|
|
2659
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2660
|
+
Svg.Path,
|
|
2661
|
+
{
|
|
2662
|
+
d: "M12.232 56.716a31.807 31.807 0 01-2.623-2.35l23.983-23.983 2.487 2.487-23.847 23.846zM51.769 7.284c.917.734 1.793 1.52 2.623 2.35L33.925 30.1l-2.486-2.487 20.33-20.33zM7.284 12.232a31.836 31.836 0 012.35-2.623l20.115 20.115-2.487 2.486L7.284 12.232z",
|
|
2663
|
+
fill: "#CA4638"
|
|
2664
|
+
}
|
|
2665
|
+
),
|
|
2666
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2667
|
+
Svg.Path,
|
|
2668
|
+
{
|
|
2669
|
+
d: "M63.21 37.275A31.86 31.86 0 0063.649 32c0-1.797-.15-3.56-.437-5.275H.789A31.863 31.863 0 00.352 32c0 1.797.15 3.56.437 5.275h62.422z",
|
|
2670
|
+
fill: "#fff"
|
|
2671
|
+
}
|
|
2672
|
+
),
|
|
2673
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2674
|
+
Svg.Path,
|
|
2675
|
+
{
|
|
2676
|
+
d: "M37.275 63.21a31.86 31.86 0 01-5.275.438c-1.797 0-3.56-.15-5.275-.437V.789A31.863 31.863 0 0132 .352c1.797 0 3.56.15 5.275.437v62.422z",
|
|
2677
|
+
fill: "#fff"
|
|
2678
|
+
}
|
|
2679
|
+
),
|
|
2680
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M63.455 35.517a32.005 32.005 0 000-7.033H.545a31.997 31.997 0 000 7.033h62.91z", fill: "#CA4638" }),
|
|
2681
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M35.516 63.455a32.005 32.005 0 01-7.033 0V.545a31.997 31.997 0 017.033 0v62.91z", fill: "#CA4638" }),
|
|
2682
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "clip0_2301_261", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fill: "#fff", d: "M0 0H64V64H0z" }) }) })
|
|
2849
2683
|
] });
|
|
2850
2684
|
|
|
2851
2685
|
// src/configs/locale/auth-web/gb/locale.gb.ts
|
|
@@ -2868,32 +2702,16 @@ var LOCALE_AUTHWEB_GB = {
|
|
|
2868
2702
|
navigatorLanguages: ["en-GB" /* GB */, "en-IE", "gd"],
|
|
2869
2703
|
locale: "en-GB" /* GB */
|
|
2870
2704
|
};
|
|
2871
|
-
var CanadaFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2872
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
"path",
|
|
2882
|
-
{
|
|
2883
|
-
d: "M32 16C32 9.65662 28.3084 4.17563 22.9565 1.58763V30.4123C28.3084 27.8244 32 22.3434 32 16Z",
|
|
2884
|
-
fill: "#D80027"
|
|
2885
|
-
}
|
|
2886
|
-
),
|
|
2887
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 16C0 22.3434 3.69156 27.8244 9.0435 30.4124V1.58763C3.69156 4.17563 0 9.65662 0 16Z", fill: "#D80027" }),
|
|
2888
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2889
|
-
"path",
|
|
2890
|
-
{
|
|
2891
|
-
d: "M18.7826 16.7391L21.5652 15.3478L20.1739 14.6522V13.2609L17.3913 14.6522L18.7826 11.8696H17.3913L16 9.78263L14.6087 11.8696H13.2174L14.6087 14.6522L11.8261 13.2609V14.6522L10.4348 15.3478L13.2174 16.7391L12.5218 18.1304H15.3044V20.2174H16.6956V18.1304H19.4783L18.7826 16.7391Z",
|
|
2892
|
-
fill: "#D80027"
|
|
2893
|
-
}
|
|
2894
|
-
)
|
|
2895
|
-
] }),
|
|
2896
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_1145_3364", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "32", height: "32", fill: "white" }) }) })
|
|
2705
|
+
var CanadaFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, children: [
|
|
2706
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16z", fill: "#F0F0F0" }),
|
|
2707
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2708
|
+
Svg.Path,
|
|
2709
|
+
{
|
|
2710
|
+
d: "M32 16c0-6.343-3.692-11.824-9.044-14.412v28.824C28.308 27.824 32 22.343 32 16zM0 16c0 6.343 3.692 11.824 9.043 14.412V1.588C3.692 4.176 0 9.657 0 16zM18.783 16.74l2.782-1.392-1.391-.696v-1.391l-2.783 1.391 1.392-2.782H17.39L16 9.783l-1.391 2.087h-1.392l1.392 2.782-2.783-1.391v1.391l-1.391.696 2.782 1.391-.695 1.391h2.782v2.087h1.392V18.13h2.782l-.695-1.39z",
|
|
2711
|
+
fill: "#D80027"
|
|
2712
|
+
}
|
|
2713
|
+
),
|
|
2714
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "clip0_1145_3364", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fill: "#fff", d: "M0 0H32V32H0z" }) }) })
|
|
2897
2715
|
] });
|
|
2898
2716
|
|
|
2899
2717
|
// src/configs/locale/auth-web/ca/locale.ca.ts
|
|
@@ -2924,31 +2742,29 @@ var LOCALE_AUTHWEB_CA = {
|
|
|
2924
2742
|
navigatorLanguages: ["en-CA" /* CA */, "fr-CA"],
|
|
2925
2743
|
locale: "en-CA" /* CA */
|
|
2926
2744
|
};
|
|
2927
|
-
var GermanFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
2928
|
-
/* @__PURE__ */ jsxRuntime.
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
] }),
|
|
2951
|
-
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_6508_19459", children: /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "65", height: "65", fill: "white" }) }) })
|
|
2745
|
+
var GermanFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs(Svg__default.default, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 65 65", fill: "none", width: size, height: size, children: [
|
|
2746
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2747
|
+
Svg.Path,
|
|
2748
|
+
{
|
|
2749
|
+
d: "M2.023 43.806c4.592 12.376 16.505 21.196 30.479 21.196s25.886-8.82 30.478-21.196l-30.478-2.825-30.479 2.825z",
|
|
2750
|
+
fill: "#FFDA44"
|
|
2751
|
+
}
|
|
2752
|
+
),
|
|
2753
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2754
|
+
Svg.Path,
|
|
2755
|
+
{
|
|
2756
|
+
d: "M32.502 0C18.528 0 6.615 8.82 2.023 21.196l30.479 2.826 30.478-2.826C58.39 8.82 46.477 0 32.502 0z",
|
|
2757
|
+
fill: "#000"
|
|
2758
|
+
}
|
|
2759
|
+
),
|
|
2760
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2761
|
+
Svg.Path,
|
|
2762
|
+
{
|
|
2763
|
+
d: "M2.021 21.191A32.43 32.43 0 000 32.496C0 36.47.715 40.279 2.021 43.8H62.98A32.431 32.431 0 0065 32.496c0-3.976-.715-7.784-2.022-11.305H2.021z",
|
|
2764
|
+
fill: "#D80027"
|
|
2765
|
+
}
|
|
2766
|
+
),
|
|
2767
|
+
/* @__PURE__ */ jsxRuntime.jsx(Svg.Defs, { children: /* @__PURE__ */ jsxRuntime.jsx(Svg.ClipPath, { id: "clip0_6508_19459", children: /* @__PURE__ */ jsxRuntime.jsx(Svg.Path, { fill: "#fff", d: "M0 0H65V65H0z" }) }) })
|
|
2952
2768
|
] });
|
|
2953
2769
|
|
|
2954
2770
|
// src/configs/locale/auth-web/de/locale.de.ts
|
|
@@ -3163,7 +2979,7 @@ var AppConfigManager = class {
|
|
|
3163
2979
|
return this.$localeConfig.watch(cb);
|
|
3164
2980
|
};
|
|
3165
2981
|
getPresets = () => {
|
|
3166
|
-
const envPreset =
|
|
2982
|
+
const envPreset = JSON.parse(JSON.stringify(ENV_PRESET));
|
|
3167
2983
|
if (this._DEV_OVERRIDES_) {
|
|
3168
2984
|
for (const [region, overrides] of Object.entries(this._DEV_OVERRIDES_)) {
|
|
3169
2985
|
if (!overrides) continue;
|