@widergy/energy-ui 3.75.0 → 3.76.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.76.0](https://github.com/widergy/energy-ui/compare/v3.75.0...v3.76.0) (2025-05-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * minor panel padding adjustment ([6fb81e2](https://github.com/widergy/energy-ui/commit/6fb81e275e80bc8d60e2c85850108c395555fade))
7
+
1
8
  # [3.75.0](https://github.com/widergy/energy-ui/compare/v3.74.0...v3.75.0) (2025-05-05)
2
9
 
3
10
 
@@ -19,7 +19,7 @@ $medium-panel-size: 450px;
19
19
  }
20
20
 
21
21
  .headerContainer {
22
- padding: 8px 24px;
22
+ padding: 8px 24px 16px;
23
23
  }
24
24
 
25
25
  .headerArea {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.75.0",
3
+ "version": "3.76.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",