@homecode/ui 5.4.1 → 5.6.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 (111) hide show
  1. package/dist/esm/index.js +2 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +4 -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/GridLayout/GridLayout.js +15 -0
  6. package/dist/esm/src/components/GridLayout/GridLayout.styl.js +7 -0
  7. package/dist/esm/src/components/Icon/icons/index.js +2 -0
  8. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  9. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  10. package/dist/esm/src/components/InputFile/InputFile.js +4 -2
  11. package/dist/esm/src/components/Slider/Slider.js +53 -10
  12. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  13. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  14. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  15. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  16. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  17. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  18. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  19. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  20. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  21. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  22. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  23. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  24. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  25. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  26. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  27. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  28. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  29. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  30. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  31. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  32. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  33. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  34. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  35. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  36. package/dist/esm/types/src/components/GridLayout/GridLayout.d.ts +3 -0
  37. package/dist/esm/types/src/components/GridLayout/GridLayout.types.d.ts +8 -0
  38. package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
  39. package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
  40. package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
  41. package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
  42. package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
  43. package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
  44. package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
  45. package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
  46. package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
  47. package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
  48. package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
  49. package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
  50. package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
  51. package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
  52. package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
  53. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
  54. package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
  55. package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
  56. package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
  57. package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
  58. package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
  59. package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
  60. package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
  61. package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
  62. package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
  63. package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
  64. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
  65. package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
  66. package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
  67. package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
  68. package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
  69. package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
  70. package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
  71. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
  72. package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
  73. package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
  74. package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
  75. package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
  76. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  77. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  78. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  79. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  80. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  81. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  82. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  83. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  84. package/dist/esm/types/src/components/index.d.ts +2 -0
  85. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  86. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  87. package/graphify-out/.graphify_labels.json +29 -4
  88. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  89. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  90. package/graphify-out/2026-07-18/cost.json +12 -0
  91. package/graphify-out/2026-07-18/graph.json +70772 -0
  92. package/graphify-out/2026-07-18/manifest.json +2342 -0
  93. package/graphify-out/2026-07-19/.graphify_labels.json +198 -0
  94. package/graphify-out/2026-07-19/GRAPH_REPORT.md +938 -0
  95. package/graphify-out/2026-07-19/cost.json +12 -0
  96. package/graphify-out/2026-07-19/graph.json +70862 -0
  97. package/graphify-out/2026-07-19/manifest.json +2342 -0
  98. package/graphify-out/GRAPH_REPORT.md +259 -179
  99. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  100. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  101. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  102. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  103. package/graphify-out/cache/ast/8766e44866b3d8e85f93a934d6365f18e57ed6f69f1363461804de9ba9a03f55.json +1 -0
  104. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  105. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  106. package/graphify-out/cache/ast/ea772d333147535e64c8857d1a1c87cc6dde7c165dfb275fe6b3a6e871421ee6.json +1 -0
  107. package/graphify-out/cache/stat-index.json +1 -1
  108. package/graphify-out/graph.html +4 -4
  109. package/graphify-out/graph.json +5465 -3803
  110. package/graphify-out/manifest.json +146 -56
  111. package/package.json +8 -4
@@ -1,16 +1,16 @@
1
- # Graph Report - ui (2026-07-06)
1
+ # Graph Report - ui (2026-07-19)
2
2
 
3
3
  ## Corpus Check
4
- - 353 files · ~82,693 words
4
+ - 369 files · ~81,486 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
+ - 2804 nodes · 4073 edges · 226 communities (190 shown, 36 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: `2fd5e6a6`
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]]
@@ -131,7 +133,6 @@
131
133
  - [[_COMMUNITY_Virtualized Index Helpers|Virtualized Index Helpers]]
132
134
  - [[_COMMUNITY_Docs Scope|Docs Scope]]
133
135
  - [[_COMMUNITY_Auto Scroll Props|Auto Scroll Props]]
134
- - [[_COMMUNITY_Content Props|Content Props]]
135
136
  - [[_COMMUNITY_Content ClassName|Content ClassName]]
136
137
  - [[_COMMUNITY_Footer Props|Footer Props]]
137
138
  - [[_COMMUNITY_Icon Props|Icon Props]]
@@ -144,7 +145,6 @@
144
145
  - [[_COMMUNITY_Trigger Props|Trigger Props]]
145
146
  - [[_COMMUNITY_Trigger ClassName|Trigger ClassName]]
146
147
  - [[_COMMUNITY_Width Props|Width Props]]
147
- - [[_COMMUNITY_Docs Examples|Docs Examples]]
148
148
  - [[_COMMUNITY_Expand Types|Expand Types]]
149
149
  - [[_COMMUNITY_Brand Avatar Icons|Brand Avatar Icons]]
150
150
  - [[_COMMUNITY_Communication Action Icons|Communication Action Icons]]
@@ -155,15 +155,14 @@
155
155
  - [[_COMMUNITY_Route Navigation Icons|Route Navigation Icons]]
156
156
  - [[_COMMUNITY_Settings Tool Icons|Settings Tool Icons]]
157
157
  - [[_COMMUNITY_Input Label Constants|Input Label Constants]]
158
- - [[_COMMUNITY_Lazy Docs Example|Lazy Docs Example]]
158
+ - [[_COMMUNITY_Community 142|Community 142]]
159
159
  - [[_COMMUNITY_More Docs Examples|More Docs Examples]]
160
160
  - [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
161
- - [[_COMMUNITY_Additional Docs Examples|Additional Docs Examples]]
162
161
  - [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
163
162
  - [[_COMMUNITY_Test Utilities|Test Utilities]]
164
163
  - [[_COMMUNITY_PostCSS Config|PostCSS Config]]
165
164
  - [[_COMMUNITY_Single Doc Page|Single Doc Page]]
166
- - [[_COMMUNITY_Docs Entry Point|Docs Entry Point]]
165
+ - [[_COMMUNITY_Community 151|Community 151]]
167
166
  - [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
168
167
  - [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
169
168
  - [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
@@ -182,47 +181,72 @@
182
181
  - [[_COMMUNITY_Community 169|Community 169]]
183
182
  - [[_COMMUNITY_Community 170|Community 170]]
184
183
  - [[_COMMUNITY_Community 171|Community 171]]
184
+ - [[_COMMUNITY_Community 172|Community 172]]
185
185
  - [[_COMMUNITY_Community 173|Community 173]]
186
+ - [[_COMMUNITY_Community 174|Community 174]]
186
187
  - [[_COMMUNITY_Community 175|Community 175]]
187
188
  - [[_COMMUNITY_Community 176|Community 176]]
189
+ - [[_COMMUNITY_Community 177|Community 177]]
190
+ - [[_COMMUNITY_Community 178|Community 178]]
188
191
  - [[_COMMUNITY_Community 179|Community 179]]
189
192
  - [[_COMMUNITY_Community 180|Community 180]]
193
+ - [[_COMMUNITY_Community 181|Community 181]]
190
194
  - [[_COMMUNITY_Community 182|Community 182]]
191
195
  - [[_COMMUNITY_Community 183|Community 183]]
192
196
  - [[_COMMUNITY_Community 184|Community 184]]
197
+ - [[_COMMUNITY_Community 185|Community 185]]
198
+ - [[_COMMUNITY_Community 186|Community 186]]
193
199
  - [[_COMMUNITY_Community 187|Community 187]]
194
200
  - [[_COMMUNITY_Community 188|Community 188]]
195
201
  - [[_COMMUNITY_Community 189|Community 189]]
202
+ - [[_COMMUNITY_Community 190|Community 190]]
203
+ - [[_COMMUNITY_Community 191|Community 191]]
196
204
  - [[_COMMUNITY_Community 192|Community 192]]
205
+ - [[_COMMUNITY_Community 193|Community 193]]
197
206
  - [[_COMMUNITY_Community 194|Community 194]]
198
207
  - [[_COMMUNITY_Community 195|Community 195]]
208
+ - [[_COMMUNITY_Community 196|Community 196]]
199
209
  - [[_COMMUNITY_Community 197|Community 197]]
200
210
  - [[_COMMUNITY_Community 198|Community 198]]
201
211
  - [[_COMMUNITY_Community 199|Community 199]]
202
212
  - [[_COMMUNITY_Community 200|Community 200]]
203
213
  - [[_COMMUNITY_Community 201|Community 201]]
204
214
  - [[_COMMUNITY_Community 202|Community 202]]
215
+ - [[_COMMUNITY_Community 203|Community 203]]
205
216
  - [[_COMMUNITY_Community 204|Community 204]]
206
217
  - [[_COMMUNITY_Community 205|Community 205]]
218
+ - [[_COMMUNITY_Community 206|Community 206]]
207
219
  - [[_COMMUNITY_Community 207|Community 207]]
220
+ - [[_COMMUNITY_Community 208|Community 208]]
221
+ - [[_COMMUNITY_Community 209|Community 209]]
208
222
  - [[_COMMUNITY_Community 210|Community 210]]
209
223
  - [[_COMMUNITY_Community 211|Community 211]]
210
224
  - [[_COMMUNITY_Community 212|Community 212]]
211
225
  - [[_COMMUNITY_Community 213|Community 213]]
226
+ - [[_COMMUNITY_Community 214|Community 214]]
212
227
  - [[_COMMUNITY_Community 215|Community 215]]
213
228
  - [[_COMMUNITY_Community 216|Community 216]]
229
+ - [[_COMMUNITY_Community 217|Community 217]]
230
+ - [[_COMMUNITY_Community 218|Community 218]]
231
+ - [[_COMMUNITY_Community 219|Community 219]]
232
+ - [[_COMMUNITY_Community 220|Community 220]]
233
+ - [[_COMMUNITY_Community 221|Community 221]]
234
+ - [[_COMMUNITY_Community 222|Community 222]]
235
+ - [[_COMMUNITY_Community 223|Community 223]]
236
+ - [[_COMMUNITY_Community 224|Community 224]]
237
+ - [[_COMMUNITY_Community 225|Community 225]]
214
238
 
215
239
  ## God Nodes (most connected - your core abstractions)
216
240
  1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
217
241
  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
242
+ 3. `Changelog` - 82 edges
219
243
  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
244
+ 5. `Link()` - 52 edges
245
+ 6. `Heading` - 47 edges
246
+ 7. `ComponentLayout()` - 47 edges
247
+ 8. `TypesTable()` - 46 edges
224
248
  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
249
+ 10. `Button()` - 39 edges
226
250
 
227
251
  ## Surprising Connections (you probably didn't know these)
228
252
  - `Changelog` --conceptually_related_to--> `foreverido/uilib GitHub Repository` [INFERRED]
@@ -256,11 +280,11 @@
256
280
  - **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
257
281
  - **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
258
282
 
259
- ## Communities (201 total, 26 thin omitted)
283
+ ## Communities (226 total, 36 thin omitted)
260
284
 
261
285
  ### Community 0 - "Docs Examples Index"
262
286
  Cohesion: 0.06
263
- Nodes (12): ComponentLayout(), examples, examples, scope, Heading, isStartFromDoubleSlash(), Link(), examples (+4 more)
287
+ Nodes (9): ComponentLayout(), examples, examples, scope, Heading, examples, Theme(), TypesTable() (+1 more)
264
288
 
265
289
  ### Community 1 - "PromptComposer"
266
290
  Cohesion: 0.08
@@ -271,40 +295,44 @@ Cohesion: 0.04
271
295
  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
296
 
273
297
  ### Community 3 - "Form Examples"
274
- Cohesion: 0.06
275
- Nodes (9): items, Gallery, GalleryStoreTarget, getInitialState(), buildDefaultState(), InputFile, initialValue, compare() (+1 more)
298
+ Cohesion: 0.09
299
+ Nodes (12): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, tileStyle, GridLayout() (+4 more)
276
300
 
277
301
  ### Community 4 - "Autocomplete Examples"
278
- Cohesion: 0.08
279
- Nodes (10): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, Menu (+2 more)
302
+ Cohesion: 0.12
303
+ Nodes (7): Autocomplete(), allItems, allItems, allItems, allItems, allItems, Menu
280
304
 
281
305
  ### Community 5 - "Checkbox Showcase"
282
306
  Cohesion: 0.17
283
307
  Nodes (9): ANIMATION_DURATION, Id, ItemParams, ItemProps, Methods, NotificationType, ID, NotificationsStore (+1 more)
284
308
 
285
309
  ### Community 6 - "Theme Config"
286
- Cohesion: 0.09
287
- Nodes (25): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), baseConfig, ColorConfig (+17 more)
310
+ Cohesion: 0.18
311
+ Nodes (9): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), ThemeProvider(), remove() (+1 more)
288
312
 
289
313
  ### Community 7 - "Type Props Schema"
290
314
  Cohesion: 0.08
291
315
  Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
292
316
 
293
317
  ### Community 8 - "Notifications System"
294
- Cohesion: 0.20
295
- Nodes (15): addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), pick() (+7 more)
318
+ Cohesion: 0.09
319
+ Nodes (11): Button(), ButtonProps, Props, Props, PopupMenu(), ButtonConfig, Props, ID (+3 more)
320
+
321
+ ### Community 9 - "Button Checkbox Core"
322
+ Cohesion: 0.22
323
+ Nodes (3): Container, Props, SCOPE
296
324
 
297
325
  ### Community 10 - "Optional Value Props"
298
326
  Cohesion: 0.05
299
327
  Nodes (39): Props, optional, value, optional, value, value, optional, value (+31 more)
300
328
 
301
329
  ### Community 12 - "Input AssistiveText"
302
- Cohesion: 0.12
303
- Nodes (17): AssistiveText(), Chip(), Props, Icon(), Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, defaultFileState (+9 more)
330
+ Cohesion: 0.14
331
+ Nodes (17): AssistiveText(), Chip(), Props, iconNames, Icon(), Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET (+9 more)
304
332
 
305
333
  ### Community 13 - "Gallery Component"
306
- Cohesion: 0.17
307
- Nodes (10): Props, Paranja(), Props, Portal(), Props, ThemeContext, ThemeContextValue, ThemeProvider() (+2 more)
334
+ Cohesion: 0.10
335
+ Nodes (11): Props, Props, Paranja(), Props, Portal(), Props, Config, toBase64() (+3 more)
308
336
 
309
337
  ### Community 14 - "Virtualized Examples"
310
338
  Cohesion: 0.07
@@ -322,57 +350,53 @@ Nodes (28): dependencies, classnames, compareq, fastest-validator, favicons, fav
322
350
  Cohesion: 0.17
323
351
  Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
324
352
 
325
- ### Community 18 - "Debounce Paranja"
326
- Cohesion: 0.11
327
- Nodes (6): Props, toBase64(), remove(), set(), capitalize(), State
328
-
329
353
  ### Community 19 - "UILIB Docs Assets"
330
354
  Cohesion: 0.06
331
355
  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
356
 
333
357
  ### Community 20 - "Component Type Props"
334
- Cohesion: 0.11
335
- Nodes (16): Props, Props, ControlProps, Value, Props, Props, Props, SliderMarker (+8 more)
358
+ Cohesion: 0.10
359
+ Nodes (18): Props, GalleryItem, Props, ControlProps, Value, Props, Props, Props (+10 more)
336
360
 
337
361
  ### Community 21 - "Flex Gallery"
338
- Cohesion: 0.10
339
- Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, GalleryItem, Sync Arrows Icon, Lazy() (+5 more)
362
+ Cohesion: 0.11
363
+ Nodes (12): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, Sync Arrows Icon, Lazy(), LazyProps (+4 more)
340
364
 
341
365
  ### Community 22 - "DatePicker Examples"
342
- Cohesion: 0.06
343
- Nodes (14): Button(), date, Props, date, date, items, items, iconNames (+6 more)
366
+ Cohesion: 0.07
367
+ Nodes (7): date, date, DatePickerInput(), date, DropZone(), offset, columns
344
368
 
345
369
  ### Community 23 - "Comment Value Props"
346
370
  Cohesion: 0.08
347
371
  Nodes (25): Props, comment, optional, value, comment, optional, value, comment (+17 more)
348
372
 
349
373
  ### Community 24 - "Docs Index Pages"
350
- Cohesion: 0.07
351
- Nodes (8): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator(), TypesTable()
374
+ Cohesion: 0.20
375
+ Nodes (5): clamp(), loadStorage(), saveStorage(), timeToProgressPct(), VideoPlayerStorage
352
376
 
353
377
  ### Community 25 - "i18n LangSelector"
354
- Cohesion: 0.09
355
- Nodes (18): InputProps, PopupProps, generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT, IdsMap (+10 more)
378
+ Cohesion: 0.05
379
+ Nodes (33): api, { I18N }, InputProps, LangSelector(), LangOption, LangSelectorProps, PopupProps, generateOption() (+25 more)
356
380
 
357
381
  ### Community 26 - "Package Metadata"
358
- Cohesion: 0.09
359
- Nodes (21): author, bugs, url, description, directories, dist, homepage, keywords (+13 more)
382
+ Cohesion: 0.11
383
+ Nodes (17): author, bugs, url, description, directories, dist, homepage, keywords (+9 more)
360
384
 
361
385
  ### Community 27 - "Popup Positioning"
362
386
  Cohesion: 0.12
363
387
  Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
364
388
 
365
389
  ### Community 29 - "Docs Code Layout"
366
- Cohesion: 0.11
367
- Nodes (11): ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), GroupItem, RouteItem (+3 more)
390
+ Cohesion: 0.13
391
+ Nodes (9): Code(), ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), Expand() (+1 more)
368
392
 
369
393
  ### Community 30 - "Draggable Types"
370
394
  Cohesion: 0.10
371
395
  Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
372
396
 
373
397
  ### Community 31 - "Slider Component"
374
- Cohesion: 0.09
375
- Nodes (19): Slider(), SliderMarker, SliderProps, valueToPct(), HTMLAttributes, LazyTooltipOverTrigger, Tooltip(), TooltipProps (+11 more)
398
+ Cohesion: 0.07
399
+ Nodes (25): Slider(), SliderMarker, SliderProps, valueToPct(), TextWithDeferTooltip(), Props, TextWithDeferTooltipProps, TooltipSide (+17 more)
376
400
 
377
401
  ### Community 32 - "Small Component Props"
378
402
  Cohesion: 0.13
@@ -383,16 +407,16 @@ Cohesion: 0.01
383
407
  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
408
 
385
409
  ### Community 34 - "Router Core"
386
- Cohesion: 0.10
387
- Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
410
+ Cohesion: 0.15
411
+ Nodes (3): cloneValue(), Validator, clone()
388
412
 
389
413
  ### Community 35 - "Calendar Helpers"
390
414
  Cohesion: 0.14
391
415
  Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
392
416
 
393
417
  ### Community 36 - "AssistiveText Menu"
394
- Cohesion: 0.17
395
- Nodes (12): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+4 more)
418
+ Cohesion: 0.22
419
+ Nodes (10): Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps, Offset, OffsetAxis (+2 more)
396
420
 
397
421
  ### Community 37 - "Button DatePicker Types"
398
422
  Cohesion: 0.18
@@ -411,13 +435,17 @@ Cohesion: 0.13
411
435
  Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
412
436
 
413
437
  ### Community 41 - "Calendar DatePicker"
414
- Cohesion: 0.14
415
- Nodes (11): Calendar(), MONTHS, DatePicker(), DatePickerInput(), DateTime(), formatDate(), Props, ThrottleOptions (+3 more)
438
+ Cohesion: 0.16
439
+ Nodes (8): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), getCoords(), isTouch(), throttle()
416
440
 
417
441
  ### Community 42 - "DateTime Types"
418
442
  Cohesion: 0.14
419
443
  Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
420
444
 
445
+ ### Community 43 - "Autocomplete Core"
446
+ Cohesion: 0.29
447
+ Nodes (8): ColorConfig, colorMods, ColorsConfig, getRGB(), hexToRGB(), mix(), mixColor(), rgba()
448
+
421
449
  ### Community 44 - "Global Type Kinds"
422
450
  Cohesion: 0.15
423
451
  Nodes (13): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Variant, variant (+5 more)
@@ -427,12 +455,8 @@ Cohesion: 0.15
427
455
  Nodes (13): day, ISO, kind, month, year, optional, value, Date (+5 more)
428
456
 
429
457
  ### Community 46 - "Form Types"
430
- Cohesion: 0.10
431
- Nodes (19): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+11 more)
432
-
433
- ### Community 47 - "Docs App Store"
434
- Cohesion: 0.47
435
- Nodes (3): Background(), ThemeDemo(), useTheme()
458
+ Cohesion: 0.15
459
+ Nodes (12): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+4 more)
436
460
 
437
461
  ### Community 48 - "Component Types JSON"
438
462
  Cohesion: 0.02
@@ -459,8 +483,8 @@ Cohesion: 0.06
459
483
  Nodes (22): ListCards, Props, CustomWrapElemParams, List, Props, Props, Table, Props (+14 more)
460
484
 
461
485
  ### Community 55 - "Virtualized Lifecycle"
462
- Cohesion: 0.22
463
- Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
486
+ Cohesion: 0.12
487
+ Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
464
488
 
465
489
  ### Community 56 - "Docs Pages"
466
490
  Cohesion: 0.13
@@ -476,7 +500,7 @@ Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, O
476
500
 
477
501
  ### Community 59 - "Text Heading"
478
502
  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)
503
+ 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
504
 
481
505
  ### Community 60 - "Type Parser Script"
482
506
  Cohesion: 0.31
@@ -487,12 +511,16 @@ Cohesion: 0.32
487
511
  Nodes (4): ButtonGroup(), Props, isId(), Tabs()
488
512
 
489
513
  ### Community 62 - "DateTime Component"
490
- Cohesion: 0.18
491
- Nodes (6): DropZone(), DropZoneProps, useToggleState, UseToggleStateProps, ToggleProps, generateUID()
514
+ Cohesion: 0.12
515
+ 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)
516
+
517
+ ### Community 63 - "Display Format Props"
518
+ Cohesion: 0.15
519
+ Nodes (13): [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), Bug Fixes, Bug Fixes (+5 more)
492
520
 
493
521
  ### Community 64 - "Calendar Day Props"
494
522
  Cohesion: 0.22
495
- Nodes (9): Calendar, DayProps, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
523
+ Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
496
524
 
497
525
  ### Community 65 - "Dialogue Props"
498
526
  Cohesion: 0.40
@@ -507,16 +535,16 @@ Cohesion: 0.29
507
535
  Nodes (3): defaultState, upload(), examples
508
536
 
509
537
  ### Community 68 - "InputFile Types"
510
- Cohesion: 0.25
511
- Nodes (4): Checkbox(), sizes, variants, date
538
+ Cohesion: 0.21
539
+ Nodes (6): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), VideoPlayer()
512
540
 
513
541
  ### Community 69 - "Virtualized List"
514
- Cohesion: 0.60
515
- Nodes (4): DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props
542
+ Cohesion: 0.28
543
+ Nodes (8): baseConfig, ColorConfig, colors, colorsAlphaModes, getColors(), getConfig(), pScale, colorsConfigToVars()
516
544
 
517
545
  ### Community 70 - "List Lifecycle"
518
- Cohesion: 0.40
519
- Nodes (4): ID, Item, Props, RenderProps
546
+ Cohesion: 0.20
547
+ 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
548
 
521
549
  ### Community 71 - "Icon Index Exports"
522
550
  Cohesion: 0.25
@@ -527,20 +555,20 @@ Cohesion: 0.29
527
555
  Nodes (4): APP_PATH, FaviconWebpackPlugin, pkg, require
528
556
 
529
557
  ### Community 73 - "DatePicker Helpers"
530
- Cohesion: 0.43
531
- Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
558
+ Cohesion: 0.20
559
+ Nodes (15): addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), pick() (+7 more)
532
560
 
533
561
  ### Community 74 - "Calendar Day"
534
- Cohesion: 0.33
535
- Nodes (6): Day, optional, value, currentMonth, ext, kind
562
+ Cohesion: 0.29
563
+ Nodes (7): Calendar, Day, optional, value, currentMonth, ext, kind
536
564
 
537
565
  ### Community 75 - "Calendar Pointer Props"
538
566
  Cohesion: 0.29
539
567
  Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPointerUp
540
568
 
541
569
  ### 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)
570
+ Cohesion: 0.05
571
+ Nodes (49): [2.0.0](https://github.com/foreverido/uilib/compare/v2.0.0-beta...v2.0.0) (2022-05-04), [4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22), [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), [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-6](https://github.com/foreverido/uilib/compare/v4.20.0-beta-5...v4.20.0-beta-6) (2025-03-05), [4.20.0-beta-7](https://github.com/foreverido/uilib/compare/v4.20.0-beta-6...v4.20.0-beta-7) (2025-03-09), [4.4.0](https://github.com/foreverido/uilib/compare/v4.3.0...v4.4.0) (2023-04-09) (+41 more)
544
572
 
545
573
  ### Community 77 - "Code Editor"
546
574
  Cohesion: 0.48
@@ -558,9 +586,13 @@ Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
558
586
  Cohesion: 0.25
559
587
  Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
560
588
 
589
+ ### Community 81 - "Virtualized Cards"
590
+ Cohesion: 0.25
591
+ Nodes (5): DropZoneProps, useToggleState, UseToggleStateProps, ToggleProps, generateUID()
592
+
561
593
  ### Community 82 - "ClassName Props"
562
- Cohesion: 0.38
563
- Nodes (7): comment, optional, value, className, className, className, className
594
+ Cohesion: 0.20
595
+ 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
596
 
565
597
  ### Community 83 - "Ukrainian i18n"
566
598
  Cohesion: 0.33
@@ -588,7 +620,7 @@ Nodes (5): ImportData, Loader, Props, RenderFunction, State
588
620
 
589
621
  ### Community 89 - "Select Example Helpers"
590
622
  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)
623
+ 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
624
 
593
625
  ### Community 90 - "Menu More Icons"
594
626
  Cohesion: 0.50
@@ -603,20 +635,20 @@ Cohesion: 0.40
603
635
  Nodes (3): external, pkg, require
604
636
 
605
637
  ### 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)
638
+ Cohesion: 0.06
639
+ 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
640
 
609
641
  ### Community 94 - "VH Component"
610
- Cohesion: 0.18
611
- Nodes (4): App(), STORE, Router(), VH
642
+ Cohesion: 0.16
643
+ Nodes (8): App(), STORE, Background(), GroupItem, RouteItem, RouteLoader, ThemeDemo(), useTheme()
612
644
 
613
645
  ### 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)
646
+ Cohesion: 0.06
647
+ 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
648
 
617
649
  ### Community 96 - "Footer Alignment"
618
- Cohesion: 0.50
619
- Nodes (4): enum, optional, value, footerAlignment
650
+ Cohesion: 0.22
651
+ Nodes (6): Theme(), Props, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProviderProps
620
652
 
621
653
  ### Community 97 - "Calendar Day Disabled"
622
654
  Cohesion: 0.50
@@ -655,8 +687,8 @@ Cohesion: 0.50
655
687
  Nodes (4): weekendClassName, comment, optional, value
656
688
 
657
689
  ### Community 106 - "Icon Name Helpers"
658
- Cohesion: 0.60
659
- Nodes (4): params, show(), showAll(), showRichContent()
690
+ Cohesion: 0.25
691
+ 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
692
 
661
693
  ### Community 107 - "Media Placeholder Icons"
662
694
  Cohesion: 0.50
@@ -684,11 +716,11 @@ Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.
684
716
 
685
717
  ### Community 113 - "Theme Docs"
686
718
  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)
719
+ 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
720
 
689
721
  ### 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)
722
+ Cohesion: 0.09
723
+ 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
724
 
693
725
  ### Community 115 - "Virtualized Index Helpers"
694
726
  Cohesion: 0.67
@@ -696,67 +728,59 @@ Nodes (3): [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.
696
728
 
697
729
  ### Community 116 - "Docs Scope"
698
730
  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)
731
+ 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
732
 
701
733
  ### Community 117 - "Auto Scroll Props"
702
- Cohesion: 0.67
703
- Nodes (3): optional, value, autoScrollBottom
704
-
705
- ### Community 118 - "Content Props"
706
- Cohesion: 0.67
707
- Nodes (3): optional, value, content
734
+ Cohesion: 0.25
735
+ 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
708
736
 
709
737
  ### Community 119 - "Content ClassName"
710
- Cohesion: 0.67
711
- Nodes (3): optional, value, contentClassName
738
+ Cohesion: 0.32
739
+ Nodes (4): SIZE_TO_ITEM_HEIGHT, useIsMounted(), Shimmer(), ShimmerProps
712
740
 
713
741
  ### Community 120 - "Footer Props"
714
- Cohesion: 0.67
715
- Nodes (3): optional, value, footer
742
+ Cohesion: 0.11
743
+ Nodes (14): Checkbox(), sizes, variants, boxVariants, buttonVariants, inputTypes, sizes, date (+6 more)
716
744
 
717
745
  ### Community 121 - "Icon Props"
718
- Cohesion: 0.67
719
- Nodes (3): optional, value, icon
746
+ Cohesion: 0.22
747
+ Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
720
748
 
721
749
  ### Community 122 - "Max Height Props"
722
- Cohesion: 0.67
723
- Nodes (3): optional, value, maxHeight
750
+ Cohesion: 0.40
751
+ 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
752
 
725
753
  ### Community 123 - "No Scroll Props"
726
- Cohesion: 0.67
727
- Nodes (3): optional, value, noScroll
754
+ Cohesion: 0.50
755
+ 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
756
 
729
757
  ### Community 124 - "Subtitle Props"
730
- Cohesion: 0.67
731
- Nodes (3): subtitle, optional, value
758
+ Cohesion: 0.25
759
+ Nodes (7): Accept, ProgressParams, Props, Uploader, UploaderParams, Value, FormFieldChangeHandler
732
760
 
733
761
  ### Community 125 - "Subtitle ClassName"
734
- Cohesion: 0.67
735
- Nodes (3): subtitleClassName, optional, value
762
+ Cohesion: 0.29
763
+ Nodes (6): Option, Props, RenderItemProps, Value, Props, ScrollProps
736
764
 
737
765
  ### Community 126 - "Title Props"
738
- Cohesion: 0.67
739
- Nodes (3): title, optional, value
740
-
741
- ### Community 127 - "Title ClassName"
742
- Cohesion: 0.67
743
- Nodes (3): titleClassName, optional, value
766
+ Cohesion: 0.43
767
+ Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
744
768
 
745
769
  ### Community 128 - "Trigger Props"
746
- Cohesion: 0.67
747
- Nodes (3): trigger, optional, value
770
+ Cohesion: 0.47
771
+ Nodes (6): comment, optional, value, className, className, className
748
772
 
749
773
  ### Community 129 - "Trigger ClassName"
750
- Cohesion: 0.67
751
- Nodes (3): triggerClassName, optional, value
774
+ Cohesion: 0.50
775
+ 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
776
 
753
777
  ### Community 130 - "Width Props"
754
- Cohesion: 0.67
755
- Nodes (3): width, optional, value
778
+ Cohesion: 0.50
779
+ 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
780
 
757
781
  ### Community 132 - "Expand Types"
758
- Cohesion: 0.22
759
- Nodes (4): ButtonProps, Validator, ButtonConfig, Props
782
+ Cohesion: 0.60
783
+ Nodes (4): DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props
760
784
 
761
785
  ### Community 133 - "Brand Avatar Icons"
762
786
  Cohesion: 0.67
@@ -798,21 +822,13 @@ Nodes (18): [1.2.1](https://github.com/foreverido/uilib/compare/v1.2.0...v1.2.1)
798
822
  Cohesion: 0.12
799
823
  Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
800
824
 
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
825
  ### 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
826
+ Cohesion: 0.12
827
+ 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
828
 
813
829
  ### 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)
830
+ Cohesion: 0.12
831
+ 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
832
 
817
833
  ### Community 168 - "Community 168"
818
834
  Cohesion: 0.12
@@ -830,50 +846,82 @@ Nodes (14): [1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1)
830
846
  Cohesion: 0.14
831
847
  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
848
 
849
+ ### Community 172 - "Community 172"
850
+ Cohesion: 0.67
851
+ Nodes (3): postchangelog, standard-version, scripts
852
+
833
853
  ### Community 173 - "Community 173"
834
- Cohesion: 0.20
835
- Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
854
+ Cohesion: 0.22
855
+ Nodes (10): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, STORE, updateRouteState(), applyQueryParams(), parseQueryParams() (+2 more)
856
+
857
+ ### Community 174 - "Community 174"
858
+ Cohesion: 0.10
859
+ Nodes (5): examples, examples, isStartFromDoubleSlash(), Link(), scope
836
860
 
837
861
  ### Community 175 - "Community 175"
838
- Cohesion: 0.30
839
- Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
862
+ Cohesion: 0.13
863
+ Nodes (11): Calendar(), MONTHS, DatePicker(), DateTime(), formatDate(), Props, ThrottleOptions, useThrottle() (+3 more)
840
864
 
841
865
  ### Community 176 - "Community 176"
842
- Cohesion: 0.14
843
- Nodes (10): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, useIsMounted(), Props, ScrollProps (+2 more)
866
+ Cohesion: 0.60
867
+ Nodes (4): params, show(), showAll(), showRichContent()
868
+
869
+ ### Community 178 - "Community 178"
870
+ Cohesion: 0.50
871
+ 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
844
872
 
845
873
  ### Community 179 - "Community 179"
846
- Cohesion: 0.29
847
- Nodes (5): boxVariants, buttonVariants, inputTypes, sizes, Toggle()
874
+ Cohesion: 0.50
875
+ Nodes (4): enum, optional, value, footerAlignment
848
876
 
849
877
  ### Community 180 - "Community 180"
850
878
  Cohesion: 0.20
851
879
  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
880
 
853
881
  ### 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)
882
+ Cohesion: 0.20
883
+ 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
884
 
857
885
  ### 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)
886
+ Cohesion: 0.18
887
+ 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
888
 
861
889
  ### 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)
890
+ Cohesion: 0.29
891
+ 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
892
+
893
+ ### Community 186 - "Community 186"
894
+ Cohesion: 0.67
895
+ Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
896
+
897
+ ### Community 187 - "Community 187"
898
+ Cohesion: 0.67
899
+ Nodes (3): optional, value, autoScrollBottom
864
900
 
865
901
  ### Community 188 - "Community 188"
866
- Cohesion: 0.47
867
- Nodes (3): menu(), UserPage(), UsersPage()
902
+ Cohesion: 0.28
903
+ Nodes (5): menu(), UserPage(), UsersPage(), Route(), Router()
868
904
 
869
905
  ### Community 189 - "Community 189"
870
906
  Cohesion: 0.15
871
- Nodes (11): ContextType, Redirect(), Route(), parsePath(), replaceParamsInPath(), Store, AnyProps, ComponentType (+3 more)
907
+ Nodes (11): ContextType, Redirect(), parsePath(), replaceParamsInPath(), Store, AnyProps, ComponentType, Props (+3 more)
908
+
909
+ ### Community 190 - "Community 190"
910
+ Cohesion: 0.67
911
+ Nodes (3): optional, value, content
912
+
913
+ ### Community 191 - "Community 191"
914
+ Cohesion: 0.67
915
+ Nodes (3): optional, value, contentClassName
872
916
 
873
917
  ### Community 192 - "Community 192"
874
918
  Cohesion: 0.33
875
919
  Nodes (6): [4.17.1](https://github.com/foreverido/uilib/compare/v4.17.0...v4.17.1) (2023-07-23), [4.17.2](https://github.com/foreverido/uilib/compare/v4.17.1...v4.17.2) (2023-07-23), [4.18.0](https://github.com/foreverido/uilib/compare/v4.17.2...v4.18.0) (2023-09-15), Features, Features, Features
876
920
 
921
+ ### Community 193 - "Community 193"
922
+ Cohesion: 0.67
923
+ Nodes (3): optional, value, footer
924
+
877
925
  ### Community 194 - "Community 194"
878
926
  Cohesion: 0.40
879
927
  Nodes (5): [2.0.1](https://github.com/foreverido/uilib/compare/v2.0.0...v2.0.1) (2022-05-04), [2.0.2](https://github.com/foreverido/uilib/compare/v2.0.1...v2.0.2) (2022-05-19), [2.0.3](https://github.com/foreverido/uilib/compare/v2.0.2...v2.0.3) (2022-05-19), [3.0.0](https://github.com/foreverido/uilib/compare/v2.0.3...v3.0.0) (2022-06-04), Features
@@ -882,17 +930,21 @@ Nodes (5): [2.0.1](https://github.com/foreverido/uilib/compare/v2.0.0...v2.0.1)
882
930
  Cohesion: 0.40
883
931
  Nodes (5): [3.1.1](https://github.com/foreverido/uilib/compare/v3.1.0...v3.1.1) (2022-07-24), [3.1.2](https://github.com/foreverido/uilib/compare/v3.1.1...v3.1.2) (2022-07-24), [3.2.0](https://github.com/foreverido/uilib/compare/v3.1.2...v3.2.0) (2022-07-26), Bug Fixes, Features
884
932
 
933
+ ### Community 196 - "Community 196"
934
+ Cohesion: 0.67
935
+ Nodes (3): optional, value, footerClassName
936
+
885
937
  ### Community 197 - "Community 197"
886
938
  Cohesion: 0.40
887
939
  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
940
 
889
941
  ### Community 198 - "Community 198"
890
- Cohesion: 0.18
891
- Nodes (6): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), Select2()
942
+ Cohesion: 0.67
943
+ Nodes (3): optional, value, icon
892
944
 
893
945
  ### Community 199 - "Community 199"
894
- Cohesion: 0.14
895
- Nodes (9): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), getCoords(), isTouch(), Params (+1 more)
946
+ Cohesion: 0.67
947
+ Nodes (3): optional, value, maxHeight
896
948
 
897
949
  ### Community 200 - "Community 200"
898
950
  Cohesion: 0.50
@@ -903,20 +955,40 @@ Cohesion: 0.50
903
955
  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
956
 
905
957
  ### 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
958
+ Cohesion: 0.67
959
+ Nodes (3): optional, value, noScroll
960
+
961
+ ### Community 203 - "Community 203"
962
+ Cohesion: 0.67
963
+ Nodes (3): subtitle, optional, value
908
964
 
909
965
  ### 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
966
+ Cohesion: 0.67
967
+ Nodes (3): subtitleClassName, optional, value
912
968
 
913
969
  ### Community 205 - "Community 205"
914
970
  Cohesion: 0.50
915
971
  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
972
 
917
- ### Community 210 - "Community 210"
973
+ ### Community 206 - "Community 206"
918
974
  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
975
+ Nodes (3): title, optional, value
976
+
977
+ ### Community 207 - "Community 207"
978
+ Cohesion: 0.67
979
+ Nodes (3): titleClassName, optional, value
980
+
981
+ ### Community 208 - "Community 208"
982
+ Cohesion: 0.67
983
+ Nodes (3): trigger, optional, value
984
+
985
+ ### Community 209 - "Community 209"
986
+ Cohesion: 0.67
987
+ Nodes (3): triggerClassName, optional, value
988
+
989
+ ### Community 210 - "Community 210"
990
+ Cohesion: 0.09
991
+ Nodes (8): scope, cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
920
992
 
921
993
  ### Community 211 - "Community 211"
922
994
  Cohesion: 0.67
@@ -930,6 +1002,10 @@ Nodes (3): [4.0.0](https://github.com/foreverido/uilib/compare/v3.11.0...v4.0.0)
930
1002
  Cohesion: 0.67
931
1003
  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
1004
 
1005
+ ### Community 214 - "Community 214"
1006
+ Cohesion: 0.67
1007
+ Nodes (3): width, optional, value
1008
+
933
1009
  ### Community 215 - "Community 215"
934
1010
  Cohesion: 0.67
935
1011
  Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features
@@ -938,29 +1014,33 @@ Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.
938
1014
  Cohesion: 0.67
939
1015
  Nodes (3): [4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9...v4.20.0) (2025-03-10), Bug Fixes, Features
940
1016
 
1017
+ ### Community 218 - "Community 218"
1018
+ Cohesion: 0.67
1019
+ Nodes (3): repository, type, url
1020
+
941
1021
  ## Ambiguous Edges - Review These
942
1022
  - `Apple Logo` → `User Avatar` [AMBIGUOUS]
943
1023
  src/components/Icon/icons/apple.svg · relation: conceptually_related_to
944
1024
 
945
1025
  ## Knowledge Gaps
946
- - **1471 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1466 more)
1026
+ - **1488 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1483 more)
947
1027
  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.
1028
+ - **36 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
949
1029
 
950
1030
  ## Suggested Questions
951
1031
  _Questions this graph is uniquely positioned to answer:_
952
1032
 
953
1033
  - **What is the exact relationship between `Apple Logo` and `User Avatar`?**
954
1034
  _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`?**
960
- _High betweenness centrality (0.029) - this node is a cross-community bridge._
1035
+ - **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 178`, `Community 180`, `Community 182`, `Community 183`, `Community 184`, `Community 186`, `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`, `Community 219`, `Community 220`, `Community 221`, `Community 222`, `Community 223`, `Community 224`, `Community 225`, `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`?**
1036
+ _High betweenness centrality (0.075) - this node is a cross-community bridge._
1037
+ - **Why does `Popup` connect `Popup Component` to `Notifications System`, `Input AssistiveText`, `Gallery Component`, `Community 175`, `Community 210`, `Content ClassName`, `Docs Code Layout`?**
1038
+ _High betweenness centrality (0.044) - this node is a cross-community bridge._
1039
+ - **Why does `Calendar` connect `Calendar Day` to `Calendar Day Props`, `Option Value Types`, `Calendar Pointer Props`?**
1040
+ _High betweenness centrality (0.032) - this node is a cross-community bridge._
961
1041
  - **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
962
- _1473 weakly-connected nodes found - possible documentation gaps or missing edges._
1042
+ _1490 weakly-connected nodes found - possible documentation gaps or missing edges._
963
1043
  - **Should `Docs Examples Index` be split into smaller, more focused modules?**
964
- _Cohesion score 0.055299539170506916 - nodes in this community are weakly interconnected._
1044
+ _Cohesion score 0.05837173579109063 - nodes in this community are weakly interconnected._
965
1045
  - **Should `PromptComposer` be split into smaller, more focused modules?**
966
1046
  _Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._