@rio-cloud/uikit-mcp 1.1.6 → 1.1.8

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 +13 -17
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +3 -31
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +36 -172
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +141 -374
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +9 -77
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +48 -106
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3412 -5600
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +8 -65
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +7 -38
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +57 -123
  115. package/dist/docs/foundations.md +753 -4073
  116. package/dist/docs/start/changelog.md +793 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +75 -120
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -10
  183. package/dist/version.json +2 -2
  184. package/package.json +2 -2
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -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-02-23T13:42:21.588Z
6
+ *Captured:* 2026-03-06T10:40:54.437Z
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
 
@@ -19,14 +19,6 @@ Lorem ipsum dolor sit amet
19
19
 
20
20
  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.
21
21
 
22
- #### Summary
23
-
24
- Lorem ipsum dolor sit amet
25
-
26
- Lorem ipsum dolor sit amet
27
-
28
- 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.
29
-
30
22
  #### React (tsx)
31
23
 
32
24
  ```tsx
@@ -85,35 +77,19 @@ export default () => (
85
77
 
86
78
  ### Example: Example 2
87
79
 
88
- StatusLocationETA
89
-
90
- In transit
91
- Hamburg, DE2024-02-02
92
-
93
- Delivered
94
- Rotterdam, NL2024-01-29
95
-
96
- Awaiting pickup
97
- Warsaw, PL2024-02-05
98
-
99
- Customs clearance
100
- Antwerp, BE2024-02-03
101
-
102
- #### Summary
103
-
104
- StatusLocationETA
80
+ Status Location ETA
105
81
 
106
82
  In transit
107
- Hamburg, DE2024-02-02
83
+ Hamburg, DE 2024-02-02
108
84
 
109
85
  Delivered
110
- Rotterdam, NL2024-01-29
86
+ Rotterdam, NL 2024-01-29
111
87
 
112
88
  Awaiting pickup
113
- Warsaw, PL2024-02-05
89
+ Warsaw, PL 2024-02-05
114
90
 
115
91
  Customs clearance
116
- Antwerp, BE2024-02-03
92
+ Antwerp, BE 2024-02-03
117
93
 
118
94
  #### React (tsx)
119
95
 
@@ -240,33 +216,17 @@ const getStatusColor = (status: string) => {
240
216
 
241
217
  Visualizing rating distribution
242
218
 
243
- CategoryPercentage
219
+ Category Percentage
244
220
 
245
- Poor15%
221
+ Poor 15%
246
222
 
247
- Below Average20%
223
+ Below Average 20%
248
224
 
249
- Average25%
225
+ Average 25%
250
226
 
251
- Good15%
227
+ Good 15%
252
228
 
253
- Excellent25%
254
-
255
- #### Summary
256
-
257
- Visualizing rating distribution
258
-
259
- CategoryPercentage
260
-
261
- Poor15%
262
-
263
- Below Average20%
264
-
265
- Average25%
266
-
267
- Good15%
268
-
269
- Excellent25%
229
+ Excellent 25%
270
230
 
271
231
  #### React (tsx)
272
232
 
@@ -447,29 +407,16 @@ const getStatusColor = (status: string) => {
447
407
 
448
408
  ### Example: Example 4
449
409
 
450
- Risk levelReasonSuggested action
451
-
452
- Low risk
453
- Stable weather conditionsMonitor
454
-
455
- High risk
456
- Labor strike at destinationReroute shipment
457
-
458
- Critical risk
459
- Customs hold & inspectionExpedite clearance
460
-
461
- #### Summary
462
-
463
- Risk levelReasonSuggested action
410
+ Risk level Reason Suggested action
464
411
 
465
412
  Low risk
466
- Stable weather conditionsMonitor
413
+ Stable weather conditions Monitor
467
414
 
468
415
  High risk
469
- Labor strike at destinationReroute shipment
416
+ Labor strike at destination Reroute shipment
470
417
 
471
418
  Critical risk
472
- Customs hold & inspectionExpedite clearance
419
+ Customs hold & inspection Expedite clearance
473
420
 
474
421
  #### React (tsx)
475
422
 
@@ -3,64 +3,27 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/activity
6
- *Captured:* 2026-02-23T13:42:19.634Z
6
+ *Captured:* 2026-03-06T10:40:53.448Z
7
7
 
8
8
  ## Activity
9
9
 
10
10
  ### Example: Example 1
11
11
 
12
- Small size:0:24 h
12
+ Small size: 0:24 h
13
13
  0:24 h
14
14
  0:24 h
15
- 0:24 h
16
- 13
17
- Default size:0:24 h
18
- 0:24 h
19
- 0:24 h
20
- 0:24 h
21
-
22
- Default size without duration:
23
-
24
- Outdated activities:0:24 h
25
- 0:24 h
26
- 0:24 h
27
- 0:24 h
28
-
29
- Large size:0:24 h
30
- 0:24 h
31
- 0:24 h
32
- 0:24 h
33
-
34
- Extra large size:0:24 h
35
- 0:24 h
36
- 0:24 h
37
- 0:24 h
38
-
39
- #### Summary
40
-
41
- Small size:0:24 h
42
- 0:24 h
43
- 0:24 h
44
- 0:24 h
45
- 13
46
- Default size:0:24 h
47
- 0:24 h
15
+ 0:24 h 1 3 Default size: 0:24 h
48
16
  0:24 h
49
17
  0:24 h
18
+ 0:24 h Default size without duration:
50
19
 
51
- Default size without duration:
52
-
53
- Outdated activities:0:24 h
20
+ Outdated activities: 0:24 h
54
21
  0:24 h
55
22
  0:24 h
23
+ 0:24 h Large size: 0:24 h
56
24
  0:24 h
57
-
58
- Large size:0:24 h
59
25
  0:24 h
60
- 0:24 h
61
- 0:24 h
62
-
63
- Extra large size:0:24 h
26
+ 0:24 h Extra large size: 0:24 h
64
27
  0:24 h
65
28
  0:24 h
66
29
  0:24 h
@@ -3,21 +3,13 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/animatedNumber
6
- *Captured:* 2026-02-23T13:42:04.326Z
6
+ *Captured:* 2026-03-06T10:40:35.709Z
7
7
 
8
8
  ## AnimatedNumber
9
9
 
10
10
  ### Example: Example 1
11
11
 
12
- Default AnimatedNumber0
13
- AnimatedNumber with prefix and unit+0%
14
- AnimatedNumber as simple timerHurry up! Only60sremaining.
15
-
16
- #### Summary
17
-
18
- Default AnimatedNumber0
19
- AnimatedNumber with prefix and unit+0%
20
- AnimatedNumber as simple timerHurry up! Only60sremaining.
12
+ Default AnimatedNumber 0 AnimatedNumber with prefix and unit +0% AnimatedNumber as simple timer Hurry up! Only 60s remaining.
21
13
 
22
14
  #### React (tsx)
23
15
 
@@ -59,7 +51,7 @@ export default () => (
59
51
  <div>
60
52
  <label>Default AnimatedNumber</label>
61
53
  <div class="width-60 margin-bottom-20 text-right text-size-h1 text-color-info">
62
- <span class="">24</span>
54
+ <span class="">23</span>
63
55
  </div>
64
56
  <label>AnimatedNumber with prefix and unit</label>
65
57
  <div class="width-100 margin-bottom-20 text-right text-size-h1 text-color-primary">
@@ -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-02-23T13:42:05.762Z
6
+ *Captured:* 2026-03-06T10:40:38.063Z
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
 
@@ -32,25 +32,6 @@ System is thinking...
32
32
  Revealing text on a button
33
33
  Continue
34
34
 
35
- #### Summary
36
-
37
- Text with automatic cycling and animated gradient
38
- Live stream
39
-
40
- System is thinking...
41
-
42
- Text with animated gradient
43
- Processing your request...
44
-
45
- Text with automatic cycling but without animated gradient
46
- System is thinking...
47
-
48
- Text with custom styling
49
- System is thinking...
50
-
51
- Revealing text on a button
52
- Continue
53
-
54
35
  #### React (tsx)
55
36
 
56
37
  ```tsx
@@ -136,7 +117,7 @@ export default () => {
136
117
  <div class="text-uppercase text-size-12">Live stream</div>
137
118
  </div>
138
119
  <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.310583; transform: translateY(8.91442px);">System is thinking...</div>
120
+ <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.305126; transform: translateY(8.93817px);">System is thinking...</div>
140
121
  </div>
141
122
  </div>
142
123
  </div>
@@ -148,7 +129,7 @@ export default () => {
148
129
  <div class="text-color-dark max-width-100pct text-size-12 display-inline-block margin-bottom-5">Text with animated gradient</div>
149
130
  <div class="bg-white rounded border shadow-default padding-15 display-flex flex-column gap-15">
150
131
  <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.310583; transform: translateY(8.91442px);">Processing your request...</div>
132
+ <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.305126; transform: translateY(8.93817px);">Processing your request...</div>
152
133
  </div>
153
134
  </div>
154
135
  </div>
@@ -213,15 +194,6 @@ Sync now
213
194
 
214
195
  No sync yet
215
196
 
216
- #### Summary
217
-
218
- Status
219
- Idle
220
-
221
- Sync now
222
-
223
- No sync yet
224
-
225
197
  #### React (tsx)
226
198
 
227
199
  ```tsx
@@ -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-02-23T13:42:05.492Z
6
+ *Captured:* 2026-03-06T10:40:36.487Z
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
 
@@ -16,11 +16,6 @@ The official documentation can be found here https://motion.dev/docs/react
16
16
  Some Data
17
17
  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.
18
18
 
19
- #### Summary
20
-
21
- Some Data
22
- 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.
23
-
24
19
  #### React (tsx)
25
20
 
26
21
  ```tsx
@@ -53,7 +48,7 @@ export default () => {
53
48
  #### HTML (html)
54
49
 
55
50
  ```html
56
- <div style="opacity: 0.893219;">
51
+ <div style="opacity: 0.885043;">
57
52
  <div class="margin-10">
58
53
  <label>Some Data</label>
59
54
  <div>
@@ -66,10 +61,6 @@ export default () => {
66
61
 
67
62
 
68
63
 
69
- #### Summary
70
-
71
-
72
-
73
64
  #### React (tsx)
74
65
 
75
66
  ```tsx
@@ -169,7 +160,7 @@ export default () => (
169
160
  </div>
170
161
  <div style="opacity: 1;">
171
162
  <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="0" stroke-dasharray="0.8969824802770745 1">
163
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" pathLength="1" stroke-dashoffset="0" stroke-dasharray="0.9119143352436367 1">
173
164
  </path>
174
165
  </svg>
175
166
  </div>
@@ -184,21 +175,11 @@ export default () => (
184
175
 
185
176
  ### Example: Example 3
186
177
 
187
- Add ItemItem FAATTXJEAOK
188
-
189
- Item BR7CAEFSQE
190
-
191
- Item JZMO19RZFVI
192
-
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
-
195
- #### Summary
196
-
197
- Add ItemItem FAATTXJEAOK
178
+ Add Item Item K0ULQZ1G8I
198
179
 
199
- Item BR7CAEFSQE
180
+ Item YFOIO6AS7V
200
181
 
201
- Item JZMO19RZFVI
182
+ Item NYOXL5YGT2
202
183
 
203
184
  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
185
 
@@ -267,7 +248,7 @@ export default () => {
267
248
  <div style="height: auto;">
268
249
  <div style="opacity: 1;">
269
250
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
270
- <div>Item FAATTXJEAOK</div>
251
+ <div>Item K0ULQZ1G8I</div>
271
252
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
272
253
  <span class="rioglyph rioglyph-remove text-size-14">
273
254
  </span>
@@ -278,7 +259,7 @@ export default () => {
278
259
  <div style="height: auto;">
279
260
  <div style="opacity: 1;">
280
261
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
281
- <div>Item BR7CAEFSQE</div>
262
+ <div>Item YFOIO6AS7V</div>
282
263
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
283
264
  <span class="rioglyph rioglyph-remove text-size-14">
284
265
  </span>
@@ -289,7 +270,7 @@ export default () => {
289
270
  <div style="height: auto;">
290
271
  <div style="opacity: 1;">
291
272
  <div class="display-flex justify-content-between align-items-center padding-x-15 padding-y-10 border border-bottom-only">
292
- <div>Item JZMO19RZFVI</div>
273
+ <div>Item NYOXL5YGT2</div>
293
274
  <button type="button" class="btn btn-muted btn-sm btn-icon-only btn-component" tabindex="0">
294
275
  <span class="rioglyph rioglyph-remove text-size-14">
295
276
  </span>
@@ -305,31 +286,17 @@ export default () => {
305
286
 
306
287
  ### Example: Example 4
307
288
 
308
- Load ItemsItem 2KM3LW7UIU
309
-
310
- Item AWT2UKFGLD
311
-
312
- Item UYIKHVVYQ2G
313
-
314
- Item IS8QR1Q48O
315
-
316
- Item 6CS9IVYH85
317
-
318
- Item QMDZFXEZVC
319
-
320
- #### Summary
321
-
322
- Load ItemsItem 2KM3LW7UIU
289
+ Load Items Item BXSAR5YAW6
323
290
 
324
- Item AWT2UKFGLD
291
+ Item 4QIZ4N6WFF
325
292
 
326
- Item UYIKHVVYQ2G
293
+ Item V4777RZUL9
327
294
 
328
- Item IS8QR1Q48O
295
+ Item WLLYXMKVY5
329
296
 
330
- Item 6CS9IVYH85
297
+ Item BNCS1F6E9K
331
298
 
332
- Item QMDZFXEZVC
299
+ Item V7XVZMZFPR
333
300
 
334
301
  #### React (tsx)
335
302
 
@@ -396,7 +363,7 @@ export default () => {
396
363
  <span class="checkbox-text">
397
364
  <span>
398
365
  <div class="display-flex gap-5">
399
- <span>Item 2KM3LW7UIU</span>
366
+ <span>Item BXSAR5YAW6</span>
400
367
  </div>
401
368
  </span>
402
369
  </span>
@@ -408,7 +375,7 @@ export default () => {
408
375
  <span class="checkbox-text">
409
376
  <span>
410
377
  <div class="display-flex gap-5">
411
- <span>Item AWT2UKFGLD</span>
378
+ <span>Item 4QIZ4N6WFF</span>
412
379
  </div>
413
380
  </span>
414
381
  </span>
@@ -420,7 +387,7 @@ export default () => {
420
387
  <span class="checkbox-text">
421
388
  <span>
422
389
  <div class="display-flex gap-5">
423
- <span>Item UYIKHVVYQ2G</span>
390
+ <span>Item V4777RZUL9</span>
424
391
  </div>
425
392
  </span>
426
393
  </span>
@@ -432,7 +399,7 @@ export default () => {
432
399
  <span class="checkbox-text">
433
400
  <span>
434
401
  <div class="display-flex gap-5">
435
- <span>Item IS8QR1Q48O</span>
402
+ <span>Item WLLYXMKVY5</span>
436
403
  </div>
437
404
  </span>
438
405
  </span>
@@ -444,7 +411,7 @@ export default () => {
444
411
  <span class="checkbox-text">
445
412
  <span>
446
413
  <div class="display-flex gap-5">
447
- <span>Item 6CS9IVYH85</span>
414
+ <span>Item BNCS1F6E9K</span>
448
415
  </div>
449
416
  </span>
450
417
  </span>
@@ -456,7 +423,7 @@ export default () => {
456
423
  <span class="checkbox-text">
457
424
  <span>
458
425
  <div class="display-flex gap-5">
459
- <span>Item QMDZFXEZVC</span>
426
+ <span>Item V7XVZMZFPR</span>
460
427
  </div>
461
428
  </span>
462
429
  </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-02-23T13:41:31.291Z
6
+ *Captured:* 2026-03-06T10:39:58.467Z
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
 
@@ -30,27 +30,6 @@ Test E
30
30
 
31
31
  Load different nav items
32
32
 
33
- #### Summary
34
-
35
- ApplicationHeader
36
-
37
- Headline 1
38
- Subline 1
39
-
40
- Headline 2
41
- Subline 2
42
-
43
- Headline 3
44
- Subline 3
45
-
46
- Test A
47
- Test B
48
- Test C
49
- Test D
50
- Test E
51
-
52
- Load different nav items
53
-
54
33
  #### React (tsx)
55
34
 
56
35
  ```tsx
@@ -332,8 +311,16 @@ export default AppHeaderExample;
332
311
  <li class="submodule " data-nav-item-key="D">
333
312
  <a class="" href="#/4" data-discover="true">Test D</a>
334
313
  </li>
335
- <li class="submodule " data-nav-item-key="E">
336
- <a class="" href="#/5" data-discover="true">Test E</a>
314
+ <li class="CollapsedDropdown dropdown ">
315
+ <a id="basic-nav-dropdown" role="button" class="dropdown-toggle text-color-gray" aria-haspopup="true" aria-expanded="true">
316
+ <span class="rioglyph rioglyph-option-horizontal" aria-hidden="true">
317
+ </span>
318
+ </a>
319
+ <ul class="dropdown-menu" role="menu" aria-labelledby="basic-nav-dropdown">
320
+ <li class="submodule" data-nav-item-key="E">
321
+ <a class="" href="#/5" data-discover="true">Test E</a>
322
+ </li>
323
+ </ul>
337
324
  </li>
338
325
  </ul>
339
326
  <ul class="ApplicationActionBar nav navbar-nav navbar-right ">
@@ -379,12 +366,6 @@ ApplicationHeader
379
366
 
380
367
  4
381
368
 
382
- #### Summary
383
-
384
- ApplicationHeader
385
-
386
- 4
387
-
388
369
  #### React (tsx)
389
370
 
390
371
  ```tsx