@rio-cloud/uikit-mcp 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +1 -0
  2. package/dist/doc-metadata.json +188 -88
  3. package/dist/docs/components/accentBar.md +35 -3
  4. package/dist/docs/components/activity.md +14 -3
  5. package/dist/docs/components/animatedNumber.md +17 -4
  6. package/dist/docs/components/animatedTextReveal.md +54 -8
  7. package/dist/docs/components/animations.md +33 -33
  8. package/dist/docs/components/appHeader.md +65 -9
  9. package/dist/docs/components/appLayout.md +566 -61
  10. package/dist/docs/components/appNavigationBar.md +55 -3
  11. package/dist/docs/components/areaCharts.md +14 -14
  12. package/dist/docs/components/aspectRatioPlaceholder.md +11 -3
  13. package/dist/docs/components/assetTree.md +1174 -328
  14. package/dist/docs/components/autosuggests.md +2 -2
  15. package/dist/docs/components/avatar.md +25 -3
  16. package/dist/docs/components/banner.md +3 -3
  17. package/dist/docs/components/barCharts.md +38 -38
  18. package/dist/docs/components/barList.md +22 -10
  19. package/dist/docs/components/basicMap.md +2 -2
  20. package/dist/docs/components/bottomSheet.md +100 -3
  21. package/dist/docs/components/button.md +549 -36
  22. package/dist/docs/components/buttonToolbar.md +10 -3
  23. package/dist/docs/components/calendarStripe.md +127 -85
  24. package/dist/docs/components/card.md +11 -3
  25. package/dist/docs/components/carousel.md +2 -2
  26. package/dist/docs/components/chartColors.md +2 -2
  27. package/dist/docs/components/chartsGettingStarted.md +2 -2
  28. package/dist/docs/components/chat.md +3 -3
  29. package/dist/docs/components/checkbox.md +67 -45
  30. package/dist/docs/components/circularProgress.md +465 -0
  31. package/dist/docs/components/clearableInput.md +18 -18
  32. package/dist/docs/components/collapse.md +28 -4
  33. package/dist/docs/components/composedCharts.md +20 -20
  34. package/dist/docs/components/contentLoader.md +126 -105
  35. package/dist/docs/components/dataTabs.md +191 -11
  36. package/dist/docs/components/datepickers.md +735 -723
  37. package/dist/docs/components/dialogs.md +362 -2
  38. package/dist/docs/components/divider.md +15 -3
  39. package/dist/docs/components/dropdowns.md +4548 -4355
  40. package/dist/docs/components/editableContent.md +187 -3
  41. package/dist/docs/components/expander.md +52 -5
  42. package/dist/docs/components/fade.md +42 -7
  43. package/dist/docs/components/fadeExpander.md +13 -4
  44. package/dist/docs/components/fadeUp.md +22 -4
  45. package/dist/docs/components/feedback.md +44 -3
  46. package/dist/docs/components/filePickers.md +45 -3
  47. package/dist/docs/components/formLabel.md +20 -5
  48. package/dist/docs/components/groupedItemList.md +54 -3
  49. package/dist/docs/components/iconList.md +5 -5
  50. package/dist/docs/components/imagePreloader.md +7 -3
  51. package/dist/docs/components/labeledElement.md +13 -3
  52. package/dist/docs/components/licensePlate.md +11 -3
  53. package/dist/docs/components/lineCharts.md +10 -10
  54. package/dist/docs/components/listMenu.md +78 -8
  55. package/dist/docs/components/loadMore.md +29 -3
  56. package/dist/docs/components/mainNavigation.md +5 -5
  57. package/dist/docs/components/mapCircle.md +2 -2
  58. package/dist/docs/components/mapCluster.md +2 -2
  59. package/dist/docs/components/mapContext.md +2 -2
  60. package/dist/docs/components/mapDraggableMarker.md +2 -2
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +2 -2
  63. package/dist/docs/components/mapLayerGroup.md +2 -2
  64. package/dist/docs/components/mapMarker.md +2 -2
  65. package/dist/docs/components/mapPolygon.md +2 -2
  66. package/dist/docs/components/mapRoute.md +2 -2
  67. package/dist/docs/components/mapRouteGenerator.md +2 -2
  68. package/dist/docs/components/mapSettings.md +9 -9
  69. package/dist/docs/components/mapUtils.md +2 -2
  70. package/dist/docs/components/multiselects.md +2 -2
  71. package/dist/docs/components/noData.md +23 -3
  72. package/dist/docs/components/notifications.md +2 -2
  73. package/dist/docs/components/numbercontrol.md +54 -5
  74. package/dist/docs/components/onboarding.md +26 -2
  75. package/dist/docs/components/page.md +33 -3
  76. package/dist/docs/components/pager.md +15 -3
  77. package/dist/docs/components/pieCharts.md +89 -78
  78. package/dist/docs/components/popover.md +40 -2
  79. package/dist/docs/components/position.md +11 -3
  80. package/dist/docs/components/radialBarCharts.md +2054 -2012
  81. package/dist/docs/components/radioCardGroup.md +487 -0
  82. package/dist/docs/components/radiobutton.md +138 -10
  83. package/dist/docs/components/releaseNotes.md +19 -2
  84. package/dist/docs/components/resizer.md +14 -3
  85. package/dist/docs/components/responsiveColumnStripe.md +20 -3
  86. package/dist/docs/components/responsiveVideo.md +12 -3
  87. package/dist/docs/components/rioglyph.md +13 -3
  88. package/dist/docs/components/rules.md +95 -5
  89. package/dist/docs/components/saveableInput.md +400 -276
  90. package/dist/docs/components/selects.md +2 -2
  91. package/dist/docs/components/sidebar.md +39 -3
  92. package/dist/docs/components/sliders.md +38 -3
  93. package/dist/docs/components/smoothScrollbars.md +93 -3
  94. package/dist/docs/components/spinners.md +51 -3
  95. package/dist/docs/components/states.md +217 -2
  96. package/dist/docs/components/statsWidgets.md +123 -3
  97. package/dist/docs/components/statusBar.md +29 -3
  98. package/dist/docs/components/stepButton.md +9 -3
  99. package/dist/docs/components/steppedProgressBars.md +67 -3
  100. package/dist/docs/components/subNavigation.md +24 -17
  101. package/dist/docs/components/supportMarker.md +2 -2
  102. package/dist/docs/components/svgImage.md +13 -3
  103. package/dist/docs/components/switch.md +218 -82
  104. package/dist/docs/components/tables.md +2 -2
  105. package/dist/docs/components/tagManager.md +56 -2
  106. package/dist/docs/components/tags.md +33 -3
  107. package/dist/docs/components/teaser.md +30 -3
  108. package/dist/docs/components/textTruncateMiddle.md +151 -0
  109. package/dist/docs/components/timeline.md +2 -2
  110. package/dist/docs/components/timepicker.md +687 -63
  111. package/dist/docs/components/toggleButton.md +96 -10
  112. package/dist/docs/components/tooltip.md +30 -21
  113. package/dist/docs/components/tracker.md +631 -0
  114. package/dist/docs/components/virtualList.md +107 -84
  115. package/dist/docs/foundations.md +647 -275
  116. package/dist/docs/start/changelog.md +2 -738
  117. package/dist/docs/start/goodtoknow.md +2 -2
  118. package/dist/docs/start/guidelines/color-combinations.md +2 -2
  119. package/dist/docs/start/guidelines/custom-css.md +2 -2
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +2 -2
  121. package/dist/docs/start/guidelines/formatting.md +2 -2
  122. package/dist/docs/start/guidelines/iframe.md +2 -2
  123. package/dist/docs/start/guidelines/obfuscate-data.md +2 -2
  124. package/dist/docs/start/guidelines/print-css.md +2 -2
  125. package/dist/docs/start/guidelines/spinner.md +82 -82
  126. package/dist/docs/start/guidelines/state-in-url.md +263 -0
  127. package/dist/docs/start/guidelines/supported-browsers.md +2 -2
  128. package/dist/docs/start/guidelines/writing.md +2 -2
  129. package/dist/docs/start/howto.md +10 -10
  130. package/dist/docs/start/intro.md +2 -2
  131. package/dist/docs/start/responsiveness.md +2 -2
  132. package/dist/docs/templates/common-table.md +15 -14
  133. package/dist/docs/templates/detail-views.md +3 -3
  134. package/dist/docs/templates/expandable-details.md +2 -2
  135. package/dist/docs/templates/feature-cards.md +56 -56
  136. package/dist/docs/templates/form-summary.md +23 -23
  137. package/dist/docs/templates/form-toggle.md +2 -2
  138. package/dist/docs/templates/list-blocks.md +204 -204
  139. package/dist/docs/templates/loading-progress.md +2 -2
  140. package/dist/docs/templates/options-panel.md +2 -2
  141. package/dist/docs/templates/panel-variants.md +2 -2
  142. package/dist/docs/templates/progress-cards.md +2 -2
  143. package/dist/docs/templates/progress-success.md +2 -2
  144. package/dist/docs/templates/settings-form.md +24 -24
  145. package/dist/docs/templates/stats-blocks.md +18 -18
  146. package/dist/docs/templates/table-panel.md +2 -2
  147. package/dist/docs/templates/table-row-animation.md +2 -2
  148. package/dist/docs/templates/usage-cards.md +2 -2
  149. package/dist/docs/utilities/classNames.md +191 -0
  150. package/dist/docs/utilities/deviceUtils.md +2 -2
  151. package/dist/docs/utilities/featureToggles.md +2 -2
  152. package/dist/docs/utilities/fuelTypeUtils.md +2 -2
  153. package/dist/docs/utilities/routeUtils.md +326 -90
  154. package/dist/docs/utilities/useAfterMount.md +2 -2
  155. package/dist/docs/utilities/useAutoAnimate.md +2 -2
  156. package/dist/docs/utilities/useAverage.md +2 -2
  157. package/dist/docs/utilities/useClickOutside.md +2 -2
  158. package/dist/docs/utilities/useClipboard.md +3 -3
  159. package/dist/docs/utilities/useCookies.md +188 -0
  160. package/dist/docs/utilities/useCount.md +2 -2
  161. package/dist/docs/utilities/useDarkMode.md +2 -2
  162. package/dist/docs/utilities/useDebugInfo.md +5 -5
  163. package/dist/docs/utilities/useEffectOnce.md +2 -2
  164. package/dist/docs/utilities/useElapsedTime.md +2 -2
  165. package/dist/docs/utilities/useElementSize.md +2 -2
  166. package/dist/docs/utilities/useEsc.md +2 -2
  167. package/dist/docs/utilities/useEvent.md +2 -2
  168. package/dist/docs/utilities/useFocusTrap.md +2 -2
  169. package/dist/docs/utilities/useFullscreen.md +2 -2
  170. package/dist/docs/utilities/useHover.md +2 -2
  171. package/dist/docs/utilities/useIncomingPostMessages.md +2 -2
  172. package/dist/docs/utilities/useInterval.md +2 -2
  173. package/dist/docs/utilities/useIsFocusWithin.md +2 -2
  174. package/dist/docs/utilities/useKey.md +2 -2
  175. package/dist/docs/utilities/useLocalStorage.md +2 -2
  176. package/dist/docs/utilities/useLocationSuggestions.md +2 -2
  177. package/dist/docs/utilities/useMax.md +2 -2
  178. package/dist/docs/utilities/useMin.md +2 -2
  179. package/dist/docs/utilities/useMutationObserver.md +2 -2
  180. package/dist/docs/utilities/useOnScreen.md +2 -2
  181. package/dist/docs/utilities/useOnlineStatus.md +2 -2
  182. package/dist/docs/utilities/usePostMessage.md +3 -3
  183. package/dist/docs/utilities/usePostMessageSender.md +2 -2
  184. package/dist/docs/utilities/usePrevious.md +2 -2
  185. package/dist/docs/utilities/useResizeObserver.md +2 -2
  186. package/dist/docs/utilities/useRioCookieConsent.md +90 -0
  187. package/dist/docs/utilities/useScrollPosition.md +2 -2
  188. package/dist/docs/utilities/useSearch.md +2 -2
  189. package/dist/docs/utilities/useSearchHighlight.md +815 -0
  190. package/dist/docs/utilities/useSorting.md +2 -2
  191. package/dist/docs/utilities/useStateWithValidation.md +2 -2
  192. package/dist/docs/utilities/useSum.md +2 -2
  193. package/dist/docs/utilities/useTableExport.md +53 -53
  194. package/dist/docs/utilities/useTableSelection.md +90 -90
  195. package/dist/docs/utilities/useTimeout.md +2 -2
  196. package/dist/docs/utilities/useToggle.md +3 -3
  197. package/dist/docs/utilities/useUrlState.md +418 -0
  198. package/dist/docs/utilities/useWindowResize.md +2 -2
  199. package/dist/index.mjs +8 -8
  200. package/dist/version.json +2 -2
  201. package/package.json +9 -9
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Pickers
5
- *Source:* https://uikit.developers.rio.cloud/#components/filePickers
6
- *Captured:* 2026-01-14T09:07:21.639Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/filePickers
6
+ *Captured:* 2026-02-23T13:42:00.580Z
7
7
 
8
8
  ## FilePicker
9
9
 
@@ -94,6 +94,20 @@ export default FilePickerExample;
94
94
  </div>
95
95
  ```
96
96
 
97
+ #### Props
98
+
99
+ | Name | Type | Default | Description |
100
+ | --- | --- | --- | --- |
101
+ | displayMode | 'button' \| 'dropzone' \| 'full' | 'button' | Defines the file picker display mode. Possible values are 'button' for a single button, 'dropzone' for a custom dropzone passed as child function, or 'full' for showing both. |
102
+ | multiple | boolean | true | Indicating if multiple files may be selected. |
103
+ | label | string \| ReactNode | 'Select files' | Text to display on Button if displayMode is set to "button". |
104
+ | maxSize | number | — | Maximum file size in byte. 5 MB = 5,242,880 byte |
105
+ | onPick | (files: File[], rejectedFiles: FileRejection[]) => void | — | Function called after one or multiple files have been picked. |
106
+ | className | string | — | Additional classes for the select button. |
107
+ | fullHeight | boolean | false | Flag to set the dropzone wrapper element to 100% height. This comes in handy, when the dropzone should have 100 % height so it can grow. |
108
+ | accept | { [mimeType: string]: string[]; } | — | Object list of accepted Mime Types as keys and file extensions array as value. |
109
+ | children | ({ isDragActive }: FilePickerRenderProps) => React.ReactElement | — | Pass a custom dropzone element as function receiving some render props. |
110
+
97
111
  ### Example: Example 2
98
112
 
99
113
  FilePicker for multiple images and with dropzoneSelect multiple ImagesDrag & drop files here, or click to select files
@@ -207,6 +221,20 @@ export default FilePickerWithDropzoneExample;
207
221
  </div>
208
222
  ```
209
223
 
224
+ #### Props
225
+
226
+ | Name | Type | Default | Description |
227
+ | --- | --- | --- | --- |
228
+ | displayMode | 'button' \| 'dropzone' \| 'full' | 'button' | Defines the file picker display mode. Possible values are 'button' for a single button, 'dropzone' for a custom dropzone passed as child function, or 'full' for showing both. |
229
+ | multiple | boolean | true | Indicating if multiple files may be selected. |
230
+ | label | string \| ReactNode | 'Select files' | Text to display on Button if displayMode is set to "button". |
231
+ | maxSize | number | — | Maximum file size in byte. 5 MB = 5,242,880 byte |
232
+ | onPick | (files: File[], rejectedFiles: FileRejection[]) => void | — | Function called after one or multiple files have been picked. |
233
+ | className | string | — | Additional classes for the select button. |
234
+ | fullHeight | boolean | false | Flag to set the dropzone wrapper element to 100% height. This comes in handy, when the dropzone should have 100 % height so it can grow. |
235
+ | accept | { [mimeType: string]: string[]; } | — | Object list of accepted Mime Types as keys and file extensions array as value. |
236
+ | children | ({ isDragActive }: FilePickerRenderProps) => React.ReactElement | — | Pass a custom dropzone element as function receiving some render props. |
237
+
210
238
  ### Example: You have no file selected yet
211
239
 
212
240
  FilePicker for all files and with dropzone onlyDrag & drop PDF files here or click to select
@@ -325,4 +353,18 @@ export default FilePickerDocumentExample;
325
353
  </div>
326
354
  </div>
327
355
  </div>
328
- ```
356
+ ```
357
+
358
+ #### Props
359
+
360
+ | Name | Type | Default | Description |
361
+ | --- | --- | --- | --- |
362
+ | displayMode | 'button' \| 'dropzone' \| 'full' | 'button' | Defines the file picker display mode. Possible values are 'button' for a single button, 'dropzone' for a custom dropzone passed as child function, or 'full' for showing both. |
363
+ | multiple | boolean | true | Indicating if multiple files may be selected. |
364
+ | label | string \| ReactNode | 'Select files' | Text to display on Button if displayMode is set to "button". |
365
+ | maxSize | number | — | Maximum file size in byte. 5 MB = 5,242,880 byte |
366
+ | onPick | (files: File[], rejectedFiles: FileRejection[]) => void | — | Function called after one or multiple files have been picked. |
367
+ | className | string | — | Additional classes for the select button. |
368
+ | fullHeight | boolean | false | Flag to set the dropzone wrapper element to 100% height. This comes in handy, when the dropzone should have 100 % height so it can grow. |
369
+ | accept | { [mimeType: string]: string[]; } | — | Object list of accepted Mime Types as keys and file extensions array as value. |
370
+ | children | ({ isDragActive }: FilePickerRenderProps) => React.ReactElement | — | Pass a custom dropzone element as function receiving some render props. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/formLabel
6
- *Captured:* 2026-01-14T09:07:29.926Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/formLabel
6
+ *Captured:* 2026-02-23T13:42:10.733Z
7
7
 
8
8
  A small convenience component for a form label or just a label style used without a form element.
9
9
 
@@ -127,12 +127,13 @@ export default () => {
127
127
  </div>
128
128
  <div class="bg-lightest rounded padding-15">
129
129
  <div class="uikit-switch">
130
- <label class="switch-label label-position-right">
130
+ <label class="switch-label uikit-switch label-position-right">
131
131
  <input type="checkbox" class="switch-input" checked="">
132
132
  <div class="switch-content" style="color: var(--brand-primary); min-width: 40px;">
133
133
  <div class="switch-handle">
134
134
  </div>
135
- </div>Lorem ipsum dolor
135
+ </div>
136
+ <div class="switch-text-wrapper user-select-none padding-top-1">Lorem ipsum dolor</div>
136
137
  </label>
137
138
  </div>
138
139
  </div>
@@ -147,6 +148,13 @@ export default () => {
147
148
  </div>
148
149
  ```
149
150
 
151
+ #### Props
152
+
153
+ | Name | Type | Default | Description |
154
+ | --- | --- | --- | --- |
155
+ | supportingText | string \| React.ReactElement | — | Additional supporting text displayed next to the label. |
156
+ | className | string | — | Additional classes set to the outer element. |
157
+
150
158
  ### Example: A label for some large buttons
151
159
 
152
160
  Labels for various sized elements using the form-group-sm and form-group-lg class on the parent element.
@@ -232,4 +240,11 @@ export default () => {
232
240
  </div>
233
241
  </div>
234
242
  </div>
235
- ```
243
+ ```
244
+
245
+ #### Props
246
+
247
+ | Name | Type | Default | Description |
248
+ | --- | --- | --- | --- |
249
+ | supportingText | string \| React.ReactElement | — | Additional supporting text displayed next to the label. |
250
+ | className | string | — | Additional classes set to the outer element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/groupedItemList
6
- *Captured:* 2026-01-14T09:07:31.565Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/groupedItemList
6
+ *Captured:* 2026-02-23T13:42:11.699Z
7
7
 
8
8
  ## GroupedItemList
9
9
 
@@ -384,6 +384,23 @@ export default () => {
384
384
  </div>
385
385
  ```
386
386
 
387
+ #### Props
388
+
389
+ | Name | Type | Default | Description |
390
+ | --- | --- | --- | --- |
391
+ | items | T[] | — | The list of items to be grouped and rendered. By default, the component assumes an item object containing an id and name property plus some other attributes. |
392
+ | groupBy | keyof T \| ((item: T) => string) | 'name' | The property of the items to group by as a string, or a custom group function. Defaults to name if not provided. |
393
+ | groupSortOrder | SortDirectionType | 'asc' | The order in which to sort the groups. Accepts asc for ascending or desc for descending. |
394
+ | itemSortOrder | SortDirectionType | 'asc' | The order in which to sort the items inside a group. Accepts asc for ascending or desc for descending. |
395
+ | groupSortFunction | (groups: Group[]) => Group[] | — | Sorting function for the groups. |
396
+ | itemSortFunction | (items: T[]) => T[] | — | Sorting function for the items within each group. |
397
+ | renderDivider | (groupKey: string) => React.ReactNode | — | A custom render function for the group divider. Receives the group key (e.g., letter or date) as a parameter. |
398
+ | renderItem | (item: T) => React.ReactNode | — | A custom render function for individual list items. Receives an item as a parameter. |
399
+ | listElement | 'div' \| 'ul' | 'div' | Specifies the HTML element to use for the list inside each group. Default is div. Use ul for rendering the list items as <li> elements. |
400
+ | listElementClassName | string | — | Optional class name for the list element inside each group. Applied to the div or ul wrapping the items. |
401
+ | dividerElementClassName | string | — | Optional class name for the divider element in each group. Applied to the div wrapping each group divider. |
402
+ | className | string | — | Optional class name for the outer wrapper element. Applied to the outer div wrapping the entire component. |
403
+
387
404
  ### Example: Grouped by date
388
405
 
389
406
  Grouped by date
@@ -709,6 +726,23 @@ export default () => {
709
726
  </div>
710
727
  ```
711
728
 
729
+ #### Props
730
+
731
+ | Name | Type | Default | Description |
732
+ | --- | --- | --- | --- |
733
+ | items | T[] | — | The list of items to be grouped and rendered. By default, the component assumes an item object containing an id and name property plus some other attributes. |
734
+ | groupBy | keyof T \| ((item: T) => string) | 'name' | The property of the items to group by as a string, or a custom group function. Defaults to name if not provided. |
735
+ | groupSortOrder | SortDirectionType | 'asc' | The order in which to sort the groups. Accepts asc for ascending or desc for descending. |
736
+ | itemSortOrder | SortDirectionType | 'asc' | The order in which to sort the items inside a group. Accepts asc for ascending or desc for descending. |
737
+ | groupSortFunction | (groups: Group[]) => Group[] | — | Sorting function for the groups. |
738
+ | itemSortFunction | (items: T[]) => T[] | — | Sorting function for the items within each group. |
739
+ | renderDivider | (groupKey: string) => React.ReactNode | — | A custom render function for the group divider. Receives the group key (e.g., letter or date) as a parameter. |
740
+ | renderItem | (item: T) => React.ReactNode | — | A custom render function for individual list items. Receives an item as a parameter. |
741
+ | listElement | 'div' \| 'ul' | 'div' | Specifies the HTML element to use for the list inside each group. Default is div. Use ul for rendering the list items as <li> elements. |
742
+ | listElementClassName | string | — | Optional class name for the list element inside each group. Applied to the div or ul wrapping the items. |
743
+ | dividerElementClassName | string | — | Optional class name for the divider element in each group. Applied to the div wrapping each group divider. |
744
+ | className | string | — | Optional class name for the outer wrapper element. Applied to the outer div wrapping the entire component. |
745
+
712
746
  ### Example: Example 3
713
747
 
714
748
  Grouped by custom key with basic styling
@@ -947,4 +981,21 @@ export default () => {
947
981
  </ul>
948
982
  </div>
949
983
  </div>
950
- ```
984
+ ```
985
+
986
+ #### Props
987
+
988
+ | Name | Type | Default | Description |
989
+ | --- | --- | --- | --- |
990
+ | items | T[] | — | The list of items to be grouped and rendered. By default, the component assumes an item object containing an id and name property plus some other attributes. |
991
+ | groupBy | keyof T \| ((item: T) => string) | 'name' | The property of the items to group by as a string, or a custom group function. Defaults to name if not provided. |
992
+ | groupSortOrder | SortDirectionType | 'asc' | The order in which to sort the groups. Accepts asc for ascending or desc for descending. |
993
+ | itemSortOrder | SortDirectionType | 'asc' | The order in which to sort the items inside a group. Accepts asc for ascending or desc for descending. |
994
+ | groupSortFunction | (groups: Group[]) => Group[] | — | Sorting function for the groups. |
995
+ | itemSortFunction | (items: T[]) => T[] | — | Sorting function for the items within each group. |
996
+ | renderDivider | (groupKey: string) => React.ReactNode | — | A custom render function for the group divider. Receives the group key (e.g., letter or date) as a parameter. |
997
+ | renderItem | (item: T) => React.ReactNode | — | A custom render function for individual list items. Receives an item as a parameter. |
998
+ | listElement | 'div' \| 'ul' | 'div' | Specifies the HTML element to use for the list inside each group. Default is div. Use ul for rendering the list items as <li> elements. |
999
+ | listElementClassName | string | — | Optional class name for the list element inside each group. Applied to the div or ul wrapping the items. |
1000
+ | dividerElementClassName | string | — | Optional class name for the divider element in each group. Applied to the div wrapping each group divider. |
1001
+ | className | string | — | Optional class name for the outer wrapper element. Applied to the outer div wrapping the entire component. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* CSS Only
5
- *Source:* https://uikit.developers.rio.cloud/#components/iconList
6
- *Captured:* 2026-01-14T09:07:54.600Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/iconList
6
+ *Captured:* 2026-02-23T13:42:34.624Z
7
7
 
8
8
  The timeline component is a pure CSS component.
9
9
 
@@ -86,19 +86,19 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget ma
86
86
  </div>
87
87
  <ul class="icon-list margin-bottom-0">
88
88
  <li>
89
- <span class="rioglyph rioglyph-car margin-top--1">
89
+ <span class="rioglyph rioglyph-van margin-top--1">
90
90
  </span>
91
91
  <span>
92
92
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget massa efficitur aliquam condimentum in felis. Integer eget metus vel nunc efficitur iaculis.</span>
93
93
  </li>
94
94
  <li>
95
- <span class="rioglyph rioglyph-truck margin-top--1">
95
+ <span class="rioglyph rioglyph-trailer margin-top--1">
96
96
  </span>
97
97
  <span>
98
98
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget massa efficitur aliquam condimentum in felis. Integer eget metus vel nunc efficitur iaculis.</span>
99
99
  </li>
100
100
  <li>
101
- <span class="rioglyph rioglyph-driver margin-top--1">
101
+ <span class="rioglyph rioglyph-truck margin-top--1">
102
102
  </span>
103
103
  <span>
104
104
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget massa efficitur aliquam condimentum in felis. Integer eget metus vel nunc efficitur iaculis.</span>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/imagePreloader
6
- *Captured:* 2026-01-14T09:07:43.444Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/imagePreloader
6
+ *Captured:* 2026-02-23T13:42:23.833Z
7
7
 
8
8
  Use the preloader for controlling the various states when fetching the image. It allows to handle the failure case as well.
9
9
 
@@ -160,4 +160,8 @@ const failedImageExample = (
160
160
 
161
161
  | Name | Type | Default | Description |
162
162
  | --- | --- | --- | --- |
163
- | children | | — | |
163
+ | src | string | — | The URL of the image to load. |
164
+ | onLoaded | (image: HTMLImageElement) => void | — | Invoked when the image is loaded. |
165
+ | onFailed | (image: HTMLImageElement) => void | — | Invoked when the image failed to load. |
166
+ | isAnonymous | boolean | false | Whether to set the "crossOrigin" to "anonymous". |
167
+ | children | (props: { status: ImagePreloaderStatus; image: HTMLImageElement; }) => JSX.Element \| null | — | A render function can be used to access both the current state and the image element. Using this, you can decide how to render the different states and/or the loaded image. The function will receive props containing the status and image properties. status will be one of PENDING, FAILED or LOADED. image is the Image element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/labeledElement
6
- *Captured:* 2026-01-14T09:07:31.514Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/labeledElement
6
+ *Captured:* 2026-02-23T13:42:12.214Z
7
7
 
8
8
  A simple wrapper component that associates a label with any content, ensuring a unified label style. It simplifies the usage of labels for both form and non-form elements by using the FormLabelcomponent internally. For more flexibility, you can also use it directly when needed.
9
9
 
@@ -103,4 +103,14 @@ export default () => (
103
103
  <span class="text-size-16 text-color-darker">Lorem ipsum dolor</span>
104
104
  </div>
105
105
  </div>
106
- ```
106
+ ```
107
+
108
+ #### Props
109
+
110
+ | Name | Type | Default | Description |
111
+ | --- | --- | --- | --- |
112
+ | label | string \| React.ReactElement | — | The text to display for the label. |
113
+ | htmlFor | string | — | Optional ID of the element associated with the label. |
114
+ | labelProps | Omit<FormLabelProps, 'children'> | — | Additional props for the FormLabel, excluding children and htmlFor. |
115
+ | noGap | boolean | false | If true, removes the bottom margin from the label. |
116
+ | className | string | — | Additional classes for styling the wrapper. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/licensePlate
6
- *Captured:* 2026-01-14T09:07:44.028Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/licensePlate
6
+ *Captured:* 2026-02-23T13:42:24.861Z
7
7
 
8
8
  The LicensePlate component is designed to display license plate information with various customization options. It is built with container queries, which ensure that design elements are shown or hidden based on the available space.
9
9
 
@@ -401,4 +401,12 @@ export default () => {
401
401
  </div>
402
402
  </div>
403
403
  </div>
404
- ```
404
+ ```
405
+
406
+ #### Props
407
+
408
+ | Name | Type | Default | Description |
409
+ | --- | --- | --- | --- |
410
+ | countryCode | string | — | The country code. Should be a string with 1-3 capital letters. |
411
+ | hideStars | boolean | — | Whether the EU stars should be hidden. |
412
+ | className | string | — | Additional classes added to the wrapping element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
- *Source:* https://uikit.developers.rio.cloud/#components/lineCharts
6
- *Captured:* 2026-01-14T09:08:22.024Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/lineCharts
6
+ *Captured:* 2026-02-23T13:42:56.803Z
7
7
 
8
8
  ## LineChart
9
9
 
@@ -133,7 +133,7 @@ const data: CustomData[] = [
133
133
  </g>
134
134
  <g tabindex="-1">
135
135
  <g class="recharts-layer recharts-line">
136
- <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r1:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="15.1723px 36.216516833496094px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
136
+ <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r0:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="11.9456px 39.443216833496095px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
137
137
  </path>
138
138
  </g>
139
139
  </g>
@@ -467,7 +467,7 @@ const data: CustomData[] = [
467
467
  </g>
468
468
  <g tabindex="-1">
469
469
  <g class="recharts-layer recharts-line">
470
- <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r2:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="47.2241px 4.164716833496094px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
470
+ <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r1:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="47.9423px 3.4465168334960907px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
471
471
  </path>
472
472
  </g>
473
473
  <g class="recharts-layer recharts-reference-line">
@@ -913,15 +913,15 @@ const data: CustomData[] = [
913
913
  </g>
914
914
  <g tabindex="-1">
915
915
  <g class="recharts-layer recharts-line">
916
- <path name="uv" stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r3:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="787.956298828125px 0px" d="M75,88.44C118.667,88.8,162.333,89.16,206,90.6C249.667,92.04,293.333,101.4,337,101.4C380.667,101.4,424.333,92.976,468,92.976C511.667,92.976,555.333,102.588,599,102.588C642.667,102.588,686.333,100.068,730,97.188C773.667,94.308,817.333,89.808,861,85.308">
916
+ <path name="uv" stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r2:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="787.956298828125px 0px" d="M75,88.44C118.667,88.8,162.333,89.16,206,90.6C249.667,92.04,293.333,101.4,337,101.4C380.667,101.4,424.333,92.976,468,92.976C511.667,92.976,555.333,102.588,599,102.588C642.667,102.588,686.333,100.068,730,97.188C773.667,94.308,817.333,89.808,861,85.308">
917
917
  </path>
918
918
  </g>
919
919
  <g class="recharts-layer recharts-line">
920
- <path name="pv" stroke="#a1daa3 " fill="none" stroke-width="1" id="recharts-line-:r4:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="836.8355px 0.000010253906225443643px" d="M75,97.08C118.667,102.491,162.333,107.902,206,107.902C249.667,107.902,293.333,17.16,337,17.16C380.667,17.16,424.333,80.794,468,80.794C511.667,80.794,555.333,71.16,599,71.16C642.667,71.16,686.333,81.96,730,81.96C773.667,81.96,817.333,79.26,861,76.56">
920
+ <path name="pv" stroke="#a1daa3 " fill="none" stroke-width="1" id="recharts-line-:r3:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="836.8355px 0.000010253906225443643px" d="M75,97.08C118.667,102.491,162.333,107.902,206,107.902C249.667,107.902,293.333,17.16,337,17.16C380.667,17.16,424.333,80.794,468,80.794C511.667,80.794,555.333,71.16,599,71.16C642.667,71.16,686.333,81.96,730,81.96C773.667,81.96,817.333,79.26,861,76.56">
921
921
  </path>
922
922
  </g>
923
923
  <g class="recharts-layer recharts-line">
924
- <path name="amt" stroke="#b23672 " fill="none" stroke-width="1" id="recharts-line-:r5:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="786.2213px 0.000013476562457981345px" d="M75,97.08C118.667,98.106,162.333,99.132,206,99.132C249.667,99.132,293.333,98.268,337,98.268C380.667,98.268,424.333,101.4,468,101.4C511.667,101.4,555.333,100.345,599,99.445C642.667,98.545,686.333,96,730,96C773.667,96,817.333,98.16,861,100.32">
924
+ <path name="amt" stroke="#b23672 " fill="none" stroke-width="1" id="recharts-line-:r4:" height="108" width="786" class="recharts-curve recharts-line-curve" stroke-dasharray="786.2213px 0.000013476562457981345px" d="M75,97.08C118.667,98.106,162.333,99.132,206,99.132C249.667,99.132,293.333,98.268,337,98.268C380.667,98.268,424.333,101.4,468,101.4C511.667,101.4,555.333,100.345,599,99.445C642.667,98.545,686.333,96,730,96C773.667,96,817.333,98.16,861,100.32">
925
925
  </path>
926
926
  </g>
927
927
  </g>
@@ -1594,15 +1594,15 @@ const data: CustomData[] = [
1594
1594
  <text x="582.2615131578948" y="30" fill="gray" text-anchor="right">Now</text>
1595
1595
  </g>
1596
1596
  <g class="recharts-layer recharts-line">
1597
- <path name="Nominal" stroke-width="1" stroke="#67abc5 " fill="none" id="recharts-line-:r6:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="734.8751831054688px 0px" d="M75,48.417C86.959,55.102,98.917,61.788,110.876,68.773C122.834,75.758,134.793,83.75,146.752,90.327C158.71,96.903,170.669,108.233,182.627,108.233C194.586,108.233,206.545,75.909,218.503,75.909C230.462,75.909,242.421,87.592,254.379,92.091C266.338,96.589,278.296,99.703,290.255,102.901C302.214,106.098,314.172,111.275,326.131,111.275C338.089,111.275,350.048,86.284,362.007,86.284C373.965,86.284,385.924,96.133,397.882,98.924C409.841,101.716,421.8,101.885,433.758,103.111C445.717,104.338,457.675,104.595,469.634,106.285C481.593,107.974,493.551,113.25,505.51,113.25C517.468,113.25,529.427,110.368,541.386,108.207C553.344,106.045,565.303,103.563,577.262,100.28C589.22,96.998,601.179,88.509,613.137,88.509C625.096,88.509,637.055,93.776,649.013,93.776C660.972,93.776,672.93,88.509,684.889,88.509C696.848,88.509,708.806,88.509,720.765,88.509C732.723,88.509,744.682,88.509,756.641,88.509">
1597
+ <path name="Nominal" stroke-width="1" stroke="#67abc5 " fill="none" id="recharts-line-:r5:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="734.8751831054688px 0px" d="M75,48.417C86.959,55.102,98.917,61.788,110.876,68.773C122.834,75.758,134.793,83.75,146.752,90.327C158.71,96.903,170.669,108.233,182.627,108.233C194.586,108.233,206.545,75.909,218.503,75.909C230.462,75.909,242.421,87.592,254.379,92.091C266.338,96.589,278.296,99.703,290.255,102.901C302.214,106.098,314.172,111.275,326.131,111.275C338.089,111.275,350.048,86.284,362.007,86.284C373.965,86.284,385.924,96.133,397.882,98.924C409.841,101.716,421.8,101.885,433.758,103.111C445.717,104.338,457.675,104.595,469.634,106.285C481.593,107.974,493.551,113.25,505.51,113.25C517.468,113.25,529.427,110.368,541.386,108.207C553.344,106.045,565.303,103.563,577.262,100.28C589.22,96.998,601.179,88.509,613.137,88.509C625.096,88.509,637.055,93.776,649.013,93.776C660.972,93.776,672.93,88.509,684.889,88.509C696.848,88.509,708.806,88.509,720.765,88.509C732.723,88.509,744.682,88.509,756.641,88.509">
1598
1598
  </path>
1599
1599
  </g>
1600
1600
  <g class="recharts-layer recharts-line">
1601
- <path name="Moderate" stroke-width="1" stroke="#a1daa3 " fill="none" id="recharts-line-:r7:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="704.3584594726562px 0px" d="M75,48.285C86.959,52.468,98.917,56.651,110.876,61.018C122.834,65.384,134.793,70.377,146.752,74.487C158.71,78.597,170.669,85.679,182.627,85.679C194.586,85.679,206.545,65.573,218.503,65.573C230.462,65.573,242.421,72.887,254.379,75.698C266.338,78.509,278.296,80.443,290.255,82.44C302.214,84.437,314.172,87.68,326.131,87.68C338.089,87.68,350.048,72.104,362.007,72.104C373.965,72.104,385.924,78.257,397.882,80.004C409.841,81.751,421.8,81.858,433.758,82.624C445.717,83.39,457.675,83.539,469.634,84.599C481.593,85.659,493.551,88.983,505.51,88.983C517.468,88.983,529.427,87.188,541.386,85.837C553.344,84.485,565.303,82.925,577.262,80.873C589.22,78.821,601.179,73.526,613.137,73.526C625.096,73.526,637.055,78.793,649.013,78.793C660.972,78.793,672.93,73.526,684.889,73.526C696.848,73.526,708.806,73.526,720.765,73.526C732.723,73.526,744.682,73.526,756.641,73.526">
1601
+ <path name="Moderate" stroke-width="1" stroke="#a1daa3 " fill="none" id="recharts-line-:r6:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="704.3584594726562px 0px" d="M75,48.285C86.959,52.468,98.917,56.651,110.876,61.018C122.834,65.384,134.793,70.377,146.752,74.487C158.71,78.597,170.669,85.679,182.627,85.679C194.586,85.679,206.545,65.573,218.503,65.573C230.462,65.573,242.421,72.887,254.379,75.698C266.338,78.509,278.296,80.443,290.255,82.44C302.214,84.437,314.172,87.68,326.131,87.68C338.089,87.68,350.048,72.104,362.007,72.104C373.965,72.104,385.924,78.257,397.882,80.004C409.841,81.751,421.8,81.858,433.758,82.624C445.717,83.39,457.675,83.539,469.634,84.599C481.593,85.659,493.551,88.983,505.51,88.983C517.468,88.983,529.427,87.188,541.386,85.837C553.344,84.485,565.303,82.925,577.262,80.873C589.22,78.821,601.179,73.526,613.137,73.526C625.096,73.526,637.055,78.793,649.013,78.793C660.972,78.793,672.93,73.526,684.889,73.526C696.848,73.526,708.806,73.526,720.765,73.526C732.723,73.526,744.682,73.526,756.641,73.526">
1602
1602
  </path>
1603
1603
  </g>
1604
1604
  <g class="recharts-layer recharts-line">
1605
- <path name="Extreme" stroke-width="1" stroke="#b23672 " fill="none" id="recharts-line-:r8:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="786.7827px 0.000014843750022919266px" d="M75,39.424C86.959,49.112,98.917,58.799,110.876,68.918C122.834,79.036,134.793,90.61,146.752,100.136C158.71,109.662,170.669,126.074,182.627,126.074C194.586,126.074,206.545,75.369,218.503,75.369C230.462,75.369,242.421,92.304,254.379,98.819C266.338,105.334,278.296,109.831,290.255,114.461C302.214,119.091,314.172,126.601,326.131,126.601C338.089,126.601,350.048,88.76,362.007,88.76C373.965,88.76,385.924,103.024,397.882,107.061C409.841,111.099,421.8,111.343,433.758,113.118C445.717,114.893,457.675,115.418,469.634,117.713C481.593,120.009,493.551,126.89,505.51,126.89C517.468,126.89,529.427,122.712,541.386,119.583C553.344,116.454,565.303,112.868,577.262,108.115C589.22,103.361,601.179,91.064,613.137,91.064C625.096,91.064,637.055,95.014,649.013,95.014C660.972,95.014,672.93,91.064,684.889,91.064C696.848,91.064,708.806,91.064,720.765,91.064C732.723,91.064,744.682,91.064,756.641,91.064">
1605
+ <path name="Extreme" stroke-width="1" stroke="#b23672 " fill="none" id="recharts-line-:r7:" height="158" width="681.640625" class="recharts-curve recharts-line-curve" stroke-dasharray="786.7827px 0.000014843750022919266px" d="M75,39.424C86.959,49.112,98.917,58.799,110.876,68.918C122.834,79.036,134.793,90.61,146.752,100.136C158.71,109.662,170.669,126.074,182.627,126.074C194.586,126.074,206.545,75.369,218.503,75.369C230.462,75.369,242.421,92.304,254.379,98.819C266.338,105.334,278.296,109.831,290.255,114.461C302.214,119.091,314.172,126.601,326.131,126.601C338.089,126.601,350.048,88.76,362.007,88.76C373.965,88.76,385.924,103.024,397.882,107.061C409.841,111.099,421.8,111.343,433.758,113.118C445.717,114.893,457.675,115.418,469.634,117.713C481.593,120.009,493.551,126.89,505.51,126.89C517.468,126.89,529.427,122.712,541.386,119.583C553.344,116.454,565.303,112.868,577.262,108.115C589.22,103.361,601.179,91.064,613.137,91.064C625.096,91.064,637.055,95.014,649.013,95.014C660.972,95.014,672.93,91.064,684.889,91.064C696.848,91.064,708.806,91.064,720.765,91.064C732.723,91.064,744.682,91.064,756.641,91.064">
1606
1606
  </path>
1607
1607
  </g>
1608
1608
  </g>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/listMenu
6
- *Captured:* 2026-01-14T09:07:44.559Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/listMenu
6
+ *Captured:* 2026-02-23T13:42:25.448Z
7
7
 
8
8
  A simple list menu that supports grouping and filter.
9
9
 
@@ -199,6 +199,41 @@ export default () => {
199
199
  </div>
200
200
  ```
201
201
 
202
+ #### Props: ListMenu
203
+
204
+ ### ListMenu
205
+
206
+ | Name | Type | Default | Description |
207
+ | --- | --- | --- | --- |
208
+ | menuItems | ListMenuItem<T>[] | — | List of menu item groups to be shown. |
209
+ | └group | string \| ReactNode | — | The optional group header to be shown. This can also be a component such as a FormattedMessage. |
210
+ | └groupNavItem | string \| ReactNode | — | The optional group header link to be shown. This can be a link component such as NavLink or Link. This way, the header can be a link itself. In this case, the group prop can be omitted. |
211
+ | └badge | string \| ReactNode | — | The optional badge displayed alongside the group or nav items. This can be text or a React node for additional flexibility. |
212
+ | └badgeType | 'muted' \| 'success' \| 'info' \| 'warning' \| 'danger' | — | The type of badge to display. Determines the visual style of the badge. Available types include: muted: A subdued badge style. success: Indicates a successful state. info: Represents informational content. warning: Warns of potential issues. danger: Highlights a critical state. |
213
+ | └navItems | T[] | — | The list of all menu items of a group. |
214
+ | enableFilter | boolean | false | Enables the filter. |
215
+ | focusFilter | boolean | false | Focus the filter input. |
216
+ | filterKey | keyof T | 'key' | Define the attribute key for filtering. |
217
+ | filterPlaceholder | string | — | The placeholder text for the filter input. |
218
+ | onFilterChange | (value: string) => void | — | Gets called when the filter input changes. |
219
+ | notFoundMessage | string \| ReactNode | — | A localized message to be shown when the filter result is empty. |
220
+ | responsive | boolean | true | The menu uses collapses on smaller screens using an expander panel. |
221
+ | autoClose | boolean | true | Enables automatic closing of the expander panel. Only relevant when using the responsive flag. Note: Make sure to not stop the events from bubbling up when clicking on a list item! Using event.stopPropagation() will prevent the panel from closing. |
222
+ | groupClassName | string | — | Additional classes to be set on the menu group element. |
223
+ | trailingInputAddon | React.ReactNode | — | Additional addon for the input group. |
224
+ | className | string | — | Additional classes to be set on the wrapper element. |
225
+
226
+ #### Props: ListMenuNavItem
227
+
228
+ ### ListMenuNavItem
229
+
230
+ | Name | Type | Default | Description |
231
+ | --- | --- | --- | --- |
232
+ | key | string | — | The name or key of the menu nav item. This key will be used for filtering, hence it should match the translated menu item name. |
233
+ | item | string \| ReactNode | — | The menu nav item itself. This can be a simple <a>, <NavLink>, <Link>, <span> or even a <FormattedMessage>. |
234
+ | disabled | boolean | false | Disables the list item. |
235
+ | isSubItem | boolean | — | Whether the current menu item is a child of another menu item. |
236
+
202
237
  ## ListMenu with NavLinks
203
238
 
204
239
  In case you want to navigate routes you can also use NavLink components.
@@ -316,16 +351,16 @@ export default () => (
316
351
  <span class="">Group</span>
317
352
  </li>
318
353
  <li class="">
319
- <a aria-current="page" class="active" href="#components/listMenu">Lorem</a>
354
+ <a activeclassname="active" aria-current="page" class="active" href="#/components/listMenu" data-discover="true">Lorem</a>
320
355
  </li>
321
356
  <li class="">
322
- <a href="#foo">Lipsum</a>
357
+ <a activeclassname="active" class="" href="#/foo" data-discover="true">Lipsum</a>
323
358
  </li>
324
359
  <li class="">
325
- <a href="#foo">Dolor</a>
360
+ <a activeclassname="active" class="" href="#/foo" data-discover="true">Dolor</a>
326
361
  </li>
327
362
  <li class="">
328
- <a href="#foo">Sit amet</a>
363
+ <a activeclassname="active" class="" href="#/foo" data-discover="true">Sit amet</a>
329
364
  </li>
330
365
  <li class="subitem">
331
366
  <span>No Link Sample</span>
@@ -336,9 +371,44 @@ export default () => (
336
371
  <span class="">Another group</span>
337
372
  </li>
338
373
  <li class="">
339
- <a href="#bar">Lorem</a>
374
+ <a activeclassname="active" class="" href="#/bar" data-discover="true">Lorem</a>
340
375
  </li>
341
376
  </ul>
342
377
  </div>
343
378
  </div>
344
- ```
379
+ ```
380
+
381
+ #### Props: ListMenu
382
+
383
+ ### ListMenu
384
+
385
+ | Name | Type | Default | Description |
386
+ | --- | --- | --- | --- |
387
+ | menuItems | ListMenuItem<T>[] | — | List of menu item groups to be shown. |
388
+ | └group | string \| ReactNode | — | The optional group header to be shown. This can also be a component such as a FormattedMessage. |
389
+ | └groupNavItem | string \| ReactNode | — | The optional group header link to be shown. This can be a link component such as NavLink or Link. This way, the header can be a link itself. In this case, the group prop can be omitted. |
390
+ | └badge | string \| ReactNode | — | The optional badge displayed alongside the group or nav items. This can be text or a React node for additional flexibility. |
391
+ | └badgeType | 'muted' \| 'success' \| 'info' \| 'warning' \| 'danger' | — | The type of badge to display. Determines the visual style of the badge. Available types include: muted: A subdued badge style. success: Indicates a successful state. info: Represents informational content. warning: Warns of potential issues. danger: Highlights a critical state. |
392
+ | └navItems | T[] | — | The list of all menu items of a group. |
393
+ | enableFilter | boolean | false | Enables the filter. |
394
+ | focusFilter | boolean | false | Focus the filter input. |
395
+ | filterKey | keyof T | 'key' | Define the attribute key for filtering. |
396
+ | filterPlaceholder | string | — | The placeholder text for the filter input. |
397
+ | onFilterChange | (value: string) => void | — | Gets called when the filter input changes. |
398
+ | notFoundMessage | string \| ReactNode | — | A localized message to be shown when the filter result is empty. |
399
+ | responsive | boolean | true | The menu uses collapses on smaller screens using an expander panel. |
400
+ | autoClose | boolean | true | Enables automatic closing of the expander panel. Only relevant when using the responsive flag. Note: Make sure to not stop the events from bubbling up when clicking on a list item! Using event.stopPropagation() will prevent the panel from closing. |
401
+ | groupClassName | string | — | Additional classes to be set on the menu group element. |
402
+ | trailingInputAddon | React.ReactNode | — | Additional addon for the input group. |
403
+ | className | string | — | Additional classes to be set on the wrapper element. |
404
+
405
+ #### Props: ListMenuNavItem
406
+
407
+ ### ListMenuNavItem
408
+
409
+ | Name | Type | Default | Description |
410
+ | --- | --- | --- | --- |
411
+ | key | string | — | The name or key of the menu nav item. This key will be used for filtering, hence it should match the translated menu item name. |
412
+ | item | string \| ReactNode | — | The menu nav item itself. This can be a simple <a>, <NavLink>, <Link>, <span> or even a <FormattedMessage>. |
413
+ | disabled | boolean | false | Disables the list item. |
414
+ | isSubItem | boolean | — | Whether the current menu item is a child of another menu item. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
- *Source:* https://uikit.developers.rio.cloud/#components/loadMore
6
- *Captured:* 2026-01-14T09:07:02.390Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/loadMore
6
+ *Captured:* 2026-02-23T13:41:41.704Z
7
7
 
8
8
  ## LoadMoreButton
9
9
 
@@ -93,6 +93,19 @@ export default () => {
93
93
  <button class="position-absolute left-0 bottom-0 margin-10 btn btn-default" type="button">Reset</button>
94
94
  ```
95
95
 
96
+ #### Props
97
+
98
+ | Name | Type | Default | Description |
99
+ | --- | --- | --- | --- |
100
+ | loaded | number | 0 | The number of already loaded elements. If set to 0 the progress bar will not be shown. |
101
+ | total | number | 100 | The number of all elements. If set to 0 the progress bar will not be shown. |
102
+ | noMoreMessage | string \| ReactNode | — | The message that will be shown when everything is loaded. |
103
+ | loadMoreMessage | string \| ReactNode | — | The text for the load more button. |
104
+ | isInteractive | boolean | true | If set to false, the button will not be rendered. The loadMoreMessage will be shown as text. |
105
+ | onLoadMore | VoidFunction | — | Callback fired when clicking on the load more button. |
106
+ | progressBarStyle | ProgressBarStyle | 'white' | In case the component is used on white background, set the progress bar style to gray. |
107
+ | className | string | — | Additional classes to be set on the wrapper element. |
108
+
96
109
  ### Example: Example 2
97
110
 
98
111
  20/100
@@ -190,4 +203,17 @@ export default () => {
190
203
  <button class="btn btn-default" type="button">Reset</button>
191
204
  <button class="btn btn-default" type="button">Load more</button>
192
205
  </div>
193
- ```
206
+ ```
207
+
208
+ #### Props
209
+
210
+ | Name | Type | Default | Description |
211
+ | --- | --- | --- | --- |
212
+ | loaded | number | 0 | The number of already loaded elements. If set to 0 the progress bar will not be shown. |
213
+ | total | number | 100 | The number of all elements. If set to 0 the progress bar will not be shown. |
214
+ | noMoreMessage | string \| ReactNode | — | The message that will be shown when everything is loaded. |
215
+ | loadMoreMessage | string \| ReactNode | — | The text for the load more button. |
216
+ | isInteractive | boolean | true | If set to false, the button will not be rendered. The loadMoreMessage will be shown as text. |
217
+ | onLoadMore | VoidFunction | — | Callback fired when clicking on the load more button. |
218
+ | progressBarStyle | ProgressBarStyle | 'white' | In case the component is used on white background, set the progress bar style to gray. |
219
+ | className | string | — | Additional classes to be set on the wrapper element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Navigation
5
- *Source:* https://uikit.developers.rio.cloud/#components/mainNavigation
6
- *Captured:* 2026-01-14T09:06:54.125Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/mainNavigation
6
+ *Captured:* 2026-02-23T13:41:32.592Z
7
7
 
8
8
  ## MainNavigation
9
9
 
@@ -84,13 +84,13 @@ export default () => (
84
84
  </ul>
85
85
  <ul class="SubmoduleNavigation nav">
86
86
  <li class="submodule " data-nav-item-key="1">
87
- <a href="#components/appLayout">Navigation 1</a>
87
+ <a class="" href="#/components/appLayout" data-discover="true">Navigation 1</a>
88
88
  </li>
89
89
  <li class="submodule " data-nav-item-key="2">
90
- <a href="#2">Navigation 2</a>
90
+ <a class="" href="#/2" data-discover="true">Navigation 2</a>
91
91
  </li>
92
92
  <li class="submodule " data-nav-item-key="3">
93
- <a href="#3">Navigation 3</a>
93
+ <a class="" href="#/3" data-discover="true">Navigation 3</a>
94
94
  </li>
95
95
  </ul>
96
96
  <ul class="ApplicationActionBar nav navbar-nav navbar-right ">
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Map
5
- *Source:* https://uikit.developers.rio.cloud/#components/mapCircle
6
- *Captured:* 2026-01-14T09:08:12.768Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/mapCircle
6
+ *Captured:* 2026-02-23T13:42:47.747Z
7
7
 
8
8
  ## Circle
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Map
5
- *Source:* https://uikit.developers.rio.cloud/#components/mapCluster
6
- *Captured:* 2026-01-14T09:08:13.279Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/mapCluster
6
+ *Captured:* 2026-02-23T13:42:46.334Z
7
7
 
8
8
  ## Clusters
9
9