mario-core 2.9.187-release → 2.9.188-release
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.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -1
- package/package.json +101 -101
package/dist/index.js
CHANGED
|
@@ -4507,7 +4507,7 @@ var lang_ar = {
|
|
|
4507
4507
|
too_much_pressure_and_really_struggling_to_manage_my_workload: too_much_pressure_and_really_struggling_to_manage_my_workload$2
|
|
4508
4508
|
};
|
|
4509
4509
|
|
|
4510
|
-
var TINY_MCE_API_KEY = "
|
|
4510
|
+
var TINY_MCE_API_KEY = "htqausuofrnali3nh9ivmlpq6v415o0tv2qikpg39bqf4pnk";
|
|
4511
4511
|
var GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
|
|
4512
4512
|
var INIT_AMPLITUDE_KEY_PROD = "860fa99c52ae79d98e904b4c862ddaac";
|
|
4513
4513
|
var INIT_AMPLITUDE_KEY_STAGE = "adf89d0ed9b0d5fcc0d1bcfd535345dc";
|
|
@@ -22675,7 +22675,7 @@ var BlockSelectTeacher = function BlockSelectTeacher(_ref) {
|
|
|
22675
22675
|
var BlockSelectTeacher$1 = React.forwardRef(BlockSelectTeacher);
|
|
22676
22676
|
|
|
22677
22677
|
var getStaticFileUrl = function getStaticFileUrl(url) {
|
|
22678
|
-
var STAGE_DOMAIN = "https://
|
|
22678
|
+
var STAGE_DOMAIN = "https://stage2.marioforme.com";
|
|
22679
22679
|
var isStage = STAGE_DOMAIN === location.origin;
|
|
22680
22680
|
if (!url) return "";
|
|
22681
22681
|
if (isLocalhost && !isStage || url.startsWith("http")) return url;
|