@widergy/energy-ui 3.102.2 → 3.103.0

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,17 @@
1
+ # [3.103.0](https://github.com/widergy/energy-ui/compare/v3.102.3...v3.103.0) (2025-09-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * custom size button in utactioncard ([#684](https://github.com/widergy/energy-ui/issues/684)) ([d4fb5a4](https://github.com/widergy/energy-ui/commit/d4fb5a4fc58f87a462cb0335fc65a6fa330ffd9a))
7
+
8
+ ## [3.102.3](https://github.com/widergy/energy-ui/compare/v3.102.2...v3.102.3) (2025-09-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * [OUG-7927] payment plan visual errors ([#667](https://github.com/widergy/energy-ui/issues/667)) ([f5f0042](https://github.com/widergy/energy-ui/commit/f5f0042e29f33b2b10aeb4d8b2da099c1c260a49))
14
+
1
15
  ## [3.102.2](https://github.com/widergy/energy-ui/compare/v3.102.1...v3.102.2) (2025-09-03)
2
16
 
3
17
 
@@ -47,6 +47,7 @@ const HeaderActions = _ref => {
47
47
  primaryActions,
48
48
  secondaryActions
49
49
  } = (0, _utils.processActions)(headerActions, !showButtonGroup ? closeMenu : null);
50
+ const buttonSize = (headerActionsProps === null || headerActionsProps === void 0 ? void 0 : headerActionsProps.buttonSize) || 'medium';
50
51
  return /*#__PURE__*/_react.default.createElement("div", {
51
52
  className: "".concat(_stylesModule.default.headerActionsContainer, " ").concat(_stylesModule.default["placeSelf-".concat(headerActionsProps.alignment)]),
52
53
  onClick: e => e.stopPropagation(),
@@ -62,7 +63,7 @@ const HeaderActions = _ref => {
62
63
  classNames: {
63
64
  root: _stylesModule.default.zIndex
64
65
  },
65
- size: "medium",
66
+ size: buttonSize,
66
67
  variant: "text"
67
68
  }), buttonProps.title)))), !(0, _isEmpty.default)(secondaryActions) && (!showButtonGroup ? /*#__PURE__*/_react.default.createElement(_react.Fragment, null, /*#__PURE__*/_react.default.createElement(_UTMenu.default, {
68
69
  anchor: menu,
@@ -71,6 +71,14 @@ const retrieveMuiTheme = theme => (0, _styles.createTheme)({
71
71
  color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'color'], _colorsModule.default.gray),
72
72
  '&$checked': {
73
73
  color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'checkedColor'], _colorsModule.default.inputPrimary)
74
+ },
75
+ '&$disabled': {
76
+ color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'disabledColor'], _colorsModule.default.gray),
77
+ opacity: 0.5
78
+ },
79
+ '&$checked$disabled': {
80
+ color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'checkedColor'], _colorsModule.default.inputPrimary),
81
+ opacity: 0.5
74
82
  }
75
83
  }
76
84
  }
@@ -65,4 +65,5 @@ $header-workflow-max-width: 966px;
65
65
  .subtitle {
66
66
  max-width: 500px;
67
67
  overflow-wrap: break-word;
68
+ line-height: 22px;
68
69
  }
@@ -27,6 +27,7 @@
27
27
  }
28
28
 
29
29
  .subtitle {
30
+ line-height: 22px;
30
31
  text-align: center;
31
32
  }
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.102.2",
3
+ "version": "3.103.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",