@redneckz/wildless-cms-uni-blocks 0.14.810 → 0.14.811
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/components/Header/useChatBot.js +1 -1
- package/dist/components/Header/useChatBot.js.map +1 -1
- package/lib/components/Header/useChatBot.js +1 -1
- package/lib/components/Header/useChatBot.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Header/useChatBot.js +1 -1
- package/mobile/dist/components/Header/useChatBot.js.map +1 -1
- package/mobile/lib/components/Header/useChatBot.js +1 -1
- package/mobile/lib/components/Header/useChatBot.js.map +1 -1
- package/mobile/src/components/Header/useChatBot.ts +1 -1
- package/package.json +1 -1
- package/src/components/Header/useChatBot.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -9938,7 +9938,7 @@
|
|
|
9938
9938
|
const CHAT_FRAME_ID = 'webchat-js-container:webchat_rshb';
|
|
9939
9939
|
const CHAT_STORAGE_NAME = 'webchat-keep-open';
|
|
9940
9940
|
const BUSINESS_CHAT_PREFIX = '/webchat-api';
|
|
9941
|
-
const BUSINESS_CHAT_CLASSNAME = '@container fixed right-0 bottom-0 h-full w-full z-[100] @3xl:w-auto h-fit';
|
|
9941
|
+
const BUSINESS_CHAT_CLASSNAME = '@container fixed right-0 bottom-0 top-0 h-full w-full z-[100] @3xl:w-auto h-fit';
|
|
9942
9942
|
const CHATBOT_URL = {
|
|
9943
9943
|
personal: '//chat.mes.rshb.ru/assets/js/webchat_rshb',
|
|
9944
9944
|
business: '/webchat',
|
|
@@ -11459,7 +11459,7 @@
|
|
|
11459
11459
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11460
11460
|
});
|
|
11461
11461
|
|
|
11462
|
-
const packageVersion = "0.14.
|
|
11462
|
+
const packageVersion = "0.14.810";
|
|
11463
11463
|
|
|
11464
11464
|
exports.Blocks = Blocks;
|
|
11465
11465
|
exports.ContentPage = ContentPage;
|