@meduza/ui-kit-2 0.1.45 → 0.1.47

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.
@@ -456,7 +456,7 @@ var Image = function Image(_ref) {
456
456
  setIsLoaded = _useState[1];
457
457
 
458
458
  var handleClick = function handleClick() {
459
- if (!lightBox || optimized && !optimized.original) {
459
+ if (!fullscreen || !lightBox || optimized && !optimized.original) {
460
460
  return;
461
461
  }
462
462
 
@@ -751,8 +751,7 @@ var DotsOnImage = function DotsOnImage(_ref) {
751
751
  width: width,
752
752
  height: height,
753
753
  alt: credit,
754
- display: display,
755
- fullscreen: false
754
+ display: display
756
755
  }), React__default.createElement("div", {
757
756
  ref: container
758
757
  }, dots.map(function (dot) {