@bigbinary/neeto-site-blocks 1.14.1 → 1.15.1

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.js CHANGED
@@ -13750,7 +13750,7 @@ var EmbedBooking = function EmbedBooking(_ref) {
13750
13750
  src = properties.backgroundImage.src;
13751
13751
  var iframeInitialContent = isNotEmpty(code) ? "<!DOCTYPE html><html><head></head><body><div class=\"embed-booking\">\n ".concat(code, "\n </div></body></html>") : (disableButtonAndLinks || isAddNewPane) && embedPage(embedUrl);
13752
13752
  var baseClasses = "grid gap-y-6 lg:gap-6 grid-cols-12 grid-flow-row-dense";
13753
- var mediaBaseClasses = classnames("col-span-12 flex flex-col items-center justify-center w-full h-[550px] border border-gray-100", {
13753
+ var mediaBaseClasses = classnames("col-span-12 flex flex-col items-center justify-center !w-full min-h-[550px] lg:min-h-[715px] border border-gray-100", {
13754
13754
  "order-1 lg:col-span-7": POSITIONS.LEFT.label === embedPosition,
13755
13755
  "order-2 lg:col-span-7": POSITIONS.RIGHT.label === embedPosition,
13756
13756
  "lg:col-span-12 flex justify-center": POSITIONS.BOTTOM.label === embedPosition,