@widergy/energy-ui 3.82.0 → 3.82.2

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.82.2](https://github.com/widergy/energy-ui/compare/v3.82.1...v3.82.2) (2025-06-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [CX-811] markdown formatting fixes ([#625](https://github.com/widergy/energy-ui/issues/625)) ([7ddcd8b](https://github.com/widergy/energy-ui/commit/7ddcd8b2a4abf0c63b7436cd642266b3d4167a8f))
7
+
8
+ ## [3.82.1](https://github.com/widergy/energy-ui/compare/v3.82.0...v3.82.1) (2025-06-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * [UGMC-1052] value on top ([#627](https://github.com/widergy/energy-ui/issues/627)) ([1c6fbe9](https://github.com/widergy/energy-ui/commit/1c6fbe947bffc6209c22327f262a40319dabe385))
14
+
1
15
  # [3.82.0](https://github.com/widergy/energy-ui/compare/v3.81.1...v3.82.0) (2025-06-17)
2
16
 
3
17
 
@@ -120,7 +120,7 @@ const Bars = _ref => {
120
120
  fill: data.onTopLabelColor,
121
121
  x: xInitialPosition + barWidth / 2,
122
122
  y: yInitialPosition - (spacingOptions.onTopLabelPadding || _constants.DEFAULT_TOP_LABEL_PADDING)
123
- }, data.onTopLabel || value), borderSelector && /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("rect", {
123
+ }, data.onTopLabel || (value > 0 ? value : '')), borderSelector && /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("rect", {
124
124
  fill: "transparent",
125
125
  height: graphYStart + graphYEnd / 2 + ((borderSelector === null || borderSelector === void 0 ? void 0 : borderSelector.heightOffset) || 0),
126
126
  rx: borderSelector === null || borderSelector === void 0 ? void 0 : borderSelector.radius,
@@ -43,7 +43,8 @@ const SectionDetails = _ref => {
43
43
  className: _stylesModule.default.title,
44
44
  variant: "title3"
45
45
  }, title), /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
46
- variant: "body"
46
+ variant: "body",
47
+ withMarkdown: true
47
48
  }, description));
48
49
  };
49
50
  SectionDetails.propTypes = {
@@ -28,7 +28,8 @@ const Sheet = _ref => {
28
28
  variant: "title3"
29
29
  }, title), /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
30
30
  colorTheme: "gray",
31
- variant: "body"
31
+ variant: "body",
32
+ withMarkdown: true
32
33
  }, description));
33
34
  };
34
35
  Sheet.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.82.0",
3
+ "version": "3.82.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",