@bigbinary/neeto-site-blocks 1.8.28 → 1.9.0
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 +81 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +81 -25
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14717,7 +14717,7 @@ var withConditionalRender = function withConditionalRender(Component, condition)
|
|
|
14717
14717
|
return ConditionalRender;
|
|
14718
14718
|
};
|
|
14719
14719
|
|
|
14720
|
-
var _excluded$A = ["id", "disableButtonAndLinks", "wrapperClassName", "index"];
|
|
14720
|
+
var _excluded$A = ["id", "disableButtonAndLinks", "wrapperClassName", "index", "image"];
|
|
14721
14721
|
var StyledImage = styled.img.attrs(function () {
|
|
14722
14722
|
return {
|
|
14723
14723
|
className: "hover:mix-blend-multiply"
|
|
@@ -14748,6 +14748,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
|
|
|
14748
14748
|
disableButtonAndLinks = _ref2.disableButtonAndLinks,
|
|
14749
14749
|
wrapperClassName = _ref2.wrapperClassName,
|
|
14750
14750
|
index = _ref2.index,
|
|
14751
|
+
image = _ref2.image,
|
|
14751
14752
|
props = _objectWithoutProperties(_ref2, _excluded$A);
|
|
14752
14753
|
var _useElementClick = useElementClick({
|
|
14753
14754
|
id: id,
|
|
@@ -14759,7 +14760,13 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
|
|
|
14759
14760
|
"neeto-site-highlight__element": disableButtonAndLinks
|
|
14760
14761
|
}, wrapperClassName, wrapperClassName)),
|
|
14761
14762
|
onClick: disableButtonAndLinks && handleImageClick
|
|
14762
|
-
}, /*#__PURE__*/React__default.createElement(StyledImage,
|
|
14763
|
+
}, /*#__PURE__*/React__default.createElement(StyledImage, _extends$2({
|
|
14764
|
+
as: image !== null && image !== void 0 ? image : "img",
|
|
14765
|
+
height: 0,
|
|
14766
|
+
objectFit: "contain",
|
|
14767
|
+
sizes: "100vw",
|
|
14768
|
+
width: 0
|
|
14769
|
+
}, props)));
|
|
14763
14770
|
};
|
|
14764
14771
|
var StyledImage$1 = withConditionalRender(StyledImageWithWrapper, prop("src"));
|
|
14765
14772
|
|
|
@@ -21312,7 +21319,7 @@ const SwiperSlide = /*#__PURE__*/forwardRef(function (_temp, externalRef) {
|
|
|
21312
21319
|
});
|
|
21313
21320
|
SwiperSlide.displayName = 'SwiperSlide';
|
|
21314
21321
|
|
|
21315
|
-
var _excluded$r = ["configurations", "className", "id", "disableButtonAndLinks"];
|
|
21322
|
+
var _excluded$r = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
|
|
21316
21323
|
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; }
|
|
21317
21324
|
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$1(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; }
|
|
21318
21325
|
var CardsInGridView = function CardsInGridView(_ref) {
|
|
@@ -21321,6 +21328,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21321
21328
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
21322
21329
|
id = _ref.id,
|
|
21323
21330
|
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
21331
|
+
image = _ref.image,
|
|
21324
21332
|
otherProps = _objectWithoutProperties(_ref, _excluded$r);
|
|
21325
21333
|
var _useState = useState(0),
|
|
21326
21334
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -21363,6 +21371,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21363
21371
|
to: href
|
|
21364
21372
|
}, otherProps), /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
21365
21373
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21374
|
+
image: image,
|
|
21366
21375
|
index: index,
|
|
21367
21376
|
design: mergeRight(design.cardImage, style),
|
|
21368
21377
|
id: "cards-in-grid-view-".concat(index, "-image"),
|
|
@@ -21589,7 +21598,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21589
21598
|
}, button, otherProps)))));
|
|
21590
21599
|
};
|
|
21591
21600
|
|
|
21592
|
-
var _excluded$p = ["configurations", "className", "id", "disableButtonAndLinks"];
|
|
21601
|
+
var _excluded$p = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
|
|
21593
21602
|
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; }
|
|
21594
21603
|
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$1(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; }
|
|
21595
21604
|
var CardsWithImage = function CardsWithImage(_ref) {
|
|
@@ -21598,6 +21607,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21598
21607
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
21599
21608
|
id = _ref.id,
|
|
21600
21609
|
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
21610
|
+
image = _ref.image,
|
|
21601
21611
|
otherProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
21602
21612
|
var properties = configurations.properties,
|
|
21603
21613
|
design = configurations.design;
|
|
@@ -21670,6 +21680,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21670
21680
|
className: "absolute bottom-0 right-0 flex items-end justify-end"
|
|
21671
21681
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
21672
21682
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21683
|
+
image: image,
|
|
21673
21684
|
index: index,
|
|
21674
21685
|
className: "!justify-self-end",
|
|
21675
21686
|
design: design.cardImage,
|
|
@@ -39351,7 +39362,7 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39351
39362
|
}, otherProps), promotionText));
|
|
39352
39363
|
};
|
|
39353
39364
|
|
|
39354
|
-
var _excluded$m = ["configurations", "className", "id"];
|
|
39365
|
+
var _excluded$m = ["configurations", "className", "id", "image"];
|
|
39355
39366
|
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; }
|
|
39356
39367
|
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$1(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; }
|
|
39357
39368
|
var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
@@ -39359,6 +39370,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
39359
39370
|
_ref$className = _ref.className,
|
|
39360
39371
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
39361
39372
|
id = _ref.id,
|
|
39373
|
+
image = _ref.image,
|
|
39362
39374
|
otherProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
39363
39375
|
var properties = configurations.properties,
|
|
39364
39376
|
design = configurations.design;
|
|
@@ -39380,6 +39392,7 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
39380
39392
|
design: design.body,
|
|
39381
39393
|
nestedClassName: baseClasses
|
|
39382
39394
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
39395
|
+
image: image,
|
|
39383
39396
|
alt: "logo",
|
|
39384
39397
|
className: "col-span-10 col-start-2 mx-auto sm:col-span-2 sm:col-start-1",
|
|
39385
39398
|
design: design.logo,
|
|
@@ -39615,7 +39628,7 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
|
|
|
39615
39628
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement(BulletList, null));
|
|
39616
39629
|
};
|
|
39617
39630
|
|
|
39618
|
-
var _excluded$j = ["configurations", "className", "id"];
|
|
39631
|
+
var _excluded$j = ["configurations", "className", "id", "image"];
|
|
39619
39632
|
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; }
|
|
39620
39633
|
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$1(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; }
|
|
39621
39634
|
var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
@@ -39623,6 +39636,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39623
39636
|
_ref$className = _ref.className,
|
|
39624
39637
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
39625
39638
|
id = _ref.id,
|
|
39639
|
+
image = _ref.image,
|
|
39626
39640
|
otherProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
39627
39641
|
var properties = configurations.properties,
|
|
39628
39642
|
design = configurations.design;
|
|
@@ -39702,6 +39716,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39702
39716
|
className: mediaBaseClasses
|
|
39703
39717
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
39704
39718
|
autoPlay: autoPlay,
|
|
39719
|
+
image: image,
|
|
39705
39720
|
isEmbedded: isEmbedded,
|
|
39706
39721
|
videoUrl: videoUrl,
|
|
39707
39722
|
design: design.media,
|
|
@@ -39712,12 +39727,13 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39712
39727
|
})));
|
|
39713
39728
|
};
|
|
39714
39729
|
|
|
39715
|
-
var _excluded$i = ["configurations", "className", "id"];
|
|
39730
|
+
var _excluded$i = ["configurations", "className", "id", "image"];
|
|
39716
39731
|
var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
39717
39732
|
var configurations = _ref.configurations,
|
|
39718
39733
|
_ref$className = _ref.className,
|
|
39719
39734
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
39720
39735
|
id = _ref.id,
|
|
39736
|
+
image = _ref.image,
|
|
39721
39737
|
otherProps = _objectWithoutProperties(_ref, _excluded$i);
|
|
39722
39738
|
var properties = configurations.properties,
|
|
39723
39739
|
design = configurations.design;
|
|
@@ -39762,6 +39778,7 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39762
39778
|
style: design.description
|
|
39763
39779
|
}, otherProps), description), /*#__PURE__*/React__default.createElement(Media, {
|
|
39764
39780
|
autoPlay: autoPlay,
|
|
39781
|
+
image: image,
|
|
39765
39782
|
isEmbedded: isEmbedded,
|
|
39766
39783
|
videoUrl: videoUrl,
|
|
39767
39784
|
className: "m-auto",
|
|
@@ -39781,6 +39798,7 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39781
39798
|
className: gridClasses(index),
|
|
39782
39799
|
key: getUniqueKey(featureTitle, featureDescription, index)
|
|
39783
39800
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
39801
|
+
image: image,
|
|
39784
39802
|
index: index,
|
|
39785
39803
|
alt: featureImageAlt,
|
|
39786
39804
|
design: design.featureImage,
|
|
@@ -39804,12 +39822,13 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39804
39822
|
}));
|
|
39805
39823
|
};
|
|
39806
39824
|
|
|
39807
|
-
var _excluded$h = ["configurations", "className", "id"];
|
|
39825
|
+
var _excluded$h = ["configurations", "className", "id", "image"];
|
|
39808
39826
|
var FeatureWithImage = function FeatureWithImage(_ref) {
|
|
39809
39827
|
var configurations = _ref.configurations,
|
|
39810
39828
|
_ref$className = _ref.className,
|
|
39811
39829
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
39812
39830
|
id = _ref.id,
|
|
39831
|
+
image = _ref.image,
|
|
39813
39832
|
otherProps = _objectWithoutProperties(_ref, _excluded$h);
|
|
39814
39833
|
var properties = configurations.properties,
|
|
39815
39834
|
design = configurations.design;
|
|
@@ -39857,6 +39876,7 @@ var FeatureWithImage = function FeatureWithImage(_ref) {
|
|
|
39857
39876
|
className: mediaBaseClasses
|
|
39858
39877
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
39859
39878
|
autoPlay: autoPlay,
|
|
39879
|
+
image: image,
|
|
39860
39880
|
isEmbedded: isEmbedded,
|
|
39861
39881
|
videoUrl: videoUrl,
|
|
39862
39882
|
design: design.media,
|
|
@@ -39920,12 +39940,13 @@ var FeatureWithJumboText = function FeatureWithJumboText(_ref) {
|
|
|
39920
39940
|
}, otherProps), description)));
|
|
39921
39941
|
};
|
|
39922
39942
|
|
|
39923
|
-
var _excluded$f = ["configurations", "className", "id"];
|
|
39943
|
+
var _excluded$f = ["configurations", "className", "id", "image"];
|
|
39924
39944
|
var FeatureWithList = function FeatureWithList(_ref) {
|
|
39925
39945
|
var configurations = _ref.configurations,
|
|
39926
39946
|
_ref$className = _ref.className,
|
|
39927
39947
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
39928
39948
|
id = _ref.id,
|
|
39949
|
+
image = _ref.image,
|
|
39929
39950
|
otherProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
39930
39951
|
var properties = configurations.properties,
|
|
39931
39952
|
design = configurations.design;
|
|
@@ -40000,6 +40021,7 @@ var FeatureWithList = function FeatureWithList(_ref) {
|
|
|
40000
40021
|
className: mediaBaseClasses
|
|
40001
40022
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
40002
40023
|
autoPlay: autoPlay,
|
|
40024
|
+
image: image,
|
|
40003
40025
|
isEmbedded: isEmbedded,
|
|
40004
40026
|
videoUrl: videoUrl,
|
|
40005
40027
|
design: design.media,
|
|
@@ -40010,12 +40032,13 @@ var FeatureWithList = function FeatureWithList(_ref) {
|
|
|
40010
40032
|
})));
|
|
40011
40033
|
};
|
|
40012
40034
|
|
|
40013
|
-
var _excluded$e = ["configurations", "className", "id"];
|
|
40035
|
+
var _excluded$e = ["configurations", "className", "id", "image"];
|
|
40014
40036
|
var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
40015
40037
|
var configurations = _ref.configurations,
|
|
40016
40038
|
_ref$className = _ref.className,
|
|
40017
40039
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
40018
40040
|
id = _ref.id,
|
|
40041
|
+
image = _ref.image,
|
|
40019
40042
|
otherProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
40020
40043
|
var _useState = useState(configurations.properties.features[0].id),
|
|
40021
40044
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -40125,6 +40148,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40125
40148
|
})), /*#__PURE__*/React__default.createElement("div", {
|
|
40126
40149
|
className: imageBaseClasses
|
|
40127
40150
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
40151
|
+
image: image,
|
|
40128
40152
|
autoPlay: features[selectedTabId - 1].media.autoPlay,
|
|
40129
40153
|
design: design.media,
|
|
40130
40154
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -40136,7 +40160,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40136
40160
|
})));
|
|
40137
40161
|
};
|
|
40138
40162
|
|
|
40139
|
-
var _excluded$d = ["configurations", "className", "id"];
|
|
40163
|
+
var _excluded$d = ["configurations", "className", "id", "image"];
|
|
40140
40164
|
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; }
|
|
40141
40165
|
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$1(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; }
|
|
40142
40166
|
var FooterClassic = function FooterClassic(_ref) {
|
|
@@ -40144,6 +40168,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
40144
40168
|
_ref$className = _ref.className,
|
|
40145
40169
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
40146
40170
|
id = _ref.id,
|
|
40171
|
+
image = _ref.image,
|
|
40147
40172
|
otherProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
40148
40173
|
var properties = configurations.properties,
|
|
40149
40174
|
design = configurations.design;
|
|
@@ -40176,6 +40201,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
40176
40201
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
40177
40202
|
className: "col-span-12 sm:col-span-12 sm:mx-20 sm:flex sm:justify-between sm:gap-y-0"
|
|
40178
40203
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
40204
|
+
image: image,
|
|
40179
40205
|
design: design.logo,
|
|
40180
40206
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40181
40207
|
id: "footer-classic-logo",
|
|
@@ -40227,6 +40253,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
40227
40253
|
design: design.body,
|
|
40228
40254
|
nestedClassName: baseClasses
|
|
40229
40255
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
40256
|
+
image: image,
|
|
40230
40257
|
design: design.logo,
|
|
40231
40258
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40232
40259
|
id: "footer-classic-logo",
|
|
@@ -40274,7 +40301,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
40274
40301
|
}, otherProps), copyrightText));
|
|
40275
40302
|
};
|
|
40276
40303
|
|
|
40277
|
-
var _excluded$c = ["configurations", "className", "id"];
|
|
40304
|
+
var _excluded$c = ["configurations", "className", "id", "image"];
|
|
40278
40305
|
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; }
|
|
40279
40306
|
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$1(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; }
|
|
40280
40307
|
var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
@@ -40282,6 +40309,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40282
40309
|
_ref$className = _ref.className,
|
|
40283
40310
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
40284
40311
|
id = _ref.id,
|
|
40312
|
+
image = _ref.image,
|
|
40285
40313
|
otherProps = _objectWithoutProperties(_ref, _excluded$c);
|
|
40286
40314
|
var properties = configurations.properties,
|
|
40287
40315
|
design = configurations.design;
|
|
@@ -40305,6 +40333,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40305
40333
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
40306
40334
|
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"
|
|
40307
40335
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
40336
|
+
image: image,
|
|
40308
40337
|
design: design.logo,
|
|
40309
40338
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40310
40339
|
id: "footer-with-icons-logo",
|
|
@@ -40349,7 +40378,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40349
40378
|
}, otherProps), copyrightText));
|
|
40350
40379
|
};
|
|
40351
40380
|
|
|
40352
|
-
var _excluded$b = ["configurations", "className", "id"];
|
|
40381
|
+
var _excluded$b = ["configurations", "className", "id", "image"];
|
|
40353
40382
|
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; }
|
|
40354
40383
|
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$1(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; }
|
|
40355
40384
|
var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
@@ -40357,6 +40386,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40357
40386
|
_ref$className = _ref.className,
|
|
40358
40387
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
40359
40388
|
id = _ref.id,
|
|
40389
|
+
image = _ref.image,
|
|
40360
40390
|
otherProps = _objectWithoutProperties(_ref, _excluded$b);
|
|
40361
40391
|
var properties = configurations.properties,
|
|
40362
40392
|
design = configurations.design;
|
|
@@ -40384,6 +40414,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40384
40414
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
40385
40415
|
className: "flex items-center gap-x-2"
|
|
40386
40416
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
40417
|
+
image: image,
|
|
40387
40418
|
design: design.logo,
|
|
40388
40419
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
40389
40420
|
id: "footer-with-links-logo",
|
|
@@ -42317,7 +42348,8 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42317
42348
|
_ref$className = _ref.className,
|
|
42318
42349
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42319
42350
|
id = _ref.id,
|
|
42320
|
-
disableButtonAndLinks = _ref.disableButtonAndLinks
|
|
42351
|
+
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
42352
|
+
image = _ref.image;
|
|
42321
42353
|
var swiperRef = useRef(null);
|
|
42322
42354
|
var properties = configurations.properties,
|
|
42323
42355
|
design = configurations.design;
|
|
@@ -42393,6 +42425,7 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42393
42425
|
key: getUniqueKey(src, title, index)
|
|
42394
42426
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42395
42427
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42428
|
+
image: image,
|
|
42396
42429
|
index: index,
|
|
42397
42430
|
src: src,
|
|
42398
42431
|
alt: caption,
|
|
@@ -42413,12 +42446,13 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42413
42446
|
}));
|
|
42414
42447
|
};
|
|
42415
42448
|
|
|
42416
|
-
var _excluded$a = ["configurations", "className", "id"];
|
|
42449
|
+
var _excluded$a = ["configurations", "className", "id", "image"];
|
|
42417
42450
|
var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
42418
42451
|
var configurations = _ref.configurations,
|
|
42419
42452
|
_ref$className = _ref.className,
|
|
42420
42453
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42421
42454
|
id = _ref.id,
|
|
42455
|
+
image = _ref.image,
|
|
42422
42456
|
otherProps = _objectWithoutProperties(_ref, _excluded$a);
|
|
42423
42457
|
var _useState = useState(null),
|
|
42424
42458
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -42482,6 +42516,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
42482
42516
|
className: "swiper__wrapper",
|
|
42483
42517
|
key: getUniqueKey(src, caption, index)
|
|
42484
42518
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42519
|
+
image: image,
|
|
42485
42520
|
index: index,
|
|
42486
42521
|
src: src,
|
|
42487
42522
|
alt: caption,
|
|
@@ -42518,6 +42553,7 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
42518
42553
|
key: getUniqueKey(src, title, index)
|
|
42519
42554
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42520
42555
|
alt: alt,
|
|
42556
|
+
image: image,
|
|
42521
42557
|
index: index,
|
|
42522
42558
|
src: src,
|
|
42523
42559
|
title: title,
|
|
@@ -42546,7 +42582,7 @@ var useElementVisible = function useElementVisible(ref) {
|
|
|
42546
42582
|
return isIntersecting;
|
|
42547
42583
|
};
|
|
42548
42584
|
|
|
42549
|
-
var _excluded$9 = ["configurations", "className", "currentPath", "id"];
|
|
42585
|
+
var _excluded$9 = ["configurations", "className", "currentPath", "id", "image"];
|
|
42550
42586
|
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; }
|
|
42551
42587
|
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$1(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; }
|
|
42552
42588
|
var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
@@ -42555,6 +42591,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
42555
42591
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42556
42592
|
currentPath = _ref.currentPath,
|
|
42557
42593
|
id = _ref.id,
|
|
42594
|
+
image = _ref.image,
|
|
42558
42595
|
otherProps = _objectWithoutProperties(_ref, _excluded$9);
|
|
42559
42596
|
var _useState = useState(false),
|
|
42560
42597
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -42586,6 +42623,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
42586
42623
|
"col-span-3 sm:col-span-4 sm:col-start-2": isNotEmpty(buttons)
|
|
42587
42624
|
})
|
|
42588
42625
|
}, otherProps), /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42626
|
+
image: image,
|
|
42589
42627
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
42590
42628
|
design: design.logo,
|
|
42591
42629
|
src: properties.logo.src
|
|
@@ -42648,7 +42686,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
42648
42686
|
}))));
|
|
42649
42687
|
};
|
|
42650
42688
|
|
|
42651
|
-
var _excluded$8 = ["configurations", "className", "id"];
|
|
42689
|
+
var _excluded$8 = ["configurations", "className", "id", "image"];
|
|
42652
42690
|
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; }
|
|
42653
42691
|
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$1(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; }
|
|
42654
42692
|
var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
@@ -42656,6 +42694,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
42656
42694
|
_ref$className = _ref.className,
|
|
42657
42695
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42658
42696
|
id = _ref.id,
|
|
42697
|
+
image = _ref.image,
|
|
42659
42698
|
otherProps = _objectWithoutProperties(_ref, _excluded$8);
|
|
42660
42699
|
var _useState = useState(false),
|
|
42661
42700
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -42701,6 +42740,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
42701
42740
|
className: "flex w-full gap-x-2",
|
|
42702
42741
|
to: properties.logo.to
|
|
42703
42742
|
}, otherProps), /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42743
|
+
image: image,
|
|
42704
42744
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
42705
42745
|
design: design.logo,
|
|
42706
42746
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -42759,7 +42799,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
42759
42799
|
})))));
|
|
42760
42800
|
};
|
|
42761
42801
|
|
|
42762
|
-
var _excluded$7 = ["configurations", "className", "currentPath", "id"];
|
|
42802
|
+
var _excluded$7 = ["configurations", "className", "currentPath", "id", "image"];
|
|
42763
42803
|
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; }
|
|
42764
42804
|
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$1(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; }
|
|
42765
42805
|
var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
@@ -42768,6 +42808,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
42768
42808
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42769
42809
|
currentPath = _ref.currentPath,
|
|
42770
42810
|
id = _ref.id,
|
|
42811
|
+
image = _ref.image,
|
|
42771
42812
|
otherProps = _objectWithoutProperties(_ref, _excluded$7);
|
|
42772
42813
|
var _useState = useState(false),
|
|
42773
42814
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -42807,6 +42848,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
42807
42848
|
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",
|
|
42808
42849
|
to: properties.logo.to
|
|
42809
42850
|
}, otherProps), /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42851
|
+
image: image,
|
|
42810
42852
|
design: design.logo,
|
|
42811
42853
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
42812
42854
|
id: "header-with-icons-logo",
|
|
@@ -42878,7 +42920,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
42878
42920
|
})))));
|
|
42879
42921
|
};
|
|
42880
42922
|
|
|
42881
|
-
var _excluded$6 = ["configurations", "className", "id", "currentPath"];
|
|
42923
|
+
var _excluded$6 = ["configurations", "className", "id", "currentPath", "image"];
|
|
42882
42924
|
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; }
|
|
42883
42925
|
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$1(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; }
|
|
42884
42926
|
var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
@@ -42887,6 +42929,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
42887
42929
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
42888
42930
|
id = _ref.id,
|
|
42889
42931
|
currentPath = _ref.currentPath,
|
|
42932
|
+
image = _ref.image,
|
|
42890
42933
|
otherProps = _objectWithoutProperties(_ref, _excluded$6);
|
|
42891
42934
|
var _useState = useState(false),
|
|
42892
42935
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -42920,6 +42963,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
42920
42963
|
className: "flex w-full gap-x-2",
|
|
42921
42964
|
to: properties.logo.to
|
|
42922
42965
|
}, otherProps), /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
42966
|
+
image: image,
|
|
42923
42967
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
42924
42968
|
design: design.logo,
|
|
42925
42969
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -42993,7 +43037,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
42993
43037
|
}))));
|
|
42994
43038
|
};
|
|
42995
43039
|
|
|
42996
|
-
var _excluded$5 = ["configurations", "className", "id"];
|
|
43040
|
+
var _excluded$5 = ["configurations", "className", "id", "image"];
|
|
42997
43041
|
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; }
|
|
42998
43042
|
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$1(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; }
|
|
42999
43043
|
var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
@@ -43001,6 +43045,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
43001
43045
|
_ref$className = _ref.className,
|
|
43002
43046
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
43003
43047
|
id = _ref.id,
|
|
43048
|
+
image = _ref.image,
|
|
43004
43049
|
otherProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
43005
43050
|
var properties = configurations.properties,
|
|
43006
43051
|
design = configurations.design;
|
|
@@ -43076,6 +43121,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
43076
43121
|
className: mediaBaseClasses
|
|
43077
43122
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
43078
43123
|
autoPlay: autoPlay,
|
|
43124
|
+
image: image,
|
|
43079
43125
|
isEmbedded: isEmbedded,
|
|
43080
43126
|
videoUrl: videoUrl,
|
|
43081
43127
|
design: design.media,
|
|
@@ -43085,7 +43131,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
43085
43131
|
})));
|
|
43086
43132
|
};
|
|
43087
43133
|
|
|
43088
|
-
var _excluded$4 = ["configurations", "className", "id", "disableButtonAndLinks"];
|
|
43134
|
+
var _excluded$4 = ["configurations", "className", "id", "disableButtonAndLinks", "image"];
|
|
43089
43135
|
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; }
|
|
43090
43136
|
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$1(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; }
|
|
43091
43137
|
var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
@@ -43094,6 +43140,7 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
|
43094
43140
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
43095
43141
|
id = _ref.id,
|
|
43096
43142
|
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
43143
|
+
image = _ref.image,
|
|
43097
43144
|
otherProps = _objectWithoutProperties(_ref, _excluded$4);
|
|
43098
43145
|
var _useState = useState(null),
|
|
43099
43146
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -43202,6 +43249,7 @@ var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
|
43202
43249
|
}))
|
|
43203
43250
|
}, /*#__PURE__*/React__default.createElement(Media, {
|
|
43204
43251
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
43252
|
+
image: image,
|
|
43205
43253
|
index: index,
|
|
43206
43254
|
autoPlay: media.autoPlay,
|
|
43207
43255
|
design: design.media,
|
|
@@ -43270,7 +43318,8 @@ var LogoClouds = function LogoClouds(_ref) {
|
|
|
43270
43318
|
_ref$className = _ref.className,
|
|
43271
43319
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
43272
43320
|
id = _ref.id,
|
|
43273
|
-
disableButtonAndLinks = _ref.disableButtonAndLinks
|
|
43321
|
+
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
43322
|
+
image = _ref.image;
|
|
43274
43323
|
var properties = configurations.properties,
|
|
43275
43324
|
design = configurations.design;
|
|
43276
43325
|
var _properties$logos = properties.logos,
|
|
@@ -43319,6 +43368,7 @@ var LogoClouds = function LogoClouds(_ref) {
|
|
|
43319
43368
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
43320
43369
|
alt: alt,
|
|
43321
43370
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
43371
|
+
image: image,
|
|
43322
43372
|
index: index,
|
|
43323
43373
|
src: src,
|
|
43324
43374
|
title: title,
|
|
@@ -43534,7 +43584,8 @@ var Slides = function Slides(_ref) {
|
|
|
43534
43584
|
id = _ref.id,
|
|
43535
43585
|
disableButtonAndLinks = _ref.disableButtonAndLinks,
|
|
43536
43586
|
pageUrl = _ref.pageUrl,
|
|
43537
|
-
hostUrl = _ref.hostUrl
|
|
43587
|
+
hostUrl = _ref.hostUrl,
|
|
43588
|
+
image = _ref.image;
|
|
43538
43589
|
var _useState = useState(0),
|
|
43539
43590
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43540
43591
|
activeIndex = _useState2[0],
|
|
@@ -43575,6 +43626,7 @@ var Slides = function Slides(_ref) {
|
|
|
43575
43626
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
43576
43627
|
className: "bottom-0 col-span-12 flex w-full justify-center sm:absolute sm:col-span-10 sm:col-start-2"
|
|
43577
43628
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
43629
|
+
image: image,
|
|
43578
43630
|
design: design.image,
|
|
43579
43631
|
src: imageUrl
|
|
43580
43632
|
}));
|
|
@@ -43651,7 +43703,7 @@ var Slides = function Slides(_ref) {
|
|
|
43651
43703
|
}));
|
|
43652
43704
|
};
|
|
43653
43705
|
|
|
43654
|
-
var _excluded$1 = ["configurations", "className", "id"];
|
|
43706
|
+
var _excluded$1 = ["configurations", "className", "id", "image"];
|
|
43655
43707
|
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; }
|
|
43656
43708
|
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$1(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; }
|
|
43657
43709
|
var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
@@ -43659,6 +43711,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43659
43711
|
_ref$className = _ref.className,
|
|
43660
43712
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
43661
43713
|
id = _ref.id,
|
|
43714
|
+
image = _ref.image,
|
|
43662
43715
|
otherProps = _objectWithoutProperties(_ref, _excluded$1);
|
|
43663
43716
|
var _useState = useState(null),
|
|
43664
43717
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -43730,6 +43783,7 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43730
43783
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
43731
43784
|
className: imageClasses(imagePosition)
|
|
43732
43785
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
43786
|
+
image: image,
|
|
43733
43787
|
index: index,
|
|
43734
43788
|
src: src,
|
|
43735
43789
|
className: "ns-testimonial-image-aspect-ratio object-cover",
|
|
@@ -43782,12 +43836,13 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43782
43836
|
}, button, otherProps))));
|
|
43783
43837
|
};
|
|
43784
43838
|
|
|
43785
|
-
var _excluded = ["configurations", "className", "id"];
|
|
43839
|
+
var _excluded = ["configurations", "className", "id", "image"];
|
|
43786
43840
|
var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
43787
43841
|
var configurations = _ref.configurations,
|
|
43788
43842
|
_ref$className = _ref.className,
|
|
43789
43843
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
43790
43844
|
id = _ref.id,
|
|
43845
|
+
image = _ref.image,
|
|
43791
43846
|
otherProps = _objectWithoutProperties(_ref, _excluded);
|
|
43792
43847
|
var properties = configurations.properties,
|
|
43793
43848
|
design = configurations.design;
|
|
@@ -43845,6 +43900,7 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43845
43900
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
43846
43901
|
className: imageClasses
|
|
43847
43902
|
}, /*#__PURE__*/React__default.createElement(StyledImage$1, {
|
|
43903
|
+
image: image,
|
|
43848
43904
|
index: index,
|
|
43849
43905
|
src: src,
|
|
43850
43906
|
className: "ns-testimonial-image-aspect-ratio",
|