@connectif/ui-components 6.0.3 → 6.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.4] - 2026-03-26
4
+
5
+ ### Fixed
6
+
7
+ - Fixed an issue with the position of the `MinimizableWindow` component.
8
+
3
9
  ## [6.0.3] - 2026-03-24
4
10
 
5
11
  ### Fixed
package/dist/index.js CHANGED
@@ -28749,7 +28749,7 @@ var MinimizableWindow = React98.forwardRef(function MinimizableWindow2({
28749
28749
  Box_default2,
28750
28750
  {
28751
28751
  sx: {
28752
- position: "absolute",
28752
+ position: "fixed",
28753
28753
  zIndex: 999999,
28754
28754
  width: window.innerWidth,
28755
28755
  height: window.innerHeight,
@@ -28766,7 +28766,7 @@ var MinimizableWindow = React98.forwardRef(function MinimizableWindow2({
28766
28766
  {
28767
28767
  ref: overlayRef,
28768
28768
  sx: {
28769
- position: "absolute",
28769
+ position: "fixed",
28770
28770
  zIndex: 999998,
28771
28771
  bottom: "8px",
28772
28772
  left: window.innerWidth / 2 - sizes7[size] / 2,