@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.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22439,7 +22439,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
22439
22439
|
_properties$features = properties.features,
|
|
22440
22440
|
features = _properties$features === void 0 ? [] : _properties$features,
|
|
22441
22441
|
src = properties.backgroundImage.src;
|
|
22442
|
-
var baseClasses = "grid grid-cols-12 gap-x-4 items-center grid-flow-row-dense";
|
|
22442
|
+
var baseClasses = "grid grid-cols-12 gap-x-4 gap-y-6 items-center grid-flow-row-dense";
|
|
22443
22443
|
var progressRef = React.useRef(null);
|
|
22444
22444
|
var progressBar = function progressBar() {
|
|
22445
22445
|
var width = 0;
|
|
@@ -22470,12 +22470,12 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
22470
22470
|
};
|
|
22471
22471
|
}, [selectedTabId]);
|
|
22472
22472
|
var imageBaseClasses = classnames__default["default"]("col-span-12 flex justify-center", {
|
|
22473
|
-
"
|
|
22474
|
-
"
|
|
22473
|
+
"lg:col-start-7": contentPosition === POSITIONS.LEFT.label,
|
|
22474
|
+
"lg:col-span-6": contentPosition === POSITIONS.RIGHT.label
|
|
22475
22475
|
});
|
|
22476
22476
|
var progressBarBaseClasses = classnames__default["default"]("col-span-12", {
|
|
22477
|
-
"
|
|
22478
|
-
"
|
|
22477
|
+
"lg:col-span-5": contentPosition === POSITIONS.LEFT.label,
|
|
22478
|
+
"lg:col-start-8": contentPosition === POSITIONS.RIGHT.label
|
|
22479
22479
|
});
|
|
22480
22480
|
return /*#__PURE__*/React__default["default"].createElement(BlockWrapper, {
|
|
22481
22481
|
className: className,
|
|
@@ -22501,8 +22501,8 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
22501
22501
|
id = _ref2.id;
|
|
22502
22502
|
return /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
|
|
22503
22503
|
enableAnimation: enableAnimation,
|
|
22504
|
+
className: "relative cursor-pointer",
|
|
22504
22505
|
key: getUniqueKey(featureTitle, index),
|
|
22505
|
-
className: classnames__default["default"]("relative my-8 cursor-pointer items-center justify-center rounded-md text-center"),
|
|
22506
22506
|
onClick: function onClick() {
|
|
22507
22507
|
return handleTabClick(id);
|
|
22508
22508
|
}
|