@widergy/energy-ui 3.5.2 → 3.5.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.5.3](https://github.com/widergy/energy-ui/compare/v3.5.2...v3.5.3) (2024-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * styles fixes ([#439](https://github.com/widergy/energy-ui/issues/439)) ([0f29c81](https://github.com/widergy/energy-ui/commit/0f29c81526053f4adcf14e97466852e45ddf3ca8))
7
+
1
8
  ## [3.5.2](https://github.com/widergy/energy-ui/compare/v3.5.1...v3.5.2) (2024-03-25)
2
9
 
3
10
 
@@ -65,7 +65,7 @@ const UTWorkflowContainer = _ref => {
65
65
  actions: [...(headerActions || []), ...(isMobileOrTablet ? [primaryAction, secondaryAction].filter(action => action) : [])],
66
66
  banner: title && banner,
67
67
  classNames: {
68
- outerContainer: _stylesModule.default.headerContainer
68
+ outerContainer: "".concat(_stylesModule.default.headerContainer, " ").concat(classes.headerContainer)
69
69
  },
70
70
  helpText: title && helpText,
71
71
  requiredFieldInfo: title && requiredFieldInfo,
@@ -74,7 +74,7 @@ const UTWorkflowContainer = _ref => {
74
74
  title,
75
75
  TitleIcon
76
76
  }), /*#__PURE__*/_react.default.createElement("div", {
77
- className: _stylesModule.default.childrenContainer
77
+ className: "".concat(_stylesModule.default.childrenContainer, " ").concat(classes.childrenContainer)
78
78
  }, children)), /*#__PURE__*/_react.default.createElement("div", {
79
79
  className: "".concat(classes.bottomNav, " ").concat(_stylesModule.default.bottomNav)
80
80
  }, checkbox && isMobileOrTablet && /*#__PURE__*/_react.default.createElement("div", {
@@ -37,6 +37,10 @@
37
37
  }
38
38
  }
39
39
 
40
+ .headerContainer {
41
+ max-width: 500px;
42
+ }
43
+
40
44
  .childrenContainer {
41
45
  height: inherit;
42
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",