@widergy/energy-ui 3.175.0 → 3.175.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,23 @@
1
- # [3.175.0](https://github.com/widergy/energy-ui/compare/v3.174.0...v3.175.0) (2026-08-03)
1
+ ## [3.175.1](https://github.com/widergy/energy-ui/compare/v3.175.0...v3.175.1) (2026-08-06)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * updated palettes handlers + alphas ([#820](https://github.com/widergy/energy-ui/issues/820)) ([1b7d9fd](https://github.com/widergy/energy-ui/commit/1b7d9fdbaa5425247f4c19b3697be1f332d5c6ed))
6
+ * updated docs ([#831](https://github.com/widergy/energy-ui/issues/831)) ([399408f](https://github.com/widergy/energy-ui/commit/399408f516e3e9b142394cb08acc54e5cef843b2))
7
7
 
8
- # [3.174.0](https://github.com/widergy/energy-ui/compare/v3.173.4...v3.174.0) (2026-08-03)
8
+ # [3.175.0](https://github.com/widergy/energy-ui/compare/v3.174.0...v3.175.0) (2026-08-03)
9
9
 
10
+ ### Novedades y Mejoras
10
11
 
11
- ### Features
12
+ * Se incorporó soporte para paletas de color en tonos cálidos y fríos, permitiendo que la interfaz adapte su apariencia visual según la configuración del cliente. [#820](https://github.com/widergy/Energy-UI/pull/820) [OUG-9999](https://widergy.atlassian.net/browse/OUG-9999)
13
+ * Se amplió la generación automática de colores de acento, incluyendo variantes con transparencia para mayor flexibilidad visual en los distintos temas. [#820](https://github.com/widergy/Energy-UI/pull/820) [OUG-9999](https://widergy.atlassian.net/browse/OUG-9999)
14
+ * Mejoras internas de la plataforma. [#820](https://github.com/widergy/Energy-UI/pull/820) [OUG-9999](https://widergy.atlassian.net/browse/OUG-9999)
15
+
16
+ # [3.174.0](https://github.com/widergy/energy-ui/compare/v3.173.4...v3.174.0) (2026-08-03)
17
+
18
+ ### Novedades y Mejoras
12
19
 
13
- * [WKS-166] UTTable pagination ([#840](https://github.com/widergy/energy-ui/issues/840)) ([e174574](https://github.com/widergy/energy-ui/commit/e17457415ebbeab0798baa6b3c0418974d9ee57a))
20
+ * Se unificó el componente de paginación en las tablas, logrando una experiencia más consistente en toda la plataforma. El cambio puede implicar un ajuste visual menor en la apariencia del paginador respecto a versiones anteriores. [#840](https://github.com/widergy/Energy-UI/pull/840) [WKS-166](https://widergy.atlassian.net/browse/WKS-166)
14
21
 
15
22
  ## [3.173.4](https://github.com/widergy/energy-ui/compare/v3.173.3...v3.173.4) (2026-07-29)
16
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.175.0",
3
+ "version": "3.175.1",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",