@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.
@@ -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.style.position = 'fixed';
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.795";
11317
+ const packageVersion = "0.14.796";
11320
11318
 
11321
11319
  exports.Blocks = Blocks;
11322
11320
  exports.ContentPage = ContentPage;