@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.js CHANGED
@@ -6260,10 +6260,12 @@ var Media = function Media(_ref) {
6260
6260
  src: validateUrl(videoUrl, autoPlay)
6261
6261
  })));
6262
6262
  }
6263
- return /*#__PURE__*/React.createElement(StyledImage$1, _objectSpread$i({
6263
+ return /*#__PURE__*/React.createElement(StyledImage$1, _extends$2({
6264
+ priority: true
6265
+ }, _objectSpread$i({
6264
6266
  design: design,
6265
6267
  src: src
6266
- }, otherProps));
6268
+ }, otherProps)));
6267
6269
  };
6268
6270
 
6269
6271
  var PageNavigation = function PageNavigation(_ref) {
@@ -14499,6 +14501,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
14499
14501
  })
14500
14502
  }, otherProps), /*#__PURE__*/React.createElement(StyledImage$1, {
14501
14503
  image: image,
14504
+ priority: true,
14502
14505
  alt: properties.logo.alt,
14503
14506
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
14504
14507
  design: design.logo,
@@ -14617,6 +14620,7 @@ var HeaderWithDropdownLinks = function HeaderWithDropdownLinks(_ref) {
14617
14620
  to: properties.logo.to
14618
14621
  }, otherProps), /*#__PURE__*/React.createElement(StyledImage$1, {
14619
14622
  image: image,
14623
+ priority: true,
14620
14624
  alt: properties.logo.alt,
14621
14625
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
14622
14626
  design: design.logo,
@@ -14727,6 +14731,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
14727
14731
  to: properties.logo.to
14728
14732
  }, otherProps), /*#__PURE__*/React.createElement(StyledImage$1, {
14729
14733
  image: image,
14734
+ priority: true,
14730
14735
  alt: properties.logo.alt,
14731
14736
  design: design.logo,
14732
14737
  disableButtonAndLinks: otherProps.disableButtonAndLinks,
@@ -14846,6 +14851,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
14846
14851
  to: properties.logo.to
14847
14852
  }, otherProps), /*#__PURE__*/React.createElement(StyledImage$1, {
14848
14853
  image: image,
14854
+ priority: true,
14849
14855
  alt: properties.logo.alt,
14850
14856
  className: "max-h-8 sm:max-h-10 lg:max-h-14",
14851
14857
  design: design.logo,