@bigbinary/neeto-site-blocks 1.8.23 → 1.8.24

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
@@ -39798,11 +39798,13 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
39798
39798
  }), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
39799
39799
  index: index,
39800
39800
  isTitle: true,
39801
+ className: "w-full",
39801
39802
  component: "h5",
39802
39803
  id: "feature-with-grid-".concat(index, "-title"),
39803
39804
  style: design.featureTitle
39804
39805
  }, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
39805
39806
  index: index,
39807
+ className: "w-full",
39806
39808
  id: "feature-with-grid-".concat(index, "-description"),
39807
39809
  style: design.featureDescription
39808
39810
  }, otherProps), featureDescription));