@magmamath/frontend-config 1.5.1 → 1.5.2-rc.0
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.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SSO, L as LoginSource, H as HomeRegion, E as Environment, a as Locale, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-
|
|
2
|
-
export { c as Source } from './common.constants-
|
|
1
|
+
import { S as SSO, L as LoginSource, H as HomeRegion, E as Environment, a as Locale, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-DG-ku2FP.mjs';
|
|
2
|
+
export { c as Source } from './common.constants-DG-ku2FP.mjs';
|
|
3
3
|
import { ComponentType } from 'react';
|
|
4
4
|
import * as effector from 'effector';
|
|
5
5
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SSO, L as LoginSource, H as HomeRegion, E as Environment, a as Locale, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-
|
|
2
|
-
export { c as Source } from './common.constants-
|
|
1
|
+
import { S as SSO, L as LoginSource, H as HomeRegion, E as Environment, a as Locale, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-DG-ku2FP.js';
|
|
2
|
+
export { c as Source } from './common.constants-DG-ku2FP.js';
|
|
3
3
|
import { ComponentType } from 'react';
|
|
4
4
|
import * as effector from 'effector';
|
|
5
5
|
|
package/dist/index.js
CHANGED
|
@@ -193,6 +193,7 @@ var SSO = /* @__PURE__ */ ((SSO2) => {
|
|
|
193
193
|
var ApiRegion = /* @__PURE__ */ ((ApiRegion2) => {
|
|
194
194
|
ApiRegion2["MAIN"] = "MAIN";
|
|
195
195
|
ApiRegion2["CANADA"] = "CANADA";
|
|
196
|
+
ApiRegion2["US"] = "US";
|
|
196
197
|
return ApiRegion2;
|
|
197
198
|
})(ApiRegion || {});
|
|
198
199
|
var QRCodeSize = /* @__PURE__ */ ((QRCodeSize2) => {
|
|
@@ -8738,7 +8739,7 @@ var LOCALE_WEB_ADMIN_US = {
|
|
|
8738
8739
|
locale: "en-SE" /* US */,
|
|
8739
8740
|
isPrimaryRegion: true,
|
|
8740
8741
|
regionGroup: "us",
|
|
8741
|
-
apiRegion: "
|
|
8742
|
+
apiRegion: "US" /* US */
|
|
8742
8743
|
};
|
|
8743
8744
|
|
|
8744
8745
|
// src/configs/locale/web-admin/se/locale.se.ts
|