@widergy/energy-ui 3.157.0 → 3.157.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
## [3.157.1](https://github.com/widergy/energy-ui/compare/v3.157.0...v3.157.1) (2026-05-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* [BRILLA] tokens fix ([#800](https://github.com/widergy/energy-ui/issues/800)) ([7a1b464](https://github.com/widergy/energy-ui/commit/7a1b464cd5a2ae6b52bd3a27aeb0263d6b13d91a))
|
|
7
7
|
|
|
8
|
+
# [3.157.0](https://github.com/widergy/energy-ui/compare/v3.156.0...v3.157.0) (2026-05-15)
|
|
8
9
|
|
|
9
|
-
###
|
|
10
|
+
### Novedades y Mejoras
|
|
11
|
+
|
|
12
|
+
* Los listados de archivos adjuntos ahora pueden configurarse en modo solo lectura, impidiendo modificaciones accidentales. [#796](https://github.com/widergy/Energy-UI/pull/796) [AXCH-1609](https://widergy.atlassian.net/browse/AXCH-1609)
|
|
13
|
+
|
|
14
|
+
### Correcciones
|
|
10
15
|
|
|
11
|
-
*
|
|
16
|
+
* Mejoras internas de la plataforma. [`1bc500a`](https://github.com/widergy/Energy-UI/commit/1bc500a)
|
|
12
17
|
|
|
13
18
|
# [3.156.0](https://github.com/widergy/energy-ui/compare/v3.155.0...v3.156.0) (2026-05-14)
|
|
14
19
|
|
|
@@ -46,7 +46,7 @@ const getPadding = _ref4 => {
|
|
|
46
46
|
[_constants.SIZES.large]: 'var(--UT-status-padding-y-large, 4px) var(--UT-status-padding-x-large, 8px)',
|
|
47
47
|
[_constants.SIZES.medium]: 'var(--UT-status-padding-y-medium, 4px) var(--UT-status-padding-x-medium, 8px)',
|
|
48
48
|
[_constants.SIZES.small]: 'var(--UT-status-padding-y-small, 4px) var(--UT-status-padding-x-small, 8px)',
|
|
49
|
-
[_constants.SIZES.xlarge]: 'var(--UT-status-padding-y-xlarge,
|
|
49
|
+
[_constants.SIZES.xlarge]: 'var(--UT-status-padding-y-xlarge, 8px) var(--UT-status-padding-x-xlarge, 12px)',
|
|
50
50
|
[_constants.SIZES.xsmall]: 'var(--UT-status-padding-y-xsmall, 2px) var(--UT-status-padding-x-xsmall, 4px)'
|
|
51
51
|
}[size];
|
|
52
52
|
};
|
|
@@ -259,8 +259,8 @@ const baseTokens = exports.baseTokens = {
|
|
|
259
259
|
'UT-status-padding-x-medium': 'padding-xs',
|
|
260
260
|
'UT-status-padding-y-small': 'padding-2xs',
|
|
261
261
|
'UT-status-padding-x-small': 'padding-xs',
|
|
262
|
-
'UT-status-padding-y-xlarge': 'padding-
|
|
263
|
-
'UT-status-padding-x-xlarge': 'padding-
|
|
262
|
+
'UT-status-padding-y-xlarge': 'padding-xs',
|
|
263
|
+
'UT-status-padding-x-xlarge': 'padding-sm',
|
|
264
264
|
'UT-status-padding-y-xsmall': 'padding-3xs',
|
|
265
265
|
'UT-status-padding-x-xsmall': 'padding-2xs',
|
|
266
266
|
'UT-status-radius': 'radius-sm',
|