epam / UUI

React-based components and accelerators library built by EPAM Systems.
https://uui.epam.com/
MIT License
161 stars 61 forks source link

[DnD]: New dnd v2 #2292

Open Kuznietsov opened 1 month ago

Kuznietsov commented 1 month ago

Summary: For review

github-actions[bot] commented 1 month ago

Generated by: track-bundle-size
Generated at: Tue, 04 Jun 2024 14:07:04 GMT
Bundle size diff (in kBytes). Not gzipped. Both CSS & JS included.
Baseline: v5.7.2 (2024-05-14)
CI Status: ok

Module Baseline Size
(v5.7.2)
Size Diff Within
Threshold
Threshold
(min - max)
templateApp 743.35 744.83 +1.48
js:-0.1
css:+1.58
:ok: 669.01 - 817.68
@epam/app 6394.21 6321.03 -73.18
js:-126.52
css:+53.33
:ok: 5754.79 - 7033.63
@epam/draft-rte 53.77 53.77 0
js:0
css:0
:ok: 48.4 - 59.16
@epam/electric 4.52 4.57 +0.05
js:+0.05
css:0
:ok: 4.07 - 4.98
@epam/promo 48.11 49.38 +1.27
js:+0.01
css:+1.26
:ok: 43.29 - 52.91
@epam/uui-extra 0.21 0.21 0
js:0
css:0
:ok: 0.19 - 0.23
@epam/loveship 84 84.84 +0.85
js:+0.01
css:+0.84
:ok: 75.6 - 92.4
@epam/uui-components 256.9 260.46 +3.55
js:+3.34
css:+0.2
:ok: 231.21 - 282.6
@epam/uui-core 329.26 334.16 +4.9
js:+4.9
css:0
:ok: 296.33 - 362.18
@epam/uui-db 44.7 44.7 0
js:0
css:0
:ok: 40.23 - 49.17
@epam/uui-docs 204.51 204.13 -0.37
js:+0.54
css:-0.9
:ok: 184.05 - 224.96
@epam/uui-editor 167.06 176.05 +9
js:+9
css:0
:ok: 150.35 - 183.77
@epam/uui-timeline 47.17 47.17 0
js:0
css:0
:ok: 42.45 - 51.89
@epam/uui 589.29 592.02 +2.73
js:+2.11
css:+0.61
:ok: 530.36 - 648.22
new sizes (raw) To set the sizes as a new baseline, you can copy/paste next content to the ```uui-build/config/bundleSizeBaseLine.json``` and commit the file. ```json { "version": "5.7.2", "timestamp": "2024-06-04", "sizes": { "templateApp": { "css": 282136, "js": 480569 }, "@epam/app": { "css": 1503588, "js": 4969143 }, "@epam/draft-rte": { "css": 9774, "js": 45296 }, "@epam/electric": { "css": 2275, "js": 2409 }, "@epam/promo": { "css": 39625, "js": 10935 }, "@epam/uui-extra": { "css": 0, "js": 213 }, "@epam/loveship": { "css": 44334, "js": 42551 }, "@epam/uui-components": { "css": 22443, "js": 244260 }, "@epam/uui-core": { "css": 0, "js": 342180 }, "@epam/uui-db": { "css": 0, "js": 45769 }, "@epam/uui-docs": { "css": 2442, "js": 206597 }, "@epam/uui-editor": { "css": 12631, "js": 167652 }, "@epam/uui-timeline": { "css": 2253, "js": 46048 }, "@epam/uui": { "css": 270767, "js": 335458 } } } ```

Generated by: generate-components-api
CI Status: error

Total amount of exported types/props without JSDoc comments

Amount
Types 286 (+1) :warning::ok:
Props 241 (+5) :no_entry:
New missing comments
NOTE: It's either a new exported types/props without JSDoc, or it's an existing code from which you deleted the JSDoc comments. ``` Types: - @epam/uui-core:PlaceholderData Props: - @epam/uui-core:DndActorProps/getPlaceholderRowProps - @epam/uui-core:DndActorProps/id - @epam/uui-core:DndActorProps/path - @epam/uui-core:DndActorProps/renderPlaceholder - @epam/uui-core:PlaceholderData/placeholderRowProps ```