@bigbinary/neeto-site-blocks 1.16.15 → 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
  };