@bigbinary/neeto-site-blocks 1.10.13 → 1.10.14
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 +7 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15871,7 +15871,7 @@ var Typography = function Typography(_ref) {
|
|
|
15871
15871
|
id: id,
|
|
15872
15872
|
as: isTitle ? component : COMPONENTS.div,
|
|
15873
15873
|
design: style,
|
|
15874
|
-
className: classnames__default["default"]("neeto-site-typography
|
|
15874
|
+
className: classnames__default["default"]("neeto-site-typography text-wrap", className, {
|
|
15875
15875
|
"neeto-site-highlight__element": disableButtonAndLinks && !isAddNewPane
|
|
15876
15876
|
}),
|
|
15877
15877
|
onClick: !isAddNewPane && handleTitleClick
|
|
@@ -21380,7 +21380,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21380
21380
|
isAddMoreRequired = properties.isAddMoreRequired,
|
|
21381
21381
|
src = properties.backgroundImage.src;
|
|
21382
21382
|
var baseClasses = "grid grid-cols-12 gap-y-6 items-center ns-card";
|
|
21383
|
-
var gridBaseClasses = "relative sm:col-span-6 lg:col-span-4 col-span-12
|
|
21383
|
+
var gridBaseClasses = "relative sm:col-span-6 lg:col-span-4 col-span-12 justify-center items-center ns-card-animation cursor-pointer";
|
|
21384
21384
|
return /*#__PURE__*/React__default["default"].createElement(BlockWrapper, {
|
|
21385
21385
|
className: className,
|
|
21386
21386
|
enableAnimation: enableAnimation,
|
|
@@ -21397,7 +21397,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21397
21397
|
id: "cards-with-image-title",
|
|
21398
21398
|
style: design.title
|
|
21399
21399
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21400
|
-
className: "col-span-12
|
|
21400
|
+
className: "col-span-12",
|
|
21401
21401
|
id: "cards-with-image-description",
|
|
21402
21402
|
style: design.description
|
|
21403
21403
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21437,7 +21437,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21437
21437
|
id: "cards-with-image-".concat(index, "-title"),
|
|
21438
21438
|
style: design.cardTitle
|
|
21439
21439
|
}, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21440
|
-
className: "
|
|
21440
|
+
className: "col-span-2 flex h-full flex-col justify-end"
|
|
21441
21441
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
21442
21442
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21443
21443
|
image: image,
|
|
@@ -21447,18 +21447,18 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21447
21447
|
id: "cards-with-image-".concat(index, "-image"),
|
|
21448
21448
|
isAddNewPane: otherProps.isAddNewPane,
|
|
21449
21449
|
src: imageUrl,
|
|
21450
|
-
wrapperClassName: "
|
|
21450
|
+
wrapperClassName: "flex flex-col items-end"
|
|
21451
21451
|
}))));
|
|
21452
21452
|
}), isAddMoreRequired && /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
|
|
21453
21453
|
enableAnimation: enableAnimation,
|
|
21454
|
-
className: "ns-card-animation col-span-12 flex
|
|
21454
|
+
className: "ns-card-animation col-span-12 flex items-center justify-center transition-all duration-300 ease-in-out sm:col-span-6 lg:col-span-4",
|
|
21455
21455
|
design: _objectSpread$g(_objectSpread$g({}, design.card), {}, {
|
|
21456
21456
|
paddingHorizontal: 0,
|
|
21457
21457
|
paddingVertical: 0
|
|
21458
21458
|
})
|
|
21459
21459
|
}, /*#__PURE__*/React__default["default"].createElement(Link, _extends__default["default"]({
|
|
21460
21460
|
disableHovering: true,
|
|
21461
|
-
className: "col-span-12 flex items-center justify-center gap-x-2",
|
|
21461
|
+
className: "col-span-12 flex items-center justify-center gap-x-2 p-9",
|
|
21462
21462
|
style: design.cardLink
|
|
21463
21463
|
}, _objectSpread$g(_objectSpread$g({}, addMore), {}, {
|
|
21464
21464
|
disableButtonAndLinks: disableButtonAndLinks
|