@widergy/energy-ui 3.102.3 → 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,10 @@
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
+
1
8
  ## [3.102.3](https://github.com/widergy/energy-ui/compare/v3.102.2...v3.102.3) (2025-09-08)
2
9
 
3
10
 
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.102.3",
3
+ "version": "3.103.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",