@homecode/ui 5.3.8 → 5.3.10
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/src/components/Autocomplete/Autocomplete.js +1 -2
- package/dist/esm/src/components/Draggable/Draggable.js +0 -1
- package/dist/esm/src/components/Gallery/Gallery.js +1 -1
- package/dist/esm/src/components/InputFile/InputFile.js +2 -2
- package/dist/esm/src/components/Popup/Popup.helpers.js +0 -1
- package/dist/esm/src/components/PromptComposer/PromptComposer.styl.js +2 -2
- package/dist/esm/src/components/PromptComposer/usePromptComposerEditor.js +3 -6
- package/dist/esm/src/components/Router/store.js +0 -1
- package/dist/esm/src/components/Select/Select.js +2 -3
- package/dist/esm/src/components/Select/Select2.js +1 -1
- package/dist/esm/src/components/Text/Text.js +0 -1
- package/dist/esm/src/components/VH/VH.js +0 -1
- package/dist/esm/src/components/Virtualized/List/List.js +1 -2
- package/dist/esm/src/components/Virtualized/Virtualized.js +1 -1
- package/dist/esm/src/tools/dom.js +0 -1
- package/dist/esm/src/tools/object.js +16 -1
- package/dist/esm/src/tools/resizeObserver.js +1 -1
- package/dist/esm/types/src/components/Notifications/Notifications.d.ts +2 -2
- package/dist/esm/types/src/components/Notifications/store.d.ts +2 -2
- package/dist/esm/types/src/components/Router/Router.d.ts +2 -2
- package/dist/esm/types/src/components/Router/store.d.ts +4 -4
- package/dist/esm/types/src/components/Select/Select.types.d.ts +1 -1
- package/dist/esm/types/src/services/i18n.d.ts +4 -4
- package/dist/esm/types/src/tools/object.d.ts +2 -0
- package/graphify-out/.graphify_labels.json +219 -1
- package/graphify-out/.graphify_root +1 -1
- package/graphify-out/2026-06-18/.graphify_labels.json +219 -0
- package/graphify-out/2026-06-18/GRAPH_REPORT.md +1008 -0
- package/graphify-out/2026-06-18/cost.json +12 -0
- package/graphify-out/2026-06-18/graph.json +68467 -0
- package/graphify-out/2026-06-18/manifest.json +2262 -0
- package/graphify-out/GRAPH_REPORT.md +357 -99
- package/graphify-out/cache/ast/0fdeea4db8e141ebab07bf243987272f54facc2456c38a7a307a51349b0cd614.json +1 -0
- package/graphify-out/cache/ast/60a7a206457546b362df11b1fb0574fcffa9aef15ea634770e10fb3bd10318b4.json +1 -0
- package/graphify-out/cache/ast/72c82f7c05412fdcefa9df4a90e647e33f7c92f391a27d164861260964f294fd.json +1 -0
- package/graphify-out/cache/ast/aabc79823e5e3e59c3543e385f6142697b6c9ffa8d64be6a601b16f5a401f84d.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +36005 -19218
- package/graphify-out/manifest.json +491 -491
- package/package.json +1 -3
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
# Graph Report -
|
|
1
|
+
# Graph Report - ui (2026-06-18)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
-
|
|
4
|
+
- 350 files · ~81,882 words
|
|
5
5
|
- Verdict: corpus is large enough that graph structure adds value.
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
-
|
|
9
|
-
- Extraction:
|
|
8
|
+
- 2717 nodes · 3901 edges · 217 communities (184 shown, 33 thin omitted)
|
|
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
|
+
## Graph Freshness
|
|
13
|
+
- Built from commit: `1a6c4060`
|
|
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
|
+
|
|
12
17
|
## Community Hubs (Navigation)
|
|
13
18
|
- [[_COMMUNITY_Docs Examples Index|Docs Examples Index]]
|
|
14
19
|
- [[_COMMUNITY_PromptComposer|PromptComposer]]
|
|
@@ -158,6 +163,7 @@
|
|
|
158
163
|
- [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
|
|
159
164
|
- [[_COMMUNITY_Test Utilities|Test Utilities]]
|
|
160
165
|
- [[_COMMUNITY_PostCSS Config|PostCSS Config]]
|
|
166
|
+
- [[_COMMUNITY_Single Doc Page|Single Doc Page]]
|
|
161
167
|
- [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
|
|
162
168
|
- [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
|
|
163
169
|
- [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
|
|
@@ -171,30 +177,78 @@
|
|
|
171
177
|
- [[_COMMUNITY_Router Context|Router Context]]
|
|
172
178
|
- [[_COMMUNITY_Router Store|Router Store]]
|
|
173
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 179|Community 179]]
|
|
192
|
+
- [[_COMMUNITY_Community 180|Community 180]]
|
|
193
|
+
- [[_COMMUNITY_Community 181|Community 181]]
|
|
194
|
+
- [[_COMMUNITY_Community 182|Community 182]]
|
|
195
|
+
- [[_COMMUNITY_Community 183|Community 183]]
|
|
196
|
+
- [[_COMMUNITY_Community 184|Community 184]]
|
|
197
|
+
- [[_COMMUNITY_Community 185|Community 185]]
|
|
198
|
+
- [[_COMMUNITY_Community 186|Community 186]]
|
|
199
|
+
- [[_COMMUNITY_Community 187|Community 187]]
|
|
200
|
+
- [[_COMMUNITY_Community 188|Community 188]]
|
|
201
|
+
- [[_COMMUNITY_Community 189|Community 189]]
|
|
202
|
+
- [[_COMMUNITY_Community 190|Community 190]]
|
|
203
|
+
- [[_COMMUNITY_Community 191|Community 191]]
|
|
204
|
+
- [[_COMMUNITY_Community 192|Community 192]]
|
|
205
|
+
- [[_COMMUNITY_Community 194|Community 194]]
|
|
206
|
+
- [[_COMMUNITY_Community 195|Community 195]]
|
|
207
|
+
- [[_COMMUNITY_Community 196|Community 196]]
|
|
208
|
+
- [[_COMMUNITY_Community 197|Community 197]]
|
|
209
|
+
- [[_COMMUNITY_Community 198|Community 198]]
|
|
210
|
+
- [[_COMMUNITY_Community 199|Community 199]]
|
|
211
|
+
- [[_COMMUNITY_Community 200|Community 200]]
|
|
212
|
+
- [[_COMMUNITY_Community 201|Community 201]]
|
|
213
|
+
- [[_COMMUNITY_Community 202|Community 202]]
|
|
214
|
+
- [[_COMMUNITY_Community 203|Community 203]]
|
|
215
|
+
- [[_COMMUNITY_Community 204|Community 204]]
|
|
216
|
+
- [[_COMMUNITY_Community 205|Community 205]]
|
|
217
|
+
- [[_COMMUNITY_Community 206|Community 206]]
|
|
218
|
+
- [[_COMMUNITY_Community 207|Community 207]]
|
|
219
|
+
- [[_COMMUNITY_Community 208|Community 208]]
|
|
220
|
+
- [[_COMMUNITY_Community 209|Community 209]]
|
|
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 214|Community 214]]
|
|
226
|
+
- [[_COMMUNITY_Community 215|Community 215]]
|
|
227
|
+
- [[_COMMUNITY_Community 216|Community 216]]
|
|
174
228
|
|
|
175
229
|
## God Nodes (most connected - your core abstractions)
|
|
176
|
-
1. `
|
|
177
|
-
2. `
|
|
178
|
-
3. `
|
|
179
|
-
4. `
|
|
180
|
-
5. `
|
|
181
|
-
6. `
|
|
182
|
-
7. `
|
|
183
|
-
8. `
|
|
184
|
-
9. `
|
|
185
|
-
10. `
|
|
230
|
+
1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
|
|
231
|
+
2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
|
|
232
|
+
3. `Changelog` - 80 edges
|
|
233
|
+
4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
|
|
234
|
+
5. `Link()` - 50 edges
|
|
235
|
+
6. `Heading` - 44 edges
|
|
236
|
+
7. `ComponentLayout()` - 44 edges
|
|
237
|
+
8. `TypesTable()` - 43 edges
|
|
238
|
+
9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` - 42 edges
|
|
239
|
+
10. `Select` - 39 edges
|
|
186
240
|
|
|
187
241
|
## Surprising Connections (you probably didn't know these)
|
|
242
|
+
- `Changelog` --conceptually_related_to--> `foreverido/uilib GitHub Repository` [INFERRED]
|
|
243
|
+
CHANGELOG.md → README.md
|
|
188
244
|
- `Tree Shaking` --semantically_similar_to--> `Event Delegation` [INFERRED] [semantically similar]
|
|
189
245
|
README.md → src/components/Tooltip/README.md
|
|
190
246
|
- `Smart Viewport Positioning` --semantically_similar_to--> `Theme` [INFERRED] [semantically similar]
|
|
191
247
|
src/components/Tooltip/README.md → CHANGELOG.md
|
|
192
|
-
- `UILIB
|
|
248
|
+
- `UILIB` --conceptually_related_to--> `PromptComposer` [INFERRED]
|
|
193
249
|
README.md → CHANGELOG.md
|
|
194
250
|
- `Tooltip` --conceptually_related_to--> `Tooltip Component` [INFERRED]
|
|
195
251
|
CHANGELOG.md → src/components/Tooltip/README.md
|
|
196
|
-
- `UILIB Design System` --conceptually_related_to--> `Tooltip Component` [INFERRED]
|
|
197
|
-
README.md → src/components/Tooltip/README.md
|
|
198
252
|
|
|
199
253
|
## Import Cycles
|
|
200
254
|
- 1-file cycle: `src/docs/examples/i18n/index.tsx -> src/docs/examples/i18n/index.tsx`
|
|
@@ -216,11 +270,11 @@
|
|
|
216
270
|
- **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
|
|
217
271
|
- **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
|
|
218
272
|
|
|
219
|
-
## Communities (
|
|
273
|
+
## Communities (217 total, 33 thin omitted)
|
|
220
274
|
|
|
221
275
|
### Community 0 - "Docs Examples Index"
|
|
222
|
-
Cohesion: 0.
|
|
223
|
-
Nodes (
|
|
276
|
+
Cohesion: 0.05
|
|
277
|
+
Nodes (14): ComponentLayout(), scope, examples, examples, scope, Heading, isStartFromDoubleSlash(), Link() (+6 more)
|
|
224
278
|
|
|
225
279
|
### Community 1 - "PromptComposer"
|
|
226
280
|
Cohesion: 0.08
|
|
@@ -231,44 +285,44 @@ Cohesion: 0.04
|
|
|
231
285
|
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)
|
|
232
286
|
|
|
233
287
|
### Community 3 - "Form Examples"
|
|
234
|
-
Cohesion: 0.
|
|
235
|
-
Nodes (
|
|
288
|
+
Cohesion: 0.12
|
|
289
|
+
Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
|
|
236
290
|
|
|
237
291
|
### Community 4 - "Autocomplete Examples"
|
|
238
|
-
Cohesion: 0.
|
|
239
|
-
Nodes (
|
|
292
|
+
Cohesion: 0.17
|
|
293
|
+
Nodes (4): allItems, allItems, allItems, Menu
|
|
240
294
|
|
|
241
295
|
### Community 5 - "Checkbox Showcase"
|
|
242
|
-
Cohesion: 0.
|
|
243
|
-
Nodes (
|
|
296
|
+
Cohesion: 0.09
|
|
297
|
+
Nodes (18): DropZoneProps, DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props, useToggleState, UseToggleStateProps, ANIMATION_DURATION (+10 more)
|
|
244
298
|
|
|
245
299
|
### Community 6 - "Theme Config"
|
|
246
300
|
Cohesion: 0.07
|
|
247
|
-
Nodes (
|
|
301
|
+
Nodes (27): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), baseConfig, ColorConfig (+19 more)
|
|
248
302
|
|
|
249
303
|
### Community 7 - "Type Props Schema"
|
|
250
|
-
Cohesion: 0.
|
|
251
|
-
Nodes (
|
|
304
|
+
Cohesion: 0.08
|
|
305
|
+
Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
|
|
252
306
|
|
|
253
307
|
### Community 8 - "Notifications System"
|
|
254
|
-
Cohesion: 0.
|
|
255
|
-
Nodes (
|
|
308
|
+
Cohesion: 0.19
|
|
309
|
+
Nodes (15): addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), pick() (+7 more)
|
|
256
310
|
|
|
257
311
|
### Community 9 - "Button Checkbox Core"
|
|
258
|
-
Cohesion: 0.
|
|
259
|
-
Nodes (12): Button(),
|
|
312
|
+
Cohesion: 0.08
|
|
313
|
+
Nodes (12): Button(), Props, iconNames, Icon(), defaultFileState, SCROLL_OFFSET, Props, Props (+4 more)
|
|
260
314
|
|
|
261
315
|
### Community 10 - "Optional Value Props"
|
|
262
316
|
Cohesion: 0.05
|
|
263
317
|
Nodes (39): Props, optional, value, optional, value, value, optional, value (+31 more)
|
|
264
318
|
|
|
265
319
|
### Community 12 - "Input AssistiveText"
|
|
266
|
-
Cohesion: 0.
|
|
267
|
-
Nodes (
|
|
320
|
+
Cohesion: 0.14
|
|
321
|
+
Nodes (14): AssistiveText(), Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, Label, Props, RequiredStar(), AXES (+6 more)
|
|
268
322
|
|
|
269
323
|
### Community 13 - "Gallery Component"
|
|
270
|
-
Cohesion: 0.
|
|
271
|
-
Nodes (
|
|
324
|
+
Cohesion: 0.12
|
|
325
|
+
Nodes (8): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, items, LightBox()
|
|
272
326
|
|
|
273
327
|
### Community 14 - "Virtualized Examples"
|
|
274
328
|
Cohesion: 0.07
|
|
@@ -280,43 +334,43 @@ Nodes (30): compilerOptions, allowJs, allowSyntheticDefaultImports, allowUmdGlob
|
|
|
280
334
|
|
|
281
335
|
### Community 16 - "Package Dependencies"
|
|
282
336
|
Cohesion: 0.07
|
|
283
|
-
Nodes (
|
|
337
|
+
Nodes (28): dependencies, classnames, compareq, fastest-validator, favicons, favicons-webpack-plugin, @homecode/ui, justorm (+20 more)
|
|
284
338
|
|
|
285
339
|
### Community 17 - "Card Component"
|
|
286
340
|
Cohesion: 0.17
|
|
287
341
|
Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
|
|
288
342
|
|
|
289
343
|
### Community 18 - "Debounce Paranja"
|
|
290
|
-
Cohesion: 0.
|
|
291
|
-
Nodes (
|
|
344
|
+
Cohesion: 0.21
|
|
345
|
+
Nodes (7): Paranja(), Props, Portal(), Props, Config, getCoords(), Params
|
|
292
346
|
|
|
293
347
|
### Community 19 - "UILIB Docs Assets"
|
|
294
|
-
Cohesion: 0.
|
|
295
|
-
Nodes (
|
|
348
|
+
Cohesion: 0.06
|
|
349
|
+
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)
|
|
296
350
|
|
|
297
351
|
### Community 20 - "Component Type Props"
|
|
298
352
|
Cohesion: 0.11
|
|
299
|
-
Nodes (
|
|
353
|
+
Nodes (17): Props, Props, ControlProps, Value, Props, Props, Props, SliderMarker (+9 more)
|
|
300
354
|
|
|
301
355
|
### Community 21 - "Flex Gallery"
|
|
302
356
|
Cohesion: 0.10
|
|
303
357
|
Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, GalleryItem, Sync Arrows Icon, Lazy() (+5 more)
|
|
304
358
|
|
|
305
359
|
### Community 22 - "DatePicker Examples"
|
|
306
|
-
Cohesion: 0.
|
|
307
|
-
Nodes (
|
|
360
|
+
Cohesion: 0.07
|
|
361
|
+
Nodes (10): date, Checkbox(), sizes, variants, date, date, DatePickerInput(), DropZone() (+2 more)
|
|
308
362
|
|
|
309
363
|
### Community 23 - "Comment Value Props"
|
|
310
364
|
Cohesion: 0.08
|
|
311
|
-
Nodes (
|
|
365
|
+
Nodes (26): Button, Props, comment, optional, value, comment, optional, value (+18 more)
|
|
312
366
|
|
|
313
367
|
### Community 24 - "Docs Index Pages"
|
|
314
368
|
Cohesion: 0.10
|
|
315
369
|
Nodes (7): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
|
|
316
370
|
|
|
317
371
|
### Community 25 - "i18n LangSelector"
|
|
318
|
-
Cohesion: 0.
|
|
319
|
-
Nodes (
|
|
372
|
+
Cohesion: 0.05
|
|
373
|
+
Nodes (33): api, { I18N }, InputProps, LangSelector(), LangOption, LangSelectorProps, PopupProps, generateOption() (+25 more)
|
|
320
374
|
|
|
321
375
|
### Community 26 - "Package Metadata"
|
|
322
376
|
Cohesion: 0.09
|
|
@@ -327,36 +381,36 @@ Cohesion: 0.12
|
|
|
327
381
|
Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
|
|
328
382
|
|
|
329
383
|
### Community 29 - "Docs Code Layout"
|
|
330
|
-
Cohesion: 0.
|
|
331
|
-
Nodes (
|
|
384
|
+
Cohesion: 0.10
|
|
385
|
+
Nodes (12): Code(), ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), GroupItem (+4 more)
|
|
332
386
|
|
|
333
387
|
### Community 30 - "Draggable Types"
|
|
334
388
|
Cohesion: 0.10
|
|
335
389
|
Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
|
|
336
390
|
|
|
337
391
|
### Community 31 - "Slider Component"
|
|
338
|
-
Cohesion: 0.
|
|
339
|
-
Nodes (8): Slider(), SliderMarker, SliderProps, valueToPct(), HTMLAttributes, Tooltip()
|
|
392
|
+
Cohesion: 0.16
|
|
393
|
+
Nodes (8): Chip(), Props, Slider(), SliderMarker, SliderProps, valueToPct(), HTMLAttributes, Tooltip()
|
|
340
394
|
|
|
341
395
|
### Community 32 - "Small Component Props"
|
|
342
396
|
Cohesion: 0.13
|
|
343
397
|
Nodes (18): AssistiveText, Props, optional, value, ButtonGroup, Props, Card, Props (+10 more)
|
|
344
398
|
|
|
345
399
|
### Community 33 - "Select Popup Types"
|
|
346
|
-
Cohesion: 0.
|
|
347
|
-
Nodes (
|
|
400
|
+
Cohesion: 0.01
|
|
401
|
+
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)
|
|
348
402
|
|
|
349
403
|
### Community 34 - "Router Core"
|
|
350
|
-
Cohesion: 0.
|
|
351
|
-
Nodes (
|
|
404
|
+
Cohesion: 0.32
|
|
405
|
+
Nodes (5): ContextType, parsePath(), replaceParamsInPath(), Store, RouterStore
|
|
352
406
|
|
|
353
407
|
### Community 35 - "Calendar Helpers"
|
|
354
408
|
Cohesion: 0.14
|
|
355
409
|
Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
|
|
356
410
|
|
|
357
411
|
### Community 36 - "AssistiveText Menu"
|
|
358
|
-
Cohesion: 0.
|
|
359
|
-
Nodes (
|
|
412
|
+
Cohesion: 0.15
|
|
413
|
+
Nodes (13): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+5 more)
|
|
360
414
|
|
|
361
415
|
### Community 37 - "Button DatePicker Types"
|
|
362
416
|
Cohesion: 0.18
|
|
@@ -375,16 +429,16 @@ Cohesion: 0.13
|
|
|
375
429
|
Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
|
|
376
430
|
|
|
377
431
|
### Community 41 - "Calendar DatePicker"
|
|
378
|
-
Cohesion: 0.
|
|
379
|
-
Nodes (
|
|
432
|
+
Cohesion: 0.23
|
|
433
|
+
Nodes (7): Calendar(), MONTHS, DatePicker(), ThrottleOptions, useThrottle(), useThrottleCallback(), strToDate()
|
|
380
434
|
|
|
381
435
|
### Community 42 - "DateTime Types"
|
|
382
436
|
Cohesion: 0.14
|
|
383
437
|
Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
|
|
384
438
|
|
|
385
439
|
### Community 43 - "Autocomplete Core"
|
|
386
|
-
Cohesion: 0.
|
|
387
|
-
Nodes (
|
|
440
|
+
Cohesion: 0.29
|
|
441
|
+
Nodes (6): Option, Props, RenderItemProps, Value, Props, ScrollProps
|
|
388
442
|
|
|
389
443
|
### Community 44 - "Global Type Kinds"
|
|
390
444
|
Cohesion: 0.15
|
|
@@ -403,27 +457,23 @@ Cohesion: 0.21
|
|
|
403
457
|
Nodes (6): App(), STORE, Background(), Router(), ThemeDemo(), useTheme()
|
|
404
458
|
|
|
405
459
|
### Community 48 - "Component Types JSON"
|
|
406
|
-
Cohesion: 0.
|
|
407
|
-
Nodes (
|
|
460
|
+
Cohesion: 0.02
|
|
461
|
+
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)
|
|
408
462
|
|
|
409
463
|
### Community 49 - "Option Value Types"
|
|
410
|
-
Cohesion: 0.
|
|
411
|
-
Nodes (
|
|
464
|
+
Cohesion: 0.10
|
|
465
|
+
Nodes (22): Autocomplete, Option, Value, DatePicker, Value, DatePickerInput, Value, Dialogue (+14 more)
|
|
412
466
|
|
|
413
467
|
### Community 50 - "Generic Props"
|
|
414
|
-
Cohesion: 0.
|
|
415
|
-
Nodes (
|
|
416
|
-
|
|
417
|
-
### Community 51 - "Draggable Component"
|
|
418
|
-
Cohesion: 0.18
|
|
419
|
-
Nodes (3): ids, Draggable, Props
|
|
468
|
+
Cohesion: 0.11
|
|
469
|
+
Nodes (19): comment, optional, value, Props, comment, optional, value, Size (+11 more)
|
|
420
470
|
|
|
421
471
|
### Community 52 - "Heading Scroll"
|
|
422
472
|
Cohesion: 0.24
|
|
423
473
|
Nodes (7): onClick(), Props, getScrollParent(), isScrollable(), METRICS_BY_AXIS, scrollIntoView(), scrollTo()
|
|
424
474
|
|
|
425
475
|
### Community 53 - "Progress Indicators"
|
|
426
|
-
Cohesion: 0.
|
|
476
|
+
Cohesion: 0.29
|
|
427
477
|
Nodes (7): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, ProgressCircular(), SIZE_MAP, ProgressCircularProps
|
|
428
478
|
|
|
429
479
|
### Community 54 - "Table Virtualized"
|
|
@@ -431,8 +481,8 @@ Cohesion: 0.18
|
|
|
431
481
|
Nodes (10): Props, DefaultProps, GetItemPropsParams, IndexesType, ItemProps, Props, RenderProps, ScrollCallbackState (+2 more)
|
|
432
482
|
|
|
433
483
|
### Community 56 - "Docs Pages"
|
|
434
|
-
Cohesion: 0.
|
|
435
|
-
Nodes (
|
|
484
|
+
Cohesion: 0.13
|
|
485
|
+
Nodes (7): Header(), getPath(), H(), H2(), H3(), textToAnchorId(), useAnchor()
|
|
436
486
|
|
|
437
487
|
### Community 57 - "Code Example Helpers"
|
|
438
488
|
Cohesion: 0.22
|
|
@@ -443,16 +493,16 @@ Cohesion: 0.24
|
|
|
443
493
|
Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, Output Icon, Pause Icon, Play Icon, Redo Icon (+2 more)
|
|
444
494
|
|
|
445
495
|
### Community 59 - "Text Heading"
|
|
446
|
-
Cohesion: 0.
|
|
447
|
-
Nodes (
|
|
496
|
+
Cohesion: 0.04
|
|
497
|
+
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)
|
|
448
498
|
|
|
449
499
|
### Community 60 - "Type Parser Script"
|
|
450
500
|
Cohesion: 0.31
|
|
451
501
|
Nodes (7): levelsData, MATCHERS, parseComponentDir(), parseComponentTypes(), parseTypes(), readDir(), types
|
|
452
502
|
|
|
453
503
|
### Community 61 - "ButtonGroup Tabs"
|
|
454
|
-
Cohesion: 0.
|
|
455
|
-
Nodes (
|
|
504
|
+
Cohesion: 0.15
|
|
505
|
+
Nodes (9): ButtonProps, ButtonGroup(), Props, isId(), Tabs(), ID, Item, Props (+1 more)
|
|
456
506
|
|
|
457
507
|
### Community 62 - "DateTime Component"
|
|
458
508
|
Cohesion: 0.25
|
|
@@ -467,8 +517,8 @@ Cohesion: 0.22
|
|
|
467
517
|
Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
|
|
468
518
|
|
|
469
519
|
### Community 65 - "Dialogue Props"
|
|
470
|
-
Cohesion: 0.
|
|
471
|
-
Nodes (
|
|
520
|
+
Cohesion: 0.40
|
|
521
|
+
Nodes (5): Props, value, value, onOpenChange, open
|
|
472
522
|
|
|
473
523
|
### Community 66 - "Arrow Chevron Icons"
|
|
474
524
|
Cohesion: 0.57
|
|
@@ -486,6 +536,10 @@ Nodes (7): Accept, ProgressParams, Props, Uploader, UploaderParams, Value, FormF
|
|
|
486
536
|
Cohesion: 0.36
|
|
487
537
|
Nodes (3): CustomWrapElemParams, Props, Props
|
|
488
538
|
|
|
539
|
+
### Community 70 - "List Lifecycle"
|
|
540
|
+
Cohesion: 0.21
|
|
541
|
+
Nodes (4): List, format, LABEL, zero()
|
|
542
|
+
|
|
489
543
|
### Community 71 - "Icon Index Exports"
|
|
490
544
|
Cohesion: 0.25
|
|
491
545
|
Nodes (8): default, exports, ./icons, import, types, import, require, types
|
|
@@ -507,8 +561,8 @@ Cohesion: 0.29
|
|
|
507
561
|
Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPointerUp
|
|
508
562
|
|
|
509
563
|
### Community 76 - "Size Enum Props"
|
|
510
|
-
Cohesion: 0.
|
|
511
|
-
Nodes (
|
|
564
|
+
Cohesion: 0.04
|
|
565
|
+
Nodes (52): [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.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.0) (2023-07-22), [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.0) (2023-07-22), [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) (+44 more)
|
|
512
566
|
|
|
513
567
|
### Community 77 - "Code Editor"
|
|
514
568
|
Cohesion: 0.48
|
|
@@ -551,8 +605,8 @@ Cohesion: 0.33
|
|
|
551
605
|
Nodes (5): ImportData, Loader, Props, RenderFunction, State
|
|
552
606
|
|
|
553
607
|
### Community 89 - "Select Example Helpers"
|
|
554
|
-
Cohesion: 0.
|
|
555
|
-
Nodes (
|
|
608
|
+
Cohesion: 0.05
|
|
609
|
+
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)
|
|
556
610
|
|
|
557
611
|
### Community 90 - "Menu More Icons"
|
|
558
612
|
Cohesion: 0.50
|
|
@@ -567,12 +621,12 @@ Cohesion: 0.40
|
|
|
567
621
|
Nodes (3): external, pkg, require
|
|
568
622
|
|
|
569
623
|
### Community 93 - "Tabs Types"
|
|
570
|
-
Cohesion: 0.
|
|
571
|
-
Nodes (
|
|
624
|
+
Cohesion: 0.06
|
|
625
|
+
Nodes (36): [4.30.10](https://github.com/foreverido/uilib/compare/v4.30.9...v4.30.10) (2026-02-21), [4.30.11](https://github.com/foreverido/uilib/compare/v4.30.10...v4.30.11) (2026-02-22), [4.30.12](https://github.com/foreverido/uilib/compare/v4.30.11...v4.30.12) (2026-03-03), [4.30.13](https://github.com/foreverido/uilib/compare/v4.30.12...v4.30.13) (2026-03-22), [4.30.14](https://github.com/foreverido/uilib/compare/v4.30.13...v4.30.14) (2026-03-25), [4.30.15](https://github.com/foreverido/uilib/compare/v4.30.14...v4.30.15) (2026-03-29), [4.30.16](https://github.com/foreverido/uilib/compare/v4.30.15...v4.30.16) (2026-04-13), [4.30.1](https://github.com/foreverido/uilib/compare/v4.30.0...v4.30.1) (2026-02-14) (+28 more)
|
|
572
626
|
|
|
573
627
|
### Community 95 - "Docs Navigation"
|
|
574
|
-
Cohesion: 0.
|
|
575
|
-
Nodes (
|
|
628
|
+
Cohesion: 0.06
|
|
629
|
+
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)
|
|
576
630
|
|
|
577
631
|
### Community 96 - "Footer Alignment"
|
|
578
632
|
Cohesion: 0.50
|
|
@@ -634,6 +688,18 @@ Nodes (4): Table Icon, Traffic Light Icon, Usage Icon, Usage 2 Icon
|
|
|
634
688
|
Cohesion: 0.50
|
|
635
689
|
Nodes (4): peerDependencies, justorm, react, react-dom
|
|
636
690
|
|
|
691
|
+
### Community 113 - "Theme Docs"
|
|
692
|
+
Cohesion: 0.07
|
|
693
|
+
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)
|
|
694
|
+
|
|
695
|
+
### Community 114 - "Number Formatting"
|
|
696
|
+
Cohesion: 0.09
|
|
697
|
+
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)
|
|
698
|
+
|
|
699
|
+
### Community 116 - "Docs Scope"
|
|
700
|
+
Cohesion: 0.10
|
|
701
|
+
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)
|
|
702
|
+
|
|
637
703
|
### Community 117 - "Auto Scroll Props"
|
|
638
704
|
Cohesion: 0.67
|
|
639
705
|
Nodes (3): optional, value, autoScrollBottom
|
|
@@ -690,6 +756,10 @@ Nodes (3): triggerClassName, optional, value
|
|
|
690
756
|
Cohesion: 0.67
|
|
691
757
|
Nodes (3): width, optional, value
|
|
692
758
|
|
|
759
|
+
### Community 132 - "Expand Types"
|
|
760
|
+
Cohesion: 0.12
|
|
761
|
+
Nodes (5): cloneValue(), Validator, ButtonConfig, Props, clone()
|
|
762
|
+
|
|
693
763
|
### Community 133 - "Brand Avatar Icons"
|
|
694
764
|
Cohesion: 0.67
|
|
695
765
|
Nodes (3): Apple Logo, User Avatar, Brain
|
|
@@ -722,29 +792,217 @@ Nodes (3): Route Icon, Route From Icon, Route To Icon
|
|
|
722
792
|
Cohesion: 0.67
|
|
723
793
|
Nodes (3): Scale Icon, Settings Icon, Tool Icon
|
|
724
794
|
|
|
795
|
+
### Community 143 - "More Docs Examples"
|
|
796
|
+
Cohesion: 0.11
|
|
797
|
+
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)
|
|
798
|
+
|
|
799
|
+
### Community 144 - "Docs Scope Pages"
|
|
800
|
+
Cohesion: 0.12
|
|
801
|
+
Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
|
|
802
|
+
|
|
803
|
+
### Community 145 - "Additional Docs Examples"
|
|
804
|
+
Cohesion: 0.12
|
|
805
|
+
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
|
+
|
|
807
|
+
### Community 149 - "Single Doc Page"
|
|
808
|
+
Cohesion: 0.12
|
|
809
|
+
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)
|
|
810
|
+
|
|
811
|
+
### Community 167 - "Community 167"
|
|
812
|
+
Cohesion: 0.12
|
|
813
|
+
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)
|
|
814
|
+
|
|
815
|
+
### Community 168 - "Community 168"
|
|
816
|
+
Cohesion: 0.12
|
|
817
|
+
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)
|
|
818
|
+
|
|
819
|
+
### Community 169 - "Community 169"
|
|
820
|
+
Cohesion: 0.13
|
|
821
|
+
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)
|
|
822
|
+
|
|
823
|
+
### Community 170 - "Community 170"
|
|
824
|
+
Cohesion: 0.14
|
|
825
|
+
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)
|
|
826
|
+
|
|
827
|
+
### Community 171 - "Community 171"
|
|
828
|
+
Cohesion: 0.14
|
|
829
|
+
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
|
+
|
|
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
|
+
### Community 173 - "Community 173"
|
|
836
|
+
Cohesion: 0.22
|
|
837
|
+
Nodes (10): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, STORE, updateRouteState(), applyQueryParams(), parseQueryParams() (+2 more)
|
|
838
|
+
|
|
839
|
+
### Community 174 - "Community 174"
|
|
840
|
+
Cohesion: 0.21
|
|
841
|
+
Nodes (6): Props, ThemeContext, ThemeContextValue, ThemeProvider(), ThemeProviderProps, State
|
|
842
|
+
|
|
843
|
+
### Community 175 - "Community 175"
|
|
844
|
+
Cohesion: 0.30
|
|
845
|
+
Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
|
|
846
|
+
|
|
847
|
+
### Community 176 - "Community 176"
|
|
848
|
+
Cohesion: 0.25
|
|
849
|
+
Nodes (6): Autocomplete(), SIZE_TO_ITEM_HEIGHT, useIsMounted(), Props, useListKeyboardControl(), Shimmer()
|
|
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)
|
|
854
|
+
|
|
855
|
+
### Community 179 - "Community 179"
|
|
856
|
+
Cohesion: 0.20
|
|
857
|
+
Nodes (6): allItems, boxVariants, buttonVariants, inputTypes, sizes, Toggle()
|
|
858
|
+
|
|
859
|
+
### Community 180 - "Community 180"
|
|
860
|
+
Cohesion: 0.20
|
|
861
|
+
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
|
+
|
|
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
|
+
### Community 182 - "Community 182"
|
|
868
|
+
Cohesion: 0.20
|
|
869
|
+
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)
|
|
870
|
+
|
|
871
|
+
### Community 183 - "Community 183"
|
|
872
|
+
Cohesion: 0.20
|
|
873
|
+
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)
|
|
874
|
+
|
|
875
|
+
### Community 184 - "Community 184"
|
|
876
|
+
Cohesion: 0.25
|
|
877
|
+
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
|
|
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()
|
|
886
|
+
|
|
887
|
+
### Community 188 - "Community 188"
|
|
888
|
+
Cohesion: 0.32
|
|
889
|
+
Nodes (4): menu(), UserPage(), UsersPage(), Route()
|
|
890
|
+
|
|
891
|
+
### Community 189 - "Community 189"
|
|
892
|
+
Cohesion: 0.25
|
|
893
|
+
Nodes (6): Redirect(), AnyProps, ComponentType, Props, RedirectProps, RouteProps
|
|
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
|
|
898
|
+
|
|
899
|
+
### Community 192 - "Community 192"
|
|
900
|
+
Cohesion: 0.33
|
|
901
|
+
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
|
|
902
|
+
|
|
903
|
+
### Community 194 - "Community 194"
|
|
904
|
+
Cohesion: 0.40
|
|
905
|
+
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
|
|
906
|
+
|
|
907
|
+
### Community 195 - "Community 195"
|
|
908
|
+
Cohesion: 0.40
|
|
909
|
+
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
|
+
|
|
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
|
+
### Community 197 - "Community 197"
|
|
916
|
+
Cohesion: 0.40
|
|
917
|
+
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
|
+
|
|
919
|
+
### Community 198 - "Community 198"
|
|
920
|
+
Cohesion: 0.50
|
|
921
|
+
Nodes (3): useClickOutside(), useEvent(), UseEventParams
|
|
922
|
+
|
|
923
|
+
### Community 199 - "Community 199"
|
|
924
|
+
Cohesion: 0.60
|
|
925
|
+
Nodes (3): useDebounce(), useDebounceCallback(), debounce()
|
|
926
|
+
|
|
927
|
+
### Community 200 - "Community 200"
|
|
928
|
+
Cohesion: 0.50
|
|
929
|
+
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
|
|
930
|
+
|
|
931
|
+
### Community 201 - "Community 201"
|
|
932
|
+
Cohesion: 0.50
|
|
933
|
+
Nodes (4): [3.4.1](https://github.com/foreverido/uilib/compare/v3.4.0...v3.4.1) (2022-08-07), [3.5.0](https://github.com/foreverido/uilib/compare/v3.4.1...v3.5.0) (2023-03-05), Bug Fixes, Bug Fixes
|
|
934
|
+
|
|
935
|
+
### Community 202 - "Community 202"
|
|
936
|
+
Cohesion: 0.50
|
|
937
|
+
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
|
+
|
|
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
|
+
### Community 204 - "Community 204"
|
|
944
|
+
Cohesion: 0.50
|
|
945
|
+
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
|
|
946
|
+
|
|
947
|
+
### Community 205 - "Community 205"
|
|
948
|
+
Cohesion: 0.50
|
|
949
|
+
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
|
+
|
|
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
|
+
### Community 210 - "Community 210"
|
|
956
|
+
Cohesion: 0.67
|
|
957
|
+
Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
|
|
958
|
+
|
|
959
|
+
### Community 211 - "Community 211"
|
|
960
|
+
Cohesion: 0.67
|
|
961
|
+
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
|
|
962
|
+
|
|
963
|
+
### Community 212 - "Community 212"
|
|
964
|
+
Cohesion: 0.67
|
|
965
|
+
Nodes (3): [4.0.0](https://github.com/foreverido/uilib/compare/v3.11.0...v4.0.0) (2023-03-25), Bug Fixes, Features
|
|
966
|
+
|
|
967
|
+
### Community 213 - "Community 213"
|
|
968
|
+
Cohesion: 0.67
|
|
969
|
+
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
|
+
|
|
971
|
+
### Community 214 - "Community 214"
|
|
972
|
+
Cohesion: 0.67
|
|
973
|
+
Nodes (3): optional, value, footerClassName
|
|
974
|
+
|
|
975
|
+
### Community 215 - "Community 215"
|
|
976
|
+
Cohesion: 0.67
|
|
977
|
+
Nodes (3): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features
|
|
978
|
+
|
|
979
|
+
### Community 216 - "Community 216"
|
|
980
|
+
Cohesion: 0.67
|
|
981
|
+
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
|
|
982
|
+
|
|
725
983
|
## Ambiguous Edges - Review These
|
|
726
984
|
- `Apple Logo` → `User Avatar` [AMBIGUOUS]
|
|
727
985
|
src/components/Icon/icons/apple.svg · relation: conceptually_related_to
|
|
728
986
|
|
|
729
987
|
## Knowledge Gaps
|
|
730
|
-
- **
|
|
988
|
+
- **1475 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1470 more)
|
|
731
989
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
732
|
-
- **
|
|
990
|
+
- **33 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
|
|
733
991
|
|
|
734
992
|
## Suggested Questions
|
|
735
993
|
_Questions this graph is uniquely positioned to answer:_
|
|
736
994
|
|
|
737
995
|
- **What is the exact relationship between `Apple Logo` and `User Avatar`?**
|
|
738
996
|
_Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
|
|
739
|
-
- **Why does `
|
|
740
|
-
_High betweenness centrality (0.
|
|
741
|
-
- **Why does `
|
|
742
|
-
_High betweenness centrality (0.
|
|
743
|
-
- **Why does `Props` connect `Dialogue Props` to `Trigger Props`, `Trigger ClassName`, `Width Props`, `Small Component Props`, `Checkbox Props`, `
|
|
744
|
-
_High betweenness centrality (0.
|
|
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`, `Community 172`, `Component Types JSON`, `Community 177`, `Community 180`, `Community 181`, `Community 182`, `Community 183`, `Community 184`, `Community 185`, `Text Heading`, `Community 190`, `Community 192`, `Community 194`, `Community 195`, `Community 196`, `Community 197`, `Community 200`, `Community 201`, `Community 202`, `Community 203`, `Community 204`, `Community 205`, `Community 206`, `Community 210`, `Community 211`, `Community 212`, `Community 213`, `Community 215`, `Community 216`, `Select Example Helpers`, `Tabs Types`, `Docs Navigation`, `Theme Docs`, `Number Formatting`, `Docs Scope`?**
|
|
998
|
+
_High betweenness centrality (0.069) - this node is a cross-community bridge._
|
|
999
|
+
- **Why does `Popup` connect `Popup Component` to `Calendar DatePicker`, `Button Checkbox Core`, `Input AssistiveText`, `Community 176`, `Debounce Paranja`, `Docs Index Pages`, `Docs Code Layout`?**
|
|
1000
|
+
_High betweenness centrality (0.038) - this node is a cross-community bridge._
|
|
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`, `Community 214`, `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`?**
|
|
1002
|
+
_High betweenness centrality (0.035) - this node is a cross-community bridge._
|
|
745
1003
|
- **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
|
|
746
|
-
|
|
1004
|
+
_1477 weakly-connected nodes found - possible documentation gaps or missing edges._
|
|
747
1005
|
- **Should `Docs Examples Index` be split into smaller, more focused modules?**
|
|
748
|
-
_Cohesion score 0.
|
|
1006
|
+
_Cohesion score 0.054945054945054944 - nodes in this community are weakly interconnected._
|
|
749
1007
|
- **Should `PromptComposer` be split into smaller, more focused modules?**
|
|
750
1008
|
_Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._
|