Add support of portal loop lookups when they are nested >1 level in s…#3105
Merged
Conversation
…hadow dom hierarchy. the idea: 1) Existing data attr. is used for backwards compatibility: [data-shadow-host-id] 2) When same shadow DOM contains more than 1 portal root - the value of this attr. contain all the IDs separated by comma. 3) When portal root is nested under the hierarchy of shadow roots - the ID of this portal is added to all relevant nodes in this hierarchy. They are properly cleaned up when the portal root is destroyed.
|
Generated by: track-bundle-size
new sizes (raw)To set the sizes as a new baseline, you can copy/paste next content to the {
"version": "6.5.0",
"timestamp": "2026-06-11",
"sizes": {
"templateApp": {
"css": 264820,
"js": 457665
},
"@epam/app": {
"css": 726287,
"js": 4943952
},
"@epam/electric": {
"css": 2275,
"js": 2883
},
"@epam/promo": {
"css": 47756,
"js": 9145
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 55336,
"js": 43226
},
"@epam/uui-components": {
"css": 25145,
"js": 244200
},
"@epam/uui-core": {
"css": 0,
"js": 338056
},
"@epam/uui-db": {
"css": 0,
"js": 42718
},
"@epam/uui-docs": {
"css": 2162,
"js": 197259
},
"@epam/uui-editor": {
"css": 12944,
"js": 164475
},
"@epam/uui-timeline": {
"css": 2199,
"js": 75104
},
"@epam/uui": {
"css": 222096,
"js": 352428
}
}
}Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
|
MSt1ch
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…hadow dom hierarchy. the idea:
Description:
Issue link:
QA notes: