@bigbinary/neeto-site-blocks 1.16.13 → 1.16.14

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
@@ -16708,7 +16708,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
16708
16708
  },
16709
16709
  children: properties.buttons.map(function (button, index) {
16710
16710
  return /*#__PURE__*/jsxRuntime.jsx(Button$1, _objectSpread$5({
16711
- id: "hero-with-call-to-action-button-".concat(index, "-button"),
16711
+ id: "hero-with-call-to-action-buttons-".concat(index, "-button"),
16712
16712
  style: button.type === "primary" ? ramda.dissoc("justifyContent", design.primaryButtons) : design.secondaryButtons
16713
16713
  }, _objectSpread$5(_objectSpread$5({
16714
16714
  index: index