@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.js CHANGED
@@ -13179,7 +13179,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
13179
13179
  src = properties.backgroundImage.src;
13180
13180
  var baseClasses = "grid grid-cols-12 sm:gap-x-4 gap-y-4 items-center ns-card";
13181
13181
  var gridBaseClasses = function gridBaseClasses(href, action) {
13182
- return classnames("col-span-12 min-h-56 flex flex-col gap-2 ns-card-animation cursor-pointer", {
13182
+ return classnames("col-span-12 min-h-56 flex flex-col gap-2 ns-card-animation", {
13183
13183
  "sm:col-span-6 lg:col-span-4": gridCount === 3,
13184
13184
  "sm:col-span-6": gridCount === 2,
13185
13185
  "lg:col-span-3 sm:col-span-6": gridCount === 4,
@@ -13283,7 +13283,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
13283
13283
  src = properties.backgroundImage.src;
13284
13284
  var baseClasses = "grid grid-cols-12 gap-y-6 items-center ns-card";
13285
13285
  var gridBaseClasses = function gridBaseClasses(href, action) {
13286
- return classnames("relative sm:col-span-6 lg:col-span-4 col-span-12 justify-center items-center ns-card-animation cursor-pointer", {
13286
+ return classnames("relative sm:col-span-6 lg:col-span-4 col-span-12 justify-center items-center ns-card-animation", {
13287
13287
  "cursor-pointer": isPresent(href) && isPresent(action)
13288
13288
  });
13289
13289
  };