@homecode/ui 5.4.1 → 5.5.0

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.
Files changed (100) hide show
  1. package/dist/esm/index.js +1 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
  3. package/dist/esm/src/components/Gallery/Gallery.js +5 -6
  4. package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
  5. package/dist/esm/src/components/Icon/icons/index.js +2 -0
  6. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  7. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  8. package/dist/esm/src/components/InputFile/InputFile.js +3 -2
  9. package/dist/esm/src/components/Slider/Slider.js +53 -10
  10. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  11. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  12. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  13. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  14. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  15. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  16. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  17. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  18. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  19. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  20. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  21. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  22. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  23. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  24. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  25. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  26. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  27. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  28. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  29. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  30. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  31. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  32. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  33. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  34. package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
  35. package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
  36. package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
  37. package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
  38. package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
  39. package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
  40. package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
  41. package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
  42. package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
  43. package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
  44. package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
  45. package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
  46. package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
  47. package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
  48. package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
  49. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
  50. package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
  51. package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
  52. package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
  53. package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
  54. package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
  55. package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
  56. package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
  57. package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
  58. package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
  59. package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
  60. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
  61. package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
  62. package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
  63. package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
  64. package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
  65. package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
  66. package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
  67. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
  68. package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
  69. package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
  70. package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
  71. package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
  72. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  73. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  74. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  75. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  76. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  77. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  78. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  79. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  80. package/dist/esm/types/src/components/index.d.ts +1 -0
  81. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  82. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  83. package/graphify-out/.graphify_labels.json +6 -11
  84. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  85. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  86. package/graphify-out/2026-07-18/cost.json +12 -0
  87. package/graphify-out/2026-07-18/graph.json +70772 -0
  88. package/graphify-out/2026-07-18/manifest.json +2342 -0
  89. package/graphify-out/GRAPH_REPORT.md +193 -221
  90. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  91. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  92. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  93. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  94. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  95. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  96. package/graphify-out/cache/stat-index.json +1 -1
  97. package/graphify-out/graph.html +4 -4
  98. package/graphify-out/graph.json +4884 -3505
  99. package/graphify-out/manifest.json +118 -53
  100. package/package.json +6 -3
@@ -1,16 +1,16 @@
1
- # Graph Report - ui (2026-07-06)
1
+ # Graph Report - ui (2026-07-18)
2
2
 
3
3
  ## Corpus Check
4
- - 353 files · ~82,693 words
4
+ - 364 files · ~86,127 words
5
5
  - Verdict: corpus is large enough that graph structure adds value.
6
6
 
7
7
  ## Summary
8
- - 2751 nodes · 3967 edges · 201 communities (175 shown, 26 thin omitted)
8
+ - 2793 nodes · 4057 edges · 196 communities (168 shown, 28 thin omitted)
9
9
  - Extraction: 97% EXTRACTED · 3% INFERRED · 0% AMBIGUOUS · INFERRED: 111 edges (avg confidence: 0.8)
10
10
  - Token cost: 0 input · 0 output
11
11
 
12
12
  ## Graph Freshness
13
- - Built from commit: `15934f6d`
13
+ - Built from commit: `64b7630f`
14
14
  - Run `git rev-parse HEAD` and compare to check if the graph is stale.
15
15
  - Run `graphify update .` after code changes (no API cost).
16
16
 
@@ -58,6 +58,7 @@
58
58
  - [[_COMMUNITY_NPM Scripts|NPM Scripts]]
59
59
  - [[_COMMUNITY_Calendar DatePicker|Calendar DatePicker]]
60
60
  - [[_COMMUNITY_DateTime Types|DateTime Types]]
61
+ - [[_COMMUNITY_Autocomplete Core|Autocomplete Core]]
61
62
  - [[_COMMUNITY_Global Type Kinds|Global Type Kinds]]
62
63
  - [[_COMMUNITY_Date Type Fields|Date Type Fields]]
63
64
  - [[_COMMUNITY_Form Types|Form Types]]
@@ -95,6 +96,7 @@
95
96
  - [[_COMMUNITY_Communication Icons|Communication Icons]]
96
97
  - [[_COMMUNITY_Select Constants|Select Constants]]
97
98
  - [[_COMMUNITY_TextShimmer|TextShimmer]]
99
+ - [[_COMMUNITY_Virtualized Cards|Virtualized Cards]]
98
100
  - [[_COMMUNITY_ClassName Props|ClassName Props]]
99
101
  - [[_COMMUNITY_Ukrainian i18n|Ukrainian i18n]]
100
102
  - [[_COMMUNITY_Icon RequiredStar Types|Icon RequiredStar Types]]
@@ -144,7 +146,7 @@
144
146
  - [[_COMMUNITY_Trigger Props|Trigger Props]]
145
147
  - [[_COMMUNITY_Trigger ClassName|Trigger ClassName]]
146
148
  - [[_COMMUNITY_Width Props|Width Props]]
147
- - [[_COMMUNITY_Docs Examples|Docs Examples]]
149
+ - [[_COMMUNITY_Community 131|Community 131]]
148
150
  - [[_COMMUNITY_Expand Types|Expand Types]]
149
151
  - [[_COMMUNITY_Brand Avatar Icons|Brand Avatar Icons]]
150
152
  - [[_COMMUNITY_Communication Action Icons|Communication Action Icons]]
@@ -155,15 +157,14 @@
155
157
  - [[_COMMUNITY_Route Navigation Icons|Route Navigation Icons]]
156
158
  - [[_COMMUNITY_Settings Tool Icons|Settings Tool Icons]]
157
159
  - [[_COMMUNITY_Input Label Constants|Input Label Constants]]
158
- - [[_COMMUNITY_Lazy Docs Example|Lazy Docs Example]]
160
+ - [[_COMMUNITY_Community 142|Community 142]]
159
161
  - [[_COMMUNITY_More Docs Examples|More Docs Examples]]
160
162
  - [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
161
- - [[_COMMUNITY_Additional Docs Examples|Additional Docs Examples]]
162
163
  - [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
163
164
  - [[_COMMUNITY_Test Utilities|Test Utilities]]
164
165
  - [[_COMMUNITY_PostCSS Config|PostCSS Config]]
165
166
  - [[_COMMUNITY_Single Doc Page|Single Doc Page]]
166
- - [[_COMMUNITY_Docs Entry Point|Docs Entry Point]]
167
+ - [[_COMMUNITY_Community 151|Community 151]]
167
168
  - [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
168
169
  - [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
169
170
  - [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
@@ -182,29 +183,24 @@
182
183
  - [[_COMMUNITY_Community 169|Community 169]]
183
184
  - [[_COMMUNITY_Community 170|Community 170]]
184
185
  - [[_COMMUNITY_Community 171|Community 171]]
186
+ - [[_COMMUNITY_Community 172|Community 172]]
185
187
  - [[_COMMUNITY_Community 173|Community 173]]
188
+ - [[_COMMUNITY_Community 174|Community 174]]
186
189
  - [[_COMMUNITY_Community 175|Community 175]]
187
- - [[_COMMUNITY_Community 176|Community 176]]
188
- - [[_COMMUNITY_Community 179|Community 179]]
190
+ - [[_COMMUNITY_Community 177|Community 177]]
189
191
  - [[_COMMUNITY_Community 180|Community 180]]
190
192
  - [[_COMMUNITY_Community 182|Community 182]]
191
193
  - [[_COMMUNITY_Community 183|Community 183]]
192
194
  - [[_COMMUNITY_Community 184|Community 184]]
193
- - [[_COMMUNITY_Community 187|Community 187]]
194
195
  - [[_COMMUNITY_Community 188|Community 188]]
195
196
  - [[_COMMUNITY_Community 189|Community 189]]
196
197
  - [[_COMMUNITY_Community 192|Community 192]]
197
198
  - [[_COMMUNITY_Community 194|Community 194]]
198
199
  - [[_COMMUNITY_Community 195|Community 195]]
199
200
  - [[_COMMUNITY_Community 197|Community 197]]
200
- - [[_COMMUNITY_Community 198|Community 198]]
201
- - [[_COMMUNITY_Community 199|Community 199]]
202
201
  - [[_COMMUNITY_Community 200|Community 200]]
203
202
  - [[_COMMUNITY_Community 201|Community 201]]
204
- - [[_COMMUNITY_Community 202|Community 202]]
205
- - [[_COMMUNITY_Community 204|Community 204]]
206
203
  - [[_COMMUNITY_Community 205|Community 205]]
207
- - [[_COMMUNITY_Community 207|Community 207]]
208
204
  - [[_COMMUNITY_Community 210|Community 210]]
209
205
  - [[_COMMUNITY_Community 211|Community 211]]
210
206
  - [[_COMMUNITY_Community 212|Community 212]]
@@ -215,14 +211,14 @@
215
211
  ## God Nodes (most connected - your core abstractions)
216
212
  1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
217
213
  2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
218
- 3. `Changelog` - 90 edges
214
+ 3. `Changelog` - 82 edges
219
215
  4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
220
- 5. `Link()` - 50 edges
221
- 6. `Heading` - 44 edges
222
- 7. `ComponentLayout()` - 44 edges
223
- 8. `TypesTable()` - 43 edges
216
+ 5. `Link()` - 51 edges
217
+ 6. `Heading` - 46 edges
218
+ 7. `ComponentLayout()` - 46 edges
219
+ 8. `TypesTable()` - 45 edges
224
220
  9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` - 42 edges
225
- 10. `Select` - 39 edges
221
+ 10. `Button()` - 39 edges
226
222
 
227
223
  ## Surprising Connections (you probably didn't know these)
228
224
  - `Changelog` --conceptually_related_to--> `foreverido/uilib GitHub Repository` [INFERRED]
@@ -256,11 +252,11 @@
256
252
  - **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
257
253
  - **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
258
254
 
259
- ## Communities (201 total, 26 thin omitted)
255
+ ## Communities (196 total, 28 thin omitted)
260
256
 
261
257
  ### Community 0 - "Docs Examples Index"
262
258
  Cohesion: 0.06
263
- Nodes (12): ComponentLayout(), examples, examples, scope, Heading, isStartFromDoubleSlash(), Link(), examples (+4 more)
259
+ Nodes (11): ComponentLayout(), scope, examples, examples, Heading, isStartFromDoubleSlash(), Link(), examples (+3 more)
264
260
 
265
261
  ### Community 1 - "PromptComposer"
266
262
  Cohesion: 0.08
@@ -271,40 +267,44 @@ Cohesion: 0.04
271
267
  Nodes (55): devDependencies, @babel/core, babel-jest, babel-loader, @babel/plugin-proposal-optional-chaining, babel-preset-react-app, @babel/preset-typescript, clean-webpack-plugin (+47 more)
272
268
 
273
269
  ### Community 3 - "Form Examples"
274
- Cohesion: 0.06
275
- Nodes (9): items, Gallery, GalleryStoreTarget, getInitialState(), buildDefaultState(), InputFile, initialValue, compare() (+1 more)
270
+ Cohesion: 0.11
271
+ Nodes (10): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, items, LightBox() (+2 more)
276
272
 
277
273
  ### Community 4 - "Autocomplete Examples"
278
- Cohesion: 0.08
279
- Nodes (10): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, Menu (+2 more)
274
+ Cohesion: 0.05
275
+ Nodes (18): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, NavigatorWithWakeLock (+10 more)
280
276
 
281
277
  ### Community 5 - "Checkbox Showcase"
282
- Cohesion: 0.17
283
- Nodes (9): ANIMATION_DURATION, Id, ItemParams, ItemProps, Methods, NotificationType, ID, NotificationsStore (+1 more)
278
+ Cohesion: 0.08
279
+ Nodes (19): DropZone(), DropZoneProps, DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props, useToggleState, UseToggleStateProps (+11 more)
284
280
 
285
281
  ### Community 6 - "Theme Config"
286
- Cohesion: 0.09
287
- Nodes (25): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), baseConfig, ColorConfig (+17 more)
282
+ Cohesion: 0.18
283
+ Nodes (9): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), ThemeProvider(), remove() (+1 more)
288
284
 
289
285
  ### Community 7 - "Type Props Schema"
290
286
  Cohesion: 0.08
291
287
  Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
292
288
 
293
289
  ### Community 8 - "Notifications System"
294
- Cohesion: 0.20
295
- Nodes (15): addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), pick() (+7 more)
290
+ Cohesion: 0.14
291
+ Nodes (8): Button(), Props, Props, Icon(), Props, Props, PopupMenu(), VideoPlayerProps
292
+
293
+ ### Community 9 - "Button Checkbox Core"
294
+ Cohesion: 0.16
295
+ Nodes (7): Container, Props, params, show(), showAll(), showRichContent(), SCOPE
296
296
 
297
297
  ### Community 10 - "Optional Value Props"
298
298
  Cohesion: 0.05
299
- Nodes (39): Props, optional, value, optional, value, value, optional, value (+31 more)
299
+ Nodes (42): Props, optional, value, optional, value, optional, value, value (+34 more)
300
300
 
301
301
  ### Community 12 - "Input AssistiveText"
302
- Cohesion: 0.12
303
- Nodes (17): AssistiveText(), Chip(), Props, Icon(), Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, defaultFileState (+9 more)
302
+ Cohesion: 0.13
303
+ Nodes (13): AssistiveText(), Chip(), iconNames, Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, Label, Props (+5 more)
304
304
 
305
305
  ### Community 13 - "Gallery Component"
306
- Cohesion: 0.17
307
- Nodes (10): Props, Paranja(), Props, Portal(), Props, ThemeContext, ThemeContextValue, ThemeProvider() (+2 more)
306
+ Cohesion: 0.11
307
+ Nodes (10): Props, Paranja(), Props, Portal(), Props, Config, getCoords(), isTouch() (+2 more)
308
308
 
309
309
  ### Community 14 - "Virtualized Examples"
310
310
  Cohesion: 0.07
@@ -322,105 +322,101 @@ Nodes (28): dependencies, classnames, compareq, fastest-validator, favicons, fav
322
322
  Cohesion: 0.17
323
323
  Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
324
324
 
325
- ### Community 18 - "Debounce Paranja"
326
- Cohesion: 0.11
327
- Nodes (6): Props, toBase64(), remove(), set(), capitalize(), State
328
-
329
325
  ### Community 19 - "UILIB Docs Assets"
330
326
  Cohesion: 0.06
331
327
  Nodes (37): Apostol Stats Analytics Client, app-modal Mount Point, app-root Mount Point, assets/common.css, htmlWebpackPlugin, UILIB HTML Shell Template, PromptComposer, Slider (+29 more)
332
328
 
333
329
  ### Community 20 - "Component Type Props"
334
- Cohesion: 0.11
335
- Nodes (16): Props, Props, ControlProps, Value, Props, Props, Props, SliderMarker (+8 more)
330
+ Cohesion: 0.10
331
+ Nodes (18): Props, GalleryItem, Props, ControlProps, Value, Props, Props, Props (+10 more)
336
332
 
337
333
  ### Community 21 - "Flex Gallery"
338
- Cohesion: 0.10
339
- Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, GalleryItem, Sync Arrows Icon, Lazy() (+5 more)
334
+ Cohesion: 0.11
335
+ Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, Sync Arrows Icon, Lazy(), LazyProps (+5 more)
340
336
 
341
337
  ### Community 22 - "DatePicker Examples"
342
- Cohesion: 0.06
343
- Nodes (14): Button(), date, Props, date, date, items, items, iconNames (+6 more)
338
+ Cohesion: 0.07
339
+ Nodes (7): date, sizes, variants, date, DatePickerInput(), offset, Select2()
344
340
 
345
341
  ### Community 23 - "Comment Value Props"
346
342
  Cohesion: 0.08
347
- Nodes (25): Props, comment, optional, value, comment, optional, value, comment (+17 more)
343
+ Nodes (26): Button, Props, comment, optional, value, comment, optional, value (+18 more)
348
344
 
349
345
  ### Community 24 - "Docs Index Pages"
350
- Cohesion: 0.07
351
- Nodes (8): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator(), TypesTable()
346
+ Cohesion: 0.20
347
+ Nodes (5): clamp(), loadStorage(), saveStorage(), timeToProgressPct(), VideoPlayerStorage
352
348
 
353
349
  ### Community 25 - "i18n LangSelector"
354
- Cohesion: 0.09
355
- Nodes (18): InputProps, PopupProps, generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT, IdsMap (+10 more)
350
+ Cohesion: 0.10
351
+ Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
356
352
 
357
353
  ### Community 26 - "Package Metadata"
358
- Cohesion: 0.09
359
- Nodes (21): author, bugs, url, description, directories, dist, homepage, keywords (+13 more)
354
+ Cohesion: 0.10
355
+ Nodes (20): author, bugs, url, description, directories, dist, homepage, keywords (+12 more)
360
356
 
361
357
  ### Community 27 - "Popup Positioning"
362
358
  Cohesion: 0.12
363
359
  Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
364
360
 
365
361
  ### Community 29 - "Docs Code Layout"
366
- Cohesion: 0.11
367
- Nodes (11): ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), GroupItem, RouteItem (+3 more)
362
+ Cohesion: 0.13
363
+ Nodes (9): Code(), ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), Expand() (+1 more)
368
364
 
369
365
  ### Community 30 - "Draggable Types"
370
366
  Cohesion: 0.10
371
367
  Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
372
368
 
373
369
  ### Community 31 - "Slider Component"
374
- Cohesion: 0.09
375
- Nodes (19): Slider(), SliderMarker, SliderProps, valueToPct(), HTMLAttributes, LazyTooltipOverTrigger, Tooltip(), TooltipProps (+11 more)
370
+ Cohesion: 0.07
371
+ Nodes (25): Slider(), SliderMarker, SliderProps, valueToPct(), TextWithDeferTooltip(), Props, TextWithDeferTooltipProps, TooltipSide (+17 more)
376
372
 
377
373
  ### Community 32 - "Small Component Props"
378
- Cohesion: 0.13
379
- Nodes (18): AssistiveText, Props, optional, value, ButtonGroup, Props, Card, Props (+10 more)
374
+ Cohesion: 0.09
375
+ Nodes (27): Props, ButtonGroup, Props, optional, value, Card, Props, comment (+19 more)
380
376
 
381
377
  ### Community 33 - "Select Popup Types"
382
378
  Cohesion: 0.01
383
379
  Nodes (138): [4.18.10](https://github.com/foreverido/uilib/compare/v4.18.9...v4.18.10) (2023-11-30), [4.18.11](https://github.com/foreverido/uilib/compare/v4.18.10...v4.18.11) (2023-11-30), [4.18.12](https://github.com/foreverido/uilib/compare/v4.18.11...v4.18.12) (2023-11-30), [4.18.13](https://github.com/foreverido/uilib/compare/v4.18.12...v4.18.13) (2023-11-30), [4.18.14](https://github.com/foreverido/uilib/compare/v4.18.13...v4.18.14) (2023-11-30), [4.18.15](https://github.com/foreverido/uilib/compare/v4.18.14...v4.18.15) (2023-11-30), [4.18.16](https://github.com/foreverido/uilib/compare/v4.18.15...v4.18.16) (2024-02-04), [4.18.17](https://github.com/foreverido/uilib/compare/v4.18.16...v4.18.17) (2024-02-05) (+130 more)
384
380
 
385
- ### Community 34 - "Router Core"
386
- Cohesion: 0.10
387
- Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
388
-
389
381
  ### Community 35 - "Calendar Helpers"
390
- Cohesion: 0.14
391
- Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
382
+ Cohesion: 0.11
383
+ Nodes (10): CACHE, weekDays, Day, DayProps, Props, isDateAfter(), isDateBefore(), isDateBetween() (+2 more)
392
384
 
393
385
  ### Community 36 - "AssistiveText Menu"
394
386
  Cohesion: 0.17
395
387
  Nodes (12): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+4 more)
396
388
 
397
389
  ### Community 37 - "Button DatePicker Types"
398
- Cohesion: 0.18
399
- Nodes (11): Props, Props, Value, BoundaryFit, Direction, Props, State, TriggerPropsType (+3 more)
390
+ Cohesion: 0.17
391
+ Nodes (12): Props, Props, Props, Value, BoundaryFit, Direction, Props, State (+4 more)
400
392
 
401
393
  ### Community 38 - "Container Icon"
402
394
  Cohesion: 0.15
403
395
  Nodes (6): handleNotificationWheel(), Item, Props, scheduleWheelGestureReset(), WheelDelta, wheelGesture
404
396
 
405
397
  ### Community 39 - "Checkbox Props"
406
- Cohesion: 0.10
407
- Nodes (20): Checkbox, Props, comment, optional, value, comment, optional, value (+12 more)
398
+ Cohesion: 0.13
399
+ Nodes (15): Checkbox, Props, comment, optional, value, comment, optional, value (+7 more)
408
400
 
409
401
  ### Community 40 - "NPM Scripts"
410
402
  Cohesion: 0.13
411
403
  Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
412
404
 
413
405
  ### Community 41 - "Calendar DatePicker"
414
- Cohesion: 0.14
415
- Nodes (11): Calendar(), MONTHS, DatePicker(), DatePickerInput(), DateTime(), formatDate(), Props, ThrottleOptions (+3 more)
406
+ Cohesion: 0.21
407
+ Nodes (7): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, ScrollProps, debounce(), throttle()
416
408
 
417
409
  ### Community 42 - "DateTime Types"
418
410
  Cohesion: 0.14
419
411
  Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
420
412
 
413
+ ### Community 43 - "Autocomplete Core"
414
+ Cohesion: 0.29
415
+ Nodes (8): ColorConfig, colorMods, ColorsConfig, getRGB(), hexToRGB(), mix(), mixColor(), rgba()
416
+
421
417
  ### Community 44 - "Global Type Kinds"
422
- Cohesion: 0.15
423
- Nodes (13): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Variant, variant (+5 more)
418
+ Cohesion: 0.12
419
+ Nodes (16): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Size, Variant (+8 more)
424
420
 
425
421
  ### Community 45 - "Date Type Fields"
426
422
  Cohesion: 0.15
@@ -431,36 +427,36 @@ Cohesion: 0.10
431
427
  Nodes (19): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+11 more)
432
428
 
433
429
  ### Community 47 - "Docs App Store"
434
- Cohesion: 0.47
435
- Nodes (3): Background(), ThemeDemo(), useTheme()
430
+ Cohesion: 0.32
431
+ Nodes (4): Background(), ThemeDemo(), useTheme(), Toggle()
436
432
 
437
433
  ### Community 48 - "Component Types JSON"
438
434
  Cohesion: 0.02
439
435
  Nodes (100): [0.0.12](https://github.com/foreverido/uilib/compare/v0.0.1...v0.0.12) (2022-03-02), [0.0.13](https://github.com/foreverido/uilib/compare/v0.0.12...v0.0.13) (2022-03-03), [0.0.14](https://github.com/foreverido/uilib/compare/v0.0.13...v0.0.14) (2022-03-07), [0.0.15](https://github.com/foreverido/uilib/compare/v0.0.14...v0.0.15) (2022-03-07), [0.0.16](https://github.com/foreverido/uilib/compare/v0.0.15...v0.0.16) (2022-03-07), [0.0.17](https://github.com/foreverido/uilib/compare/v0.0.16...v0.0.17) (2022-03-08), [0.0.18](https://github.com/foreverido/uilib/compare/v0.0.17...v0.0.18) (2022-03-08), [0.0.19](https://github.com/foreverido/uilib/compare/v0.0.18...v0.0.19) (2022-03-08) (+92 more)
440
436
 
441
437
  ### Community 49 - "Option Value Types"
442
- Cohesion: 0.13
443
- Nodes (18): Autocomplete, Option, Value, Button, DatePicker, Value, DatePickerInput, Value (+10 more)
438
+ Cohesion: 0.23
439
+ Nodes (11): AssistiveText, Autocomplete, Value, DatePicker, Value, DatePickerInput, Value, Dialogue (+3 more)
444
440
 
445
441
  ### Community 50 - "Generic Props"
446
- Cohesion: 0.11
447
- Nodes (19): comment, optional, value, Props, comment, optional, value, Size (+11 more)
442
+ Cohesion: 0.12
443
+ Nodes (18): comment, optional, value, comment, optional, value, className, Props (+10 more)
448
444
 
449
445
  ### Community 52 - "Heading Scroll"
450
446
  Cohesion: 0.24
451
447
  Nodes (7): onClick(), Props, getScrollParent(), isScrollable(), METRICS_BY_AXIS, scrollIntoView(), scrollTo()
452
448
 
453
449
  ### Community 53 - "Progress Indicators"
454
- Cohesion: 0.29
455
- Nodes (7): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, ProgressCircular(), SIZE_MAP, ProgressCircularProps
450
+ Cohesion: 0.35
451
+ Nodes (6): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, SIZE_MAP, ProgressCircularProps
456
452
 
457
453
  ### Community 54 - "Table Virtualized"
458
- Cohesion: 0.06
459
- Nodes (22): ListCards, Props, CustomWrapElemParams, List, Props, Props, Table, Props (+14 more)
454
+ Cohesion: 0.10
455
+ Nodes (13): ListCards, Props, Table, Props, DefaultProps, GetItemPropsParams, IndexesType, ItemProps (+5 more)
460
456
 
461
457
  ### Community 55 - "Virtualized Lifecycle"
462
- Cohesion: 0.22
463
- Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
458
+ Cohesion: 0.12
459
+ Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
464
460
 
465
461
  ### Community 56 - "Docs Pages"
466
462
  Cohesion: 0.13
@@ -476,27 +472,31 @@ Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, O
476
472
 
477
473
  ### Community 59 - "Text Heading"
478
474
  Cohesion: 0.04
479
- Nodes (55): [4.27.10](https://github.com/foreverido/uilib/compare/v4.27.9...v4.27.10) (2025-08-06), [4.27.11](https://github.com/foreverido/uilib/compare/v4.27.10...v4.27.11) (2025-08-10), [4.27.12](https://github.com/foreverido/uilib/compare/v4.27.11...v4.27.12) (2025-08-11), [4.27.13](https://github.com/foreverido/uilib/compare/v4.27.12...v4.27.13) (2025-08-18), [4.27.14](https://github.com/foreverido/uilib/compare/v4.27.13...v4.27.14) (2025-08-18), [4.27.15](https://github.com/foreverido/uilib/compare/v4.27.14...v4.27.15) (2025-08-20), [4.27.16](https://github.com/foreverido/uilib/compare/v4.27.15...v4.27.16) (2025-08-26), [4.27.17](https://github.com/foreverido/uilib/compare/v4.27.16...v4.27.17) (2025-08-29) (+47 more)
475
+ Nodes (56): [4.27.10](https://github.com/foreverido/uilib/compare/v4.27.9...v4.27.10) (2025-08-06), [4.27.11](https://github.com/foreverido/uilib/compare/v4.27.10...v4.27.11) (2025-08-10), [4.27.12](https://github.com/foreverido/uilib/compare/v4.27.11...v4.27.12) (2025-08-11), [4.27.13](https://github.com/foreverido/uilib/compare/v4.27.12...v4.27.13) (2025-08-18), [4.27.14](https://github.com/foreverido/uilib/compare/v4.27.13...v4.27.14) (2025-08-18), [4.27.15](https://github.com/foreverido/uilib/compare/v4.27.14...v4.27.15) (2025-08-20), [4.27.16](https://github.com/foreverido/uilib/compare/v4.27.15...v4.27.16) (2025-08-26), [4.27.17](https://github.com/foreverido/uilib/compare/v4.27.16...v4.27.17) (2025-08-29) (+48 more)
480
476
 
481
477
  ### Community 60 - "Type Parser Script"
482
478
  Cohesion: 0.31
483
479
  Nodes (7): levelsData, MATCHERS, parseComponentDir(), parseComponentTypes(), parseTypes(), readDir(), types
484
480
 
485
481
  ### Community 61 - "ButtonGroup Tabs"
486
- Cohesion: 0.32
487
- Nodes (4): ButtonGroup(), Props, isId(), Tabs()
482
+ Cohesion: 0.22
483
+ Nodes (5): ButtonGroup(), Props, ProgressCircular(), isId(), Tabs()
488
484
 
489
485
  ### Community 62 - "DateTime Component"
490
- Cohesion: 0.18
491
- Nodes (6): DropZone(), DropZoneProps, useToggleState, UseToggleStateProps, ToggleProps, generateUID()
486
+ Cohesion: 0.07
487
+ Nodes (27): [5.3.10](https://github.com/foreverido/uilib/compare/v5.3.9...v5.3.10) (2026-06-22), [5.3.11](https://github.com/foreverido/uilib/compare/v5.3.10...v5.3.11) (2026-07-03), [5.3.12](https://github.com/foreverido/uilib/compare/v5.3.11...v5.3.12) (2026-07-06), [5.3.13](https://github.com/foreverido/uilib/compare/v5.3.12...v5.3.13) (2026-07-06), [5.3.1](https://github.com/foreverido/uilib/compare/v5.3.0...v5.3.1) (2026-06-07), [5.3.2](https://github.com/foreverido/uilib/compare/v5.3.1...v5.3.2) (2026-06-07), [5.3.4](https://github.com/foreverido/uilib/compare/v5.3.2...v5.3.4) (2026-06-09), [5.3.5](https://github.com/foreverido/uilib/compare/v5.3.4...v5.3.5) (2026-06-09) (+19 more)
488
+
489
+ ### Community 63 - "Display Format Props"
490
+ Cohesion: 0.12
491
+ Nodes (17): [4.28.1](https://github.com/foreverido/uilib/compare/v4.28.0...v4.28.1) (2025-09-08), [4.28.2](https://github.com/foreverido/uilib/compare/v4.28.1...v4.28.2) (2025-09-08), [4.28.3](https://github.com/foreverido/uilib/compare/v4.28.2...v4.28.3) (2025-09-08), [4.28.4](https://github.com/foreverido/uilib/compare/v4.28.3...v4.28.4) (2025-09-08), [4.28.5](https://github.com/foreverido/uilib/compare/v4.28.4...v4.28.5) (2025-09-08), [4.29.0](https://github.com/foreverido/uilib/compare/v4.28.5...v4.29.0) (2025-09-13), [4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.1) (2025-09-14), [4.30.0](https://github.com/foreverido/uilib/compare/v4.29.1...v4.30.0) (2025-10-26) (+9 more)
492
492
 
493
493
  ### Community 64 - "Calendar Day Props"
494
494
  Cohesion: 0.22
495
- Nodes (9): Calendar, DayProps, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
495
+ Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
496
496
 
497
497
  ### Community 65 - "Dialogue Props"
498
- Cohesion: 0.40
499
- Nodes (5): Props, value, value, onOpenChange, open
498
+ Cohesion: 0.04
499
+ Nodes (54): optional, value, optional, value, optional, value, Props, optional (+46 more)
500
500
 
501
501
  ### Community 66 - "Arrow Chevron Icons"
502
502
  Cohesion: 0.57
@@ -507,16 +507,16 @@ Cohesion: 0.29
507
507
  Nodes (3): defaultState, upload(), examples
508
508
 
509
509
  ### Community 68 - "InputFile Types"
510
- Cohesion: 0.25
511
- Nodes (4): Checkbox(), sizes, variants, date
510
+ Cohesion: 0.11
511
+ Nodes (13): InputProps, PopupProps, IdsMap, Id, InheritedInputProps, Option, OptionElemProps, Preset (+5 more)
512
512
 
513
513
  ### Community 69 - "Virtualized List"
514
- Cohesion: 0.60
515
- Nodes (4): DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props
514
+ Cohesion: 0.28
515
+ Nodes (8): baseConfig, ColorConfig, colors, colorsAlphaModes, getColors(), getConfig(), pScale, colorsConfigToVars()
516
516
 
517
517
  ### Community 70 - "List Lifecycle"
518
- Cohesion: 0.40
519
- Nodes (4): ID, Item, Props, RenderProps
518
+ Cohesion: 0.20
519
+ Nodes (10): [4.10.1](https://github.com/foreverido/uilib/compare/v4.10.0...v4.10.1) (2023-05-29), [4.10.2](https://github.com/foreverido/uilib/compare/v4.10.1...v4.10.2) (2023-05-29), [4.10.3](https://github.com/foreverido/uilib/compare/v4.10.2...v4.10.3) (2023-05-29), [4.10.4](https://github.com/foreverido/uilib/compare/v4.10.3...v4.10.4) (2023-05-29), [4.11.0](https://github.com/foreverido/uilib/compare/v4.10.4...v4.11.0) (2023-06-12), Bug Fixes, Bug Fixes, Features (+2 more)
520
520
 
521
521
  ### Community 71 - "Icon Index Exports"
522
522
  Cohesion: 0.25
@@ -527,20 +527,20 @@ Cohesion: 0.29
527
527
  Nodes (4): APP_PATH, FaviconWebpackPlugin, pkg, require
528
528
 
529
529
  ### Community 73 - "DatePicker Helpers"
530
- Cohesion: 0.43
531
- Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
530
+ Cohesion: 0.16
531
+ Nodes (16): defaultFileState, SCROLL_OFFSET, addUniq, indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), toBase64() (+8 more)
532
532
 
533
533
  ### Community 74 - "Calendar Day"
534
- Cohesion: 0.33
535
- Nodes (6): Day, optional, value, currentMonth, ext, kind
534
+ Cohesion: 0.29
535
+ Nodes (7): Calendar, Day, optional, value, currentMonth, ext, kind
536
536
 
537
537
  ### Community 75 - "Calendar Pointer Props"
538
538
  Cohesion: 0.29
539
539
  Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPointerUp
540
540
 
541
541
  ### Community 76 - "Size Enum Props"
542
- Cohesion: 0.04
543
- Nodes (50): [2.0.0](https://github.com/foreverido/uilib/compare/v2.0.0-beta...v2.0.0) (2022-05-04), [3.1.0](https://github.com/foreverido/uilib/compare/v3.0.0...v3.1.0) (2022-07-24), [3.8.0](https://github.com/foreverido/uilib/compare/v3.7.0...v3.8.0) (2023-03-10), [3.9.0](https://github.com/foreverido/uilib/compare/v3.8.0...v3.9.0) (2023-03-11), [4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22), [4.20.0-beta-3](https://github.com/foreverido/uilib/compare/v4.20.0-beta-2...v4.20.0-beta-3) (2025-02-23), [4.20.0-beta-4](https://github.com/foreverido/uilib/compare/v4.20.0-beta-3...v4.20.0-beta-4) (2025-03-05), [4.20.0-beta-5](https://github.com/foreverido/uilib/compare/v4.20.0-beta-4...v4.20.0-beta-5) (2025-03-05) (+42 more)
542
+ Cohesion: 0.06
543
+ Nodes (37): [2.0.0](https://github.com/foreverido/uilib/compare/v2.0.0-beta...v2.0.0) (2022-05-04), [3.1.0](https://github.com/foreverido/uilib/compare/v3.0.0...v3.1.0) (2022-07-24), [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), [3.8.0](https://github.com/foreverido/uilib/compare/v3.7.0...v3.8.0) (2023-03-10), [3.9.0](https://github.com/foreverido/uilib/compare/v3.8.0...v3.9.0) (2023-03-11), [4.20.0-beta-1](https://github.com/foreverido/uilib/compare/v4.20.0-beta-0...v4.20.0-beta-1) (2025-02-20), [4.20.0-beta-2](https://github.com/foreverido/uilib/compare/v4.20.0-beta-1...v4.20.0-beta-2) (2025-02-20), [4.20.0-beta-3](https://github.com/foreverido/uilib/compare/v4.20.0-beta-2...v4.20.0-beta-3) (2025-02-23) (+29 more)
544
544
 
545
545
  ### Community 77 - "Code Editor"
546
546
  Cohesion: 0.48
@@ -554,13 +554,13 @@ Nodes (7): Search Icon, Send Icon, Sound Wave Icon, Stop Icon, Stop In Circle Ic
554
554
  Cohesion: 0.29
555
555
  Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
556
556
 
557
- ### Community 80 - "TextShimmer"
558
- Cohesion: 0.25
559
- Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
557
+ ### Community 81 - "Virtualized Cards"
558
+ Cohesion: 0.17
559
+ Nodes (12): Option, value, comment, optional, value, id, kind, label (+4 more)
560
560
 
561
561
  ### Community 82 - "ClassName Props"
562
- Cohesion: 0.38
563
- Nodes (7): comment, optional, value, className, className, className, className
562
+ Cohesion: 0.20
563
+ Nodes (10): [4.24.1](https://github.com/foreverido/uilib/compare/v4.24.0...v4.24.1) (2025-05-24), [4.24.2](https://github.com/foreverido/uilib/compare/v4.24.1...v4.24.2) (2025-05-24), [4.24.3](https://github.com/foreverido/uilib/compare/v4.24.2...v4.24.3) (2025-05-25), [4.24.4](https://github.com/foreverido/uilib/compare/v4.24.3...v4.24.4) (2025-05-25), [4.25.0](https://github.com/foreverido/uilib/compare/v4.24.4...v4.25.0) (2025-05-30), Bug Fixes, Bug Fixes, Bug Fixes (+2 more)
564
564
 
565
565
  ### Community 83 - "Ukrainian i18n"
566
566
  Cohesion: 0.33
@@ -588,7 +588,7 @@ Nodes (5): ImportData, Loader, Props, RenderFunction, State
588
588
 
589
589
  ### Community 89 - "Select Example Helpers"
590
590
  Cohesion: 0.05
591
- Nodes (41): [4.22.10](https://github.com/foreverido/uilib/compare/v4.22.9...v4.22.10) (2025-04-14), [4.22.11](https://github.com/foreverido/uilib/compare/v4.22.10...v4.22.11) (2025-04-18), [4.22.12](https://github.com/foreverido/uilib/compare/v4.22.11...v4.22.12) (2025-04-18), [4.22.13](https://github.com/foreverido/uilib/compare/v4.22.12...v4.22.13) (2025-04-30), [4.22.14](https://github.com/foreverido/uilib/compare/v4.22.13...v4.22.14) (2025-04-30), [4.22.15](https://github.com/foreverido/uilib/compare/v4.22.14...v4.22.15) (2025-04-30), [4.22.16](https://github.com/foreverido/uilib/compare/v4.22.15...v4.22.16) (2025-05-01), [4.22.17](https://github.com/foreverido/uilib/compare/v4.22.16...v4.22.17) (2025-05-02) (+33 more)
591
+ Nodes (42): [4.22.10](https://github.com/foreverido/uilib/compare/v4.22.9...v4.22.10) (2025-04-14), [4.22.11](https://github.com/foreverido/uilib/compare/v4.22.10...v4.22.11) (2025-04-18), [4.22.12](https://github.com/foreverido/uilib/compare/v4.22.11...v4.22.12) (2025-04-18), [4.22.13](https://github.com/foreverido/uilib/compare/v4.22.12...v4.22.13) (2025-04-30), [4.22.14](https://github.com/foreverido/uilib/compare/v4.22.13...v4.22.14) (2025-04-30), [4.22.15](https://github.com/foreverido/uilib/compare/v4.22.14...v4.22.15) (2025-04-30), [4.22.16](https://github.com/foreverido/uilib/compare/v4.22.15...v4.22.16) (2025-05-01), [4.22.17](https://github.com/foreverido/uilib/compare/v4.22.16...v4.22.17) (2025-05-02) (+34 more)
592
592
 
593
593
  ### Community 90 - "Menu More Icons"
594
594
  Cohesion: 0.50
@@ -603,20 +603,20 @@ Cohesion: 0.40
603
603
  Nodes (3): external, pkg, require
604
604
 
605
605
  ### Community 93 - "Tabs Types"
606
- Cohesion: 0.04
607
- Nodes (49): [4.28.1](https://github.com/foreverido/uilib/compare/v4.28.0...v4.28.1) (2025-09-08), [4.28.2](https://github.com/foreverido/uilib/compare/v4.28.1...v4.28.2) (2025-09-08), [4.28.3](https://github.com/foreverido/uilib/compare/v4.28.2...v4.28.3) (2025-09-08), [4.28.4](https://github.com/foreverido/uilib/compare/v4.28.3...v4.28.4) (2025-09-08), [4.28.5](https://github.com/foreverido/uilib/compare/v4.28.4...v4.28.5) (2025-09-08), [4.29.0](https://github.com/foreverido/uilib/compare/v4.28.5...v4.29.0) (2025-09-13), [4.30.10](https://github.com/foreverido/uilib/compare/v4.30.9...v4.30.10) (2026-02-21), [4.30.11](https://github.com/foreverido/uilib/compare/v4.30.10...v4.30.11) (2026-02-22) (+41 more)
606
+ Cohesion: 0.06
607
+ Nodes (36): [4.30.10](https://github.com/foreverido/uilib/compare/v4.30.9...v4.30.10) (2026-02-21), [4.30.11](https://github.com/foreverido/uilib/compare/v4.30.10...v4.30.11) (2026-02-22), [4.30.12](https://github.com/foreverido/uilib/compare/v4.30.11...v4.30.12) (2026-03-03), [4.30.13](https://github.com/foreverido/uilib/compare/v4.30.12...v4.30.13) (2026-03-22), [4.30.14](https://github.com/foreverido/uilib/compare/v4.30.13...v4.30.14) (2026-03-25), [4.30.15](https://github.com/foreverido/uilib/compare/v4.30.14...v4.30.15) (2026-03-29), [4.30.16](https://github.com/foreverido/uilib/compare/v4.30.15...v4.30.16) (2026-04-13), [4.30.1](https://github.com/foreverido/uilib/compare/v4.30.0...v4.30.1) (2026-02-14) (+28 more)
608
608
 
609
609
  ### Community 94 - "VH Component"
610
- Cohesion: 0.18
611
- Nodes (4): App(), STORE, Router(), VH
610
+ Cohesion: 0.14
611
+ Nodes (6): App(), STORE, GroupItem, RouteItem, RouteLoader, VH
612
612
 
613
613
  ### Community 95 - "Docs Navigation"
614
- Cohesion: 0.05
615
- Nodes (37): [5.0.1](https://github.com/foreverido/uilib/compare/v5.0.0...v5.0.1) (2026-04-18), [5.1.0](https://github.com/foreverido/uilib/compare/v5.0.1...v5.1.0) (2026-05-01), [5.1.10](https://github.com/foreverido/uilib/compare/v5.1.9...v5.1.10) (2026-05-24), [5.1.11](https://github.com/foreverido/uilib/compare/v5.1.10...v5.1.11) (2026-05-24), [5.1.12](https://github.com/foreverido/uilib/compare/v5.1.11...v5.1.12) (2026-05-30), [5.1.14](https://github.com/foreverido/uilib/compare/v5.1.12...v5.1.14) (2026-06-04), [5.1.15](https://github.com/foreverido/uilib/compare/v5.1.14...v5.1.15) (2026-06-04), [5.1.17](https://github.com/foreverido/uilib/compare/v5.1.15...v5.1.17) (2026-06-05) (+29 more)
614
+ Cohesion: 0.06
615
+ Nodes (33): [5.1.10](https://github.com/foreverido/uilib/compare/v5.1.9...v5.1.10) (2026-05-24), [5.1.11](https://github.com/foreverido/uilib/compare/v5.1.10...v5.1.11) (2026-05-24), [5.1.12](https://github.com/foreverido/uilib/compare/v5.1.11...v5.1.12) (2026-05-30), [5.1.14](https://github.com/foreverido/uilib/compare/v5.1.12...v5.1.14) (2026-06-04), [5.1.15](https://github.com/foreverido/uilib/compare/v5.1.14...v5.1.15) (2026-06-04), [5.1.17](https://github.com/foreverido/uilib/compare/v5.1.15...v5.1.17) (2026-06-05), [5.1.18](https://github.com/foreverido/uilib/compare/v5.1.17...v5.1.18) (2026-06-06), [5.1.1](https://github.com/foreverido/uilib/compare/v5.1.0...v5.1.1) (2026-05-01) (+25 more)
616
616
 
617
617
  ### Community 96 - "Footer Alignment"
618
- Cohesion: 0.50
619
- Nodes (4): enum, optional, value, footerAlignment
618
+ Cohesion: 0.22
619
+ Nodes (6): Theme(), Props, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProviderProps
620
620
 
621
621
  ### Community 97 - "Calendar Day Disabled"
622
622
  Cohesion: 0.50
@@ -655,8 +655,8 @@ Cohesion: 0.50
655
655
  Nodes (4): weekendClassName, comment, optional, value
656
656
 
657
657
  ### Community 106 - "Icon Name Helpers"
658
- Cohesion: 0.60
659
- Nodes (4): params, show(), showAll(), showRichContent()
658
+ Cohesion: 0.25
659
+ Nodes (8): [3.10.0](https://github.com/foreverido/uilib/compare/v3.9.3...v3.10.0) (2023-03-16), [3.9.1](https://github.com/foreverido/uilib/compare/v3.9.0...v3.9.1) (2023-03-14), [3.9.2](https://github.com/foreverido/uilib/compare/v3.9.1...v3.9.2) (2023-03-15), [3.9.3](https://github.com/foreverido/uilib/compare/v3.9.2...v3.9.3) (2023-03-15), Bug Fixes, Bug Fixes, Bug Fixes, Features
660
660
 
661
661
  ### Community 107 - "Media Placeholder Icons"
662
662
  Cohesion: 0.50
@@ -684,11 +684,11 @@ Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.
684
684
 
685
685
  ### Community 113 - "Theme Docs"
686
686
  Cohesion: 0.07
687
- Nodes (29): [4.6.0](https://github.com/foreverido/uilib/compare/v4.5.0...v4.6.0) (2023-04-15), [4.6.10](https://github.com/foreverido/uilib/compare/v4.6.9...v4.6.10) (2023-04-19), [4.6.11](https://github.com/foreverido/uilib/compare/v4.6.10...v4.6.11) (2023-04-20), [4.6.12](https://github.com/foreverido/uilib/compare/v4.6.11...v4.6.12) (2023-05-04), [4.6.1](https://github.com/foreverido/uilib/compare/v4.6.0...v4.6.1) (2023-04-15), [4.6.2](https://github.com/foreverido/uilib/compare/v4.6.1...v4.6.2) (2023-04-15), [4.6.3](https://github.com/foreverido/uilib/compare/v4.6.2...v4.6.3) (2023-04-16), [4.6.4](https://github.com/foreverido/uilib/compare/v4.6.3...v4.6.4) (2023-04-16) (+21 more)
687
+ Nodes (27): [4.6.10](https://github.com/foreverido/uilib/compare/v4.6.9...v4.6.10) (2023-04-19), [4.6.11](https://github.com/foreverido/uilib/compare/v4.6.10...v4.6.11) (2023-04-20), [4.6.12](https://github.com/foreverido/uilib/compare/v4.6.11...v4.6.12) (2023-05-04), [4.6.1](https://github.com/foreverido/uilib/compare/v4.6.0...v4.6.1) (2023-04-15), [4.6.2](https://github.com/foreverido/uilib/compare/v4.6.1...v4.6.2) (2023-04-15), [4.6.3](https://github.com/foreverido/uilib/compare/v4.6.2...v4.6.3) (2023-04-16), [4.6.4](https://github.com/foreverido/uilib/compare/v4.6.3...v4.6.4) (2023-04-16), [4.6.5](https://github.com/foreverido/uilib/compare/v4.6.4...v4.6.5) (2023-04-16) (+19 more)
688
688
 
689
689
  ### Community 114 - "Number Formatting"
690
- Cohesion: 0.07
691
- Nodes (28): [4.0.10](https://github.com/foreverido/uilib/compare/v4.0.9...v4.0.10) (2023-03-29), [4.0.11](https://github.com/foreverido/uilib/compare/v4.0.10...v4.0.11) (2023-03-29), [4.0.1](https://github.com/foreverido/uilib/compare/v4.0.0...v4.0.1) (2023-03-26), [4.0.2](https://github.com/foreverido/uilib/compare/v4.0.1...v4.0.2) (2023-03-26), [4.0.3](https://github.com/foreverido/uilib/compare/v4.0.2...v4.0.3) (2023-03-26), [4.0.4](https://github.com/foreverido/uilib/compare/v4.0.3...v4.0.4) (2023-03-26), [4.0.5](https://github.com/foreverido/uilib/compare/v4.0.4...v4.0.5) (2023-03-26), [4.0.6](https://github.com/foreverido/uilib/compare/v4.0.5...v4.0.6) (2023-03-26) (+20 more)
690
+ Cohesion: 0.09
691
+ Nodes (23): [4.0.10](https://github.com/foreverido/uilib/compare/v4.0.9...v4.0.10) (2023-03-29), [4.0.11](https://github.com/foreverido/uilib/compare/v4.0.10...v4.0.11) (2023-03-29), [4.0.1](https://github.com/foreverido/uilib/compare/v4.0.0...v4.0.1) (2023-03-26), [4.0.2](https://github.com/foreverido/uilib/compare/v4.0.1...v4.0.2) (2023-03-26), [4.0.3](https://github.com/foreverido/uilib/compare/v4.0.2...v4.0.3) (2023-03-26), [4.0.4](https://github.com/foreverido/uilib/compare/v4.0.3...v4.0.4) (2023-03-26), [4.0.5](https://github.com/foreverido/uilib/compare/v4.0.4...v4.0.5) (2023-03-26), [4.0.6](https://github.com/foreverido/uilib/compare/v4.0.5...v4.0.6) (2023-03-26) (+15 more)
692
692
 
693
693
  ### Community 115 - "Virtualized Index Helpers"
694
694
  Cohesion: 0.67
@@ -696,67 +696,67 @@ Nodes (3): [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.
696
696
 
697
697
  ### Community 116 - "Docs Scope"
698
698
  Cohesion: 0.10
699
- Nodes (21): [4.26.10](https://github.com/foreverido/uilib/compare/v4.26.9...v4.26.10) (2025-06-19), [4.26.1](https://github.com/foreverido/uilib/compare/v4.26.0...v4.26.1) (2025-06-10), [4.26.2](https://github.com/foreverido/uilib/compare/v4.26.1...v4.26.2) (2025-06-14), [4.26.3](https://github.com/foreverido/uilib/compare/v4.26.2...v4.26.3) (2025-06-14), [4.26.4](https://github.com/foreverido/uilib/compare/v4.26.3...v4.26.4) (2025-06-14), [4.26.5](https://github.com/foreverido/uilib/compare/v4.26.4...v4.26.5) (2025-06-14), [4.26.6](https://github.com/foreverido/uilib/compare/v4.26.5...v4.26.6) (2025-06-14), [4.26.7](https://github.com/foreverido/uilib/compare/v4.26.6...v4.26.7) (2025-06-17) (+13 more)
699
+ Nodes (20): [4.26.10](https://github.com/foreverido/uilib/compare/v4.26.9...v4.26.10) (2025-06-19), [4.26.1](https://github.com/foreverido/uilib/compare/v4.26.0...v4.26.1) (2025-06-10), [4.26.2](https://github.com/foreverido/uilib/compare/v4.26.1...v4.26.2) (2025-06-14), [4.26.3](https://github.com/foreverido/uilib/compare/v4.26.2...v4.26.3) (2025-06-14), [4.26.4](https://github.com/foreverido/uilib/compare/v4.26.3...v4.26.4) (2025-06-14), [4.26.5](https://github.com/foreverido/uilib/compare/v4.26.4...v4.26.5) (2025-06-14), [4.26.6](https://github.com/foreverido/uilib/compare/v4.26.5...v4.26.6) (2025-06-14), [4.26.7](https://github.com/foreverido/uilib/compare/v4.26.6...v4.26.7) (2025-06-17) (+12 more)
700
700
 
701
701
  ### Community 117 - "Auto Scroll Props"
702
- Cohesion: 0.67
703
- Nodes (3): optional, value, autoScrollBottom
702
+ Cohesion: 0.25
703
+ Nodes (8): [4.25.1](https://github.com/foreverido/uilib/compare/v4.25.0...v4.25.1) (2025-05-30), [4.25.2](https://github.com/foreverido/uilib/compare/v4.25.1...v4.25.2) (2025-06-05), [4.25.3](https://github.com/foreverido/uilib/compare/v4.25.2...v4.25.3) (2025-06-09), [4.26.0](https://github.com/foreverido/uilib/compare/v4.25.3...v4.26.0) (2025-06-10), Bug Fixes, Bug Fixes, Bug Fixes, Features
704
704
 
705
705
  ### Community 118 - "Content Props"
706
- Cohesion: 0.67
707
- Nodes (3): optional, value, content
706
+ Cohesion: 0.31
707
+ Nodes (4): CustomWrapElemParams, Props, Props, omit()
708
708
 
709
709
  ### Community 119 - "Content ClassName"
710
- Cohesion: 0.67
711
- Nodes (3): optional, value, contentClassName
710
+ Cohesion: 0.18
711
+ Nodes (8): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, Props, Shimmer(), ShimmerProps
712
712
 
713
713
  ### Community 120 - "Footer Props"
714
- Cohesion: 0.67
715
- Nodes (3): optional, value, footer
714
+ Cohesion: 0.30
715
+ Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
716
716
 
717
717
  ### Community 121 - "Icon Props"
718
- Cohesion: 0.67
719
- Nodes (3): optional, value, icon
718
+ Cohesion: 0.25
719
+ Nodes (5): DateTime(), formatDate(), Props, date, columns
720
720
 
721
721
  ### Community 122 - "Max Height Props"
722
- Cohesion: 0.67
723
- Nodes (3): optional, value, maxHeight
722
+ Cohesion: 0.40
723
+ Nodes (5): [4.1.1](https://github.com/foreverido/uilib/compare/v4.1.0...v4.1.1) (2023-03-30), [4.2.0](https://github.com/foreverido/uilib/compare/v4.1.1...v4.2.0) (2023-04-02), Bug Fixes, Bug Fixes, Features
724
724
 
725
725
  ### Community 123 - "No Scroll Props"
726
- Cohesion: 0.67
727
- Nodes (3): optional, value, noScroll
726
+ Cohesion: 0.50
727
+ Nodes (4): [4.11.1](https://github.com/foreverido/uilib/compare/v4.11.0...v4.11.1) (2023-06-17), [4.12.0](https://github.com/foreverido/uilib/compare/v4.11.1...v4.12.0) (2023-07-16), Bug Fixes, Features
728
728
 
729
729
  ### Community 124 - "Subtitle Props"
730
- Cohesion: 0.67
731
- Nodes (3): subtitle, optional, value
730
+ Cohesion: 0.21
731
+ Nodes (4): List, format, LABEL, zero()
732
732
 
733
733
  ### Community 125 - "Subtitle ClassName"
734
- Cohesion: 0.67
735
- Nodes (3): subtitleClassName, optional, value
734
+ Cohesion: 0.38
735
+ Nodes (4): ContextType, parsePath(), replaceParamsInPath(), Store
736
736
 
737
737
  ### Community 126 - "Title Props"
738
- Cohesion: 0.67
739
- Nodes (3): title, optional, value
738
+ Cohesion: 0.33
739
+ Nodes (3): ButtonProps, ButtonConfig, Props
740
740
 
741
741
  ### Community 127 - "Title ClassName"
742
- Cohesion: 0.67
743
- Nodes (3): titleClassName, optional, value
742
+ Cohesion: 0.47
743
+ Nodes (5): generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT
744
744
 
745
745
  ### Community 128 - "Trigger Props"
746
- Cohesion: 0.67
747
- Nodes (3): trigger, optional, value
746
+ Cohesion: 0.40
747
+ Nodes (4): ID, Item, Props, RenderProps
748
748
 
749
749
  ### Community 129 - "Trigger ClassName"
750
- Cohesion: 0.67
751
- Nodes (3): triggerClassName, optional, value
750
+ Cohesion: 0.50
751
+ Nodes (4): [3.5.1](https://github.com/foreverido/uilib/compare/v3.5.0...v3.5.1) (2023-03-05), [3.6.0](https://github.com/foreverido/uilib/compare/v3.5.1...v3.6.0) (2023-03-06), Bug Fixes, Features
752
752
 
753
753
  ### Community 130 - "Width Props"
754
- Cohesion: 0.67
755
- Nodes (3): width, optional, value
754
+ Cohesion: 0.50
755
+ Nodes (4): [5.0.1](https://github.com/foreverido/uilib/compare/v5.0.0...v5.0.1) (2026-04-18), [5.1.0](https://github.com/foreverido/uilib/compare/v5.0.1...v5.1.0) (2026-05-01), Features, Features
756
756
 
757
757
  ### Community 132 - "Expand Types"
758
- Cohesion: 0.22
759
- Nodes (4): ButtonProps, Validator, ButtonConfig, Props
758
+ Cohesion: 0.50
759
+ Nodes (3): groupsOptions, INITIAL_VALUES, validationSchema
760
760
 
761
761
  ### Community 133 - "Brand Avatar Icons"
762
762
  Cohesion: 0.67
@@ -791,28 +791,20 @@ Cohesion: 0.67
791
791
  Nodes (3): Scale Icon, Settings Icon, Tool Icon
792
792
 
793
793
  ### Community 143 - "More Docs Examples"
794
- Cohesion: 0.11
795
- Nodes (18): [1.2.1](https://github.com/foreverido/uilib/compare/v1.2.0...v1.2.1) (2022-03-30), [1.2.2](https://github.com/foreverido/uilib/compare/v1.2.1...v1.2.2) (2022-03-31), [1.2.3](https://github.com/foreverido/uilib/compare/v1.2.2...v1.2.3) (2022-03-31), [1.2.4](https://github.com/foreverido/uilib/compare/v1.2.3...v1.2.4) (2022-04-01), [1.2.5](https://github.com/foreverido/uilib/compare/v1.2.4...v1.2.5) (2022-04-02), [1.2.6](https://github.com/foreverido/uilib/compare/v1.2.5...v1.2.6) (2022-04-03), [1.2.7](https://github.com/foreverido/uilib/compare/v1.2.6...v1.2.7) (2022-04-03), [1.2.8](https://github.com/foreverido/uilib/compare/v1.2.7...v1.2.8) (2022-04-07) (+10 more)
794
+ Cohesion: 0.06
795
+ Nodes (35): [1.2.1](https://github.com/foreverido/uilib/compare/v1.2.0...v1.2.1) (2022-03-30), [1.2.2](https://github.com/foreverido/uilib/compare/v1.2.1...v1.2.2) (2022-03-31), [1.2.3](https://github.com/foreverido/uilib/compare/v1.2.2...v1.2.3) (2022-03-31), [1.2.4](https://github.com/foreverido/uilib/compare/v1.2.3...v1.2.4) (2022-04-01), [1.2.5](https://github.com/foreverido/uilib/compare/v1.2.4...v1.2.5) (2022-04-02), [1.2.6](https://github.com/foreverido/uilib/compare/v1.2.5...v1.2.6) (2022-04-03), [1.2.7](https://github.com/foreverido/uilib/compare/v1.2.6...v1.2.7) (2022-04-03), [1.2.8](https://github.com/foreverido/uilib/compare/v1.2.7...v1.2.8) (2022-04-07) (+27 more)
796
796
 
797
797
  ### Community 144 - "Docs Scope Pages"
798
798
  Cohesion: 0.12
799
799
  Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
800
800
 
801
- ### Community 145 - "Additional Docs Examples"
802
- Cohesion: 0.12
803
- Nodes (17): [1.3.1](https://github.com/foreverido/uilib/compare/v1.3.0...v1.3.1) (2022-04-08), [1.3.2](https://github.com/foreverido/uilib/compare/v1.3.1...v1.3.2) (2022-04-08), [1.3.3](https://github.com/foreverido/uilib/compare/v1.3.2...v1.3.3) (2022-04-10), [1.3.4](https://github.com/foreverido/uilib/compare/v1.3.3...v1.3.4) (2022-04-10), [1.3.5](https://github.com/foreverido/uilib/compare/v1.3.4...v1.3.5) (2022-04-30), [1.3.6](https://github.com/foreverido/uilib/compare/v1.3.5...v1.3.6) (2022-04-30), [1.3.7](https://github.com/foreverido/uilib/compare/v1.3.6...v1.3.7) (2022-05-01), [2.0.0-beta](https://github.com/foreverido/uilib/compare/v1.3.7...v2.0.0-beta) (2022-05-04) (+9 more)
804
-
805
801
  ### Community 149 - "Single Doc Page"
806
- Cohesion: 0.07
807
- Nodes (31): [4.10.0](https://github.com/foreverido/uilib/compare/v4.9.7...v4.10.0) (2023-05-27), [4.10.1](https://github.com/foreverido/uilib/compare/v4.10.0...v4.10.1) (2023-05-29), [4.10.2](https://github.com/foreverido/uilib/compare/v4.10.1...v4.10.2) (2023-05-29), [4.10.3](https://github.com/foreverido/uilib/compare/v4.10.2...v4.10.3) (2023-05-29), [4.10.4](https://github.com/foreverido/uilib/compare/v4.10.3...v4.10.4) (2023-05-29), [4.11.0](https://github.com/foreverido/uilib/compare/v4.10.4...v4.11.0) (2023-06-12), [4.11.1](https://github.com/foreverido/uilib/compare/v4.11.0...v4.11.1) (2023-06-17), [4.12.0](https://github.com/foreverido/uilib/compare/v4.11.1...v4.12.0) (2023-07-16) (+23 more)
808
-
809
- ### Community 151 - "Docs Entry Point"
810
- Cohesion: 0.67
811
- Nodes (3): optional, value, footerClassName
802
+ Cohesion: 0.12
803
+ Nodes (17): [4.10.0](https://github.com/foreverido/uilib/compare/v4.9.7...v4.10.0) (2023-05-27), [4.9.1](https://github.com/foreverido/uilib/compare/v4.9.0...v4.9.1) (2023-05-21), [4.9.2](https://github.com/foreverido/uilib/compare/v4.9.1...v4.9.2) (2023-05-21), [4.9.3](https://github.com/foreverido/uilib/compare/v4.9.2...v4.9.3) (2023-05-21), [4.9.4](https://github.com/foreverido/uilib/compare/v4.9.3...v4.9.4) (2023-05-22), [4.9.5](https://github.com/foreverido/uilib/compare/v4.9.4...v4.9.5) (2023-05-26), [4.9.6](https://github.com/foreverido/uilib/compare/v4.9.5...v4.9.6) (2023-05-27), [4.9.7](https://github.com/foreverido/uilib/compare/v4.9.6...v4.9.7) (2023-05-27) (+9 more)
812
804
 
813
805
  ### Community 167 - "Community 167"
814
- Cohesion: 0.10
815
- Nodes (21): [4.19.1](https://github.com/foreverido/uilib/compare/v4.19.0...v4.19.1) (2025-01-11), [4.19.2](https://github.com/foreverido/uilib/compare/v4.19.1...v4.19.2) (2025-01-12), [4.19.3](https://github.com/foreverido/uilib/compare/v4.19.2...v4.19.3) (2025-01-13), [4.19.4](https://github.com/foreverido/uilib/compare/v4.19.3...v4.19.4) (2025-01-13), [4.19.5](https://github.com/foreverido/uilib/compare/v4.19.4...v4.19.5) (2025-01-14), [4.19.6](https://github.com/foreverido/uilib/compare/v4.19.5...v4.19.6) (2025-01-25), [4.19.7](https://github.com/foreverido/uilib/compare/v4.19.6...v4.19.7) (2025-01-25), [4.19.8](https://github.com/foreverido/uilib/compare/v4.19.7...v4.19.8) (2025-01-25) (+13 more)
806
+ Cohesion: 0.12
807
+ Nodes (17): [4.19.1](https://github.com/foreverido/uilib/compare/v4.19.0...v4.19.1) (2025-01-11), [4.19.2](https://github.com/foreverido/uilib/compare/v4.19.1...v4.19.2) (2025-01-12), [4.19.3](https://github.com/foreverido/uilib/compare/v4.19.2...v4.19.3) (2025-01-13), [4.19.4](https://github.com/foreverido/uilib/compare/v4.19.3...v4.19.4) (2025-01-13), [4.19.5](https://github.com/foreverido/uilib/compare/v4.19.4...v4.19.5) (2025-01-14), [4.19.6](https://github.com/foreverido/uilib/compare/v4.19.5...v4.19.6) (2025-01-25), [4.19.7](https://github.com/foreverido/uilib/compare/v4.19.6...v4.19.7) (2025-01-25), [4.19.8](https://github.com/foreverido/uilib/compare/v4.19.7...v4.19.8) (2025-01-25) (+9 more)
816
808
 
817
809
  ### Community 168 - "Community 168"
818
810
  Cohesion: 0.12
@@ -830,45 +822,41 @@ Nodes (14): [1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1)
830
822
  Cohesion: 0.14
831
823
  Nodes (14): [4.20.1](https://github.com/foreverido/uilib/compare/v4.20.0...v4.20.1) (2025-03-10), [4.20.2](https://github.com/foreverido/uilib/compare/v4.20.1...v4.20.2) (2025-03-10), [4.20.3](https://github.com/foreverido/uilib/compare/v4.20.2...v4.20.3) (2025-03-10), [4.20.4](https://github.com/foreverido/uilib/compare/v4.20.3...v4.20.4) (2025-03-10), [4.20.5](https://github.com/foreverido/uilib/compare/v4.20.4...v4.20.5) (2025-03-10), [4.20.6](https://github.com/foreverido/uilib/compare/v4.20.5...v4.20.6) (2025-03-12), [4.21.0](https://github.com/foreverido/uilib/compare/v4.20.6...v4.21.0) (2025-03-30), Bug Fixes (+6 more)
832
824
 
825
+ ### Community 172 - "Community 172"
826
+ Cohesion: 0.67
827
+ Nodes (3): postchangelog, standard-version, scripts
828
+
833
829
  ### Community 173 - "Community 173"
834
830
  Cohesion: 0.20
835
831
  Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
836
832
 
837
833
  ### Community 175 - "Community 175"
838
- Cohesion: 0.30
839
- Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
840
-
841
- ### Community 176 - "Community 176"
842
- Cohesion: 0.14
843
- Nodes (10): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, useIsMounted(), Props, ScrollProps (+2 more)
844
-
845
- ### Community 179 - "Community 179"
846
- Cohesion: 0.29
847
- Nodes (5): boxVariants, buttonVariants, inputTypes, sizes, Toggle()
834
+ Cohesion: 0.12
835
+ Nodes (13): Calendar(), MONTHS, Checkbox(), boxVariants, buttonVariants, inputTypes, sizes, DatePicker() (+5 more)
848
836
 
849
837
  ### Community 180 - "Community 180"
850
838
  Cohesion: 0.20
851
839
  Nodes (10): [3.10.1](https://github.com/foreverido/uilib/compare/v3.10.0...v3.10.1) (2023-03-19), [3.10.2](https://github.com/foreverido/uilib/compare/v3.10.1...v3.10.2) (2023-03-19), [3.10.3](https://github.com/foreverido/uilib/compare/v3.10.2...v3.10.3) (2023-03-19), [3.11.0](https://github.com/foreverido/uilib/compare/v3.10.3...v3.11.0) (2023-03-19), Bug Fixes, Bug Fixes, Bug Fixes, Bug Fixes (+2 more)
852
840
 
853
841
  ### Community 182 - "Community 182"
854
- Cohesion: 0.18
855
- Nodes (11): [4.21.1](https://github.com/foreverido/uilib/compare/v4.21.0...v4.21.1) (2025-04-01), [4.21.2](https://github.com/foreverido/uilib/compare/v4.21.1...v4.21.2) (2025-04-02), [4.21.3](https://github.com/foreverido/uilib/compare/v4.21.2...v4.21.3) (2025-04-02), [4.21.4](https://github.com/foreverido/uilib/compare/v4.21.3...v4.21.4) (2025-04-05), [4.22.0](https://github.com/foreverido/uilib/compare/v4.21.4...v4.22.0) (2025-04-10), Bug Fixes, Bug Fixes, Features (+3 more)
842
+ Cohesion: 0.20
843
+ Nodes (10): [4.21.1](https://github.com/foreverido/uilib/compare/v4.21.0...v4.21.1) (2025-04-01), [4.21.2](https://github.com/foreverido/uilib/compare/v4.21.1...v4.21.2) (2025-04-02), [4.21.3](https://github.com/foreverido/uilib/compare/v4.21.2...v4.21.3) (2025-04-02), [4.21.4](https://github.com/foreverido/uilib/compare/v4.21.3...v4.21.4) (2025-04-05), [4.22.0](https://github.com/foreverido/uilib/compare/v4.21.4...v4.22.0) (2025-04-10), Bug Fixes, Bug Fixes, Features (+2 more)
856
844
 
857
845
  ### Community 183 - "Community 183"
858
- Cohesion: 0.08
859
- Nodes (29): [4.23.1](https://github.com/foreverido/uilib/compare/v4.23.0...v4.23.1) (2025-05-17), [4.23.2](https://github.com/foreverido/uilib/compare/v4.23.1...v4.23.2) (2025-05-19), [4.23.3](https://github.com/foreverido/uilib/compare/v4.23.2...v4.23.3) (2025-05-21), [4.23.4](https://github.com/foreverido/uilib/compare/v4.23.3...v4.23.4) (2025-05-22), [4.24.0](https://github.com/foreverido/uilib/compare/v4.23.4...v4.24.0) (2025-05-24), [4.24.1](https://github.com/foreverido/uilib/compare/v4.24.0...v4.24.1) (2025-05-24), [4.24.2](https://github.com/foreverido/uilib/compare/v4.24.1...v4.24.2) (2025-05-24), [4.24.3](https://github.com/foreverido/uilib/compare/v4.24.2...v4.24.3) (2025-05-25) (+21 more)
846
+ Cohesion: 0.18
847
+ Nodes (11): [4.23.1](https://github.com/foreverido/uilib/compare/v4.23.0...v4.23.1) (2025-05-17), [4.23.2](https://github.com/foreverido/uilib/compare/v4.23.1...v4.23.2) (2025-05-19), [4.23.3](https://github.com/foreverido/uilib/compare/v4.23.2...v4.23.3) (2025-05-21), [4.23.4](https://github.com/foreverido/uilib/compare/v4.23.3...v4.23.4) (2025-05-22), [4.24.0](https://github.com/foreverido/uilib/compare/v4.23.4...v4.24.0) (2025-05-24), Bug Fixes, Bug Fixes, Features (+3 more)
860
848
 
861
849
  ### Community 184 - "Community 184"
862
- Cohesion: 0.13
863
- Nodes (15): [3.10.0](https://github.com/foreverido/uilib/compare/v3.9.3...v3.10.0) (2023-03-16), [3.6.1](https://github.com/foreverido/uilib/compare/v3.6.0...v3.6.1) (2023-03-07), [3.6.2](https://github.com/foreverido/uilib/compare/v3.6.1...v3.6.2) (2023-03-08), [3.7.0](https://github.com/foreverido/uilib/compare/v3.6.2...v3.7.0) (2023-03-08), [3.9.1](https://github.com/foreverido/uilib/compare/v3.9.0...v3.9.1) (2023-03-14), [3.9.2](https://github.com/foreverido/uilib/compare/v3.9.1...v3.9.2) (2023-03-15), [3.9.3](https://github.com/foreverido/uilib/compare/v3.9.2...v3.9.3) (2023-03-15), Bug Fixes (+7 more)
850
+ Cohesion: 0.29
851
+ Nodes (7): [3.6.1](https://github.com/foreverido/uilib/compare/v3.6.0...v3.6.1) (2023-03-07), [3.6.2](https://github.com/foreverido/uilib/compare/v3.6.1...v3.6.2) (2023-03-08), [3.7.0](https://github.com/foreverido/uilib/compare/v3.6.2...v3.7.0) (2023-03-08), Bug Fixes, Bug Fixes, Bug Fixes, Features
864
852
 
865
853
  ### Community 188 - "Community 188"
866
- Cohesion: 0.47
867
- Nodes (3): menu(), UserPage(), UsersPage()
854
+ Cohesion: 0.28
855
+ Nodes (5): menu(), UserPage(), UsersPage(), Route(), Router()
868
856
 
869
857
  ### Community 189 - "Community 189"
870
- Cohesion: 0.15
871
- Nodes (11): ContextType, Redirect(), Route(), parsePath(), replaceParamsInPath(), Store, AnyProps, ComponentType (+3 more)
858
+ Cohesion: 0.25
859
+ Nodes (6): Redirect(), AnyProps, ComponentType, Props, RedirectProps, RouteProps
872
860
 
873
861
  ### Community 192 - "Community 192"
874
862
  Cohesion: 0.33
@@ -886,14 +874,6 @@ Nodes (5): [3.1.1](https://github.com/foreverido/uilib/compare/v3.1.0...v3.1.1)
886
874
  Cohesion: 0.40
887
875
  Nodes (5): [4.2.1](https://github.com/foreverido/uilib/compare/v4.2.0...v4.2.1) (2023-04-05), [4.3.0](https://github.com/foreverido/uilib/compare/v4.2.1...v4.3.0) (2023-04-07), Bug Fixes, Bug Fixes, Features
888
876
 
889
- ### Community 198 - "Community 198"
890
- Cohesion: 0.18
891
- Nodes (6): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), Select2()
892
-
893
- ### Community 199 - "Community 199"
894
- Cohesion: 0.14
895
- Nodes (9): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), getCoords(), isTouch(), Params (+1 more)
896
-
897
877
  ### Community 200 - "Community 200"
898
878
  Cohesion: 0.50
899
879
  Nodes (4): [1.1.1](https://github.com/foreverido/uilib/compare/v1.1.0...v1.1.1) (2022-03-29), [1.2.0](https://github.com/foreverido/uilib/compare/v1.1.1...v1.2.0) (2022-03-30), Bug Fixes, Features
@@ -902,21 +882,13 @@ Nodes (4): [1.1.1](https://github.com/foreverido/uilib/compare/v1.1.0...v1.1.1)
902
882
  Cohesion: 0.50
903
883
  Nodes (4): [3.4.1](https://github.com/foreverido/uilib/compare/v3.4.0...v3.4.1) (2022-08-07), [3.5.0](https://github.com/foreverido/uilib/compare/v3.4.1...v3.5.0) (2023-03-05), Bug Fixes, Bug Fixes
904
884
 
905
- ### Community 202 - "Community 202"
906
- Cohesion: 0.50
907
- Nodes (4): [3.5.1](https://github.com/foreverido/uilib/compare/v3.5.0...v3.5.1) (2023-03-05), [3.6.0](https://github.com/foreverido/uilib/compare/v3.5.1...v3.6.0) (2023-03-06), Bug Fixes, Features
908
-
909
- ### Community 204 - "Community 204"
910
- Cohesion: 0.50
911
- Nodes (4): [4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.1) (2025-09-14), [4.30.0](https://github.com/foreverido/uilib/compare/v4.29.1...v4.30.0) (2025-10-26), Bug Fixes, Features
912
-
913
885
  ### Community 205 - "Community 205"
914
886
  Cohesion: 0.50
915
887
  Nodes (4): [4.4.1](https://github.com/foreverido/uilib/compare/v4.4.0...v4.4.1) (2023-04-15), [4.4.2](https://github.com/foreverido/uilib/compare/v4.4.1...v4.4.2) (2023-04-15), [4.5.0](https://github.com/foreverido/uilib/compare/v4.4.2...v4.5.0) (2023-04-15), Features
916
888
 
917
889
  ### Community 210 - "Community 210"
918
- Cohesion: 0.67
919
- Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
890
+ Cohesion: 0.10
891
+ Nodes (7): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
920
892
 
921
893
  ### Community 211 - "Community 211"
922
894
  Cohesion: 0.67
@@ -931,8 +903,8 @@ Cohesion: 0.67
931
903
  Nodes (3): [4.12.1](https://github.com/foreverido/uilib/compare/v4.12.0...v4.12.1) (2023-07-16), [4.13.0](https://github.com/foreverido/uilib/compare/v4.12.1...v4.13.0) (2023-07-20), Features
932
904
 
933
905
  ### Community 215 - "Community 215"
934
- Cohesion: 0.67
935
- Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features
906
+ Cohesion: 0.40
907
+ Nodes (5): [4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22), [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features, Features
936
908
 
937
909
  ### Community 216 - "Community 216"
938
910
  Cohesion: 0.67
@@ -943,24 +915,24 @@ Nodes (3): [4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9..
943
915
  src/components/Icon/icons/apple.svg · relation: conceptually_related_to
944
916
 
945
917
  ## Knowledge Gaps
946
- - **1471 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1466 more)
918
+ - **1482 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1477 more)
947
919
  These have ≤1 connection - possible missing edges or undocumented components.
948
- - **26 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
920
+ - **28 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
949
921
 
950
922
  ## Suggested Questions
951
923
  _Questions this graph is uniquely positioned to answer:_
952
924
 
953
925
  - **What is the exact relationship between `Apple Logo` and `User Avatar`?**
954
926
  _Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
955
- - **Why does `Changelog` connect `Size Enum Props` to `More Docs Examples`, `Additional Docs Examples`, `UILIB Docs Assets`, `Single Doc Page`, `Select Popup Types`, `Community 167`, `Community 168`, `Community 169`, `Community 170`, `Community 171`, `Component Types JSON`, `Community 180`, `Community 182`, `Community 183`, `Community 184`, `Text Heading`, `Community 192`, `Community 194`, `Community 195`, `Community 197`, `Community 200`, `Community 201`, `Community 202`, `Community 204`, `Community 205`, `Community 210`, `Community 211`, `Community 212`, `Community 213`, `Community 215`, `Community 216`, `Select Example Helpers`, `Tabs Types`, `Docs Navigation`, `Table Render`, `Theme Docs`, `Number Formatting`, `Virtualized Index Helpers`, `Docs Scope`?**
956
- _High betweenness centrality (0.074) - this node is a cross-community bridge._
957
- - **Why does `Popup` connect `Popup Component` to `Calendar DatePicker`, `Input AssistiveText`, `Gallery Component`, `Community 176`, `DatePicker Examples`, `Docs Index Pages`?**
958
- _High betweenness centrality (0.042) - this node is a cross-community bridge._
959
- - **Why does `Props` connect `Dialogue Props` to `Trigger Props`, `Trigger ClassName`, `Width Props`, `Docs Entry Point`, `Small Component Props`, `Checkbox Props`, `Option Value Types`, `Generic Props`, `ClassName Props`, `Footer Alignment`, `Auto Scroll Props`, `Content Props`, `Content ClassName`, `Footer Props`, `Icon Props`, `Max Height Props`, `No Scroll Props`, `Subtitle Props`, `Subtitle ClassName`, `Title Props`, `Title ClassName`?**
927
+ - **Why does `Changelog` connect `Size Enum Props` to `Trigger ClassName`, `Width Props`, `More Docs Examples`, `UILIB Docs Assets`, `Single Doc Page`, `Select Popup Types`, `Community 167`, `Community 168`, `Community 169`, `Community 170`, `Community 171`, `Component Types JSON`, `Community 180`, `Community 182`, `Community 183`, `Community 184`, `Text Heading`, `DateTime Component`, `Display Format Props`, `Community 192`, `Community 194`, `Community 195`, `Community 197`, `List Lifecycle`, `Community 200`, `Community 201`, `Community 205`, `ClassName Props`, `Community 211`, `Community 212`, `Community 213`, `Community 215`, `Community 216`, `Select Example Helpers`, `Tabs Types`, `Docs Navigation`, `Icon Name Helpers`, `Table Render`, `Theme Docs`, `Number Formatting`, `Virtualized Index Helpers`, `Docs Scope`, `Auto Scroll Props`, `Max Height Props`, `No Scroll Props`?**
928
+ _High betweenness centrality (0.078) - this node is a cross-community bridge._
929
+ - **Why does `Popup` connect `Popup Component` to `Notifications System`, `Input AssistiveText`, `Gallery Component`, `Community 175`, `Community 210`, `Content ClassName`, `Docs Code Layout`?**
930
+ _High betweenness centrality (0.044) - this node is a cross-community bridge._
931
+ - **Why does `Autocomplete` connect `Option Value Types` to `Docs Scope Pages`, `Virtualized Cards`, `Optional Value Props`?**
960
932
  _High betweenness centrality (0.029) - this node is a cross-community bridge._
961
933
  - **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
962
- _1473 weakly-connected nodes found - possible documentation gaps or missing edges._
934
+ _1484 weakly-connected nodes found - possible documentation gaps or missing edges._
963
935
  - **Should `Docs Examples Index` be split into smaller, more focused modules?**
964
- _Cohesion score 0.055299539170506916 - nodes in this community are weakly interconnected._
936
+ _Cohesion score 0.0590990990990991 - nodes in this community are weakly interconnected._
965
937
  - **Should `PromptComposer` be split into smaller, more focused modules?**
966
938
  _Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._