@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:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/statsWidgets
6
- *Captured:* 2026-01-14T09:07:36.188Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/statsWidgets
6
+ *Captured:* 2026-02-23T13:42:16.687Z
7
7
 
8
8
  ## StatsWidgets
9
9
 
@@ -319,6 +319,46 @@ export default () => (
319
319
  </div>
320
320
  ```
321
321
 
322
+ #### Props: StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
323
+
324
+ ### StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
325
+
326
+ | Name | Type | Default | Description |
327
+ | --- | --- | --- | --- |
328
+ | className | string | — | Additional class names to be added to the element. |
329
+
330
+ #### Props: StatsWidget
331
+
332
+ ### StatsWidget
333
+
334
+ | Name | Type | Default | Description |
335
+ | --- | --- | --- | --- |
336
+ | onFilterReset | MouseEventHandler | — | Callback to reset the filter. |
337
+ | hasFilter | boolean | false | Defines whether a filter is active for this widget. |
338
+ | className | string | — | Additional class names to be added to the element. |
339
+
340
+ #### Props: StatsWidgetBody
341
+
342
+ ### StatsWidgetBody
343
+
344
+ | Name | Type | Default | Description |
345
+ | --- | --- | --- | --- |
346
+ | fullWidth | boolean | false | Whether to use flex space-between for StatsWidgetNumbers. |
347
+ | className | string | — | Additional class names to be added to the element. |
348
+
349
+ #### Props: StatsWidgetNumber
350
+
351
+ ### StatsWidgetNumber
352
+
353
+ | Name | Type | Default | Description |
354
+ | --- | --- | --- | --- |
355
+ | value | string \| number \| ReactNode | 0 | The value to be shown. |
356
+ | total | string \| number \| ReactNode | — | The total value to be shown i.e. in combination with an active filter. |
357
+ | label | string \| ReactNode | — | The label shown below the number. |
358
+ | clickable | boolean | false | Defines whether the number is clickable i.e. in combination with a filter. |
359
+ | onClick | MouseEventHandler | — | Callback for when the user clicks the number widget. |
360
+ | className | string | — | Additional class names to be added to the element. |
361
+
322
362
  ### Example: Example 2
323
363
 
324
364
  Current activity
@@ -409,6 +449,46 @@ export default () => (
409
449
  </div>
410
450
  ```
411
451
 
452
+ #### Props: StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
453
+
454
+ ### StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
455
+
456
+ | Name | Type | Default | Description |
457
+ | --- | --- | --- | --- |
458
+ | className | string | — | Additional class names to be added to the element. |
459
+
460
+ #### Props: StatsWidget
461
+
462
+ ### StatsWidget
463
+
464
+ | Name | Type | Default | Description |
465
+ | --- | --- | --- | --- |
466
+ | onFilterReset | MouseEventHandler | — | Callback to reset the filter. |
467
+ | hasFilter | boolean | false | Defines whether a filter is active for this widget. |
468
+ | className | string | — | Additional class names to be added to the element. |
469
+
470
+ #### Props: StatsWidgetBody
471
+
472
+ ### StatsWidgetBody
473
+
474
+ | Name | Type | Default | Description |
475
+ | --- | --- | --- | --- |
476
+ | fullWidth | boolean | false | Whether to use flex space-between for StatsWidgetNumbers. |
477
+ | className | string | — | Additional class names to be added to the element. |
478
+
479
+ #### Props: StatsWidgetNumber
480
+
481
+ ### StatsWidgetNumber
482
+
483
+ | Name | Type | Default | Description |
484
+ | --- | --- | --- | --- |
485
+ | value | string \| number \| ReactNode | 0 | The value to be shown. |
486
+ | total | string \| number \| ReactNode | — | The total value to be shown i.e. in combination with an active filter. |
487
+ | label | string \| ReactNode | — | The label shown below the number. |
488
+ | clickable | boolean | false | Defines whether the number is clickable i.e. in combination with a filter. |
489
+ | onClick | MouseEventHandler | — | Callback for when the user clicks the number widget. |
490
+ | className | string | — | Additional class names to be added to the element. |
491
+
412
492
  ### Example: Example 3
413
493
 
414
494
  Notifications
@@ -522,4 +602,44 @@ export default () => {
522
602
  </div>
523
603
  </div>
524
604
  </div>
525
- ```
605
+ ```
606
+
607
+ #### Props: StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
608
+
609
+ ### StatsWidgets, StatsWidget, StatsWidgetSpacer and StatsWidgetNumber
610
+
611
+ | Name | Type | Default | Description |
612
+ | --- | --- | --- | --- |
613
+ | className | string | — | Additional class names to be added to the element. |
614
+
615
+ #### Props: StatsWidget
616
+
617
+ ### StatsWidget
618
+
619
+ | Name | Type | Default | Description |
620
+ | --- | --- | --- | --- |
621
+ | onFilterReset | MouseEventHandler | — | Callback to reset the filter. |
622
+ | hasFilter | boolean | false | Defines whether a filter is active for this widget. |
623
+ | className | string | — | Additional class names to be added to the element. |
624
+
625
+ #### Props: StatsWidgetBody
626
+
627
+ ### StatsWidgetBody
628
+
629
+ | Name | Type | Default | Description |
630
+ | --- | --- | --- | --- |
631
+ | fullWidth | boolean | false | Whether to use flex space-between for StatsWidgetNumbers. |
632
+ | className | string | — | Additional class names to be added to the element. |
633
+
634
+ #### Props: StatsWidgetNumber
635
+
636
+ ### StatsWidgetNumber
637
+
638
+ | Name | Type | Default | Description |
639
+ | --- | --- | --- | --- |
640
+ | value | string \| number \| ReactNode | 0 | The value to be shown. |
641
+ | total | string \| number \| ReactNode | — | The total value to be shown i.e. in combination with an active filter. |
642
+ | label | string \| ReactNode | — | The label shown below the number. |
643
+ | clickable | boolean | false | Defines whether the number is clickable i.e. in combination with a filter. |
644
+ | onClick | MouseEventHandler | — | Callback for when the user clicks the number widget. |
645
+ | className | string | — | Additional class names to be added to the element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#components/statusBar
6
- *Captured:* 2026-01-14T09:07:23.120Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/statusBar
6
+ *Captured:* 2026-02-23T13:42:02.740Z
7
7
 
8
8
  Flexible component to showcase various states based on progress bars.
9
9
 
@@ -615,4 +615,30 @@ export default () => (
615
615
  </div>
616
616
  </div>
617
617
  </div>
618
- ```
618
+ ```
619
+
620
+ #### Props
621
+
622
+ | Name | Type | Default | Description |
623
+ | --- | --- | --- | --- |
624
+ | icon | StatusBarIcon | — | The icon to be shown next to the progress bar. |
625
+ | └name | string | — | The class name of the icon i.e. "rioglyph-cruise-control". |
626
+ | └alignment | 'left' \| 'right' | 'left' | The position of the icon. |
627
+ | └color | string | 'text-color-gray' | The text color class name for the icon. |
628
+ | └className | string | — | Optional class names for the icon. |
629
+ | label | StatusBarLabel | — | The label to be shown for the progress bar. |
630
+ | └value | string \| React.ReactNode | — | The label content. |
631
+ | └alignment | 'left' \| 'top' \| 'right' | 'right' | The position of the icon. |
632
+ | └weight | 'light' \| 'bold' | 'bold' | The text weight of the label. |
633
+ | └color | string | 'text-color-gray' | The text color class name for the label. |
634
+ | └className | string | — | Optional class names for the label. |
635
+ | progress | StatusBarProgress[] | — | List of progress bars which will be stacked in given order if there are multiple. |
636
+ | └percentage | number | 0 | The percentage of the progress. |
637
+ | └color | string | 'progress-bar-info' | The color class name for the label. |
638
+ | └tooltip | string \| React.ReactNode | — | Optional tooltip content to be shown for the progress bar. |
639
+ | └tooltipPosition | 'top' \| 'right' \| 'bottom' \| 'left' | 'top' | The position of the tooltip for the progress bar. |
640
+ | └tooltipDelay | number | 50 | The delay in milliseconds for when the tooltip is shown when hovering the progress bar. |
641
+ | └className | string | — | Optional class names for the progress bar. |
642
+ | size | 'small' \| 'large' | 'small' | The size of the icon and progress bar. Possible values are: 'small' 'large' |
643
+ | useProgressDivider | boolean | true | Uses a divider for multiple progress bars when defined. |
644
+ | className | string | — | Optional class names for the wrapper element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
- *Source:* https://uikit.developers.rio.cloud/#components/stepButton
6
- *Captured:* 2026-01-14T09:07:03.860Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/stepButton
6
+ *Captured:* 2026-02-23T13:41:43.338Z
7
7
 
8
8
  The StepButton is a convenient component designed to simplify usage and alignment of buttons with chevrons.
9
9
 
@@ -52,4 +52,10 @@ export default () => (
52
52
  </span>Next</button>
53
53
  </div>
54
54
  </div>
55
- ```
55
+ ```
56
+
57
+ #### Props
58
+
59
+ | Name | Type | Default | Description |
60
+ | --- | --- | --- | --- |
61
+ | direction | 'next' \| 'previous' | 'next' | Defines the chevron icon for the respective direction. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#components/steppedProgressBars
6
- *Captured:* 2026-01-14T09:07:25.434Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/steppedProgressBars
6
+ *Captured:* 2026-02-23T13:42:04.942Z
7
7
 
8
8
  ## SteppedProgressBar - Circle
9
9
 
@@ -227,6 +227,22 @@ const ThirdPageContent = ({ pageNumber, onClickPrevious }: ThirdPageContentProps
227
227
  </div>
228
228
  ```
229
229
 
230
+ #### Props
231
+
232
+ | Name | Type | Default | Description |
233
+ | --- | --- | --- | --- |
234
+ | labels | SteppedProgressBarLabel[] | — | Objects to defining the icon and the label of the navigation items. The icon can be a string or an icon. |
235
+ | └icon | string \| ReactNode | — | The element shown in the step element. This can be a single step number or an icon element. |
236
+ | └label | string \| ReactNode | — | The label shown below the step element. |
237
+ | └labelClassName | string | — | Additional classes to be set on the label element. |
238
+ | └labelWrapperClassName | string | — | Additional classes to be set on the label wrapping element. |
239
+ | selectedStepNumber | number | — | Index of the selected navigation item. |
240
+ | onSelectedChanged | (selectedKey: number) => void | — | Called with the new selected index after the user clicked a nav item. |
241
+ | variant | 'circle' \| 'rectangle' \| 'roadsign' | 'circle' | The SteppedProgressBar Variant. One of circle, rectangle or roadsign. |
242
+ | disableFollowingPages | number | — | All navigation items with a higher index than this will be disabled. |
243
+ | mobileBreakpoint | boolean | true | Deactivating the wrapping of bubbles on mobile. |
244
+ | className | string | — | Additional classes to be set on the wrapper element. |
245
+
230
246
  ## SteppedProgressBar - Rectangle
231
247
 
232
248
  ### Example: Example 2
@@ -463,6 +479,22 @@ const ThirdPageContent = ({ pageNumber, onClickPrevious }: ThirdPageContentProps
463
479
  </div>
464
480
  ```
465
481
 
482
+ #### Props
483
+
484
+ | Name | Type | Default | Description |
485
+ | --- | --- | --- | --- |
486
+ | labels | SteppedProgressBarLabel[] | — | Objects to defining the icon and the label of the navigation items. The icon can be a string or an icon. |
487
+ | └icon | string \| ReactNode | — | The element shown in the step element. This can be a single step number or an icon element. |
488
+ | └label | string \| ReactNode | — | The label shown below the step element. |
489
+ | └labelClassName | string | — | Additional classes to be set on the label element. |
490
+ | └labelWrapperClassName | string | — | Additional classes to be set on the label wrapping element. |
491
+ | selectedStepNumber | number | — | Index of the selected navigation item. |
492
+ | onSelectedChanged | (selectedKey: number) => void | — | Called with the new selected index after the user clicked a nav item. |
493
+ | variant | 'circle' \| 'rectangle' \| 'roadsign' | 'circle' | The SteppedProgressBar Variant. One of circle, rectangle or roadsign. |
494
+ | disableFollowingPages | number | — | All navigation items with a higher index than this will be disabled. |
495
+ | mobileBreakpoint | boolean | true | Deactivating the wrapping of bubbles on mobile. |
496
+ | className | string | — | Additional classes to be set on the wrapper element. |
497
+
466
498
  ## SteppedProgressBar - Rectangle with custom content
467
499
 
468
500
  ### Example: Example 3
@@ -766,6 +798,22 @@ const ThirdPageContent = ({ pageNumber, onClickPrevious }: ThirdPageContentProps
766
798
  </div>
767
799
  ```
768
800
 
801
+ #### Props
802
+
803
+ | Name | Type | Default | Description |
804
+ | --- | --- | --- | --- |
805
+ | labels | SteppedProgressBarLabel[] | — | Objects to defining the icon and the label of the navigation items. The icon can be a string or an icon. |
806
+ | └icon | string \| ReactNode | — | The element shown in the step element. This can be a single step number or an icon element. |
807
+ | └label | string \| ReactNode | — | The label shown below the step element. |
808
+ | └labelClassName | string | — | Additional classes to be set on the label element. |
809
+ | └labelWrapperClassName | string | — | Additional classes to be set on the label wrapping element. |
810
+ | selectedStepNumber | number | — | Index of the selected navigation item. |
811
+ | onSelectedChanged | (selectedKey: number) => void | — | Called with the new selected index after the user clicked a nav item. |
812
+ | variant | 'circle' \| 'rectangle' \| 'roadsign' | 'circle' | The SteppedProgressBar Variant. One of circle, rectangle or roadsign. |
813
+ | disableFollowingPages | number | — | All navigation items with a higher index than this will be disabled. |
814
+ | mobileBreakpoint | boolean | true | Deactivating the wrapping of bubbles on mobile. |
815
+ | className | string | — | Additional classes to be set on the wrapper element. |
816
+
769
817
  ## SteppedProgressBar - Road Sign
770
818
 
771
819
  ### Example: Example 4
@@ -997,4 +1045,20 @@ const ThirdPageContent = ({ pageNumber, onClickPrevious }: ThirdPageContentProps
997
1045
  </div>
998
1046
  </div>
999
1047
  </div>
1000
- ```
1048
+ ```
1049
+
1050
+ #### Props
1051
+
1052
+ | Name | Type | Default | Description |
1053
+ | --- | --- | --- | --- |
1054
+ | labels | SteppedProgressBarLabel[] | — | Objects to defining the icon and the label of the navigation items. The icon can be a string or an icon. |
1055
+ | └icon | string \| ReactNode | — | The element shown in the step element. This can be a single step number or an icon element. |
1056
+ | └label | string \| ReactNode | — | The label shown below the step element. |
1057
+ | └labelClassName | string | — | Additional classes to be set on the label element. |
1058
+ | └labelWrapperClassName | string | — | Additional classes to be set on the label wrapping element. |
1059
+ | selectedStepNumber | number | — | Index of the selected navigation item. |
1060
+ | onSelectedChanged | (selectedKey: number) => void | — | Called with the new selected index after the user clicked a nav item. |
1061
+ | variant | 'circle' \| 'rectangle' \| 'roadsign' | 'circle' | The SteppedProgressBar Variant. One of circle, rectangle or roadsign. |
1062
+ | disableFollowingPages | number | — | All navigation items with a higher index than this will be disabled. |
1063
+ | mobileBreakpoint | boolean | true | Deactivating the wrapping of bubbles on mobile. |
1064
+ | 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/subNavigation
6
- *Captured:* 2026-01-14T09:06:55.741Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/subNavigation
6
+ *Captured:* 2026-02-23T13:41:34.331Z
7
7
 
8
8
  ## SubNavigation
9
9
 
@@ -63,19 +63,26 @@ export default () => (
63
63
  <div class="SubNavigation width-100pct overflow-auto">
64
64
  <ul class="SubmoduleNavigation nav">
65
65
  <li class="submodule" data-nav-item-key="1">
66
- <a aria-current="page" class="active" href="#components/subNavigation">Subnavigation 1</a>
66
+ <a aria-current="page" class="active" href="#/components/subNavigation" data-discover="true">Subnavigation 1</a>
67
67
  </li>
68
68
  <li class="submodule" data-nav-item-key="2">
69
- <a href="#components/appLayout">Subnavigation 2</a>
69
+ <a class="" href="#/components/appLayout" data-discover="true">Subnavigation 2</a>
70
70
  </li>
71
71
  <li class="submodule" data-nav-item-key="3">
72
- <a href="#components/appLayout">Subnavigation 3</a>
72
+ <a class="" href="#/components/appLayout" data-discover="true">Subnavigation 3</a>
73
73
  </li>
74
74
  </ul>
75
75
  </div>
76
76
  </div>
77
77
  ```
78
78
 
79
+ #### Props
80
+
81
+ | Name | Type | Default | Description |
82
+ | --- | --- | --- | --- |
83
+ | navItems | ModulePropType[] | — | List of navigation items with key and route prop. The route prop is a react-router NavLink component with an active style. |
84
+ | className | string | — | Additional classes for the wrapper element. |
85
+
79
86
  ## SubNavigation with offset
80
87
 
81
88
  ### Example: Example 2
@@ -224,13 +231,13 @@ const useResizer = () => {
224
231
  </ul>
225
232
  <ul class="SubmoduleNavigation nav">
226
233
  <li class="submodule " data-nav-item-key="1">
227
- <a aria-current="page" class="active" href="#components/subNavigation">Navigation 1</a>
234
+ <a aria-current="page" class="active" href="//components/subNavigation">Navigation 1</a>
228
235
  </li>
229
236
  <li class="submodule " data-nav-item-key="2">
230
- <a href="#2">Navigation 2</a>
237
+ <a class="" href="#/2" data-discover="true">Navigation 2</a>
231
238
  </li>
232
239
  <li class="submodule " data-nav-item-key="3">
233
- <a href="#3">Navigation 3</a>
240
+ <a class="" href="#/3" data-discover="true">Navigation 3</a>
234
241
  </li>
235
242
  </ul>
236
243
  <ul class="ApplicationActionBar nav navbar-nav navbar-right ">
@@ -243,13 +250,13 @@ const useResizer = () => {
243
250
  <div class="SubNavigation width-100pct overflow-auto">
244
251
  <ul class="SubmoduleNavigation nav">
245
252
  <li class="submodule" data-nav-item-key="1">
246
- <a aria-current="page" class="active" href="#components/subNavigation">Subnavigation 1</a>
253
+ <a aria-current="page" class="active" href="//components/subNavigation">Subnavigation 1</a>
247
254
  </li>
248
255
  <li class="submodule" data-nav-item-key="2">
249
- <a href="#2">Subnavigation 2</a>
256
+ <a class="" href="#/2" data-discover="true">Subnavigation 2</a>
250
257
  </li>
251
258
  <li class="submodule" data-nav-item-key="3">
252
- <a href="#3">Subnavigation 3</a>
259
+ <a class="" href="#/3" data-discover="true">Subnavigation 3</a>
253
260
  </li>
254
261
  </ul>
255
262
  </div>
@@ -403,13 +410,13 @@ export default () => {
403
410
  </ul>
404
411
  <ul class="SubmoduleNavigation nav">
405
412
  <li class="submodule " data-nav-item-key="1">
406
- <a aria-current="page" class="active" href="#components/subNavigation">Navigation 1</a>
413
+ <a aria-current="page" class="active" href="//components/subNavigation">Navigation 1</a>
407
414
  </li>
408
415
  <li class="submodule " data-nav-item-key="2">
409
- <a href="#2">Navigation 2</a>
416
+ <a class="" href="#/2" data-discover="true">Navigation 2</a>
410
417
  </li>
411
418
  <li class="submodule " data-nav-item-key="3">
412
- <a href="#3">Navigation 3</a>
419
+ <a class="" href="#/3" data-discover="true">Navigation 3</a>
413
420
  </li>
414
421
  </ul>
415
422
  <ul class="ApplicationActionBar nav navbar-nav navbar-right ">
@@ -422,13 +429,13 @@ export default () => {
422
429
  <div class="SubNavigation width-100pct overflow-auto">
423
430
  <ul class="SubmoduleNavigation nav">
424
431
  <li class="submodule" data-nav-item-key="1">
425
- <a aria-current="page" class="active" href="#components/subNavigation">Subnavigation 1</a>
432
+ <a aria-current="page" class="active" href="//components/subNavigation">Subnavigation 1</a>
426
433
  </li>
427
434
  <li class="submodule" data-nav-item-key="2">
428
- <a href="#2">Subnavigation 2</a>
435
+ <a class="" href="#/2" data-discover="true">Subnavigation 2</a>
429
436
  </li>
430
437
  <li class="submodule" data-nav-item-key="3">
431
- <a href="#3">Subnavigation 3</a>
438
+ <a class="" href="#/3" data-discover="true">Subnavigation 3</a>
432
439
  </li>
433
440
  </ul>
434
441
  </div>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/supportMarker
6
- *Captured:* 2026-01-14T09:07:50.269Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/supportMarker
6
+ *Captured:* 2026-02-23T13:42:30.224Z
7
7
 
8
8
  You can add the support-marker class along with the data-support attribute to any HTML element - even divs wrapping around iframes, for example!
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/svgImage
6
- *Captured:* 2026-01-14T09:07:51.711Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/svgImage
6
+ *Captured:* 2026-02-23T13:42:31.695Z
7
7
 
8
8
  This component helps to render SVG images hosted on RIO's CDN and lets you customize the colors for various brand themes. It uses the defined UIKIT CSS variables to automatically adapt to dark mode. When customizing colors, make sure to use existing CSS color variable names.
9
9
 
@@ -235,4 +235,14 @@ export default () => (
235
235
  </g>
236
236
  </svg>
237
237
  </div>
238
- ```
238
+ ```
239
+
240
+ #### Props
241
+
242
+ | Name | Type | Default | Description |
243
+ | --- | --- | --- | --- |
244
+ | name | string | — | The name of the image file without extension. |
245
+ | size | number | 150 | The height and width of the SVG image in pixels. |
246
+ | baseUrl | string | 'https://cdn.rio.cloud/riosvg' | The CDN base URL where the images are located. |
247
+ | colorMap | ColorOverridesMap | — | Customize color using the color map and define the CSS variable name that shall be used. |
248
+ | className | string | — | Additional class names added to the SVG element. |