@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:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/accentBar
6
- *Captured:* 2026-01-14T09:07:40.925Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/accentBar
6
+ *Captured:* 2026-02-23T13:42:21.588Z
7
7
 
8
8
  The AccentBar component is a small, colored vertical bar (typically a few pixels wide) used to visually highlight or categorize rows in lists, tables, or cards. It helps improve readability by providing a quick visual cue for different statuses, categories, or priorities.
9
9
 
@@ -75,6 +75,14 @@ export default () => (
75
75
  </div>
76
76
  ```
77
77
 
78
+ #### Props
79
+
80
+ | Name | Type | Default | Description |
81
+ | --- | --- | --- | --- |
82
+ | color | string | 'bg-secondary' | Defines the color by setting it to a UIKIT bg-<name> class name. |
83
+ | circle | boolean | false | Defines if the element is rendered as a stretching bar or just a centered circle. |
84
+ | className | string | — | Additional class names passed to the actual element. |
85
+
78
86
  ### Example: Example 2
79
87
 
80
88
  StatusLocationETA
@@ -220,6 +228,14 @@ const getStatusColor = (status: string) => {
220
228
  </div>
221
229
  ```
222
230
 
231
+ #### Props
232
+
233
+ | Name | Type | Default | Description |
234
+ | --- | --- | --- | --- |
235
+ | color | string | 'bg-secondary' | Defines the color by setting it to a UIKIT bg-<name> class name. |
236
+ | circle | boolean | false | Defines if the element is rendered as a stretching bar or just a centered circle. |
237
+ | className | string | — | Additional class names passed to the actual element. |
238
+
223
239
  ### Example: Example 3
224
240
 
225
241
  Visualizing rating distribution
@@ -421,6 +437,14 @@ const getStatusColor = (status: string) => {
421
437
  </div>
422
438
  ```
423
439
 
440
+ #### Props
441
+
442
+ | Name | Type | Default | Description |
443
+ | --- | --- | --- | --- |
444
+ | color | string | 'bg-secondary' | Defines the color by setting it to a UIKIT bg-<name> class name. |
445
+ | circle | boolean | false | Defines if the element is rendered as a stretching bar or just a centered circle. |
446
+ | className | string | — | Additional class names passed to the actual element. |
447
+
424
448
  ### Example: Example 4
425
449
 
426
450
  Risk levelReasonSuggested action
@@ -547,4 +571,12 @@ const getRiskColor = (riskLevel: string) => {
547
571
  </tbody>
548
572
  </table>
549
573
  </div>
550
- ```
574
+ ```
575
+
576
+ #### Props
577
+
578
+ | Name | Type | Default | Description |
579
+ | --- | --- | --- | --- |
580
+ | color | string | 'bg-secondary' | Defines the color by setting it to a UIKIT bg-<name> class name. |
581
+ | circle | boolean | false | Defines if the element is rendered as a stretching bar or just a centered circle. |
582
+ | className | string | — | Additional class names passed to the actual element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
- *Source:* https://uikit.developers.rio.cloud/#components/activity
6
- *Captured:* 2026-01-14T09:07:39.453Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/activity
6
+ *Captured:* 2026-02-23T13:42:19.634Z
7
7
 
8
8
  ## Activity
9
9
 
@@ -316,4 +316,15 @@ export default () => (
316
316
  </div>
317
317
  </div>
318
318
  </div>
319
- ```
319
+ ```
320
+
321
+ #### Props
322
+
323
+ | Name | Type | Default | Description |
324
+ | --- | --- | --- | --- |
325
+ | activity | ActivityStatus | — | Defines the type of activity. Possible values are Activity.AVAILABLE, Activity.DRIVING, Activity.RESTING or Activity.WORKING. |
326
+ | bsSize | ActivitySize | — | Define how large the component should be rendered. Possible values are Activity.SIZE_SM, Activity.SIZE_LG or Activity.SIZE_XL. |
327
+ | duration | string \| ReactNode | — | The actual duration value to be shown. |
328
+ | isOutdated | boolean | false | Indicates whether the activity is outdated. |
329
+ | onClick | VoidFunction | — | Callback function for when the component is clicked. |
330
+ | className | string | — | Additional classes for the wrapper element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/animatedNumber
6
- *Captured:* 2026-01-14T09:07:23.607Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/animatedNumber
6
+ *Captured:* 2026-02-23T13:42:04.326Z
7
7
 
8
8
  ## AnimatedNumber
9
9
 
@@ -59,7 +59,7 @@ export default () => (
59
59
  <div>
60
60
  <label>Default AnimatedNumber</label>
61
61
  <div class="width-60 margin-bottom-20 text-right text-size-h1 text-color-info">
62
- <span class="">25</span>
62
+ <span class="">24</span>
63
63
  </div>
64
64
  <label>AnimatedNumber with prefix and unit</label>
65
65
  <div class="width-100 margin-bottom-20 text-right text-size-h1 text-color-primary">
@@ -72,4 +72,17 @@ export default () => (
72
72
  <span class="margin-left-3">remaining.</span>
73
73
  </div>
74
74
  </div>
75
- ```
75
+ ```
76
+
77
+ #### Props
78
+
79
+ | Name | Type | Default | Description |
80
+ | --- | --- | --- | --- |
81
+ | start | number | — | The start value. |
82
+ | end | number | — | The end value. |
83
+ | prefix | string | — | A prefix to be added to the final string. |
84
+ | unit | string | — | A unit suffix to be added to the final string. |
85
+ | speed | number | 10 | The speed in milliseconds to count up or down. |
86
+ | decreasing | boolean | false | Enables to count backwards. |
87
+ | onEnd | VoidFunction | — | Callback function to be invoked when the end value is reached. |
88
+ | className | string | — | Additional classes to be set on the wrapping element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/animatedTextReveal
6
- *Captured:* 2026-01-14T09:07:25.378Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/animatedTextReveal
6
+ *Captured:* 2026-02-23T13:42:05.762Z
7
7
 
8
8
  AnimatedTextReveal displays text that smoothly reveals from below while a subtle shimmer effect runs across it. It’s designed for attention-grabbing messages or live-updating content, combining a primary reveal motion with an optional continuous shimmer highlight.
9
9
 
@@ -136,7 +136,7 @@ export default () => {
136
136
  <div class="text-uppercase text-size-12">Live stream</div>
137
137
  </div>
138
138
  <div class="position-relative" aria-live="polite" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter);">
139
- <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0.300372; transform: translateY(8.92559px);">System is thinking...</div>
139
+ <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0.310583; transform: translateY(8.91442px);">System is thinking...</div>
140
140
  </div>
141
141
  </div>
142
142
  </div>
@@ -148,7 +148,7 @@ export default () => {
148
148
  <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5">Text with animated gradient</div>
149
149
  <div class="bg-white rounded border shadow-default padding-15 display-flex flex-column gap-15">
150
150
  <div class="position-relative" aria-live="polite" style="--atr-duration: 2s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 260px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter);">
151
- <div class="animated-text-reveal position-relative" style="--atr-duration: 2s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 260px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0.300372; transform: translateY(8.92559px);">Processing your request...</div>
151
+ <div class="animated-text-reveal position-relative" style="--atr-duration: 2s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 260px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0.310583; transform: translateY(8.91442px);">Processing your request...</div>
152
152
  </div>
153
153
  </div>
154
154
  </div>
@@ -156,7 +156,7 @@ export default () => {
156
156
  <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5">Text with automatic cycling but without animated gradient</div>
157
157
  <div class="bg-white rounded border shadow-default padding-15 display-flex flex-column gap-15">
158
158
  <div class="position-relative" aria-live="polite" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter);">
159
- <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0; transform: translateY(3.29169px);">System is thinking...</div>
159
+ <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-darkest); --atr-shimmer-color: var(--gray-lighter); opacity: 0; transform: translateY(3.47997px);">System is thinking...</div>
160
160
  </div>
161
161
  </div>
162
162
  </div>
@@ -164,7 +164,7 @@ export default () => {
164
164
  <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5">Text with custom styling</div>
165
165
  <div class="bg-white rounded border shadow-default padding-15 display-flex flex-column gap-15">
166
166
  <div class="position-relative text-size-16" aria-live="polite" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-dark); --atr-shimmer-color: var(--gray-lightest);">
167
- <div class="animated-text-reveal position-relative is-animated" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-dark); --atr-shimmer-color: var(--gray-lightest); opacity: 0; transform: translateY(3.29169px);">System is thinking...</div>
167
+ <div class="animated-text-reveal position-relative is-animated" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 168px; --atr-text-color: var(--gray-dark); --atr-shimmer-color: var(--gray-lightest); opacity: 0; transform: translateY(3.47997px);">System is thinking...</div>
168
168
  </div>
169
169
  </div>
170
170
  </div>
@@ -173,7 +173,7 @@ export default () => {
173
173
  <div class="max-width-150">
174
174
  <button type="button" class="btn btn-primary btn-block btn-component" tabindex="0">
175
175
  <div class="position-relative" aria-live="polite" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 64px; --atr-text-color: var(--color-white); --atr-shimmer-color: var(--gray-lighter);">
176
- <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 64px; --atr-text-color: var(--color-white); --atr-shimmer-color: var(--gray-lighter); opacity: 0; transform: translateY(3.29169px);">Continue</div>
176
+ <div class="animated-text-reveal position-relative" style="--atr-duration: 5s; --atr-delay: 0s; --atr-iterations: infinite; --atr-spread: 64px; --atr-text-color: var(--color-white); --atr-shimmer-color: var(--gray-lighter); opacity: 0; transform: translateY(3.47997px);">Continue</div>
177
177
  </div>
178
178
  </button>
179
179
  </div>
@@ -181,6 +181,29 @@ export default () => {
181
181
  </div>
182
182
  ```
183
183
 
184
+ #### Props
185
+
186
+ | Name | Type | Default | Description |
187
+ | --- | --- | --- | --- |
188
+ | text | string \| string[] | — | Text content to display. Accepts a string or an array of phrases that are revealed and cycled through automatically. |
189
+ | duration | number | 0.4 | Reveal animation duration in seconds. |
190
+ | delay | number | 0 | Reveal animation delay before starting, in seconds. |
191
+ | interval | number | 3 | Interval time between phrase transitions when multiple texts are provided, in seconds. |
192
+ | distance | number | 10 | Vertical offset in pixels from which the text reveals upward. |
193
+ | ease | 'linear' \| 'easeIn' \| 'easeOut' \| 'easeInOut' | 'easeOut' | Easing function applied to the reveal motion. |
194
+ | startOnView | boolean | true | Whether the animation should only start once the component enters the viewport when scrolling. |
195
+ | once | boolean | false | If true, the reveal animation runs only once per mount when the component enters the viewport. |
196
+ | inViewMargin | UseInViewOptions['margin'] | — | Optional root margin passed to the intersection observer for in-view detection (e.g., "0px 0px -10% 0px"). |
197
+ | shimmer | boolean | true | Enables or disables the shimmer highlight effect across the text. |
198
+ | shimmerDuration | number | 5 | Duration of one shimmer loop in seconds. |
199
+ | shimmerDelay | number | 0 | Delay before the shimmer effect starts, in seconds. |
200
+ | shimmerSpread | number | 8 | Multiplier controlling the width of the shimmer highlight band. |
201
+ | shimmerRepeat | boolean | true | If true, the shimmer animation loops infinitely. |
202
+ | shimmerColor | 'black' \| 'darkest' \| 'darker' \| 'dark' \| 'gray' \| 'light' \| 'lighter' \| 'lightest' \| 'white' | 'lighter' | The color of the shimmer highlight band. |
203
+ | textColor | 'black' \| 'darkest' \| 'darker' \| 'dark' \| 'gray' \| 'light' \| 'lighter' \| 'lightest' \| 'white' \| 'primary' \| 'secondary' \| 'info' \| 'warning' \| 'danger' \| 'success' | 'darkest' | Base color of the text. |
204
+ | innerClassName | string | — | Additional classNames set on the inner element. |
205
+ | className | string | — | Additional classNames set on the wrapper element. |
206
+
184
207
  ### Example: Status
185
208
 
186
209
  Status
@@ -331,4 +354,27 @@ export default () => {
331
354
  </div>
332
355
  </div>
333
356
  </div>
334
- ```
357
+ ```
358
+
359
+ #### Props
360
+
361
+ | Name | Type | Default | Description |
362
+ | --- | --- | --- | --- |
363
+ | text | string \| string[] | — | Text content to display. Accepts a string or an array of phrases that are revealed and cycled through automatically. |
364
+ | duration | number | 0.4 | Reveal animation duration in seconds. |
365
+ | delay | number | 0 | Reveal animation delay before starting, in seconds. |
366
+ | interval | number | 3 | Interval time between phrase transitions when multiple texts are provided, in seconds. |
367
+ | distance | number | 10 | Vertical offset in pixels from which the text reveals upward. |
368
+ | ease | 'linear' \| 'easeIn' \| 'easeOut' \| 'easeInOut' | 'easeOut' | Easing function applied to the reveal motion. |
369
+ | startOnView | boolean | true | Whether the animation should only start once the component enters the viewport when scrolling. |
370
+ | once | boolean | false | If true, the reveal animation runs only once per mount when the component enters the viewport. |
371
+ | inViewMargin | UseInViewOptions['margin'] | — | Optional root margin passed to the intersection observer for in-view detection (e.g., "0px 0px -10% 0px"). |
372
+ | shimmer | boolean | true | Enables or disables the shimmer highlight effect across the text. |
373
+ | shimmerDuration | number | 5 | Duration of one shimmer loop in seconds. |
374
+ | shimmerDelay | number | 0 | Delay before the shimmer effect starts, in seconds. |
375
+ | shimmerSpread | number | 8 | Multiplier controlling the width of the shimmer highlight band. |
376
+ | shimmerRepeat | boolean | true | If true, the shimmer animation loops infinitely. |
377
+ | shimmerColor | 'black' \| 'darkest' \| 'darker' \| 'dark' \| 'gray' \| 'light' \| 'lighter' \| 'lightest' \| 'white' | 'lighter' | The color of the shimmer highlight band. |
378
+ | textColor | 'black' \| 'darkest' \| 'darker' \| 'dark' \| 'gray' \| 'light' \| 'lighter' \| 'lightest' \| 'white' \| 'primary' \| 'secondary' \| 'info' \| 'warning' \| 'danger' \| 'success' | 'darkest' | Base color of the text. |
379
+ | innerClassName | string | — | Additional classNames set on the inner element. |
380
+ | className | string | — | Additional classNames set on the wrapper element. |
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#components/animations
6
- *Captured:* 2026-01-14T09:07:24.795Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/animations
6
+ *Captured:* 2026-02-23T13:42:05.492Z
7
7
 
8
8
  The UIKIT uses the famous animation library Motion former known as Framer Motion. To allow services to use Motion without adding it as a dependency to their project, the UIKIT re-exports all motion/reactcomponents.
9
9
 
@@ -53,7 +53,7 @@ export default () => {
53
53
  #### HTML (html)
54
54
 
55
55
  ```html
56
- <div style="opacity: 0.883576;">
56
+ <div style="opacity: 0.893219;">
57
57
  <div class="margin-10">
58
58
  <label>Some Data</label>
59
59
  <div>
@@ -163,19 +163,19 @@ export default () => (
163
163
  <div class="display-flex gap-20 text-color-darker" style="opacity: 1;">
164
164
  <div style="opacity: 1;">
165
165
  <svg width="50" height="50" class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
166
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3" pathLength="1" stroke-dashoffset="0px" stroke-dasharray="1px 1px">
166
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 5l7 7m0 0l-7 7m7-7H3" pathLength="1" stroke-dashoffset="0" stroke-dasharray="1 1">
167
167
  </path>
168
168
  </svg>
169
169
  </div>
170
170
  <div style="opacity: 1;">
171
171
  <svg width="50" height="50" class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
172
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" pathLength="1" stroke-dashoffset="0px" stroke-dasharray="0.9341939650767017px 1px">
172
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" pathLength="1" stroke-dashoffset="0" stroke-dasharray="0.8969824802770745 1">
173
173
  </path>
174
174
  </svg>
175
175
  </div>
176
176
  <div style="opacity: 1;">
177
177
  <svg width="50" height="50" class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
178
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" pathLength="1" stroke-dashoffset="0px" stroke-dasharray="0px 1px">
178
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" pathLength="1" stroke-dashoffset="0" stroke-dasharray="0 1">
179
179
  </path>
180
180
  </svg>
181
181
  </div>
@@ -184,21 +184,21 @@ export default () => (
184
184
 
185
185
  ### Example: Example 3
186
186
 
187
- Add ItemItem 52KRTXSG4PL
187
+ Add ItemItem FAATTXJEAOK
188
188
 
189
- Item SXRN323D9IL
189
+ Item BR7CAEFSQE
190
190
 
191
- Item O8SH8KFUWG
191
+ Item JZMO19RZFVI
192
192
 
193
193
  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. Vivamus elementum ante et est sagittis semper. Ut consectetur enim nec tortor scelerisque tincidunt. Fusce ac ligula bibendum, rutrum libero quis, viverra sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis ut hendrerit massa, in molestie elit. Sed vitae orci ac purus volutpat posuere ac ut neque. Mauris ante orci, semper finibus lorem in, fringilla pretium velit.
194
194
 
195
195
  #### Summary
196
196
 
197
- Add ItemItem 52KRTXSG4PL
197
+ Add ItemItem FAATTXJEAOK
198
198
 
199
- Item SXRN323D9IL
199
+ Item BR7CAEFSQE
200
200
 
201
- Item O8SH8KFUWG
201
+ Item JZMO19RZFVI
202
202
 
203
203
  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. Vivamus elementum ante et est sagittis semper. Ut consectetur enim nec tortor scelerisque tincidunt. Fusce ac ligula bibendum, rutrum libero quis, viverra sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis ut hendrerit massa, in molestie elit. Sed vitae orci ac purus volutpat posuere ac ut neque. Mauris ante orci, semper finibus lorem in, fringilla pretium velit.
204
204
 
@@ -267,7 +267,7 @@ export default () => {
267
267
  <div style="height: auto;">
268
268
  <div style="opacity: 1;">
269
269
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
270
- <div>Item 52KRTXSG4PL</div>
270
+ <div>Item FAATTXJEAOK</div>
271
271
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
272
272
  <span class="rioglyph rioglyph-remove text-size-14">
273
273
  </span>
@@ -278,7 +278,7 @@ export default () => {
278
278
  <div style="height: auto;">
279
279
  <div style="opacity: 1;">
280
280
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
281
- <div>Item SXRN323D9IL</div>
281
+ <div>Item BR7CAEFSQE</div>
282
282
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
283
283
  <span class="rioglyph rioglyph-remove text-size-14">
284
284
  </span>
@@ -289,7 +289,7 @@ export default () => {
289
289
  <div style="height: auto;">
290
290
  <div style="opacity: 1;">
291
291
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
292
- <div>Item O8SH8KFUWG</div>
292
+ <div>Item JZMO19RZFVI</div>
293
293
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
294
294
  <span class="rioglyph rioglyph-remove text-size-14">
295
295
  </span>
@@ -305,31 +305,31 @@ export default () => {
305
305
 
306
306
  ### Example: Example 4
307
307
 
308
- Load ItemsItem B0A73GATAR
308
+ Load ItemsItem 2KM3LW7UIU
309
309
 
310
- Item GMKA93SKRQ
310
+ Item AWT2UKFGLD
311
311
 
312
- Item 2E9PXOO6CNJ
312
+ Item UYIKHVVYQ2G
313
313
 
314
- Item QDB3LPYVNB
314
+ Item IS8QR1Q48O
315
315
 
316
- Item ZACAR9DD3H
316
+ Item 6CS9IVYH85
317
317
 
318
- Item D27NQVDPHK
318
+ Item QMDZFXEZVC
319
319
 
320
320
  #### Summary
321
321
 
322
- Load ItemsItem B0A73GATAR
322
+ Load ItemsItem 2KM3LW7UIU
323
323
 
324
- Item GMKA93SKRQ
324
+ Item AWT2UKFGLD
325
325
 
326
- Item 2E9PXOO6CNJ
326
+ Item UYIKHVVYQ2G
327
327
 
328
- Item QDB3LPYVNB
328
+ Item IS8QR1Q48O
329
329
 
330
- Item ZACAR9DD3H
330
+ Item 6CS9IVYH85
331
331
 
332
- Item D27NQVDPHK
332
+ Item QMDZFXEZVC
333
333
 
334
334
  #### React (tsx)
335
335
 
@@ -396,7 +396,7 @@ export default () => {
396
396
  <span class="checkbox-text">
397
397
  <span>
398
398
  <div class="display-flex gap-5">
399
- <span>Item B0A73GATAR</span>
399
+ <span>Item 2KM3LW7UIU</span>
400
400
  </div>
401
401
  </span>
402
402
  </span>
@@ -408,7 +408,7 @@ export default () => {
408
408
  <span class="checkbox-text">
409
409
  <span>
410
410
  <div class="display-flex gap-5">
411
- <span>Item GMKA93SKRQ</span>
411
+ <span>Item AWT2UKFGLD</span>
412
412
  </div>
413
413
  </span>
414
414
  </span>
@@ -420,7 +420,7 @@ export default () => {
420
420
  <span class="checkbox-text">
421
421
  <span>
422
422
  <div class="display-flex gap-5">
423
- <span>Item 2E9PXOO6CNJ</span>
423
+ <span>Item UYIKHVVYQ2G</span>
424
424
  </div>
425
425
  </span>
426
426
  </span>
@@ -432,7 +432,7 @@ export default () => {
432
432
  <span class="checkbox-text">
433
433
  <span>
434
434
  <div class="display-flex gap-5">
435
- <span>Item QDB3LPYVNB</span>
435
+ <span>Item IS8QR1Q48O</span>
436
436
  </div>
437
437
  </span>
438
438
  </span>
@@ -444,7 +444,7 @@ export default () => {
444
444
  <span class="checkbox-text">
445
445
  <span>
446
446
  <div class="display-flex gap-5">
447
- <span>Item ZACAR9DD3H</span>
447
+ <span>Item 6CS9IVYH85</span>
448
448
  </div>
449
449
  </span>
450
450
  </span>
@@ -456,7 +456,7 @@ export default () => {
456
456
  <span class="checkbox-text">
457
457
  <span>
458
458
  <div class="display-flex gap-5">
459
- <span>Item D27NQVDPHK</span>
459
+ <span>Item QMDZFXEZVC</span>
460
460
  </div>
461
461
  </span>
462
462
  </span>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Components
4
4
  *Section:* Application
5
- *Source:* https://uikit.developers.rio.cloud/#components/appHeader
6
- *Captured:* 2026-01-14T09:06:52.930Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/components/appHeader
6
+ *Captured:* 2026-02-23T13:41:31.291Z
7
7
 
8
8
  This is the header component for all services. All navigation link components that are passed into the header should be based on react-router
9
9
 
@@ -258,7 +258,7 @@ export default AppHeaderExample;
258
258
  <nav class="ApplicationHeader user-select-none">
259
259
  <div class="navbar-header">
260
260
  <span class="navbar-brand home-icon">
261
- <a aria-current="page" class="active" href="#">
261
+ <a class="" href="#/" data-discover="true">
262
262
  </a>
263
263
  </span>
264
264
  </div>
@@ -321,19 +321,19 @@ export default AppHeaderExample;
321
321
  </ul>
322
322
  <ul class="SubmoduleNavigation nav">
323
323
  <li class="submodule " data-nav-item-key="A">
324
- <a aria-current="page" class="active" href="#components/appHeader">Test A</a>
324
+ <a aria-current="page" class="active" href="#/components/appHeader" data-discover="true">Test A</a>
325
325
  </li>
326
326
  <li class="submodule " data-nav-item-key="B">
327
- <a href="#2">Test B</a>
327
+ <a class="" href="#/2" data-discover="true">Test B</a>
328
328
  </li>
329
329
  <li class="submodule " data-nav-item-key="C">
330
- <a href="#3">Test C</a>
330
+ <a class="" href="#/3" data-discover="true">Test C</a>
331
331
  </li>
332
332
  <li class="submodule " data-nav-item-key="D">
333
- <a href="#4">Test D</a>
333
+ <a class="" href="#/4" data-discover="true">Test D</a>
334
334
  </li>
335
335
  <li class="submodule " data-nav-item-key="E">
336
- <a href="#5">Test E</a>
336
+ <a class="" href="#/5" data-discover="true">Test E</a>
337
337
  </li>
338
338
  </ul>
339
339
  <ul class="ApplicationActionBar nav navbar-nav navbar-right ">
@@ -363,6 +363,12 @@ export default AppHeaderExample;
363
363
  </div>
364
364
  ```
365
365
 
366
+ #### Props (json)
367
+
368
+ ```json
369
+ <NavLink to='https://home.rio.cloud' />
370
+ ```
371
+
366
372
  ## ActionBarItem
367
373
 
368
374
  The ActionBarItem components consists mainly of two sub-components: Icon and Popover. The Icon component is mandatory and is shown in the header. The Popover component is optional and it's content will be shown inside a Popover.
@@ -663,4 +669,54 @@ export default ActionBarItemsExample;
663
669
  </nav>
664
670
  </div>
665
671
  </div>
666
- ```
672
+ ```
673
+
674
+ #### Props: ActionBarItem
675
+
676
+ ### ActionBarItem
677
+
678
+ | Name | Type | Default | Description |
679
+ | --- | --- | --- | --- |
680
+ | id | string | — | The id is used to identify the item in the DOM. If not provided, a random id is used instead. |
681
+ | title | string \| React.ReactNode | — | The title property for the sub-component ActionBarItem.Popover. This can be a String or another component as well as a React-Intl component. |
682
+ | className | string | — | Additional class names that are added to the respective component. It can be defined for the parent and all sub-components. |
683
+ | hidePopoverOnClick | boolean | true | Defines if the popover should close when any child element is being clicked. |
684
+ | popoverWidth | ActionBarItemPopoverWidth | 250 | Possible values are 100, 150, 200, 250, 300, 350, 400, 450 or 500. |
685
+ | mobileDialogBodyClassName | string | — | Additional class names that are added to dialog fallback modal-body element. |
686
+
687
+ #### Props: ActionBarItem.List
688
+
689
+ ### ActionBarItem.List
690
+
691
+ | Name | Type | Default | Description |
692
+ | --- | --- | --- | --- |
693
+ | className | string | — | Additional class names that are added to the wrapping list item component. |
694
+
695
+ #### Props: ActionBarItem.ListItem
696
+
697
+ ### ActionBarItem.ListItem
698
+
699
+ | Name | Type | Default | Description |
700
+ | --- | --- | --- | --- |
701
+ | hasLink | boolean | — | Set it to true when you want to use the item as link item. In this case, please use the Link component from react-router-dom instead of an anchor tag to prevent side effects when automatically closing the popover. |
702
+ | icon | string | — | The name of the icon to be used for the item. |
703
+ | onClick | VoidFunction | — | Callback function to be triggered when the internal button of a list item is clicked. Note: When no callback function is provided, the children are rendered as is without wrapping them in a button. |
704
+ | className | string | — | Additional class names that are added to the wrapping list item component. |
705
+
706
+ #### Props: ActionBarItem.ListSeparator
707
+
708
+ ### ActionBarItem.ListSeparator
709
+
710
+ | Name | Type | Default | Description |
711
+ | --- | --- | --- | --- |
712
+ | className | string | — | Additional class names that are added to the wrapping list item component. |
713
+
714
+ #### Props: ActionBarItem.Popover
715
+
716
+ ### ActionBarItem.Popover
717
+
718
+ | Name | Type | Default | Description |
719
+ | --- | --- | --- | --- |
720
+ | title | string \| ReactNode | — | The popover title. |
721
+ | useOffscreen | boolean | — | Define whether the popover content shall be rendered behind the scene. This allows to preload content or to avoid unmounting the content component. |
722
+ | className | string | — | Additional class names that are added to the popover content. |