@eui/core 21.0.0-next.47 → 21.0.0-next.49

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,32 @@
1
+ ## 21.0.0-next.49 (2025-12-06)
2
+
3
+ ##### Chores
4
+
5
+ * **styles:**
6
+ * added ECL color modes as palettes for eui-chip - eui-badge - eui-avatar - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([d87c6a9b](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/d87c6a9b3837d508d68227b9ef4dd033fea3a521))
7
+ * remove eui-c-bc default colors exported - only relying on eui-c colors CSS vars exposed and re-used internally - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([9aa8686a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/9aa8686a7ca5933eeb2387fc422a1190a877b9e3))
8
+ * BREAKING CHANGES - visual - remove bootstrap grid in default eui.css - it now needs to be imported from eui-bootstrap-grid.css if needed - add ECL v5 grid system that can be imported with eui-ecl-grid.css on top of eui.css - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([a920fa24](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/a920fa245577c979bf6a09851dd6927edae1e2b1))
9
+ * adjusted compact theme to default 14px / 0.875 rem ratio - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([993db6fc](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/993db6fcb27b5be5627eb9b10ba5e809f45117b1))
10
+ * adjustments on eui-chip scaling and padding - euiResizable use eui-icon-svg instead of plain icon from assets - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([2839d7d1](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/2839d7d177f93a2b8f876a625c7549d4705f3d7c))
11
+ ##### Bug Fixes
12
+
13
+ * **eui-paginator:**
14
+ * makes aria-label unique - EUI-11730 [EUI-11730](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11730) ([967e91ab](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/967e91abbb963f9a05c01a542eb35acb51d9d11d))
15
+
16
+ * * *
17
+ * * *
18
+ ## 21.0.0-next.48 (2025-12-05)
19
+
20
+ ##### Chores
21
+
22
+ * **eui-datepicker:**
23
+ * skip tests - EUI-11743 [EUI-11743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743) ([cef466da](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cef466da357c6db02820b691f1f68301fe044e2b))
24
+ * **eui-input-number:**
25
+ * remove setInvalid in favor of isInvalid BREAKING CHANGE - EUI-11743 [EUI-11743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743) ([fbf04c95](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbf04c95900f07ce51bb6acadb66ca96ca14ca4c))
26
+ * use new angular API - EUI-11743 [EUI-11743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743) ([f63fe229](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f63fe2292d0128df5a8dfea76d9d779e528ce5f9))
27
+
28
+ * * *
29
+ * * *
1
30
  ## 21.0.0-next.47 (2025-12-04)
2
31
 
3
32
  ##### Chores
@@ -99,6 +99,42 @@
99
99
 
100
100
 
101
101
 
102
+ <h2>21.0.0-next.48 (2025-12-05)</h2>
103
+ <h5>Chores</h5>
104
+ <ul>
105
+ <li><strong>eui-datepicker:</strong><ul>
106
+ <li>skip tests - EUI-11743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743">EUI-11743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/cef466da357c6db02820b691f1f68301fe044e2b">cef466da</a>)</li>
107
+ </ul>
108
+ </li>
109
+ <li><strong>eui-input-number:</strong><ul>
110
+ <li>remove setInvalid in favor of isInvalid BREAKING CHANGE - EUI-11743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743">EUI-11743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/fbf04c95900f07ce51bb6acadb66ca96ca14ca4c">fbf04c95</a>)</li>
111
+ <li>use new angular API - EUI-11743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743">EUI-11743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/f63fe2292d0128df5a8dfea76d9d779e528ce5f9">f63fe229</a>)</li>
112
+ </ul>
113
+ </li>
114
+ </ul>
115
+ <hr>
116
+ <hr>
117
+ <h2>21.0.0-next.47 (2025-12-04)</h2>
118
+ <h5>Chores</h5>
119
+ <ul>
120
+ <li><strong>other:</strong><ul>
121
+ <li>adapted cli app linting errors - EUI-11294 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294">EUI-11294</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/127ee145f77a1f410375950275ac9303301b07ca">127ee145</a>)</li>
122
+ </ul>
123
+ </li>
124
+ </ul>
125
+ <h5>Bug Fixes</h5>
126
+ <ul>
127
+ <li><strong>euiIcon:</strong><ul>
128
+ <li>fixes wrong input name due to the removal of the alias - EUI-11732 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11732">EUI-11732</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/1404fa803aa19ece601661dff95958ad1ec639b0">1404fa80</a>)</li>
129
+ </ul>
130
+ </li>
131
+ <li><strong>eui-autocomplete:</strong><ul>
132
+ <li>tests - EUI-11743 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743">EUI-11743</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/529c9139454e44d1f2dfc2149d3a9227625afa39">529c9139</a>)</li>
133
+ </ul>
134
+ </li>
135
+ </ul>
136
+ <hr>
137
+ <hr>
102
138
  <h2>21.0.0-next.46 (2025-12-04)</h2>
103
139
  <h5>Chores</h5>
104
140
  <ul>