@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,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/numbercontrol
6
- *Captured:* 2026-02-23T15:48:14.832Z
6
+ *Captured:* 2026-03-06T10:40:09.935Z
7
7
 
8
8
  ## NumberInput
9
9
 
@@ -28,34 +28,7 @@ days
28
28
  Disabled NumberInput
29
29
  m
30
30
 
31
- With warning feedbackShort warning message
32
- unit
33
-
34
- Fixed 'noDefault'
35
- Pcs
36
-
37
- #### Summary
38
-
39
- No default values
40
-
41
- NumberInput in various sizes:
42
-
43
- NumberInput with unit and inputAddon in various sizes:
44
-
45
- m
46
-
47
- m
48
-
49
- m
50
-
51
- NumberInput with limits:
52
-
53
- days
54
-
55
- Disabled NumberInput
56
- m
57
-
58
- With warning feedbackShort warning message
31
+ With warning feedback Short warning message
59
32
  unit
60
33
 
61
34
  Fixed 'noDefault'
@@ -362,24 +335,7 @@ days
362
335
 
363
336
  m
364
337
 
365
- NumberControl with error feedbackVery long error message with nowrap messageWhiteSpace prop
366
- unit
367
-
368
- #### Summary
369
-
370
- NumberControl with limits and various step sizes:
371
-
372
- m
373
-
374
- NumberControl without default value
375
-
376
- NumberControl in large and small:
377
-
378
- days
379
-
380
- m
381
-
382
- NumberControl with error feedbackVery long error message with nowrap messageWhiteSpace prop
338
+ NumberControl with error feedback Very long error message with nowrap messageWhiteSpace prop
383
339
  unit
384
340
 
385
341
  #### React (tsx)
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/onboarding
6
- *Captured:* 2026-02-23T15:48:59.125Z
6
+ *Captured:* 2026-03-06T10:41:01.789Z
7
7
 
8
8
  Useful when you want to control a single tooltip that highlights a portion of the UI.
9
9
 
@@ -13,11 +13,7 @@ Useful when you want to control a single tooltip that highlights a portion of th
13
13
 
14
14
  ### Example: Example 1
15
15
 
16
- Reveal feature with onboarding tipReset
17
-
18
- #### Summary
19
-
20
- Reveal feature with onboarding tipReset
16
+ Reveal feature with onboarding tip Reset
21
17
 
22
18
  #### React (tsx)
23
19
 
@@ -107,15 +103,7 @@ When you want to guide the user through a "tour" with multiple steps explaining
107
103
 
108
104
  ### Example: Notifications
109
105
 
110
- Start walkthroughReset
111
-
112
- Notifications
113
- Keep track of important alerts and messages.
114
- Click here
115
-
116
- #### Summary
117
-
118
- Start walkthroughReset
106
+ Start walkthrough Reset
119
107
 
120
108
  Notifications
121
109
  Keep track of important alerts and messages.
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/page
6
- *Captured:* 2026-02-23T15:48:47.455Z
6
+ *Captured:* 2026-03-06T10:40:47.848Z
7
7
 
8
8
  ## Page
9
9
 
@@ -19,18 +19,6 @@ In mattis massa a tellus laoreet volutpat. Integer placerat convallis tempor. Qu
19
19
 
20
20
  Praesent mattis purus et velit maximus hendrerit. Aenean vehicula tempus dapibus. Mauris convallis pharetra purus, non vulputate erat rutrum quis. Sed in tincidunt justo. Ut eu venenatis augue. Aliquam ullamcorper vitae tellus et egestas. Integer eget metus quis odio elementum auctor quis et ipsum. Duis lobortis eros lacinia sapien rutrum egestas. Phasellus ornare, elit non efficitur fringilla, arcu risus molestie enim, sit amet blandit lorem ex in lectus. Vestibulum quis tempor nisi, at pretium erat.
21
21
 
22
- #### Summary
23
-
24
- A4
25
-
26
- Lorem ipsum dolor
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. 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.
29
-
30
- In mattis massa a tellus laoreet volutpat. Integer placerat convallis tempor. Quisque id diam nec ex iaculis pulvinar. Nunc urna dui, varius at tempus sit amet, euismod id risus. Cras placerat imperdiet mattis. Etiam vehicula finibus magna. Nullam ornare diam at molestie faucibus. Aenean dictum magna a ipsum scelerisque, a vehicula massa vehicula. Suspendisse blandit tellus vulputate enim ullamcorper tincidunt. Vivamus enim justo, sollicitudin sit amet pulvinar vitae, vehicula sed leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
31
-
32
- Praesent mattis purus et velit maximus hendrerit. Aenean vehicula tempus dapibus. Mauris convallis pharetra purus, non vulputate erat rutrum quis. Sed in tincidunt justo. Ut eu venenatis augue. Aliquam ullamcorper vitae tellus et egestas. Integer eget metus quis odio elementum auctor quis et ipsum. Duis lobortis eros lacinia sapien rutrum egestas. Phasellus ornare, elit non efficitur fringilla, arcu risus molestie enim, sit amet blandit lorem ex in lectus. Vestibulum quis tempor nisi, at pretium erat.
33
-
34
22
  #### React (tsx)
35
23
 
36
24
  ```tsx
@@ -117,20 +105,6 @@ Page 5
117
105
 
118
106
  Page 6
119
107
 
120
- #### Summary
121
-
122
- Page 1
123
-
124
- Page 2
125
-
126
- Page 3
127
-
128
- Page 4
129
-
130
- Page 5
131
-
132
- Page 6
133
-
134
108
  #### React (tsx)
135
109
 
136
110
  ```tsx
@@ -194,12 +168,6 @@ Portrait
194
168
 
195
169
  Landscape
196
170
 
197
- #### Summary
198
-
199
- Portrait
200
-
201
- Landscape
202
-
203
171
  #### React (tsx)
204
172
 
205
173
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Navigation
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/pager
6
- *Captured:* 2026-02-23T15:48:08.222Z
6
+ *Captured:* 2026-03-06T10:40:02.707Z
7
7
 
8
8
  ## Pager
9
9
 
@@ -23,22 +23,6 @@ Previous
23
23
 
24
24
  Next
25
25
 
26
- #### Summary
27
-
28
- Pager with label
29
-
30
- Previous
31
- The previous chapter
32
-
33
- Next
34
- The next chapter
35
-
36
- Compact Pager without label
37
-
38
- Previous
39
-
40
- Next
41
-
42
26
  #### React (tsx)
43
27
 
44
28
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/pieCharts
6
- *Captured:* 2026-02-23T15:49:28.097Z
6
+ *Captured:* 2026-03-06T10:41:29.583Z
7
7
 
8
8
  ## PieChart
9
9
 
@@ -11,14 +11,7 @@
11
11
 
12
12
  ### Example: Example 1
13
13
 
14
- Simple PieChartBasistarif
15
- Diesel
16
- Maut
17
- Zuschläge
18
-
19
- #### Summary
20
-
21
- Simple PieChartBasistarif
14
+ Simple PieChart Basistarif
22
15
  Diesel
23
16
  Maut
24
17
  Zuschläge
@@ -220,23 +213,12 @@ const data: CustomData[] = [
220
213
 
221
214
  ### Example: Example 2
222
215
 
223
- PieChart with custom colorBasistarif
216
+ PieChart with custom color Basistarif
224
217
  Diesel
225
218
  Maut
226
219
  Zuschläge
227
220
 
228
- Filled PieChart with inner labelsBasistarif
229
- Diesel
230
- Maut
231
-
232
- #### Summary
233
-
234
- PieChart with custom colorBasistarif
235
- Diesel
236
- Maut
237
- Zuschläge
238
-
239
- Filled PieChart with inner labelsBasistarif
221
+ Filled PieChart with inner labels Basistarif
240
222
  Diesel
241
223
  Maut
242
224
 
@@ -396,44 +378,44 @@ const data: CustomData[] = [
396
378
  <path cx="158.9296875" cy="134" fill="#67abc5 " stroke="#fff" name="Basistarif" color="color-coldplay-fountain" tabindex="-1" data-recharts-item-index="0" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 262.1297,134
397
379
  A 103.2,103.2,0,
398
380
  0,0,
399
- 87.7398,59.2856
400
- L 100.2946,72.462
381
+ 72.5813,77.4827
382
+ L 87.8094,87.4499
401
383
  A 85,85,0,
402
384
  0,1,
403
385
  243.9297,134 Z">
404
386
  </path>
405
387
  </g>
406
388
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
407
- <path cx="158.9296875" cy="134" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 83.9271,63.1138
389
+ <path cx="158.9296875" cy="134" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 69.7418,82.0793
408
390
  A 103.2,103.2,0,
409
391
  0,0,
410
- 61.6054,168.3252
411
- L 78.7692,162.2718
392
+ 78.502,198.6655
393
+ L 92.686,187.2613
412
394
  A 85,85,0,
413
395
  0,1,
414
- 97.1543,75.615 Z">
396
+ 85.4707,91.2359 Z">
415
397
  </path>
416
398
  </g>
417
399
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
418
- <path cx="158.9296875" cy="134" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 63.5352,173.3718
400
+ <path cx="158.9296875" cy="134" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 81.9966,202.7862
419
401
  A 103.2,103.2,0,
420
402
  0,0,
421
- 103.9823,221.3557
422
- L 113.6726,205.95
403
+ 142.2419,235.8418
404
+ L 145.1849,217.8813
423
405
  A 85,85,0,
424
406
  0,1,
425
- 80.3587,166.4283 Z">
407
+ 95.5642,190.6553 Z">
426
408
  </path>
427
409
  </g>
428
410
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
429
- <path cx="158.9296875" cy="134" fill="#ff8e3c " stroke="#fff" name="Zuschläge" color="brand-warning" tabindex="-1" data-recharts-item-index="3" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 108.6294,224.1117
411
+ <path cx="158.9296875" cy="134" fill="#ff8e3c " stroke="#fff" name="Zuschläge" color="brand-warning" tabindex="-1" data-recharts-item-index="3" data-recharts-item-id="recharts-pie-:r1:" class="recharts-sector" d="M 147.5947,236.5756
430
412
  A 103.2,103.2,0,
431
413
  0,0,
432
- 126.8805,232.0974
433
- L 132.5326,214.7972
414
+ 169.4739,236.6599
415
+ L 167.6144,218.5552
434
416
  A 85,85,0,
435
417
  0,1,
436
- 117.5002,208.2199 Z">
418
+ 149.5937,218.4857 Z">
437
419
  </path>
438
420
  </g>
439
421
  </g>
@@ -540,23 +522,23 @@ const data: CustomData[] = [
540
522
  <path cx="172.9609375" cy="134" fill="#67abc5 " stroke="#fff" name="Basistarif" color="color-coldplay-fountain" tabindex="-1" data-recharts-item-index="0" data-recharts-item-id="recharts-pie-:r2:" class="recharts-sector" d="M 276.1609,134
541
523
  A 103.2,103.2,0,
542
524
  0,0,
543
- 88.602,74.5541
525
+ 76.5431,97.2053
544
526
  L 172.9609,134 Z">
545
527
  </path>
546
528
  </g>
547
529
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
548
- <path cx="172.9609375" cy="134" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r2:" class="recharts-sector" d="M 88.602,74.5541
530
+ <path cx="172.9609375" cy="134" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r2:" class="recharts-sector" d="M 76.5431,97.2053
549
531
  A 103.2,103.2,0,
550
532
  0,0,
551
- 86.3222,190.0712
533
+ 112.1685,217.3938
552
534
  L 172.9609,134 Z">
553
535
  </path>
554
536
  </g>
555
537
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
556
- <path cx="172.9609375" cy="134" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r2:" class="recharts-sector" d="M 86.3222,190.0712
538
+ <path cx="172.9609375" cy="134" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r2:" class="recharts-sector" d="M 112.1685,217.3938
557
539
  A 103.2,103.2,0,
558
540
  0,0,
559
- 139.8459,231.7427
541
+ 183.8676,236.6221
560
542
  L 172.9609,134 Z">
561
543
  </path>
562
544
  </g>
@@ -630,14 +612,7 @@ const data: CustomData[] = [
630
612
 
631
613
  ### Example: Basistarif
632
614
 
633
- PieChart with custom legendBasistarif
634
- Diesel
635
- Maut
636
- Zuschläge
637
-
638
- #### Summary
639
-
640
- PieChart with custom legendBasistarif
615
+ PieChart with custom legend Basistarif
641
616
  Diesel
642
617
  Maut
643
618
  Zuschläge
@@ -936,8 +911,8 @@ const data: CustomData[] = [
936
911
  <path cx="234.4296875" cy="184" fill="#67abc5 " class="recharts-sector" d="M 344.4297,184
937
912
  A 110,110,0,
938
913
  1,0,
939
- 126.2144,203.7345
940
- L 145.8899,200.1464
914
+ 126.5102,205.2927
915
+ L 146.1319,201.4213
941
916
  A 90,90,0,
942
917
  1,1,
943
918
  324.4297,184 Z">
@@ -945,8 +920,8 @@ const data: CustomData[] = [
945
920
  <path cx="234.4296875" cy="184" fill="#67abc5 " class="recharts-sector" d="M 354.4297,184
946
921
  A 120,120,0,
947
922
  1,0,
948
- 116.3766,205.5286
949
- L 120.3118,204.811
923
+ 116.6993,207.2284
924
+ L 120.6237,206.4541
950
925
  A 116,116,0,
951
926
  1,1,
952
927
  350.4297,184 Z">
@@ -960,36 +935,36 @@ const data: CustomData[] = [
960
935
  </g>
961
936
  </g>
962
937
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
963
- <path cx="234.4296875" cy="184" fill="#4eccc1 " class="recharts-sector" d="M 127.3955,209.371
938
+ <path cx="234.4296875" cy="184" fill="#4eccc1 " class="recharts-sector" d="M 127.7725,210.9116
964
939
  A 110,110,0,
965
940
  0,0,
966
- 258.8167,291.2626
967
- L 254.3827,271.7603
941
+ 261.0845,290.7217
942
+ L 256.2382,271.3178
968
943
  A 90,90,0,
969
944
  0,1,
970
- 146.8563,204.7581 Z">
945
+ 147.1647,206.0186 Z">
971
946
  </path>
972
947
  </g>
973
948
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
974
- <path cx="234.4296875" cy="184" fill="#a1daa3 " class="recharts-sector" d="M 264.397,289.8393
949
+ <path cx="234.4296875" cy="184" fill="#a1daa3 " class="recharts-sector" d="M 266.6334,289.1804
975
950
  A 110,110,0,
976
951
  0,0,
977
- 335.1059,228.3204
978
- L 316.8011,220.2622
952
+ 336.183,225.7883
953
+ L 317.6824,218.1904
979
954
  A 90,90,0,
980
955
  0,1,
981
- 258.9484,270.5958 Z">
956
+ 260.7781,270.0567 Z">
982
957
  </path>
983
958
  </g>
984
959
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
985
- <path cx="234.4296875" cy="184" fill="#ff8e3c " class="recharts-sector" d="M 337.2875,222.9907
960
+ <path cx="234.4296875" cy="184" fill="#ff8e3c " class="recharts-sector" d="M 338.2306,220.4057
986
961
  A 110,110,0,
987
962
  0,0,
988
- 344.0144,193.5498
989
- L 324.0899,191.8135
963
+ 344.227,190.6745
964
+ L 324.2639,189.461
990
965
  A 90,90,0,
991
966
  0,1,
992
- 318.5861,215.9015 Z">
967
+ 319.3577,213.7865 Z">
993
968
  </path>
994
969
  </g>
995
970
  </g>
@@ -1065,12 +1040,6 @@ PieChart with a needle
1065
1040
 
1066
1041
  Customer Satisfaction
1067
1042
 
1068
- #### Summary
1069
-
1070
- PieChart with a needle
1071
-
1072
- Customer Satisfaction
1073
-
1074
1043
  #### React (tsx)
1075
1044
 
1076
1045
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/popover
6
- *Captured:* 2026-02-23T15:48:59.749Z
6
+ *Captured:* 2026-03-06T10:41:03.687Z
7
7
 
8
8
  In order to use a Popover on an element, wrap it with the OverlayTrigger component.
9
9
 
@@ -18,13 +18,6 @@ Popover on right
18
18
  Popover on bottom
19
19
  Popover on left
20
20
 
21
- #### Summary
22
-
23
- Popover on top
24
- Popover on right
25
- Popover on bottom
26
- Popover on left
27
-
28
21
  #### React (tsx)
29
22
 
30
23
  ```tsx
@@ -102,10 +95,6 @@ popperConfig={{
102
95
 
103
96
  Click Me
104
97
 
105
- #### Summary
106
-
107
- Click Me
108
-
109
98
  #### React (tsx)
110
99
 
111
100
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Misc
5
5
  *Source:* https://uikit.developers.rio.cloud/#/components/position
6
- *Captured:* 2026-02-23T15:48:59.442Z
6
+ *Captured:* 2026-03-06T10:41:02.093Z
7
7
 
8
8
  A helper component to format a latitude / longitude position.
9
9
 
@@ -11,11 +11,7 @@ A helper component to format a latitude / longitude position.
11
11
 
12
12
  ### Example: Example 1
13
13
 
14
- N48° 8.246′ E11° 34.529′N52° 7.394′ W12° 14.054′
15
-
16
- #### Summary
17
-
18
- N48° 8.246′ E11° 34.529′N52° 7.394′ W12° 14.054′
14
+ N48° 8.246′ E11° 34.529′ N52° 7.394′ W12° 14.054′
19
15
 
20
16
  #### React (tsx)
21
17