@widergy/energy-ui 3.49.3 → 3.49.4

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.49.4](https://github.com/widergy/energy-ui/compare/v3.49.3...v3.49.4) (2024-12-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixes markdown on input labels ([#548](https://github.com/widergy/energy-ui/issues/548)) ([1a68a3d](https://github.com/widergy/energy-ui/commit/1a68a3dd716e612c8afd27fb12d67702e655d4b0))
7
+
1
8
  ## [3.49.3](https://github.com/widergy/energy-ui/compare/v3.49.2...v3.49.3) (2024-12-13)
2
9
 
3
10
 
@@ -17,15 +17,14 @@ const UTFieldLabel = _ref => {
17
17
  required,
18
18
  className,
19
19
  variant,
20
- weight,
21
- withMarkdown
20
+ weight
22
21
  } = _ref;
23
22
  return /*#__PURE__*/_react.default.createElement("div", {
24
23
  className: "".concat(_stylesModule.default.label, " ").concat(className)
25
24
  }, /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
26
25
  colorTheme: colorTheme,
27
26
  variant: variant,
28
- withMarkdown: withMarkdown
27
+ withMarkdown: true
29
28
  }, children), required && /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
30
29
  colorTheme: "error",
31
30
  shade: "04",
@@ -38,7 +37,6 @@ UTFieldLabel.propTypes = {
38
37
  colorTheme: _propTypes.string,
39
38
  required: _propTypes.bool,
40
39
  variant: _propTypes.string,
41
- weight: _propTypes.string,
42
- withMarkdown: _propTypes.bool
40
+ weight: _propTypes.string
43
41
  };
44
42
  var _default = exports.default = UTFieldLabel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.49.3",
3
+ "version": "3.49.4",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",