@homecode/ui 5.6.1 → 5.7.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/src/components/Autocomplete/Autocomplete.js +6 -3
- package/dist/esm/src/components/InputFile/InputFile.js +4 -1
- package/dist/esm/src/components/Popup/Popup.helpers.js +8 -1
- package/dist/esm/src/components/Popup/Popup.js +12 -6
- package/dist/esm/src/components/PromptComposer/PromptComposer.js +5 -1
- package/dist/esm/src/components/PromptComposer/promptComposerInsert.js +2 -1
- package/dist/esm/src/components/PromptComposer/usePromptComposerEditor.js +99 -21
- package/dist/esm/src/components/Select/Select.helpers.js +28 -1
- package/dist/esm/src/components/Select/Select.hooks.js +131 -0
- package/dist/esm/src/components/Select/Select2.js +192 -235
- package/dist/esm/src/components/Tooltip/Tooltip.styl.js +1 -1
- package/dist/esm/src/components/Tooltip/TooltipOverTrigger.js +4 -3
- package/dist/esm/src/components/Tooltip/tooltipTextStyles.js +17 -2
- package/dist/esm/src/tiptap/slash-mention/createSlashMentionExtension.js +51 -31
- package/dist/esm/src/tools/dom.js +6 -8
- package/dist/esm/src/tools/resizeObserver.js +1 -1
- package/dist/esm/types/src/components/Popup/Popup.d.ts +2 -1
- package/dist/esm/types/src/components/Popup/Popup.helpers.d.ts +1 -0
- package/dist/esm/types/src/components/Popup/Popup.types.d.ts +1 -0
- package/dist/esm/types/src/components/PromptComposer/PromptComposer.d.ts +4 -0
- package/dist/esm/types/src/components/PromptComposer/PromptComposer.types.d.ts +17 -3
- package/dist/esm/types/src/components/PromptComposer/index.d.ts +1 -1
- package/dist/esm/types/src/components/PromptComposer/usePromptComposerEditor.d.ts +6 -2
- package/dist/esm/types/src/components/Select/Select.helpers.d.ts +7 -1
- package/dist/esm/types/src/components/Select/Select.hooks.d.ts +55 -0
- package/dist/esm/types/src/components/Select/Select.types.d.ts +1 -1
- package/dist/esm/types/src/components/Select/Select2.test.d.ts +1 -0
- package/dist/esm/types/src/tiptap/slash-mention/createSlashMentionExtension.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/index.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/types.d.ts +12 -1
- package/graphify-out/.graphify_labels.json +18 -25
- package/graphify-out/2026-07-26/.graphify_labels.json +216 -0
- package/graphify-out/2026-07-26/GRAPH_REPORT.md +1036 -0
- package/graphify-out/2026-07-26/cost.json +12 -0
- package/graphify-out/2026-07-26/graph.json +71426 -0
- package/graphify-out/2026-07-26/manifest.json +2372 -0
- package/graphify-out/2026-07-27/.graphify_labels.json +214 -0
- package/graphify-out/2026-07-27/GRAPH_REPORT.md +1014 -0
- package/graphify-out/2026-07-27/cost.json +12 -0
- package/graphify-out/2026-07-27/graph.json +71778 -0
- package/graphify-out/2026-07-27/manifest.json +2372 -0
- package/graphify-out/2026-07-30/.graphify_labels.json +197 -0
- package/graphify-out/2026-07-30/GRAPH_REPORT.md +929 -0
- package/graphify-out/2026-07-30/cost.json +12 -0
- package/graphify-out/2026-07-30/graph.json +71798 -0
- package/graphify-out/2026-07-30/manifest.json +2372 -0
- package/graphify-out/GRAPH_REPORT.md +167 -249
- package/graphify-out/cache/ast/2690b69f91795ec634393c1fb8d9fd21ec09ec6759eaf6711e3b86c2a8edb385.json +1 -0
- package/graphify-out/cache/ast/2ae06c5acabf11eea845c93c2a8486317fbb18dccc1843ecd88077848af2ab29.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +3354 -2931
- package/graphify-out/manifest.json +47 -47
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# Graph Report - ui (2026-07-
|
|
1
|
+
# Graph Report - ui (2026-07-30)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
- 370 files · ~
|
|
4
|
+
- 370 files · ~82,432 words
|
|
5
5
|
- Verdict: corpus is large enough that graph structure adds value.
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
-
|
|
8
|
+
- 2818 nodes · 4128 edges · 207 communities (173 shown, 34 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: `cf553fea`
|
|
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
|
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
- [[_COMMUNITY_Code Editor|Code Editor]]
|
|
96
96
|
- [[_COMMUNITY_Communication Icons|Communication Icons]]
|
|
97
97
|
- [[_COMMUNITY_Select Constants|Select Constants]]
|
|
98
|
-
- [[_COMMUNITY_TextShimmer|TextShimmer]]
|
|
99
98
|
- [[_COMMUNITY_Virtualized Cards|Virtualized Cards]]
|
|
100
99
|
- [[_COMMUNITY_ClassName Props|ClassName Props]]
|
|
101
100
|
- [[_COMMUNITY_Ukrainian i18n|Ukrainian i18n]]
|
|
@@ -117,10 +116,10 @@
|
|
|
117
116
|
- [[_COMMUNITY_Render Months Label|Render Months Label]]
|
|
118
117
|
- [[_COMMUNITY_Render Month Label|Render Month Label]]
|
|
119
118
|
- [[_COMMUNITY_Render Weekday Label|Render Weekday Label]]
|
|
120
|
-
- [[
|
|
121
|
-
- [[
|
|
122
|
-
- [[
|
|
123
|
-
- [[
|
|
119
|
+
- [[_COMMUNITY_Community 102|Community 102]]
|
|
120
|
+
- [[_COMMUNITY_Community 103|Community 103]]
|
|
121
|
+
- [[_COMMUNITY_Community 104|Community 104]]
|
|
122
|
+
- [[_COMMUNITY_Community 105|Community 105]]
|
|
124
123
|
- [[_COMMUNITY_Icon Name Helpers|Icon Name Helpers]]
|
|
125
124
|
- [[_COMMUNITY_Media Placeholder Icons|Media Placeholder Icons]]
|
|
126
125
|
- [[_COMMUNITY_Utility Icons|Utility Icons]]
|
|
@@ -134,20 +133,19 @@
|
|
|
134
133
|
- [[_COMMUNITY_Docs Scope|Docs Scope]]
|
|
135
134
|
- [[_COMMUNITY_Auto Scroll Props|Auto Scroll Props]]
|
|
136
135
|
- [[_COMMUNITY_Content Props|Content Props]]
|
|
137
|
-
- [[
|
|
136
|
+
- [[_COMMUNITY_Community 119|Community 119]]
|
|
138
137
|
- [[_COMMUNITY_Footer Props|Footer Props]]
|
|
139
|
-
- [[
|
|
140
|
-
- [[
|
|
138
|
+
- [[_COMMUNITY_Community 121|Community 121]]
|
|
139
|
+
- [[_COMMUNITY_Community 122|Community 122]]
|
|
141
140
|
- [[_COMMUNITY_No Scroll Props|No Scroll Props]]
|
|
142
|
-
- [[
|
|
143
|
-
- [[
|
|
141
|
+
- [[_COMMUNITY_Community 124|Community 124]]
|
|
142
|
+
- [[_COMMUNITY_Community 125|Community 125]]
|
|
144
143
|
- [[_COMMUNITY_Title Props|Title Props]]
|
|
145
|
-
- [[
|
|
146
|
-
- [[_COMMUNITY_Trigger Props|Trigger Props]]
|
|
144
|
+
- [[_COMMUNITY_Community 128|Community 128]]
|
|
147
145
|
- [[_COMMUNITY_Trigger ClassName|Trigger ClassName]]
|
|
148
|
-
- [[
|
|
146
|
+
- [[_COMMUNITY_Community 130|Community 130]]
|
|
149
147
|
- [[_COMMUNITY_Community 131|Community 131]]
|
|
150
|
-
- [[
|
|
148
|
+
- [[_COMMUNITY_Community 132|Community 132]]
|
|
151
149
|
- [[_COMMUNITY_Brand Avatar Icons|Brand Avatar Icons]]
|
|
152
150
|
- [[_COMMUNITY_Communication Action Icons|Communication Action Icons]]
|
|
153
151
|
- [[_COMMUNITY_Status Action Icons|Status Action Icons]]
|
|
@@ -157,14 +155,14 @@
|
|
|
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]]
|
|
160
|
-
- [[_COMMUNITY_Community 142|Community 142]]
|
|
161
158
|
- [[_COMMUNITY_More Docs Examples|More Docs Examples]]
|
|
162
159
|
- [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
|
|
163
|
-
- [[
|
|
160
|
+
- [[_COMMUNITY_Community 145|Community 145]]
|
|
164
161
|
- [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
|
|
165
162
|
- [[_COMMUNITY_Test Utilities|Test Utilities]]
|
|
166
163
|
- [[_COMMUNITY_PostCSS Config|PostCSS Config]]
|
|
167
164
|
- [[_COMMUNITY_Single Doc Page|Single Doc Page]]
|
|
165
|
+
- [[_COMMUNITY_Community 151|Community 151]]
|
|
168
166
|
- [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
|
|
169
167
|
- [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
|
|
170
168
|
- [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
|
|
@@ -185,14 +183,18 @@
|
|
|
185
183
|
- [[_COMMUNITY_Community 171|Community 171]]
|
|
186
184
|
- [[_COMMUNITY_Community 172|Community 172]]
|
|
187
185
|
- [[_COMMUNITY_Community 173|Community 173]]
|
|
186
|
+
- [[_COMMUNITY_Community 174|Community 174]]
|
|
188
187
|
- [[_COMMUNITY_Community 175|Community 175]]
|
|
189
188
|
- [[_COMMUNITY_Community 176|Community 176]]
|
|
190
189
|
- [[_COMMUNITY_Community 177|Community 177]]
|
|
191
190
|
- [[_COMMUNITY_Community 178|Community 178]]
|
|
192
191
|
- [[_COMMUNITY_Community 179|Community 179]]
|
|
192
|
+
- [[_COMMUNITY_Community 180|Community 180]]
|
|
193
|
+
- [[_COMMUNITY_Community 181|Community 181]]
|
|
193
194
|
- [[_COMMUNITY_Community 182|Community 182]]
|
|
194
195
|
- [[_COMMUNITY_Community 183|Community 183]]
|
|
195
196
|
- [[_COMMUNITY_Community 184|Community 184]]
|
|
197
|
+
- [[_COMMUNITY_Community 185|Community 185]]
|
|
196
198
|
- [[_COMMUNITY_Community 186|Community 186]]
|
|
197
199
|
- [[_COMMUNITY_Community 187|Community 187]]
|
|
198
200
|
- [[_COMMUNITY_Community 188|Community 188]]
|
|
@@ -203,23 +205,11 @@
|
|
|
203
205
|
- [[_COMMUNITY_Community 193|Community 193]]
|
|
204
206
|
- [[_COMMUNITY_Community 194|Community 194]]
|
|
205
207
|
- [[_COMMUNITY_Community 195|Community 195]]
|
|
206
|
-
- [[_COMMUNITY_Community 196|Community 196]]
|
|
207
208
|
- [[_COMMUNITY_Community 197|Community 197]]
|
|
208
|
-
- [[_COMMUNITY_Community 198|Community 198]]
|
|
209
|
-
- [[_COMMUNITY_Community 199|Community 199]]
|
|
210
209
|
- [[_COMMUNITY_Community 200|Community 200]]
|
|
211
210
|
- [[_COMMUNITY_Community 201|Community 201]]
|
|
212
|
-
- [[_COMMUNITY_Community 202|Community 202]]
|
|
213
|
-
- [[_COMMUNITY_Community 203|Community 203]]
|
|
214
|
-
- [[_COMMUNITY_Community 204|Community 204]]
|
|
215
211
|
- [[_COMMUNITY_Community 205|Community 205]]
|
|
216
|
-
- [[_COMMUNITY_Community 206|Community 206]]
|
|
217
|
-
- [[_COMMUNITY_Community 207|Community 207]]
|
|
218
|
-
- [[_COMMUNITY_Community 208|Community 208]]
|
|
219
|
-
- [[_COMMUNITY_Community 209|Community 209]]
|
|
220
|
-
- [[_COMMUNITY_Community 210|Community 210]]
|
|
221
212
|
- [[_COMMUNITY_Community 213|Community 213]]
|
|
222
|
-
- [[_COMMUNITY_Community 214|Community 214]]
|
|
223
213
|
- [[_COMMUNITY_Community 216|Community 216]]
|
|
224
214
|
- [[_COMMUNITY_Community 218|Community 218]]
|
|
225
215
|
- [[_COMMUNITY_Community 220|Community 220]]
|
|
@@ -229,13 +219,13 @@
|
|
|
229
219
|
## God Nodes (most connected - your core abstractions)
|
|
230
220
|
1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
|
|
231
221
|
2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
|
|
232
|
-
3. `Changelog` -
|
|
222
|
+
3. `Changelog` - 84 edges
|
|
233
223
|
4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
|
|
234
224
|
5. `Link()` - 52 edges
|
|
235
225
|
6. `Heading` - 47 edges
|
|
236
226
|
7. `ComponentLayout()` - 47 edges
|
|
237
227
|
8. `TypesTable()` - 46 edges
|
|
238
|
-
9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` -
|
|
228
|
+
9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` - 44 edges
|
|
239
229
|
10. `Button()` - 39 edges
|
|
240
230
|
|
|
241
231
|
## Surprising Connections (you probably didn't know these)
|
|
@@ -270,23 +260,23 @@
|
|
|
270
260
|
- **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
|
|
271
261
|
- **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
|
|
272
262
|
|
|
273
|
-
## Communities (
|
|
263
|
+
## Communities (207 total, 34 thin omitted)
|
|
274
264
|
|
|
275
265
|
### Community 0 - "Docs Examples Index"
|
|
276
266
|
Cohesion: 0.05
|
|
277
|
-
Nodes (
|
|
267
|
+
Nodes (12): ComponentLayout(), scope, examples, scope, examples, scope, Heading, isStartFromDoubleSlash() (+4 more)
|
|
278
268
|
|
|
279
269
|
### Community 1 - "PromptComposer"
|
|
280
|
-
Cohesion: 0.
|
|
281
|
-
Nodes (
|
|
270
|
+
Cohesion: 0.07
|
|
271
|
+
Nodes (45): AT_FILES, promptComposerFloorPx(), promptComposerSafeEditorDom(), safePromptComposerEditorText(), syncPromptComposerHeight(), PromptComposer, PromptComposerProps, Props (+37 more)
|
|
282
272
|
|
|
283
273
|
### Community 2 - "Build Toolchain"
|
|
284
274
|
Cohesion: 0.04
|
|
285
275
|
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
276
|
|
|
287
277
|
### Community 3 - "Form Examples"
|
|
288
|
-
Cohesion: 0.
|
|
289
|
-
Nodes (
|
|
278
|
+
Cohesion: 0.13
|
|
279
|
+
Nodes (7): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, LightBox()
|
|
290
280
|
|
|
291
281
|
### Community 4 - "Autocomplete Examples"
|
|
292
282
|
Cohesion: 0.17
|
|
@@ -305,8 +295,8 @@ Cohesion: 0.08
|
|
|
305
295
|
Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
|
|
306
296
|
|
|
307
297
|
### Community 8 - "Notifications System"
|
|
308
|
-
Cohesion: 0.
|
|
309
|
-
Nodes (
|
|
298
|
+
Cohesion: 0.18
|
|
299
|
+
Nodes (11): defaultFileState, SCROLL_OFFSET, addUniq, circularSlice(), getIndexCircular(), indexWhere(), sliceWhere(), spliceWhere() (+3 more)
|
|
310
300
|
|
|
311
301
|
### Community 9 - "Button Checkbox Core"
|
|
312
302
|
Cohesion: 0.22
|
|
@@ -314,15 +304,15 @@ Nodes (3): Container, Props, SCOPE
|
|
|
314
304
|
|
|
315
305
|
### Community 10 - "Optional Value Props"
|
|
316
306
|
Cohesion: 0.05
|
|
317
|
-
Nodes (
|
|
307
|
+
Nodes (42): Props, optional, value, optional, value, optional, value, value (+34 more)
|
|
318
308
|
|
|
319
309
|
### Community 12 - "Input AssistiveText"
|
|
320
|
-
Cohesion: 0.
|
|
321
|
-
Nodes (
|
|
310
|
+
Cohesion: 0.10
|
|
311
|
+
Nodes (17): AssistiveText(), Chip(), iconNames, Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, Label, Props (+9 more)
|
|
322
312
|
|
|
323
313
|
### Community 13 - "Gallery Component"
|
|
324
|
-
Cohesion: 0.
|
|
325
|
-
Nodes (
|
|
314
|
+
Cohesion: 0.08
|
|
315
|
+
Nodes (22): Props, useDebounce(), useDebounceCallback(), CustomWrapElemParams, Props, Props, Paranja(), Props (+14 more)
|
|
326
316
|
|
|
327
317
|
### Community 14 - "Virtualized Examples"
|
|
328
318
|
Cohesion: 0.07
|
|
@@ -341,24 +331,24 @@ Cohesion: 0.17
|
|
|
341
331
|
Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
|
|
342
332
|
|
|
343
333
|
### Community 18 - "Debounce Paranja"
|
|
344
|
-
Cohesion: 0.
|
|
345
|
-
Nodes (
|
|
334
|
+
Cohesion: 0.23
|
|
335
|
+
Nodes (7): Calendar(), MONTHS, DatePicker(), ThrottleOptions, useThrottle(), useThrottleCallback(), strToDate()
|
|
346
336
|
|
|
347
337
|
### Community 19 - "UILIB Docs Assets"
|
|
348
338
|
Cohesion: 0.06
|
|
349
339
|
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)
|
|
350
340
|
|
|
351
341
|
### Community 20 - "Component Type Props"
|
|
352
|
-
Cohesion: 0.
|
|
353
|
-
Nodes (
|
|
342
|
+
Cohesion: 0.10
|
|
343
|
+
Nodes (18): Props, GalleryItem, Props, ControlProps, Value, Props, Props, Props (+10 more)
|
|
354
344
|
|
|
355
345
|
### Community 21 - "Flex Gallery"
|
|
356
|
-
Cohesion: 0.
|
|
357
|
-
Nodes (
|
|
346
|
+
Cohesion: 0.10
|
|
347
|
+
Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, Sync Arrows Icon, Lazy(), LazyProps (+5 more)
|
|
358
348
|
|
|
359
349
|
### Community 22 - "DatePicker Examples"
|
|
360
|
-
Cohesion: 0.
|
|
361
|
-
Nodes (
|
|
350
|
+
Cohesion: 0.07
|
|
351
|
+
Nodes (8): date, date, DatePickerInput(), items, GridLayout(), Props, offset, Select2()
|
|
362
352
|
|
|
363
353
|
### Community 23 - "Comment Value Props"
|
|
364
354
|
Cohesion: 0.08
|
|
@@ -381,8 +371,8 @@ Cohesion: 0.12
|
|
|
381
371
|
Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
|
|
382
372
|
|
|
383
373
|
### Community 29 - "Docs Code Layout"
|
|
384
|
-
Cohesion: 0.
|
|
385
|
-
Nodes (
|
|
374
|
+
Cohesion: 0.09
|
|
375
|
+
Nodes (15): ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), Expand(), SidebarLink() (+7 more)
|
|
386
376
|
|
|
387
377
|
### Community 30 - "Draggable Types"
|
|
388
378
|
Cohesion: 0.10
|
|
@@ -393,24 +383,20 @@ Cohesion: 0.07
|
|
|
393
383
|
Nodes (25): Slider(), SliderMarker, SliderProps, valueToPct(), TextWithDeferTooltip(), Props, TextWithDeferTooltipProps, TooltipSide (+17 more)
|
|
394
384
|
|
|
395
385
|
### Community 32 - "Small Component Props"
|
|
396
|
-
Cohesion: 0.
|
|
397
|
-
Nodes (
|
|
386
|
+
Cohesion: 0.09
|
|
387
|
+
Nodes (27): Props, ButtonGroup, Props, optional, value, Card, Props, comment (+19 more)
|
|
398
388
|
|
|
399
389
|
### Community 33 - "Select Popup Types"
|
|
400
390
|
Cohesion: 0.01
|
|
401
391
|
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
392
|
|
|
403
|
-
### Community 34 - "Router Core"
|
|
404
|
-
Cohesion: 0.24
|
|
405
|
-
Nodes (6): { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, useI18N()
|
|
406
|
-
|
|
407
393
|
### Community 35 - "Calendar Helpers"
|
|
408
|
-
Cohesion: 0.
|
|
409
|
-
Nodes (
|
|
394
|
+
Cohesion: 0.14
|
|
395
|
+
Nodes (8): CACHE, weekDays, Day, DayProps, Props, Props, Value, Date
|
|
410
396
|
|
|
411
397
|
### Community 36 - "AssistiveText Menu"
|
|
412
|
-
Cohesion: 0.
|
|
413
|
-
Nodes (11):
|
|
398
|
+
Cohesion: 0.18
|
|
399
|
+
Nodes (11): Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps, Offset, OffsetAxis (+3 more)
|
|
414
400
|
|
|
415
401
|
### Community 37 - "Button DatePicker Types"
|
|
416
402
|
Cohesion: 0.18
|
|
@@ -429,20 +415,20 @@ Cohesion: 0.12
|
|
|
429
415
|
Nodes (16): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, docs:types (+8 more)
|
|
430
416
|
|
|
431
417
|
### Community 41 - "Calendar DatePicker"
|
|
432
|
-
Cohesion: 0.
|
|
433
|
-
Nodes (
|
|
418
|
+
Cohesion: 0.21
|
|
419
|
+
Nodes (4): List, format, LABEL, zero()
|
|
434
420
|
|
|
435
421
|
### Community 42 - "DateTime Types"
|
|
436
|
-
Cohesion: 0.
|
|
437
|
-
Nodes (
|
|
422
|
+
Cohesion: 0.09
|
|
423
|
+
Nodes (25): AssistiveText, Autocomplete, Value, DatePicker, Value, DatePickerInput, Value, DateTime (+17 more)
|
|
438
424
|
|
|
439
425
|
### Community 43 - "Autocomplete Core"
|
|
440
426
|
Cohesion: 0.29
|
|
441
427
|
Nodes (8): ColorConfig, colorMods, ColorsConfig, getRGB(), hexToRGB(), mix(), mixColor(), rgba()
|
|
442
428
|
|
|
443
429
|
### Community 44 - "Global Type Kinds"
|
|
444
|
-
Cohesion: 0.
|
|
445
|
-
Nodes (
|
|
430
|
+
Cohesion: 0.12
|
|
431
|
+
Nodes (16): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Size, Variant (+8 more)
|
|
446
432
|
|
|
447
433
|
### Community 45 - "Date Type Fields"
|
|
448
434
|
Cohesion: 0.15
|
|
@@ -453,20 +439,20 @@ Cohesion: 0.15
|
|
|
453
439
|
Nodes (12): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+4 more)
|
|
454
440
|
|
|
455
441
|
### Community 47 - "Docs App Store"
|
|
456
|
-
Cohesion: 0.
|
|
457
|
-
Nodes (
|
|
442
|
+
Cohesion: 0.17
|
|
443
|
+
Nodes (4): allItems, allItems, allItems, Menu
|
|
458
444
|
|
|
459
445
|
### Community 48 - "Component Types JSON"
|
|
460
446
|
Cohesion: 0.02
|
|
461
447
|
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
448
|
|
|
463
449
|
### Community 49 - "Option Value Types"
|
|
464
|
-
Cohesion: 0.
|
|
465
|
-
Nodes (
|
|
450
|
+
Cohesion: 0.17
|
|
451
|
+
Nodes (12): Option, value, comment, optional, value, id, kind, label (+4 more)
|
|
466
452
|
|
|
467
453
|
### Community 50 - "Generic Props"
|
|
468
|
-
Cohesion: 0.
|
|
469
|
-
Nodes (
|
|
454
|
+
Cohesion: 0.12
|
|
455
|
+
Nodes (18): comment, optional, value, comment, optional, value, className, Props (+10 more)
|
|
470
456
|
|
|
471
457
|
### Community 52 - "Heading Scroll"
|
|
472
458
|
Cohesion: 0.24
|
|
@@ -477,12 +463,12 @@ Cohesion: 0.29
|
|
|
477
463
|
Nodes (7): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, ProgressCircular(), SIZE_MAP, ProgressCircularProps
|
|
478
464
|
|
|
479
465
|
### Community 54 - "Table Virtualized"
|
|
480
|
-
Cohesion: 0.
|
|
481
|
-
Nodes (
|
|
466
|
+
Cohesion: 0.10
|
|
467
|
+
Nodes (13): ListCards, Props, Table, Props, DefaultProps, GetItemPropsParams, IndexesType, ItemProps (+5 more)
|
|
482
468
|
|
|
483
469
|
### Community 55 - "Virtualized Lifecycle"
|
|
484
|
-
Cohesion: 0.
|
|
485
|
-
Nodes (
|
|
470
|
+
Cohesion: 0.12
|
|
471
|
+
Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
|
|
486
472
|
|
|
487
473
|
### Community 56 - "Docs Pages"
|
|
488
474
|
Cohesion: 0.13
|
|
@@ -490,7 +476,7 @@ Nodes (7): Header(), getPath(), H(), H2(), H3(), textToAnchorId(), useAnchor()
|
|
|
490
476
|
|
|
491
477
|
### Community 57 - "Code Example Helpers"
|
|
492
478
|
Cohesion: 0.22
|
|
493
|
-
Nodes (5): MAP_LIB_TO_VAR, replaceImports(), wrapExample(),
|
|
479
|
+
Nodes (5): MAP_LIB_TO_VAR, replaceImports(), wrapExample(), persistEdited, STORE
|
|
494
480
|
|
|
495
481
|
### Community 58 - "Media Control Icons"
|
|
496
482
|
Cohesion: 0.24
|
|
@@ -518,11 +504,11 @@ Nodes (13): [4.28.1](https://github.com/foreverido/uilib/compare/v4.28.0...v4.28
|
|
|
518
504
|
|
|
519
505
|
### Community 64 - "Calendar Day Props"
|
|
520
506
|
Cohesion: 0.22
|
|
521
|
-
Nodes (9):
|
|
507
|
+
Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
|
|
522
508
|
|
|
523
509
|
### Community 65 - "Dialogue Props"
|
|
524
|
-
Cohesion: 0.
|
|
525
|
-
Nodes (
|
|
510
|
+
Cohesion: 0.04
|
|
511
|
+
Nodes (54): optional, value, optional, value, optional, value, Props, optional (+46 more)
|
|
526
512
|
|
|
527
513
|
### Community 66 - "Arrow Chevron Icons"
|
|
528
514
|
Cohesion: 0.57
|
|
@@ -534,15 +520,15 @@ Nodes (3): defaultState, upload(), examples
|
|
|
534
520
|
|
|
535
521
|
### Community 68 - "InputFile Types"
|
|
536
522
|
Cohesion: 0.11
|
|
537
|
-
Nodes (
|
|
523
|
+
Nodes (11): Autocomplete(), SIZE_TO_ITEM_HEIGHT, allItems, allItems, useClickOutside(), useEvent(), UseEventParams, useIsMounted() (+3 more)
|
|
538
524
|
|
|
539
525
|
### Community 69 - "Virtualized List"
|
|
540
526
|
Cohesion: 0.28
|
|
541
527
|
Nodes (8): baseConfig, ColorConfig, colors, colorsAlphaModes, getColors(), getConfig(), pScale, colorsConfigToVars()
|
|
542
528
|
|
|
543
529
|
### Community 70 - "List Lifecycle"
|
|
544
|
-
Cohesion: 0.
|
|
545
|
-
Nodes (
|
|
530
|
+
Cohesion: 0.25
|
|
531
|
+
Nodes (5): DateTime(), formatDate(), Props, date, columns
|
|
546
532
|
|
|
547
533
|
### Community 71 - "Icon Index Exports"
|
|
548
534
|
Cohesion: 0.25
|
|
@@ -553,12 +539,8 @@ Cohesion: 0.29
|
|
|
553
539
|
Nodes (4): APP_PATH, FaviconWebpackPlugin, pkg, require
|
|
554
540
|
|
|
555
541
|
### Community 73 - "DatePicker Helpers"
|
|
556
|
-
Cohesion: 0.
|
|
557
|
-
Nodes (
|
|
558
|
-
|
|
559
|
-
### Community 74 - "Calendar Day"
|
|
560
|
-
Cohesion: 0.33
|
|
561
|
-
Nodes (6): Day, optional, value, currentMonth, ext, kind
|
|
542
|
+
Cohesion: 0.22
|
|
543
|
+
Nodes (4): ButtonProps, Validator, ButtonConfig, Props
|
|
562
544
|
|
|
563
545
|
### Community 75 - "Calendar Pointer Props"
|
|
564
546
|
Cohesion: 0.29
|
|
@@ -566,7 +548,7 @@ Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPoint
|
|
|
566
548
|
|
|
567
549
|
### Community 76 - "Size Enum Props"
|
|
568
550
|
Cohesion: 0.06
|
|
569
|
-
Nodes (
|
|
551
|
+
Nodes (45): [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), [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-6](https://github.com/foreverido/uilib/compare/v4.20.0-beta-5...v4.20.0-beta-6) (2025-03-05), [4.4.0](https://github.com/foreverido/uilib/compare/v4.3.0...v4.4.0) (2023-04-09), [5.3.10](https://github.com/foreverido/uilib/compare/v5.3.9...v5.3.10) (2026-06-22), [5.3.11](https://github.com/foreverido/uilib/compare/v5.3.10...v5.3.11) (2026-07-03), [5.3.12](https://github.com/foreverido/uilib/compare/v5.3.11...v5.3.12) (2026-07-06) (+37 more)
|
|
570
552
|
|
|
571
553
|
### Community 77 - "Code Editor"
|
|
572
554
|
Cohesion: 0.48
|
|
@@ -580,13 +562,9 @@ Nodes (7): Search Icon, Send Icon, Sound Wave Icon, Stop Icon, Stop In Circle Ic
|
|
|
580
562
|
Cohesion: 0.29
|
|
581
563
|
Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
|
|
582
564
|
|
|
583
|
-
### Community 80 - "TextShimmer"
|
|
584
|
-
Cohesion: 0.67
|
|
585
|
-
Nodes (3): Props, RadioGroupContextValue, RadioGroupContext
|
|
586
|
-
|
|
587
565
|
### Community 81 - "Virtualized Cards"
|
|
588
|
-
Cohesion: 0.
|
|
589
|
-
Nodes (
|
|
566
|
+
Cohesion: 0.18
|
|
567
|
+
Nodes (6): DropZone(), DropZoneProps, useToggleState, UseToggleStateProps, ToggleProps, generateUID()
|
|
590
568
|
|
|
591
569
|
### Community 82 - "ClassName Props"
|
|
592
570
|
Cohesion: 0.11
|
|
@@ -636,10 +614,6 @@ Nodes (3): external, pkg, require
|
|
|
636
614
|
Cohesion: 0.06
|
|
637
615
|
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)
|
|
638
616
|
|
|
639
|
-
### Community 94 - "VH Component"
|
|
640
|
-
Cohesion: 0.36
|
|
641
|
-
Nodes (4): App(), Background(), ThemeDemo(), useTheme()
|
|
642
|
-
|
|
643
617
|
### Community 95 - "Docs Navigation"
|
|
644
618
|
Cohesion: 0.05
|
|
645
619
|
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)
|
|
@@ -648,41 +622,25 @@ Nodes (37): [5.0.1](https://github.com/foreverido/uilib/compare/v5.0.0...v5.0.1)
|
|
|
648
622
|
Cohesion: 0.22
|
|
649
623
|
Nodes (6): Theme(), Props, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProviderProps
|
|
650
624
|
|
|
651
|
-
### Community 97 - "Calendar Day Disabled"
|
|
652
|
-
Cohesion: 0.50
|
|
653
|
-
Nodes (4): comment, optional, value, hideOtherMonthDays
|
|
654
|
-
|
|
655
|
-
### Community 98 - "Render Day Props"
|
|
656
|
-
Cohesion: 0.50
|
|
657
|
-
Nodes (4): comment, optional, value, isDayDisabled
|
|
658
|
-
|
|
659
|
-
### Community 99 - "Render Months Label"
|
|
660
|
-
Cohesion: 0.50
|
|
661
|
-
Nodes (4): renderDay, comment, optional, value
|
|
662
|
-
|
|
663
625
|
### Community 100 - "Render Month Label"
|
|
664
|
-
Cohesion: 0.
|
|
665
|
-
Nodes (
|
|
626
|
+
Cohesion: 0.20
|
|
627
|
+
Nodes (6): allItems, boxVariants, buttonVariants, inputTypes, sizes, Toggle()
|
|
666
628
|
|
|
667
629
|
### Community 101 - "Render Weekday Label"
|
|
668
|
-
Cohesion: 0.
|
|
669
|
-
Nodes (
|
|
670
|
-
|
|
671
|
-
### Community 102 - "Render Year Label"
|
|
672
|
-
Cohesion: 0.50
|
|
673
|
-
Nodes (4): renderWeekDayLabel, comment, optional, value
|
|
630
|
+
Cohesion: 0.24
|
|
631
|
+
Nodes (6): { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, useI18N()
|
|
674
632
|
|
|
675
|
-
### Community 103 - "
|
|
676
|
-
Cohesion: 0.
|
|
677
|
-
Nodes (4):
|
|
633
|
+
### Community 103 - "Community 103"
|
|
634
|
+
Cohesion: 0.36
|
|
635
|
+
Nodes (4): App(), Background(), ThemeDemo(), useTheme()
|
|
678
636
|
|
|
679
|
-
### Community 104 - "
|
|
680
|
-
Cohesion: 0.
|
|
681
|
-
Nodes (4):
|
|
637
|
+
### Community 104 - "Community 104"
|
|
638
|
+
Cohesion: 0.25
|
|
639
|
+
Nodes (4): Checkbox(), sizes, variants, date
|
|
682
640
|
|
|
683
|
-
### Community 105 - "
|
|
684
|
-
Cohesion: 0.
|
|
685
|
-
Nodes (4):
|
|
641
|
+
### Community 105 - "Community 105"
|
|
642
|
+
Cohesion: 0.25
|
|
643
|
+
Nodes (4): groupsOptions, INITIAL_VALUES, validationSchema, Form()
|
|
686
644
|
|
|
687
645
|
### Community 106 - "Icon Name Helpers"
|
|
688
646
|
Cohesion: 0.25
|
|
@@ -710,7 +668,7 @@ Nodes (4): peerDependencies, justorm, react, react-dom
|
|
|
710
668
|
|
|
711
669
|
### Community 112 - "Table Render"
|
|
712
670
|
Cohesion: 0.67
|
|
713
|
-
Nodes (3): [4.
|
|
671
|
+
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
|
|
714
672
|
|
|
715
673
|
### Community 113 - "Theme Docs"
|
|
716
674
|
Cohesion: 0.07
|
|
@@ -736,49 +694,49 @@ Nodes (5): generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT
|
|
|
736
694
|
Cohesion: 0.40
|
|
737
695
|
Nodes (4): ID, Item, Props, RenderProps
|
|
738
696
|
|
|
739
|
-
### Community 119 - "
|
|
740
|
-
Cohesion: 0.
|
|
741
|
-
Nodes (
|
|
697
|
+
### Community 119 - "Community 119"
|
|
698
|
+
Cohesion: 0.25
|
|
699
|
+
Nodes (7): Accept, ProgressParams, Props, Uploader, UploaderParams, Value, FormFieldChangeHandler
|
|
742
700
|
|
|
743
701
|
### Community 120 - "Footer Props"
|
|
744
|
-
Cohesion: 0.
|
|
745
|
-
Nodes (
|
|
702
|
+
Cohesion: 0.30
|
|
703
|
+
Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
|
|
746
704
|
|
|
747
|
-
### Community 121 - "
|
|
748
|
-
Cohesion: 0.
|
|
749
|
-
Nodes (
|
|
705
|
+
### Community 121 - "Community 121"
|
|
706
|
+
Cohesion: 0.29
|
|
707
|
+
Nodes (6): Option, Props, RenderItemProps, Value, Props, ScrollProps
|
|
708
|
+
|
|
709
|
+
### Community 122 - "Community 122"
|
|
710
|
+
Cohesion: 0.29
|
|
711
|
+
Nodes (7): Calendar, Day, optional, value, currentMonth, ext, kind
|
|
750
712
|
|
|
751
713
|
### Community 123 - "No Scroll Props"
|
|
752
714
|
Cohesion: 0.50
|
|
753
715
|
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
|
|
754
716
|
|
|
755
|
-
### Community 124 - "
|
|
756
|
-
Cohesion: 0.
|
|
757
|
-
Nodes (
|
|
758
|
-
|
|
759
|
-
### Community 125 - "Subtitle ClassName"
|
|
760
|
-
Cohesion: 0.20
|
|
761
|
-
Nodes (10): Option, Props, RenderItemProps, Value, ControlProps, Props, Value, ScrollProps (+2 more)
|
|
717
|
+
### Community 124 - "Community 124"
|
|
718
|
+
Cohesion: 0.38
|
|
719
|
+
Nodes (4): ContextType, parsePath(), replaceParamsInPath(), Store
|
|
762
720
|
|
|
763
721
|
### Community 126 - "Title Props"
|
|
764
722
|
Cohesion: 0.43
|
|
765
723
|
Nodes (3): isDateAfter(), isDateBefore(), isDateBetween()
|
|
766
724
|
|
|
767
|
-
### Community 128 - "
|
|
768
|
-
Cohesion: 0.
|
|
769
|
-
Nodes (
|
|
725
|
+
### Community 128 - "Community 128"
|
|
726
|
+
Cohesion: 0.60
|
|
727
|
+
Nodes (4): DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props
|
|
770
728
|
|
|
771
729
|
### Community 129 - "Trigger ClassName"
|
|
772
730
|
Cohesion: 0.50
|
|
773
731
|
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
|
|
774
732
|
|
|
775
|
-
### Community
|
|
776
|
-
Cohesion: 0.50
|
|
777
|
-
Nodes (3): Column, Data, Props
|
|
778
|
-
|
|
779
|
-
### Community 132 - "Expand Types"
|
|
733
|
+
### Community 131 - "Community 131"
|
|
780
734
|
Cohesion: 0.60
|
|
781
|
-
Nodes (4):
|
|
735
|
+
Nodes (4): params, show(), showAll(), showRichContent()
|
|
736
|
+
|
|
737
|
+
### Community 132 - "Community 132"
|
|
738
|
+
Cohesion: 0.50
|
|
739
|
+
Nodes (3): GroupItem, RouteItem, RouteLoader
|
|
782
740
|
|
|
783
741
|
### Community 133 - "Brand Avatar Icons"
|
|
784
742
|
Cohesion: 0.67
|
|
@@ -813,20 +771,28 @@ Cohesion: 0.67
|
|
|
813
771
|
Nodes (3): Scale Icon, Settings Icon, Tool Icon
|
|
814
772
|
|
|
815
773
|
### Community 143 - "More Docs Examples"
|
|
816
|
-
Cohesion: 0.
|
|
817
|
-
Nodes (
|
|
774
|
+
Cohesion: 0.06
|
|
775
|
+
Nodes (35): [1.2.1](https://github.com/foreverido/uilib/compare/v1.2.0...v1.2.1) (2022-03-30), [1.2.2](https://github.com/foreverido/uilib/compare/v1.2.1...v1.2.2) (2022-03-31), [1.2.3](https://github.com/foreverido/uilib/compare/v1.2.2...v1.2.3) (2022-03-31), [1.2.4](https://github.com/foreverido/uilib/compare/v1.2.3...v1.2.4) (2022-04-01), [1.2.5](https://github.com/foreverido/uilib/compare/v1.2.4...v1.2.5) (2022-04-02), [1.2.6](https://github.com/foreverido/uilib/compare/v1.2.5...v1.2.6) (2022-04-03), [1.2.7](https://github.com/foreverido/uilib/compare/v1.2.6...v1.2.7) (2022-04-03), [1.2.8](https://github.com/foreverido/uilib/compare/v1.2.7...v1.2.8) (2022-04-07) (+27 more)
|
|
818
776
|
|
|
819
777
|
### Community 144 - "Docs Scope Pages"
|
|
820
778
|
Cohesion: 0.12
|
|
821
779
|
Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
|
|
822
780
|
|
|
781
|
+
### Community 145 - "Community 145"
|
|
782
|
+
Cohesion: 0.50
|
|
783
|
+
Nodes (4): comment, optional, value, hideOtherMonthDays
|
|
784
|
+
|
|
823
785
|
### Community 149 - "Single Doc Page"
|
|
824
786
|
Cohesion: 0.07
|
|
825
787
|
Nodes (27): [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.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) (+19 more)
|
|
826
788
|
|
|
789
|
+
### Community 151 - "Community 151"
|
|
790
|
+
Cohesion: 0.50
|
|
791
|
+
Nodes (4): comment, optional, value, isDayDisabled
|
|
792
|
+
|
|
827
793
|
### Community 167 - "Community 167"
|
|
828
|
-
Cohesion: 0.
|
|
829
|
-
Nodes (
|
|
794
|
+
Cohesion: 0.50
|
|
795
|
+
Nodes (4): renderDay, comment, optional, value
|
|
830
796
|
|
|
831
797
|
### Community 168 - "Community 168"
|
|
832
798
|
Cohesion: 0.12
|
|
@@ -845,20 +811,28 @@ Cohesion: 0.15
|
|
|
845
811
|
Nodes (13): [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 (+5 more)
|
|
846
812
|
|
|
847
813
|
### Community 172 - "Community 172"
|
|
848
|
-
Cohesion: 0.
|
|
849
|
-
Nodes (
|
|
814
|
+
Cohesion: 0.50
|
|
815
|
+
Nodes (4): renderMonthesLabel, comment, optional, value
|
|
850
816
|
|
|
851
817
|
### Community 173 - "Community 173"
|
|
852
818
|
Cohesion: 0.20
|
|
853
819
|
Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
|
|
854
820
|
|
|
821
|
+
### Community 174 - "Community 174"
|
|
822
|
+
Cohesion: 0.50
|
|
823
|
+
Nodes (4): renderMonthLabel, comment, optional, value
|
|
824
|
+
|
|
855
825
|
### Community 175 - "Community 175"
|
|
856
|
-
Cohesion: 0.
|
|
857
|
-
Nodes (
|
|
826
|
+
Cohesion: 0.12
|
|
827
|
+
Nodes (8): Button(), Props, Props, Icon(), Props, Props, PopupMenu(), VideoPlayerProps
|
|
858
828
|
|
|
859
829
|
### Community 176 - "Community 176"
|
|
860
|
-
Cohesion: 0.
|
|
861
|
-
Nodes (4):
|
|
830
|
+
Cohesion: 0.50
|
|
831
|
+
Nodes (4): renderWeekDayLabel, comment, optional, value
|
|
832
|
+
|
|
833
|
+
### Community 177 - "Community 177"
|
|
834
|
+
Cohesion: 0.50
|
|
835
|
+
Nodes (4): renderYearLabel, comment, optional, value
|
|
862
836
|
|
|
863
837
|
### Community 178 - "Community 178"
|
|
864
838
|
Cohesion: 0.50
|
|
@@ -866,7 +840,11 @@ Nodes (4): [4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.
|
|
|
866
840
|
|
|
867
841
|
### Community 179 - "Community 179"
|
|
868
842
|
Cohesion: 0.50
|
|
869
|
-
Nodes (4):
|
|
843
|
+
Nodes (4): startOfWeek, comment, optional, value
|
|
844
|
+
|
|
845
|
+
### Community 180 - "Community 180"
|
|
846
|
+
Cohesion: 0.50
|
|
847
|
+
Nodes (4): weekendClassName, comment, optional, value
|
|
870
848
|
|
|
871
849
|
### Community 182 - "Community 182"
|
|
872
850
|
Cohesion: 0.20
|
|
@@ -880,13 +858,9 @@ Nodes (11): [4.23.1](https://github.com/foreverido/uilib/compare/v4.23.0...v4.23
|
|
|
880
858
|
Cohesion: 0.29
|
|
881
859
|
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
|
|
882
860
|
|
|
883
|
-
### Community
|
|
884
|
-
Cohesion: 0.67
|
|
885
|
-
Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
|
|
886
|
-
|
|
887
|
-
### Community 187 - "Community 187"
|
|
861
|
+
### Community 185 - "Community 185"
|
|
888
862
|
Cohesion: 0.67
|
|
889
|
-
Nodes (3):
|
|
863
|
+
Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.0) (2023-07-22), Bug Fixes, Features
|
|
890
864
|
|
|
891
865
|
### Community 188 - "Community 188"
|
|
892
866
|
Cohesion: 0.28
|
|
@@ -898,20 +872,12 @@ Nodes (6): Redirect(), AnyProps, ComponentType, Props, RedirectProps, RouteProps
|
|
|
898
872
|
|
|
899
873
|
### Community 190 - "Community 190"
|
|
900
874
|
Cohesion: 0.67
|
|
901
|
-
Nodes (3):
|
|
902
|
-
|
|
903
|
-
### Community 191 - "Community 191"
|
|
904
|
-
Cohesion: 0.67
|
|
905
|
-
Nodes (3): optional, value, contentClassName
|
|
875
|
+
Nodes (3): postchangelog, standard-version, scripts
|
|
906
876
|
|
|
907
877
|
### Community 192 - "Community 192"
|
|
908
|
-
Cohesion: 0.
|
|
878
|
+
Cohesion: 0.25
|
|
909
879
|
Nodes (9): [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), [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), Bug Fixes, Features, Features, Features (+1 more)
|
|
910
880
|
|
|
911
|
-
### Community 193 - "Community 193"
|
|
912
|
-
Cohesion: 0.67
|
|
913
|
-
Nodes (3): optional, value, footer
|
|
914
|
-
|
|
915
881
|
### Community 194 - "Community 194"
|
|
916
882
|
Cohesion: 0.40
|
|
917
883
|
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
|
|
@@ -920,76 +886,28 @@ Nodes (5): [2.0.1](https://github.com/foreverido/uilib/compare/v2.0.0...v2.0.1)
|
|
|
920
886
|
Cohesion: 0.40
|
|
921
887
|
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
|
|
922
888
|
|
|
923
|
-
### Community 196 - "Community 196"
|
|
924
|
-
Cohesion: 0.67
|
|
925
|
-
Nodes (3): optional, value, footerClassName
|
|
926
|
-
|
|
927
889
|
### Community 197 - "Community 197"
|
|
928
890
|
Cohesion: 0.40
|
|
929
891
|
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
|
|
930
892
|
|
|
931
|
-
### Community 198 - "Community 198"
|
|
932
|
-
Cohesion: 0.67
|
|
933
|
-
Nodes (3): optional, value, icon
|
|
934
|
-
|
|
935
|
-
### Community 199 - "Community 199"
|
|
936
|
-
Cohesion: 0.67
|
|
937
|
-
Nodes (3): optional, value, maxHeight
|
|
938
|
-
|
|
939
893
|
### Community 200 - "Community 200"
|
|
940
894
|
Cohesion: 0.50
|
|
941
895
|
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
|
|
942
896
|
|
|
943
897
|
### Community 201 - "Community 201"
|
|
944
|
-
Cohesion: 0.
|
|
898
|
+
Cohesion: 0.33
|
|
945
899
|
Nodes (7): [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), [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, Bug Fixes
|
|
946
900
|
|
|
947
|
-
### Community 202 - "Community 202"
|
|
948
|
-
Cohesion: 0.67
|
|
949
|
-
Nodes (3): optional, value, noScroll
|
|
950
|
-
|
|
951
|
-
### Community 203 - "Community 203"
|
|
952
|
-
Cohesion: 0.67
|
|
953
|
-
Nodes (3): subtitle, optional, value
|
|
954
|
-
|
|
955
|
-
### Community 204 - "Community 204"
|
|
956
|
-
Cohesion: 0.67
|
|
957
|
-
Nodes (3): subtitleClassName, optional, value
|
|
958
|
-
|
|
959
901
|
### Community 205 - "Community 205"
|
|
960
902
|
Cohesion: 0.50
|
|
961
903
|
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
|
|
962
904
|
|
|
963
|
-
### Community 206 - "Community 206"
|
|
964
|
-
Cohesion: 0.67
|
|
965
|
-
Nodes (3): title, optional, value
|
|
966
|
-
|
|
967
|
-
### Community 207 - "Community 207"
|
|
968
|
-
Cohesion: 0.67
|
|
969
|
-
Nodes (3): titleClassName, optional, value
|
|
970
|
-
|
|
971
|
-
### Community 208 - "Community 208"
|
|
972
|
-
Cohesion: 0.67
|
|
973
|
-
Nodes (3): trigger, optional, value
|
|
974
|
-
|
|
975
|
-
### Community 209 - "Community 209"
|
|
976
|
-
Cohesion: 0.67
|
|
977
|
-
Nodes (3): triggerClassName, optional, value
|
|
978
|
-
|
|
979
|
-
### Community 210 - "Community 210"
|
|
980
|
-
Cohesion: 0.09
|
|
981
|
-
Nodes (7): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
|
|
982
|
-
|
|
983
905
|
### Community 213 - "Community 213"
|
|
984
906
|
Cohesion: 0.67
|
|
985
|
-
Nodes (3): [
|
|
986
|
-
|
|
987
|
-
### Community 214 - "Community 214"
|
|
988
|
-
Cohesion: 0.67
|
|
989
|
-
Nodes (3): width, optional, value
|
|
907
|
+
Nodes (3): [3.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), Bug Fixes, Features
|
|
990
908
|
|
|
991
909
|
### Community 216 - "Community 216"
|
|
992
|
-
Cohesion: 0.
|
|
910
|
+
Cohesion: 0.24
|
|
993
911
|
Nodes (10): [4.20.0-beta-7](https://github.com/foreverido/uilib/compare/v4.20.0-beta-6...v4.20.0-beta-7) (2025-03-09), [4.20.0-beta-8](https://github.com/foreverido/uilib/compare/v4.20.0-beta-7...v4.20.0-beta-8) (2025-03-09), [4.20.0-beta-9](https://github.com/foreverido/uilib/compare/v4.20.0-beta-8...v4.20.0-beta-9) (2025-03-09), [4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9...v4.20.0) (2025-03-10), Bug Fixes, Bug Fixes, Bug Fixes, Bug Fixes (+2 more)
|
|
994
912
|
|
|
995
913
|
### Community 218 - "Community 218"
|
|
@@ -1013,24 +931,24 @@ Nodes (4): [4.20.0-beta-4](https://github.com/foreverido/uilib/compare/v4.20.0-b
|
|
|
1013
931
|
src/components/Icon/icons/apple.svg · relation: conceptually_related_to
|
|
1014
932
|
|
|
1015
933
|
## Knowledge Gaps
|
|
1016
|
-
- **
|
|
934
|
+
- **1466 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1461 more)
|
|
1017
935
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
1018
|
-
- **
|
|
936
|
+
- **34 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
|
|
1019
937
|
|
|
1020
938
|
## Suggested Questions
|
|
1021
939
|
_Questions this graph is uniquely positioned to answer:_
|
|
1022
940
|
|
|
1023
941
|
- **What is the exact relationship between `Apple Logo` and `User Avatar`?**
|
|
1024
942
|
_Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
|
|
1025
|
-
- **Why does `Changelog` connect `Size Enum Props` to `Trigger ClassName`, `More Docs Examples`, `UILIB Docs Assets`, `Single Doc Page`, `Select Popup Types`, `Community
|
|
943
|
+
- **Why does `Changelog` connect `Size Enum Props` to `Trigger ClassName`, `More Docs Examples`, `UILIB Docs Assets`, `Single Doc Page`, `Select Popup Types`, `Community 168`, `Community 169`, `Community 170`, `Community 171`, `Component Types JSON`, `Community 178`, `Community 182`, `Community 183`, `Community 184`, `Community 185`, `Text Heading`, `DateTime Component`, `Display Format Props`, `Community 192`, `Community 194`, `Community 195`, `Community 197`, `Community 200`, `Community 201`, `Community 205`, `ClassName Props`, `Community 213`, `Community 216`, `Select Example Helpers`, `Community 220`, `Tabs Types`, `Community 222`, `Community 223`, `Docs Navigation`, `Icon Name Helpers`, `Table Render`, `Theme Docs`, `Number Formatting`, `Virtualized Index Helpers`, `Docs Scope`, `No Scroll Props`?**
|
|
1026
944
|
_High betweenness centrality (0.077) - this node is a cross-community bridge._
|
|
1027
|
-
- **Why does `Popup` connect `Popup Component` to `InputFile Types`, `
|
|
1028
|
-
_High betweenness centrality (0.
|
|
1029
|
-
- **Why does `
|
|
1030
|
-
_High betweenness centrality (0.
|
|
945
|
+
- **Why does `Popup` connect `Popup Component` to `InputFile Types`, `Input AssistiveText`, `Gallery Component`, `Community 175`, `Debounce Paranja`, `Docs Code Layout`?**
|
|
946
|
+
_High betweenness centrality (0.044) - this node is a cross-community bridge._
|
|
947
|
+
- **Why does `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` connect `Select Popup Types` to `Size Enum Props`?**
|
|
948
|
+
_High betweenness centrality (0.031) - this node is a cross-community bridge._
|
|
1031
949
|
- **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
|
|
1032
|
-
|
|
950
|
+
_1468 weakly-connected nodes found - possible documentation gaps or missing edges._
|
|
1033
951
|
- **Should `Docs Examples Index` be split into smaller, more focused modules?**
|
|
1034
|
-
_Cohesion score 0.
|
|
952
|
+
_Cohesion score 0.05170998632010944 - nodes in this community are weakly interconnected._
|
|
1035
953
|
- **Should `PromptComposer` be split into smaller, more focused modules?**
|
|
1036
|
-
_Cohesion score 0.
|
|
954
|
+
_Cohesion score 0.0745637228979376 - nodes in this community are weakly interconnected._
|