@magmamath/frontend-config 1.0.29 → 1.0.31-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 CHANGED
@@ -461,6 +461,9 @@ type AuthLocaleConfig<E> = {
461
461
  regionGroup: string;
462
462
  navigatorLanguages: string[];
463
463
  locale: Locale;
464
+ urls?: {
465
+ onboarding?: string;
466
+ };
464
467
  };
465
468
 
466
469
  type WebAdminLocaleConfig = {
package/dist/index.d.ts CHANGED
@@ -461,6 +461,9 @@ type AuthLocaleConfig<E> = {
461
461
  regionGroup: string;
462
462
  navigatorLanguages: string[];
463
463
  locale: Locale;
464
+ urls?: {
465
+ onboarding?: string;
466
+ };
464
467
  };
465
468
 
466
469
  type WebAdminLocaleConfig = {
package/dist/index.js CHANGED
@@ -2570,7 +2570,10 @@ var LOCALE_AUTHWEB_US = {
2570
2570
  isPrimaryRegion: true,
2571
2571
  regionGroup: "us",
2572
2572
  navigatorLanguages: ["en-SE" /* US */, "en", "es-US"],
2573
- locale: "en-SE" /* US */
2573
+ locale: "en-SE" /* US */,
2574
+ urls: {
2575
+ onboarding: "TBD"
2576
+ }
2574
2577
  };
2575
2578
  var SkolonIcon = ({ size = 38 }) => {
2576
2579
  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: [
@@ -2761,7 +2764,10 @@ var LOCALE_AUTHWEB_GB = {
2761
2764
  isPrimaryRegion: true,
2762
2765
  regionGroup: "uk",
2763
2766
  navigatorLanguages: ["en-GB" /* GB */, "en-IE", "gd"],
2764
- locale: "en-GB" /* GB */
2767
+ locale: "en-GB" /* GB */,
2768
+ urls: {
2769
+ onboarding: "https://meetings-eu1.hubspot.com/erik-steen/international-website-demo"
2770
+ }
2765
2771
  };
2766
2772
  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: [
2767
2773
  /* @__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" }),
@@ -2846,7 +2852,10 @@ var LOCALE_AUTHWEB_DE = {
2846
2852
  isPrimaryRegion: true,
2847
2853
  regionGroup: "de",
2848
2854
  navigatorLanguages: ["de-DE" /* DE */, "de"],
2849
- locale: "de-DE" /* DE */
2855
+ locale: "de-DE" /* DE */,
2856
+ urls: {
2857
+ onboarding: "https://meetings-eu1.hubspot.com/sarah-franke/magma-mathe"
2858
+ }
2850
2859
  };
2851
2860
 
2852
2861
  // src/configs/locale/auth-web/sct/locale.sct.ts