@redneckz/wildless-cms-uni-blocks 0.14.1058 → 0.14.1059
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/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/UserSurveyDialog/useUserSurveyDialog.js +1 -1
- package/dist/ui-kit/UserSurveyDialog/useUserSurveyDialog.js.map +1 -1
- package/lib/ui-kit/UserSurveyDialog/useUserSurveyDialog.js +1 -1
- package/lib/ui-kit/UserSurveyDialog/useUserSurveyDialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/UserSurveyDialog/useUserSurveyDialog.js +1 -1
- package/mobile/dist/ui-kit/UserSurveyDialog/useUserSurveyDialog.js.map +1 -1
- package/mobile/lib/ui-kit/UserSurveyDialog/useUserSurveyDialog.js +1 -1
- package/mobile/lib/ui-kit/UserSurveyDialog/useUserSurveyDialog.js.map +1 -1
- package/mobile/src/ui-kit/UserSurveyDialog/useUserSurveyDialog.ts +1 -1
- package/package.json +1 -1
- package/src/ui-kit/UserSurveyDialog/useUserSurveyDialog.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
};
|
|
2083
2083
|
const isOtherLanguagePortal = () => {
|
|
2084
2084
|
const regexp = new RegExp('^/(cn|en)($|/.*)');
|
|
2085
|
-
return regexp.test(globalThis
|
|
2085
|
+
return regexp.test(globalThis?.location?.pathname);
|
|
2086
2086
|
};
|
|
2087
2087
|
|
|
2088
2088
|
const SERVICE_TYPES = [{ key: 'ULTRASERVICE', text: 'Ультра' }];
|
|
@@ -14818,7 +14818,7 @@
|
|
|
14818
14818
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
14819
14819
|
});
|
|
14820
14820
|
|
|
14821
|
-
const packageVersion = "0.14.
|
|
14821
|
+
const packageVersion = "0.14.1058";
|
|
14822
14822
|
|
|
14823
14823
|
exports.Blocks = Blocks;
|
|
14824
14824
|
exports.ContentPage = ContentPage;
|