@bigbinary/neeto-site-blocks 1.10.33 → 1.10.34
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 +8 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6279,10 +6279,12 @@ var Media = function Media(_ref) {
|
|
|
6279
6279
|
src: validateUrl(videoUrl, autoPlay)
|
|
6280
6280
|
})));
|
|
6281
6281
|
}
|
|
6282
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledImage$1,
|
|
6282
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledImage$1, _extends__default["default"]({
|
|
6283
|
+
priority: true
|
|
6284
|
+
}, _objectSpread$i({
|
|
6283
6285
|
design: design,
|
|
6284
6286
|
src: src
|
|
6285
|
-
}, otherProps));
|
|
6287
|
+
}, otherProps)));
|
|
6286
6288
|
};
|
|
6287
6289
|
|
|
6288
6290
|
var PageNavigation = function PageNavigation(_ref) {
|
|
@@ -14518,6 +14520,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
14518
14520
|
})
|
|
14519
14521
|
}, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
14520
14522
|
image: image,
|
|
14523
|
+
priority: true,
|
|
14521
14524
|
alt: properties.logo.alt,
|
|
14522
14525
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
14523
14526
|
design: design.logo,
|
|
@@ -14636,6 +14639,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
|
|
|
14636
14639
|
to: properties.logo.to
|
|
14637
14640
|
}, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
14638
14641
|
image: image,
|
|
14642
|
+
priority: true,
|
|
14639
14643
|
alt: properties.logo.alt,
|
|
14640
14644
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
14641
14645
|
design: design.logo,
|
|
@@ -14746,6 +14750,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
14746
14750
|
to: properties.logo.to
|
|
14747
14751
|
}, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
14748
14752
|
image: image,
|
|
14753
|
+
priority: true,
|
|
14749
14754
|
alt: properties.logo.alt,
|
|
14750
14755
|
design: design.logo,
|
|
14751
14756
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
@@ -14865,6 +14870,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
14865
14870
|
to: properties.logo.to
|
|
14866
14871
|
}, otherProps), /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
14867
14872
|
image: image,
|
|
14873
|
+
priority: true,
|
|
14868
14874
|
alt: properties.logo.alt,
|
|
14869
14875
|
className: "max-h-8 sm:max-h-10 lg:max-h-14",
|
|
14870
14876
|
design: design.logo,
|