@bigbinary/neeto-site-blocks 1.14.1 → 1.14.2
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13769,7 +13769,7 @@ var EmbedBooking = function EmbedBooking(_ref) {
|
|
|
13769
13769
|
src = properties.backgroundImage.src;
|
|
13770
13770
|
var iframeInitialContent = neetoCist.isNotEmpty(code) ? "<!DOCTYPE html><html><head></head><body><div class=\"embed-booking\">\n ".concat(code, "\n </div></body></html>") : (disableButtonAndLinks || isAddNewPane) && embedPage(embedUrl);
|
|
13771
13771
|
var baseClasses = "grid gap-y-6 lg:gap-6 grid-cols-12 grid-flow-row-dense";
|
|
13772
|
-
var mediaBaseClasses = classnames__default["default"]("col-span-12 flex flex-col items-center justify-center w-full h-[550px] border border-gray-100", {
|
|
13772
|
+
var mediaBaseClasses = classnames__default["default"]("col-span-12 flex flex-col items-center justify-center !w-full h-[550px] border border-gray-100", {
|
|
13773
13773
|
"order-1 lg:col-span-7": POSITIONS.LEFT.label === embedPosition,
|
|
13774
13774
|
"order-2 lg:col-span-7": POSITIONS.RIGHT.label === embedPosition,
|
|
13775
13775
|
"lg:col-span-12 flex justify-center": POSITIONS.BOTTOM.label === embedPosition,
|