-
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
[Rating]: added to uui package #2624
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-rc.0",
"timestamp": "2024-11-14",
"sizes": {
"templateApp": {
"css": 303462,
"js": 482772
},
"@epam/app": {
"css": 731696,
"js": 5038567
},
"@epam/draft-rte": {
"css": 9773,
"js": 45296
},
"@epam/electric": {
"css": 2289,
"js": 2417
},
"@epam/promo": {
"css": 47166,
"js": 9424
},
"@epam/uui-extra": {
"css": 0,
"js": 213
},
"@epam/loveship": {
"css": 53143,
"js": 40269
},
"@epam/uui-components": {
"css": 22527,
"js": 247972
},
"@epam/uui-core": {
"css": 0,
"js": 346251
},
"@epam/uui-db": {
"css": 0,
"js": 45769
},
"@epam/uui-docs": {
"css": 2448,
"js": 209640
},
"@epam/uui-editor": {
"css": 12748,
"js": 175841
},
"@epam/uui-timeline": {
"css": 2254,
"js": 80667
},
"@epam/uui": {
"css": 280623,
"js": 346169
}
}
} Generated by: generate-components-api Total amount of exported types/props without JSDoc comments
New missing commentsNOTE: It's either a new exported types/props without JSDoc, or it's an existing code from which you deleted the JSDoc comments.
|
[LinkButton]: fixed layout of basic example
Description:
[Rating]: added to
@epam/uui
, removed independent components from 'skins', now reexport from@epam/uui
is used, removed redundant(filledStarIcon
,emptyStarIcon
,renderRating
,from
,to
) props for all packages, changed colors for empty & disabled stars for 'Promo' & 'Loveship' skins according designQA notes:
Design - https://www.figma.com/design/M5Njgc6SQJ3TPUccp5XHQx/UUI-Components?node-id=54912-553&t=nenQXvyb4O5Sl7k3-4
Issue link: #2629