@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:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/accentBar
6
- *Captured:* 2026-01-14T09:07:40.925Z
6
+ *Captured:* 2026-02-03T14:04:55.940Z
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. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/activity
6
- *Captured:* 2026-01-14T09:07:39.453Z
6
+ *Captured:* 2026-02-03T14:04:54.335Z
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. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/animatedNumber
6
- *Captured:* 2026-01-14T09:07:23.607Z
6
+ *Captured:* 2026-02-03T14:04:38.677Z
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. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/animatedTextReveal
6
- *Captured:* 2026-01-14T09:07:25.378Z
6
+ *Captured:* 2026-02-03T14:04:39.333Z
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.331249; transform: translateY(8.78522px);">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.331249; transform: translateY(8.78522px);">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.36812px);">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.36812px);">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.36812px);">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. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/animations
6
- *Captured:* 2026-01-14T09:07:24.795Z
6
+ *Captured:* 2026-02-03T14:04:39.064Z
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.891318;">
57
57
  <div class="margin-10">
58
58
  <label>Some Data</label>
59
59
  <div>
@@ -169,7 +169,7 @@ export default () => (
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="0px" stroke-dasharray="0.8869888990011532px 1px">
173
173
  </path>
174
174
  </svg>
175
175
  </div>
@@ -184,21 +184,21 @@ export default () => (
184
184
 
185
185
  ### Example: Example 3
186
186
 
187
- Add ItemItem 52KRTXSG4PL
187
+ Add ItemItem SAY31NI9JY
188
188
 
189
- Item SXRN323D9IL
189
+ Item 3Y845VKS7Q
190
190
 
191
- Item O8SH8KFUWG
191
+ Item 2TR06HFALV
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 SAY31NI9JY
198
198
 
199
- Item SXRN323D9IL
199
+ Item 3Y845VKS7Q
200
200
 
201
- Item O8SH8KFUWG
201
+ Item 2TR06HFALV
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 SAY31NI9JY</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 3Y845VKS7Q</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 2TR06HFALV</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 Y3E1PAWU4G
309
309
 
310
- Item GMKA93SKRQ
310
+ Item 03RN4LBQUH
311
311
 
312
- Item 2E9PXOO6CNJ
312
+ Item RNLIJUFWD1
313
313
 
314
- Item QDB3LPYVNB
314
+ Item USNNCEUF3C
315
315
 
316
- Item ZACAR9DD3H
316
+ Item S6FC5S6QMJ
317
317
 
318
- Item D27NQVDPHK
318
+ Item 01C0J9EA59
319
319
 
320
320
  #### Summary
321
321
 
322
- Load ItemsItem B0A73GATAR
322
+ Load ItemsItem Y3E1PAWU4G
323
323
 
324
- Item GMKA93SKRQ
324
+ Item 03RN4LBQUH
325
325
 
326
- Item 2E9PXOO6CNJ
326
+ Item RNLIJUFWD1
327
327
 
328
- Item QDB3LPYVNB
328
+ Item USNNCEUF3C
329
329
 
330
- Item ZACAR9DD3H
330
+ Item S6FC5S6QMJ
331
331
 
332
- Item D27NQVDPHK
332
+ Item 01C0J9EA59
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 Y3E1PAWU4G</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 03RN4LBQUH</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 RNLIJUFWD1</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 USNNCEUF3C</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 S6FC5S6QMJ</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 01C0J9EA59</span>
460
460
  </div>
461
461
  </span>
462
462
  </span>
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Application
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/appHeader
6
- *Captured:* 2026-01-14T09:06:52.930Z
6
+ *Captured:* 2026-02-03T14:04:05.995Z
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
 
@@ -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. |