@redneckz/wildless-cms-uni-blocks 0.14.513 → 0.14.514

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.
@@ -6316,7 +6316,7 @@
6316
6316
  globalThis.localStorage?.setItem(COOKIE_DIALOG_ID, 'true');
6317
6317
  close();
6318
6318
  }, []);
6319
- return opened && __html ? (jsx("div", { className: "container fixed left-0 right-0 bottom-0 z-50", role: "dialog", children: jsxs("div", { className: "bg-white m-xl p-xl rounded-md flex sm:items-center shadow-main-black", children: [jsx("div", { className: "sm:flex-1", children: jsx(RichText, { __html: __html }) }), jsx("div", { className: "ml-s sm:ml-0 w-24 flex justify-end", children: jsx(CloseButton, { className: "bg-main-gray rounded-md", onClose: handleClose }) })] }) })) : null;
6319
+ return opened && __html ? (jsx("div", { className: "container fixed left-0 right-0 bottom-0 z-50", role: "dialog", children: jsxs("div", { className: "bg-white m-xl p-xl rounded-md flex sm:items-center shadow-main-black", children: [jsx("div", { className: "sm:flex-1", children: jsx(RichText, { __html: __html }) }), jsx("div", { className: "ml-s sm:ml-0 w-36 flex justify-end", children: jsx(CloseButton, { className: "bg-main-gray rounded-md w-11 h-11", onClose: handleClose }) })] }) })) : null;
6320
6320
  });
6321
6321
 
6322
6322
  function useList(initialList = []) {
@@ -6452,7 +6452,7 @@
6452
6452
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6453
6453
  });
6454
6454
 
6455
- const packageVersion = "0.14.512";
6455
+ const packageVersion = "0.14.513";
6456
6456
 
6457
6457
  exports.Blocks = Blocks;
6458
6458
  exports.ContentPage = ContentPage;