@redneckz/wildless-cms-uni-blocks 0.14.796 → 0.14.797
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 -4
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/Header/useChatBot.js +1 -3
- package/dist/components/Header/useChatBot.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/Header/useChatBot.js +1 -3
- package/lib/components/Header/useChatBot.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -4
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Header/useChatBot.js +1 -3
- package/mobile/dist/components/Header/useChatBot.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/Header/useChatBot.js +1 -3
- package/mobile/lib/components/Header/useChatBot.js.map +1 -1
- package/mobile/src/components/Header/useChatBot.ts +1 -3
- package/package.json +1 -1
- package/src/components/Header/useChatBot.ts +1 -3
package/bundle/bundle.umd.js
CHANGED
|
@@ -9840,9 +9840,7 @@
|
|
|
9840
9840
|
const createChatFrame = () => {
|
|
9841
9841
|
const chatFrame = globalThis.document.createElement('div');
|
|
9842
9842
|
chatFrame.id = CHAT_FRAME_ID;
|
|
9843
|
-
chatFrame.
|
|
9844
|
-
chatFrame.style.right = '0';
|
|
9845
|
-
chatFrame.style.bottom = '0';
|
|
9843
|
+
chatFrame.className = 'fixed right-0 bottom-0 h-full w-full z-10 @3xl:w-auto h-fit';
|
|
9846
9844
|
globalThis.document.body.appendChild(chatFrame);
|
|
9847
9845
|
};
|
|
9848
9846
|
|
|
@@ -11316,7 +11314,7 @@
|
|
|
11316
11314
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11317
11315
|
});
|
|
11318
11316
|
|
|
11319
|
-
const packageVersion = "0.14.
|
|
11317
|
+
const packageVersion = "0.14.796";
|
|
11320
11318
|
|
|
11321
11319
|
exports.Blocks = Blocks;
|
|
11322
11320
|
exports.ContentPage = ContentPage;
|