@worktile/theia 14.0.1 → 14.0.3

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.
@@ -2980,7 +2980,7 @@ class TheImageComponent extends TheBaseElementComponent {
2980
2980
  insideClosable: false,
2981
2981
  backdropClosable: true,
2982
2982
  hasBackdrop: false,
2983
- offset: 10,
2983
+ offset: 4,
2984
2984
  minWidth: 0,
2985
2985
  viewContainerRef: this.viewContainerRef,
2986
2986
  scrollStrategy: this.overlay.scrollStrategies.reposition()
@@ -3027,7 +3027,7 @@ class TheImageComponent extends TheBaseElementComponent {
3027
3027
  overlayX: 'center',
3028
3028
  overlayY: 'top',
3029
3029
  offsetX: 0,
3030
- offsetY: 10
3030
+ offsetY: 4
3031
3031
  };
3032
3032
  return this.overlay
3033
3033
  .position()
@@ -7524,7 +7524,7 @@ class TheBaseLinkComponent extends TheBaseElementComponent {
7524
7524
  },
7525
7525
  origin: dom,
7526
7526
  placement: 'bottomLeft',
7527
- offset: 8,
7527
+ offset: 4,
7528
7528
  minWidth: 0,
7529
7529
  hasBackdrop: false,
7530
7530
  outsideClosable: true,