@magmamath/frontend-config 1.2.3-rc.2 → 1.2.3-rc.4
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-D62BBLYP.d.mts → common.constants-DM-Bg4xS.d.mts} +8 -10
- package/dist/{common.constants-D62BBLYP.d.ts → common.constants-DM-Bg4xS.d.ts} +8 -10
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +307 -170
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +308 -169
- 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 +10 -4
|
@@ -19,16 +19,14 @@ declare enum PlatformBuildTarget {
|
|
|
19
19
|
PROD = "production"
|
|
20
20
|
}
|
|
21
21
|
declare enum Locale {
|
|
22
|
-
US = "
|
|
23
|
-
SE = "sv",
|
|
24
|
-
GB = "
|
|
25
|
-
CA = "
|
|
26
|
-
SCT = "
|
|
27
|
-
DE = "de",
|
|
28
|
-
PL = "pl"
|
|
22
|
+
US = "en-SE",
|
|
23
|
+
SE = "sv-SE",
|
|
24
|
+
GB = "en-GB",
|
|
25
|
+
CA = "en-CA",
|
|
26
|
+
SCT = "en-SCT",
|
|
27
|
+
DE = "de-DE",
|
|
28
|
+
PL = "pl-PL"
|
|
29
29
|
}
|
|
30
|
-
declare const LOCALE_TO_BCP47: Record<Locale, string>;
|
|
31
|
-
declare function parseLocale(value: string | null | undefined): Locale | null;
|
|
32
30
|
declare enum Source {
|
|
33
31
|
MATTEAPPEN = 0,
|
|
34
32
|
SKOLON = 1,
|
|
@@ -82,4 +80,4 @@ declare enum QRCodeSize {
|
|
|
82
80
|
LARGE = "large"
|
|
83
81
|
}
|
|
84
82
|
|
|
85
|
-
export { ApiRegion as A, Environment as E, LoginSource as L, Platform as P, QRCodeSize as Q, SSO as S, Locale as a, PlatformBuildTarget as b,
|
|
83
|
+
export { ApiRegion as A, Environment as E, LoginSource as L, Platform as P, QRCodeSize as Q, SSO as S, Locale as a, PlatformBuildTarget as b, Source as c };
|
|
@@ -19,16 +19,14 @@ declare enum PlatformBuildTarget {
|
|
|
19
19
|
PROD = "production"
|
|
20
20
|
}
|
|
21
21
|
declare enum Locale {
|
|
22
|
-
US = "
|
|
23
|
-
SE = "sv",
|
|
24
|
-
GB = "
|
|
25
|
-
CA = "
|
|
26
|
-
SCT = "
|
|
27
|
-
DE = "de",
|
|
28
|
-
PL = "pl"
|
|
22
|
+
US = "en-SE",
|
|
23
|
+
SE = "sv-SE",
|
|
24
|
+
GB = "en-GB",
|
|
25
|
+
CA = "en-CA",
|
|
26
|
+
SCT = "en-SCT",
|
|
27
|
+
DE = "de-DE",
|
|
28
|
+
PL = "pl-PL"
|
|
29
29
|
}
|
|
30
|
-
declare const LOCALE_TO_BCP47: Record<Locale, string>;
|
|
31
|
-
declare function parseLocale(value: string | null | undefined): Locale | null;
|
|
32
30
|
declare enum Source {
|
|
33
31
|
MATTEAPPEN = 0,
|
|
34
32
|
SKOLON = 1,
|
|
@@ -82,4 +80,4 @@ declare enum QRCodeSize {
|
|
|
82
80
|
LARGE = "large"
|
|
83
81
|
}
|
|
84
82
|
|
|
85
|
-
export { ApiRegion as A, Environment as E, LoginSource as L, Platform as P, QRCodeSize as Q, SSO as S, Locale as a, PlatformBuildTarget as b,
|
|
83
|
+
export { ApiRegion as A, Environment as E, LoginSource as L, Platform as P, QRCodeSize as Q, SSO as S, Locale as a, PlatformBuildTarget as b, Source as c };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-
|
|
2
|
-
export { c as
|
|
1
|
+
import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-DM-Bg4xS.mjs';
|
|
2
|
+
export { c as Source } from './common.constants-DM-Bg4xS.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, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-
|
|
2
|
-
export { c as
|
|
1
|
+
import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-DM-Bg4xS.js';
|
|
2
|
+
export { c as Source } from './common.constants-DM-Bg4xS.js';
|
|
3
3
|
import { ComponentType } from 'react';
|
|
4
4
|
import * as effector from 'effector';
|
|
5
5
|
|