@rio-cloud/uikit-mcp 1.1.4 → 1.1.5

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 (191) hide show
  1. package/README.md +1 -0
  2. package/dist/doc-metadata.json +80 -80
  3. package/dist/docs/components/accentBar.md +34 -2
  4. package/dist/docs/components/activity.md +13 -2
  5. package/dist/docs/components/animatedNumber.md +16 -3
  6. package/dist/docs/components/animatedTextReveal.md +53 -7
  7. package/dist/docs/components/animations.md +30 -30
  8. package/dist/docs/components/appHeader.md +58 -2
  9. package/dist/docs/components/appLayout.md +543 -38
  10. package/dist/docs/components/appNavigationBar.md +54 -2
  11. package/dist/docs/components/areaCharts.md +4 -4
  12. package/dist/docs/components/aspectRatioPlaceholder.md +10 -2
  13. package/dist/docs/components/assetTree.md +1065 -218
  14. package/dist/docs/components/autosuggests.md +1 -1
  15. package/dist/docs/components/avatar.md +24 -2
  16. package/dist/docs/components/banner.md +2 -2
  17. package/dist/docs/components/barCharts.md +27 -27
  18. package/dist/docs/components/barList.md +21 -9
  19. package/dist/docs/components/basicMap.md +1 -1
  20. package/dist/docs/components/bottomSheet.md +99 -2
  21. package/dist/docs/components/button.md +161 -16
  22. package/dist/docs/components/buttonToolbar.md +9 -2
  23. package/dist/docs/components/calendarStripe.md +84 -110
  24. package/dist/docs/components/card.md +10 -2
  25. package/dist/docs/components/carousel.md +1 -1
  26. package/dist/docs/components/chartColors.md +1 -1
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -2
  29. package/dist/docs/components/checkbox.md +51 -26
  30. package/dist/docs/components/clearableInput.md +17 -17
  31. package/dist/docs/components/collapse.md +27 -3
  32. package/dist/docs/components/composedCharts.md +15 -15
  33. package/dist/docs/components/contentLoader.md +125 -104
  34. package/dist/docs/components/dataTabs.md +189 -9
  35. package/dist/docs/components/datepickers.md +733 -721
  36. package/dist/docs/components/dialogs.md +361 -1
  37. package/dist/docs/components/divider.md +14 -2
  38. package/dist/docs/components/dropdowns.md +4533 -4352
  39. package/dist/docs/components/editableContent.md +186 -2
  40. package/dist/docs/components/expander.md +51 -4
  41. package/dist/docs/components/fade.md +41 -6
  42. package/dist/docs/components/fadeExpander.md +11 -2
  43. package/dist/docs/components/fadeUp.md +21 -3
  44. package/dist/docs/components/feedback.md +43 -2
  45. package/dist/docs/components/filePickers.md +44 -2
  46. package/dist/docs/components/formLabel.md +16 -2
  47. package/dist/docs/components/groupedItemList.md +53 -2
  48. package/dist/docs/components/iconList.md +4 -4
  49. package/dist/docs/components/imagePreloader.md +6 -2
  50. package/dist/docs/components/labeledElement.md +12 -2
  51. package/dist/docs/components/licensePlate.md +10 -2
  52. package/dist/docs/components/lineCharts.md +3 -3
  53. package/dist/docs/components/listMenu.md +72 -2
  54. package/dist/docs/components/loadMore.md +28 -2
  55. package/dist/docs/components/mainNavigation.md +1 -1
  56. package/dist/docs/components/mapCircle.md +1 -1
  57. package/dist/docs/components/mapCluster.md +1 -1
  58. package/dist/docs/components/mapContext.md +1 -1
  59. package/dist/docs/components/mapDraggableMarker.md +1 -1
  60. package/dist/docs/components/mapGettingStarted.md +1 -1
  61. package/dist/docs/components/mapInfoBubble.md +1 -1
  62. package/dist/docs/components/mapLayerGroup.md +1 -1
  63. package/dist/docs/components/mapMarker.md +1 -1
  64. package/dist/docs/components/mapPolygon.md +1 -1
  65. package/dist/docs/components/mapRoute.md +1 -1
  66. package/dist/docs/components/mapRouteGenerator.md +1 -1
  67. package/dist/docs/components/mapSettings.md +1 -1
  68. package/dist/docs/components/mapUtils.md +1 -1
  69. package/dist/docs/components/multiselects.md +1 -1
  70. package/dist/docs/components/noData.md +22 -2
  71. package/dist/docs/components/notifications.md +1 -1
  72. package/dist/docs/components/numbercontrol.md +50 -2
  73. package/dist/docs/components/onboarding.md +25 -1
  74. package/dist/docs/components/page.md +32 -2
  75. package/dist/docs/components/pager.md +14 -2
  76. package/dist/docs/components/pieCharts.md +36 -36
  77. package/dist/docs/components/popover.md +39 -1
  78. package/dist/docs/components/position.md +10 -2
  79. package/dist/docs/components/radialBarCharts.md +25 -25
  80. package/dist/docs/components/radiobutton.md +137 -9
  81. package/dist/docs/components/releaseNotes.md +18 -1
  82. package/dist/docs/components/resizer.md +13 -2
  83. package/dist/docs/components/responsiveColumnStripe.md +19 -2
  84. package/dist/docs/components/responsiveVideo.md +11 -2
  85. package/dist/docs/components/rioglyph.md +12 -2
  86. package/dist/docs/components/rules.md +94 -4
  87. package/dist/docs/components/saveableInput.md +399 -275
  88. package/dist/docs/components/selects.md +1 -1
  89. package/dist/docs/components/sidebar.md +38 -2
  90. package/dist/docs/components/sliders.md +37 -2
  91. package/dist/docs/components/smoothScrollbars.md +92 -2
  92. package/dist/docs/components/spinners.md +50 -2
  93. package/dist/docs/components/states.md +216 -1
  94. package/dist/docs/components/statsWidgets.md +122 -2
  95. package/dist/docs/components/statusBar.md +28 -2
  96. package/dist/docs/components/stepButton.md +8 -2
  97. package/dist/docs/components/steppedProgressBars.md +66 -2
  98. package/dist/docs/components/subNavigation.md +8 -1
  99. package/dist/docs/components/supportMarker.md +1 -1
  100. package/dist/docs/components/svgImage.md +12 -38
  101. package/dist/docs/components/switch.md +11 -2
  102. package/dist/docs/components/tables.md +1 -1
  103. package/dist/docs/components/tagManager.md +55 -1
  104. package/dist/docs/components/tags.md +32 -2
  105. package/dist/docs/components/teaser.md +29 -2
  106. package/dist/docs/components/timeline.md +1 -1
  107. package/dist/docs/components/timepicker.md +30 -2
  108. package/dist/docs/components/toggleButton.md +65 -7
  109. package/dist/docs/components/tooltip.md +26 -18
  110. package/dist/docs/components/virtualList.md +103 -77
  111. package/dist/docs/foundations.md +177 -177
  112. package/dist/docs/start/changelog.md +1 -1
  113. package/dist/docs/start/goodtoknow.md +1 -1
  114. package/dist/docs/start/guidelines/color-combinations.md +1 -1
  115. package/dist/docs/start/guidelines/custom-css.md +1 -1
  116. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  117. package/dist/docs/start/guidelines/formatting.md +1 -1
  118. package/dist/docs/start/guidelines/iframe.md +2 -2
  119. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  120. package/dist/docs/start/guidelines/print-css.md +1 -1
  121. package/dist/docs/start/guidelines/spinner.md +81 -81
  122. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  123. package/dist/docs/start/guidelines/writing.md +1 -1
  124. package/dist/docs/start/howto.md +1 -1
  125. package/dist/docs/start/intro.md +1 -1
  126. package/dist/docs/start/responsiveness.md +1 -1
  127. package/dist/docs/templates/common-table.md +11 -11
  128. package/dist/docs/templates/detail-views.md +2 -2
  129. package/dist/docs/templates/expandable-details.md +1 -1
  130. package/dist/docs/templates/feature-cards.md +55 -55
  131. package/dist/docs/templates/form-summary.md +22 -22
  132. package/dist/docs/templates/form-toggle.md +1 -1
  133. package/dist/docs/templates/list-blocks.md +200 -200
  134. package/dist/docs/templates/loading-progress.md +1 -1
  135. package/dist/docs/templates/options-panel.md +1 -1
  136. package/dist/docs/templates/panel-variants.md +1 -1
  137. package/dist/docs/templates/progress-cards.md +1 -1
  138. package/dist/docs/templates/progress-success.md +1 -1
  139. package/dist/docs/templates/settings-form.md +23 -23
  140. package/dist/docs/templates/stats-blocks.md +16 -16
  141. package/dist/docs/templates/table-panel.md +1 -1
  142. package/dist/docs/templates/table-row-animation.md +1 -1
  143. package/dist/docs/templates/usage-cards.md +1 -1
  144. package/dist/docs/utilities/deviceUtils.md +1 -1
  145. package/dist/docs/utilities/featureToggles.md +1 -1
  146. package/dist/docs/utilities/fuelTypeUtils.md +1 -1
  147. package/dist/docs/utilities/routeUtils.md +1 -1
  148. package/dist/docs/utilities/useAfterMount.md +1 -1
  149. package/dist/docs/utilities/useAutoAnimate.md +1 -1
  150. package/dist/docs/utilities/useAverage.md +1 -1
  151. package/dist/docs/utilities/useClickOutside.md +1 -1
  152. package/dist/docs/utilities/useClipboard.md +2 -2
  153. package/dist/docs/utilities/useCount.md +1 -1
  154. package/dist/docs/utilities/useDarkMode.md +1 -1
  155. package/dist/docs/utilities/useDebugInfo.md +4 -4
  156. package/dist/docs/utilities/useEffectOnce.md +1 -1
  157. package/dist/docs/utilities/useElapsedTime.md +1 -1
  158. package/dist/docs/utilities/useElementSize.md +1 -1
  159. package/dist/docs/utilities/useEsc.md +1 -1
  160. package/dist/docs/utilities/useEvent.md +1 -1
  161. package/dist/docs/utilities/useFocusTrap.md +1 -1
  162. package/dist/docs/utilities/useFullscreen.md +1 -1
  163. package/dist/docs/utilities/useHover.md +1 -1
  164. package/dist/docs/utilities/useIncomingPostMessages.md +1 -1
  165. package/dist/docs/utilities/useInterval.md +1 -1
  166. package/dist/docs/utilities/useIsFocusWithin.md +1 -1
  167. package/dist/docs/utilities/useKey.md +1 -1
  168. package/dist/docs/utilities/useLocalStorage.md +1 -1
  169. package/dist/docs/utilities/useLocationSuggestions.md +1 -1
  170. package/dist/docs/utilities/useMax.md +1 -1
  171. package/dist/docs/utilities/useMin.md +1 -1
  172. package/dist/docs/utilities/useMutationObserver.md +1 -1
  173. package/dist/docs/utilities/useOnScreen.md +1 -1
  174. package/dist/docs/utilities/useOnlineStatus.md +1 -1
  175. package/dist/docs/utilities/usePostMessage.md +1 -1
  176. package/dist/docs/utilities/usePostMessageSender.md +1 -1
  177. package/dist/docs/utilities/usePrevious.md +1 -1
  178. package/dist/docs/utilities/useResizeObserver.md +1 -1
  179. package/dist/docs/utilities/useScrollPosition.md +1 -1
  180. package/dist/docs/utilities/useSearch.md +1 -1
  181. package/dist/docs/utilities/useSorting.md +1 -1
  182. package/dist/docs/utilities/useStateWithValidation.md +1 -1
  183. package/dist/docs/utilities/useSum.md +1 -1
  184. package/dist/docs/utilities/useTableExport.md +51 -51
  185. package/dist/docs/utilities/useTableSelection.md +87 -87
  186. package/dist/docs/utilities/useTimeout.md +1 -1
  187. package/dist/docs/utilities/useToggle.md +1 -1
  188. package/dist/docs/utilities/useWindowResize.md +1 -1
  189. package/dist/index.mjs +8 -8
  190. package/dist/version.json +1 -1
  191. package/package.json +6 -6
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/button
6
- *Captured:* 2026-01-14T09:07:00.083Z
6
+ *Captured:* 2026-02-03T14:04:13.834Z
7
7
 
8
8
  The button component is the React equivalent to the normal HTML button with some To check out the HTML version click here: Buttons
9
9
 
@@ -255,9 +255,38 @@ export default () => (
255
255
 
256
256
  | Name | Type | Default | Description |
257
257
  | --- | --- | --- | --- |
258
- | bsStyle | | | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
259
- | bsSize | | | Sets the button size. Possible values are: xs, sm, md and lg |
260
- | variant | | | Sets the button variant. Possible values are: link, link-inline, outline and action |
258
+ | disabled | boolean | false | Whether the button should be disabled. |
259
+ | active | boolean | false | Set the button toggled. Should be used in combination with "asToggle" prop. |
260
+ | type | 'button' \| 'submit' | 'button' | Defines the type of the button. This may be used for form submit buttons. |
261
+ | iconOnly | boolean | false | Use when the content of the button is an icon only to adapt the button spacing accordingly. |
262
+ | iconRight | boolean | false | Adds right side spacing for an icon. This should be used when having navigation buttons that use an icon on the right side. |
263
+ | iconName | string | — | Optional rio-glyph icon name that comes in handy for icon only buttons for not adding a span tag for the icon which reduces boilerplate code. |
264
+ | multiline | boolean | false | Defines whether the button text break into multiple lines when the button space exceeds. Multiline buttons should be used as exception only. |
265
+ | block | boolean | false | Defines whether the button takes up the full width of the parent element. |
266
+ | bsStyle | BUTTON_STYLE | "default" | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
267
+ | bsSize | BUTTON_SIZE | — | Sets the button size. Possible values are: xs, sm, md and lg |
268
+ | variant | BUTTON_VARIANT | — | Sets the button variant. Possible values are: link, link-inline, outline and action |
269
+ | noRippleEffect | boolean | — | Whether the "ripple" effect should be suppressed on this button. |
270
+ | tabIndex | number | 0 | Number of the index used for keyboard support. |
271
+ | className | string | — | Additional classes to be set on the button element. |
272
+
273
+ #### Props: Regular button
274
+
275
+ ### Regular button
276
+
277
+ | Name | Type | Default | Description |
278
+ | --- | --- | --- | --- |
279
+ | asToggle | false | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
280
+ | onClick | (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | — | Callback function triggered when clicking the button. |
281
+
282
+ #### Props: ToggleButton
283
+
284
+ ### ToggleButton
285
+
286
+ | Name | Type | Default | Description |
287
+ | --- | --- | --- | --- |
288
+ | asToggle | true | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
289
+ | onClick | (value: boolean) => void | — | Callback function triggered when clicking the button. |
261
290
 
262
291
  ### Example: Link buttons
263
292
 
@@ -360,9 +389,38 @@ export default () => (
360
389
 
361
390
  | Name | Type | Default | Description |
362
391
  | --- | --- | --- | --- |
363
- | bsStyle | | | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
364
- | bsSize | | | Sets the button size. Possible values are: xs, sm, md and lg |
365
- | variant | | | Sets the button variant. Possible values are: link, link-inline, outline and action |
392
+ | disabled | boolean | false | Whether the button should be disabled. |
393
+ | active | boolean | false | Set the button toggled. Should be used in combination with "asToggle" prop. |
394
+ | type | 'button' \| 'submit' | 'button' | Defines the type of the button. This may be used for form submit buttons. |
395
+ | iconOnly | boolean | false | Use when the content of the button is an icon only to adapt the button spacing accordingly. |
396
+ | iconRight | boolean | false | Adds right side spacing for an icon. This should be used when having navigation buttons that use an icon on the right side. |
397
+ | iconName | string | — | Optional rio-glyph icon name that comes in handy for icon only buttons for not adding a span tag for the icon which reduces boilerplate code. |
398
+ | multiline | boolean | false | Defines whether the button text break into multiple lines when the button space exceeds. Multiline buttons should be used as exception only. |
399
+ | block | boolean | false | Defines whether the button takes up the full width of the parent element. |
400
+ | bsStyle | BUTTON_STYLE | "default" | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
401
+ | bsSize | BUTTON_SIZE | — | Sets the button size. Possible values are: xs, sm, md and lg |
402
+ | variant | BUTTON_VARIANT | — | Sets the button variant. Possible values are: link, link-inline, outline and action |
403
+ | noRippleEffect | boolean | — | Whether the "ripple" effect should be suppressed on this button. |
404
+ | tabIndex | number | 0 | Number of the index used for keyboard support. |
405
+ | className | string | — | Additional classes to be set on the button element. |
406
+
407
+ #### Props: Regular button
408
+
409
+ ### Regular button
410
+
411
+ | Name | Type | Default | Description |
412
+ | --- | --- | --- | --- |
413
+ | asToggle | false | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
414
+ | onClick | (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | — | Callback function triggered when clicking the button. |
415
+
416
+ #### Props: ToggleButton
417
+
418
+ ### ToggleButton
419
+
420
+ | Name | Type | Default | Description |
421
+ | --- | --- | --- | --- |
422
+ | asToggle | true | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
423
+ | onClick | (value: boolean) => void | — | Callback function triggered when clicking the button. |
366
424
 
367
425
  ### Example: Button group
368
426
 
@@ -513,9 +571,38 @@ export default () => (
513
571
 
514
572
  | Name | Type | Default | Description |
515
573
  | --- | --- | --- | --- |
516
- | bsStyle | | | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
517
- | bsSize | | | Sets the button size. Possible values are: xs, sm, md and lg |
518
- | variant | | | Sets the button variant. Possible values are: link, link-inline, outline and action |
574
+ | disabled | boolean | false | Whether the button should be disabled. |
575
+ | active | boolean | false | Set the button toggled. Should be used in combination with "asToggle" prop. |
576
+ | type | 'button' \| 'submit' | 'button' | Defines the type of the button. This may be used for form submit buttons. |
577
+ | iconOnly | boolean | false | Use when the content of the button is an icon only to adapt the button spacing accordingly. |
578
+ | iconRight | boolean | false | Adds right side spacing for an icon. This should be used when having navigation buttons that use an icon on the right side. |
579
+ | iconName | string | — | Optional rio-glyph icon name that comes in handy for icon only buttons for not adding a span tag for the icon which reduces boilerplate code. |
580
+ | multiline | boolean | false | Defines whether the button text break into multiple lines when the button space exceeds. Multiline buttons should be used as exception only. |
581
+ | block | boolean | false | Defines whether the button takes up the full width of the parent element. |
582
+ | bsStyle | BUTTON_STYLE | "default" | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
583
+ | bsSize | BUTTON_SIZE | — | Sets the button size. Possible values are: xs, sm, md and lg |
584
+ | variant | BUTTON_VARIANT | — | Sets the button variant. Possible values are: link, link-inline, outline and action |
585
+ | noRippleEffect | boolean | — | Whether the "ripple" effect should be suppressed on this button. |
586
+ | tabIndex | number | 0 | Number of the index used for keyboard support. |
587
+ | className | string | — | Additional classes to be set on the button element. |
588
+
589
+ #### Props: Regular button
590
+
591
+ ### Regular button
592
+
593
+ | Name | Type | Default | Description |
594
+ | --- | --- | --- | --- |
595
+ | asToggle | false | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
596
+ | onClick | (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | — | Callback function triggered when clicking the button. |
597
+
598
+ #### Props: ToggleButton
599
+
600
+ ### ToggleButton
601
+
602
+ | Name | Type | Default | Description |
603
+ | --- | --- | --- | --- |
604
+ | asToggle | true | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
605
+ | onClick | (value: boolean) => void | — | Callback function triggered when clicking the button. |
519
606
 
520
607
  ### Example: Outlined buttons (transparent)
521
608
 
@@ -605,9 +692,38 @@ export default () => (
605
692
 
606
693
  | Name | Type | Default | Description |
607
694
  | --- | --- | --- | --- |
608
- | bsStyle | | | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
609
- | bsSize | | | Sets the button size. Possible values are: xs, sm, md and lg |
610
- | variant | | | Sets the button variant. Possible values are: link, link-inline, outline and action |
695
+ | disabled | boolean | false | Whether the button should be disabled. |
696
+ | active | boolean | false | Set the button toggled. Should be used in combination with "asToggle" prop. |
697
+ | type | 'button' \| 'submit' | 'button' | Defines the type of the button. This may be used for form submit buttons. |
698
+ | iconOnly | boolean | false | Use when the content of the button is an icon only to adapt the button spacing accordingly. |
699
+ | iconRight | boolean | false | Adds right side spacing for an icon. This should be used when having navigation buttons that use an icon on the right side. |
700
+ | iconName | string | — | Optional rio-glyph icon name that comes in handy for icon only buttons for not adding a span tag for the icon which reduces boilerplate code. |
701
+ | multiline | boolean | false | Defines whether the button text break into multiple lines when the button space exceeds. Multiline buttons should be used as exception only. |
702
+ | block | boolean | false | Defines whether the button takes up the full width of the parent element. |
703
+ | bsStyle | BUTTON_STYLE | "default" | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
704
+ | bsSize | BUTTON_SIZE | — | Sets the button size. Possible values are: xs, sm, md and lg |
705
+ | variant | BUTTON_VARIANT | — | Sets the button variant. Possible values are: link, link-inline, outline and action |
706
+ | noRippleEffect | boolean | — | Whether the "ripple" effect should be suppressed on this button. |
707
+ | tabIndex | number | 0 | Number of the index used for keyboard support. |
708
+ | className | string | — | Additional classes to be set on the button element. |
709
+
710
+ #### Props: Regular button
711
+
712
+ ### Regular button
713
+
714
+ | Name | Type | Default | Description |
715
+ | --- | --- | --- | --- |
716
+ | asToggle | false | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
717
+ | onClick | (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | — | Callback function triggered when clicking the button. |
718
+
719
+ #### Props: ToggleButton
720
+
721
+ ### ToggleButton
722
+
723
+ | Name | Type | Default | Description |
724
+ | --- | --- | --- | --- |
725
+ | asToggle | true | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
726
+ | onClick | (value: boolean) => void | — | Callback function triggered when clicking the button. |
611
727
 
612
728
  ### Example: Action buttons
613
729
 
@@ -715,6 +831,35 @@ export default () => (
715
831
 
716
832
  | Name | Type | Default | Description |
717
833
  | --- | --- | --- | --- |
718
- | bsStyle | | | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
719
- | bsSize | | | Sets the button size. Possible values are: xs, sm, md and lg |
720
- | variant | | | Sets the button variant. Possible values are: link, link-inline, outline and action |
834
+ | disabled | boolean | false | Whether the button should be disabled. |
835
+ | active | boolean | false | Set the button toggled. Should be used in combination with "asToggle" prop. |
836
+ | type | 'button' \| 'submit' | 'button' | Defines the type of the button. This may be used for form submit buttons. |
837
+ | iconOnly | boolean | false | Use when the content of the button is an icon only to adapt the button spacing accordingly. |
838
+ | iconRight | boolean | false | Adds right side spacing for an icon. This should be used when having navigation buttons that use an icon on the right side. |
839
+ | iconName | string | — | Optional rio-glyph icon name that comes in handy for icon only buttons for not adding a span tag for the icon which reduces boilerplate code. |
840
+ | multiline | boolean | false | Defines whether the button text break into multiple lines when the button space exceeds. Multiline buttons should be used as exception only. |
841
+ | block | boolean | false | Defines whether the button takes up the full width of the parent element. |
842
+ | bsStyle | BUTTON_STYLE | "default" | Sets the button style. Possible values are: default, unstyled, primary, secondary, info, warning, danger, success, muted and muted-filled |
843
+ | bsSize | BUTTON_SIZE | — | Sets the button size. Possible values are: xs, sm, md and lg |
844
+ | variant | BUTTON_VARIANT | — | Sets the button variant. Possible values are: link, link-inline, outline and action |
845
+ | noRippleEffect | boolean | — | Whether the "ripple" effect should be suppressed on this button. |
846
+ | tabIndex | number | 0 | Number of the index used for keyboard support. |
847
+ | className | string | — | Additional classes to be set on the button element. |
848
+
849
+ #### Props: Regular button
850
+
851
+ ### Regular button
852
+
853
+ | Name | Type | Default | Description |
854
+ | --- | --- | --- | --- |
855
+ | asToggle | false | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
856
+ | onClick | (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void | — | Callback function triggered when clicking the button. |
857
+
858
+ #### Props: ToggleButton
859
+
860
+ ### ToggleButton
861
+
862
+ | Name | Type | Default | Description |
863
+ | --- | --- | --- | --- |
864
+ | asToggle | true | false | Use the button as a toggle button. The toggle state can be controlled via the active prop. |
865
+ | onClick | (value: boolean) => void | — | Callback function triggered when clicking the button. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/buttonToolbar
6
- *Captured:* 2026-01-14T09:06:57.360Z
6
+ *Captured:* 2026-02-03T14:04:10.243Z
7
7
 
8
8
  The ButtonToolbar is a utility component designed to simplify usage and alignment. Its purpose is to ensure consistent spacing.
9
9
 
@@ -124,4 +124,11 @@ export default () => (
124
124
  </span>Next</button>
125
125
  </div>
126
126
  </div>
127
- ```
127
+ ```
128
+
129
+ #### Props
130
+
131
+ | Name | Type | Default | Description |
132
+ | --- | --- | --- | --- |
133
+ | alignment | 'left' \| 'right' \| 'center' \| 'space-between' | — | Align buttons to a defined side or set them apart. |
134
+ | className | string | — | Additional classes set to the outer element. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/calendarStripe
6
- *Captured:* 2026-01-14T09:07:42.234Z
6
+ *Captured:* 2026-02-03T14:04:58.265Z
7
7
 
8
8
  A headless component where you provide a function that renders the UI for every day to be displayed.
9
9
 
@@ -11,31 +11,19 @@ A headless component where you provide a function that renders the UI for every
11
11
 
12
12
  ### Example: Example 1
13
13
 
14
- Thursday
15
- 15 January 2026
16
-
17
- Friday
18
- 16 January 2026
19
-
20
- Saturday
21
- 17 January 2026
22
-
23
- Sunday
24
- 18 January 2026
25
-
26
- #### Summary
14
+ Wednesday
15
+ 4 February 2026
27
16
 
28
17
  Thursday
29
- 15 January 2026
18
+ 5 February 2026
30
19
 
31
- Friday
32
- 16 January 2026
20
+ #### Summary
33
21
 
34
- Saturday
35
- 17 January 2026
22
+ Wednesday
23
+ 4 February 2026
36
24
 
37
- Sunday
38
- 18 January 2026
25
+ Thursday
26
+ 5 February 2026
39
27
 
40
28
  #### React (tsx)
41
29
 
@@ -130,8 +118,8 @@ const DayComponent = ({ date, onSelect, selectedDates }: DayComponentProps) => {
130
118
  <div class="padding-15 border border-top-none border-bottom-none hover-text-color-darkest hover-bg-highlight-decent cursor-pointer ">
131
119
  <div class="display-flex align-items-center justify-content-between">
132
120
  <div class="display-flex flex-column gap-5 text-size-14 line-height-14">
133
- <div>Thursday</div>
134
- <div class="text-size-16 text-medium">15 January 2026</div>
121
+ <div>Wednesday</div>
122
+ <div class="text-size-16 text-medium">4 February 2026</div>
135
123
  </div>
136
124
  <div class="text-color-primary text-size-16 width-20">
137
125
  </div>
@@ -142,8 +130,8 @@ const DayComponent = ({ date, onSelect, selectedDates }: DayComponentProps) => {
142
130
  <div class="padding-15 border border-top-none border-bottom-none hover-text-color-darkest hover-bg-highlight-decent cursor-pointer ">
143
131
  <div class="display-flex align-items-center justify-content-between">
144
132
  <div class="display-flex flex-column gap-5 text-size-14 line-height-14">
145
- <div>Friday</div>
146
- <div class="text-size-16 text-medium">16 January 2026</div>
133
+ <div>Thursday</div>
134
+ <div class="text-size-16 text-medium">5 February 2026</div>
147
135
  </div>
148
136
  <div class="text-color-primary text-size-16 width-20">
149
137
  </div>
@@ -151,11 +139,11 @@ const DayComponent = ({ date, onSelect, selectedDates }: DayComponentProps) => {
151
139
  </div>
152
140
  </div>
153
141
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
154
- <div class="padding-15 border border-top-none border-bottom-none hover-text-color-darkest hover-bg-highlight-decent cursor-pointer bg-lightest">
142
+ <div class="padding-15 border border-top-none border-bottom-none hover-text-color-darkest hover-bg-highlight-decent cursor-pointer ">
155
143
  <div class="display-flex align-items-center justify-content-between">
156
144
  <div class="display-flex flex-column gap-5 text-size-14 line-height-14">
157
- <div>Saturday</div>
158
- <div class="text-size-16 text-medium">17 January 2026</div>
145
+ <div>Friday</div>
146
+ <div class="text-size-16 text-medium">6 February 2026</div>
159
147
  </div>
160
148
  <div class="text-color-primary text-size-16 width-20">
161
149
  </div>
@@ -166,8 +154,8 @@ const DayComponent = ({ date, onSelect, selectedDates }: DayComponentProps) => {
166
154
  <div class="padding-15 border border-top-none border-bottom-none hover-text-color-darkest hover-bg-highlight-decent cursor-pointer bg-lightest">
167
155
  <div class="display-flex align-items-center justify-content-between">
168
156
  <div class="display-flex flex-column gap-5 text-size-14 line-height-14">
169
- <div>Sunday</div>
170
- <div class="text-size-16 text-medium">18 January 2026</div>
157
+ <div>Saturday</div>
158
+ <div class="text-size-16 text-medium">7 February 2026</div>
171
159
  </div>
172
160
  <div class="text-color-primary text-size-16 width-20">
173
161
  </div>
@@ -187,74 +175,43 @@ const DayComponent = ({ date, onSelect, selectedDates }: DayComponentProps) => {
187
175
  </div>
188
176
  ```
189
177
 
190
- ### Example: Example 2
191
-
192
- Jan
193
- 15
194
- 2026
195
-
196
- Jan
197
- 16
198
- 2026
199
-
200
- Jan
201
- 17
202
- 2026
203
-
204
- Jan
205
- 18
206
- 2026
178
+ #### Props
179
+
180
+ | Name | Type | Default | Description |
181
+ | --- | --- | --- | --- |
182
+ | minDayWith | number | 200 | The minimum width in pixel of a single day column This value determines how many days are shown per page depending on the parent width. |
183
+ | minDays | number | 1 | The minimum amount of days that should be shown per page. |
184
+ | maxDays | number | 7 | The maximum amount of days that should be shown per page. |
185
+ | renderDay | (date: Date) => React.JSX.Element | — | A function that renders each individual day to be displayed. |
186
+ | skipWeekends | boolean | false | Defines whether the days for the weekends are included. |
187
+ | startDate | Date | the current date | The date of the first day that are rendered. |
188
+ | onNextClick | (newStartDate: Date) => void | — | Callback function for when the next button is clicked. |
189
+ | onPreviousClick | (newStartDate: Date) => void | — | Callback function for when the previous button is clicked. |
190
+ | buttonClassName | string | — | Additional classes set to the navigation buttons. |
191
+ | className | string | — | Additional classes set to the calendar element. |
192
+ | daysWrapperClassName | string | — | Additional classes set to the days wrapper element. |
193
+ | dayWrapperClassName | string | — | Additional classes set to the days wrapper element. |
207
194
 
208
- Jan
209
- 19
210
- 2026
211
-
212
- Jan
213
- 20
214
- 2026
195
+ ### Example: Example 2
215
196
 
216
- Jan
217
- 21
197
+ Feb
198
+ 4
218
199
  2026
219
200
 
220
- Jan
221
- 22
201
+ Feb
202
+ 5
222
203
  2026
223
204
 
224
205
  Set to JanuaryToggle Weekends
225
206
 
226
207
  #### Summary
227
208
 
228
- Jan
229
- 15
230
- 2026
231
-
232
- Jan
233
- 16
234
- 2026
235
-
236
- Jan
237
- 17
238
- 2026
239
-
240
- Jan
241
- 18
242
- 2026
243
-
244
- Jan
245
- 19
209
+ Feb
210
+ 4
246
211
  2026
247
212
 
248
- Jan
249
- 20
250
- 2026
251
-
252
- Jan
253
- 21
254
- 2026
255
-
256
- Jan
257
- 22
213
+ Feb
214
+ 5
258
215
  2026
259
216
 
260
217
  Set to JanuaryToggle Weekends
@@ -380,8 +337,8 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
380
337
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
381
338
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
382
339
  <div class="display-flex flex-column gap-3 text-center">
383
- <div class="text-size-12 line-height-12">Jan</div>
384
- <div class="text-size-h3 line-height-h3">15</div>
340
+ <div class="text-size-12 line-height-12">Feb</div>
341
+ <div class="text-size-h3 line-height-h3">4</div>
385
342
  <div class="text-size-12 line-height-12">2026</div>
386
343
  </div>
387
344
  </div>
@@ -389,17 +346,17 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
389
346
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
390
347
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
391
348
  <div class="display-flex flex-column gap-3 text-center">
392
- <div class="text-size-12 line-height-12">Jan</div>
393
- <div class="text-size-h3 line-height-h3">16</div>
349
+ <div class="text-size-12 line-height-12">Feb</div>
350
+ <div class="text-size-h3 line-height-h3">5</div>
394
351
  <div class="text-size-12 line-height-12">2026</div>
395
352
  </div>
396
353
  </div>
397
354
  </div>
398
355
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
399
- <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 bg-lightest text-color-gray pointer-events-none hover-bg-highlight-decent hover-text-color-darkest">
356
+ <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
400
357
  <div class="display-flex flex-column gap-3 text-center">
401
- <div class="text-size-12 line-height-12">Jan</div>
402
- <div class="text-size-h3 line-height-h3">17</div>
358
+ <div class="text-size-12 line-height-12">Feb</div>
359
+ <div class="text-size-h3 line-height-h3">6</div>
403
360
  <div class="text-size-12 line-height-12">2026</div>
404
361
  </div>
405
362
  </div>
@@ -407,17 +364,17 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
407
364
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
408
365
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 bg-lightest text-color-gray pointer-events-none hover-bg-highlight-decent hover-text-color-darkest">
409
366
  <div class="display-flex flex-column gap-3 text-center">
410
- <div class="text-size-12 line-height-12">Jan</div>
411
- <div class="text-size-h3 line-height-h3">18</div>
367
+ <div class="text-size-12 line-height-12">Feb</div>
368
+ <div class="text-size-h3 line-height-h3">7</div>
412
369
  <div class="text-size-12 line-height-12">2026</div>
413
370
  </div>
414
371
  </div>
415
372
  </div>
416
373
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
417
- <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
374
+ <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 bg-lightest text-color-gray pointer-events-none hover-bg-highlight-decent hover-text-color-darkest">
418
375
  <div class="display-flex flex-column gap-3 text-center">
419
- <div class="text-size-12 line-height-12">Jan</div>
420
- <div class="text-size-h3 line-height-h3">19</div>
376
+ <div class="text-size-12 line-height-12">Feb</div>
377
+ <div class="text-size-h3 line-height-h3">8</div>
421
378
  <div class="text-size-12 line-height-12">2026</div>
422
379
  </div>
423
380
  </div>
@@ -425,8 +382,8 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
425
382
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
426
383
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
427
384
  <div class="display-flex flex-column gap-3 text-center">
428
- <div class="text-size-12 line-height-12">Jan</div>
429
- <div class="text-size-h3 line-height-h3">20</div>
385
+ <div class="text-size-12 line-height-12">Feb</div>
386
+ <div class="text-size-h3 line-height-h3">9</div>
430
387
  <div class="text-size-12 line-height-12">2026</div>
431
388
  </div>
432
389
  </div>
@@ -434,8 +391,8 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
434
391
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
435
392
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
436
393
  <div class="display-flex flex-column gap-3 text-center">
437
- <div class="text-size-12 line-height-12">Jan</div>
438
- <div class="text-size-h3 line-height-h3">21</div>
394
+ <div class="text-size-12 line-height-12">Feb</div>
395
+ <div class="text-size-h3 line-height-h3">10</div>
439
396
  <div class="text-size-12 line-height-12">2026</div>
440
397
  </div>
441
398
  </div>
@@ -443,8 +400,8 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
443
400
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
444
401
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
445
402
  <div class="display-flex flex-column gap-3 text-center">
446
- <div class="text-size-12 line-height-12">Jan</div>
447
- <div class="text-size-h3 line-height-h3">22</div>
403
+ <div class="text-size-12 line-height-12">Feb</div>
404
+ <div class="text-size-h3 line-height-h3">11</div>
448
405
  <div class="text-size-12 line-height-12">2026</div>
449
406
  </div>
450
407
  </div>
@@ -452,17 +409,17 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
452
409
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
453
410
  <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
454
411
  <div class="display-flex flex-column gap-3 text-center">
455
- <div class="text-size-12 line-height-12">Jan</div>
456
- <div class="text-size-h3 line-height-h3">23</div>
412
+ <div class="text-size-12 line-height-12">Feb</div>
413
+ <div class="text-size-h3 line-height-h3">12</div>
457
414
  <div class="text-size-12 line-height-12">2026</div>
458
415
  </div>
459
416
  </div>
460
417
  </div>
461
418
  <div class="ColumnItem flex-1-1-0 space-x--1 user-select-none">
462
- <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 bg-lightest text-color-gray pointer-events-none hover-bg-highlight-decent hover-text-color-darkest">
419
+ <div class="cursor-pointer border border-top-none border-bottom-none display-grid place-items-center aspect-ratio-1 hover-bg-highlight-decent hover-text-color-darkest">
463
420
  <div class="display-flex flex-column gap-3 text-center">
464
- <div class="text-size-12 line-height-12">Jan</div>
465
- <div class="text-size-h3 line-height-h3">24</div>
421
+ <div class="text-size-12 line-height-12">Feb</div>
422
+ <div class="text-size-h3 line-height-h3">13</div>
466
423
  <div class="text-size-12 line-height-12">2026</div>
467
424
  </div>
468
425
  </div>
@@ -480,4 +437,21 @@ const DayContent = ({ date, onSelect, selectedDate }: DayContentProps) => {
480
437
  <button type="button" class="btn btn-default btn-component" tabindex="0">Toggle Weekends</button>
481
438
  </div>
482
439
  </div>
483
- ```
440
+ ```
441
+
442
+ #### Props
443
+
444
+ | Name | Type | Default | Description |
445
+ | --- | --- | --- | --- |
446
+ | minDayWith | number | 200 | The minimum width in pixel of a single day column This value determines how many days are shown per page depending on the parent width. |
447
+ | minDays | number | 1 | The minimum amount of days that should be shown per page. |
448
+ | maxDays | number | 7 | The maximum amount of days that should be shown per page. |
449
+ | renderDay | (date: Date) => React.JSX.Element | — | A function that renders each individual day to be displayed. |
450
+ | skipWeekends | boolean | false | Defines whether the days for the weekends are included. |
451
+ | startDate | Date | the current date | The date of the first day that are rendered. |
452
+ | onNextClick | (newStartDate: Date) => void | — | Callback function for when the next button is clicked. |
453
+ | onPreviousClick | (newStartDate: Date) => void | — | Callback function for when the previous button is clicked. |
454
+ | buttonClassName | string | — | Additional classes set to the navigation buttons. |
455
+ | className | string | — | Additional classes set to the calendar element. |
456
+ | daysWrapperClassName | string | — | Additional classes set to the days wrapper element. |
457
+ | dayWrapperClassName | string | — | Additional classes set to the days wrapper element. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/card
6
- *Captured:* 2026-01-14T09:07:26.234Z
6
+ *Captured:* 2026-02-03T14:04:40.639Z
7
7
 
8
8
  The Card is a utility component designed to simplify usage of default card styling.
9
9
 
@@ -75,4 +75,12 @@ export default () => (
75
75
  </div>
76
76
  </div>
77
77
  </div>
78
- ```
78
+ ```
79
+
80
+ #### Props
81
+
82
+ | Name | Type | Default | Description |
83
+ | --- | --- | --- | --- |
84
+ | shadow | 'subtle' \| 'muted' \| 'accent' \| 'default' \| 'smooth' \| 'muted-down' \| 'default-down' \| 'none' | 'default' | Shadow classes. |
85
+ | padding | 0 \| 5 \| 10 \| 15 \| 20 \| 25 \| 50 | 15 | Card padding. |
86
+ | className | string | — | Additional classes set to the outer element. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/carousel
6
- *Captured:* 2026-01-14T09:07:26.721Z
6
+ *Captured:* 2026-02-03T14:04:40.733Z
7
7
 
8
8
  ## Carousel
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/chartColors
6
- *Captured:* 2026-01-14T09:08:16.568Z
6
+ *Captured:* 2026-02-03T14:05:27.467Z
7
7
 
8
8
  The colors listed below are exposed via the colors.json file and can also be used with other charting libraries to achieve a common look and feel.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/chartsGettingStarted
6
- *Captured:* 2026-01-14T09:08:15.330Z
6
+ *Captured:* 2026-02-03T14:05:26.195Z
7
7
 
8
8
  The UIKIT chart components are simple wrapper components for the Recharts charting library.
9
9