@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.js
CHANGED
|
@@ -2437,7 +2437,7 @@ var SSO_CLEVER_CONFIG = {
|
|
|
2437
2437
|
icon: CleverIcon,
|
|
2438
2438
|
getUrl: (envs) => envs.CLEVER_AUTH
|
|
2439
2439
|
};
|
|
2440
|
-
var USFlagIcon = ({ size }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2440
|
+
var USFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2441
2441
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_2301_162)", children: [
|
|
2442
2442
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2443
2443
|
"path",
|
|
@@ -2745,7 +2745,7 @@ var SSO_WONDE_CONFIG = {
|
|
|
2745
2745
|
icon: WondeIcon,
|
|
2746
2746
|
getUrl: (envs) => envs.WONDE_AUTH
|
|
2747
2747
|
};
|
|
2748
|
-
var UKFlagIcon = ({ size }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2748
|
+
var UKFlagIcon = ({ size = 64 }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: size, height: size, viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2749
2749
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#clip0_2301_261)", children: [
|
|
2750
2750
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2751
2751
|
"path",
|