@bigbinary/neeto-site-blocks 1.10.30 → 1.10.32
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 +13 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +13 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5929,7 +5929,7 @@ var Button = function Button(_ref) {
|
|
|
5929
5929
|
id = _ref.id,
|
|
5930
5930
|
index = _ref.index;
|
|
5931
5931
|
var anchorBaseClass = classnames__default["default"]("inline-flex items-center justify-center transition-all duration-300 ease-in-out", {
|
|
5932
|
-
"neeto-site-highlight__element after:z-10": disableButtonAndLinks && !isAddNewPane,
|
|
5932
|
+
"neeto-site-highlight__element button_element after:z-10": disableButtonAndLinks && !isAddNewPane,
|
|
5933
5933
|
"pointer-events-none": isAddNewPane || !disableButtonAndLinks && action === ""
|
|
5934
5934
|
});
|
|
5935
5935
|
var _useElementClick = useElementClick({
|
|
@@ -12312,6 +12312,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
12312
12312
|
description = _properties$content.description,
|
|
12313
12313
|
enableAnimation = properties.enableAnimation,
|
|
12314
12314
|
logoUrl = properties.logoUrl,
|
|
12315
|
+
logoAlt = properties.logoAlt,
|
|
12315
12316
|
buttons = properties.buttons,
|
|
12316
12317
|
src = properties.backgroundImage.src;
|
|
12317
12318
|
var baseClasses = "flex flex-col sm:flex-row items-center gap-x-4 gap-y-8";
|
|
@@ -12326,7 +12327,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
12326
12327
|
nestedClassName: baseClasses
|
|
12327
12328
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
12328
12329
|
image: image,
|
|
12329
|
-
alt:
|
|
12330
|
+
alt: logoAlt,
|
|
12330
12331
|
design: design.logo,
|
|
12331
12332
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
12332
12333
|
id: "cta-with-logo-logo",
|
|
@@ -13165,7 +13166,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
13165
13166
|
className: "col-span-12 sm:col-span-12 sm:mx-20 sm:flex sm:justify-between sm:gap-y-0"
|
|
13166
13167
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
13167
13168
|
image: image,
|
|
13168
|
-
alt: logo.
|
|
13169
|
+
alt: logo.alt,
|
|
13169
13170
|
design: design.logo,
|
|
13170
13171
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
13171
13172
|
id: "footer-classic-logo",
|
|
@@ -13224,7 +13225,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
13224
13225
|
className: "mb-8 flex flex-shrink-0 justify-start sm:mb-0"
|
|
13225
13226
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
13226
13227
|
image: image,
|
|
13227
|
-
alt: logo.
|
|
13228
|
+
alt: logo.alt,
|
|
13228
13229
|
design: design.logo,
|
|
13229
13230
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
13230
13231
|
id: "footer-classic-logo",
|
|
@@ -13307,7 +13308,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
13307
13308
|
className: "flex flex-grow flex-col gap-y-4 sm:flex-row sm:gap-x-4"
|
|
13308
13309
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
13309
13310
|
image: image,
|
|
13310
|
-
alt: logo.
|
|
13311
|
+
alt: logo.alt,
|
|
13311
13312
|
className: "max-w-fit",
|
|
13312
13313
|
design: design.logo,
|
|
13313
13314
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -13391,7 +13392,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
13391
13392
|
className: "flex items-center gap-x-2"
|
|
13392
13393
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
13393
13394
|
image: image,
|
|
13394
|
-
alt: logo.
|
|
13395
|
+
alt: logo.alt,
|
|
13395
13396
|
design: design.logo,
|
|
13396
13397
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
13397
13398
|
id: "footer-with-links-logo",
|
|
@@ -15697,7 +15698,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
15697
15698
|
index: index,
|
|
15698
15699
|
src: src,
|
|
15699
15700
|
priority: true,
|
|
15700
|
-
alt:
|
|
15701
|
+
alt: name,
|
|
15701
15702
|
className: "ns-testimonial-image-aspect-ratio object-cover",
|
|
15702
15703
|
design: design.testimonialImage,
|
|
15703
15704
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -15721,7 +15722,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
15721
15722
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
15722
15723
|
index: index,
|
|
15723
15724
|
priority: true,
|
|
15724
|
-
alt:
|
|
15725
|
+
alt: logoAlt,
|
|
15725
15726
|
className: "mx-auto sm:ml-0",
|
|
15726
15727
|
design: design.testimonialLogo,
|
|
15727
15728
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -15808,7 +15809,8 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
15808
15809
|
testimonialDescription = _ref2.description,
|
|
15809
15810
|
name = _ref2.name,
|
|
15810
15811
|
position = _ref2.position,
|
|
15811
|
-
logoUrl = _ref2.logoUrl
|
|
15812
|
+
logoUrl = _ref2.logoUrl,
|
|
15813
|
+
logoAlt = _ref2.logoAlt;
|
|
15812
15814
|
return /*#__PURE__*/React__default["default"].createElement(MotionWrapper, {
|
|
15813
15815
|
enableAnimation: enableAnimation,
|
|
15814
15816
|
className: "grid grid-flow-row-dense grid-cols-12 items-center gap-4 py-6",
|
|
@@ -15820,6 +15822,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
15820
15822
|
image: image,
|
|
15821
15823
|
index: index,
|
|
15822
15824
|
src: src,
|
|
15825
|
+
alt: name,
|
|
15823
15826
|
className: "ns-testimonial-image-aspect-ratio",
|
|
15824
15827
|
design: design.testimonialImage,
|
|
15825
15828
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -15841,6 +15844,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
15841
15844
|
className: contentClasses
|
|
15842
15845
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
15843
15846
|
index: index,
|
|
15847
|
+
alt: logoAlt,
|
|
15844
15848
|
className: "mx-auto sm:ml-0",
|
|
15845
15849
|
design: design.testimonialLogo,
|
|
15846
15850
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|