@magmamath/frontend-config 1.5.1 → 1.5.2
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/{common.constants-CT16TdXo.d.mts → common.constants-DG-ku2FP.d.mts} +2 -1
- package/dist/{common.constants-CT16TdXo.d.ts → common.constants-DG-ku2FP.d.ts} +2 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/translation/index.d.mts +1 -1
- package/dist/translation/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -187,6 +187,7 @@ var SSO = /* @__PURE__ */ ((SSO2) => {
|
|
|
187
187
|
var ApiRegion = /* @__PURE__ */ ((ApiRegion2) => {
|
|
188
188
|
ApiRegion2["MAIN"] = "MAIN";
|
|
189
189
|
ApiRegion2["CANADA"] = "CANADA";
|
|
190
|
+
ApiRegion2["US"] = "US";
|
|
190
191
|
return ApiRegion2;
|
|
191
192
|
})(ApiRegion || {});
|
|
192
193
|
var QRCodeSize = /* @__PURE__ */ ((QRCodeSize2) => {
|
|
@@ -8732,7 +8733,7 @@ var LOCALE_WEB_ADMIN_US = {
|
|
|
8732
8733
|
locale: "en-SE" /* US */,
|
|
8733
8734
|
isPrimaryRegion: true,
|
|
8734
8735
|
regionGroup: "us",
|
|
8735
|
-
apiRegion: "
|
|
8736
|
+
apiRegion: "US" /* US */
|
|
8736
8737
|
};
|
|
8737
8738
|
|
|
8738
8739
|
// src/configs/locale/web-admin/se/locale.se.ts
|