@eui/core 21.3.3-snapshot-1783008649002 → 21.3.3
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 +25 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## 21.3.3 (2026-07-03)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **side-container:**
|
|
6
|
+
* apply fixes for inner overlay ([ba68faad](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/ba68faad621f5162f998286b184972415c1f35d7))
|
|
7
|
+
* adapted for not destroying the underlying content ([888d4e80](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/888d4e8023cd376d491a4dea3d9f1995fd4820a1))
|
|
8
|
+
* **styles:**
|
|
9
|
+
* eds typography tokens latest EDS specs - EUI-12528 [EUI-12528](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12528) ([e0c04482](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e0c04482e243c7f119cbf3d17ee241e9431e53a0))
|
|
10
|
+
* **eui-side-container:**
|
|
11
|
+
* adapted background and z-index for pinned content version ([e38fbedf](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e38fbedfd54af33d6ac819b366a1f51aba0c0ad4))
|
|
12
|
+
* **eui-app-side-container:**
|
|
13
|
+
* adapted overlay and content input params ([e536ad88](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/e536ad88bfed9ff2010f773d2e7f93f88d243328))
|
|
14
|
+
* adapted input parameters to be passed to underlying overlay - MWP-13208 [MWP-13208](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/MWP-13208) ([0fd23907](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0fd2390790adc77bb85af316ad399bd387fbdd4d))
|
|
15
|
+
* **eui-sidebar-menu:**
|
|
16
|
+
* remove negative margin on content ([c1b08d4a](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/c1b08d4aea95ddb1bf4478baf3da406b8eae8888))
|
|
17
|
+
* **mega-menu:**
|
|
18
|
+
* Render item id in DOM - EUI-12565 [EUI-12565](https://citnet.tech.ec.europa.eu/CITnet/jira/browse/EUI-12565) ([0f33a274](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/0f33a274f5ec010b02a8ff4d3428aa80e6e96df4))
|
|
19
|
+
##### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **other:**
|
|
22
|
+
* font weight typo in typography semantic list ([156b9e5f](https://sdlc.aws.cloud.tech.ec.europa.eu/csdr/eui/eui/-/commit/156b9e5f1ed75b9864d34d751c5513d214d2e5e7))
|
|
23
|
+
|
|
24
|
+
* * *
|
|
25
|
+
* * *
|
|
1
26
|
## 21.3.2 (2026-06-23)
|
|
2
27
|
|
|
3
28
|
##### Chores
|