@bigbinary/neeto-site-blocks 1.8.28 → 1.9.1

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 CHANGED
@@ -14763,7 +14763,7 @@ var withConditionalRender = function withConditionalRender(Component, condition)
14763
14763
  return ConditionalRender;
14764
14764
  };
14765
14765
 
14766
- var _excluded$A = ["id", "disableButtonAndLinks", "wrapperClassName", "index"];
14766
+ var _excluded$A = ["id", "disableButtonAndLinks", "wrapperClassName", "index", "image"];
14767
14767
  var StyledImage = styled__default["default"].img.attrs(function () {
14768
14768
  return {
14769
14769
  className: "hover:mix-blend-multiply"
@@ -14794,6 +14794,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
14794
14794
  disableButtonAndLinks = _ref2.disableButtonAndLinks,
14795
14795
  wrapperClassName = _ref2.wrapperClassName,
14796
14796
  index = _ref2.index,
14797
+ image = _ref2.image,
14797
14798
  props = _objectWithoutProperties__default["default"](_ref2, _excluded$A);
14798
14799
  var _useElementClick = useElementClick({
14799
14800
  id: id,
@@ -14805,7 +14806,12 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
14805
14806
  "neeto-site-highlight__element": disableButtonAndLinks
14806
14807
  }, wrapperClassName, wrapperClassName)),
14807
14808
  onClick: disableButtonAndLinks && handleImageClick
14808
- }, /*#__PURE__*/React__default["default"].createElement(StyledImage, props));
14809
+ }, /*#__PURE__*/React__default["default"].createElement(StyledImage, _extends__default["default"]({
14810
+ as: image !== null && image !== void 0 ? image : "img",
14811
+ height: 0,
14812
+ sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
14813
+ width: 0
14814
+ }, props)));
14809
14815
  };
14810
14816
  var StyledImage$1 = withConditionalRender(StyledImageWithWrapper, prop("src"));
14811
14817
 
@@ -21358,7 +21364,7 @@ const SwiperSlide = /*#__PURE__*/React.forwardRef(function (_temp, externalRef)
21358
21364
  });
21359
21365
  SwiperSlide.displayName = 'SwiperSlide';
21360
21366
 
21361
- var _excluded$r = ["configurations", "className", "id", "disableButtonAndLinks"];
21367
+ var _excluded$r = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
21362
21368
  function ownKeys$h(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21363
21369
  function _objectSpread$h(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$h(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$h(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21364
21370
  var CardsInGridView = function CardsInGridView(_ref) {
@@ -21367,6 +21373,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
21367
21373
  className = _ref$className === void 0 ? "" : _ref$className,
21368
21374
  id = _ref.id,
21369
21375
  disableButtonAndLinks = _ref.disableButtonAndLinks,
21376
+ image = _ref.image,
21370
21377
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$r);
21371
21378
  var _useState = React.useState(0),
21372
21379
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -21409,6 +21416,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
21409
21416
  to: href
21410
21417
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
21411
21418
  disableButtonAndLinks: disableButtonAndLinks,
21419
+ image: image,
21412
21420
  index: index,
21413
21421
  design: mergeRight(design.cardImage, style),
21414
21422
  id: "cards-in-grid-view-".concat(index, "-image"),
@@ -21635,7 +21643,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
21635
21643
  }, button, otherProps)))));
21636
21644
  };
21637
21645
 
21638
- var _excluded$p = ["configurations", "className", "id", "disableButtonAndLinks"];
21646
+ var _excluded$p = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
21639
21647
  function ownKeys$g(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
21640
21648
  function _objectSpread$g(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$g(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$g(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21641
21649
  var CardsWithImage = function CardsWithImage(_ref) {
@@ -21644,6 +21652,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
21644
21652
  className = _ref$className === void 0 ? "" : _ref$className,
21645
21653
  id = _ref.id,
21646
21654
  disableButtonAndLinks = _ref.disableButtonAndLinks,
21655
+ image = _ref.image,
21647
21656
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$p);
21648
21657
  var properties = configurations.properties,
21649
21658
  design = configurations.design;
@@ -21716,6 +21725,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
21716
21725
  className: "absolute bottom-0 right-0 flex items-end justify-end"
21717
21726
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
21718
21727
  disableButtonAndLinks: disableButtonAndLinks,
21728
+ image: image,
21719
21729
  index: index,
21720
21730
  className: "!justify-self-end",
21721
21731
  design: design.cardImage,
@@ -39397,7 +39407,7 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
39397
39407
  }, otherProps), promotionText));
39398
39408
  };
39399
39409
 
39400
- var _excluded$m = ["configurations", "className", "id"];
39410
+ var _excluded$m = ["configurations", "className", "id", "image"];
39401
39411
  function ownKeys$e(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
39402
39412
  function _objectSpread$e(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$e(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$e(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
39403
39413
  var CtaWithLogo = function CtaWithLogo(_ref) {
@@ -39405,6 +39415,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
39405
39415
  _ref$className = _ref.className,
39406
39416
  className = _ref$className === void 0 ? "" : _ref$className,
39407
39417
  id = _ref.id,
39418
+ image = _ref.image,
39408
39419
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$m);
39409
39420
  var properties = configurations.properties,
39410
39421
  design = configurations.design;
@@ -39426,6 +39437,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
39426
39437
  design: design.body,
39427
39438
  nestedClassName: baseClasses
39428
39439
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
39440
+ image: image,
39429
39441
  alt: "logo",
39430
39442
  className: "col-span-10 col-start-2 mx-auto sm:col-span-2 sm:col-start-1",
39431
39443
  design: design.logo,
@@ -39661,7 +39673,7 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
39661
39673
  }, otherProps), description)), /*#__PURE__*/React__default["default"].createElement(BulletList, null));
39662
39674
  };
39663
39675
 
39664
- var _excluded$j = ["configurations", "className", "id"];
39676
+ var _excluded$j = ["configurations", "className", "id", "image"];
39665
39677
  function ownKeys$b(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
39666
39678
  function _objectSpread$b(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$b(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
39667
39679
  var FeatureWithDetails = function FeatureWithDetails(_ref) {
@@ -39669,6 +39681,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
39669
39681
  _ref$className = _ref.className,
39670
39682
  className = _ref$className === void 0 ? "" : _ref$className,
39671
39683
  id = _ref.id,
39684
+ image = _ref.image,
39672
39685
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$j);
39673
39686
  var properties = configurations.properties,
39674
39687
  design = configurations.design;
@@ -39748,6 +39761,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
39748
39761
  className: mediaBaseClasses
39749
39762
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
39750
39763
  autoPlay: autoPlay,
39764
+ image: image,
39751
39765
  isEmbedded: isEmbedded,
39752
39766
  videoUrl: videoUrl,
39753
39767
  design: design.media,
@@ -39758,12 +39772,13 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
39758
39772
  })));
39759
39773
  };
39760
39774
 
39761
- var _excluded$i = ["configurations", "className", "id"];
39775
+ var _excluded$i = ["configurations", "className", "id", "image"];
39762
39776
  var FeatureWithGrid = function FeatureWithGrid(_ref) {
39763
39777
  var configurations = _ref.configurations,
39764
39778
  _ref$className = _ref.className,
39765
39779
  className = _ref$className === void 0 ? "" : _ref$className,
39766
39780
  id = _ref.id,
39781
+ image = _ref.image,
39767
39782
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$i);
39768
39783
  var properties = configurations.properties,
39769
39784
  design = configurations.design;
@@ -39808,6 +39823,7 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
39808
39823
  style: design.description
39809
39824
  }, otherProps), description), /*#__PURE__*/React__default["default"].createElement(Media, {
39810
39825
  autoPlay: autoPlay,
39826
+ image: image,
39811
39827
  isEmbedded: isEmbedded,
39812
39828
  videoUrl: videoUrl,
39813
39829
  className: "m-auto",
@@ -39827,6 +39843,7 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
39827
39843
  className: gridClasses(index),
39828
39844
  key: getUniqueKey(featureTitle, featureDescription, index)
39829
39845
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
39846
+ image: image,
39830
39847
  index: index,
39831
39848
  alt: featureImageAlt,
39832
39849
  design: design.featureImage,
@@ -39850,12 +39867,13 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
39850
39867
  }));
39851
39868
  };
39852
39869
 
39853
- var _excluded$h = ["configurations", "className", "id"];
39870
+ var _excluded$h = ["configurations", "className", "id", "image"];
39854
39871
  var FeatureWithImage = function FeatureWithImage(_ref) {
39855
39872
  var configurations = _ref.configurations,
39856
39873
  _ref$className = _ref.className,
39857
39874
  className = _ref$className === void 0 ? "" : _ref$className,
39858
39875
  id = _ref.id,
39876
+ image = _ref.image,
39859
39877
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$h);
39860
39878
  var properties = configurations.properties,
39861
39879
  design = configurations.design;
@@ -39903,6 +39921,7 @@ var FeatureWithImage = function FeatureWithImage(_ref) {
39903
39921
  className: mediaBaseClasses
39904
39922
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
39905
39923
  autoPlay: autoPlay,
39924
+ image: image,
39906
39925
  isEmbedded: isEmbedded,
39907
39926
  videoUrl: videoUrl,
39908
39927
  design: design.media,
@@ -39966,12 +39985,13 @@ var FeatureWithJumboText = function FeatureWithJumboText(_ref) {
39966
39985
  }, otherProps), description)));
39967
39986
  };
39968
39987
 
39969
- var _excluded$f = ["configurations", "className", "id"];
39988
+ var _excluded$f = ["configurations", "className", "id", "image"];
39970
39989
  var FeatureWithList = function FeatureWithList(_ref) {
39971
39990
  var configurations = _ref.configurations,
39972
39991
  _ref$className = _ref.className,
39973
39992
  className = _ref$className === void 0 ? "" : _ref$className,
39974
39993
  id = _ref.id,
39994
+ image = _ref.image,
39975
39995
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$f);
39976
39996
  var properties = configurations.properties,
39977
39997
  design = configurations.design;
@@ -40046,6 +40066,7 @@ var FeatureWithList = function FeatureWithList(_ref) {
40046
40066
  className: mediaBaseClasses
40047
40067
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
40048
40068
  autoPlay: autoPlay,
40069
+ image: image,
40049
40070
  isEmbedded: isEmbedded,
40050
40071
  videoUrl: videoUrl,
40051
40072
  design: design.media,
@@ -40056,12 +40077,13 @@ var FeatureWithList = function FeatureWithList(_ref) {
40056
40077
  })));
40057
40078
  };
40058
40079
 
40059
- var _excluded$e = ["configurations", "className", "id"];
40080
+ var _excluded$e = ["configurations", "className", "id", "image"];
40060
40081
  var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
40061
40082
  var configurations = _ref.configurations,
40062
40083
  _ref$className = _ref.className,
40063
40084
  className = _ref$className === void 0 ? "" : _ref$className,
40064
40085
  id = _ref.id,
40086
+ image = _ref.image,
40065
40087
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$e);
40066
40088
  var _useState = React.useState(configurations.properties.features[0].id),
40067
40089
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -40171,6 +40193,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
40171
40193
  })), /*#__PURE__*/React__default["default"].createElement("div", {
40172
40194
  className: imageBaseClasses
40173
40195
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
40196
+ image: image,
40174
40197
  autoPlay: features[selectedTabId - 1].media.autoPlay,
40175
40198
  design: design.media,
40176
40199
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -40182,7 +40205,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
40182
40205
  })));
40183
40206
  };
40184
40207
 
40185
- var _excluded$d = ["configurations", "className", "id"];
40208
+ var _excluded$d = ["configurations", "className", "id", "image"];
40186
40209
  function ownKeys$a(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
40187
40210
  function _objectSpread$a(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$a(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$a(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
40188
40211
  var FooterClassic = function FooterClassic(_ref) {
@@ -40190,6 +40213,7 @@ var FooterClassic = function FooterClassic(_ref) {
40190
40213
  _ref$className = _ref.className,
40191
40214
  className = _ref$className === void 0 ? "" : _ref$className,
40192
40215
  id = _ref.id,
40216
+ image = _ref.image,
40193
40217
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$d);
40194
40218
  var properties = configurations.properties,
40195
40219
  design = configurations.design;
@@ -40222,6 +40246,7 @@ var FooterClassic = function FooterClassic(_ref) {
40222
40246
  }), /*#__PURE__*/React__default["default"].createElement("div", {
40223
40247
  className: "col-span-12 sm:col-span-12 sm:mx-20 sm:flex sm:justify-between sm:gap-y-0"
40224
40248
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
40249
+ image: image,
40225
40250
  design: design.logo,
40226
40251
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
40227
40252
  id: "footer-classic-logo",
@@ -40273,6 +40298,7 @@ var FooterClassic = function FooterClassic(_ref) {
40273
40298
  design: design.body,
40274
40299
  nestedClassName: baseClasses
40275
40300
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
40301
+ image: image,
40276
40302
  design: design.logo,
40277
40303
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
40278
40304
  id: "footer-classic-logo",
@@ -40320,7 +40346,7 @@ var FooterClassic = function FooterClassic(_ref) {
40320
40346
  }, otherProps), copyrightText));
40321
40347
  };
40322
40348
 
40323
- var _excluded$c = ["configurations", "className", "id"];
40349
+ var _excluded$c = ["configurations", "className", "id", "image"];
40324
40350
  function ownKeys$9(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
40325
40351
  function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$9(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$9(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
40326
40352
  var FooterWithIcons = function FooterWithIcons(_ref) {
@@ -40328,6 +40354,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
40328
40354
  _ref$className = _ref.className,
40329
40355
  className = _ref$className === void 0 ? "" : _ref$className,
40330
40356
  id = _ref.id,
40357
+ image = _ref.image,
40331
40358
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$c);
40332
40359
  var properties = configurations.properties,
40333
40360
  design = configurations.design;
@@ -40351,6 +40378,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
40351
40378
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40352
40379
  className: "col-span-12 grid grid-cols-8 gap-y-4 sm:col-span-7 sm:w-full sm:gap-x-4 lg:col-span-6"
40353
40380
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
40381
+ image: image,
40354
40382
  design: design.logo,
40355
40383
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
40356
40384
  id: "footer-with-icons-logo",
@@ -40395,7 +40423,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
40395
40423
  }, otherProps), copyrightText));
40396
40424
  };
40397
40425
 
40398
- var _excluded$b = ["configurations", "className", "id"];
40426
+ var _excluded$b = ["configurations", "className", "id", "image"];
40399
40427
  function ownKeys$8(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
40400
40428
  function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$8(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$8(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
40401
40429
  var FooterWithLinks = function FooterWithLinks(_ref) {
@@ -40403,6 +40431,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
40403
40431
  _ref$className = _ref.className,
40404
40432
  className = _ref$className === void 0 ? "" : _ref$className,
40405
40433
  id = _ref.id,
40434
+ image = _ref.image,
40406
40435
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$b);
40407
40436
  var properties = configurations.properties,
40408
40437
  design = configurations.design;
@@ -40430,6 +40459,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
40430
40459
  }, /*#__PURE__*/React__default["default"].createElement("div", {
40431
40460
  className: "flex items-center gap-x-2"
40432
40461
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
40462
+ image: image,
40433
40463
  design: design.logo,
40434
40464
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
40435
40465
  id: "footer-with-links-logo",
@@ -42363,7 +42393,8 @@ var GalleryClassic = function GalleryClassic(_ref) {
42363
42393
  _ref$className = _ref.className,
42364
42394
  className = _ref$className === void 0 ? "" : _ref$className,
42365
42395
  id = _ref.id,
42366
- disableButtonAndLinks = _ref.disableButtonAndLinks;
42396
+ disableButtonAndLinks = _ref.disableButtonAndLinks,
42397
+ image = _ref.image;
42367
42398
  var swiperRef = React.useRef(null);
42368
42399
  var properties = configurations.properties,
42369
42400
  design = configurations.design;
@@ -42439,6 +42470,7 @@ var GalleryClassic = function GalleryClassic(_ref) {
42439
42470
  key: getUniqueKey(src, title, index)
42440
42471
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42441
42472
  disableButtonAndLinks: disableButtonAndLinks,
42473
+ image: image,
42442
42474
  index: index,
42443
42475
  src: src,
42444
42476
  alt: caption,
@@ -42459,12 +42491,13 @@ var GalleryClassic = function GalleryClassic(_ref) {
42459
42491
  }));
42460
42492
  };
42461
42493
 
42462
- var _excluded$a = ["configurations", "className", "id"];
42494
+ var _excluded$a = ["configurations", "className", "id", "image"];
42463
42495
  var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
42464
42496
  var configurations = _ref.configurations,
42465
42497
  _ref$className = _ref.className,
42466
42498
  className = _ref$className === void 0 ? "" : _ref$className,
42467
42499
  id = _ref.id,
42500
+ image = _ref.image,
42468
42501
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$a);
42469
42502
  var _useState = React.useState(null),
42470
42503
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -42528,6 +42561,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
42528
42561
  className: "swiper__wrapper",
42529
42562
  key: getUniqueKey(src, caption, index)
42530
42563
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42564
+ image: image,
42531
42565
  index: index,
42532
42566
  src: src,
42533
42567
  alt: caption,
@@ -42564,6 +42598,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
42564
42598
  key: getUniqueKey(src, title, index)
42565
42599
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42566
42600
  alt: alt,
42601
+ image: image,
42567
42602
  index: index,
42568
42603
  src: src,
42569
42604
  title: title,
@@ -42592,7 +42627,7 @@ var useElementVisible = function useElementVisible(ref) {
42592
42627
  return isIntersecting;
42593
42628
  };
42594
42629
 
42595
- var _excluded$9 = ["configurations", "className", "currentPath", "id"];
42630
+ var _excluded$9 = ["configurations", "className", "currentPath", "id", "image"];
42596
42631
  function ownKeys$7(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
42597
42632
  function _objectSpread$7(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$7(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$7(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
42598
42633
  var HeaderWithButtons = function HeaderWithButtons(_ref) {
@@ -42601,6 +42636,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
42601
42636
  className = _ref$className === void 0 ? "" : _ref$className,
42602
42637
  currentPath = _ref.currentPath,
42603
42638
  id = _ref.id,
42639
+ image = _ref.image,
42604
42640
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$9);
42605
42641
  var _useState = React.useState(false),
42606
42642
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -42632,6 +42668,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
42632
42668
  "col-span-3 sm:col-span-4 sm:col-start-2": neetoCist.isNotEmpty(buttons)
42633
42669
  })
42634
42670
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42671
+ image: image,
42635
42672
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
42636
42673
  design: design.logo,
42637
42674
  src: properties.logo.src
@@ -42694,7 +42731,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
42694
42731
  }))));
42695
42732
  };
42696
42733
 
42697
- var _excluded$8 = ["configurations", "className", "id"];
42734
+ var _excluded$8 = ["configurations", "className", "id", "image"];
42698
42735
  function ownKeys$6(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
42699
42736
  function _objectSpread$6(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$6(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
42700
42737
  var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
@@ -42702,6 +42739,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
42702
42739
  _ref$className = _ref.className,
42703
42740
  className = _ref$className === void 0 ? "" : _ref$className,
42704
42741
  id = _ref.id,
42742
+ image = _ref.image,
42705
42743
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$8);
42706
42744
  var _useState = React.useState(false),
42707
42745
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -42747,6 +42785,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
42747
42785
  className: "flex w-full gap-x-2",
42748
42786
  to: properties.logo.to
42749
42787
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42788
+ image: image,
42750
42789
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
42751
42790
  design: design.logo,
42752
42791
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -42805,7 +42844,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
42805
42844
  })))));
42806
42845
  };
42807
42846
 
42808
- var _excluded$7 = ["configurations", "className", "currentPath", "id"];
42847
+ var _excluded$7 = ["configurations", "className", "currentPath", "id", "image"];
42809
42848
  function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
42810
42849
  function _objectSpread$5(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$5(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
42811
42850
  var HeaderWithIcons = function HeaderWithIcons(_ref) {
@@ -42814,6 +42853,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
42814
42853
  className = _ref$className === void 0 ? "" : _ref$className,
42815
42854
  currentPath = _ref.currentPath,
42816
42855
  id = _ref.id,
42856
+ image = _ref.image,
42817
42857
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$7);
42818
42858
  var _useState = React.useState(false),
42819
42859
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -42853,6 +42893,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
42853
42893
  className: "col-span-6 col-start-4 m-auto flex max-h-8 justify-center sm:col-span-4 sm:col-start-5 sm:max-h-10 lg:col-span-3 lg:col-start-6 lg:max-h-14",
42854
42894
  to: properties.logo.to
42855
42895
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
42896
+ image: image,
42856
42897
  design: design.logo,
42857
42898
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
42858
42899
  id: "header-with-icons-logo",
@@ -42924,7 +42965,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
42924
42965
  })))));
42925
42966
  };
42926
42967
 
42927
- var _excluded$6 = ["configurations", "className", "id", "currentPath"];
42968
+ var _excluded$6 = ["configurations", "className", "id", "currentPath", "image"];
42928
42969
  function ownKeys$4(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
42929
42970
  function _objectSpread$4(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$4(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
42930
42971
  var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
@@ -42933,6 +42974,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
42933
42974
  className = _ref$className === void 0 ? "" : _ref$className,
42934
42975
  id = _ref.id,
42935
42976
  currentPath = _ref.currentPath,
42977
+ image = _ref.image,
42936
42978
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$6);
42937
42979
  var _useState = React.useState(false),
42938
42980
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -42966,6 +43008,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
42966
43008
  className: "flex w-full gap-x-2",
42967
43009
  to: properties.logo.to
42968
43010
  }, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43011
+ image: image,
42969
43012
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
42970
43013
  design: design.logo,
42971
43014
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -43039,7 +43082,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
43039
43082
  }))));
43040
43083
  };
43041
43084
 
43042
- var _excluded$5 = ["configurations", "className", "id"];
43085
+ var _excluded$5 = ["configurations", "className", "id", "image"];
43043
43086
  function ownKeys$3(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
43044
43087
  function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$3(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
43045
43088
  var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
@@ -43047,6 +43090,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
43047
43090
  _ref$className = _ref.className,
43048
43091
  className = _ref$className === void 0 ? "" : _ref$className,
43049
43092
  id = _ref.id,
43093
+ image = _ref.image,
43050
43094
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$5);
43051
43095
  var properties = configurations.properties,
43052
43096
  design = configurations.design;
@@ -43122,6 +43166,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
43122
43166
  className: mediaBaseClasses
43123
43167
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
43124
43168
  autoPlay: autoPlay,
43169
+ image: image,
43125
43170
  isEmbedded: isEmbedded,
43126
43171
  videoUrl: videoUrl,
43127
43172
  design: design.media,
@@ -43131,7 +43176,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
43131
43176
  })));
43132
43177
  };
43133
43178
 
43134
- var _excluded$4 = ["configurations", "className", "id", "disableButtonAndLinks"];
43179
+ var _excluded$4 = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
43135
43180
  function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
43136
43181
  function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
43137
43182
  var HeroWithGallery = function HeroWithGallery(_ref) {
@@ -43140,6 +43185,7 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
43140
43185
  className = _ref$className === void 0 ? "" : _ref$className,
43141
43186
  id = _ref.id,
43142
43187
  disableButtonAndLinks = _ref.disableButtonAndLinks,
43188
+ image = _ref.image,
43143
43189
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$4);
43144
43190
  var _useState = React.useState(null),
43145
43191
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -43248,6 +43294,7 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
43248
43294
  }))
43249
43295
  }, /*#__PURE__*/React__default["default"].createElement(Media, {
43250
43296
  disableButtonAndLinks: disableButtonAndLinks,
43297
+ image: image,
43251
43298
  index: index,
43252
43299
  autoPlay: media.autoPlay,
43253
43300
  design: design.media,
@@ -43316,7 +43363,8 @@ var LogoClouds = function LogoClouds(_ref) {
43316
43363
  _ref$className = _ref.className,
43317
43364
  className = _ref$className === void 0 ? "" : _ref$className,
43318
43365
  id = _ref.id,
43319
- disableButtonAndLinks = _ref.disableButtonAndLinks;
43366
+ disableButtonAndLinks = _ref.disableButtonAndLinks,
43367
+ image = _ref.image;
43320
43368
  var properties = configurations.properties,
43321
43369
  design = configurations.design;
43322
43370
  var _properties$logos = properties.logos,
@@ -43365,6 +43413,7 @@ var LogoClouds = function LogoClouds(_ref) {
43365
43413
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43366
43414
  alt: alt,
43367
43415
  disableButtonAndLinks: disableButtonAndLinks,
43416
+ image: image,
43368
43417
  index: index,
43369
43418
  src: src,
43370
43419
  title: title,
@@ -43580,7 +43629,8 @@ var Slides = function Slides(_ref) {
43580
43629
  id = _ref.id,
43581
43630
  disableButtonAndLinks = _ref.disableButtonAndLinks,
43582
43631
  pageUrl = _ref.pageUrl,
43583
- hostUrl = _ref.hostUrl;
43632
+ hostUrl = _ref.hostUrl,
43633
+ image = _ref.image;
43584
43634
  var _useState = React.useState(0),
43585
43635
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43586
43636
  activeIndex = _useState2[0],
@@ -43621,6 +43671,7 @@ var Slides = function Slides(_ref) {
43621
43671
  return /*#__PURE__*/React__default["default"].createElement("div", {
43622
43672
  className: "bottom-0 col-span-12 flex w-full justify-center sm:absolute sm:col-span-10 sm:col-start-2"
43623
43673
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43674
+ image: image,
43624
43675
  design: design.image,
43625
43676
  src: imageUrl
43626
43677
  }));
@@ -43697,7 +43748,7 @@ var Slides = function Slides(_ref) {
43697
43748
  }));
43698
43749
  };
43699
43750
 
43700
- var _excluded$1 = ["configurations", "className", "id"];
43751
+ var _excluded$1 = ["configurations", "className", "id", "image"];
43701
43752
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
43702
43753
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
43703
43754
  var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
@@ -43705,6 +43756,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43705
43756
  _ref$className = _ref.className,
43706
43757
  className = _ref$className === void 0 ? "" : _ref$className,
43707
43758
  id = _ref.id,
43759
+ image = _ref.image,
43708
43760
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$1);
43709
43761
  var _useState = React.useState(null),
43710
43762
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -43776,6 +43828,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43776
43828
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43777
43829
  className: imageClasses(imagePosition)
43778
43830
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43831
+ image: image,
43779
43832
  index: index,
43780
43833
  src: src,
43781
43834
  className: "ns-testimonial-image-aspect-ratio object-cover",
@@ -43828,12 +43881,13 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
43828
43881
  }, button, otherProps))));
43829
43882
  };
43830
43883
 
43831
- var _excluded = ["configurations", "className", "id"];
43884
+ var _excluded = ["configurations", "className", "id", "image"];
43832
43885
  var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43833
43886
  var configurations = _ref.configurations,
43834
43887
  _ref$className = _ref.className,
43835
43888
  className = _ref$className === void 0 ? "" : _ref$className,
43836
43889
  id = _ref.id,
43890
+ image = _ref.image,
43837
43891
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded);
43838
43892
  var properties = configurations.properties,
43839
43893
  design = configurations.design;
@@ -43891,6 +43945,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
43891
43945
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43892
43946
  className: imageClasses
43893
43947
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
43948
+ image: image,
43894
43949
  index: index,
43895
43950
  src: src,
43896
43951
  className: "ns-testimonial-image-aspect-ratio",