@magmamath/frontend-config 1.0.20 → 1.0.21
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2435,7 +2435,7 @@ var SSO_CLEVER_CONFIG = {
|
|
|
2435
2435
|
icon: CleverIcon,
|
|
2436
2436
|
getUrl: (envs) => envs.CLEVER_AUTH
|
|
2437
2437
|
};
|
|
2438
|
-
var USFlagIcon = ({ size }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2438
|
+
var USFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2439
2439
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_2301_162)", children: [
|
|
2440
2440
|
/* @__PURE__ */ jsx(
|
|
2441
2441
|
"path",
|
|
@@ -2743,7 +2743,7 @@ var SSO_WONDE_CONFIG = {
|
|
|
2743
2743
|
icon: WondeIcon,
|
|
2744
2744
|
getUrl: (envs) => envs.WONDE_AUTH
|
|
2745
2745
|
};
|
|
2746
|
-
var UKFlagIcon = ({ size }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2746
|
+
var UKFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2747
2747
|
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_2301_261)", children: [
|
|
2748
2748
|
/* @__PURE__ */ jsx(
|
|
2749
2749
|
"path",
|