-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Alert]: Added support for size theming #2643
Conversation
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": "5.11.0",
"timestamp": "2024-11-26",
"sizes": {
"templateApp": {
"css": 308643,
"js": 483371
},
"@epam/app": {
"css": 739384,
"js": 5047250
},
"@epam/draft-rte": {
"css": 9782,
"js": 45296
},
"@epam/electric": {
"css": 2275,
"js": 2416
},
"@epam/promo": {
"css": 47374,
"js": 9424
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 53354,
"js": 40263
},
"@epam/uui-components": {
"css": 22670,
"js": 252229
},
"@epam/uui-core": {
"css": 0,
"js": 346604
},
"@epam/uui-db": {
"css": 0,
"js": 45769
},
"@epam/uui-docs": {
"css": 2447,
"js": 178066
},
"@epam/uui-editor": {
"css": 12746,
"js": 175908
},
"@epam/uui-timeline": {
"css": 2201,
"js": 81852
},
"@epam/uui": {
"css": 286499,
"js": 352728
}
}
} Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
|
# Conflicts: # changelog.md
Description:
[Alert]: Added support for size theming
Updated 'stylelint' rule
length-zero-no-unit
to avoid problems with 'css' calculations. Added ignore units for zero length in custom properties. See link.Issue link:
#2620
QA notes:
Some attributes are different on design & develop to avoid breaking changes.