@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
@@ -0,0 +1,1007 @@
1
+ # Graph Report - ui (2026-07-18)
2
+
3
+ ## Corpus Check
4
+ - 364 files · ~86,085 words
5
+ - Verdict: corpus is large enough that graph structure adds value.
6
+
7
+ ## Summary
8
+ - 2788 nodes · 4053 edges · 215 communities (183 shown, 32 thin omitted)
9
+ - Extraction: 97% EXTRACTED · 3% INFERRED · 0% AMBIGUOUS · INFERRED: 111 edges (avg confidence: 0.8)
10
+ - Token cost: 0 input · 0 output
11
+
12
+ ## Graph Freshness
13
+ - Built from commit: `5fff11a6`
14
+ - Run `git rev-parse HEAD` and compare to check if the graph is stale.
15
+ - Run `graphify update .` after code changes (no API cost).
16
+
17
+ ## Community Hubs (Navigation)
18
+ - [[_COMMUNITY_Docs Examples Index|Docs Examples Index]]
19
+ - [[_COMMUNITY_PromptComposer|PromptComposer]]
20
+ - [[_COMMUNITY_Build Toolchain|Build Toolchain]]
21
+ - [[_COMMUNITY_Form Examples|Form Examples]]
22
+ - [[_COMMUNITY_Autocomplete Examples|Autocomplete Examples]]
23
+ - [[_COMMUNITY_Checkbox Showcase|Checkbox Showcase]]
24
+ - [[_COMMUNITY_Theme Config|Theme Config]]
25
+ - [[_COMMUNITY_Type Props Schema|Type Props Schema]]
26
+ - [[_COMMUNITY_Notifications System|Notifications System]]
27
+ - [[_COMMUNITY_Button Checkbox Core|Button Checkbox Core]]
28
+ - [[_COMMUNITY_Optional Value Props|Optional Value Props]]
29
+ - [[_COMMUNITY_Select Component|Select Component]]
30
+ - [[_COMMUNITY_Input AssistiveText|Input AssistiveText]]
31
+ - [[_COMMUNITY_Gallery Component|Gallery Component]]
32
+ - [[_COMMUNITY_Virtualized Examples|Virtualized Examples]]
33
+ - [[_COMMUNITY_TypeScript Config|TypeScript Config]]
34
+ - [[_COMMUNITY_Package Dependencies|Package Dependencies]]
35
+ - [[_COMMUNITY_Card Component|Card Component]]
36
+ - [[_COMMUNITY_Debounce Paranja|Debounce Paranja]]
37
+ - [[_COMMUNITY_UILIB Docs Assets|UILIB Docs Assets]]
38
+ - [[_COMMUNITY_Component Type Props|Component Type Props]]
39
+ - [[_COMMUNITY_Flex Gallery|Flex Gallery]]
40
+ - [[_COMMUNITY_DatePicker Examples|DatePicker Examples]]
41
+ - [[_COMMUNITY_Comment Value Props|Comment Value Props]]
42
+ - [[_COMMUNITY_Docs Index Pages|Docs Index Pages]]
43
+ - [[_COMMUNITY_i18n LangSelector|i18n LangSelector]]
44
+ - [[_COMMUNITY_Package Metadata|Package Metadata]]
45
+ - [[_COMMUNITY_Popup Positioning|Popup Positioning]]
46
+ - [[_COMMUNITY_Popup Component|Popup Component]]
47
+ - [[_COMMUNITY_Docs Code Layout|Docs Code Layout]]
48
+ - [[_COMMUNITY_Draggable Types|Draggable Types]]
49
+ - [[_COMMUNITY_Slider Component|Slider Component]]
50
+ - [[_COMMUNITY_Small Component Props|Small Component Props]]
51
+ - [[_COMMUNITY_Select Popup Types|Select Popup Types]]
52
+ - [[_COMMUNITY_Router Core|Router Core]]
53
+ - [[_COMMUNITY_Calendar Helpers|Calendar Helpers]]
54
+ - [[_COMMUNITY_AssistiveText Menu|AssistiveText Menu]]
55
+ - [[_COMMUNITY_Button DatePicker Types|Button DatePicker Types]]
56
+ - [[_COMMUNITY_Container Icon|Container Icon]]
57
+ - [[_COMMUNITY_Checkbox Props|Checkbox Props]]
58
+ - [[_COMMUNITY_NPM Scripts|NPM Scripts]]
59
+ - [[_COMMUNITY_Calendar DatePicker|Calendar DatePicker]]
60
+ - [[_COMMUNITY_DateTime Types|DateTime Types]]
61
+ - [[_COMMUNITY_Autocomplete Core|Autocomplete Core]]
62
+ - [[_COMMUNITY_Global Type Kinds|Global Type Kinds]]
63
+ - [[_COMMUNITY_Date Type Fields|Date Type Fields]]
64
+ - [[_COMMUNITY_Form Types|Form Types]]
65
+ - [[_COMMUNITY_Docs App Store|Docs App Store]]
66
+ - [[_COMMUNITY_Component Types JSON|Component Types JSON]]
67
+ - [[_COMMUNITY_Option Value Types|Option Value Types]]
68
+ - [[_COMMUNITY_Generic Props|Generic Props]]
69
+ - [[_COMMUNITY_Draggable Component|Draggable Component]]
70
+ - [[_COMMUNITY_Heading Scroll|Heading Scroll]]
71
+ - [[_COMMUNITY_Progress Indicators|Progress Indicators]]
72
+ - [[_COMMUNITY_Table Virtualized|Table Virtualized]]
73
+ - [[_COMMUNITY_Virtualized Lifecycle|Virtualized Lifecycle]]
74
+ - [[_COMMUNITY_Docs Pages|Docs Pages]]
75
+ - [[_COMMUNITY_Code Example Helpers|Code Example Helpers]]
76
+ - [[_COMMUNITY_Media Control Icons|Media Control Icons]]
77
+ - [[_COMMUNITY_Text Heading|Text Heading]]
78
+ - [[_COMMUNITY_Type Parser Script|Type Parser Script]]
79
+ - [[_COMMUNITY_ButtonGroup Tabs|ButtonGroup Tabs]]
80
+ - [[_COMMUNITY_DateTime Component|DateTime Component]]
81
+ - [[_COMMUNITY_Display Format Props|Display Format Props]]
82
+ - [[_COMMUNITY_Calendar Day Props|Calendar Day Props]]
83
+ - [[_COMMUNITY_Dialogue Props|Dialogue Props]]
84
+ - [[_COMMUNITY_Arrow Chevron Icons|Arrow Chevron Icons]]
85
+ - [[_COMMUNITY_InputFile Upload|InputFile Upload]]
86
+ - [[_COMMUNITY_Virtualized List|Virtualized List]]
87
+ - [[_COMMUNITY_List Lifecycle|List Lifecycle]]
88
+ - [[_COMMUNITY_Icon Index Exports|Icon Index Exports]]
89
+ - [[_COMMUNITY_Webpack Paths Config|Webpack Paths Config]]
90
+ - [[_COMMUNITY_DatePicker Helpers|DatePicker Helpers]]
91
+ - [[_COMMUNITY_Calendar Day|Calendar Day]]
92
+ - [[_COMMUNITY_Calendar Pointer Props|Calendar Pointer Props]]
93
+ - [[_COMMUNITY_Size Enum Props|Size Enum Props]]
94
+ - [[_COMMUNITY_Code Editor|Code Editor]]
95
+ - [[_COMMUNITY_Communication Icons|Communication Icons]]
96
+ - [[_COMMUNITY_Select Constants|Select Constants]]
97
+ - [[_COMMUNITY_TextShimmer|TextShimmer]]
98
+ - [[_COMMUNITY_Virtualized Cards|Virtualized Cards]]
99
+ - [[_COMMUNITY_ClassName Props|ClassName Props]]
100
+ - [[_COMMUNITY_Ukrainian i18n|Ukrainian i18n]]
101
+ - [[_COMMUNITY_Icon RequiredStar Types|Icon RequiredStar Types]]
102
+ - [[_COMMUNITY_Navigation Icons|Navigation Icons]]
103
+ - [[_COMMUNITY_File Action Icons|File Action Icons]]
104
+ - [[_COMMUNITY_Label Helpers|Label Helpers]]
105
+ - [[_COMMUNITY_Lazy Types|Lazy Types]]
106
+ - [[_COMMUNITY_Select Example Helpers|Select Example Helpers]]
107
+ - [[_COMMUNITY_Menu More Icons|Menu More Icons]]
108
+ - [[_COMMUNITY_Social Media Icons|Social Media Icons]]
109
+ - [[_COMMUNITY_Rollup Build Config|Rollup Build Config]]
110
+ - [[_COMMUNITY_Tabs Types|Tabs Types]]
111
+ - [[_COMMUNITY_VH Component|VH Component]]
112
+ - [[_COMMUNITY_Docs Navigation|Docs Navigation]]
113
+ - [[_COMMUNITY_Footer Alignment|Footer Alignment]]
114
+ - [[_COMMUNITY_Calendar Day Disabled|Calendar Day Disabled]]
115
+ - [[_COMMUNITY_Render Day Props|Render Day Props]]
116
+ - [[_COMMUNITY_Render Months Label|Render Months Label]]
117
+ - [[_COMMUNITY_Render Month Label|Render Month Label]]
118
+ - [[_COMMUNITY_Render Weekday Label|Render Weekday Label]]
119
+ - [[_COMMUNITY_Render Year Label|Render Year Label]]
120
+ - [[_COMMUNITY_Start Of Week|Start Of Week]]
121
+ - [[_COMMUNITY_Weekend ClassName|Weekend ClassName]]
122
+ - [[_COMMUNITY_Weekend Styling|Weekend Styling]]
123
+ - [[_COMMUNITY_Icon Name Helpers|Icon Name Helpers]]
124
+ - [[_COMMUNITY_Media Placeholder Icons|Media Placeholder Icons]]
125
+ - [[_COMMUNITY_Utility Icons|Utility Icons]]
126
+ - [[_COMMUNITY_Commerce Icons|Commerce Icons]]
127
+ - [[_COMMUNITY_Data Usage Icons|Data Usage Icons]]
128
+ - [[_COMMUNITY_Peer Dependencies|Peer Dependencies]]
129
+ - [[_COMMUNITY_Table Render|Table Render]]
130
+ - [[_COMMUNITY_Theme Docs|Theme Docs]]
131
+ - [[_COMMUNITY_Number Formatting|Number Formatting]]
132
+ - [[_COMMUNITY_Virtualized Index Helpers|Virtualized Index Helpers]]
133
+ - [[_COMMUNITY_Docs Scope|Docs Scope]]
134
+ - [[_COMMUNITY_Auto Scroll Props|Auto Scroll Props]]
135
+ - [[_COMMUNITY_Content Props|Content Props]]
136
+ - [[_COMMUNITY_Content ClassName|Content ClassName]]
137
+ - [[_COMMUNITY_Footer Props|Footer Props]]
138
+ - [[_COMMUNITY_Icon Props|Icon Props]]
139
+ - [[_COMMUNITY_Max Height Props|Max Height Props]]
140
+ - [[_COMMUNITY_No Scroll Props|No Scroll Props]]
141
+ - [[_COMMUNITY_Subtitle Props|Subtitle Props]]
142
+ - [[_COMMUNITY_Subtitle ClassName|Subtitle ClassName]]
143
+ - [[_COMMUNITY_Title Props|Title Props]]
144
+ - [[_COMMUNITY_Trigger Props|Trigger Props]]
145
+ - [[_COMMUNITY_Trigger ClassName|Trigger ClassName]]
146
+ - [[_COMMUNITY_Width Props|Width Props]]
147
+ - [[_COMMUNITY_Community 131|Community 131]]
148
+ - [[_COMMUNITY_Expand Types|Expand Types]]
149
+ - [[_COMMUNITY_Brand Avatar Icons|Brand Avatar Icons]]
150
+ - [[_COMMUNITY_Communication Action Icons|Communication Action Icons]]
151
+ - [[_COMMUNITY_Status Action Icons|Status Action Icons]]
152
+ - [[_COMMUNITY_OAuth Brand Icons|OAuth Brand Icons]]
153
+ - [[_COMMUNITY_View Fullscreen Icons|View Fullscreen Icons]]
154
+ - [[_COMMUNITY_Add Remove Icons|Add Remove Icons]]
155
+ - [[_COMMUNITY_Route Navigation Icons|Route Navigation Icons]]
156
+ - [[_COMMUNITY_Settings Tool Icons|Settings Tool Icons]]
157
+ - [[_COMMUNITY_Input Label Constants|Input Label Constants]]
158
+ - [[_COMMUNITY_Community 142|Community 142]]
159
+ - [[_COMMUNITY_More Docs Examples|More Docs Examples]]
160
+ - [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
161
+ - [[_COMMUNITY_Additional Docs Examples|Additional Docs Examples]]
162
+ - [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
163
+ - [[_COMMUNITY_Test Utilities|Test Utilities]]
164
+ - [[_COMMUNITY_PostCSS Config|PostCSS Config]]
165
+ - [[_COMMUNITY_Single Doc Page|Single Doc Page]]
166
+ - [[_COMMUNITY_Community 151|Community 151]]
167
+ - [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
168
+ - [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
169
+ - [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
170
+ - [[_COMMUNITY_Save Undo Icons|Save Undo Icons]]
171
+ - [[_COMMUNITY_SVG Test Mock|SVG Test Mock]]
172
+ - [[_COMMUNITY_Store Declarations|Store Declarations]]
173
+ - [[_COMMUNITY_Global Window Types|Global Window Types]]
174
+ - [[_COMMUNITY_Gallery Singleton|Gallery Singleton]]
175
+ - [[_COMMUNITY_Minimize Prop|Minimize Prop]]
176
+ - [[_COMMUNITY_Forward Icon|Forward Icon]]
177
+ - [[_COMMUNITY_Router Context|Router Context]]
178
+ - [[_COMMUNITY_Router Store|Router Store]]
179
+ - [[_COMMUNITY_Select Helpers|Select Helpers]]
180
+ - [[_COMMUNITY_Community 167|Community 167]]
181
+ - [[_COMMUNITY_Community 168|Community 168]]
182
+ - [[_COMMUNITY_Community 169|Community 169]]
183
+ - [[_COMMUNITY_Community 170|Community 170]]
184
+ - [[_COMMUNITY_Community 171|Community 171]]
185
+ - [[_COMMUNITY_Community 172|Community 172]]
186
+ - [[_COMMUNITY_Community 173|Community 173]]
187
+ - [[_COMMUNITY_Community 174|Community 174]]
188
+ - [[_COMMUNITY_Community 175|Community 175]]
189
+ - [[_COMMUNITY_Community 176|Community 176]]
190
+ - [[_COMMUNITY_Community 177|Community 177]]
191
+ - [[_COMMUNITY_Community 178|Community 178]]
192
+ - [[_COMMUNITY_Community 179|Community 179]]
193
+ - [[_COMMUNITY_Community 180|Community 180]]
194
+ - [[_COMMUNITY_Community 181|Community 181]]
195
+ - [[_COMMUNITY_Community 182|Community 182]]
196
+ - [[_COMMUNITY_Community 183|Community 183]]
197
+ - [[_COMMUNITY_Community 184|Community 184]]
198
+ - [[_COMMUNITY_Community 185|Community 185]]
199
+ - [[_COMMUNITY_Community 186|Community 186]]
200
+ - [[_COMMUNITY_Community 187|Community 187]]
201
+ - [[_COMMUNITY_Community 188|Community 188]]
202
+ - [[_COMMUNITY_Community 189|Community 189]]
203
+ - [[_COMMUNITY_Community 190|Community 190]]
204
+ - [[_COMMUNITY_Community 191|Community 191]]
205
+ - [[_COMMUNITY_Community 192|Community 192]]
206
+ - [[_COMMUNITY_Community 193|Community 193]]
207
+ - [[_COMMUNITY_Community 194|Community 194]]
208
+ - [[_COMMUNITY_Community 195|Community 195]]
209
+ - [[_COMMUNITY_Community 196|Community 196]]
210
+ - [[_COMMUNITY_Community 197|Community 197]]
211
+ - [[_COMMUNITY_Community 198|Community 198]]
212
+ - [[_COMMUNITY_Community 199|Community 199]]
213
+ - [[_COMMUNITY_Community 200|Community 200]]
214
+ - [[_COMMUNITY_Community 201|Community 201]]
215
+ - [[_COMMUNITY_Community 202|Community 202]]
216
+ - [[_COMMUNITY_Community 203|Community 203]]
217
+ - [[_COMMUNITY_Community 204|Community 204]]
218
+ - [[_COMMUNITY_Community 205|Community 205]]
219
+ - [[_COMMUNITY_Community 206|Community 206]]
220
+ - [[_COMMUNITY_Community 207|Community 207]]
221
+ - [[_COMMUNITY_Community 210|Community 210]]
222
+ - [[_COMMUNITY_Community 211|Community 211]]
223
+ - [[_COMMUNITY_Community 212|Community 212]]
224
+ - [[_COMMUNITY_Community 213|Community 213]]
225
+ - [[_COMMUNITY_Community 215|Community 215]]
226
+ - [[_COMMUNITY_Community 216|Community 216]]
227
+
228
+ ## God Nodes (most connected - your core abstractions)
229
+ 1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
230
+ 2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
231
+ 3. `Changelog` - 82 edges
232
+ 4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
233
+ 5. `Link()` - 51 edges
234
+ 6. `Heading` - 46 edges
235
+ 7. `ComponentLayout()` - 46 edges
236
+ 8. `TypesTable()` - 45 edges
237
+ 9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` - 42 edges
238
+ 10. `Button()` - 39 edges
239
+
240
+ ## Surprising Connections (you probably didn't know these)
241
+ - `Changelog` --conceptually_related_to--> `foreverido/uilib GitHub Repository` [INFERRED]
242
+ CHANGELOG.md → README.md
243
+ - `Tree Shaking` --semantically_similar_to--> `Event Delegation` [INFERRED] [semantically similar]
244
+ README.md → src/components/Tooltip/README.md
245
+ - `Smart Viewport Positioning` --semantically_similar_to--> `Theme` [INFERRED] [semantically similar]
246
+ src/components/Tooltip/README.md → CHANGELOG.md
247
+ - `UILIB` --conceptually_related_to--> `PromptComposer` [INFERRED]
248
+ README.md → CHANGELOG.md
249
+ - `Tooltip` --conceptually_related_to--> `Tooltip Component` [INFERRED]
250
+ CHANGELOG.md → src/components/Tooltip/README.md
251
+
252
+ ## Import Cycles
253
+ - 1-file cycle: `src/docs/examples/i18n/index.tsx -> src/docs/examples/i18n/index.tsx`
254
+
255
+ ## Hyperedges (group relationships)
256
+ - **UILIB Design Principles** — readme_uilib, readme_dry_kiss_solid, readme_tree_shaking, readme_typescript_support, readme_ssr_compatibility [EXTRACTED 1.00]
257
+ - **Tooltip System Architecture** — tooltip_readme_tooltip, tooltip_readme_tooltipprovider, tooltip_readme_popover_api, tooltip_readme_data_tooltip, tooltip_readme_event_delegation [EXTRACTED 1.00]
258
+ - **UILIB HTML Shell Structure** — assets_index_uilib_shell, assets_index_app_root, assets_index_app_modal, assets_index_html_webpack_plugin, assets_index_common_css [EXTRACTED 1.00]
259
+ - **Directional Arrow Icon Set** — icons_arrowdown, icons_arrowleft, icons_arrowright, icons_arrowup [INFERRED 0.95]
260
+ - **Directional Chevron Icon Set** — icons_chevrondown, icons_chevronleft, icons_chevronright, icons_chevronup [INFERRED 0.95]
261
+ - **Communication and Compose Icons** — icons_attach, icons_chat, icons_call [INFERRED 0.75]
262
+ - **Map and Navigation Icons** — icons_compass, icons_geolocation, icons_globe, icons_flyover [INFERRED 0.85]
263
+ - **Brand and OAuth Provider Icons** — icons_discord, icons_github, icons_google [INFERRED 0.85]
264
+ - **Document Manipulation Icons** — icons_copy, icons_edit, icons_draft, icons_delete, icons_folder, icons_folderopen [INFERRED 0.75]
265
+ - **Media Playback Controls** — icons_play, icons_pause, icons_rewind, icons_redo [INFERRED 0.85]
266
+ - **Social Brand Icons** — icons_instagram, icons_linkedin, icons_link [INFERRED 0.75]
267
+ - **Security State Pair** — icons_lock, icons_lockopen [INFERRED 0.95]
268
+ - **Route Navigation Icons** — icons_route, icons_routefrom, icons_routeto [INFERRED 0.85]
269
+ - **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
270
+ - **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
271
+
272
+ ## Communities (215 total, 32 thin omitted)
273
+
274
+ ### Community 0 - "Docs Examples Index"
275
+ Cohesion: 0.05
276
+ Nodes (14): ComponentLayout(), examples, examples, Heading, isStartFromDoubleSlash(), Link(), examples, scope (+6 more)
277
+
278
+ ### Community 1 - "PromptComposer"
279
+ Cohesion: 0.08
280
+ Nodes (38): promptComposerFloorPx(), promptComposerSafeEditorDom(), safePromptComposerEditorText(), syncPromptComposerHeight(), PromptComposer, PromptComposerProps, Props, PROMPT_COMPOSER_EMPTY_DOC (+30 more)
281
+
282
+ ### Community 2 - "Build Toolchain"
283
+ Cohesion: 0.04
284
+ 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)
285
+
286
+ ### Community 3 - "Form Examples"
287
+ Cohesion: 0.11
288
+ Nodes (10): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, items, LightBox() (+2 more)
289
+
290
+ ### Community 4 - "Autocomplete Examples"
291
+ Cohesion: 0.10
292
+ Nodes (8): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, Menu
293
+
294
+ ### Community 5 - "Checkbox Showcase"
295
+ Cohesion: 0.06
296
+ Nodes (29): boxVariants, buttonVariants, inputTypes, sizes, DropZoneProps, DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps (+21 more)
297
+
298
+ ### Community 6 - "Theme Config"
299
+ Cohesion: 0.18
300
+ Nodes (9): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), ThemeProvider(), remove() (+1 more)
301
+
302
+ ### Community 7 - "Type Props Schema"
303
+ Cohesion: 0.08
304
+ Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
305
+
306
+ ### Community 8 - "Notifications System"
307
+ Cohesion: 0.14
308
+ Nodes (8): Button(), Props, Props, Icon(), Props, Props, PopupMenu(), VideoPlayerProps
309
+
310
+ ### Community 9 - "Button Checkbox Core"
311
+ Cohesion: 0.16
312
+ Nodes (7): Container, Props, params, show(), showAll(), showRichContent(), SCOPE
313
+
314
+ ### Community 10 - "Optional Value Props"
315
+ Cohesion: 0.05
316
+ Nodes (39): Props, optional, value, optional, value, value, optional, value (+31 more)
317
+
318
+ ### Community 12 - "Input AssistiveText"
319
+ Cohesion: 0.11
320
+ Nodes (15): AssistiveText(), MONTHS, Chip(), iconNames, Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, Label (+7 more)
321
+
322
+ ### Community 13 - "Gallery Component"
323
+ Cohesion: 0.11
324
+ Nodes (10): Props, Paranja(), Props, Portal(), Props, Config, getCoords(), isTouch() (+2 more)
325
+
326
+ ### Community 14 - "Virtualized Examples"
327
+ Cohesion: 0.07
328
+ Nodes (13): getRandomImageUrl(), getRandomItem(), loadNextData(), store, loadNextData(), store, loadNextData(), store (+5 more)
329
+
330
+ ### Community 15 - "TypeScript Config"
331
+ Cohesion: 0.06
332
+ Nodes (30): compilerOptions, allowJs, allowSyntheticDefaultImports, allowUmdGlobalAccess, baseUrl, declaration, declarationDir, esModuleInterop (+22 more)
333
+
334
+ ### Community 16 - "Package Dependencies"
335
+ Cohesion: 0.07
336
+ Nodes (28): dependencies, classnames, compareq, fastest-validator, favicons, favicons-webpack-plugin, @homecode/ui, justorm (+20 more)
337
+
338
+ ### Community 17 - "Card Component"
339
+ Cohesion: 0.17
340
+ Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
341
+
342
+ ### Community 19 - "UILIB Docs Assets"
343
+ Cohesion: 0.06
344
+ 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)
345
+
346
+ ### Community 20 - "Component Type Props"
347
+ Cohesion: 0.10
348
+ Nodes (18): Props, GalleryItem, Props, ControlProps, Value, Props, Props, Props (+10 more)
349
+
350
+ ### Community 21 - "Flex Gallery"
351
+ Cohesion: 0.11
352
+ Nodes (12): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, Sync Arrows Icon, Lazy(), LazyProps (+4 more)
353
+
354
+ ### Community 22 - "DatePicker Examples"
355
+ Cohesion: 0.06
356
+ Nodes (11): date, Checkbox(), sizes, variants, date, date, DatePickerInput(), date (+3 more)
357
+
358
+ ### Community 23 - "Comment Value Props"
359
+ Cohesion: 0.08
360
+ Nodes (25): Props, comment, optional, value, comment, optional, value, comment (+17 more)
361
+
362
+ ### Community 24 - "Docs Index Pages"
363
+ Cohesion: 0.20
364
+ Nodes (5): clamp(), loadStorage(), saveStorage(), timeToProgressPct(), VideoPlayerStorage
365
+
366
+ ### Community 25 - "i18n LangSelector"
367
+ Cohesion: 0.05
368
+ Nodes (33): api, { I18N }, InputProps, LangSelector(), LangOption, LangSelectorProps, PopupProps, generateOption() (+25 more)
369
+
370
+ ### Community 26 - "Package Metadata"
371
+ Cohesion: 0.12
372
+ Nodes (15): author, bugs, url, description, directories, dist, homepage, keywords (+7 more)
373
+
374
+ ### Community 27 - "Popup Positioning"
375
+ Cohesion: 0.12
376
+ Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
377
+
378
+ ### Community 29 - "Docs Code Layout"
379
+ Cohesion: 0.13
380
+ Nodes (9): Code(), ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), Expand() (+1 more)
381
+
382
+ ### Community 30 - "Draggable Types"
383
+ Cohesion: 0.10
384
+ Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
385
+
386
+ ### Community 31 - "Slider Component"
387
+ Cohesion: 0.07
388
+ Nodes (25): Slider(), SliderMarker, SliderProps, valueToPct(), TextWithDeferTooltip(), Props, TextWithDeferTooltipProps, TooltipSide (+17 more)
389
+
390
+ ### Community 32 - "Small Component Props"
391
+ Cohesion: 0.13
392
+ Nodes (18): AssistiveText, Props, optional, value, ButtonGroup, Props, Card, Props (+10 more)
393
+
394
+ ### Community 33 - "Select Popup Types"
395
+ Cohesion: 0.01
396
+ 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)
397
+
398
+ ### Community 34 - "Router Core"
399
+ Cohesion: 0.09
400
+ Nodes (10): ButtonProps, cloneValue(), Validator, ButtonConfig, Props, ID, Item, Props (+2 more)
401
+
402
+ ### Community 35 - "Calendar Helpers"
403
+ Cohesion: 0.14
404
+ Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
405
+
406
+ ### Community 36 - "AssistiveText Menu"
407
+ Cohesion: 0.17
408
+ Nodes (12): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+4 more)
409
+
410
+ ### Community 37 - "Button DatePicker Types"
411
+ Cohesion: 0.18
412
+ Nodes (11): Props, Props, Value, BoundaryFit, Direction, Props, State, TriggerPropsType (+3 more)
413
+
414
+ ### Community 38 - "Container Icon"
415
+ Cohesion: 0.15
416
+ Nodes (6): handleNotificationWheel(), Item, Props, scheduleWheelGestureReset(), WheelDelta, wheelGesture
417
+
418
+ ### Community 39 - "Checkbox Props"
419
+ Cohesion: 0.10
420
+ Nodes (20): Checkbox, Props, comment, optional, value, comment, optional, value (+12 more)
421
+
422
+ ### Community 40 - "NPM Scripts"
423
+ Cohesion: 0.13
424
+ Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
425
+
426
+ ### Community 41 - "Calendar DatePicker"
427
+ Cohesion: 0.24
428
+ Nodes (6): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), throttle()
429
+
430
+ ### Community 42 - "DateTime Types"
431
+ Cohesion: 0.14
432
+ Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
433
+
434
+ ### Community 43 - "Autocomplete Core"
435
+ Cohesion: 0.29
436
+ Nodes (8): ColorConfig, colorMods, ColorsConfig, getRGB(), hexToRGB(), mix(), mixColor(), rgba()
437
+
438
+ ### Community 44 - "Global Type Kinds"
439
+ Cohesion: 0.15
440
+ Nodes (13): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Variant, variant (+5 more)
441
+
442
+ ### Community 45 - "Date Type Fields"
443
+ Cohesion: 0.15
444
+ Nodes (13): day, ISO, kind, month, year, optional, value, Date (+5 more)
445
+
446
+ ### Community 46 - "Form Types"
447
+ Cohesion: 0.15
448
+ Nodes (12): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+4 more)
449
+
450
+ ### Community 47 - "Docs App Store"
451
+ Cohesion: 0.24
452
+ Nodes (5): App(), STORE, Background(), ThemeDemo(), useTheme()
453
+
454
+ ### Community 48 - "Component Types JSON"
455
+ Cohesion: 0.02
456
+ 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)
457
+
458
+ ### Community 49 - "Option Value Types"
459
+ Cohesion: 0.13
460
+ Nodes (18): Autocomplete, Option, Value, Button, DatePicker, Value, DatePickerInput, Value (+10 more)
461
+
462
+ ### Community 50 - "Generic Props"
463
+ Cohesion: 0.11
464
+ Nodes (19): comment, optional, value, Props, comment, optional, value, Size (+11 more)
465
+
466
+ ### Community 52 - "Heading Scroll"
467
+ Cohesion: 0.24
468
+ Nodes (7): onClick(), Props, getScrollParent(), isScrollable(), METRICS_BY_AXIS, scrollIntoView(), scrollTo()
469
+
470
+ ### Community 53 - "Progress Indicators"
471
+ Cohesion: 0.35
472
+ Nodes (6): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, SIZE_MAP, ProgressCircularProps
473
+
474
+ ### Community 54 - "Table Virtualized"
475
+ Cohesion: 0.18
476
+ Nodes (10): Props, DefaultProps, GetItemPropsParams, IndexesType, ItemProps, Props, RenderProps, ScrollCallbackState (+2 more)
477
+
478
+ ### Community 55 - "Virtualized Lifecycle"
479
+ Cohesion: 0.12
480
+ Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
481
+
482
+ ### Community 56 - "Docs Pages"
483
+ Cohesion: 0.13
484
+ Nodes (7): Header(), getPath(), H(), H2(), H3(), textToAnchorId(), useAnchor()
485
+
486
+ ### Community 57 - "Code Example Helpers"
487
+ Cohesion: 0.22
488
+ Nodes (5): MAP_LIB_TO_VAR, replaceImports(), wrapExample(), STORE, updateExecCode
489
+
490
+ ### Community 58 - "Media Control Icons"
491
+ Cohesion: 0.24
492
+ Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, Output Icon, Pause Icon, Play Icon, Redo Icon (+2 more)
493
+
494
+ ### Community 59 - "Text Heading"
495
+ Cohesion: 0.04
496
+ 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)
497
+
498
+ ### Community 60 - "Type Parser Script"
499
+ Cohesion: 0.31
500
+ Nodes (7): levelsData, MATCHERS, parseComponentDir(), parseComponentTypes(), parseTypes(), readDir(), types
501
+
502
+ ### Community 61 - "ButtonGroup Tabs"
503
+ Cohesion: 0.24
504
+ Nodes (5): ButtonGroup(), Props, ProgressCircular(), isId(), Tabs()
505
+
506
+ ### Community 62 - "DateTime Component"
507
+ Cohesion: 0.22
508
+ Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
509
+
510
+ ### Community 63 - "Display Format Props"
511
+ Cohesion: 0.15
512
+ 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)
513
+
514
+ ### Community 64 - "Calendar Day Props"
515
+ Cohesion: 0.22
516
+ Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
517
+
518
+ ### Community 65 - "Dialogue Props"
519
+ Cohesion: 0.40
520
+ Nodes (5): Props, value, value, onOpenChange, open
521
+
522
+ ### Community 66 - "Arrow Chevron Icons"
523
+ Cohesion: 0.57
524
+ Nodes (8): Arrow Down, Arrow Left, Arrow Right, Arrow Up, Chevron Down, Chevron Left, Chevron Right, Chevron Up
525
+
526
+ ### Community 67 - "InputFile Upload"
527
+ Cohesion: 0.29
528
+ Nodes (3): defaultState, upload(), examples
529
+
530
+ ### Community 69 - "Virtualized List"
531
+ Cohesion: 0.28
532
+ Nodes (8): baseConfig, ColorConfig, colors, colorsAlphaModes, getColors(), getConfig(), pScale, colorsConfigToVars()
533
+
534
+ ### Community 70 - "List Lifecycle"
535
+ Cohesion: 0.20
536
+ 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)
537
+
538
+ ### Community 71 - "Icon Index Exports"
539
+ Cohesion: 0.25
540
+ Nodes (8): default, exports, ./icons, import, types, import, require, types
541
+
542
+ ### Community 72 - "Webpack Paths Config"
543
+ Cohesion: 0.29
544
+ Nodes (4): APP_PATH, FaviconWebpackPlugin, pkg, require
545
+
546
+ ### Community 73 - "DatePicker Helpers"
547
+ Cohesion: 0.15
548
+ Nodes (16): defaultFileState, SCROLL_OFFSET, addUniq, indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), toBase64() (+8 more)
549
+
550
+ ### Community 74 - "Calendar Day"
551
+ Cohesion: 0.29
552
+ Nodes (7): Calendar, Day, optional, value, currentMonth, ext, kind
553
+
554
+ ### Community 75 - "Calendar Pointer Props"
555
+ Cohesion: 0.29
556
+ Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPointerUp
557
+
558
+ ### Community 76 - "Size Enum Props"
559
+ Cohesion: 0.04
560
+ Nodes (56): [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), [4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22), [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), [4.20.0-beta-4](https://github.com/foreverido/uilib/compare/v4.20.0-beta-3...v4.20.0-beta-4) (2025-03-05) (+48 more)
561
+
562
+ ### Community 77 - "Code Editor"
563
+ Cohesion: 0.48
564
+ Nodes (5): Editor(), focusCaretAtLastContentLine(), lastContentLineIndex(), linesFromSource(), Props
565
+
566
+ ### Community 78 - "Communication Icons"
567
+ Cohesion: 0.33
568
+ Nodes (7): Search Icon, Send Icon, Sound Wave Icon, Stop Icon, Stop In Circle Icon, Telegram Icon, YouTube Icon
569
+
570
+ ### Community 79 - "Select Constants"
571
+ Cohesion: 0.29
572
+ Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
573
+
574
+ ### Community 80 - "TextShimmer"
575
+ Cohesion: 0.25
576
+ Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
577
+
578
+ ### Community 81 - "Virtualized Cards"
579
+ Cohesion: 0.25
580
+ Nodes (7): Accept, ProgressParams, Props, Uploader, UploaderParams, Value, FormFieldChangeHandler
581
+
582
+ ### Community 82 - "ClassName Props"
583
+ Cohesion: 0.20
584
+ 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)
585
+
586
+ ### Community 83 - "Ukrainian i18n"
587
+ Cohesion: 0.33
588
+ Nodes (5): About, Components, Installation, Introduction, Usage
589
+
590
+ ### Community 84 - "Icon RequiredStar Types"
591
+ Cohesion: 0.40
592
+ Nodes (4): IconSize, IconType, Props, Props
593
+
594
+ ### Community 85 - "Navigation Icons"
595
+ Cohesion: 0.53
596
+ Nodes (6): Compass Icon, Email Icon, External Link Icon, Flyover Icon, Geolocation Icon, Globe Icon
597
+
598
+ ### Community 86 - "File Action Icons"
599
+ Cohesion: 0.33
600
+ Nodes (6): Copy Icon, Delete Icon, Draft Icon, Edit Icon, Folder Icon, Folder Open Icon
601
+
602
+ ### Community 87 - "Label Helpers"
603
+ Cohesion: 0.40
604
+ Nodes (4): LABEL_MULTIPLIER, LABEL_PADDING, getBottomOffset(), getLabelClipPath()
605
+
606
+ ### Community 88 - "Lazy Types"
607
+ Cohesion: 0.33
608
+ Nodes (5): ImportData, Loader, Props, RenderFunction, State
609
+
610
+ ### Community 89 - "Select Example Helpers"
611
+ Cohesion: 0.05
612
+ 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)
613
+
614
+ ### Community 90 - "Menu More Icons"
615
+ Cohesion: 0.50
616
+ Nodes (5): Home Icon, Map Icon, Menu Icon, More Horizontal Icon, More Vertical Icon
617
+
618
+ ### Community 91 - "Social Media Icons"
619
+ Cohesion: 0.50
620
+ Nodes (5): Image Icon, Instagram Icon, Layers Icon, Link Icon, LinkedIn Icon
621
+
622
+ ### Community 92 - "Rollup Build Config"
623
+ Cohesion: 0.40
624
+ Nodes (3): external, pkg, require
625
+
626
+ ### Community 93 - "Tabs Types"
627
+ Cohesion: 0.05
628
+ Nodes (44): [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), [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) (+36 more)
629
+
630
+ ### Community 95 - "Docs Navigation"
631
+ Cohesion: 0.06
632
+ 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)
633
+
634
+ ### Community 96 - "Footer Alignment"
635
+ Cohesion: 0.22
636
+ Nodes (6): Theme(), Props, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProviderProps
637
+
638
+ ### Community 97 - "Calendar Day Disabled"
639
+ Cohesion: 0.50
640
+ Nodes (4): comment, optional, value, hideOtherMonthDays
641
+
642
+ ### Community 98 - "Render Day Props"
643
+ Cohesion: 0.50
644
+ Nodes (4): comment, optional, value, isDayDisabled
645
+
646
+ ### Community 99 - "Render Months Label"
647
+ Cohesion: 0.50
648
+ Nodes (4): renderDay, comment, optional, value
649
+
650
+ ### Community 100 - "Render Month Label"
651
+ Cohesion: 0.50
652
+ Nodes (4): renderMonthesLabel, comment, optional, value
653
+
654
+ ### Community 101 - "Render Weekday Label"
655
+ Cohesion: 0.50
656
+ Nodes (4): renderMonthLabel, comment, optional, value
657
+
658
+ ### Community 102 - "Render Year Label"
659
+ Cohesion: 0.50
660
+ Nodes (4): renderWeekDayLabel, comment, optional, value
661
+
662
+ ### Community 103 - "Start Of Week"
663
+ Cohesion: 0.50
664
+ Nodes (4): renderYearLabel, comment, optional, value
665
+
666
+ ### Community 104 - "Weekend ClassName"
667
+ Cohesion: 0.50
668
+ Nodes (4): startOfWeek, comment, optional, value
669
+
670
+ ### Community 105 - "Weekend Styling"
671
+ Cohesion: 0.50
672
+ Nodes (4): weekendClassName, comment, optional, value
673
+
674
+ ### Community 106 - "Icon Name Helpers"
675
+ Cohesion: 0.25
676
+ 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
677
+
678
+ ### Community 107 - "Media Placeholder Icons"
679
+ Cohesion: 0.50
680
+ Nodes (4): Broken Image Placeholder, Camera Aperture, Checkerboard Pattern, Color Wheel Palette
681
+
682
+ ### Community 108 - "Utility Icons"
683
+ Cohesion: 0.50
684
+ Nodes (4): Cubes Icon, Function Icon, Gear Icon, Group Icon
685
+
686
+ ### Community 109 - "Commerce Icons"
687
+ Cohesion: 0.67
688
+ Nodes (4): Shopping Bag Icon, Smile Icon, Sparks Icon, Star Icon
689
+
690
+ ### Community 110 - "Data Usage Icons"
691
+ Cohesion: 0.50
692
+ Nodes (4): Table Icon, Traffic Light Icon, Usage Icon, Usage 2 Icon
693
+
694
+ ### Community 111 - "Peer Dependencies"
695
+ Cohesion: 0.50
696
+ Nodes (4): peerDependencies, justorm, react, react-dom
697
+
698
+ ### Community 112 - "Table Render"
699
+ Cohesion: 0.67
700
+ Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.0) (2023-07-22), Bug Fixes, Features
701
+
702
+ ### Community 113 - "Theme Docs"
703
+ Cohesion: 0.07
704
+ 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)
705
+
706
+ ### Community 114 - "Number Formatting"
707
+ Cohesion: 0.09
708
+ 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)
709
+
710
+ ### Community 115 - "Virtualized Index Helpers"
711
+ Cohesion: 0.67
712
+ Nodes (3): [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.0) (2023-07-22), Bug Fixes, Features
713
+
714
+ ### Community 116 - "Docs Scope"
715
+ Cohesion: 0.10
716
+ 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)
717
+
718
+ ### Community 117 - "Auto Scroll Props"
719
+ Cohesion: 0.25
720
+ 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
721
+
722
+ ### Community 118 - "Content Props"
723
+ Cohesion: 0.36
724
+ Nodes (3): CustomWrapElemParams, Props, Props
725
+
726
+ ### Community 119 - "Content ClassName"
727
+ Cohesion: 0.29
728
+ Nodes (6): Option, Props, RenderItemProps, Value, Props, ScrollProps
729
+
730
+ ### Community 121 - "Icon Props"
731
+ Cohesion: 0.32
732
+ Nodes (4): SIZE_TO_ITEM_HEIGHT, useIsMounted(), Shimmer(), ShimmerProps
733
+
734
+ ### Community 122 - "Max Height Props"
735
+ Cohesion: 0.40
736
+ 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
737
+
738
+ ### Community 123 - "No Scroll Props"
739
+ Cohesion: 0.50
740
+ 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
741
+
742
+ ### Community 125 - "Subtitle ClassName"
743
+ Cohesion: 0.43
744
+ Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
745
+
746
+ ### Community 132 - "Expand Types"
747
+ Cohesion: 0.47
748
+ Nodes (6): comment, optional, value, className, className, className
749
+
750
+ ### Community 133 - "Brand Avatar Icons"
751
+ Cohesion: 0.67
752
+ Nodes (3): Apple Logo, User Avatar, Brain
753
+
754
+ ### Community 134 - "Communication Action Icons"
755
+ Cohesion: 0.67
756
+ Nodes (3): Paperclip Attachment, Phone Call, Chat Message Bubble
757
+
758
+ ### Community 135 - "Status Action Icons"
759
+ Cohesion: 0.67
760
+ Nodes (3): Checkmark, Clear All Lines, Close X
761
+
762
+ ### Community 136 - "OAuth Brand Icons"
763
+ Cohesion: 1.00
764
+ Nodes (3): Discord Icon, GitHub Icon, Google Icon
765
+
766
+ ### Community 137 - "View Fullscreen Icons"
767
+ Cohesion: 0.67
768
+ Nodes (3): Eye Icon, Fullscreen Icon, Fullscreen Exit Icon
769
+
770
+ ### Community 138 - "Add Remove Icons"
771
+ Cohesion: 0.67
772
+ Nodes (3): Minus Icon, Plus Icon, Required Star Icon
773
+
774
+ ### Community 139 - "Route Navigation Icons"
775
+ Cohesion: 1.00
776
+ Nodes (3): Route Icon, Route From Icon, Route To Icon
777
+
778
+ ### Community 140 - "Settings Tool Icons"
779
+ Cohesion: 0.67
780
+ Nodes (3): Scale Icon, Settings Icon, Tool Icon
781
+
782
+ ### Community 142 - "Community 142"
783
+ Cohesion: 0.50
784
+ Nodes (3): GroupItem, RouteItem, RouteLoader
785
+
786
+ ### Community 143 - "More Docs Examples"
787
+ Cohesion: 0.11
788
+ 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)
789
+
790
+ ### Community 144 - "Docs Scope Pages"
791
+ Cohesion: 0.12
792
+ Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
793
+
794
+ ### Community 145 - "Additional Docs Examples"
795
+ Cohesion: 0.12
796
+ 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)
797
+
798
+ ### Community 149 - "Single Doc Page"
799
+ Cohesion: 0.12
800
+ 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)
801
+
802
+ ### Community 151 - "Community 151"
803
+ Cohesion: 0.67
804
+ Nodes (3): repository, type, url
805
+
806
+ ### Community 167 - "Community 167"
807
+ Cohesion: 0.12
808
+ 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)
809
+
810
+ ### Community 168 - "Community 168"
811
+ Cohesion: 0.12
812
+ Nodes (16): [4.7.1](https://github.com/foreverido/uilib/compare/v4.7.0...v4.7.1) (2023-05-06), [4.7.2](https://github.com/foreverido/uilib/compare/v4.7.1...v4.7.2) (2023-05-07), [4.7.3](https://github.com/foreverido/uilib/compare/v4.7.2...v4.7.3) (2023-05-07), [4.7.4](https://github.com/foreverido/uilib/compare/v4.7.3...v4.7.4) (2023-05-07), [4.7.5](https://github.com/foreverido/uilib/compare/v4.7.4...v4.7.5) (2023-05-07), [4.7.6](https://github.com/foreverido/uilib/compare/v4.7.5...v4.7.6) (2023-05-08), [4.7.7](https://github.com/foreverido/uilib/compare/v4.7.6...v4.7.7) (2023-05-13), [4.8.0](https://github.com/foreverido/uilib/compare/v4.7.7...v4.8.0) (2023-05-14) (+8 more)
813
+
814
+ ### Community 169 - "Community 169"
815
+ Cohesion: 0.13
816
+ Nodes (15): [4.8.1](https://github.com/foreverido/uilib/compare/v4.8.0...v4.8.1) (2023-05-14), [4.8.2](https://github.com/foreverido/uilib/compare/v4.8.1...v4.8.2) (2023-05-14), [4.8.3](https://github.com/foreverido/uilib/compare/v4.8.2...v4.8.3) (2023-05-14), [4.8.4](https://github.com/foreverido/uilib/compare/v4.8.3...v4.8.4) (2023-05-14), [4.8.5](https://github.com/foreverido/uilib/compare/v4.8.4...v4.8.5) (2023-05-16), [4.8.6](https://github.com/foreverido/uilib/compare/v4.8.5...v4.8.6) (2023-05-19), [4.9.0](https://github.com/foreverido/uilib/compare/v4.8.6...v4.9.0) (2023-05-21), Bug Fixes (+7 more)
817
+
818
+ ### Community 170 - "Community 170"
819
+ Cohesion: 0.14
820
+ Nodes (14): [1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1) (2022-03-26), [1.0.2](https://github.com/foreverido/uilib/compare/v1.0.1...v1.0.2) (2022-03-27), [1.0.4](https://github.com/foreverido/uilib/compare/v1.0.2...v1.0.4) (2022-03-27), [1.0.5](https://github.com/foreverido/uilib/compare/v1.0.4...v1.0.5) (2022-03-27), [1.0.6](https://github.com/foreverido/uilib/compare/v1.0.5...v1.0.6) (2022-03-27), [1.0.7](https://github.com/foreverido/uilib/compare/v1.0.6...v1.0.7) (2022-03-27), [1.1.0](https://github.com/foreverido/uilib/compare/v1.0.7...v1.1.0) (2022-03-28), Bug Fixes (+6 more)
821
+
822
+ ### Community 171 - "Community 171"
823
+ Cohesion: 0.14
824
+ 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)
825
+
826
+ ### Community 172 - "Community 172"
827
+ Cohesion: 0.67
828
+ Nodes (3): postchangelog, standard-version, scripts
829
+
830
+ ### Community 173 - "Community 173"
831
+ Cohesion: 0.20
832
+ Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
833
+
834
+ ### Community 175 - "Community 175"
835
+ Cohesion: 0.25
836
+ Nodes (6): Calendar(), DatePicker(), DateTime(), formatDate(), Props, strToDate()
837
+
838
+ ### Community 176 - "Community 176"
839
+ Cohesion: 0.50
840
+ Nodes (4): enum, optional, value, footerAlignment
841
+
842
+ ### Community 179 - "Community 179"
843
+ Cohesion: 0.67
844
+ Nodes (3): optional, value, autoScrollBottom
845
+
846
+ ### Community 180 - "Community 180"
847
+ Cohesion: 0.20
848
+ 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)
849
+
850
+ ### Community 181 - "Community 181"
851
+ Cohesion: 0.67
852
+ Nodes (3): optional, value, content
853
+
854
+ ### Community 182 - "Community 182"
855
+ Cohesion: 0.20
856
+ 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)
857
+
858
+ ### Community 183 - "Community 183"
859
+ Cohesion: 0.18
860
+ 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)
861
+
862
+ ### Community 184 - "Community 184"
863
+ Cohesion: 0.22
864
+ Nodes (9): [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.0](https://github.com/foreverido/uilib/compare/v3.8.0...v3.9.0) (2023-03-11), Bug Fixes, Bug Fixes, Bug Fixes, Features (+1 more)
865
+
866
+ ### Community 185 - "Community 185"
867
+ Cohesion: 0.67
868
+ Nodes (3): optional, value, contentClassName
869
+
870
+ ### Community 186 - "Community 186"
871
+ Cohesion: 0.67
872
+ Nodes (3): optional, value, footer
873
+
874
+ ### Community 187 - "Community 187"
875
+ Cohesion: 0.67
876
+ Nodes (3): optional, value, footerClassName
877
+
878
+ ### Community 188 - "Community 188"
879
+ Cohesion: 0.38
880
+ Nodes (4): menu(), UserPage(), UsersPage(), Router()
881
+
882
+ ### Community 189 - "Community 189"
883
+ Cohesion: 0.15
884
+ Nodes (11): ContextType, Redirect(), Route(), parsePath(), replaceParamsInPath(), Store, AnyProps, ComponentType (+3 more)
885
+
886
+ ### Community 190 - "Community 190"
887
+ Cohesion: 0.67
888
+ Nodes (3): optional, value, icon
889
+
890
+ ### Community 191 - "Community 191"
891
+ Cohesion: 0.67
892
+ Nodes (3): optional, value, maxHeight
893
+
894
+ ### Community 192 - "Community 192"
895
+ Cohesion: 0.33
896
+ 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
897
+
898
+ ### Community 193 - "Community 193"
899
+ Cohesion: 0.67
900
+ Nodes (3): optional, value, noScroll
901
+
902
+ ### Community 194 - "Community 194"
903
+ Cohesion: 0.40
904
+ 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
905
+
906
+ ### Community 195 - "Community 195"
907
+ Cohesion: 0.25
908
+ Nodes (8): [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), [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Bug Fixes, Features, Features
909
+
910
+ ### Community 196 - "Community 196"
911
+ Cohesion: 0.67
912
+ Nodes (3): subtitle, optional, value
913
+
914
+ ### Community 197 - "Community 197"
915
+ Cohesion: 0.40
916
+ 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
917
+
918
+ ### Community 198 - "Community 198"
919
+ Cohesion: 0.13
920
+ Nodes (10): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), ThrottleOptions, useThrottle(), useThrottleCallback() (+2 more)
921
+
922
+ ### Community 199 - "Community 199"
923
+ Cohesion: 0.67
924
+ Nodes (3): subtitleClassName, optional, value
925
+
926
+ ### Community 200 - "Community 200"
927
+ Cohesion: 0.50
928
+ 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
929
+
930
+ ### Community 201 - "Community 201"
931
+ Cohesion: 0.25
932
+ Nodes (8): [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), [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, Bug Fixes, Bug Fixes, Features
933
+
934
+ ### Community 202 - "Community 202"
935
+ Cohesion: 0.67
936
+ Nodes (3): title, optional, value
937
+
938
+ ### Community 203 - "Community 203"
939
+ Cohesion: 0.67
940
+ Nodes (3): titleClassName, optional, value
941
+
942
+ ### Community 204 - "Community 204"
943
+ Cohesion: 0.67
944
+ Nodes (3): trigger, optional, value
945
+
946
+ ### Community 205 - "Community 205"
947
+ Cohesion: 0.50
948
+ 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
949
+
950
+ ### Community 206 - "Community 206"
951
+ Cohesion: 0.67
952
+ Nodes (3): triggerClassName, optional, value
953
+
954
+ ### Community 207 - "Community 207"
955
+ Cohesion: 0.67
956
+ Nodes (3): width, optional, value
957
+
958
+ ### Community 210 - "Community 210"
959
+ Cohesion: 0.09
960
+ Nodes (7): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
961
+
962
+ ### Community 211 - "Community 211"
963
+ Cohesion: 0.67
964
+ Nodes (3): [3.3.1](https://github.com/foreverido/uilib/compare/v3.3.0...v3.3.1) (2022-08-06), [3.4.0](https://github.com/foreverido/uilib/compare/v3.3.1...v3.4.0) (2022-08-07), Bug Fixes
965
+
966
+ ### Community 212 - "Community 212"
967
+ Cohesion: 0.67
968
+ Nodes (3): [4.0.0](https://github.com/foreverido/uilib/compare/v3.11.0...v4.0.0) (2023-03-25), Bug Fixes, Features
969
+
970
+ ### Community 213 - "Community 213"
971
+ Cohesion: 0.67
972
+ 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
973
+
974
+ ### Community 215 - "Community 215"
975
+ Cohesion: 0.67
976
+ Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features
977
+
978
+ ### Community 216 - "Community 216"
979
+ Cohesion: 0.67
980
+ 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
981
+
982
+ ## Ambiguous Edges - Review These
983
+ - `Apple Logo` → `User Avatar` [AMBIGUOUS]
984
+ src/components/Icon/icons/apple.svg · relation: conceptually_related_to
985
+
986
+ ## Knowledge Gaps
987
+ - **1477 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1472 more)
988
+ These have ≤1 connection - possible missing edges or undocumented components.
989
+ - **32 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
990
+
991
+ ## Suggested Questions
992
+ _Questions this graph is uniquely positioned to answer:_
993
+
994
+ - **What is the exact relationship between `Apple Logo` and `User Avatar`?**
995
+ _Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
996
+ - **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`, `Community 174`, `Component Types JSON`, `Community 180`, `Community 182`, `Community 183`, `Community 184`, `Text Heading`, `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`?**
997
+ _High betweenness centrality (0.075) - this node is a cross-community bridge._
998
+ - **Why does `Popup` connect `Popup Component` to `Notifications System`, `Input AssistiveText`, `Gallery Component`, `Community 175`, `Community 210`, `Icon Props`, `Docs Code Layout`?**
999
+ _High betweenness centrality (0.041) - this node is a cross-community bridge._
1000
+ - **Why does `Autocomplete` connect `Option Value Types` to `Docs Scope Pages`, `Optional Value Props`?**
1001
+ _High betweenness centrality (0.030) - this node is a cross-community bridge._
1002
+ - **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
1003
+ _1479 weakly-connected nodes found - possible documentation gaps or missing edges._
1004
+ - **Should `Docs Examples Index` be split into smaller, more focused modules?**
1005
+ _Cohesion score 0.051425213047311194 - nodes in this community are weakly interconnected._
1006
+ - **Should `PromptComposer` be split into smaller, more focused modules?**
1007
+ _Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._