@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.
- package/esm2020/plugins/image/image.component.mjs +3 -3
- package/esm2020/plugins/link/link.component.mjs +2 -2
- package/fesm2015/worktile-theia.mjs +3 -3
- package/fesm2015/worktile-theia.mjs.map +1 -1
- package/fesm2020/worktile-theia.mjs +3 -3
- package/fesm2020/worktile-theia.mjs.map +1 -1
- package/package.json +1 -1
- package/plugins/code/code.component.scss +3 -3
- package/styles/typo.scss +7 -5
- package/styles/variables.scss +1 -1
|
@@ -2980,7 +2980,7 @@ class TheImageComponent extends TheBaseElementComponent {
|
|
|
2980
2980
|
insideClosable: false,
|
|
2981
2981
|
backdropClosable: true,
|
|
2982
2982
|
hasBackdrop: false,
|
|
2983
|
-
offset:
|
|
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:
|
|
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:
|
|
7527
|
+
offset: 4,
|
|
7528
7528
|
minWidth: 0,
|
|
7529
7529
|
hasBackdrop: false,
|
|
7530
7530
|
outsideClosable: true,
|