@bigbinary/neeto-site-blocks 1.16.14 → 1.16.16

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
@@ -7152,7 +7152,7 @@ var Button = function Button(_ref) {
7152
7152
  href: to !== null && to !== void 0 ? to : "",
7153
7153
  rel: "noreferrer",
7154
7154
  isButton: true,
7155
- onClick: disableButtonAndLinks && handleClick,
7155
+ onClick: disableButtonAndLinks ? handleClick : function () {},
7156
7156
  id: id,
7157
7157
  "aria-label": label
7158
7158
  };
@@ -13864,7 +13864,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
13864
13864
  enableAnimation = properties.enableAnimation,
13865
13865
  faqs = properties.faqs;
13866
13866
  var baseClasses = "grid grid-cols-12 items-center gap-4 gap-y-12";
13867
- var columnsBaseClasses = "col-span-12 gap-12 divide-y divide-gray-800 cursor-pointer space-y-2";
13867
+ var columnsBaseClasses = "col-span-12 gap-12 cursor-pointer space-y-2";
13868
13868
  return /*#__PURE__*/jsxs(BlockWrapper, {
13869
13869
  className: className,
13870
13870
  enableAnimation: enableAnimation,