@widergy/energy-ui 3.49.6 → 3.49.7
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 +7 -0
- package/dist/components/UTPopUp/theme.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.49.7](https://github.com/widergy/energy-ui/compare/v3.49.6...v3.49.7) (2024-12-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [EVE-4380] pop up fix ([#542](https://github.com/widergy/energy-ui/issues/542)) ([26fbbbd](https://github.com/widergy/energy-ui/commit/26fbbbd623d9bb6a82a2a4c39cbfe773cde91d51))
|
|
7
|
+
|
|
1
8
|
## [3.49.6](https://github.com/widergy/energy-ui/compare/v3.49.5...v3.49.6) (2024-12-16)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -7,7 +7,7 @@ exports.retrieveStyle = void 0;
|
|
|
7
7
|
var _shadowUtils = require("../../utils/shadowUtils");
|
|
8
8
|
var _constants = require("./constants");
|
|
9
9
|
const retrieveStyle = _ref => {
|
|
10
|
-
var _theme$Palette$shadow, _theme$Palette
|
|
10
|
+
var _theme$Palette$shadow, _theme$Palette;
|
|
11
11
|
let {
|
|
12
12
|
theme,
|
|
13
13
|
position = _constants.POSITIONS.BOTTOM_RIGHT,
|
|
@@ -26,6 +26,7 @@ const retrieveStyle = _ref => {
|
|
|
26
26
|
[_constants.SIZES.MEDIUM]: '381px',
|
|
27
27
|
[_constants.SIZES.LARGE]: '600px'
|
|
28
28
|
}[size],
|
|
29
|
+
zIndex: 1000,
|
|
29
30
|
...{
|
|
30
31
|
[_constants.POSITIONS.BOTTOM_LEFT]: {
|
|
31
32
|
bottom: '30px',
|
|
@@ -52,7 +53,7 @@ const retrieveStyle = _ref => {
|
|
|
52
53
|
width: '100%'
|
|
53
54
|
},
|
|
54
55
|
progress: {
|
|
55
|
-
background:
|
|
56
|
+
background: (_theme$Palette = theme.Palette) === null || _theme$Palette === void 0 || (_theme$Palette = _theme$Palette.identityGradient) === null || _theme$Palette === void 0 ? void 0 : _theme$Palette.horizontal,
|
|
56
57
|
borderRadius: '0 4px 4px 0',
|
|
57
58
|
height: '100%',
|
|
58
59
|
transition: 'width 1s ease-in-out'
|