@bigbinary/neeto-site-blocks 1.10.31 → 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.js CHANGED
@@ -12293,6 +12293,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
12293
12293
  description = _properties$content.description,
12294
12294
  enableAnimation = properties.enableAnimation,
12295
12295
  logoUrl = properties.logoUrl,
12296
+ logoAlt = properties.logoAlt,
12296
12297
  buttons = properties.buttons,
12297
12298
  src = properties.backgroundImage.src;
12298
12299
  var baseClasses = "flex flex-col sm:flex-row items-center gap-x-4 gap-y-8";
@@ -12307,7 +12308,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
12307
12308
  nestedClassName: baseClasses
12308
12309
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
12309
12310
  image: image,
12310
- alt: "logo",
12311
+ alt: logoAlt,
12311
12312
  design: design.logo,
12312
12313
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
12313
12314
  id: "cta-with-logo-logo",
@@ -13146,7 +13147,7 @@ var FooterClassic = function FooterClassic(_ref) {
13146
13147
  className: "col-span-12 sm:col-span-12 sm:mx-20 sm:flex sm:justify-between sm:gap-y-0"
13147
13148
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
13148
13149
  image: image,
13149
- alt: logo.title,
13150
+ alt: logo.alt,
13150
13151
  design: design.logo,
13151
13152
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
13152
13153
  id: "footer-classic-logo",
@@ -13205,7 +13206,7 @@ var FooterClassic = function FooterClassic(_ref) {
13205
13206
  className: "mb-8 flex flex-shrink-0 justify-start sm:mb-0"
13206
13207
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
13207
13208
  image: image,
13208
- alt: logo.title,
13209
+ alt: logo.alt,
13209
13210
  design: design.logo,
13210
13211
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
13211
13212
  id: "footer-classic-logo",
@@ -13288,7 +13289,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
13288
13289
  className: "flex flex-grow flex-col gap-y-4 sm:flex-row sm:gap-x-4"
13289
13290
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
13290
13291
  image: image,
13291
- alt: logo.title,
13292
+ alt: logo.alt,
13292
13293
  className: "max-w-fit",
13293
13294
  design: design.logo,
13294
13295
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -13372,7 +13373,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
13372
13373
  className: "flex items-center gap-x-2"
13373
13374
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
13374
13375
  image: image,
13375
- alt: logo.title,
13376
+ alt: logo.alt,
13376
13377
  design: design.logo,
13377
13378
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
13378
13379
  id: "footer-with-links-logo",
@@ -15678,7 +15679,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
15678
15679
  index: index,
15679
15680
  src: src,
15680
15681
  priority: true,
15681
- alt: logoAlt,
15682
+ alt: name,
15682
15683
  className: "ns-testimonial-image-aspect-ratio object-cover",
15683
15684
  design: design.testimonialImage,
15684
15685
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -15702,7 +15703,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
15702
15703
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
15703
15704
  index: index,
15704
15705
  priority: true,
15705
- alt: name,
15706
+ alt: logoAlt,
15706
15707
  className: "mx-auto sm:ml-0",
15707
15708
  design: design.testimonialLogo,
15708
15709
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -15789,7 +15790,8 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
15789
15790
  testimonialDescription = _ref2.description,
15790
15791
  name = _ref2.name,
15791
15792
  position = _ref2.position,
15792
- logoUrl = _ref2.logoUrl;
15793
+ logoUrl = _ref2.logoUrl,
15794
+ logoAlt = _ref2.logoAlt;
15793
15795
  return /*#__PURE__*/React.createElement(MotionWrapper, {
15794
15796
  enableAnimation: enableAnimation,
15795
15797
  className: "grid grid-flow-row-dense grid-cols-12 items-center gap-4 py-6",
@@ -15801,6 +15803,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
15801
15803
  image: image,
15802
15804
  index: index,
15803
15805
  src: src,
15806
+ alt: name,
15804
15807
  className: "ns-testimonial-image-aspect-ratio",
15805
15808
  design: design.testimonialImage,
15806
15809
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -15822,6 +15825,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
15822
15825
  className: contentClasses
15823
15826
  }, /*#__PURE__*/React.createElement(StyledImage$1, {
15824
15827
  index: index,
15828
+ alt: logoAlt,
15825
15829
  className: "mx-auto sm:ml-0",
15826
15830
  design: design.testimonialLogo,
15827
15831
  disableButtonAndLinks: otherProps.disableButtonAndLinks,