@widergy/energy-ui 3.78.0 → 3.79.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.79.0](https://github.com/widergy/energy-ui/compare/v3.78.0...v3.79.0) (2025-05-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * UTFieldLabel stringContentProps for tooltip ([#617](https://github.com/widergy/energy-ui/issues/617)) ([27a5faa](https://github.com/widergy/energy-ui/commit/27a5faa642459ee377e13890b1ed53f125797255))
7
+
1
8
  # [3.78.0](https://github.com/widergy/energy-ui/compare/v3.77.0...v3.78.0) (2025-05-14)
2
9
 
3
10
 
@@ -44,7 +44,7 @@ const UTFieldLabel = _ref => {
44
44
  }, _constants.REQUIRED_LABEL)), !(0, _isEmpty.default)(actions) && (0, _isArray.default)(actions) && /*#__PURE__*/_react.default.createElement("div", {
45
45
  className: _stylesModule.default.actionsContainer
46
46
  }, actions.map(action => {
47
- var _action$title;
47
+ var _action$title, _action$tooltipProps;
48
48
  return /*#__PURE__*/_react.default.createElement(_UTTooltip.default, {
49
49
  arrow: false,
50
50
  key: "".concat((_action$title = action.title) !== null && _action$title !== void 0 ? _action$title : action.Icon),
@@ -52,7 +52,8 @@ const UTFieldLabel = _ref => {
52
52
  appendTo: () => document.body,
53
53
  interactive: false
54
54
  },
55
- content: action.tooltip
55
+ content: action.tooltip,
56
+ stringContentProps: action === null || action === void 0 || (_action$tooltipProps = action.tooltipProps) === null || _action$tooltipProps === void 0 ? void 0 : _action$tooltipProps.stringContentProps
56
57
  }, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_UTButton.default, action, action.title)));
57
58
  })));
58
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.78.0",
3
+ "version": "3.79.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",