@rio-cloud/uikit-mcp 1.1.7 → 1.1.9

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 +24 -18
  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 +6 -34
  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 +40 -193
  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 +241 -280
  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 +10 -78
  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 +50 -100
  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 +3424 -5567
  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 +7 -64
  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 +8 -39
  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 +61 -130
  115. package/dist/docs/foundations.md +749 -4069
  116. package/dist/docs/start/changelog.md +5 -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 +74 -119
  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 -16
  183. package/dist/version.json +2 -2
  184. package/package.json +15 -9
  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,17 +3,13 @@
3
3
  *Category:* Components
4
4
  *Section:* Pickers
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/filePickers
6
- *Captured:* 2026-02-23T15:48:33.423Z
6
+ *Captured:* 2026-03-06T10:40:32.594Z
7
7
 
8
8
  ## FilePicker
9
9
 
10
10
  ### Example: Example 1
11
11
 
12
- FilePicker for single imagesSelect image
13
-
14
- #### Summary
15
-
16
- FilePicker for single imagesSelect image
12
+ FilePicker for single images Select image
17
13
 
18
14
  #### React (tsx)
19
15
 
@@ -110,11 +106,7 @@ export default FilePickerExample;
110
106
 
111
107
  ### Example: Example 2
112
108
 
113
- FilePicker for multiple images and with dropzoneSelect multiple ImagesDrag & drop files here, or click to select files
114
-
115
- #### Summary
116
-
117
- FilePicker for multiple images and with dropzoneSelect multiple ImagesDrag & drop files here, or click to select files
109
+ FilePicker for multiple images and with dropzone Select multiple Images Drag & drop files here, or click to select files
118
110
 
119
111
  #### React (tsx)
120
112
 
@@ -237,13 +229,7 @@ export default FilePickerWithDropzoneExample;
237
229
 
238
230
  ### Example: You have no file selected yet
239
231
 
240
- FilePicker for all files and with dropzone onlyDrag & drop PDF files here or click to select
241
-
242
- You have no file selected yet
243
-
244
- #### Summary
245
-
246
- FilePicker for all files and with dropzone onlyDrag & drop PDF files here or click to select
232
+ FilePicker for all files and with dropzone only Drag & drop PDF files here or click to select
247
233
 
248
234
  You have no file selected yet
249
235
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/formLabel
6
- *Captured:* 2026-02-23T15:48:43.064Z
6
+ *Captured:* 2026-03-06T10:40:42.813Z
7
7
 
8
8
  A small convenience component for a form label or just a label style used without a form element.
9
9
 
@@ -12,26 +12,14 @@ A small convenience component for a form label or just a label style used withou
12
12
  ### Example: A label for another form elementSupporting text
13
13
 
14
14
  A label for a form element
15
- A label for a form element with additional infoSupporting text
15
+ A label for a form element with additional info Supporting text
16
16
  A label for a form element with additional info as icon
17
- A label for another form elementSupporting text
17
+ A label for another form element Supporting text
18
18
 
19
19
  Lorem ipsum dolor
20
20
 
21
21
  A label for some other elements
22
- ButtonButton
23
-
24
- #### Summary
25
-
26
- A label for a form element
27
- A label for a form element with additional infoSupporting text
28
- A label for a form element with additional info as icon
29
- A label for another form elementSupporting text
30
-
31
- Lorem ipsum dolor
32
-
33
- A label for some other elements
34
- ButtonButton
22
+ Button Button
35
23
 
36
24
  #### React (tsx)
37
25
 
@@ -158,18 +146,10 @@ export default () => {
158
146
  ### Example: A label for some large buttons
159
147
 
160
148
  Labels for various sized elements using the form-group-sm and form-group-lg class on the parent element.
161
- A label for a small form elementLorem ipsum
162
- A label for a large form elementLorem ipsum
163
- A label for some large buttons
164
- ButtonButton
165
-
166
- #### Summary
167
-
168
- Labels for various sized elements using the form-group-sm and form-group-lg class on the parent element.
169
- A label for a small form elementLorem ipsum
170
- A label for a large form elementLorem ipsum
149
+ A label for a small form element Lorem ipsum
150
+ A label for a large form element Lorem ipsum
171
151
  A label for some large buttons
172
- ButtonButton
152
+ Button Button
173
153
 
174
154
  #### React (tsx)
175
155
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/groupedItemList
6
- *Captured:* 2026-02-23T15:48:44.508Z
6
+ *Captured:* 2026-03-06T10:40:44.491Z
7
7
 
8
8
  ## GroupedItemList
9
9
 
@@ -67,66 +67,6 @@ F
67
67
  Fred
68
68
  bar15
69
69
 
70
- #### Summary
71
-
72
- Grouped by name (default)
73
- A
74
-
75
- Aaron
76
- bar2
77
-
78
- Alice
79
- bar1
80
-
81
- Amelia
82
- bar3
83
-
84
- B
85
-
86
- Barbara
87
- bar5
88
-
89
- Bob
90
- bar4
91
-
92
- C
93
-
94
- Carl
95
- bar7
96
-
97
- Catherine
98
- bar8
99
-
100
- Charlie
101
- bar6
102
-
103
- D
104
-
105
- Daniel
106
- bar10
107
-
108
- David
109
- bar9
110
-
111
- Diana
112
- bar11
113
-
114
- E
115
-
116
- Edward
117
- bar12
118
-
119
- Eleanor
120
- bar14
121
-
122
- Eve
123
- bar13
124
-
125
- F
126
-
127
- Fred
128
- bar15
129
-
130
70
  #### React (tsx)
131
71
 
132
72
  ```tsx
@@ -404,70 +344,7 @@ export default () => {
404
344
  ### Example: Grouped by date
405
345
 
406
346
  Grouped by date
407
- Switch group sort orderSwitch item sort order
408
- 2024-09-07
409
-
410
- Parcel O
411
- (Pending)
412
-
413
- 2024-09-06
414
-
415
- Truck N
416
- (Delivered)
417
-
418
- Truck M
419
- (In Transit)
420
-
421
- 2024-09-05
422
-
423
- Freight L
424
- (Pending)
425
-
426
- Freight K
427
- (Delivered)
428
-
429
- 2024-09-04
430
-
431
- Pallet J
432
- (In Transit)
433
-
434
- Pallet I
435
- (Pending)
436
-
437
- 2024-09-03
438
-
439
- Container H
440
- (Delivered)
441
-
442
- Container G
443
- (In Transit)
444
-
445
- Container F
446
- (Pending)
447
-
448
- 2024-09-02
449
-
450
- Package E
451
- (Delivered)
452
-
453
- Package D
454
- (In Transit)
455
-
456
- 2024-09-01
457
-
458
- Shipment C
459
- (Pending)
460
-
461
- Shipment B
462
- (Delivered)
463
-
464
- Shipment A
465
- (In Transit)
466
-
467
- #### Summary
468
-
469
- Grouped by date
470
- Switch group sort orderSwitch item sort order
347
+ Switch group sort order Switch item sort order
471
348
  2024-09-07
472
349
 
473
350
  Parcel O
@@ -776,39 +653,6 @@ LTL (Less than Truckload): A shipment that doesn’t require a full truckload
776
653
  V
777
654
  Vessel: A large ship used to transport goods across seas and oceans
778
655
 
779
- #### Summary
780
-
781
- Grouped by custom key with basic styling
782
-
783
- A
784
- Air Freight: The transportation of goods via air
785
- Air Waybill (AWB): A document for air shipments detailing the goods and their destination
786
-
787
- B
788
- Bill of Lading (B/L): A contract between the shipper and the carrier for ocean transport
789
- Bulk Cargo: Unpackaged goods shipped in large quantities, like grains or coal
790
-
791
- C
792
- Cargo: Goods transported by a vehicle such as a ship, truck, or aircraft
793
- Carrier: A company that transports goods via road, rail, sea, or air
794
- Consignee: The person or company receiving the shipment
795
- Customs: Government agency responsible for regulating shipments entering a country
796
-
797
- D
798
- Dangerous Goods: Items that require special handling due to safety concerns, like chemicals
799
- Demurrage: A charge for delaying the return of a container beyond the allowed time
800
-
801
- F
802
- Freight Forwarder: A company that organizes shipments on behalf of shippers
803
- Full Container Load (FCL): A shipment that fills an entire container
804
-
805
- L
806
- Logistics: The management of the flow of goods between the point of origin and consumption
807
- LTL (Less than Truckload): A shipment that doesn’t require a full truckload
808
-
809
- V
810
- Vessel: A large ship used to transport goods across seas and oceans
811
-
812
656
  #### React (tsx)
813
657
 
814
658
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* CSS Only
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/iconList
6
- *Captured:* 2026-02-23T15:49:07.105Z
6
+ *Captured:* 2026-03-06T10:41:13.829Z
7
7
 
8
8
  The timeline component is a pure CSS component.
9
9
 
@@ -27,24 +27,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget ma
27
27
 
28
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.
29
29
 
30
- #### Summary
31
-
32
- Icon list
33
-
34
- 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.
35
-
36
- 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.
37
-
38
- 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.
39
-
40
- Icon list
41
-
42
- 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.
43
-
44
- 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.
45
-
46
- 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.
47
-
48
30
  #### HTML (html)
49
31
 
50
32
  ```html
@@ -86,13 +68,13 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget ma
86
68
  </div>
87
69
  <ul class="icon-list margin-bottom-0">
88
70
  <li>
89
- <span class="rioglyph rioglyph-user margin-top--1">
71
+ <span class="rioglyph rioglyph-businessman margin-top--1">
90
72
  </span>
91
73
  <span>
92
74
  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.</span>
93
75
  </li>
94
76
  <li>
95
- <span class="rioglyph rioglyph-bus margin-top--1">
77
+ <span class="rioglyph rioglyph-driver margin-top--1">
96
78
  </span>
97
79
  <span>
98
80
  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.</span>
@@ -113,58 +95,19 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget ma
113
95
  Tree list
114
96
 
115
97
  Lorem ipsum
116
- Lorem ipsumLorem ipsumLorem ipsum
117
- Lorem ipsum
118
- Lorem ipsum
119
-
120
- Lorem ipsumLorem ipsum
121
- Lorem ipsum
122
- Lorem ipsum
123
-
124
- Lorem ipsumLorem ipsumLorem ipsum
125
- Lorem ipsum
126
- Lorem ipsum
127
-
128
- Lorem ipsumLorem ipsum
129
- Lorem ipsum
130
- Lorem ipsum
131
-
132
- Lorem Ipsum
133
-
134
- Tree list with panels
135
-
136
- 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.
137
-
138
- 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.
139
-
140
- 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.
141
-
142
- Tree list with icons
143
-
144
- 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.
145
-
146
- 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.
147
-
148
- 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.
149
-
150
- #### Summary
151
-
152
- Tree list
153
-
154
- Lorem ipsum
155
- Lorem ipsumLorem ipsumLorem ipsum
98
+ Lorem ipsum Lorem ipsum Lorem ipsum
156
99
  Lorem ipsum
157
100
  Lorem ipsum
158
101
 
159
- Lorem ipsumLorem ipsum
102
+ Lorem ipsum Lorem ipsum
160
103
  Lorem ipsum
161
104
  Lorem ipsum
162
105
 
163
- Lorem ipsumLorem ipsumLorem ipsum
106
+ Lorem ipsum Lorem ipsum Lorem ipsum
164
107
  Lorem ipsum
165
108
  Lorem ipsum
166
109
 
167
- Lorem ipsumLorem ipsum
110
+ Lorem ipsum Lorem ipsum
168
111
  Lorem ipsum
169
112
  Lorem ipsum
170
113
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/imagePreloader
6
- *Captured:* 2026-02-23T15:48:55.989Z
6
+ *Captured:* 2026-03-06T10:40:58.240Z
7
7
 
8
8
  Use the preloader for controlling the various states when fetching the image. It allows to handle the failure case as well.
9
9
 
@@ -17,14 +17,6 @@ As background image without spinner
17
17
 
18
18
  Fallback case
19
19
 
20
- #### Summary
21
-
22
- With Image tag
23
-
24
- As background image without spinner
25
-
26
- Fallback case
27
-
28
20
  #### React (tsx)
29
21
 
30
22
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/labeledElement
6
- *Captured:* 2026-02-23T15:48:44.507Z
6
+ *Captured:* 2026-03-06T10:40:44.666Z
7
7
 
8
8
  A simple wrapper component that associates a label with any content, ensuring a unified label style. It simplifies the usage of labels for both form and non-form elements by using the FormLabelcomponent internally. For more flexibility, you can also use it directly when needed.
9
9
 
@@ -13,29 +13,14 @@ A simple wrapper component that associates a label with any content, ensuring a
13
13
 
14
14
  Label for a form element
15
15
  Label for other elements
16
- ButtonButton
16
+ Button Button
17
17
 
18
18
  Label for a value
19
19
  Some value with default gap
20
20
 
21
21
  Label with no gap
22
22
  Lorem ipsum dolor
23
- Label for styled value
24
- Lorem ipsum dolor
25
-
26
- #### Summary
27
-
28
- Label for a form element
29
- Label for other elements
30
- ButtonButton
31
-
32
- Label for a value
33
- Some value with default gap
34
-
35
- Label with no gap
36
- Lorem ipsum dolor
37
- Label for styled value
38
- Lorem ipsum dolor
23
+ Label for styled value Lorem ipsum dolor
39
24
 
40
25
  #### React (tsx)
41
26
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/licensePlate
6
- *Captured:* 2026-02-23T15:48:57.539Z
6
+ *Captured:* 2026-03-06T10:40:58.845Z
7
7
 
8
8
  The LicensePlate component is designed to display license plate information with various customization options. It is built with container queries, which ensure that design elements are shown or hidden based on the available space.
9
9
 
@@ -51,48 +51,6 @@ AF 12 3456
51
51
  SLO
52
52
  LJ 12-ABC
53
53
 
54
- #### Summary
55
-
56
- Test with your own data
57
-
58
- Enter demo data for countryCode and LicensePlate
59
-
60
- D
61
- M-TB-1234
62
-
63
- DK
64
- AF 12 3456
65
-
66
- SLO
67
- LJ 12-ABC
68
-
69
- D
70
- M-TB-1234
71
-
72
- DK
73
- AF 12 3456
74
-
75
- SLO
76
- LJ 12-ABC
77
-
78
- D
79
- M-TB-1234
80
-
81
- DK
82
- AF 12 3456
83
-
84
- SLO
85
- LJ 12-ABC
86
-
87
- D
88
- M-TB-1234
89
-
90
- DK
91
- AF 12 3456
92
-
93
- SLO
94
- LJ 12-ABC
95
-
96
54
  #### React (tsx)
97
55
 
98
56
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/lineCharts
6
- *Captured:* 2026-02-23T15:49:28.261Z
6
+ *Captured:* 2026-03-06T10:41:27.791Z
7
7
 
8
8
  ## LineChart
9
9
 
@@ -13,13 +13,7 @@
13
13
 
14
14
  Simple LineChart
15
15
 
16
- Page APage BPage CPage DPage EPage FPage G
17
-
18
- #### Summary
19
-
20
- Simple LineChart
21
-
22
- Page APage BPage CPage DPage EPage FPage G
16
+ Page A Page B Page C Page D Page E Page F Page G
23
17
 
24
18
  #### React (tsx)
25
19
 
@@ -133,7 +127,7 @@ const data: CustomData[] = [
133
127
  </g>
134
128
  <g tabindex="-1">
135
129
  <g class="recharts-layer recharts-line">
136
- <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r0:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="11.9607px 39.42811683349609px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
130
+ <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r0:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="18.3801px 33.008716833496095px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
137
131
  </path>
138
132
  </g>
139
133
  </g>
@@ -309,12 +303,7 @@ const data: CustomData[] = [
309
303
  ### Example: Example 2
310
304
 
311
305
  LineChart with ReferenceLine
312
- Custom labelPage APage BPage CPage DPage EPage FPage GMaxSegment
313
-
314
- #### Summary
315
-
316
- LineChart with ReferenceLine
317
- Custom labelPage APage BPage CPage DPage EPage FPage GMaxSegment
306
+ Custom label Page A Page B Page C Page D Page E Page F Page G Max Segment
318
307
 
319
308
  #### React (tsx)
320
309
 
@@ -467,7 +456,7 @@ const data: CustomData[] = [
467
456
  </g>
468
457
  <g tabindex="-1">
469
458
  <g class="recharts-layer recharts-line">
470
- <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r1:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="46.2315px 5.157316833496097px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
459
+ <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r1:" height="108" width="438" class="recharts-curve recharts-line-curve" stroke-dasharray="48.0863px 3.3025168334960924px" d="M45,27C66,28,87,29,108,33C129,37,150,63,171,63C192,63,213,39.6,234,39.6C255,39.6,276,66.3,297,66.3C318,66.3,339,59.3,360,51.3C381,43.3,402,30.8,423,18.3">
471
460
  </path>
472
461
  </g>
473
462
  <g class="recharts-layer recharts-reference-line">
@@ -667,17 +656,7 @@ uv
667
656
  pv
668
657
  amt
669
658
 
670
- Page APage BPage CPage DPage EPage FPage G025005000750010000
671
-
672
- #### Summary
673
-
674
- Multiple lines in a LineChart with a brush for range selection
675
-
676
- uv
677
- pv
678
- amt
679
-
680
- Page APage BPage CPage DPage EPage FPage G025005000750010000
659
+ Page A Page B Page C Page D Page E Page F Page G 0 2500 5000 7500 10000
681
660
 
682
661
  #### React (tsx)
683
662
 
@@ -1189,17 +1168,7 @@ Extreme
1189
1168
  Moderate
1190
1169
  Nominal
1191
1170
 
1192
- Now00:1500:4501:1501:4502:1502:4503:1503:4504:1504:450306090120PlannedChargingDischargingInterruption
1193
-
1194
- #### Summary
1195
-
1196
- Multiple axes in a LineChart with a brush for range selection
1197
-
1198
- Extreme
1199
- Moderate
1200
- Nominal
1201
-
1202
- Now00:1500:4501:1501:4502:1502:4503:1503:4504:1504:450306090120PlannedChargingDischargingInterruption
1171
+ Now 00:15 00:45 01:15 01:45 02:15 02:45 03:15 03:45 04:15 04:45 0 30 60 90 120 Planned Charging Discharging Interruption
1203
1172
 
1204
1173
  #### React (tsx)
1205
1174
 
@@ -1481,7 +1450,7 @@ const data: CustomData[] = [
1481
1450
  <div class="recharts-responsive-container" style="width: 100%; height: 100%; min-width: 100px; min-height: 100px;">
1482
1451
  <div style="width: 0px; height: 0px; overflow: visible;">
1483
1452
  <div width="876" height="268" class="recharts-wrapper" style="position: relative; cursor: default; width: 876px; height: 268px;">
1484
- <div xmlns="http://www.w3.org/1999/xhtml" tabindex="-1" class="recharts-tooltip-wrapper recharts-tooltip-wrapper-right recharts-tooltip-wrapper-bottom" style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px; transform: translate(443.758px, 25px);">
1453
+ <div xmlns="http://www.w3.org/1999/xhtml" tabindex="-1" class="recharts-tooltip-wrapper" style="visibility: hidden; pointer-events: none; position: absolute; top: 0px; left: 0px;">
1485
1454
  <div class="recharts-default-tooltip" role="status" aria-live="assertive" style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); white-space: nowrap;">
1486
1455
  <p class="recharts-tooltip-label" style="margin: 0px;">
1487
1456
  </p>
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/listMenu
6
- *Captured:* 2026-02-23T15:48:57.884Z
6
+ *Captured:* 2026-03-06T10:40:59.102Z
7
7
 
8
8
  A simple list menu that supports grouping and filter.
9
9
 
@@ -21,26 +21,7 @@ No Link Sample
21
21
 
22
22
  ListMenu with optional name filter
23
23
 
24
- Group5 items
25
- Lorem
26
- Disabled Ipsum
27
- Dolor
28
- Sit amet
29
- No Link Sample
30
-
31
- #### Summary
32
-
33
- ListMenu (default)
34
- Group
35
- Lorem
36
- Disabled Ipsum
37
- Dolor
38
- Sit amet
39
- No Link Sample
40
-
41
- ListMenu with optional name filter
42
-
43
- Group5 items
24
+ Group 5 items
44
25
  Lorem
45
26
  Disabled Ipsum
46
27
  Dolor
@@ -253,19 +234,6 @@ No Link Sample
253
234
  Another group
254
235
  Lorem
255
236
 
256
- #### Summary
257
-
258
- ListMenu with NavLinks
259
- Group
260
- Lorem
261
- Lipsum
262
- Dolor
263
- Sit amet
264
- No Link Sample
265
-
266
- Another group
267
- Lorem
268
-
269
237
  #### React (tsx)
270
238
 
271
239
  ```tsx