@homecode/ui 5.4.1 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +1 -0
- package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
- package/dist/esm/src/components/Gallery/Gallery.js +5 -6
- package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
- package/dist/esm/src/components/Icon/icons/index.js +2 -0
- package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
- package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
- package/dist/esm/src/components/InputFile/InputFile.js +3 -2
- package/dist/esm/src/components/Slider/Slider.js +53 -10
- package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
- package/dist/esm/src/components/Tabs/Tabs.js +3 -1
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
- package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
- package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
- package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
- package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
- package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
- package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
- package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
- package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
- package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
- package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
- package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
- package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
- package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
- package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
- package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
- package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
- package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
- package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
- package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
- package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
- package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
- package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
- package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
- package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
- package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
- package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
- package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
- package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
- package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
- package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
- package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
- package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
- package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
- package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
- package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
- package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
- package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
- package/dist/esm/types/src/components/index.d.ts +1 -0
- package/dist/esm/types/src/services/i18n.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
- package/graphify-out/.graphify_labels.json +6 -11
- package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
- package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
- package/graphify-out/2026-07-18/cost.json +12 -0
- package/graphify-out/2026-07-18/graph.json +70772 -0
- package/graphify-out/2026-07-18/manifest.json +2342 -0
- package/graphify-out/GRAPH_REPORT.md +193 -221
- package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
- package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
- package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
- package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
- package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
- package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +4884 -3505
- package/graphify-out/manifest.json +118 -53
- package/package.json +6 -3
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# Graph Report - ui (2026-07-
|
|
1
|
+
# Graph Report - ui (2026-07-18)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
-
|
|
4
|
+
- 364 files · ~86,127 words
|
|
5
5
|
- Verdict: corpus is large enough that graph structure adds value.
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
-
|
|
8
|
+
- 2793 nodes · 4057 edges · 196 communities (168 shown, 28 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: `64b7630f`
|
|
14
14
|
- Run `git rev-parse HEAD` and compare to check if the graph is stale.
|
|
15
15
|
- Run `graphify update .` after code changes (no API cost).
|
|
16
16
|
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
- [[_COMMUNITY_NPM Scripts|NPM Scripts]]
|
|
59
59
|
- [[_COMMUNITY_Calendar DatePicker|Calendar DatePicker]]
|
|
60
60
|
- [[_COMMUNITY_DateTime Types|DateTime Types]]
|
|
61
|
+
- [[_COMMUNITY_Autocomplete Core|Autocomplete Core]]
|
|
61
62
|
- [[_COMMUNITY_Global Type Kinds|Global Type Kinds]]
|
|
62
63
|
- [[_COMMUNITY_Date Type Fields|Date Type Fields]]
|
|
63
64
|
- [[_COMMUNITY_Form Types|Form Types]]
|
|
@@ -95,6 +96,7 @@
|
|
|
95
96
|
- [[_COMMUNITY_Communication Icons|Communication Icons]]
|
|
96
97
|
- [[_COMMUNITY_Select Constants|Select Constants]]
|
|
97
98
|
- [[_COMMUNITY_TextShimmer|TextShimmer]]
|
|
99
|
+
- [[_COMMUNITY_Virtualized Cards|Virtualized Cards]]
|
|
98
100
|
- [[_COMMUNITY_ClassName Props|ClassName Props]]
|
|
99
101
|
- [[_COMMUNITY_Ukrainian i18n|Ukrainian i18n]]
|
|
100
102
|
- [[_COMMUNITY_Icon RequiredStar Types|Icon RequiredStar Types]]
|
|
@@ -144,7 +146,7 @@
|
|
|
144
146
|
- [[_COMMUNITY_Trigger Props|Trigger Props]]
|
|
145
147
|
- [[_COMMUNITY_Trigger ClassName|Trigger ClassName]]
|
|
146
148
|
- [[_COMMUNITY_Width Props|Width Props]]
|
|
147
|
-
- [[
|
|
149
|
+
- [[_COMMUNITY_Community 131|Community 131]]
|
|
148
150
|
- [[_COMMUNITY_Expand Types|Expand Types]]
|
|
149
151
|
- [[_COMMUNITY_Brand Avatar Icons|Brand Avatar Icons]]
|
|
150
152
|
- [[_COMMUNITY_Communication Action Icons|Communication Action Icons]]
|
|
@@ -155,15 +157,14 @@
|
|
|
155
157
|
- [[_COMMUNITY_Route Navigation Icons|Route Navigation Icons]]
|
|
156
158
|
- [[_COMMUNITY_Settings Tool Icons|Settings Tool Icons]]
|
|
157
159
|
- [[_COMMUNITY_Input Label Constants|Input Label Constants]]
|
|
158
|
-
- [[
|
|
160
|
+
- [[_COMMUNITY_Community 142|Community 142]]
|
|
159
161
|
- [[_COMMUNITY_More Docs Examples|More Docs Examples]]
|
|
160
162
|
- [[_COMMUNITY_Docs Scope Pages|Docs Scope Pages]]
|
|
161
|
-
- [[_COMMUNITY_Additional Docs Examples|Additional Docs Examples]]
|
|
162
163
|
- [[_COMMUNITY_Brand Logo Assets|Brand Logo Assets]]
|
|
163
164
|
- [[_COMMUNITY_Test Utilities|Test Utilities]]
|
|
164
165
|
- [[_COMMUNITY_PostCSS Config|PostCSS Config]]
|
|
165
166
|
- [[_COMMUNITY_Single Doc Page|Single Doc Page]]
|
|
166
|
-
- [[
|
|
167
|
+
- [[_COMMUNITY_Community 151|Community 151]]
|
|
167
168
|
- [[_COMMUNITY_Bookmark Icons|Bookmark Icons]]
|
|
168
169
|
- [[_COMMUNITY_Drag Handler Icons|Drag Handler Icons]]
|
|
169
170
|
- [[_COMMUNITY_Lock Security Icons|Lock Security Icons]]
|
|
@@ -182,29 +183,24 @@
|
|
|
182
183
|
- [[_COMMUNITY_Community 169|Community 169]]
|
|
183
184
|
- [[_COMMUNITY_Community 170|Community 170]]
|
|
184
185
|
- [[_COMMUNITY_Community 171|Community 171]]
|
|
186
|
+
- [[_COMMUNITY_Community 172|Community 172]]
|
|
185
187
|
- [[_COMMUNITY_Community 173|Community 173]]
|
|
188
|
+
- [[_COMMUNITY_Community 174|Community 174]]
|
|
186
189
|
- [[_COMMUNITY_Community 175|Community 175]]
|
|
187
|
-
- [[_COMMUNITY_Community
|
|
188
|
-
- [[_COMMUNITY_Community 179|Community 179]]
|
|
190
|
+
- [[_COMMUNITY_Community 177|Community 177]]
|
|
189
191
|
- [[_COMMUNITY_Community 180|Community 180]]
|
|
190
192
|
- [[_COMMUNITY_Community 182|Community 182]]
|
|
191
193
|
- [[_COMMUNITY_Community 183|Community 183]]
|
|
192
194
|
- [[_COMMUNITY_Community 184|Community 184]]
|
|
193
|
-
- [[_COMMUNITY_Community 187|Community 187]]
|
|
194
195
|
- [[_COMMUNITY_Community 188|Community 188]]
|
|
195
196
|
- [[_COMMUNITY_Community 189|Community 189]]
|
|
196
197
|
- [[_COMMUNITY_Community 192|Community 192]]
|
|
197
198
|
- [[_COMMUNITY_Community 194|Community 194]]
|
|
198
199
|
- [[_COMMUNITY_Community 195|Community 195]]
|
|
199
200
|
- [[_COMMUNITY_Community 197|Community 197]]
|
|
200
|
-
- [[_COMMUNITY_Community 198|Community 198]]
|
|
201
|
-
- [[_COMMUNITY_Community 199|Community 199]]
|
|
202
201
|
- [[_COMMUNITY_Community 200|Community 200]]
|
|
203
202
|
- [[_COMMUNITY_Community 201|Community 201]]
|
|
204
|
-
- [[_COMMUNITY_Community 202|Community 202]]
|
|
205
|
-
- [[_COMMUNITY_Community 204|Community 204]]
|
|
206
203
|
- [[_COMMUNITY_Community 205|Community 205]]
|
|
207
|
-
- [[_COMMUNITY_Community 207|Community 207]]
|
|
208
204
|
- [[_COMMUNITY_Community 210|Community 210]]
|
|
209
205
|
- [[_COMMUNITY_Community 211|Community 211]]
|
|
210
206
|
- [[_COMMUNITY_Community 212|Community 212]]
|
|
@@ -215,14 +211,14 @@
|
|
|
215
211
|
## God Nodes (most connected - your core abstractions)
|
|
216
212
|
1. `[4.19.0](https://github.com/foreverido/uilib/compare/v4.18.70...v4.19.0) (2025-01-08)` - 138 edges
|
|
217
213
|
2. `[1.0.0](https://github.com/foreverido/uilib/compare/v0.0.60...v1.0.0) (2022-03-26)` - 100 edges
|
|
218
|
-
3. `Changelog` -
|
|
214
|
+
3. `Changelog` - 82 edges
|
|
219
215
|
4. `[4.28.0](https://github.com/foreverido/uilib/compare/v4.27.27...v4.28.0) (2025-09-08)` - 56 edges
|
|
220
|
-
5. `Link()` -
|
|
221
|
-
6. `Heading` -
|
|
222
|
-
7. `ComponentLayout()` -
|
|
223
|
-
8. `TypesTable()` -
|
|
216
|
+
5. `Link()` - 51 edges
|
|
217
|
+
6. `Heading` - 46 edges
|
|
218
|
+
7. `ComponentLayout()` - 46 edges
|
|
219
|
+
8. `TypesTable()` - 45 edges
|
|
224
220
|
9. `[4.23.0](https://github.com/foreverido/uilib/compare/v4.22.18...v4.23.0) (2025-05-12)` - 42 edges
|
|
225
|
-
10. `
|
|
221
|
+
10. `Button()` - 39 edges
|
|
226
222
|
|
|
227
223
|
## Surprising Connections (you probably didn't know these)
|
|
228
224
|
- `Changelog` --conceptually_related_to--> `foreverido/uilib GitHub Repository` [INFERRED]
|
|
@@ -256,11 +252,11 @@
|
|
|
256
252
|
- **Media Playback Controls** — icons_soundwave, icons_stop, icons_stopincircle, icons_youtube [INFERRED 0.75]
|
|
257
253
|
- **Social Platform Brand Icons** — icons_telegram, icons_youtube, icons_send [INFERRED 0.75]
|
|
258
254
|
|
|
259
|
-
## Communities (
|
|
255
|
+
## Communities (196 total, 28 thin omitted)
|
|
260
256
|
|
|
261
257
|
### Community 0 - "Docs Examples Index"
|
|
262
258
|
Cohesion: 0.06
|
|
263
|
-
Nodes (
|
|
259
|
+
Nodes (11): ComponentLayout(), scope, examples, examples, Heading, isStartFromDoubleSlash(), Link(), examples (+3 more)
|
|
264
260
|
|
|
265
261
|
### Community 1 - "PromptComposer"
|
|
266
262
|
Cohesion: 0.08
|
|
@@ -271,40 +267,44 @@ Cohesion: 0.04
|
|
|
271
267
|
Nodes (55): devDependencies, @babel/core, babel-jest, babel-loader, @babel/plugin-proposal-optional-chaining, babel-preset-react-app, @babel/preset-typescript, clean-webpack-plugin (+47 more)
|
|
272
268
|
|
|
273
269
|
### Community 3 - "Form Examples"
|
|
274
|
-
Cohesion: 0.
|
|
275
|
-
Nodes (
|
|
270
|
+
Cohesion: 0.11
|
|
271
|
+
Nodes (10): items, Gallery, GalleryStoreTarget, getInitialState(), items, items, items, LightBox() (+2 more)
|
|
276
272
|
|
|
277
273
|
### Community 4 - "Autocomplete Examples"
|
|
278
|
-
Cohesion: 0.
|
|
279
|
-
Nodes (
|
|
274
|
+
Cohesion: 0.05
|
|
275
|
+
Nodes (18): Autocomplete(), allItems, allItems, allItems, allItems, allItems, allItems, NavigatorWithWakeLock (+10 more)
|
|
280
276
|
|
|
281
277
|
### Community 5 - "Checkbox Showcase"
|
|
282
|
-
Cohesion: 0.
|
|
283
|
-
Nodes (
|
|
278
|
+
Cohesion: 0.08
|
|
279
|
+
Nodes (19): DropZone(), DropZoneProps, DropZoneBaseProps, DropZoneMultiProps, DropZoneSingleProps, Props, useToggleState, UseToggleStateProps (+11 more)
|
|
284
280
|
|
|
285
281
|
### Community 6 - "Theme Config"
|
|
286
|
-
Cohesion: 0.
|
|
287
|
-
Nodes (
|
|
282
|
+
Cohesion: 0.18
|
|
283
|
+
Nodes (9): elem, root, colorsConfig, defaultColors, defaultConfig, getThemeConfig(), ThemeProvider(), remove() (+1 more)
|
|
288
284
|
|
|
289
285
|
### Community 7 - "Type Props Schema"
|
|
290
286
|
Cohesion: 0.08
|
|
291
287
|
Nodes (25): optional, value, Container, Props, enum, optional, value, enum (+17 more)
|
|
292
288
|
|
|
293
289
|
### Community 8 - "Notifications System"
|
|
294
|
-
Cohesion: 0.
|
|
295
|
-
Nodes (
|
|
290
|
+
Cohesion: 0.14
|
|
291
|
+
Nodes (8): Button(), Props, Props, Icon(), Props, Props, PopupMenu(), VideoPlayerProps
|
|
292
|
+
|
|
293
|
+
### Community 9 - "Button Checkbox Core"
|
|
294
|
+
Cohesion: 0.16
|
|
295
|
+
Nodes (7): Container, Props, params, show(), showAll(), showRichContent(), SCOPE
|
|
296
296
|
|
|
297
297
|
### Community 10 - "Optional Value Props"
|
|
298
298
|
Cohesion: 0.05
|
|
299
|
-
Nodes (
|
|
299
|
+
Nodes (42): Props, optional, value, optional, value, optional, value, value (+34 more)
|
|
300
300
|
|
|
301
301
|
### Community 12 - "Input AssistiveText"
|
|
302
|
-
Cohesion: 0.
|
|
303
|
-
Nodes (
|
|
302
|
+
Cohesion: 0.13
|
|
303
|
+
Nodes (13): AssistiveText(), Chip(), iconNames, Input, InputValue, TEXTAREA_SCROLL_TOP_OFFSET, Label, Props (+5 more)
|
|
304
304
|
|
|
305
305
|
### Community 13 - "Gallery Component"
|
|
306
|
-
Cohesion: 0.
|
|
307
|
-
Nodes (10): Props, Paranja(), Props, Portal(), Props,
|
|
306
|
+
Cohesion: 0.11
|
|
307
|
+
Nodes (10): Props, Paranja(), Props, Portal(), Props, Config, getCoords(), isTouch() (+2 more)
|
|
308
308
|
|
|
309
309
|
### Community 14 - "Virtualized Examples"
|
|
310
310
|
Cohesion: 0.07
|
|
@@ -322,105 +322,101 @@ Nodes (28): dependencies, classnames, compareq, fastest-validator, favicons, fav
|
|
|
322
322
|
Cohesion: 0.17
|
|
323
323
|
Nodes (20): Card, CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle(), LinkCard() (+12 more)
|
|
324
324
|
|
|
325
|
-
### Community 18 - "Debounce Paranja"
|
|
326
|
-
Cohesion: 0.11
|
|
327
|
-
Nodes (6): Props, toBase64(), remove(), set(), capitalize(), State
|
|
328
|
-
|
|
329
325
|
### Community 19 - "UILIB Docs Assets"
|
|
330
326
|
Cohesion: 0.06
|
|
331
327
|
Nodes (37): Apostol Stats Analytics Client, app-modal Mount Point, app-root Mount Point, assets/common.css, htmlWebpackPlugin, UILIB HTML Shell Template, PromptComposer, Slider (+29 more)
|
|
332
328
|
|
|
333
329
|
### Community 20 - "Component Type Props"
|
|
334
|
-
Cohesion: 0.
|
|
335
|
-
Nodes (
|
|
330
|
+
Cohesion: 0.10
|
|
331
|
+
Nodes (18): Props, GalleryItem, Props, ControlProps, Value, Props, Props, Props (+10 more)
|
|
336
332
|
|
|
337
333
|
### Community 21 - "Flex Gallery"
|
|
338
|
-
Cohesion: 0.
|
|
339
|
-
Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem,
|
|
334
|
+
Cohesion: 0.11
|
|
335
|
+
Nodes (13): Flex(), FlexProps, DIR_NAME, Direction, NormalizedItem, Sync Arrows Icon, Lazy(), LazyProps (+5 more)
|
|
340
336
|
|
|
341
337
|
### Community 22 - "DatePicker Examples"
|
|
342
|
-
Cohesion: 0.
|
|
343
|
-
Nodes (
|
|
338
|
+
Cohesion: 0.07
|
|
339
|
+
Nodes (7): date, sizes, variants, date, DatePickerInput(), offset, Select2()
|
|
344
340
|
|
|
345
341
|
### Community 23 - "Comment Value Props"
|
|
346
342
|
Cohesion: 0.08
|
|
347
|
-
Nodes (
|
|
343
|
+
Nodes (26): Button, Props, comment, optional, value, comment, optional, value (+18 more)
|
|
348
344
|
|
|
349
345
|
### Community 24 - "Docs Index Pages"
|
|
350
|
-
Cohesion: 0.
|
|
351
|
-
Nodes (
|
|
346
|
+
Cohesion: 0.20
|
|
347
|
+
Nodes (5): clamp(), loadStorage(), saveStorage(), timeToProgressPct(), VideoPlayerStorage
|
|
352
348
|
|
|
353
349
|
### Community 25 - "i18n LangSelector"
|
|
354
|
-
Cohesion: 0.
|
|
355
|
-
Nodes (
|
|
350
|
+
Cohesion: 0.10
|
|
351
|
+
Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
|
|
356
352
|
|
|
357
353
|
### Community 26 - "Package Metadata"
|
|
358
|
-
Cohesion: 0.
|
|
359
|
-
Nodes (
|
|
354
|
+
Cohesion: 0.10
|
|
355
|
+
Nodes (20): author, bugs, url, description, directories, dist, homepage, keywords (+12 more)
|
|
360
356
|
|
|
361
357
|
### Community 27 - "Popup Positioning"
|
|
362
358
|
Cohesion: 0.12
|
|
363
359
|
Nodes (14): BoundaryPadding, childs, ClientRectEdges, constrainAxisShift(), domRectToEdges(), fitRectToBoundary(), Id, intersectEdges() (+6 more)
|
|
364
360
|
|
|
365
361
|
### Community 29 - "Docs Code Layout"
|
|
366
|
-
Cohesion: 0.
|
|
367
|
-
Nodes (
|
|
362
|
+
Cohesion: 0.13
|
|
363
|
+
Nodes (9): Code(), ExmapleData, Props, Required(), SidebarRouteProps, Props, Title(), Expand() (+1 more)
|
|
368
364
|
|
|
369
365
|
### Community 30 - "Draggable Types"
|
|
370
366
|
Cohesion: 0.10
|
|
371
367
|
Nodes (20): Draggable, Props, optional, value, optional, value, comment, optional (+12 more)
|
|
372
368
|
|
|
373
369
|
### Community 31 - "Slider Component"
|
|
374
|
-
Cohesion: 0.
|
|
375
|
-
Nodes (
|
|
370
|
+
Cohesion: 0.07
|
|
371
|
+
Nodes (25): Slider(), SliderMarker, SliderProps, valueToPct(), TextWithDeferTooltip(), Props, TextWithDeferTooltipProps, TooltipSide (+17 more)
|
|
376
372
|
|
|
377
373
|
### Community 32 - "Small Component Props"
|
|
378
|
-
Cohesion: 0.
|
|
379
|
-
Nodes (
|
|
374
|
+
Cohesion: 0.09
|
|
375
|
+
Nodes (27): Props, ButtonGroup, Props, optional, value, Card, Props, comment (+19 more)
|
|
380
376
|
|
|
381
377
|
### Community 33 - "Select Popup Types"
|
|
382
378
|
Cohesion: 0.01
|
|
383
379
|
Nodes (138): [4.18.10](https://github.com/foreverido/uilib/compare/v4.18.9...v4.18.10) (2023-11-30), [4.18.11](https://github.com/foreverido/uilib/compare/v4.18.10...v4.18.11) (2023-11-30), [4.18.12](https://github.com/foreverido/uilib/compare/v4.18.11...v4.18.12) (2023-11-30), [4.18.13](https://github.com/foreverido/uilib/compare/v4.18.12...v4.18.13) (2023-11-30), [4.18.14](https://github.com/foreverido/uilib/compare/v4.18.13...v4.18.14) (2023-11-30), [4.18.15](https://github.com/foreverido/uilib/compare/v4.18.14...v4.18.15) (2023-11-30), [4.18.16](https://github.com/foreverido/uilib/compare/v4.18.15...v4.18.16) (2024-02-04), [4.18.17](https://github.com/foreverido/uilib/compare/v4.18.16...v4.18.17) (2024-02-05) (+130 more)
|
|
384
380
|
|
|
385
|
-
### Community 34 - "Router Core"
|
|
386
|
-
Cohesion: 0.10
|
|
387
|
-
Nodes (15): api, { I18N }, LangSelector(), LangOption, LangSelectorProps, Props, init(), modules (+7 more)
|
|
388
|
-
|
|
389
381
|
### Community 35 - "Calendar Helpers"
|
|
390
|
-
Cohesion: 0.
|
|
391
|
-
Nodes (
|
|
382
|
+
Cohesion: 0.11
|
|
383
|
+
Nodes (10): CACHE, weekDays, Day, DayProps, Props, isDateAfter(), isDateBefore(), isDateBetween() (+2 more)
|
|
392
384
|
|
|
393
385
|
### Community 36 - "AssistiveText Menu"
|
|
394
386
|
Cohesion: 0.17
|
|
395
387
|
Nodes (12): Props, ContentProps, Props, MenuComponent, MenuItem, MenuGroupProps, MenuItemProps, MenuProps (+4 more)
|
|
396
388
|
|
|
397
389
|
### Community 37 - "Button DatePicker Types"
|
|
398
|
-
Cohesion: 0.
|
|
399
|
-
Nodes (
|
|
390
|
+
Cohesion: 0.17
|
|
391
|
+
Nodes (12): Props, Props, Props, Value, BoundaryFit, Direction, Props, State (+4 more)
|
|
400
392
|
|
|
401
393
|
### Community 38 - "Container Icon"
|
|
402
394
|
Cohesion: 0.15
|
|
403
395
|
Nodes (6): handleNotificationWheel(), Item, Props, scheduleWheelGestureReset(), WheelDelta, wheelGesture
|
|
404
396
|
|
|
405
397
|
### Community 39 - "Checkbox Props"
|
|
406
|
-
Cohesion: 0.
|
|
407
|
-
Nodes (
|
|
398
|
+
Cohesion: 0.13
|
|
399
|
+
Nodes (15): Checkbox, Props, comment, optional, value, comment, optional, value (+7 more)
|
|
408
400
|
|
|
409
401
|
### Community 40 - "NPM Scripts"
|
|
410
402
|
Cohesion: 0.13
|
|
411
403
|
Nodes (15): scripts, build, build:compress, dev, docs, docs:build, docs:deploy, release (+7 more)
|
|
412
404
|
|
|
413
405
|
### Community 41 - "Calendar DatePicker"
|
|
414
|
-
Cohesion: 0.
|
|
415
|
-
Nodes (
|
|
406
|
+
Cohesion: 0.21
|
|
407
|
+
Nodes (7): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, ScrollProps, debounce(), throttle()
|
|
416
408
|
|
|
417
409
|
### Community 42 - "DateTime Types"
|
|
418
410
|
Cohesion: 0.14
|
|
419
411
|
Nodes (14): DateTime, Props, comment, optional, value, comment, optional, value (+6 more)
|
|
420
412
|
|
|
413
|
+
### Community 43 - "Autocomplete Core"
|
|
414
|
+
Cohesion: 0.29
|
|
415
|
+
Nodes (8): ColorConfig, colorMods, ColorsConfig, getRGB(), hexToRGB(), mix(), mixColor(), rgba()
|
|
416
|
+
|
|
421
417
|
### Community 44 - "Global Type Kinds"
|
|
422
|
-
Cohesion: 0.
|
|
423
|
-
Nodes (
|
|
418
|
+
Cohesion: 0.12
|
|
419
|
+
Nodes (16): kind, kind, value, global, ComponentType, FormFieldChangeHandler, Size, Variant (+8 more)
|
|
424
420
|
|
|
425
421
|
### Community 45 - "Date Type Fields"
|
|
426
422
|
Cohesion: 0.15
|
|
@@ -431,36 +427,36 @@ Cohesion: 0.10
|
|
|
431
427
|
Nodes (19): FieldError, FieldProps, FieldsErrors, FieldsFlags, FormAPI, FormFieldProps, FormValidationRule, FormValidationSchema (+11 more)
|
|
432
428
|
|
|
433
429
|
### Community 47 - "Docs App Store"
|
|
434
|
-
Cohesion: 0.
|
|
435
|
-
Nodes (
|
|
430
|
+
Cohesion: 0.32
|
|
431
|
+
Nodes (4): Background(), ThemeDemo(), useTheme(), Toggle()
|
|
436
432
|
|
|
437
433
|
### Community 48 - "Component Types JSON"
|
|
438
434
|
Cohesion: 0.02
|
|
439
435
|
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)
|
|
440
436
|
|
|
441
437
|
### Community 49 - "Option Value Types"
|
|
442
|
-
Cohesion: 0.
|
|
443
|
-
Nodes (
|
|
438
|
+
Cohesion: 0.23
|
|
439
|
+
Nodes (11): AssistiveText, Autocomplete, Value, DatePicker, Value, DatePickerInput, Value, Dialogue (+3 more)
|
|
444
440
|
|
|
445
441
|
### Community 50 - "Generic Props"
|
|
446
|
-
Cohesion: 0.
|
|
447
|
-
Nodes (
|
|
442
|
+
Cohesion: 0.12
|
|
443
|
+
Nodes (18): comment, optional, value, comment, optional, value, className, Props (+10 more)
|
|
448
444
|
|
|
449
445
|
### Community 52 - "Heading Scroll"
|
|
450
446
|
Cohesion: 0.24
|
|
451
447
|
Nodes (7): onClick(), Props, getScrollParent(), isScrollable(), METRICS_BY_AXIS, scrollIntoView(), scrollTo()
|
|
452
448
|
|
|
453
449
|
### Community 53 - "Progress Indicators"
|
|
454
|
-
Cohesion: 0.
|
|
455
|
-
Nodes (
|
|
450
|
+
Cohesion: 0.35
|
|
451
|
+
Nodes (6): calculateProgress(), Progress(), CommonProgressProps, ProgressProps, SIZE_MAP, ProgressCircularProps
|
|
456
452
|
|
|
457
453
|
### Community 54 - "Table Virtualized"
|
|
458
|
-
Cohesion: 0.
|
|
459
|
-
Nodes (
|
|
454
|
+
Cohesion: 0.10
|
|
455
|
+
Nodes (13): ListCards, Props, Table, Props, DefaultProps, GetItemPropsParams, IndexesType, ItemProps (+5 more)
|
|
460
456
|
|
|
461
457
|
### Community 55 - "Virtualized Lifecycle"
|
|
462
|
-
Cohesion: 0.
|
|
463
|
-
Nodes (
|
|
458
|
+
Cohesion: 0.12
|
|
459
|
+
Nodes (4): buildDefaultState(), InputFile, initialValue, compare()
|
|
464
460
|
|
|
465
461
|
### Community 56 - "Docs Pages"
|
|
466
462
|
Cohesion: 0.13
|
|
@@ -476,27 +472,31 @@ Nodes (10): History Icon, Loader Icon, Microphone Icon, Microphone Muted Icon, O
|
|
|
476
472
|
|
|
477
473
|
### Community 59 - "Text Heading"
|
|
478
474
|
Cohesion: 0.04
|
|
479
|
-
Nodes (
|
|
475
|
+
Nodes (56): [4.27.10](https://github.com/foreverido/uilib/compare/v4.27.9...v4.27.10) (2025-08-06), [4.27.11](https://github.com/foreverido/uilib/compare/v4.27.10...v4.27.11) (2025-08-10), [4.27.12](https://github.com/foreverido/uilib/compare/v4.27.11...v4.27.12) (2025-08-11), [4.27.13](https://github.com/foreverido/uilib/compare/v4.27.12...v4.27.13) (2025-08-18), [4.27.14](https://github.com/foreverido/uilib/compare/v4.27.13...v4.27.14) (2025-08-18), [4.27.15](https://github.com/foreverido/uilib/compare/v4.27.14...v4.27.15) (2025-08-20), [4.27.16](https://github.com/foreverido/uilib/compare/v4.27.15...v4.27.16) (2025-08-26), [4.27.17](https://github.com/foreverido/uilib/compare/v4.27.16...v4.27.17) (2025-08-29) (+48 more)
|
|
480
476
|
|
|
481
477
|
### Community 60 - "Type Parser Script"
|
|
482
478
|
Cohesion: 0.31
|
|
483
479
|
Nodes (7): levelsData, MATCHERS, parseComponentDir(), parseComponentTypes(), parseTypes(), readDir(), types
|
|
484
480
|
|
|
485
481
|
### Community 61 - "ButtonGroup Tabs"
|
|
486
|
-
Cohesion: 0.
|
|
487
|
-
Nodes (
|
|
482
|
+
Cohesion: 0.22
|
|
483
|
+
Nodes (5): ButtonGroup(), Props, ProgressCircular(), isId(), Tabs()
|
|
488
484
|
|
|
489
485
|
### Community 62 - "DateTime Component"
|
|
490
|
-
Cohesion: 0.
|
|
491
|
-
Nodes (
|
|
486
|
+
Cohesion: 0.07
|
|
487
|
+
Nodes (27): [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), [5.3.13](https://github.com/foreverido/uilib/compare/v5.3.12...v5.3.13) (2026-07-06), [5.3.1](https://github.com/foreverido/uilib/compare/v5.3.0...v5.3.1) (2026-06-07), [5.3.2](https://github.com/foreverido/uilib/compare/v5.3.1...v5.3.2) (2026-06-07), [5.3.4](https://github.com/foreverido/uilib/compare/v5.3.2...v5.3.4) (2026-06-09), [5.3.5](https://github.com/foreverido/uilib/compare/v5.3.4...v5.3.5) (2026-06-09) (+19 more)
|
|
488
|
+
|
|
489
|
+
### Community 63 - "Display Format Props"
|
|
490
|
+
Cohesion: 0.12
|
|
491
|
+
Nodes (17): [4.28.1](https://github.com/foreverido/uilib/compare/v4.28.0...v4.28.1) (2025-09-08), [4.28.2](https://github.com/foreverido/uilib/compare/v4.28.1...v4.28.2) (2025-09-08), [4.28.3](https://github.com/foreverido/uilib/compare/v4.28.2...v4.28.3) (2025-09-08), [4.28.4](https://github.com/foreverido/uilib/compare/v4.28.3...v4.28.4) (2025-09-08), [4.28.5](https://github.com/foreverido/uilib/compare/v4.28.4...v4.28.5) (2025-09-08), [4.29.0](https://github.com/foreverido/uilib/compare/v4.28.5...v4.29.0) (2025-09-13), [4.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) (+9 more)
|
|
492
492
|
|
|
493
493
|
### Community 64 - "Calendar Day Props"
|
|
494
494
|
Cohesion: 0.22
|
|
495
|
-
Nodes (9):
|
|
495
|
+
Nodes (9): DayProps, className, kind, onPointerDown, onPointerUp, optional, value, optional (+1 more)
|
|
496
496
|
|
|
497
497
|
### Community 65 - "Dialogue Props"
|
|
498
|
-
Cohesion: 0.
|
|
499
|
-
Nodes (
|
|
498
|
+
Cohesion: 0.04
|
|
499
|
+
Nodes (54): optional, value, optional, value, optional, value, Props, optional (+46 more)
|
|
500
500
|
|
|
501
501
|
### Community 66 - "Arrow Chevron Icons"
|
|
502
502
|
Cohesion: 0.57
|
|
@@ -507,16 +507,16 @@ Cohesion: 0.29
|
|
|
507
507
|
Nodes (3): defaultState, upload(), examples
|
|
508
508
|
|
|
509
509
|
### Community 68 - "InputFile Types"
|
|
510
|
-
Cohesion: 0.
|
|
511
|
-
Nodes (
|
|
510
|
+
Cohesion: 0.11
|
|
511
|
+
Nodes (13): InputProps, PopupProps, IdsMap, Id, InheritedInputProps, Option, OptionElemProps, Preset (+5 more)
|
|
512
512
|
|
|
513
513
|
### Community 69 - "Virtualized List"
|
|
514
|
-
Cohesion: 0.
|
|
515
|
-
Nodes (
|
|
514
|
+
Cohesion: 0.28
|
|
515
|
+
Nodes (8): baseConfig, ColorConfig, colors, colorsAlphaModes, getColors(), getConfig(), pScale, colorsConfigToVars()
|
|
516
516
|
|
|
517
517
|
### Community 70 - "List Lifecycle"
|
|
518
|
-
Cohesion: 0.
|
|
519
|
-
Nodes (
|
|
518
|
+
Cohesion: 0.20
|
|
519
|
+
Nodes (10): [4.10.1](https://github.com/foreverido/uilib/compare/v4.10.0...v4.10.1) (2023-05-29), [4.10.2](https://github.com/foreverido/uilib/compare/v4.10.1...v4.10.2) (2023-05-29), [4.10.3](https://github.com/foreverido/uilib/compare/v4.10.2...v4.10.3) (2023-05-29), [4.10.4](https://github.com/foreverido/uilib/compare/v4.10.3...v4.10.4) (2023-05-29), [4.11.0](https://github.com/foreverido/uilib/compare/v4.10.4...v4.11.0) (2023-06-12), Bug Fixes, Bug Fixes, Features (+2 more)
|
|
520
520
|
|
|
521
521
|
### Community 71 - "Icon Index Exports"
|
|
522
522
|
Cohesion: 0.25
|
|
@@ -527,20 +527,20 @@ Cohesion: 0.29
|
|
|
527
527
|
Nodes (4): APP_PATH, FaviconWebpackPlugin, pkg, require
|
|
528
528
|
|
|
529
529
|
### Community 73 - "DatePicker Helpers"
|
|
530
|
-
Cohesion: 0.
|
|
531
|
-
Nodes (
|
|
530
|
+
Cohesion: 0.16
|
|
531
|
+
Nodes (16): defaultFileState, SCROLL_OFFSET, addUniq, indexWhere(), sliceWhere(), spliceWhere(), unshiftUniq(), toBase64() (+8 more)
|
|
532
532
|
|
|
533
533
|
### Community 74 - "Calendar Day"
|
|
534
|
-
Cohesion: 0.
|
|
535
|
-
Nodes (
|
|
534
|
+
Cohesion: 0.29
|
|
535
|
+
Nodes (7): Calendar, Day, optional, value, currentMonth, ext, kind
|
|
536
536
|
|
|
537
537
|
### Community 75 - "Calendar Pointer Props"
|
|
538
538
|
Cohesion: 0.29
|
|
539
539
|
Nodes (7): Props, optional, value, optional, value, onDayPointerDown, onDayPointerUp
|
|
540
540
|
|
|
541
541
|
### Community 76 - "Size Enum Props"
|
|
542
|
-
Cohesion: 0.
|
|
543
|
-
Nodes (
|
|
542
|
+
Cohesion: 0.06
|
|
543
|
+
Nodes (37): [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.3.0](https://github.com/foreverido/uilib/compare/v3.2.0...v3.3.0) (2022-08-06), [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.20.0-beta-1](https://github.com/foreverido/uilib/compare/v4.20.0-beta-0...v4.20.0-beta-1) (2025-02-20), [4.20.0-beta-2](https://github.com/foreverido/uilib/compare/v4.20.0-beta-1...v4.20.0-beta-2) (2025-02-20), [4.20.0-beta-3](https://github.com/foreverido/uilib/compare/v4.20.0-beta-2...v4.20.0-beta-3) (2025-02-23) (+29 more)
|
|
544
544
|
|
|
545
545
|
### Community 77 - "Code Editor"
|
|
546
546
|
Cohesion: 0.48
|
|
@@ -554,13 +554,13 @@ Nodes (7): Search Icon, Send Icon, Sound Wave Icon, Stop Icon, Stop In Circle Ic
|
|
|
554
554
|
Cohesion: 0.29
|
|
555
555
|
Nodes (6): ITEM_HEIGHT_BY_SIZE, l, m, s, xl, xs
|
|
556
556
|
|
|
557
|
-
### Community
|
|
558
|
-
Cohesion: 0.
|
|
559
|
-
Nodes (
|
|
557
|
+
### Community 81 - "Virtualized Cards"
|
|
558
|
+
Cohesion: 0.17
|
|
559
|
+
Nodes (12): Option, value, comment, optional, value, id, kind, label (+4 more)
|
|
560
560
|
|
|
561
561
|
### Community 82 - "ClassName Props"
|
|
562
|
-
Cohesion: 0.
|
|
563
|
-
Nodes (
|
|
562
|
+
Cohesion: 0.20
|
|
563
|
+
Nodes (10): [4.24.1](https://github.com/foreverido/uilib/compare/v4.24.0...v4.24.1) (2025-05-24), [4.24.2](https://github.com/foreverido/uilib/compare/v4.24.1...v4.24.2) (2025-05-24), [4.24.3](https://github.com/foreverido/uilib/compare/v4.24.2...v4.24.3) (2025-05-25), [4.24.4](https://github.com/foreverido/uilib/compare/v4.24.3...v4.24.4) (2025-05-25), [4.25.0](https://github.com/foreverido/uilib/compare/v4.24.4...v4.25.0) (2025-05-30), Bug Fixes, Bug Fixes, Bug Fixes (+2 more)
|
|
564
564
|
|
|
565
565
|
### Community 83 - "Ukrainian i18n"
|
|
566
566
|
Cohesion: 0.33
|
|
@@ -588,7 +588,7 @@ Nodes (5): ImportData, Loader, Props, RenderFunction, State
|
|
|
588
588
|
|
|
589
589
|
### Community 89 - "Select Example Helpers"
|
|
590
590
|
Cohesion: 0.05
|
|
591
|
-
Nodes (
|
|
591
|
+
Nodes (42): [4.22.10](https://github.com/foreverido/uilib/compare/v4.22.9...v4.22.10) (2025-04-14), [4.22.11](https://github.com/foreverido/uilib/compare/v4.22.10...v4.22.11) (2025-04-18), [4.22.12](https://github.com/foreverido/uilib/compare/v4.22.11...v4.22.12) (2025-04-18), [4.22.13](https://github.com/foreverido/uilib/compare/v4.22.12...v4.22.13) (2025-04-30), [4.22.14](https://github.com/foreverido/uilib/compare/v4.22.13...v4.22.14) (2025-04-30), [4.22.15](https://github.com/foreverido/uilib/compare/v4.22.14...v4.22.15) (2025-04-30), [4.22.16](https://github.com/foreverido/uilib/compare/v4.22.15...v4.22.16) (2025-05-01), [4.22.17](https://github.com/foreverido/uilib/compare/v4.22.16...v4.22.17) (2025-05-02) (+34 more)
|
|
592
592
|
|
|
593
593
|
### Community 90 - "Menu More Icons"
|
|
594
594
|
Cohesion: 0.50
|
|
@@ -603,20 +603,20 @@ Cohesion: 0.40
|
|
|
603
603
|
Nodes (3): external, pkg, require
|
|
604
604
|
|
|
605
605
|
### Community 93 - "Tabs Types"
|
|
606
|
-
Cohesion: 0.
|
|
607
|
-
Nodes (
|
|
606
|
+
Cohesion: 0.06
|
|
607
|
+
Nodes (36): [4.30.10](https://github.com/foreverido/uilib/compare/v4.30.9...v4.30.10) (2026-02-21), [4.30.11](https://github.com/foreverido/uilib/compare/v4.30.10...v4.30.11) (2026-02-22), [4.30.12](https://github.com/foreverido/uilib/compare/v4.30.11...v4.30.12) (2026-03-03), [4.30.13](https://github.com/foreverido/uilib/compare/v4.30.12...v4.30.13) (2026-03-22), [4.30.14](https://github.com/foreverido/uilib/compare/v4.30.13...v4.30.14) (2026-03-25), [4.30.15](https://github.com/foreverido/uilib/compare/v4.30.14...v4.30.15) (2026-03-29), [4.30.16](https://github.com/foreverido/uilib/compare/v4.30.15...v4.30.16) (2026-04-13), [4.30.1](https://github.com/foreverido/uilib/compare/v4.30.0...v4.30.1) (2026-02-14) (+28 more)
|
|
608
608
|
|
|
609
609
|
### Community 94 - "VH Component"
|
|
610
|
-
Cohesion: 0.
|
|
611
|
-
Nodes (
|
|
610
|
+
Cohesion: 0.14
|
|
611
|
+
Nodes (6): App(), STORE, GroupItem, RouteItem, RouteLoader, VH
|
|
612
612
|
|
|
613
613
|
### Community 95 - "Docs Navigation"
|
|
614
|
-
Cohesion: 0.
|
|
615
|
-
Nodes (
|
|
614
|
+
Cohesion: 0.06
|
|
615
|
+
Nodes (33): [5.1.10](https://github.com/foreverido/uilib/compare/v5.1.9...v5.1.10) (2026-05-24), [5.1.11](https://github.com/foreverido/uilib/compare/v5.1.10...v5.1.11) (2026-05-24), [5.1.12](https://github.com/foreverido/uilib/compare/v5.1.11...v5.1.12) (2026-05-30), [5.1.14](https://github.com/foreverido/uilib/compare/v5.1.12...v5.1.14) (2026-06-04), [5.1.15](https://github.com/foreverido/uilib/compare/v5.1.14...v5.1.15) (2026-06-04), [5.1.17](https://github.com/foreverido/uilib/compare/v5.1.15...v5.1.17) (2026-06-05), [5.1.18](https://github.com/foreverido/uilib/compare/v5.1.17...v5.1.18) (2026-06-06), [5.1.1](https://github.com/foreverido/uilib/compare/v5.1.0...v5.1.1) (2026-05-01) (+25 more)
|
|
616
616
|
|
|
617
617
|
### Community 96 - "Footer Alignment"
|
|
618
|
-
Cohesion: 0.
|
|
619
|
-
Nodes (
|
|
618
|
+
Cohesion: 0.22
|
|
619
|
+
Nodes (6): Theme(), Props, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProviderProps
|
|
620
620
|
|
|
621
621
|
### Community 97 - "Calendar Day Disabled"
|
|
622
622
|
Cohesion: 0.50
|
|
@@ -655,8 +655,8 @@ Cohesion: 0.50
|
|
|
655
655
|
Nodes (4): weekendClassName, comment, optional, value
|
|
656
656
|
|
|
657
657
|
### Community 106 - "Icon Name Helpers"
|
|
658
|
-
Cohesion: 0.
|
|
659
|
-
Nodes (
|
|
658
|
+
Cohesion: 0.25
|
|
659
|
+
Nodes (8): [3.10.0](https://github.com/foreverido/uilib/compare/v3.9.3...v3.10.0) (2023-03-16), [3.9.1](https://github.com/foreverido/uilib/compare/v3.9.0...v3.9.1) (2023-03-14), [3.9.2](https://github.com/foreverido/uilib/compare/v3.9.1...v3.9.2) (2023-03-15), [3.9.3](https://github.com/foreverido/uilib/compare/v3.9.2...v3.9.3) (2023-03-15), Bug Fixes, Bug Fixes, Bug Fixes, Features
|
|
660
660
|
|
|
661
661
|
### Community 107 - "Media Placeholder Icons"
|
|
662
662
|
Cohesion: 0.50
|
|
@@ -684,11 +684,11 @@ Nodes (3): [4.14.0](https://github.com/foreverido/uilib/compare/v4.13.0...v4.14.
|
|
|
684
684
|
|
|
685
685
|
### Community 113 - "Theme Docs"
|
|
686
686
|
Cohesion: 0.07
|
|
687
|
-
Nodes (
|
|
687
|
+
Nodes (27): [4.6.10](https://github.com/foreverido/uilib/compare/v4.6.9...v4.6.10) (2023-04-19), [4.6.11](https://github.com/foreverido/uilib/compare/v4.6.10...v4.6.11) (2023-04-20), [4.6.12](https://github.com/foreverido/uilib/compare/v4.6.11...v4.6.12) (2023-05-04), [4.6.1](https://github.com/foreverido/uilib/compare/v4.6.0...v4.6.1) (2023-04-15), [4.6.2](https://github.com/foreverido/uilib/compare/v4.6.1...v4.6.2) (2023-04-15), [4.6.3](https://github.com/foreverido/uilib/compare/v4.6.2...v4.6.3) (2023-04-16), [4.6.4](https://github.com/foreverido/uilib/compare/v4.6.3...v4.6.4) (2023-04-16), [4.6.5](https://github.com/foreverido/uilib/compare/v4.6.4...v4.6.5) (2023-04-16) (+19 more)
|
|
688
688
|
|
|
689
689
|
### Community 114 - "Number Formatting"
|
|
690
|
-
Cohesion: 0.
|
|
691
|
-
Nodes (
|
|
690
|
+
Cohesion: 0.09
|
|
691
|
+
Nodes (23): [4.0.10](https://github.com/foreverido/uilib/compare/v4.0.9...v4.0.10) (2023-03-29), [4.0.11](https://github.com/foreverido/uilib/compare/v4.0.10...v4.0.11) (2023-03-29), [4.0.1](https://github.com/foreverido/uilib/compare/v4.0.0...v4.0.1) (2023-03-26), [4.0.2](https://github.com/foreverido/uilib/compare/v4.0.1...v4.0.2) (2023-03-26), [4.0.3](https://github.com/foreverido/uilib/compare/v4.0.2...v4.0.3) (2023-03-26), [4.0.4](https://github.com/foreverido/uilib/compare/v4.0.3...v4.0.4) (2023-03-26), [4.0.5](https://github.com/foreverido/uilib/compare/v4.0.4...v4.0.5) (2023-03-26), [4.0.6](https://github.com/foreverido/uilib/compare/v4.0.5...v4.0.6) (2023-03-26) (+15 more)
|
|
692
692
|
|
|
693
693
|
### Community 115 - "Virtualized Index Helpers"
|
|
694
694
|
Cohesion: 0.67
|
|
@@ -696,67 +696,67 @@ Nodes (3): [4.15.0](https://github.com/foreverido/uilib/compare/v4.14.0...v4.15.
|
|
|
696
696
|
|
|
697
697
|
### Community 116 - "Docs Scope"
|
|
698
698
|
Cohesion: 0.10
|
|
699
|
-
Nodes (
|
|
699
|
+
Nodes (20): [4.26.10](https://github.com/foreverido/uilib/compare/v4.26.9...v4.26.10) (2025-06-19), [4.26.1](https://github.com/foreverido/uilib/compare/v4.26.0...v4.26.1) (2025-06-10), [4.26.2](https://github.com/foreverido/uilib/compare/v4.26.1...v4.26.2) (2025-06-14), [4.26.3](https://github.com/foreverido/uilib/compare/v4.26.2...v4.26.3) (2025-06-14), [4.26.4](https://github.com/foreverido/uilib/compare/v4.26.3...v4.26.4) (2025-06-14), [4.26.5](https://github.com/foreverido/uilib/compare/v4.26.4...v4.26.5) (2025-06-14), [4.26.6](https://github.com/foreverido/uilib/compare/v4.26.5...v4.26.6) (2025-06-14), [4.26.7](https://github.com/foreverido/uilib/compare/v4.26.6...v4.26.7) (2025-06-17) (+12 more)
|
|
700
700
|
|
|
701
701
|
### Community 117 - "Auto Scroll Props"
|
|
702
|
-
Cohesion: 0.
|
|
703
|
-
Nodes (
|
|
702
|
+
Cohesion: 0.25
|
|
703
|
+
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
|
|
704
704
|
|
|
705
705
|
### Community 118 - "Content Props"
|
|
706
|
-
Cohesion: 0.
|
|
707
|
-
Nodes (
|
|
706
|
+
Cohesion: 0.31
|
|
707
|
+
Nodes (4): CustomWrapElemParams, Props, Props, omit()
|
|
708
708
|
|
|
709
709
|
### Community 119 - "Content ClassName"
|
|
710
|
-
Cohesion: 0.
|
|
711
|
-
Nodes (
|
|
710
|
+
Cohesion: 0.18
|
|
711
|
+
Nodes (8): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, Props, Shimmer(), ShimmerProps
|
|
712
712
|
|
|
713
713
|
### Community 120 - "Footer Props"
|
|
714
|
-
Cohesion: 0.
|
|
715
|
-
Nodes (
|
|
714
|
+
Cohesion: 0.30
|
|
715
|
+
Nodes (6): RadioButton(), RadioGroup(), Props, RadioGroupContextValue, RadioGroupContext, useRadioGroup()
|
|
716
716
|
|
|
717
717
|
### Community 121 - "Icon Props"
|
|
718
|
-
Cohesion: 0.
|
|
719
|
-
Nodes (
|
|
718
|
+
Cohesion: 0.25
|
|
719
|
+
Nodes (5): DateTime(), formatDate(), Props, date, columns
|
|
720
720
|
|
|
721
721
|
### Community 122 - "Max Height Props"
|
|
722
|
-
Cohesion: 0.
|
|
723
|
-
Nodes (
|
|
722
|
+
Cohesion: 0.40
|
|
723
|
+
Nodes (5): [4.1.1](https://github.com/foreverido/uilib/compare/v4.1.0...v4.1.1) (2023-03-30), [4.2.0](https://github.com/foreverido/uilib/compare/v4.1.1...v4.2.0) (2023-04-02), Bug Fixes, Bug Fixes, Features
|
|
724
724
|
|
|
725
725
|
### Community 123 - "No Scroll Props"
|
|
726
|
-
Cohesion: 0.
|
|
727
|
-
Nodes (
|
|
726
|
+
Cohesion: 0.50
|
|
727
|
+
Nodes (4): [4.11.1](https://github.com/foreverido/uilib/compare/v4.11.0...v4.11.1) (2023-06-17), [4.12.0](https://github.com/foreverido/uilib/compare/v4.11.1...v4.12.0) (2023-07-16), Bug Fixes, Features
|
|
728
728
|
|
|
729
729
|
### Community 124 - "Subtitle Props"
|
|
730
|
-
Cohesion: 0.
|
|
731
|
-
Nodes (
|
|
730
|
+
Cohesion: 0.21
|
|
731
|
+
Nodes (4): List, format, LABEL, zero()
|
|
732
732
|
|
|
733
733
|
### Community 125 - "Subtitle ClassName"
|
|
734
|
-
Cohesion: 0.
|
|
735
|
-
Nodes (
|
|
734
|
+
Cohesion: 0.38
|
|
735
|
+
Nodes (4): ContextType, parsePath(), replaceParamsInPath(), Store
|
|
736
736
|
|
|
737
737
|
### Community 126 - "Title Props"
|
|
738
|
-
Cohesion: 0.
|
|
739
|
-
Nodes (3):
|
|
738
|
+
Cohesion: 0.33
|
|
739
|
+
Nodes (3): ButtonProps, ButtonConfig, Props
|
|
740
740
|
|
|
741
741
|
### Community 127 - "Title ClassName"
|
|
742
|
-
Cohesion: 0.
|
|
743
|
-
Nodes (
|
|
742
|
+
Cohesion: 0.47
|
|
743
|
+
Nodes (5): generateOption(), generateTreeOptions(), OPTIONS, randomInt(), TEXT
|
|
744
744
|
|
|
745
745
|
### Community 128 - "Trigger Props"
|
|
746
|
-
Cohesion: 0.
|
|
747
|
-
Nodes (
|
|
746
|
+
Cohesion: 0.40
|
|
747
|
+
Nodes (4): ID, Item, Props, RenderProps
|
|
748
748
|
|
|
749
749
|
### Community 129 - "Trigger ClassName"
|
|
750
|
-
Cohesion: 0.
|
|
751
|
-
Nodes (
|
|
750
|
+
Cohesion: 0.50
|
|
751
|
+
Nodes (4): [3.5.1](https://github.com/foreverido/uilib/compare/v3.5.0...v3.5.1) (2023-03-05), [3.6.0](https://github.com/foreverido/uilib/compare/v3.5.1...v3.6.0) (2023-03-06), Bug Fixes, Features
|
|
752
752
|
|
|
753
753
|
### Community 130 - "Width Props"
|
|
754
|
-
Cohesion: 0.
|
|
755
|
-
Nodes (
|
|
754
|
+
Cohesion: 0.50
|
|
755
|
+
Nodes (4): [5.0.1](https://github.com/foreverido/uilib/compare/v5.0.0...v5.0.1) (2026-04-18), [5.1.0](https://github.com/foreverido/uilib/compare/v5.0.1...v5.1.0) (2026-05-01), Features, Features
|
|
756
756
|
|
|
757
757
|
### Community 132 - "Expand Types"
|
|
758
|
-
Cohesion: 0.
|
|
759
|
-
Nodes (
|
|
758
|
+
Cohesion: 0.50
|
|
759
|
+
Nodes (3): groupsOptions, INITIAL_VALUES, validationSchema
|
|
760
760
|
|
|
761
761
|
### Community 133 - "Brand Avatar Icons"
|
|
762
762
|
Cohesion: 0.67
|
|
@@ -791,28 +791,20 @@ Cohesion: 0.67
|
|
|
791
791
|
Nodes (3): Scale Icon, Settings Icon, Tool Icon
|
|
792
792
|
|
|
793
793
|
### Community 143 - "More Docs Examples"
|
|
794
|
-
Cohesion: 0.
|
|
795
|
-
Nodes (
|
|
794
|
+
Cohesion: 0.06
|
|
795
|
+
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)
|
|
796
796
|
|
|
797
797
|
### Community 144 - "Docs Scope Pages"
|
|
798
798
|
Cohesion: 0.12
|
|
799
799
|
Nodes (18): RenderItemProps, value, value, value, value, value, value, style (+10 more)
|
|
800
800
|
|
|
801
|
-
### Community 145 - "Additional Docs Examples"
|
|
802
|
-
Cohesion: 0.12
|
|
803
|
-
Nodes (17): [1.3.1](https://github.com/foreverido/uilib/compare/v1.3.0...v1.3.1) (2022-04-08), [1.3.2](https://github.com/foreverido/uilib/compare/v1.3.1...v1.3.2) (2022-04-08), [1.3.3](https://github.com/foreverido/uilib/compare/v1.3.2...v1.3.3) (2022-04-10), [1.3.4](https://github.com/foreverido/uilib/compare/v1.3.3...v1.3.4) (2022-04-10), [1.3.5](https://github.com/foreverido/uilib/compare/v1.3.4...v1.3.5) (2022-04-30), [1.3.6](https://github.com/foreverido/uilib/compare/v1.3.5...v1.3.6) (2022-04-30), [1.3.7](https://github.com/foreverido/uilib/compare/v1.3.6...v1.3.7) (2022-05-01), [2.0.0-beta](https://github.com/foreverido/uilib/compare/v1.3.7...v2.0.0-beta) (2022-05-04) (+9 more)
|
|
804
|
-
|
|
805
801
|
### Community 149 - "Single Doc Page"
|
|
806
|
-
Cohesion: 0.
|
|
807
|
-
Nodes (
|
|
808
|
-
|
|
809
|
-
### Community 151 - "Docs Entry Point"
|
|
810
|
-
Cohesion: 0.67
|
|
811
|
-
Nodes (3): optional, value, footerClassName
|
|
802
|
+
Cohesion: 0.12
|
|
803
|
+
Nodes (17): [4.10.0](https://github.com/foreverido/uilib/compare/v4.9.7...v4.10.0) (2023-05-27), [4.9.1](https://github.com/foreverido/uilib/compare/v4.9.0...v4.9.1) (2023-05-21), [4.9.2](https://github.com/foreverido/uilib/compare/v4.9.1...v4.9.2) (2023-05-21), [4.9.3](https://github.com/foreverido/uilib/compare/v4.9.2...v4.9.3) (2023-05-21), [4.9.4](https://github.com/foreverido/uilib/compare/v4.9.3...v4.9.4) (2023-05-22), [4.9.5](https://github.com/foreverido/uilib/compare/v4.9.4...v4.9.5) (2023-05-26), [4.9.6](https://github.com/foreverido/uilib/compare/v4.9.5...v4.9.6) (2023-05-27), [4.9.7](https://github.com/foreverido/uilib/compare/v4.9.6...v4.9.7) (2023-05-27) (+9 more)
|
|
812
804
|
|
|
813
805
|
### Community 167 - "Community 167"
|
|
814
|
-
Cohesion: 0.
|
|
815
|
-
Nodes (
|
|
806
|
+
Cohesion: 0.12
|
|
807
|
+
Nodes (17): [4.19.1](https://github.com/foreverido/uilib/compare/v4.19.0...v4.19.1) (2025-01-11), [4.19.2](https://github.com/foreverido/uilib/compare/v4.19.1...v4.19.2) (2025-01-12), [4.19.3](https://github.com/foreverido/uilib/compare/v4.19.2...v4.19.3) (2025-01-13), [4.19.4](https://github.com/foreverido/uilib/compare/v4.19.3...v4.19.4) (2025-01-13), [4.19.5](https://github.com/foreverido/uilib/compare/v4.19.4...v4.19.5) (2025-01-14), [4.19.6](https://github.com/foreverido/uilib/compare/v4.19.5...v4.19.6) (2025-01-25), [4.19.7](https://github.com/foreverido/uilib/compare/v4.19.6...v4.19.7) (2025-01-25), [4.19.8](https://github.com/foreverido/uilib/compare/v4.19.7...v4.19.8) (2025-01-25) (+9 more)
|
|
816
808
|
|
|
817
809
|
### Community 168 - "Community 168"
|
|
818
810
|
Cohesion: 0.12
|
|
@@ -830,45 +822,41 @@ Nodes (14): [1.0.1](https://github.com/foreverido/uilib/compare/v1.0.0...v1.0.1)
|
|
|
830
822
|
Cohesion: 0.14
|
|
831
823
|
Nodes (14): [4.20.1](https://github.com/foreverido/uilib/compare/v4.20.0...v4.20.1) (2025-03-10), [4.20.2](https://github.com/foreverido/uilib/compare/v4.20.1...v4.20.2) (2025-03-10), [4.20.3](https://github.com/foreverido/uilib/compare/v4.20.2...v4.20.3) (2025-03-10), [4.20.4](https://github.com/foreverido/uilib/compare/v4.20.3...v4.20.4) (2025-03-10), [4.20.5](https://github.com/foreverido/uilib/compare/v4.20.4...v4.20.5) (2025-03-10), [4.20.6](https://github.com/foreverido/uilib/compare/v4.20.5...v4.20.6) (2025-03-12), [4.21.0](https://github.com/foreverido/uilib/compare/v4.20.6...v4.21.0) (2025-03-30), Bug Fixes (+6 more)
|
|
832
824
|
|
|
825
|
+
### Community 172 - "Community 172"
|
|
826
|
+
Cohesion: 0.67
|
|
827
|
+
Nodes (3): postchangelog, standard-version, scripts
|
|
828
|
+
|
|
833
829
|
### Community 173 - "Community 173"
|
|
834
830
|
Cohesion: 0.20
|
|
835
831
|
Nodes (11): GoParams, LISTENERS, onRouteChange(), ReplaceStateParams, RouterStore, STORE, updateRouteState(), applyQueryParams() (+3 more)
|
|
836
832
|
|
|
837
833
|
### Community 175 - "Community 175"
|
|
838
|
-
Cohesion: 0.
|
|
839
|
-
Nodes (
|
|
840
|
-
|
|
841
|
-
### Community 176 - "Community 176"
|
|
842
|
-
Cohesion: 0.14
|
|
843
|
-
Nodes (10): SIZE_TO_ITEM_HEIGHT, Option, Props, RenderItemProps, Value, useIsMounted(), Props, ScrollProps (+2 more)
|
|
844
|
-
|
|
845
|
-
### Community 179 - "Community 179"
|
|
846
|
-
Cohesion: 0.29
|
|
847
|
-
Nodes (5): boxVariants, buttonVariants, inputTypes, sizes, Toggle()
|
|
834
|
+
Cohesion: 0.12
|
|
835
|
+
Nodes (13): Calendar(), MONTHS, Checkbox(), boxVariants, buttonVariants, inputTypes, sizes, DatePicker() (+5 more)
|
|
848
836
|
|
|
849
837
|
### Community 180 - "Community 180"
|
|
850
838
|
Cohesion: 0.20
|
|
851
839
|
Nodes (10): [3.10.1](https://github.com/foreverido/uilib/compare/v3.10.0...v3.10.1) (2023-03-19), [3.10.2](https://github.com/foreverido/uilib/compare/v3.10.1...v3.10.2) (2023-03-19), [3.10.3](https://github.com/foreverido/uilib/compare/v3.10.2...v3.10.3) (2023-03-19), [3.11.0](https://github.com/foreverido/uilib/compare/v3.10.3...v3.11.0) (2023-03-19), Bug Fixes, Bug Fixes, Bug Fixes, Bug Fixes (+2 more)
|
|
852
840
|
|
|
853
841
|
### Community 182 - "Community 182"
|
|
854
|
-
Cohesion: 0.
|
|
855
|
-
Nodes (
|
|
842
|
+
Cohesion: 0.20
|
|
843
|
+
Nodes (10): [4.21.1](https://github.com/foreverido/uilib/compare/v4.21.0...v4.21.1) (2025-04-01), [4.21.2](https://github.com/foreverido/uilib/compare/v4.21.1...v4.21.2) (2025-04-02), [4.21.3](https://github.com/foreverido/uilib/compare/v4.21.2...v4.21.3) (2025-04-02), [4.21.4](https://github.com/foreverido/uilib/compare/v4.21.3...v4.21.4) (2025-04-05), [4.22.0](https://github.com/foreverido/uilib/compare/v4.21.4...v4.22.0) (2025-04-10), Bug Fixes, Bug Fixes, Features (+2 more)
|
|
856
844
|
|
|
857
845
|
### Community 183 - "Community 183"
|
|
858
|
-
Cohesion: 0.
|
|
859
|
-
Nodes (
|
|
846
|
+
Cohesion: 0.18
|
|
847
|
+
Nodes (11): [4.23.1](https://github.com/foreverido/uilib/compare/v4.23.0...v4.23.1) (2025-05-17), [4.23.2](https://github.com/foreverido/uilib/compare/v4.23.1...v4.23.2) (2025-05-19), [4.23.3](https://github.com/foreverido/uilib/compare/v4.23.2...v4.23.3) (2025-05-21), [4.23.4](https://github.com/foreverido/uilib/compare/v4.23.3...v4.23.4) (2025-05-22), [4.24.0](https://github.com/foreverido/uilib/compare/v4.23.4...v4.24.0) (2025-05-24), Bug Fixes, Bug Fixes, Features (+3 more)
|
|
860
848
|
|
|
861
849
|
### Community 184 - "Community 184"
|
|
862
|
-
Cohesion: 0.
|
|
863
|
-
Nodes (
|
|
850
|
+
Cohesion: 0.29
|
|
851
|
+
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
|
|
864
852
|
|
|
865
853
|
### Community 188 - "Community 188"
|
|
866
|
-
Cohesion: 0.
|
|
867
|
-
Nodes (
|
|
854
|
+
Cohesion: 0.28
|
|
855
|
+
Nodes (5): menu(), UserPage(), UsersPage(), Route(), Router()
|
|
868
856
|
|
|
869
857
|
### Community 189 - "Community 189"
|
|
870
|
-
Cohesion: 0.
|
|
871
|
-
Nodes (
|
|
858
|
+
Cohesion: 0.25
|
|
859
|
+
Nodes (6): Redirect(), AnyProps, ComponentType, Props, RedirectProps, RouteProps
|
|
872
860
|
|
|
873
861
|
### Community 192 - "Community 192"
|
|
874
862
|
Cohesion: 0.33
|
|
@@ -886,14 +874,6 @@ Nodes (5): [3.1.1](https://github.com/foreverido/uilib/compare/v3.1.0...v3.1.1)
|
|
|
886
874
|
Cohesion: 0.40
|
|
887
875
|
Nodes (5): [4.2.1](https://github.com/foreverido/uilib/compare/v4.2.0...v4.2.1) (2023-04-05), [4.3.0](https://github.com/foreverido/uilib/compare/v4.2.1...v4.3.0) (2023-04-07), Bug Fixes, Bug Fixes, Features
|
|
888
876
|
|
|
889
|
-
### Community 198 - "Community 198"
|
|
890
|
-
Cohesion: 0.18
|
|
891
|
-
Nodes (6): useClickOutside(), useEvent(), UseEventParams, Props, useListKeyboardControl(), Select2()
|
|
892
|
-
|
|
893
|
-
### Community 199 - "Community 199"
|
|
894
|
-
Cohesion: 0.14
|
|
895
|
-
Nodes (9): useDebounce(), useDebounceCallback(), AXES, BY_AXIS, debounce(), getCoords(), isTouch(), Params (+1 more)
|
|
896
|
-
|
|
897
877
|
### Community 200 - "Community 200"
|
|
898
878
|
Cohesion: 0.50
|
|
899
879
|
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
|
|
@@ -902,21 +882,13 @@ Nodes (4): [1.1.1](https://github.com/foreverido/uilib/compare/v1.1.0...v1.1.1)
|
|
|
902
882
|
Cohesion: 0.50
|
|
903
883
|
Nodes (4): [3.4.1](https://github.com/foreverido/uilib/compare/v3.4.0...v3.4.1) (2022-08-07), [3.5.0](https://github.com/foreverido/uilib/compare/v3.4.1...v3.5.0) (2023-03-05), Bug Fixes, Bug Fixes
|
|
904
884
|
|
|
905
|
-
### Community 202 - "Community 202"
|
|
906
|
-
Cohesion: 0.50
|
|
907
|
-
Nodes (4): [3.5.1](https://github.com/foreverido/uilib/compare/v3.5.0...v3.5.1) (2023-03-05), [3.6.0](https://github.com/foreverido/uilib/compare/v3.5.1...v3.6.0) (2023-03-06), Bug Fixes, Features
|
|
908
|
-
|
|
909
|
-
### Community 204 - "Community 204"
|
|
910
|
-
Cohesion: 0.50
|
|
911
|
-
Nodes (4): [4.29.1](https://github.com/foreverido/uilib/compare/v4.29.0...v4.29.1) (2025-09-14), [4.30.0](https://github.com/foreverido/uilib/compare/v4.29.1...v4.30.0) (2025-10-26), Bug Fixes, Features
|
|
912
|
-
|
|
913
885
|
### Community 205 - "Community 205"
|
|
914
886
|
Cohesion: 0.50
|
|
915
887
|
Nodes (4): [4.4.1](https://github.com/foreverido/uilib/compare/v4.4.0...v4.4.1) (2023-04-15), [4.4.2](https://github.com/foreverido/uilib/compare/v4.4.1...v4.4.2) (2023-04-15), [4.5.0](https://github.com/foreverido/uilib/compare/v4.4.2...v4.5.0) (2023-04-15), Features
|
|
916
888
|
|
|
917
889
|
### Community 210 - "Community 210"
|
|
918
|
-
Cohesion: 0.
|
|
919
|
-
Nodes (
|
|
890
|
+
Cohesion: 0.10
|
|
891
|
+
Nodes (7): cleanTypName(), injectTypes(), Props, renderNavigator(), SimpleTypesNavigator(), Type(), TypesNavigator()
|
|
920
892
|
|
|
921
893
|
### Community 211 - "Community 211"
|
|
922
894
|
Cohesion: 0.67
|
|
@@ -931,8 +903,8 @@ Cohesion: 0.67
|
|
|
931
903
|
Nodes (3): [4.12.1](https://github.com/foreverido/uilib/compare/v4.12.0...v4.12.1) (2023-07-16), [4.13.0](https://github.com/foreverido/uilib/compare/v4.12.1...v4.13.0) (2023-07-20), Features
|
|
932
904
|
|
|
933
905
|
### Community 215 - "Community 215"
|
|
934
|
-
Cohesion: 0.
|
|
935
|
-
Nodes (
|
|
906
|
+
Cohesion: 0.40
|
|
907
|
+
Nodes (5): [4.16.0](https://github.com/foreverido/uilib/compare/v4.15.0...v4.16.0) (2023-07-22), [4.17.0](https://github.com/foreverido/uilib/compare/v4.16.0...v4.17.0) (2023-07-22), Bug Fixes, Features, Features
|
|
936
908
|
|
|
937
909
|
### Community 216 - "Community 216"
|
|
938
910
|
Cohesion: 0.67
|
|
@@ -943,24 +915,24 @@ Nodes (3): [4.20.0](https://github.com/foreverido/uilib/compare/v4.20.0-beta-9..
|
|
|
943
915
|
src/components/Icon/icons/apple.svg · relation: conceptually_related_to
|
|
944
916
|
|
|
945
917
|
## Knowledge Gaps
|
|
946
|
-
- **
|
|
918
|
+
- **1482 isolated node(s):** `levelsData`, `MATCHERS`, `types`, `Direction`, `name` (+1477 more)
|
|
947
919
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
948
|
-
- **
|
|
920
|
+
- **28 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
|
|
949
921
|
|
|
950
922
|
## Suggested Questions
|
|
951
923
|
_Questions this graph is uniquely positioned to answer:_
|
|
952
924
|
|
|
953
925
|
- **What is the exact relationship between `Apple Logo` and `User Avatar`?**
|
|
954
926
|
_Edge tagged AMBIGUOUS (relation: conceptually_related_to) - confidence is low._
|
|
955
|
-
- **Why does `Changelog` connect `Size Enum Props` to `
|
|
956
|
-
_High betweenness centrality (0.
|
|
957
|
-
- **Why does `Popup` connect `Popup Component` to `
|
|
958
|
-
_High betweenness centrality (0.
|
|
959
|
-
- **Why does `
|
|
927
|
+
- **Why does `Changelog` connect `Size Enum Props` to `Trigger ClassName`, `Width Props`, `More Docs Examples`, `UILIB Docs Assets`, `Single Doc Page`, `Select Popup Types`, `Community 167`, `Community 168`, `Community 169`, `Community 170`, `Community 171`, `Component Types JSON`, `Community 180`, `Community 182`, `Community 183`, `Community 184`, `Text Heading`, `DateTime Component`, `Display Format Props`, `Community 192`, `Community 194`, `Community 195`, `Community 197`, `List Lifecycle`, `Community 200`, `Community 201`, `Community 205`, `ClassName Props`, `Community 211`, `Community 212`, `Community 213`, `Community 215`, `Community 216`, `Select Example Helpers`, `Tabs Types`, `Docs Navigation`, `Icon Name Helpers`, `Table Render`, `Theme Docs`, `Number Formatting`, `Virtualized Index Helpers`, `Docs Scope`, `Auto Scroll Props`, `Max Height Props`, `No Scroll Props`?**
|
|
928
|
+
_High betweenness centrality (0.078) - this node is a cross-community bridge._
|
|
929
|
+
- **Why does `Popup` connect `Popup Component` to `Notifications System`, `Input AssistiveText`, `Gallery Component`, `Community 175`, `Community 210`, `Content ClassName`, `Docs Code Layout`?**
|
|
930
|
+
_High betweenness centrality (0.044) - this node is a cross-community bridge._
|
|
931
|
+
- **Why does `Autocomplete` connect `Option Value Types` to `Docs Scope Pages`, `Virtualized Cards`, `Optional Value Props`?**
|
|
960
932
|
_High betweenness centrality (0.029) - this node is a cross-community bridge._
|
|
961
933
|
- **What connects `levelsData`, `MATCHERS`, `types` to the rest of the system?**
|
|
962
|
-
|
|
934
|
+
_1484 weakly-connected nodes found - possible documentation gaps or missing edges._
|
|
963
935
|
- **Should `Docs Examples Index` be split into smaller, more focused modules?**
|
|
964
|
-
_Cohesion score 0.
|
|
936
|
+
_Cohesion score 0.0590990990990991 - nodes in this community are weakly interconnected._
|
|
965
937
|
- **Should `PromptComposer` be split into smaller, more focused modules?**
|
|
966
938
|
_Cohesion score 0.07987012987012987 - nodes in this community are weakly interconnected._
|