@eui/core 21.0.0-next.41 → 21.0.0-next.43
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 +23 -0
- package/docs/changelog.html +20 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +56 -121
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +2 -32
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +6 -8
- package/types/eui-core.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## 21.0.0-next.43 (2025-12-02)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* add eui-toggle-group cmp (draft) - adjusted typography map to max 6xl - add utility class for border-radius - EUI-11294 [EUI-11294](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11294) ([50729d09](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/50729d095d8424ba24c1560ad521fea7e6d45130))
|
|
7
|
+
* **core:**
|
|
8
|
+
* remove euiInitApp in favor of provideEuiInitializer BREAKING CHANGE - EUI-11743 [EUI-11743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743) ([424539e5](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/424539e57d17eaf96ee81059cb647aaffe93197a))
|
|
9
|
+
* exposing getCoreProviders - EUI-11743 [EUI-11743](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11743) ([c618813d](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c618813dfdbf8ee549da7863a7edc07f18c6dd2f))
|
|
10
|
+
* **eui-components:**
|
|
11
|
+
* Fix tests - EUI-11695 [EUI-11695](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11695) ([ab3b5a83](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ab3b5a83c22d18b5d1cbe7d1b5d4b986e7cb2730))
|
|
12
|
+
|
|
13
|
+
* * *
|
|
14
|
+
* * *
|
|
15
|
+
## 21.0.0-next.42 (2025-12-02)
|
|
16
|
+
|
|
17
|
+
##### Chores
|
|
18
|
+
|
|
19
|
+
* **ecl-tabs:**
|
|
20
|
+
* improve keyboard navigation behavior - EUI-11430 [EUI-11430](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11430) ([c16baa6f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c16baa6fd50710aa4a1e6c463810d1dce11dd81a))
|
|
21
|
+
|
|
22
|
+
* * *
|
|
23
|
+
* * *
|
|
1
24
|
## 21.0.0-next.41 (2025-12-02)
|
|
2
25
|
|
|
3
26
|
##### Chores
|
package/docs/changelog.html
CHANGED
|
@@ -99,6 +99,26 @@
|
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
+
<h2>21.0.0-next.42 (2025-12-02)</h2>
|
|
103
|
+
<h5>Chores</h5>
|
|
104
|
+
<ul>
|
|
105
|
+
<li><strong>ecl-tabs:</strong><ul>
|
|
106
|
+
<li>improve keyboard navigation behavior - EUI-11430 <a href="https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-11430">EUI-11430</a> (<a href="https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c16baa6fd50710aa4a1e6c463810d1dce11dd81a">c16baa6f</a>)</li>
|
|
107
|
+
</ul>
|
|
108
|
+
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<hr>
|
|
111
|
+
<hr>
|
|
112
|
+
<h2>21.0.0-next.41 (2025-12-02)</h2>
|
|
113
|
+
<h5>Chores</h5>
|
|
114
|
+
<ul>
|
|
115
|
+
<li><strong>styles:</strong><ul>
|
|
116
|
+
<li>adapted to default ECL border-radius tokens map - fix mobile rendering breakpoint media query - 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/eee5e0e21e0affefd3c56c4220aab2080d7b0f1b">eee5e0e2</a>)</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</li>
|
|
119
|
+
</ul>
|
|
120
|
+
<hr>
|
|
121
|
+
<hr>
|
|
102
122
|
<h2>21.0.0-next.40 (2025-12-01)</h2>
|
|
103
123
|
<h5>Chores</h5>
|
|
104
124
|
<ul>
|