@bigbinary/neeto-site-blocks 1.10.17 → 1.10.18

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
@@ -22402,7 +22402,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
22402
22402
  _properties$features = properties.features,
22403
22403
  features = _properties$features === void 0 ? [] : _properties$features,
22404
22404
  src = properties.backgroundImage.src;
22405
- var baseClasses = "grid grid-cols-12 gap-x-4 items-center grid-flow-row-dense";
22405
+ var baseClasses = "grid grid-cols-12 gap-x-4 gap-y-6 items-center grid-flow-row-dense";
22406
22406
  var progressRef = useRef(null);
22407
22407
  var progressBar = function progressBar() {
22408
22408
  var width = 0;
@@ -22433,12 +22433,12 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
22433
22433
  };
22434
22434
  }, [selectedTabId]);
22435
22435
  var imageBaseClasses = classnames("col-span-12 flex justify-center", {
22436
- "sm:col-start-8 lg:col-start-7": contentPosition === POSITIONS.LEFT.label,
22437
- "sm:col-start-1 sm:col-span-6 lg:col-span-6": contentPosition === POSITIONS.RIGHT.label
22436
+ "lg:col-start-7": contentPosition === POSITIONS.LEFT.label,
22437
+ "lg:col-span-6": contentPosition === POSITIONS.RIGHT.label
22438
22438
  });
22439
22439
  var progressBarBaseClasses = classnames("col-span-12", {
22440
- "sm:col-span-6 lg:col-span-5": contentPosition === POSITIONS.LEFT.label,
22441
- "sm:col-start-8": contentPosition === POSITIONS.RIGHT.label
22440
+ "lg:col-span-5": contentPosition === POSITIONS.LEFT.label,
22441
+ "lg:col-start-8": contentPosition === POSITIONS.RIGHT.label
22442
22442
  });
22443
22443
  return /*#__PURE__*/React__default.createElement(BlockWrapper, {
22444
22444
  className: className,
@@ -22464,8 +22464,8 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
22464
22464
  id = _ref2.id;
22465
22465
  return /*#__PURE__*/React__default.createElement(MotionWrapper, {
22466
22466
  enableAnimation: enableAnimation,
22467
+ className: "relative cursor-pointer",
22467
22468
  key: getUniqueKey(featureTitle, index),
22468
- className: classnames("relative my-8 cursor-pointer items-center justify-center rounded-md text-center"),
22469
22469
  onClick: function onClick() {
22470
22470
  return handleTabClick(id);
22471
22471
  }