@rio-cloud/uikit-mcp 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/README.md +1 -0
  2. package/dist/doc-metadata.json +80 -80
  3. package/dist/docs/components/accentBar.md +34 -2
  4. package/dist/docs/components/activity.md +13 -2
  5. package/dist/docs/components/animatedNumber.md +16 -3
  6. package/dist/docs/components/animatedTextReveal.md +53 -7
  7. package/dist/docs/components/animations.md +30 -30
  8. package/dist/docs/components/appHeader.md +58 -2
  9. package/dist/docs/components/appLayout.md +543 -38
  10. package/dist/docs/components/appNavigationBar.md +54 -2
  11. package/dist/docs/components/areaCharts.md +4 -4
  12. package/dist/docs/components/aspectRatioPlaceholder.md +10 -2
  13. package/dist/docs/components/assetTree.md +1065 -218
  14. package/dist/docs/components/autosuggests.md +1 -1
  15. package/dist/docs/components/avatar.md +24 -2
  16. package/dist/docs/components/banner.md +2 -2
  17. package/dist/docs/components/barCharts.md +27 -27
  18. package/dist/docs/components/barList.md +21 -9
  19. package/dist/docs/components/basicMap.md +1 -1
  20. package/dist/docs/components/bottomSheet.md +99 -2
  21. package/dist/docs/components/button.md +161 -16
  22. package/dist/docs/components/buttonToolbar.md +9 -2
  23. package/dist/docs/components/calendarStripe.md +84 -110
  24. package/dist/docs/components/card.md +10 -2
  25. package/dist/docs/components/carousel.md +1 -1
  26. package/dist/docs/components/chartColors.md +1 -1
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -2
  29. package/dist/docs/components/checkbox.md +51 -26
  30. package/dist/docs/components/clearableInput.md +17 -17
  31. package/dist/docs/components/collapse.md +27 -3
  32. package/dist/docs/components/composedCharts.md +15 -15
  33. package/dist/docs/components/contentLoader.md +125 -104
  34. package/dist/docs/components/dataTabs.md +189 -9
  35. package/dist/docs/components/datepickers.md +733 -721
  36. package/dist/docs/components/dialogs.md +361 -1
  37. package/dist/docs/components/divider.md +14 -2
  38. package/dist/docs/components/dropdowns.md +4533 -4352
  39. package/dist/docs/components/editableContent.md +186 -2
  40. package/dist/docs/components/expander.md +51 -4
  41. package/dist/docs/components/fade.md +41 -6
  42. package/dist/docs/components/fadeExpander.md +11 -2
  43. package/dist/docs/components/fadeUp.md +21 -3
  44. package/dist/docs/components/feedback.md +43 -2
  45. package/dist/docs/components/filePickers.md +44 -2
  46. package/dist/docs/components/formLabel.md +16 -2
  47. package/dist/docs/components/groupedItemList.md +53 -2
  48. package/dist/docs/components/iconList.md +4 -4
  49. package/dist/docs/components/imagePreloader.md +6 -2
  50. package/dist/docs/components/labeledElement.md +12 -2
  51. package/dist/docs/components/licensePlate.md +10 -2
  52. package/dist/docs/components/lineCharts.md +3 -3
  53. package/dist/docs/components/listMenu.md +72 -2
  54. package/dist/docs/components/loadMore.md +28 -2
  55. package/dist/docs/components/mainNavigation.md +1 -1
  56. package/dist/docs/components/mapCircle.md +1 -1
  57. package/dist/docs/components/mapCluster.md +1 -1
  58. package/dist/docs/components/mapContext.md +1 -1
  59. package/dist/docs/components/mapDraggableMarker.md +1 -1
  60. package/dist/docs/components/mapGettingStarted.md +1 -1
  61. package/dist/docs/components/mapInfoBubble.md +1 -1
  62. package/dist/docs/components/mapLayerGroup.md +1 -1
  63. package/dist/docs/components/mapMarker.md +1 -1
  64. package/dist/docs/components/mapPolygon.md +1 -1
  65. package/dist/docs/components/mapRoute.md +1 -1
  66. package/dist/docs/components/mapRouteGenerator.md +1 -1
  67. package/dist/docs/components/mapSettings.md +1 -1
  68. package/dist/docs/components/mapUtils.md +1 -1
  69. package/dist/docs/components/multiselects.md +1 -1
  70. package/dist/docs/components/noData.md +22 -2
  71. package/dist/docs/components/notifications.md +1 -1
  72. package/dist/docs/components/numbercontrol.md +50 -2
  73. package/dist/docs/components/onboarding.md +25 -1
  74. package/dist/docs/components/page.md +32 -2
  75. package/dist/docs/components/pager.md +14 -2
  76. package/dist/docs/components/pieCharts.md +36 -36
  77. package/dist/docs/components/popover.md +39 -1
  78. package/dist/docs/components/position.md +10 -2
  79. package/dist/docs/components/radialBarCharts.md +25 -25
  80. package/dist/docs/components/radiobutton.md +137 -9
  81. package/dist/docs/components/releaseNotes.md +18 -1
  82. package/dist/docs/components/resizer.md +13 -2
  83. package/dist/docs/components/responsiveColumnStripe.md +19 -2
  84. package/dist/docs/components/responsiveVideo.md +11 -2
  85. package/dist/docs/components/rioglyph.md +12 -2
  86. package/dist/docs/components/rules.md +94 -4
  87. package/dist/docs/components/saveableInput.md +399 -275
  88. package/dist/docs/components/selects.md +1 -1
  89. package/dist/docs/components/sidebar.md +38 -2
  90. package/dist/docs/components/sliders.md +37 -2
  91. package/dist/docs/components/smoothScrollbars.md +92 -2
  92. package/dist/docs/components/spinners.md +50 -2
  93. package/dist/docs/components/states.md +216 -1
  94. package/dist/docs/components/statsWidgets.md +122 -2
  95. package/dist/docs/components/statusBar.md +28 -2
  96. package/dist/docs/components/stepButton.md +8 -2
  97. package/dist/docs/components/steppedProgressBars.md +66 -2
  98. package/dist/docs/components/subNavigation.md +8 -1
  99. package/dist/docs/components/supportMarker.md +1 -1
  100. package/dist/docs/components/svgImage.md +12 -38
  101. package/dist/docs/components/switch.md +11 -2
  102. package/dist/docs/components/tables.md +1 -1
  103. package/dist/docs/components/tagManager.md +55 -1
  104. package/dist/docs/components/tags.md +32 -2
  105. package/dist/docs/components/teaser.md +29 -2
  106. package/dist/docs/components/timeline.md +1 -1
  107. package/dist/docs/components/timepicker.md +30 -2
  108. package/dist/docs/components/toggleButton.md +65 -7
  109. package/dist/docs/components/tooltip.md +26 -18
  110. package/dist/docs/components/virtualList.md +103 -77
  111. package/dist/docs/foundations.md +177 -177
  112. package/dist/docs/start/changelog.md +1 -1
  113. package/dist/docs/start/goodtoknow.md +1 -1
  114. package/dist/docs/start/guidelines/color-combinations.md +1 -1
  115. package/dist/docs/start/guidelines/custom-css.md +1 -1
  116. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  117. package/dist/docs/start/guidelines/formatting.md +1 -1
  118. package/dist/docs/start/guidelines/iframe.md +2 -2
  119. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  120. package/dist/docs/start/guidelines/print-css.md +1 -1
  121. package/dist/docs/start/guidelines/spinner.md +81 -81
  122. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  123. package/dist/docs/start/guidelines/writing.md +1 -1
  124. package/dist/docs/start/howto.md +1 -1
  125. package/dist/docs/start/intro.md +1 -1
  126. package/dist/docs/start/responsiveness.md +1 -1
  127. package/dist/docs/templates/common-table.md +11 -11
  128. package/dist/docs/templates/detail-views.md +2 -2
  129. package/dist/docs/templates/expandable-details.md +1 -1
  130. package/dist/docs/templates/feature-cards.md +55 -55
  131. package/dist/docs/templates/form-summary.md +22 -22
  132. package/dist/docs/templates/form-toggle.md +1 -1
  133. package/dist/docs/templates/list-blocks.md +200 -200
  134. package/dist/docs/templates/loading-progress.md +1 -1
  135. package/dist/docs/templates/options-panel.md +1 -1
  136. package/dist/docs/templates/panel-variants.md +1 -1
  137. package/dist/docs/templates/progress-cards.md +1 -1
  138. package/dist/docs/templates/progress-success.md +1 -1
  139. package/dist/docs/templates/settings-form.md +23 -23
  140. package/dist/docs/templates/stats-blocks.md +16 -16
  141. package/dist/docs/templates/table-panel.md +1 -1
  142. package/dist/docs/templates/table-row-animation.md +1 -1
  143. package/dist/docs/templates/usage-cards.md +1 -1
  144. package/dist/docs/utilities/deviceUtils.md +1 -1
  145. package/dist/docs/utilities/featureToggles.md +1 -1
  146. package/dist/docs/utilities/fuelTypeUtils.md +1 -1
  147. package/dist/docs/utilities/routeUtils.md +1 -1
  148. package/dist/docs/utilities/useAfterMount.md +1 -1
  149. package/dist/docs/utilities/useAutoAnimate.md +1 -1
  150. package/dist/docs/utilities/useAverage.md +1 -1
  151. package/dist/docs/utilities/useClickOutside.md +1 -1
  152. package/dist/docs/utilities/useClipboard.md +2 -2
  153. package/dist/docs/utilities/useCount.md +1 -1
  154. package/dist/docs/utilities/useDarkMode.md +1 -1
  155. package/dist/docs/utilities/useDebugInfo.md +4 -4
  156. package/dist/docs/utilities/useEffectOnce.md +1 -1
  157. package/dist/docs/utilities/useElapsedTime.md +1 -1
  158. package/dist/docs/utilities/useElementSize.md +1 -1
  159. package/dist/docs/utilities/useEsc.md +1 -1
  160. package/dist/docs/utilities/useEvent.md +1 -1
  161. package/dist/docs/utilities/useFocusTrap.md +1 -1
  162. package/dist/docs/utilities/useFullscreen.md +1 -1
  163. package/dist/docs/utilities/useHover.md +1 -1
  164. package/dist/docs/utilities/useIncomingPostMessages.md +1 -1
  165. package/dist/docs/utilities/useInterval.md +1 -1
  166. package/dist/docs/utilities/useIsFocusWithin.md +1 -1
  167. package/dist/docs/utilities/useKey.md +1 -1
  168. package/dist/docs/utilities/useLocalStorage.md +1 -1
  169. package/dist/docs/utilities/useLocationSuggestions.md +1 -1
  170. package/dist/docs/utilities/useMax.md +1 -1
  171. package/dist/docs/utilities/useMin.md +1 -1
  172. package/dist/docs/utilities/useMutationObserver.md +1 -1
  173. package/dist/docs/utilities/useOnScreen.md +1 -1
  174. package/dist/docs/utilities/useOnlineStatus.md +1 -1
  175. package/dist/docs/utilities/usePostMessage.md +1 -1
  176. package/dist/docs/utilities/usePostMessageSender.md +1 -1
  177. package/dist/docs/utilities/usePrevious.md +1 -1
  178. package/dist/docs/utilities/useResizeObserver.md +1 -1
  179. package/dist/docs/utilities/useScrollPosition.md +1 -1
  180. package/dist/docs/utilities/useSearch.md +1 -1
  181. package/dist/docs/utilities/useSorting.md +1 -1
  182. package/dist/docs/utilities/useStateWithValidation.md +1 -1
  183. package/dist/docs/utilities/useSum.md +1 -1
  184. package/dist/docs/utilities/useTableExport.md +51 -51
  185. package/dist/docs/utilities/useTableSelection.md +87 -87
  186. package/dist/docs/utilities/useTimeout.md +1 -1
  187. package/dist/docs/utilities/useToggle.md +1 -1
  188. package/dist/docs/utilities/useWindowResize.md +1 -1
  189. package/dist/index.mjs +8 -8
  190. package/dist/version.json +1 -1
  191. package/package.json +6 -6
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/numbercontrol
6
- *Captured:* 2026-01-14T09:07:03.349Z
6
+ *Captured:* 2026-02-03T14:04:16.297Z
7
7
 
8
8
  ## NumberInput
9
9
 
@@ -321,6 +321,30 @@ export default () => {
321
321
  </div>
322
322
  ```
323
323
 
324
+ #### Props
325
+
326
+ | Name | Type | Default | Description |
327
+ | --- | --- | --- | --- |
328
+ | id | string | — | A native input id attribute. Passed through as HTML attribute to the input element. |
329
+ | min | number | 0 | The minimum value of the input. |
330
+ | max | number | Number.MAX_VALUE | The maximum value of the input. |
331
+ | value | number | 0 | The initial value of the input. Used to control the component from the outside. |
332
+ | noDefault | boolean | false | Lets you omit the default value of "0" when the vale is not defined. The input will be empty in this case. |
333
+ | step | number | 1 | The size of increment or decrement (only works with number type). |
334
+ | disabled | boolean | false | Enables or disabled the input. |
335
+ | onChange | (value?: number) => void | — | Callback function triggered when the input value changes. When the value is removed by the user, the input is kept empty, but it triggers the callback without any value since the user has finished his input. |
336
+ | onKeyDown | (event: React.KeyboardEvent<HTMLInputElement>) => void | — | Callback function that gets triggered after filtering out invalid keystrokes. |
337
+ | bsSize | 'sm' \| 'md' \| 'lg' | 'md' | Defines the size of the input to be rendered. |
338
+ | unit | string \| React.ReactNode | — | A unit for this value. This will be shown in a dedicated input addon. |
339
+ | inputAddon | string | — | A rioglyph icon tio be shown in front of the input. |
340
+ | errorMessage | string \| React.ReactNode | — | Input error message. |
341
+ | warningMessage | string \| React.ReactNode | — | Input warning message. |
342
+ | messageWhiteSpace | 'normal' \| 'nowrap' \| 'pre-line' | 'normal' | Feedback message width. |
343
+ | controls | React.ReactNode | — | This prop is used by the NumberControl component to pass on the +/- spinner controls. |
344
+ | placeholder | string | — | The input placeholder if no value is given. |
345
+ | digitPrecision | number | 3 | Number of digits after the comma the value should be fixed to. |
346
+ | className | string | — | Additional classes to be set on the component. |
347
+
324
348
  ## NumberControl
325
349
 
326
350
  ### Example: Example 2
@@ -657,4 +681,28 @@ export default () => (
657
681
  </div>
658
682
  </div>
659
683
  </div>
660
- ```
684
+ ```
685
+
686
+ #### Props
687
+
688
+ | Name | Type | Default | Description |
689
+ | --- | --- | --- | --- |
690
+ | id | string | — | A native input id attribute. Passed through as HTML attribute to the input element. |
691
+ | min | number | 0 | The minimum value of the input. |
692
+ | max | number | Number.MAX_VALUE | The maximum value of the input. |
693
+ | value | number | 0 | The initial value of the input. Used to control the component from the outside. |
694
+ | noDefault | boolean | false | Lets you omit the default value of "0" when the vale is not defined. The input will be empty in this case. |
695
+ | step | number | 1 | The size of increment or decrement (only works with number type). |
696
+ | disabled | boolean | false | Enables or disabled the input. |
697
+ | onChange | (value?: number) => void | — | Callback function triggered when the input value changes. When the value is removed by the user, the input is kept empty, but it triggers the callback without any value since the user has finished his input. |
698
+ | onKeyDown | (event: React.KeyboardEvent<HTMLInputElement>) => void | — | Callback function that gets triggered after filtering out invalid keystrokes. |
699
+ | bsSize | 'sm' \| 'md' \| 'lg' | 'md' | Defines the size of the input to be rendered. |
700
+ | unit | string \| React.ReactNode | — | A unit for this value. This will be shown in a dedicated input addon. |
701
+ | inputAddon | string | — | A rioglyph icon tio be shown in front of the input. |
702
+ | errorMessage | string \| React.ReactNode | — | Input error message. |
703
+ | warningMessage | string \| React.ReactNode | — | Input warning message. |
704
+ | messageWhiteSpace | 'normal' \| 'nowrap' \| 'pre-line' | 'normal' | Feedback message width. |
705
+ | controls | React.ReactNode | — | This prop is used by the NumberControl component to pass on the +/- spinner controls. |
706
+ | placeholder | string | — | The input placeholder if no value is given. |
707
+ | digitPrecision | number | 3 | Number of digits after the comma the value should be fixed to. |
708
+ | className | string | — | Additional classes to be set on the component. |
@@ -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-01-14T09:07:45.796Z
6
+ *Captured:* 2026-02-03T14:05:01.652Z
7
7
 
8
8
  Useful when you want to control a single tooltip that highlights a portion of the UI.
9
9
 
@@ -83,6 +83,24 @@ export default () => {
83
83
  };
84
84
  ```
85
85
 
86
+ #### Props
87
+
88
+ | Name | Type | Default | Description |
89
+ | --- | --- | --- | --- |
90
+ | id | string | — | The ID of the DOM element. |
91
+ | show | boolean | false | Indicates whether the onboarding tip is shown. |
92
+ | showCloseIcon | boolean | true | Defines whether to show a close icon. |
93
+ | textAlignment | TextAlignment | 'left' | Define how the text should be aligned. Possible values are: left center right |
94
+ | width | TooltipWidth | — | The tooltip's width. Possible values are: auto 100 150 200 250 300 350 400 450 500 |
95
+ | onHide | VoidFunction | () => {} | Callback function for when the component shall be hidden. |
96
+ | useInDialog | boolean | false | Changes the z-index. |
97
+ | className | string | — | Additional classes to be set on the wrapper element. |
98
+ | title | string \| ReactNode | — | The title of the onboarding tip. |
99
+ | content | string \| ReactNode | — | The content of the onboarding tip. |
100
+ | preventOverflow | boolean | true | Prevents onboarding tips from being cut off horizontally at screen borders. |
101
+ | popperConfig | PopperConfig | — | A Popper.js config object passed to the underlying popper instance. |
102
+ | placement | Placement | 'bottom' | Define how the component should be placed. Possible values are: auto-start auto auto-end top-start top top-end right-start right right-end bottom-start bottom bottom-end left-start left left-end |
103
+
86
104
  ## Onboarding tour
87
105
 
88
106
  When you want to guide the user through a "tour" with multiple steps explaining individual features or UI elements. The behavior of the whole tour and individual steps can be controlled declaratively.
@@ -250,4 +268,10 @@ export default () => {
250
268
  </div>
251
269
  );
252
270
  };
271
+ ```
272
+
273
+ #### Props (json)
274
+
275
+ ```json
276
+ '[data-onboarding-walkthrough-step="2"]'
253
277
  ```
@@ -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-01-14T09:07:34.589Z
6
+ *Captured:* 2026-02-03T14:04:49.416Z
7
7
 
8
8
  ## Page
9
9
 
@@ -93,6 +93,16 @@ export default () => (
93
93
  </div>
94
94
  ```
95
95
 
96
+ #### Props
97
+
98
+ | Name | Type | Default | Description |
99
+ | --- | --- | --- | --- |
100
+ | width | number | — | Defines the width in pixel of the page. In landscape mode, the width is set as height. The component uses internally the aspect-ratio of a standard DIN A4 page. Please make sure the element does not get stretched when using flexbox. |
101
+ | orientation | 'portrait' \| 'landscape' | 'portrait' | Defines the layout of the page |
102
+ | shadow | boolean | true | Defines to use a pre-defined shadow style. May be disabled on white background. |
103
+ | border | boolean | — | Defines to use a pre-defined border style. This may be used to render the page on a white background of as part of another element like a panel. |
104
+ | className | string | — | Additional classes to be set on the wrapper element |
105
+
96
106
  ### Example: Page 1
97
107
 
98
108
  Page 1
@@ -168,6 +178,16 @@ export default () => (
168
178
  </div>
169
179
  ```
170
180
 
181
+ #### Props
182
+
183
+ | Name | Type | Default | Description |
184
+ | --- | --- | --- | --- |
185
+ | width | number | — | Defines the width in pixel of the page. In landscape mode, the width is set as height. The component uses internally the aspect-ratio of a standard DIN A4 page. Please make sure the element does not get stretched when using flexbox. |
186
+ | orientation | 'portrait' \| 'landscape' | 'portrait' | Defines the layout of the page |
187
+ | shadow | boolean | true | Defines to use a pre-defined shadow style. May be disabled on white background. |
188
+ | border | boolean | — | Defines to use a pre-defined border style. This may be used to render the page on a white background of as part of another element like a panel. |
189
+ | className | string | — | Additional classes to be set on the wrapper element |
190
+
171
191
  ### Example: Portrait
172
192
 
173
193
  Portrait
@@ -208,4 +228,14 @@ export default () => (
208
228
  <div class="display-grid place-items-center height-100pct text-size-20 text-color-dark">Landscape</div>
209
229
  </div>
210
230
  </div>
211
- ```
231
+ ```
232
+
233
+ #### Props
234
+
235
+ | Name | Type | Default | Description |
236
+ | --- | --- | --- | --- |
237
+ | width | number | — | Defines the width in pixel of the page. In landscape mode, the width is set as height. The component uses internally the aspect-ratio of a standard DIN A4 page. Please make sure the element does not get stretched when using flexbox. |
238
+ | orientation | 'portrait' \| 'landscape' | 'portrait' | Defines the layout of the page |
239
+ | shadow | boolean | true | Defines to use a pre-defined shadow style. May be disabled on white background. |
240
+ | border | boolean | — | Defines to use a pre-defined border style. This may be used to render the page on a white background of as part of another element like a panel. |
241
+ | className | string | — | Additional classes to be set on the wrapper element |
@@ -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-01-14T09:06:56.678Z
6
+ *Captured:* 2026-02-03T14:04:09.205Z
7
7
 
8
8
  ## Pager
9
9
 
@@ -118,4 +118,16 @@ export default () => (
118
118
  </div>
119
119
  </div>
120
120
  </div>
121
- ```
121
+ ```
122
+
123
+ #### Props
124
+
125
+ | Name | Type | Default | Description |
126
+ | --- | --- | --- | --- |
127
+ | title | string \| React.ReactNode | — | The title or name of the section next/previous section. |
128
+ | label | string \| React.ReactNode | — | The optional label for the full variant. |
129
+ | alignRight | boolean | false | Set right alignment for "previous" pager content to be aligned to the right side of the pager and the arrow on the left side. |
130
+ | variant | ObjectValues<typeof PagerVariant> | `full` | Define how large the component should be rendered. Possible values are: Pager.VARIANT_FULL, Pager.VARIANT_COMPACT or full, compact. |
131
+ | disabled | boolean | false | Sets the pager disabled. |
132
+ | onClick | (event: React.MouseEvent<HTMLDivElement>) => void | — | Callback function for when the component is clicked. |
133
+ | className | string | — | Additional classes for the wrapper element. |
@@ -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-01-14T09:08:24.734Z
6
+ *Captured:* 2026-02-03T14:05:37.477Z
7
7
 
8
8
  ## PieChart
9
9
 
@@ -396,44 +396,44 @@ const data: CustomData[] = [
396
396
  <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-:r2:" class="recharts-sector" d="M 262.1297,134
397
397
  A 103.2,103.2,0,
398
398
  0,0,
399
- 93.9305,53.8417
400
- L 105.3935,67.9782
399
+ 96.0225,52.1897
400
+ L 107.1166,66.6175
401
401
  A 85,85,0,
402
402
  0,1,
403
403
  243.9297,134 Z">
404
404
  </path>
405
405
  </g>
406
406
  <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-:r2:" class="recharts-sector" d="M 89.8244,57.3534
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-:r2:" class="recharts-sector" d="M 91.8271,55.5941
408
408
  A 103.2,103.2,0,
409
409
  0,0,
410
- 58.2533,156.6829
411
- L 76.0083,152.6826
410
+ 57.4648,152.8444
411
+ L 75.3588,149.5211
412
412
  A 85,85,0,
413
413
  0,1,
414
- 102.0116,70.8705 Z">
414
+ 103.6611,69.4215 Z">
415
415
  </path>
416
416
  </g>
417
417
  <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-:r2:" class="recharts-sector" d="M 59.5784,161.9208
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-:r2:" class="recharts-sector" d="M 58.5901,158.1289
419
419
  A 103.2,103.2,0,
420
420
  0,0,
421
- 92.4377,212.9243
422
- L 104.164,199.0055
421
+ 88.9684,209.866
422
+ L 101.3065,196.4866
423
423
  A 85,85,0,
424
424
  0,1,
425
- 77.0997,156.9968 Z">
425
+ 76.2856,153.8736 Z">
426
426
  </path>
427
427
  </g>
428
428
  <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-:r2:" class="recharts-sector" d="M 96.6594,216.2961
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-:r2:" class="recharts-sector" d="M 93.0348,213.4235
430
430
  A 103.2,103.2,0,
431
431
  0,0,
432
- 113.0185,226.4251
433
- L 121.1152,210.1253
432
+ 108.7304,224.168
433
+ L 117.5834,208.2663
434
434
  A 85,85,0,
435
435
  0,1,
436
- 107.6412,201.7826 Z">
436
+ 104.6558,199.4167 Z">
437
437
  </path>
438
438
  </g>
439
439
  </g>
@@ -540,23 +540,23 @@ const data: CustomData[] = [
540
540
  <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-:r3:" class="recharts-sector" d="M 276.1609,134
541
541
  A 103.2,103.2,0,
542
542
  0,0,
543
- 94.0604,67.4797
543
+ 95.9534,65.2971
544
544
  L 172.9609,134 Z">
545
545
  </path>
546
546
  </g>
547
547
  <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-:r3:" class="recharts-sector" d="M 94.0604,67.4797
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-:r3:" class="recharts-sector" d="M 95.9534,65.2971
549
549
  A 103.2,103.2,0,
550
550
  0,0,
551
- 79.9036,178.6158
551
+ 78.1466,174.749
552
552
  L 172.9609,134 Z">
553
553
  </path>
554
554
  </g>
555
555
  <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-:r3:" class="recharts-sector" d="M 79.9036,178.6158
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-:r3:" class="recharts-sector" d="M 78.1466,174.749
557
557
  A 103.2,103.2,0,
558
558
  0,0,
559
- 125.5861,225.6835
559
+ 121.1901,223.275
560
560
  L 172.9609,134 Z">
561
561
  </path>
562
562
  </g>
@@ -924,8 +924,8 @@ const data: CustomData[] = [
924
924
  <path cx="234.4296875" cy="184" fill="#67abc5 " class="recharts-sector" d="M 344.4297,184
925
925
  A 110,110,0,
926
926
  1,0,
927
- 125.7454,200.9624
928
- L 145.5062,197.8783
927
+ 125.751,200.9984
928
+ L 145.5108,197.9078
929
929
  A 90,90,0,
930
930
  1,1,
931
931
  324.4297,184 Z">
@@ -933,8 +933,8 @@ const data: CustomData[] = [
933
933
  <path cx="234.4296875" cy="184" fill="#67abc5 " class="recharts-sector" d="M 354.4297,184
934
934
  A 120,120,0,
935
935
  1,0,
936
- 115.865,202.5044
937
- L 119.8171,201.8876
936
+ 115.8711,202.5437
937
+ L 119.8231,201.9256
938
938
  A 116,116,0,
939
939
  1,1,
940
940
  350.4297,184 Z">
@@ -949,36 +949,36 @@ const data: CustomData[] = [
949
949
  </g>
950
950
  </g>
951
951
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
952
- <path cx="234.4296875" cy="184" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 126.7821,206.6272
952
+ <path cx="234.4296875" cy="184" fill="#4eccc1 " stroke="#fff" name="Diesel" color="color-coldplay-turquoise" tabindex="-1" data-recharts-item-index="1" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 126.7896,206.6629
953
953
  A 110,110,0,
954
954
  0,0,
955
- 254.7698,292.1031
956
- L 251.0716,272.448
955
+ 254.8225,292.0932
956
+ L 251.1147,272.4399
957
957
  A 90,90,0,
958
958
  0,1,
959
- 146.3544,202.5132 Z">
959
+ 146.3605,202.5424 Z">
960
960
  </path>
961
961
  </g>
962
962
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
963
- <path cx="234.4296875" cy="184" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 260.3996,290.8904
963
+ <path cx="234.4296875" cy="184" fill="#a1daa3 " stroke="#fff" name="Maut" color="color-coldplay-moos" tabindex="-1" data-recharts-item-index="2" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 260.4517,290.8778
964
964
  A 110,110,0,
965
965
  0,0,
966
- 333.0419,232.7404
967
- L 315.1124,223.8785
966
+ 333.07,232.6836
967
+ L 315.1354,223.832
968
968
  A 90,90,0,
969
969
  0,1,
970
- 255.6778,271.4558 Z">
970
+ 255.7204,271.4454 Z">
971
971
  </path>
972
972
  </g>
973
973
  <g class="recharts-layer recharts-pie-sector" tabindex="-1">
974
- <path cx="234.4296875" cy="184" fill="#ff8e3c " stroke="#fff" name="Zuschläge" color="brand-warning" tabindex="-1" data-recharts-item-index="3" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 335.4577,227.5127
974
+ <path cx="234.4296875" cy="184" fill="#ff8e3c " stroke="#fff" name="Zuschläge" color="brand-warning" tabindex="-1" data-recharts-item-index="3" data-recharts-item-id="recharts-pie-:r4:" class="recharts-sector" d="M 335.4827,227.4545
975
975
  A 110,110,0,
976
976
  0,0,
977
- 343.4524,198.63
978
- L 323.6301,195.97
977
+ 343.4613,198.5642
978
+ L 323.6373,195.9162
979
979
  A 90,90,0,
980
980
  0,1,
981
- 317.0889,219.6013 Z">
981
+ 317.1094,219.5536 Z">
982
982
  </path>
983
983
  </g>
984
984
  </g>
@@ -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-01-14T09:07:46.848Z
6
+ *Captured:* 2026-02-03T14:05:02.435Z
7
7
 
8
8
  In order to use a Popover on an element, wrap it with the OverlayTrigger component.
9
9
 
@@ -77,6 +77,25 @@ export default () => (
77
77
  </div>
78
78
  ```
79
79
 
80
+ #### Props (json)
81
+
82
+ ```json
83
+ popperConfig={{
84
+ modifiers: [
85
+ {
86
+ name: 'offset',
87
+ options: {
88
+ offset: [0, 5],
89
+ },
90
+ },
91
+ {
92
+ name: 'arrow',
93
+ options: {},
94
+ },
95
+ ],
96
+ }}
97
+ ```
98
+
80
99
  ## Extended example
81
100
 
82
101
  ### Example: Example 2
@@ -165,4 +184,23 @@ export default () => {
165
184
  <div class="padding-25 bg-lightest">
166
185
  <button type="button" class="btn btn-info btn-outline btn-lg btn-component" tabindex="0">Click Me</button>
167
186
  </div>
187
+ ```
188
+
189
+ #### Props (json)
190
+
191
+ ```json
192
+ popperConfig={{
193
+ modifiers: [
194
+ {
195
+ name: 'offset',
196
+ options: {
197
+ offset: [0, 5],
198
+ },
199
+ },
200
+ {
201
+ name: 'arrow',
202
+ options: {},
203
+ },
204
+ ],
205
+ }}
168
206
  ```
@@ -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-01-14T09:07:46.386Z
6
+ *Captured:* 2026-02-03T14:05:01.645Z
7
7
 
8
8
  A helper component to format a latitude / longitude position.
9
9
 
@@ -39,4 +39,12 @@ export default () => (
39
39
  <hr>
40
40
  <span class="vehiclePositionInfo">N52° 7.394′ W12° 14.054′</span>
41
41
  </div>
42
- ```
42
+ ```
43
+
44
+ #### Props
45
+
46
+ | Name | Type | Default | Description |
47
+ | --- | --- | --- | --- |
48
+ | latitude | number | — | The latitude to display. |
49
+ | longitude | number | — | The longitude to display. |
50
+ | address | string | — | Can be used to override the default output. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/radialBarCharts
6
- *Captured:* 2026-01-14T09:08:28.950Z
6
+ *Captured:* 2026-02-03T14:05:44.049Z
7
7
 
8
8
  ## RadialBarChart
9
9
 
@@ -258,8 +258,8 @@ const data2: CustomData2[] = [
258
258
  <path name="Age 18-24" cx="120" cy="180" fill="#ef7186 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 99.8016,145.1763
259
259
  A 40.2575,40.2575,0,
260
260
  0,1,
261
- 118.484,139.7711
262
- L 118.9359,151.7625
261
+ 121.6351,139.7757
262
+ L 121.1477,151.7658
263
263
  A 28.2575,28.2575,0,
264
264
  0,0,
265
265
  105.8224,155.5566 Z">
@@ -267,8 +267,8 @@ const data2: CustomData2[] = [
267
267
  <path name="Age 25-29" cx="120" cy="180" fill="#e878b6 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 91.9872,131.7035
268
268
  A 55.8325,55.8325,0,
269
269
  0,1,
270
- 113.7721,124.5159
271
- L 115.1107,136.441
270
+ 117.4673,124.225
271
+ L 118.0116,136.2126
272
272
  A 43.8325,43.8325,0,
273
273
  0,0,
274
274
  98.0079,142.0838 Z">
@@ -276,8 +276,8 @@ const data2: CustomData2[] = [
276
276
  <path name="Age 30-34" cx="120" cy="180" fill="#dc82e9 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 84.1727,118.2308
277
277
  A 71.4075,71.4075,0,
278
278
  0,0,
279
- 70.349,128.6794
280
- L 78.6928,137.3038
279
+ 68.384,130.6561
280
+ L 77.0581,138.9483
281
281
  A 59.4075,59.4075,0,
282
282
  0,1,
283
283
  90.1935,128.6111 Z">
@@ -285,8 +285,8 @@ const data2: CustomData2[] = [
285
285
  <path name="Age 35-39" color="color-warmup-corn" cx="120" cy="180" fill="#fde082 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 76.3583,104.758
286
286
  A 86.9825,86.9825,0,
287
287
  0,1,
288
- 86.2757,99.8213
289
- L 90.9283,110.8826
288
+ 87.9223,99.1484
289
+ L 92.3477,110.3026
290
290
  A 74.9825,74.9825,0,
291
291
  0,0,
292
292
  82.3791,115.1383 Z">
@@ -399,19 +399,19 @@ const data2: CustomData2[] = [
399
399
  <g class="recharts-layer">
400
400
  <path name="Registrations" color="color-coldplay-fountain" cx="134" cy="134" fill="#67abc5 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 134,24.6242
401
401
  A5,5,0,0,1,139.2283,19.6294
402
- A114.49,114.49,0,0,1,226.0591,65.9333
403
- A5,5,0,0,1,224.8246,73.0578
404
- L224.8246,73.0578
405
- A5,5,0,0,1,218.0183,71.8785
402
+ A114.49,114.49,0,0,1,235.5808,81.1862
403
+ A5,5,0,0,1,233.2461,88.0296
404
+ L233.2461,88.0296
405
+ A5,5,0,0,1,226.7083,85.7991
406
406
  A104.49,104.49,0,0,0,138.7717,29.619
407
407
  A5,5,0,0,1,134,24.6242Z">
408
408
  </path>
409
409
  <path name="Logins" color="color-coldplay-moos" cx="134" cy="134" fill="#a1daa3 " class="recharts-sector recharts-radial-bar-sector undefined" d="M 134,11.7122
410
410
  A5,5,0,0,1,139.2043,6.7163
411
- A127.39,127.39,0,0,1,223.4166,43.2648
412
- A5,5,0,0,1,223.322,50.4782
413
- L223.322,50.4782
414
- A5,5,0,0,1,216.3975,50.3874
411
+ A127.39,127.39,0,0,1,234.5345,55.763
412
+ A5,5,0,0,1,233.4955,62.9018
413
+ L233.4955,62.9018
414
+ A5,5,0,0,1,226.6426,61.9045
415
415
  A117.39,117.39,0,0,0,138.7957,16.708
416
416
  A5,5,0,0,1,134,11.7122Z">
417
417
  </path>
@@ -646,10 +646,10 @@ const data = [
646
646
  <g class="recharts-layer">
647
647
  <path name="Ranking" color="brand-success" cx="84" cy="84" fill="#5cb85c " class="recharts-sector recharts-radial-bar-sector undefined" d="M 84,13.4748
648
648
  A6,6,0,0,1,90.5086,7.4964
649
- A76.78,76.78,0,1,1,7.4545,89.9961
650
- A6,6,0,0,1,13.4763,83.5277
651
- L13.4763,83.5277
652
- A6,6,0,0,1,19.4178,89.059
649
+ A76.78,76.78,0,1,1,7.256,86.3497
650
+ A6,6,0,0,1,13.5786,80.1749
651
+ L13.5786,80.1749
652
+ A6,6,0,0,1,19.2503,85.9824
653
653
  A64.78,64.78,0,1,0,89.4914,19.4532
654
654
  A6,6,0,0,1,84,13.4748Z">
655
655
  </path>
@@ -763,10 +763,10 @@ const data = [
763
763
  <g class="recharts-layer">
764
764
  <path name="Ranking" color="brand-success" cx="84" cy="84" fill="#5cb85c " class="recharts-sector recharts-radial-bar-sector undefined" d="M 19.1954,121.4149
765
765
  A3,3,0,0,1,15.0393,120.2116
766
- A77.89,77.89,0,0,1,101.3836,8.0746
767
- A3,3,0,0,1,103.6093,11.7851
768
- L103.6093,11.7851
769
- A3,3,0,0,1,100.0445,13.9233
766
+ A77.89,77.89,0,0,1,103.1845,8.5095
767
+ A3,3,0,0,1,105.3212,12.2719
768
+ L105.3212,12.2719
769
+ A3,3,0,0,1,101.7066,14.3247
770
770
  A71.89,71.89,0,0,0,20.3515,117.4221
771
771
  A3,3,0,0,1,19.1954,121.4149Z">
772
772
  </path>