@bigbinary/neeto-site-blocks 2.0.4 → 2.0.8
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7337,7 +7337,7 @@ var LinkElement = function LinkElement(_ref) {
|
|
|
7337
7337
|
index = _ref.index,
|
|
7338
7338
|
router = _ref.router,
|
|
7339
7339
|
otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$y);
|
|
7340
|
-
var baseClass = classnames__default["default"]("
|
|
7340
|
+
var baseClass = classnames__default["default"]("flex items-center transition-all duration-300 ease-in-out relative", {
|
|
7341
7341
|
"neeto-site-highlight__element": disableButtonAndLinks && !isAddNewPane,
|
|
7342
7342
|
"pointer-events-none": isAddNewPane || !disableButtonAndLinks && action === ""
|
|
7343
7343
|
});
|
|
@@ -13838,9 +13838,9 @@ var EmbedBooking = function EmbedBooking(_ref) {
|
|
|
13838
13838
|
code = _properties$embed.code,
|
|
13839
13839
|
embedPosition = _properties$embed.embedPosition,
|
|
13840
13840
|
src = properties.backgroundImage.src;
|
|
13841
|
-
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);
|
|
13841
|
+
var iframeInitialContent = neetoCist.isNotEmpty(code) ? "<!DOCTYPE html><html><head><style>html,body{margin:0;padding:0;border:none;}</style></head><body><div class=\"embed-booking\">\n ".concat(code, "\n </div></body></html>") : (disableButtonAndLinks || isAddNewPane) && embedPage(embedUrl);
|
|
13842
13842
|
var baseClasses = "grid gap-y-6 lg:gap-6 grid-cols-12 grid-flow-row-dense";
|
|
13843
|
-
var mediaBaseClasses = classnames__default["default"]("col-span-12 flex flex-col items-center justify-center !w-full min-h-[550px] lg:min-h-[715px]
|
|
13843
|
+
var mediaBaseClasses = classnames__default["default"]("col-span-12 flex flex-col items-center justify-center !w-full min-h-[550px] lg:min-h-[715px]", {
|
|
13844
13844
|
"order-1 lg:col-span-7": POSITIONS.LEFT.label === embedPosition,
|
|
13845
13845
|
"order-2 lg:col-span-7": POSITIONS.RIGHT.label === embedPosition,
|
|
13846
13846
|
"lg:col-span-12 flex justify-center": POSITIONS.BOTTOM.label === embedPosition,
|