@homecode/ui 5.3.12 → 5.4.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.
- package/dist/esm/index.js +1 -0
- package/dist/esm/src/components/Autocomplete/Autocomplete.js +2 -1
- package/dist/esm/src/components/InputFile/InputFile.js +2 -1
- package/dist/esm/src/components/Table/Table.js +2 -2
- package/dist/esm/src/components/Table/Table.styl.js +2 -2
- package/dist/esm/src/components/TextWithDeferTooltip/TextWithDeferTooltip.js +36 -0
- package/dist/esm/src/components/TextWithDeferTooltip/TextWithDeferTooltip.styl.js +7 -0
- package/dist/esm/src/components/Tooltip/Tooltip.js +9 -80
- package/dist/esm/src/components/Tooltip/Tooltip.styl.js +2 -2
- package/dist/esm/src/components/Tooltip/TooltipCore.js +19 -0
- package/dist/esm/src/components/Tooltip/TooltipOverTrigger.js +133 -0
- package/dist/esm/src/components/Tooltip/TooltipSimple.js +66 -0
- package/dist/esm/types/src/components/Table/Table.types.d.ts +1 -1
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +3 -0
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.types.d.ts +9 -0
- package/dist/esm/types/src/components/TextWithDeferTooltip/index.d.ts +2 -0
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +2 -1
- package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +21 -0
- package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +4 -0
- package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +3 -0
- package/dist/esm/types/src/components/index.d.ts +1 -0
- package/graphify-out/.graphify_labels.json +0 -16
- package/graphify-out/2026-07-06/.graphify_labels.json +205 -0
- package/graphify-out/2026-07-06/GRAPH_REPORT.md +982 -0
- package/graphify-out/2026-07-06/cost.json +12 -0
- package/graphify-out/2026-07-06/graph.json +69192 -0
- package/graphify-out/2026-07-06/manifest.json +2262 -0
- package/graphify-out/GRAPH_REPORT.md +144 -186
- package/graphify-out/cache/ast/bed2f246f6c9c3ea5684794da1d417f0b93566753c0a3d0e754c68004dc2c09d.json +1 -0
- package/graphify-out/cache/ast/c041441cf64e84e32561e522d6d368ea363be52429220a3310c91a358c1a0871.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +3564 -2548
- package/graphify-out/manifest.json +42 -27
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# Graph Report - ui (2026-06
|
|
1
|
+
# Graph Report - ui (2026-07-06)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
-
|
|
4
|
+
- 353 files · ~82,693 words
|
|
5
5
|
- Verdict: corpus is large enough that graph structure adds value.
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
-
|
|
8
|
+
- 2751 nodes · 3967 edges · 201 communities (175 shown, 26 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: `
|
|
13
|
+
- Built from commit: `15934f6d`
|
|
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,7 +58,6 @@
|
|
|
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]]
|
|
62
61
|
- [[_COMMUNITY_Global Type Kinds|Global Type Kinds]]
|
|
63
62
|
- [[_COMMUNITY_Date Type Fields|Date Type Fields]]
|
|
64
63
|
- [[_COMMUNITY_Form Types|Form Types]]
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
- [[_COMMUNITY_Communication Icons|Communication Icons]]
|
|
97
96
|
- [[_COMMUNITY_Select Constants|Select Constants]]
|
|
98
97
|
- [[_COMMUNITY_TextShimmer|TextShimmer]]
|
|
99
|
-
- [[_COMMUNITY_Virtualized Cards|Virtualized Cards]]
|
|
100
98
|
- [[_COMMUNITY_ClassName Props|ClassName Props]]
|
|
101
99
|
- [[_COMMUNITY_Ukrainian i18n|Ukrainian i18n]]
|
|
102
100
|
- [[_COMMUNITY_Icon RequiredStar Types|Icon RequiredStar Types]]
|
|
@@ -157,6 +155,7 @@
|
|
|
157
155
|
- [[_COMMUNITY_Route Navigation Icons|Route Navigation Icons]]
|
|
158
156
|
- [[_COMMUNITY_Settings Tool Icons|Settings Tool Icons]]
|
|
159
157
|
- [[_COMMUNITY_Input Label Constants|Input Label Constants]]
|
|
158
|
+
- [[_COMMUNITY_Lazy Docs Example|Lazy Docs Example]]
|
|
160
159
|
- [[_COMMUNITY_More Docs Examples|More Docs Examples]]
|
|
161
160
|
- [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
|
|
162
161
|
- [[_COMMUNITY_Additional Docs Examples|Additional Docs Examples]]
|
|
@@ -164,6 +163,7 @@
|
|
|
164
163
|
- [[_COMMUNITY_Test Utilities|Test Utilities]]
|
|
165
164
|
- [[_COMMUNITY_PostCSS Config|PostCSS Config]]
|
|
166
165
|
- [[_COMMUNITY_Single Doc Page|Single Doc Page]]
|
|
166
|
+
- [[_COMMUNITY_Docs Entry Point|Docs Entry Point]]
|
|
167
167
|
- [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
|
|
168
168
|
- [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
|
|
169
169
|
- [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
|
|
@@ -182,54 +182,40 @@
|
|
|
182
182
|
- [[_COMMUNITY_Community 169|Community 169]]
|
|
183
183
|
- [[_COMMUNITY_Community 170|Community 170]]
|
|
184
184
|
- [[_COMMUNITY_Community 171|Community 171]]
|
|
185
|
-
- [[_COMMUNITY_Community 172|Community 172]]
|
|
186
185
|
- [[_COMMUNITY_Community 173|Community 173]]
|
|
187
|
-
- [[_COMMUNITY_Community 174|Community 174]]
|
|
188
186
|
- [[_COMMUNITY_Community 175|Community 175]]
|
|
189
187
|
- [[_COMMUNITY_Community 176|Community 176]]
|
|
190
|
-
- [[_COMMUNITY_Community 177|Community 177]]
|
|
191
188
|
- [[_COMMUNITY_Community 179|Community 179]]
|
|
192
189
|
- [[_COMMUNITY_Community 180|Community 180]]
|
|
193
|
-
- [[_COMMUNITY_Community 181|Community 181]]
|
|
194
190
|
- [[_COMMUNITY_Community 182|Community 182]]
|
|
195
191
|
- [[_COMMUNITY_Community 183|Community 183]]
|
|
196
192
|
- [[_COMMUNITY_Community 184|Community 184]]
|
|
197
|
-
- [[_COMMUNITY_Community 185|Community 185]]
|
|
198
|
-
- [[_COMMUNITY_Community 186|Community 186]]
|
|
199
193
|
- [[_COMMUNITY_Community 187|Community 187]]
|
|
200
194
|
- [[_COMMUNITY_Community 188|Community 188]]
|
|
201
195
|
- [[_COMMUNITY_Community 189|Community 189]]
|
|
202
|
-
- [[_COMMUNITY_Community 190|Community 190]]
|
|
203
|
-
- [[_COMMUNITY_Community 191|Community 191]]
|
|
204
196
|
- [[_COMMUNITY_Community 192|Community 192]]
|
|
205
197
|
- [[_COMMUNITY_Community 194|Community 194]]
|
|
206
198
|
- [[_COMMUNITY_Community 195|Community 195]]
|
|
207
|
-
- [[_COMMUNITY_Community 196|Community 196]]
|
|
208
199
|
- [[_COMMUNITY_Community 197|Community 197]]
|
|
209
200
|
- [[_COMMUNITY_Community 198|Community 198]]
|
|
210
201
|
- [[_COMMUNITY_Community 199|Community 199]]
|
|
211
202
|
- [[_COMMUNITY_Community 200|Community 200]]
|
|
212
203
|
- [[_COMMUNITY_Community 201|Community 201]]
|
|
213
204
|
- [[_COMMUNITY_Community 202|Community 202]]
|
|
214
|
-
- [[_COMMUNITY_Community 203|Community 203]]
|
|
215
205
|
- [[_COMMUNITY_Community 204|Community 204]]
|
|
216
206
|
- [[_COMMUNITY_Community 205|Community 205]]
|
|
217
|
-
- [[_COMMUNITY_Community 206|Community 206]]
|
|
218
207
|
- [[_COMMUNITY_Community 207|Community 207]]
|
|
219
|
-
- [[_COMMUNITY_Community 208|Community 208]]
|
|
220
|
-
- [[_COMMUNITY_Community 209|Community 209]]
|
|
221
208
|
- [[_COMMUNITY_Community 210|Community 210]]
|
|
222
209
|
- [[_COMMUNITY_Community 211|Community 211]]
|
|
223
210
|
- [[_COMMUNITY_Community 212|Community 212]]
|
|
224
211
|
- [[_COMMUNITY_Community 213|Community 213]]
|
|
225
|
-
- [[_COMMUNITY_Community 214|Community 214]]
|
|
226
212
|
- [[_COMMUNITY_Community 215|Community 215]]
|
|
227
213
|
- [[_COMMUNITY_Community 216|Community 216]]
|
|
228
214
|
|
|
229
215
|
## God Nodes (most connected - your core abstractions)
|
|
230
216
|
1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
|
|
231
217
|
2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
|
|
232
|
-
3. `Changelog` -
|
|
218
|
+
3. `Changelog` - 90 edges
|
|
233
219
|
4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
|
|
234
220
|
5. `Link()` - 50 edges
|
|
235
221
|
6. `Heading` - 44 edges
|
|
@@ -270,11 +256,11 @@
|
|
|
270
256
|
- **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
|
|
271
257
|
- **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
|
|
272
258
|
|
|
273
|
-
## Communities (
|
|
259
|
+
## Communities (201 total, 26 thin omitted)
|
|
274
260
|
|
|
275
261
|
### Community 0 - "Docs Examples Index"
|
|
276
|
-
Cohesion: 0.
|
|
277
|
-
Nodes (
|
|
262
|
+
Cohesion: 0.06
|
|
263
|
+
Nodes (12): ComponentLayout(), examples, examples, scope, Heading, isStartFromDoubleSlash(), Link(), examples (+4 more)
|
|
278
264
|
|
|
279
265
|
### Community 1 - "PromptComposer"
|
|
280
266
|
Cohesion: 0.08
|
|
@@ -285,44 +271,40 @@ Cohesion: 0.04
|
|
|
285
271
|
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)
|
|
286
272
|
|
|
287
273
|
### Community 3 - "Form Examples"
|
|
288
|
-
Cohesion: 0.
|
|
289
|
-
Nodes (
|
|
274
|
+
Cohesion: 0.06
|
|
275
|
+
Nodes (9): items, Gallery, GalleryStoreTarget, getInitialState(), buildDefaultState(), InputFile, initialValue, compare() (+1 more)
|
|
290
276
|
|
|
291
277
|
### Community 4 - "Autocomplete Examples"
|
|
292
|
-
Cohesion: 0.
|
|
293
|
-
Nodes (
|
|
278
|
+
Cohesion: 0.08
|
|
279
|
+
Nodes (10): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, Menu (+2 more)
|
|
294
280
|
|
|
295
281
|
### Community 5 - "Checkbox Showcase"
|
|
296
|
-
Cohesion: 0.
|
|
297
|
-
Nodes (
|
|
282
|
+
Cohesion: 0.17
|
|
283
|
+
Nodes (9): ANIMATION_DURATION, Id, ItemParams, ItemProps, Methods, NotificationType, ID, NotificationsStore (+1 more)
|
|
298
284
|
|
|
299
285
|
### Community 6 - "Theme Config"
|
|
300
|
-
Cohesion: 0.
|
|
301
|
-
Nodes (
|
|
286
|
+
Cohesion: 0.09
|
|
287
|
+
Nodes (25): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), baseConfig, ColorConfig (+17 more)
|
|
302
288
|
|
|
303
289
|
### Community 7 - "Type Props Schema"
|
|
304
290
|
Cohesion: 0.08
|
|
305
291
|
Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
|
|
306
292
|
|
|
307
293
|
### Community 8 - "Notifications System"
|
|
308
|
-
Cohesion: 0.
|
|
294
|
+
Cohesion: 0.20
|
|
309
295
|
Nodes (15): addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), pick() (+7 more)
|
|
310
296
|
|
|
311
|
-
### Community 9 - "Button Checkbox Core"
|
|
312
|
-
Cohesion: 0.08
|
|
313
|
-
Nodes (12): Button(), Props, iconNames, Icon(), defaultFileState, SCROLL_OFFSET, Props, Props (+4 more)
|
|
314
|
-
|
|
315
297
|
### Community 10 - "Optional Value Props"
|
|
316
298
|
Cohesion: 0.05
|
|
317
299
|
Nodes (39): Props, optional, value, optional, value, value, optional, value (+31 more)
|
|
318
300
|
|
|
319
301
|
### Community 12 - "Input AssistiveText"
|
|
320
|
-
Cohesion: 0.
|
|
321
|
-
Nodes (
|
|
302
|
+
Cohesion: 0.12
|
|
303
|
+
Nodes (17): AssistiveText(), Chip(), Props, Icon(), Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, defaultFileState (+9 more)
|
|
322
304
|
|
|
323
305
|
### Community 13 - "Gallery Component"
|
|
324
|
-
Cohesion: 0.
|
|
325
|
-
Nodes (
|
|
306
|
+
Cohesion: 0.17
|
|
307
|
+
Nodes (10): Props, Paranja(), Props, Portal(), Props, ThemeContext, ThemeContextValue, ThemeProvider() (+2 more)
|
|
326
308
|
|
|
327
309
|
### Community 14 - "Virtualized Examples"
|
|
328
310
|
Cohesion: 0.07
|
|
@@ -341,8 +323,8 @@ Cohesion: 0.17
|
|
|
341
323
|
Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
|
|
342
324
|
|
|
343
325
|
### Community 18 - "Debounce Paranja"
|
|
344
|
-
Cohesion: 0.
|
|
345
|
-
Nodes (
|
|
326
|
+
Cohesion: 0.11
|
|
327
|
+
Nodes (6): Props, toBase64(), remove(), set(), capitalize(), State
|
|
346
328
|
|
|
347
329
|
### Community 19 - "UILIB Docs Assets"
|
|
348
330
|
Cohesion: 0.06
|
|
@@ -350,27 +332,27 @@ Nodes (37): Apostol Stats Analytics Client, app-modal Mount Point, app-root Moun
|
|
|
350
332
|
|
|
351
333
|
### Community 20 - "Component Type Props"
|
|
352
334
|
Cohesion: 0.11
|
|
353
|
-
Nodes (
|
|
335
|
+
Nodes (16): Props, Props, ControlProps, Value, Props, Props, Props, SliderMarker (+8 more)
|
|
354
336
|
|
|
355
337
|
### Community 21 - "Flex Gallery"
|
|
356
338
|
Cohesion: 0.10
|
|
357
339
|
Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, GalleryItem, Sync Arrows Icon, Lazy() (+5 more)
|
|
358
340
|
|
|
359
341
|
### Community 22 - "DatePicker Examples"
|
|
360
|
-
Cohesion: 0.
|
|
361
|
-
Nodes (
|
|
342
|
+
Cohesion: 0.06
|
|
343
|
+
Nodes (14): Button(), date, Props, date, date, items, items, iconNames (+6 more)
|
|
362
344
|
|
|
363
345
|
### Community 23 - "Comment Value Props"
|
|
364
346
|
Cohesion: 0.08
|
|
365
|
-
Nodes (
|
|
347
|
+
Nodes (25): Props, comment, optional, value, comment, optional, value, comment (+17 more)
|
|
366
348
|
|
|
367
349
|
### Community 24 - "Docs Index Pages"
|
|
368
|
-
Cohesion: 0.
|
|
369
|
-
Nodes (
|
|
350
|
+
Cohesion: 0.07
|
|
351
|
+
Nodes (8): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator(), TypesTable()
|
|
370
352
|
|
|
371
353
|
### Community 25 - "i18n LangSelector"
|
|
372
|
-
Cohesion: 0.
|
|
373
|
-
Nodes (
|
|
354
|
+
Cohesion: 0.09
|
|
355
|
+
Nodes (18): InputProps, PopupProps, generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT, IdsMap (+10 more)
|
|
374
356
|
|
|
375
357
|
### Community 26 - "Package Metadata"
|
|
376
358
|
Cohesion: 0.09
|
|
@@ -381,16 +363,16 @@ Cohesion: 0.12
|
|
|
381
363
|
Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
|
|
382
364
|
|
|
383
365
|
### Community 29 - "Docs Code Layout"
|
|
384
|
-
Cohesion: 0.
|
|
385
|
-
Nodes (
|
|
366
|
+
Cohesion: 0.11
|
|
367
|
+
Nodes (11): ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), GroupItem, RouteItem (+3 more)
|
|
386
368
|
|
|
387
369
|
### Community 30 - "Draggable Types"
|
|
388
370
|
Cohesion: 0.10
|
|
389
371
|
Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
|
|
390
372
|
|
|
391
373
|
### Community 31 - "Slider Component"
|
|
392
|
-
Cohesion: 0.
|
|
393
|
-
Nodes (
|
|
374
|
+
Cohesion: 0.09
|
|
375
|
+
Nodes (19): Slider(), SliderMarker, SliderProps, valueToPct(), HTMLAttributes, LazyTooltipOverTrigger, Tooltip(), TooltipProps (+11 more)
|
|
394
376
|
|
|
395
377
|
### Community 32 - "Small Component Props"
|
|
396
378
|
Cohesion: 0.13
|
|
@@ -401,45 +383,41 @@ Cohesion: 0.01
|
|
|
401
383
|
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)
|
|
402
384
|
|
|
403
385
|
### Community 34 - "Router Core"
|
|
404
|
-
Cohesion: 0.
|
|
405
|
-
Nodes (
|
|
386
|
+
Cohesion: 0.10
|
|
387
|
+
Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
|
|
406
388
|
|
|
407
389
|
### Community 35 - "Calendar Helpers"
|
|
408
390
|
Cohesion: 0.14
|
|
409
391
|
Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
|
|
410
392
|
|
|
411
393
|
### Community 36 - "AssistiveText Menu"
|
|
412
|
-
Cohesion: 0.
|
|
413
|
-
Nodes (
|
|
394
|
+
Cohesion: 0.17
|
|
395
|
+
Nodes (12): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+4 more)
|
|
414
396
|
|
|
415
397
|
### Community 37 - "Button DatePicker Types"
|
|
416
398
|
Cohesion: 0.18
|
|
417
399
|
Nodes (11): Props, Props, Value, BoundaryFit, Direction, Props, State, TriggerPropsType (+3 more)
|
|
418
400
|
|
|
419
401
|
### Community 38 - "Container Icon"
|
|
420
|
-
Cohesion: 0.
|
|
421
|
-
Nodes (
|
|
402
|
+
Cohesion: 0.15
|
|
403
|
+
Nodes (6): handleNotificationWheel(), Item, Props, scheduleWheelGestureReset(), WheelDelta, wheelGesture
|
|
422
404
|
|
|
423
405
|
### Community 39 - "Checkbox Props"
|
|
424
|
-
Cohesion: 0.
|
|
425
|
-
Nodes (
|
|
406
|
+
Cohesion: 0.10
|
|
407
|
+
Nodes (20): Checkbox, Props, comment, optional, value, comment, optional, value (+12 more)
|
|
426
408
|
|
|
427
409
|
### Community 40 - "NPM Scripts"
|
|
428
410
|
Cohesion: 0.13
|
|
429
411
|
Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
|
|
430
412
|
|
|
431
413
|
### Community 41 - "Calendar DatePicker"
|
|
432
|
-
Cohesion: 0.
|
|
433
|
-
Nodes (
|
|
414
|
+
Cohesion: 0.14
|
|
415
|
+
Nodes (11): Calendar(), MONTHS, DatePicker(), DatePickerInput(), DateTime(), formatDate(), Props, ThrottleOptions (+3 more)
|
|
434
416
|
|
|
435
417
|
### Community 42 - "DateTime Types"
|
|
436
418
|
Cohesion: 0.14
|
|
437
419
|
Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
|
|
438
420
|
|
|
439
|
-
### Community 43 - "Autocomplete Core"
|
|
440
|
-
Cohesion: 0.29
|
|
441
|
-
Nodes (6): Option, Props, RenderItemProps, Value, Props, ScrollProps
|
|
442
|
-
|
|
443
421
|
### Community 44 - "Global Type Kinds"
|
|
444
422
|
Cohesion: 0.15
|
|
445
423
|
Nodes (13): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Variant, variant (+5 more)
|
|
@@ -449,20 +427,20 @@ Cohesion: 0.15
|
|
|
449
427
|
Nodes (13): day, ISO, kind, month, year, optional, value, Date (+5 more)
|
|
450
428
|
|
|
451
429
|
### Community 46 - "Form Types"
|
|
452
|
-
Cohesion: 0.
|
|
453
|
-
Nodes (
|
|
430
|
+
Cohesion: 0.10
|
|
431
|
+
Nodes (19): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+11 more)
|
|
454
432
|
|
|
455
433
|
### Community 47 - "Docs App Store"
|
|
456
|
-
Cohesion: 0.
|
|
457
|
-
Nodes (
|
|
434
|
+
Cohesion: 0.47
|
|
435
|
+
Nodes (3): Background(), ThemeDemo(), useTheme()
|
|
458
436
|
|
|
459
437
|
### Community 48 - "Component Types JSON"
|
|
460
438
|
Cohesion: 0.02
|
|
461
439
|
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)
|
|
462
440
|
|
|
463
441
|
### Community 49 - "Option Value Types"
|
|
464
|
-
Cohesion: 0.
|
|
465
|
-
Nodes (
|
|
442
|
+
Cohesion: 0.13
|
|
443
|
+
Nodes (18): Autocomplete, Option, Value, Button, DatePicker, Value, DatePickerInput, Value (+10 more)
|
|
466
444
|
|
|
467
445
|
### Community 50 - "Generic Props"
|
|
468
446
|
Cohesion: 0.11
|
|
@@ -477,8 +455,12 @@ Cohesion: 0.29
|
|
|
477
455
|
Nodes (7): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, ProgressCircular(), SIZE_MAP, ProgressCircularProps
|
|
478
456
|
|
|
479
457
|
### Community 54 - "Table Virtualized"
|
|
480
|
-
Cohesion: 0.
|
|
481
|
-
Nodes (
|
|
458
|
+
Cohesion: 0.06
|
|
459
|
+
Nodes (22): ListCards, Props, CustomWrapElemParams, List, Props, Props, Table, Props (+14 more)
|
|
460
|
+
|
|
461
|
+
### Community 55 - "Virtualized Lifecycle"
|
|
462
|
+
Cohesion: 0.22
|
|
463
|
+
Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
|
|
482
464
|
|
|
483
465
|
### Community 56 - "Docs Pages"
|
|
484
466
|
Cohesion: 0.13
|
|
@@ -494,27 +476,23 @@ Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, O
|
|
|
494
476
|
|
|
495
477
|
### Community 59 - "Text Heading"
|
|
496
478
|
Cohesion: 0.04
|
|
497
|
-
Nodes (
|
|
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)
|
|
498
480
|
|
|
499
481
|
### Community 60 - "Type Parser Script"
|
|
500
482
|
Cohesion: 0.31
|
|
501
483
|
Nodes (7): levelsData, MATCHERS, parseComponentDir(), parseComponentTypes(), parseTypes(), readDir(), types
|
|
502
484
|
|
|
503
485
|
### Community 61 - "ButtonGroup Tabs"
|
|
504
|
-
Cohesion: 0.
|
|
505
|
-
Nodes (
|
|
486
|
+
Cohesion: 0.32
|
|
487
|
+
Nodes (4): ButtonGroup(), Props, isId(), Tabs()
|
|
506
488
|
|
|
507
489
|
### Community 62 - "DateTime Component"
|
|
508
|
-
Cohesion: 0.
|
|
509
|
-
Nodes (
|
|
510
|
-
|
|
511
|
-
### Community 63 - "Display Format Props"
|
|
512
|
-
Cohesion: 0.22
|
|
513
|
-
Nodes (9): optional, value, Props, value, optional, value, buttonProps, displayFormat (+1 more)
|
|
490
|
+
Cohesion: 0.18
|
|
491
|
+
Nodes (6): DropZone(), DropZoneProps, useToggleState, UseToggleStateProps, ToggleProps, generateUID()
|
|
514
492
|
|
|
515
493
|
### Community 64 - "Calendar Day Props"
|
|
516
494
|
Cohesion: 0.22
|
|
517
|
-
Nodes (9):
|
|
495
|
+
Nodes (9): Calendar, DayProps, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
|
|
518
496
|
|
|
519
497
|
### Community 65 - "Dialogue Props"
|
|
520
498
|
Cohesion: 0.40
|
|
@@ -530,15 +508,15 @@ Nodes (3): defaultState, upload(), examples
|
|
|
530
508
|
|
|
531
509
|
### Community 68 - "InputFile Types"
|
|
532
510
|
Cohesion: 0.25
|
|
533
|
-
Nodes (
|
|
511
|
+
Nodes (4): Checkbox(), sizes, variants, date
|
|
534
512
|
|
|
535
513
|
### Community 69 - "Virtualized List"
|
|
536
|
-
Cohesion: 0.
|
|
537
|
-
Nodes (
|
|
514
|
+
Cohesion: 0.60
|
|
515
|
+
Nodes (4): DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props
|
|
538
516
|
|
|
539
517
|
### Community 70 - "List Lifecycle"
|
|
540
|
-
Cohesion: 0.
|
|
541
|
-
Nodes (4):
|
|
518
|
+
Cohesion: 0.40
|
|
519
|
+
Nodes (4): ID, Item, Props, RenderProps
|
|
542
520
|
|
|
543
521
|
### Community 71 - "Icon Index Exports"
|
|
544
522
|
Cohesion: 0.25
|
|
@@ -553,8 +531,8 @@ Cohesion: 0.43
|
|
|
553
531
|
Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
|
|
554
532
|
|
|
555
533
|
### Community 74 - "Calendar Day"
|
|
556
|
-
Cohesion: 0.
|
|
557
|
-
Nodes (
|
|
534
|
+
Cohesion: 0.33
|
|
535
|
+
Nodes (6): Day, optional, value, currentMonth, ext, kind
|
|
558
536
|
|
|
559
537
|
### Community 75 - "Calendar Pointer Props"
|
|
560
538
|
Cohesion: 0.29
|
|
@@ -562,7 +540,7 @@ Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPoint
|
|
|
562
540
|
|
|
563
541
|
### Community 76 - "Size Enum Props"
|
|
564
542
|
Cohesion: 0.04
|
|
565
|
-
Nodes (
|
|
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)
|
|
566
544
|
|
|
567
545
|
### Community 77 - "Code Editor"
|
|
568
546
|
Cohesion: 0.48
|
|
@@ -576,9 +554,13 @@ Nodes (7): Search Icon, Send Icon, Sound Wave Icon, Stop Icon, Stop In Circle Ic
|
|
|
576
554
|
Cohesion: 0.29
|
|
577
555
|
Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
|
|
578
556
|
|
|
557
|
+
### Community 80 - "TextShimmer"
|
|
558
|
+
Cohesion: 0.25
|
|
559
|
+
Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
|
|
560
|
+
|
|
579
561
|
### Community 82 - "ClassName Props"
|
|
580
|
-
Cohesion: 0.
|
|
581
|
-
Nodes (
|
|
562
|
+
Cohesion: 0.38
|
|
563
|
+
Nodes (7): comment, optional, value, className, className, className, className
|
|
582
564
|
|
|
583
565
|
### Community 83 - "Ukrainian i18n"
|
|
584
566
|
Cohesion: 0.33
|
|
@@ -606,7 +588,7 @@ Nodes (5): ImportData, Loader, Props, RenderFunction, State
|
|
|
606
588
|
|
|
607
589
|
### Community 89 - "Select Example Helpers"
|
|
608
590
|
Cohesion: 0.05
|
|
609
|
-
Nodes (
|
|
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)
|
|
610
592
|
|
|
611
593
|
### Community 90 - "Menu More Icons"
|
|
612
594
|
Cohesion: 0.50
|
|
@@ -621,12 +603,16 @@ Cohesion: 0.40
|
|
|
621
603
|
Nodes (3): external, pkg, require
|
|
622
604
|
|
|
623
605
|
### Community 93 - "Tabs Types"
|
|
624
|
-
Cohesion: 0.
|
|
625
|
-
Nodes (
|
|
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)
|
|
608
|
+
|
|
609
|
+
### Community 94 - "VH Component"
|
|
610
|
+
Cohesion: 0.18
|
|
611
|
+
Nodes (4): App(), STORE, Router(), VH
|
|
626
612
|
|
|
627
613
|
### Community 95 - "Docs Navigation"
|
|
628
|
-
Cohesion: 0.
|
|
629
|
-
Nodes (
|
|
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)
|
|
630
616
|
|
|
631
617
|
### Community 96 - "Footer Alignment"
|
|
632
618
|
Cohesion: 0.50
|
|
@@ -668,6 +654,10 @@ Nodes (4): startOfWeek, comment, optional, value
|
|
|
668
654
|
Cohesion: 0.50
|
|
669
655
|
Nodes (4): weekendClassName, comment, optional, value
|
|
670
656
|
|
|
657
|
+
### Community 106 - "Icon Name Helpers"
|
|
658
|
+
Cohesion: 0.60
|
|
659
|
+
Nodes (4): params, show(), showAll(), showRichContent()
|
|
660
|
+
|
|
671
661
|
### Community 107 - "Media Placeholder Icons"
|
|
672
662
|
Cohesion: 0.50
|
|
673
663
|
Nodes (4): Broken Image Placeholder, Camera Aperture, Checkerboard Pattern, Color Wheel Palette
|
|
@@ -688,17 +678,25 @@ Nodes (4): Table Icon, Traffic Light Icon, Usage Icon, Usage 2 Icon
|
|
|
688
678
|
Cohesion: 0.50
|
|
689
679
|
Nodes (4): peerDependencies, justorm, react, react-dom
|
|
690
680
|
|
|
681
|
+
### Community 112 - "Table Render"
|
|
682
|
+
Cohesion: 0.67
|
|
683
|
+
Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.0) (2023-07-22), Bug Fixes, Features
|
|
684
|
+
|
|
691
685
|
### Community 113 - "Theme Docs"
|
|
692
686
|
Cohesion: 0.07
|
|
693
|
-
Nodes (
|
|
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)
|
|
694
688
|
|
|
695
689
|
### Community 114 - "Number Formatting"
|
|
696
|
-
Cohesion: 0.
|
|
697
|
-
Nodes (
|
|
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)
|
|
692
|
+
|
|
693
|
+
### Community 115 - "Virtualized Index Helpers"
|
|
694
|
+
Cohesion: 0.67
|
|
695
|
+
Nodes (3): [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.0) (2023-07-22), Bug Fixes, Features
|
|
698
696
|
|
|
699
697
|
### Community 116 - "Docs Scope"
|
|
700
698
|
Cohesion: 0.10
|
|
701
|
-
Nodes (
|
|
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)
|
|
702
700
|
|
|
703
701
|
### Community 117 - "Auto Scroll Props"
|
|
704
702
|
Cohesion: 0.67
|
|
@@ -757,8 +755,8 @@ Cohesion: 0.67
|
|
|
757
755
|
Nodes (3): width, optional, value
|
|
758
756
|
|
|
759
757
|
### Community 132 - "Expand Types"
|
|
760
|
-
Cohesion: 0.
|
|
761
|
-
Nodes (
|
|
758
|
+
Cohesion: 0.22
|
|
759
|
+
Nodes (4): ButtonProps, Validator, ButtonConfig, Props
|
|
762
760
|
|
|
763
761
|
### Community 133 - "Brand Avatar Icons"
|
|
764
762
|
Cohesion: 0.67
|
|
@@ -805,12 +803,16 @@ Cohesion: 0.12
|
|
|
805
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)
|
|
806
804
|
|
|
807
805
|
### Community 149 - "Single Doc Page"
|
|
808
|
-
Cohesion: 0.
|
|
809
|
-
Nodes (
|
|
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
|
|
810
812
|
|
|
811
813
|
### Community 167 - "Community 167"
|
|
812
|
-
Cohesion: 0.
|
|
813
|
-
Nodes (
|
|
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)
|
|
814
816
|
|
|
815
817
|
### Community 168 - "Community 168"
|
|
816
818
|
Cohesion: 0.12
|
|
@@ -828,73 +830,45 @@ Nodes (14): [1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1)
|
|
|
828
830
|
Cohesion: 0.14
|
|
829
831
|
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)
|
|
830
832
|
|
|
831
|
-
### Community 172 - "Community 172"
|
|
832
|
-
Cohesion: 0.15
|
|
833
|
-
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)
|
|
834
|
-
|
|
835
833
|
### Community 173 - "Community 173"
|
|
836
|
-
Cohesion: 0.
|
|
837
|
-
Nodes (
|
|
838
|
-
|
|
839
|
-
### Community 174 - "Community 174"
|
|
840
|
-
Cohesion: 0.21
|
|
841
|
-
Nodes (6): Props, ThemeContext, ThemeContextValue, ThemeProvider(), ThemeProviderProps, State
|
|
834
|
+
Cohesion: 0.20
|
|
835
|
+
Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
|
|
842
836
|
|
|
843
837
|
### Community 175 - "Community 175"
|
|
844
838
|
Cohesion: 0.30
|
|
845
839
|
Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
|
|
846
840
|
|
|
847
841
|
### Community 176 - "Community 176"
|
|
848
|
-
Cohesion: 0.
|
|
849
|
-
Nodes (
|
|
850
|
-
|
|
851
|
-
### Community 177 - "Community 177"
|
|
852
|
-
Cohesion: 0.18
|
|
853
|
-
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)
|
|
842
|
+
Cohesion: 0.14
|
|
843
|
+
Nodes (10): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, useIsMounted(), Props, ScrollProps (+2 more)
|
|
854
844
|
|
|
855
845
|
### Community 179 - "Community 179"
|
|
856
|
-
Cohesion: 0.
|
|
857
|
-
Nodes (
|
|
846
|
+
Cohesion: 0.29
|
|
847
|
+
Nodes (5): boxVariants, buttonVariants, inputTypes, sizes, Toggle()
|
|
858
848
|
|
|
859
849
|
### Community 180 - "Community 180"
|
|
860
850
|
Cohesion: 0.20
|
|
861
851
|
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)
|
|
862
852
|
|
|
863
|
-
### Community 181 - "Community 181"
|
|
864
|
-
Cohesion: 0.20
|
|
865
|
-
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)
|
|
866
|
-
|
|
867
853
|
### Community 182 - "Community 182"
|
|
868
|
-
Cohesion: 0.
|
|
869
|
-
Nodes (
|
|
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)
|
|
870
856
|
|
|
871
857
|
### Community 183 - "Community 183"
|
|
872
|
-
Cohesion: 0.
|
|
873
|
-
Nodes (
|
|
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)
|
|
874
860
|
|
|
875
861
|
### Community 184 - "Community 184"
|
|
876
|
-
Cohesion: 0.
|
|
877
|
-
Nodes (
|
|
878
|
-
|
|
879
|
-
### Community 185 - "Community 185"
|
|
880
|
-
Cohesion: 0.25
|
|
881
|
-
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
|
|
882
|
-
|
|
883
|
-
### Community 186 - "Community 186"
|
|
884
|
-
Cohesion: 0.25
|
|
885
|
-
Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
|
|
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)
|
|
886
864
|
|
|
887
865
|
### Community 188 - "Community 188"
|
|
888
|
-
Cohesion: 0.
|
|
889
|
-
Nodes (
|
|
866
|
+
Cohesion: 0.47
|
|
867
|
+
Nodes (3): menu(), UserPage(), UsersPage()
|
|
890
868
|
|
|
891
869
|
### Community 189 - "Community 189"
|
|
892
|
-
Cohesion: 0.
|
|
893
|
-
Nodes (
|
|
894
|
-
|
|
895
|
-
### Community 190 - "Community 190"
|
|
896
|
-
Cohesion: 0.29
|
|
897
|
-
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
|
|
870
|
+
Cohesion: 0.15
|
|
871
|
+
Nodes (11): ContextType, Redirect(), Route(), parsePath(), replaceParamsInPath(), Store, AnyProps, ComponentType (+3 more)
|
|
898
872
|
|
|
899
873
|
### Community 192 - "Community 192"
|
|
900
874
|
Cohesion: 0.33
|
|
@@ -908,21 +882,17 @@ Nodes (5): [2.0.1](https://github.com/foreverido/uilib/compare/v2.0.0...v2.0.1)
|
|
|
908
882
|
Cohesion: 0.40
|
|
909
883
|
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
|
|
910
884
|
|
|
911
|
-
### Community 196 - "Community 196"
|
|
912
|
-
Cohesion: 0.40
|
|
913
|
-
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
|
|
914
|
-
|
|
915
885
|
### Community 197 - "Community 197"
|
|
916
886
|
Cohesion: 0.40
|
|
917
887
|
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
|
|
918
888
|
|
|
919
889
|
### Community 198 - "Community 198"
|
|
920
|
-
Cohesion: 0.
|
|
921
|
-
Nodes (
|
|
890
|
+
Cohesion: 0.18
|
|
891
|
+
Nodes (6): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), Select2()
|
|
922
892
|
|
|
923
893
|
### Community 199 - "Community 199"
|
|
924
|
-
Cohesion: 0.
|
|
925
|
-
Nodes (
|
|
894
|
+
Cohesion: 0.14
|
|
895
|
+
Nodes (9): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), getCoords(), isTouch(), Params (+1 more)
|
|
926
896
|
|
|
927
897
|
### Community 200 - "Community 200"
|
|
928
898
|
Cohesion: 0.50
|
|
@@ -936,10 +906,6 @@ Nodes (4): [3.4.1](https://github.com/foreverido/uilib/compare/v3.4.0...v3.4.1)
|
|
|
936
906
|
Cohesion: 0.50
|
|
937
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
|
|
938
908
|
|
|
939
|
-
### Community 203 - "Community 203"
|
|
940
|
-
Cohesion: 0.50
|
|
941
|
-
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
|
|
942
|
-
|
|
943
909
|
### Community 204 - "Community 204"
|
|
944
910
|
Cohesion: 0.50
|
|
945
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
|
|
@@ -948,10 +914,6 @@ Nodes (4): [4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.
|
|
|
948
914
|
Cohesion: 0.50
|
|
949
915
|
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
|
|
950
916
|
|
|
951
|
-
### Community 206 - "Community 206"
|
|
952
|
-
Cohesion: 0.50
|
|
953
|
-
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
|
|
954
|
-
|
|
955
917
|
### Community 210 - "Community 210"
|
|
956
918
|
Cohesion: 0.67
|
|
957
919
|
Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
|
|
@@ -968,10 +930,6 @@ Nodes (3): [4.0.0](https://github.com/foreverido/uilib/compare/v3.11.0...v4.0.0)
|
|
|
968
930
|
Cohesion: 0.67
|
|
969
931
|
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
|
|
970
932
|
|
|
971
|
-
### Community 214 - "Community 214"
|
|
972
|
-
Cohesion: 0.67
|
|
973
|
-
Nodes (3): optional, value, footerClassName
|
|
974
|
-
|
|
975
933
|
### Community 215 - "Community 215"
|
|
976
934
|
Cohesion: 0.67
|
|
977
935
|
Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features
|
|
@@ -985,24 +943,24 @@ Nodes (3): [4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9..
|
|
|
985
943
|
src/components/Icon/icons/apple.svg · relation: conceptually_related_to
|
|
986
944
|
|
|
987
945
|
## Knowledge Gaps
|
|
988
|
-
- **
|
|
946
|
+
- **1471 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1466 more)
|
|
989
947
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
990
|
-
- **
|
|
948
|
+
- **26 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
|
|
991
949
|
|
|
992
950
|
## Suggested Questions
|
|
993
951
|
_Questions this graph is uniquely positioned to answer:_
|
|
994
952
|
|
|
995
953
|
- **What is the exact relationship between `Apple Logo` and `User Avatar`?**
|
|
996
954
|
_Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
|
|
997
|
-
- **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`, `
|
|
998
|
-
_High betweenness centrality (0.
|
|
999
|
-
- **Why does `Popup` connect `Popup Component` to `Calendar DatePicker`, `
|
|
1000
|
-
_High betweenness centrality (0.
|
|
1001
|
-
- **Why does `Props` connect `Dialogue Props` to `Trigger Props`, `Trigger ClassName`, `Width Props`, `Small Component Props`, `Checkbox Props`, `Option Value Types`, `Generic Props`, `ClassName Props`, `
|
|
1002
|
-
_High betweenness centrality (0.
|
|
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._
|
|
1003
961
|
- **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
|
|
1004
|
-
|
|
962
|
+
_1473 weakly-connected nodes found - possible documentation gaps or missing edges._
|
|
1005
963
|
- **Should `Docs Examples Index` be split into smaller, more focused modules?**
|
|
1006
|
-
_Cohesion score 0.
|
|
964
|
+
_Cohesion score 0.055299539170506916 - nodes in this community are weakly interconnected._
|
|
1007
965
|
- **Should `PromptComposer` be split into smaller, more focused modules?**
|
|
1008
966
|
_Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._
|