@bigbinary/neeto-site-blocks 1.10.22 → 1.10.23

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.js CHANGED
@@ -12478,12 +12478,16 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
12478
12478
  enableAnimation = properties.enableAnimation,
12479
12479
  bulletList = properties.bulletList,
12480
12480
  src = properties.backgroundImage.src;
12481
- var baseClasses = "grid grid-cols-12 items-center";
12481
+ var baseClasses = "grid grid-cols-12 items-center gap-5";
12482
12482
  var BulletList = withConditionalRender(function () {
12483
- return /*#__PURE__*/React.createElement("div", {
12484
- className: "col-span-12 flex justify-center sm:col-span-6 sm:col-start-7"
12483
+ return /*#__PURE__*/React.createElement(StyledWrapper, {
12484
+ as: "div",
12485
+ className: "col-span-12 lg:col-span-6 lg:col-start-7",
12486
+ design: {
12487
+ textAlign: design.bulletList.textAlign
12488
+ }
12485
12489
  }, /*#__PURE__*/React.createElement("ul", {
12486
- className: "list-disc"
12490
+ className: "inline-block list-disc pl-5 text-left lg:pl-10"
12487
12491
  }, bulletList.map(function (_ref2, index) {
12488
12492
  var featureTitle = _ref2.title;
12489
12493
  return /*#__PURE__*/React.createElement(Typography$1, _extends$2({
@@ -12491,7 +12495,7 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
12491
12495
  component: "li",
12492
12496
  id: "feature-with-bullet-list-bullet-".concat(index, "-title"),
12493
12497
  key: getUniqueKey(featureTitle, index),
12494
- style: design.bulletList
12498
+ style: omit(["textAlign"], design.bulletList)
12495
12499
  }, _objectSpread$c(_objectSpread$c({}, otherProps), {}, {
12496
12500
  index: index
12497
12501
  })), featureTitle);
@@ -12509,7 +12513,7 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
12509
12513
  design: design.body,
12510
12514
  nestedClassName: baseClasses
12511
12515
  }, /*#__PURE__*/React.createElement("div", {
12512
- className: "col-span-12 sm:col-span-5"
12516
+ className: "col-span-12 lg:col-span-5"
12513
12517
  }, /*#__PURE__*/React.createElement(Typography$1, _extends$2({
12514
12518
  isTitle: true,
12515
12519
  component: "h3",