@magmamath/frontend-config 1.7.0-rc.3 → 1.7.0-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/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
|
@@ -11994,7 +11994,7 @@ var LOCALE_AUTHWEB_IQ = {
|
|
|
11994
11994
|
signIn: { withOnboarding: false, qrCodeSize: "medium" /* MEDIUM */, list: [] },
|
|
11995
11995
|
signUp: { list: [] }
|
|
11996
11996
|
},
|
|
11997
|
-
isPrimaryRegion:
|
|
11997
|
+
isPrimaryRegion: false,
|
|
11998
11998
|
regionGroup: "iq",
|
|
11999
11999
|
navigatorLanguages: ["ckb-IQ" /* IQ */, "ckb"],
|
|
12000
12000
|
locale: "ckb-IQ" /* IQ */,
|
|
@@ -12008,7 +12008,7 @@ var LOCALE_WEB_ADMIN_IQ = {
|
|
|
12008
12008
|
locale: "ckb-IQ" /* IQ */,
|
|
12009
12009
|
isPrimaryRegion: true,
|
|
12010
12010
|
regionGroup: "iq",
|
|
12011
|
-
|
|
12011
|
+
homeRegion: "eu-main" /* EU_MAIN */
|
|
12012
12012
|
};
|
|
12013
12013
|
|
|
12014
12014
|
// src/configs/locale/mobile/ckb/locale.ckb.ts
|