@bigbinary/neeto-site-blocks 1.9.2 → 1.9.4

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
@@ -16572,7 +16572,7 @@ var CardsClassic = function CardsClassic(_ref) {
16572
16572
  }, /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
16573
16573
  className: "flex w-full justify-center sm:w-1/2 lg:w-1/3",
16574
16574
  id: "cards-classic-call-to-action",
16575
- style: design.button
16575
+ style: dissoc("justifyContent", design.button)
16576
16576
  }, button, otherProps))));
16577
16577
  };
16578
16578
 
@@ -21549,7 +21549,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
21549
21549
  }
21550
21550
  }, /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
21551
21551
  className: "flex w-full justify-center sm:w-1/2 lg:w-1/3",
21552
- style: design.button
21552
+ style: dissoc("justifyContent", design.button)
21553
21553
  }, _objectSpread$h(_objectSpread$h({}, button), {}, {
21554
21554
  disableButtonAndLinks: disableButtonAndLinks
21555
21555
  }), {
@@ -21639,7 +21639,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
21639
21639
  }, /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
21640
21640
  className: "flex w-full justify-center sm:w-1/2 lg:w-1/3",
21641
21641
  id: "cards-with-customizable-grid-action-button",
21642
- style: design.button
21642
+ style: dissoc("justifyContent", design.button)
21643
21643
  }, button, otherProps)))));
21644
21644
  };
21645
21645
 
@@ -43879,7 +43879,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43879
43879
  }, /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
43880
43880
  className: "flex w-full justify-center sm:w-1/2 lg:w-1/3",
43881
43881
  id: "testimonial-with-slider-action-button",
43882
- style: design.button
43882
+ style: dissoc("justifyContent", design.button)
43883
43883
  }, button, otherProps))));
43884
43884
  };
43885
43885
 
@@ -43987,7 +43987,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43987
43987
  }
43988
43988
  }, /*#__PURE__*/React__default["default"].createElement(Button$1, _extends__default["default"]({
43989
43989
  className: "flex w-full justify-center sm:w-1/2 lg:w-1/3",
43990
- style: design.button
43990
+ style: dissoc("justifyContent", design.button)
43991
43991
  }, button, {
43992
43992
  id: "testimonial-with-vertical-view-action-button"
43993
43993
  }, otherProps))));