@bigbinary/neeto-site-blocks 1.16.17 → 1.16.18
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13198,7 +13198,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
13198
13198
|
src = properties.backgroundImage.src;
|
|
13199
13199
|
var baseClasses = "grid grid-cols-12 sm:gap-x-4 gap-y-4 items-center ns-card";
|
|
13200
13200
|
var gridBaseClasses = function gridBaseClasses(href, action) {
|
|
13201
|
-
return classnames__default["default"]("col-span-12 min-h-56 flex flex-col gap-2 ns-card-animation
|
|
13201
|
+
return classnames__default["default"]("col-span-12 min-h-56 flex flex-col gap-2 ns-card-animation", {
|
|
13202
13202
|
"sm:col-span-6 lg:col-span-4": gridCount === 3,
|
|
13203
13203
|
"sm:col-span-6": gridCount === 2,
|
|
13204
13204
|
"lg:col-span-3 sm:col-span-6": gridCount === 4,
|
|
@@ -13302,7 +13302,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
13302
13302
|
src = properties.backgroundImage.src;
|
|
13303
13303
|
var baseClasses = "grid grid-cols-12 gap-y-6 items-center ns-card";
|
|
13304
13304
|
var gridBaseClasses = function gridBaseClasses(href, action) {
|
|
13305
|
-
return classnames__default["default"]("relative sm:col-span-6 lg:col-span-4 col-span-12 justify-center items-center ns-card-animation
|
|
13305
|
+
return classnames__default["default"]("relative sm:col-span-6 lg:col-span-4 col-span-12 justify-center items-center ns-card-animation", {
|
|
13306
13306
|
"cursor-pointer": neetoCist.isPresent(href) && neetoCist.isPresent(action)
|
|
13307
13307
|
});
|
|
13308
13308
|
};
|