@widergy/energy-ui 3.96.0 → 3.96.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.96.2](https://github.com/widergy/energy-ui/compare/v3.96.1...v3.96.2) (2025-07-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * no title ([#654](https://github.com/widergy/energy-ui/issues/654)) ([7df8957](https://github.com/widergy/energy-ui/commit/7df8957601b997d19b7e34482ae75b29873e2c88))
7
+
8
+ ## [3.96.1](https://github.com/widergy/energy-ui/compare/v3.96.0...v3.96.1) (2025-07-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixes ci workflow ([#653](https://github.com/widergy/energy-ui/issues/653)) ([e4d82b5](https://github.com/widergy/energy-ui/commit/e4d82b5d175d84a1c413a7e4928545471c7f2e72))
14
+
1
15
  # [3.96.0](https://github.com/widergy/energy-ui/compare/v3.95.0...v3.96.0) (2025-07-30)
2
16
 
3
17
 
@@ -322,7 +322,7 @@ const UTTable = _ref => {
322
322
  style: {
323
323
  width: tableWidth
324
324
  }
325
- }, Header, !stickyHeader && Content)), (isResponsive || stickyHeader) && Content, showPagination && /*#__PURE__*/_react.default.createElement(_TableFooter.default, {
325
+ }, tableTitle && Header, !stickyHeader && Content)), (isResponsive || stickyHeader) && Content, showPagination && /*#__PURE__*/_react.default.createElement(_TableFooter.default, {
326
326
  classes: classes,
327
327
  handlePageChange: handlePageChange,
328
328
  isResponsive: isResponsive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.96.0",
3
+ "version": "3.96.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",