@widergy/energy-ui 3.87.1 → 3.87.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,10 @@
1
+ ## [3.87.2](https://github.com/widergy/energy-ui/compare/v3.87.1...v3.87.2) (2025-07-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * default align label prop ([#645](https://github.com/widergy/energy-ui/issues/645)) ([a78a7d2](https://github.com/widergy/energy-ui/commit/a78a7d2bc635bc38e1563d7ea8eca8b308a96c13))
7
+
1
8
  ## [3.87.1](https://github.com/widergy/energy-ui/compare/v3.87.0...v3.87.1) (2025-07-14)
2
9
 
3
10
 
@@ -68,7 +68,6 @@ const MARKDOWN_RENDERERS = exports.MARKDOWN_RENDERERS = {
68
68
  }
69
69
  };
70
70
  const DEFAULT_PROPS = exports.DEFAULT_PROPS = {
71
- align: 'left',
72
71
  colorTheme: _Palette.COLOR_THEMES.dark,
73
72
  field: {},
74
73
  markdownRenderers: MARKDOWN_RENDERERS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.87.1",
3
+ "version": "3.87.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",