@bigbinary/neeto-site-blocks 1.16.12 → 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 +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.js
CHANGED
|
@@ -16689,7 +16689,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
16689
16689
|
},
|
|
16690
16690
|
children: properties.buttons.map(function (button, index) {
|
|
16691
16691
|
return /*#__PURE__*/jsx(Button$1, _objectSpread$5({
|
|
16692
|
-
id: "hero-with-call-to-action-
|
|
16692
|
+
id: "hero-with-call-to-action-buttons-".concat(index, "-button"),
|
|
16693
16693
|
style: button.type === "primary" ? dissoc("justifyContent", design.primaryButtons) : design.secondaryButtons
|
|
16694
16694
|
}, _objectSpread$5(_objectSpread$5({
|
|
16695
16695
|
index: index
|