@meduza/ui-kit-2 0.1.46 → 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.
@@ -449,7 +449,7 @@ var Image = function Image(_ref) {
449
449
  setIsLoaded = _useState[1];
450
450
 
451
451
  var handleClick = function handleClick() {
452
- if (!lightBox || optimized && !optimized.original) {
452
+ if (!fullscreen || !lightBox || optimized && !optimized.original) {
453
453
  return;
454
454
  }
455
455
 
@@ -744,8 +744,7 @@ var DotsOnImage = function DotsOnImage(_ref) {
744
744
  width: width,
745
745
  height: height,
746
746
  alt: credit,
747
- display: display,
748
- fullscreen: false
747
+ display: display
749
748
  }), React.createElement("div", {
750
749
  ref: container
751
750
  }, dots.map(function (dot) {