@bigbinary/neeto-site-blocks 1.2.10 → 1.2.11

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 CHANGED
@@ -41131,7 +41131,8 @@ var LogoClouds = function LogoClouds(_ref) {
41131
41131
  var configurations = _ref.configurations,
41132
41132
  _ref$className = _ref.className,
41133
41133
  className = _ref$className === void 0 ? "" : _ref$className,
41134
- id = _ref.id;
41134
+ id = _ref.id,
41135
+ disableButtonAndLinks = _ref.disableButtonAndLinks;
41135
41136
  var properties = configurations.properties,
41136
41137
  design = configurations.design;
41137
41138
  var _properties$logos = properties.logos,
@@ -41171,7 +41172,7 @@ var LogoClouds = function LogoClouds(_ref) {
41171
41172
  url = _ref2.url;
41172
41173
  return /*#__PURE__*/React__default["default"].createElement("a", {
41173
41174
  className: logoBaseClasses(index),
41174
- href: url,
41175
+ href: !disableButtonAndLinks && url,
41175
41176
  key: getUniqueKey(title, index)
41176
41177
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
41177
41178
  alt: alt,