@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7171,7 +7171,7 @@ var Button = function Button(_ref) {
|
|
|
7171
7171
|
href: to !== null && to !== void 0 ? to : "",
|
|
7172
7172
|
rel: "noreferrer",
|
|
7173
7173
|
isButton: true,
|
|
7174
|
-
onClick: disableButtonAndLinks
|
|
7174
|
+
onClick: disableButtonAndLinks ? handleClick : function () {},
|
|
7175
7175
|
id: id,
|
|
7176
7176
|
"aria-label": label
|
|
7177
7177
|
};
|