luna-one 3.1.583 → 3.1.585

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.
@@ -100,7 +100,7 @@ var FullBackgroundHero = function FullBackgroundHero(_ref) {
100
100
  className: "\n luna-full-background-hero__content-wrapper-left \n luna-full-background-hero__content-wrapper-left-".concat(variant, " \n ").concat(backgroundColor === "#FFFFFF" ? "luna-full-background-hero__white-bg" : "", "\n ").concat(!rightContent ? "luna-full-background-hero__content-wrapper-left-".concat(variant, "--full") : "", "\n ").concat(rightImage ? "luna-full-background-hero__content-wrapper-left-".concat(variant, "--image") : "", "\n ").concat(!rightContent && !rightImage ? "luna-full-background-hero__content-wrapper-left--no-bottom-margin" : "", "\n ")
101
101
  }, leftContent), /*#__PURE__*/_react["default"].createElement("div", {
102
102
  className: "\n luna-full-background-hero__content-wrapper-right \n luna-full-background-hero__content-wrapper-right-".concat(variant, " ").concat(!rightContent && !rightImage ? "luna-full-background-hero__content-wrapper-right--no-content" : "")
103
- }, (variant === "variant-1" || variant === "variant-2-inset") && rightContent, variant === "variant-2" && rightImage && (0, _FullBackgroundHeroMethods.renderShape)(shapeBorderColor, rightImage, shapeType, size, variant), variant === "variant-3" && rightImage && (0, _FullBackgroundHeroMethods.renderFullBgHeroImage)(rightImage)))));
103
+ }, (variant === "variant-1" || variant === "variant-2-inset") && rightContent, variant === "variant-2" && rightImage && (0, _FullBackgroundHeroMethods.renderShape)(shapeBorderColor, rightImage, shapeType, size, variant), variant === "variant-3" && rightImage && (0, _FullBackgroundHeroMethods.renderFullBgHeroImage)(rightImage, null, variant)))));
104
104
  };
105
105
  var _default = FullBackgroundHero;
106
106
  exports["default"] = _default;
@@ -598,6 +598,10 @@
598
598
  width: 480px;
599
599
  height: 480px;
600
600
 
601
+ & > picture {
602
+ aspect-ratio: auto !important;
603
+ }
604
+
601
605
  @media screen and (max-width: $breakpoint-md) {
602
606
  height: 420px;
603
607
  width: 420px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.583",
3
+ "version": "3.1.585",
4
4
  "peerDependencies": {
5
5
  "react": "^18.2.0",
6
6
  "react-dom": "^18.2.0",