@rio-cloud/uikit-mcp 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +13 -17
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +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 -10
  183. package/dist/version.json +2 -2
  184. package/package.json +2 -2
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/custom-css
6
- *Captured:* 2026-02-23T15:48:00.611Z
6
+ *Captured:* 2026-03-06T10:39:53.474Z
7
7
 
8
8
  Maintaining CSS will become harder over time due to various reasons like growing amount of styles, old and unknown overwrites, exchange of Team members etc.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/custom-rioglyph
6
- *Captured:* 2026-02-23T15:48:00.642Z
6
+ *Captured:* 2026-03-06T10:39:53.474Z
7
7
 
8
8
  To use a custom Rioglyph icon, there are two different approaches:
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/formatting
6
- *Captured:* 2026-02-23T15:48:02.249Z
6
+ *Captured:* 2026-03-06T10:39:56.069Z
7
7
 
8
8
  Having a common date formatting guide is crucial to ensure consistency, clarity, and accuracy in documentation, making it easier to understand and interpret dates correctly across different contexts.
9
9
 
@@ -3,9 +3,9 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/iframe
6
- *Captured:* 2026-02-23T15:48:02.289Z
6
+ *Captured:* 2026-03-06T10:39:54.972Z
7
7
 
8
- Web applications can embed smaller SPAs as widgets using an <iframe> to enrich it's functionality provided by other services and teams. This page explains what the parent application (host) and the child application (widget) must do to ensure correct styling, sizing, and communication.
8
+ Web applications can embed smaller SPAs as widgets using an &lt;iframe&gt; to enrich it's functionality provided by other services and teams. This page explains what the parent application (host) and the child application (widget) must do to ensure correct styling, sizing, and communication.
9
9
 
10
10
  ## Iframe guidelines
11
11
 
@@ -13,7 +13,7 @@ Web applications can embed smaller SPAs as widgets using an <iframe> to enrich i
13
13
 
14
14
  ## Terminology
15
15
 
16
- - Parent application: the host SPA that renders the <iframe>.
16
+ - Parent application: the host SPA that renders the &lt;iframe&gt;.
17
17
  - Widget (child application): the small SPA running inside the iframe.
18
18
  - Iframe integration: layout, sizing, and communication between parent and widget.
19
19
 
@@ -96,10 +96,6 @@ src='https://cdn.rio.cloud/libs/iframeResizer/4.2.8/iframeResizer.contentWindow.
96
96
 
97
97
 
98
98
 
99
- #### Summary
100
-
101
-
102
-
103
99
  #### React (tsx)
104
100
 
105
101
  ```tsx
@@ -121,7 +117,7 @@ export default IFrameWidgetExample;
121
117
  ```html
122
118
  <div class="display-flex justify-content-center">
123
119
  <div class="iframe-wrapper width-400">
124
- <iframe title="iframe" src="https://menu.rio.cloud" id="iFrameResizer0" scrolling="no" style="overflow: hidden; height: 250px;">
120
+ <iframe title="iframe" src="https://menu.rio.cloud" id="iFrameResizer0" scrolling="no" style="overflow: hidden;">
125
121
  </iframe>
126
122
  </div>
127
123
  </div>
@@ -153,10 +149,6 @@ RIO iframes are transparent by default, also the SPA itself. Because of that you
153
149
 
154
150
  Open fullscreen dialog
155
151
 
156
- #### Summary
157
-
158
- Open fullscreen dialog
159
-
160
152
  #### React (tsx)
161
153
 
162
154
  ```tsx
@@ -242,10 +234,6 @@ A widget can request the parent application to open a dialog (for example, to pr
242
234
 
243
235
 
244
236
 
245
- #### Summary
246
-
247
-
248
-
249
237
  #### React (tsx)
250
238
 
251
239
  ```tsx
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/obfuscate-data
6
- *Captured:* 2026-02-23T15:48:01.449Z
6
+ *Captured:* 2026-03-06T10:39:54.841Z
7
7
 
8
8
  This demo demonstrates how sensitive data marked with the data-pii="visible" attribute can be obfuscated directly in the frontend.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/print-css
6
- *Captured:* 2026-02-23T15:48:01.470Z
6
+ *Captured:* 2026-03-06T10:39:54.600Z
7
7
 
8
8
  The UIKIT supports simple print stylings in order to have printable content. Those print styles are supposed to do basic printing and should not replace server side PDF`s.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/spinner
6
- *Captured:* 2026-02-23T15:48:03.338Z
6
+ *Captured:* 2026-03-06T10:39:56.777Z
7
7
 
8
8
  There are various approaches when it comes to loading data and showing the user the different stages of the loading process.
9
9
 
@@ -31,10 +31,6 @@ In some cases it is better to use placeholder for content to show the layout and
31
31
 
32
32
  Loading
33
33
 
34
- #### Summary
35
-
36
- Loading
37
-
38
34
  #### HTML (html)
39
35
 
40
36
  ```html
@@ -59,10 +55,6 @@ Loading
59
55
 
60
56
  No trucks to show
61
57
 
62
- #### Summary
63
-
64
- No trucks to show
65
-
66
58
  #### HTML (html)
67
59
 
68
60
  ```html
@@ -78,11 +70,6 @@ No trucks to show
78
70
  No trucks to show
79
71
  Add truck
80
72
 
81
- #### Summary
82
-
83
- No trucks to show
84
- Add truck
85
-
86
73
  #### HTML (html)
87
74
 
88
75
  ```html
@@ -102,11 +89,7 @@ Add truck
102
89
 
103
90
  ### Example: Example 4
104
91
 
105
- Click meGenerating sunshine
106
-
107
- #### Summary
108
-
109
- Click meGenerating sunshine
92
+ Click me Generating sunshine
110
93
 
111
94
  #### HTML (html)
112
95
 
@@ -125,10 +108,6 @@ Click meGenerating sunshine
125
108
 
126
109
  Generating foobar
127
110
 
128
- #### Summary
129
-
130
- Generating foobar
131
-
132
111
  #### HTML (html)
133
112
 
134
113
  ```html
@@ -139,15 +118,9 @@ Generating foobar
139
118
 
140
119
  ### Example: Example 6
141
120
 
142
- Column 1Column 2
143
-
144
- Lorem ipsumFoobar
121
+ Column 1 Column 2
145
122
 
146
- #### Summary
147
-
148
- Column 1Column 2
149
-
150
- Lorem ipsumFoobar
123
+ Lorem ipsum Foobar
151
124
 
152
125
  #### HTML (html)
153
126
 
@@ -174,15 +147,9 @@ Lorem ipsumFoobar
174
147
 
175
148
  ### Example: Example 7
176
149
 
177
- Column 1Column 2
178
-
179
- Lorem ipsumFoobar
180
-
181
- #### Summary
150
+ Column 1 Column 2
182
151
 
183
- Column 1Column 2
184
-
185
- Lorem ipsumFoobar
152
+ Lorem ipsum Foobar
186
153
 
187
154
  #### HTML (html)
188
155
 
@@ -207,11 +174,7 @@ Lorem ipsumFoobar
207
174
 
208
175
  ### Example: Example 8
209
176
 
210
- Column 1Column 2Column 3Column 4
211
-
212
- #### Summary
213
-
214
- Column 1Column 2Column 3Column 4
177
+ Column 1 Column 2 Column 3 Column 4
215
178
 
216
179
  #### HTML (html)
217
180
 
@@ -246,11 +209,7 @@ Column 1Column 2Column 3Column 4
246
209
 
247
210
  ### Example: Example 9
248
211
 
249
- Column 1Column 2Column 3Column 4
250
-
251
- #### Summary
252
-
253
- Column 1Column 2Column 3Column 4
212
+ Column 1 Column 2 Column 3 Column 4
254
213
 
255
214
  #### HTML (html)
256
215
 
@@ -290,12 +249,7 @@ Column 1Column 2Column 3Column 4
290
249
  ### Example: Example 10
291
250
 
292
251
  Loading...
293
- Loading...Loading...Loading...
294
-
295
- #### Summary
296
-
297
- Loading...
298
- Loading...Loading...Loading...
252
+ Loading... Loading... Loading...
299
253
 
300
254
  #### HTML (html)
301
255
 
@@ -396,19 +350,11 @@ Loading...Loading...Loading...
396
350
 
397
351
  ### Example: Example 11
398
352
 
399
- Column 1Column 2Column 3Column 4
400
-
401
- Loading...Loading...Loading...Loading...
402
- Loading...Loading...Loading...Loading...
403
- Loading...Loading...Loading...Loading...
404
-
405
- #### Summary
406
-
407
- Column 1Column 2Column 3Column 4
353
+ Column 1 Column 2 Column 3 Column 4
408
354
 
409
- Loading...Loading...Loading...Loading...
410
- Loading...Loading...Loading...Loading...
411
- Loading...Loading...Loading...Loading...
355
+ Loading... Loading... Loading... Loading...
356
+ Loading... Loading... Loading... Loading...
357
+ Loading... Loading... Loading... Loading...
412
358
 
413
359
  #### HTML (html)
414
360
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/state-in-url
6
- *Captured:* 2026-02-23T15:48:00.421Z
6
+ *Captured:* 2026-03-06T10:39:53.019Z
7
7
 
8
8
  Every service frontend should support deep linking and reflect meaningful UI state in the URL. This enables restoring state when links are shared, when they are stored as bookmarks, when users navigate with browser history, or when a service is opened from another app.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/supported-browsers
6
- *Captured:* 2026-02-23T15:48:01.497Z
6
+ *Captured:* 2026-03-06T10:39:55.894Z
7
7
 
8
8
  We currently support the following browsers:
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/guidelines/writing
6
- *Captured:* 2026-02-23T15:48:02.237Z
6
+ *Captured:* 2026-03-06T10:39:55.679Z
7
7
 
8
8
  UX writing doesn't receive as much attention as it should. In the past, digital experiences featured words written by different individuals - ranging from designers to engineers — at various times and in diverse styles, all without a centralized guide.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Welcome
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/howto
6
- *Captured:* 2026-02-23T15:47:59.973Z
6
+ *Captured:* 2026-03-06T10:39:52.572Z
7
7
 
8
8
  Install the latest version of the UIKIT (that includes latest beta versions as well) via
9
9
 
@@ -33,7 +33,7 @@ npm install @rio-cloud/rio-uikit
33
33
  Or install a dedicated version via
34
34
 
35
35
  ```javascript
36
- npm install @rio-cloud/rio-uikit@2.2.0
36
+ npm install @rio-cloud/rio-uikit@2.2.1
37
37
  ```
38
38
 
39
39
  ## TypeScript
@@ -85,7 +85,7 @@ ManualNot Recommended
85
85
  Use the CSS Stylesheet as follows (specify your required version number in the URL) if you need more control on what style you want to use.
86
86
 
87
87
  ```html
88
- <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.0/rio-uikit.css">
88
+ <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.1/rio-uikit.css">
89
89
  ```
90
90
 
91
91
  > Note: Please make sure to use the same UIKIT style version as the npm package, otherwise this will lead to inconsistency and UI bugs.
@@ -96,23 +96,23 @@ In addition to the RIO theme, the UIKIT offers other brand-specific themes.
96
96
 
97
97
  These other themes may only be used for applications or services who don't run on the RIO platform. All platform services have to use the RIO theme to achieve a distinct look and feel for the user when switching between services and applications.
98
98
 
99
- In order to use such a brand theme, modify the URL in the <link> tag that loads the CSS
99
+ In order to use such a brand theme, modify the URL in the &lt;link&gt; tag that loads the CSS
100
100
 
101
101
  ```html
102
- <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.0/vw-uikit.css">
102
+ <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.1/vw-uikit.css">
103
103
  ```
104
104
 
105
105
  ```html
106
- <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.0/man-uikit.css">
106
+ <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.1/man-uikit.css">
107
107
  ```
108
108
 
109
109
  ```html
110
- <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.0/scania-uikit.css">
110
+ <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.1/scania-uikit.css">
111
111
  ```
112
112
 
113
113
  ManagedRecommended
114
114
 
115
- You can simply omit the <link> tag in your index.html altogether. The UIKIT will automatically load the correct CSS file for you.
115
+ You can simply omit the &lt;link&gt; tag in your index.html altogether. The UIKIT will automatically load the correct CSS file for you.
116
116
 
117
117
  ```html
118
118
  <html data-brand="vw">
@@ -131,7 +131,7 @@ You can simply omit the <link> tag in your index.html altogether. The UIKIT will
131
131
  The UIKIT supports simple print stylings in order to have printable content. See Print CSS
132
132
 
133
133
  ```html
134
- <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.0/rio-uikit-print-utilities.css">
134
+ <link rel="stylesheet" type="text/css" href="https://uikit.developers.rio.cloud/2.2.1/rio-uikit-print-utilities.css">
135
135
  ```
136
136
 
137
137
  ## Additional styling information
@@ -139,7 +139,7 @@ The UIKIT supports simple print stylings in order to have printable content. See
139
139
  In some cases like using D3 you may need the color variables as .json from the UIKIT provided via CDN. You can fetch the provided file from CDN via the following URL:
140
140
 
141
141
  ```html
142
- https://uikit.developers.rio.cloud/2.2.0/rio-uikit-colors.json
142
+ https://uikit.developers.rio.cloud/2.2.1/rio-uikit-colors.json
143
143
  ```
144
144
 
145
145
  ## Dark mode
@@ -168,7 +168,7 @@ The UIKIT is fully dark mode ready.
168
168
  In cases where the React ApplicationLayout component cannot be used, you can import the new darkmode.js from the UIKIT CDN and add it to your index.html. This script will take care of listening to the theme switch for you.
169
169
 
170
170
  ```html
171
- <script src="https://uikit.developers.rio.cloud/2.2.0/rio-darkmode.js"></script>
171
+ <script src="https://uikit.developers.rio.cloud/2.2.1/rio-darkmode.js"></script>
172
172
  ```
173
173
 
174
174
  If you want to react on the dark mode for instance to exchange some images or apply some specific utility classes, you can use the custom hook useDarkMode to do so.
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Welcome
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/intro
6
- *Captured:* 2026-02-23T15:47:59.680Z
6
+ *Captured:* 2026-03-06T10:39:52.425Z
7
7
 
8
8
  Welcome! This UI library is designed to help you build beautiful, consistent, and maintainable user interfaces with minimal effort. Here’s how you can make the most of it:
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Guidelines
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/responsiveness
6
- *Captured:* 2026-02-23T15:47:59.835Z
6
+ *Captured:* 2026-03-06T10:39:52.288Z
7
7
 
8
8
  The UIKIT considers all platforms — both desktop and mobile. We recognize that people work across many different products and often need to support multiple platforms and the UIKIT is a foundation for that with its many responsive building blocks and responsive components.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
5
  *Source:* https://uikit.developers.rio.cloud/#/utilities/classNames
6
- *Captured:* 2026-02-23T15:49:42.752Z
6
+ *Captured:* 2026-03-06T10:41:30.535Z
7
7
 
8
8
  Small utility for composing CSS classes from optional string arguments. It keeps the common case readable without adding third-party runtime behavior.
9
9
 
@@ -27,15 +27,7 @@ classNames('base', clickable && 'cursor-pointer', className);
27
27
 
28
28
  ### Example: This class string is built from optional className arguments.
29
29
 
30
- text-lefttext-centertext-right
31
- Include optional border class
32
- This class string is built from optional className arguments.
33
- text-size-12 text-color-dark margin-bottom-20 border rounded padding-5 text-left
34
-
35
- #### Summary
36
-
37
- text-lefttext-centertext-right
38
- Include optional border class
30
+ text-left text-center text-right Include optional border class
39
31
  This class string is built from optional className arguments.
40
32
  text-size-12 text-color-dark margin-bottom-20 border rounded padding-5 text-left
41
33
 
@@ -124,14 +116,7 @@ For utility-class based styling, use mergeClassNameOverrides(defaults, overrides
124
116
  Override classes
125
117
  Default: padding-x-20 padding-y-20 margin-bottom-20 text-size-16 text-color-dark border rounded
126
118
  Merged: padding-x-20 text-size-16 border rounded padding-y-10 margin-bottom-0 text-color-gray
127
- Utility overrides replace matching groups (like padding-y-*, margin-*, text-color-*) and keep unrelated defaults.
128
-
129
- #### Summary
130
-
131
- Override classes
132
- Default: padding-x-20 padding-y-20 margin-bottom-20 text-size-16 text-color-dark border rounded
133
- Merged: padding-x-20 text-size-16 border rounded padding-y-10 margin-bottom-0 text-color-gray
134
- Utility overrides replace matching groups (like padding-y-*, margin-*, text-color-*) and keep unrelated defaults.
119
+ Utility overrides replace matching groups (like padding-y-* , margin-* , text-color-* ) and keep unrelated defaults.
135
120
 
136
121
  #### React (tsx)
137
122
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
5
  *Source:* https://uikit.developers.rio.cloud/#/utilities/deviceUtils
6
- *Captured:* 2026-02-23T15:49:42.833Z
6
+ *Captured:* 2026-03-06T10:41:31.017Z
7
7
 
8
8
  Set of utility functions which helps detecting certain devices or functionality.
9
9
 
@@ -12,25 +12,19 @@ Set of utility functions which helps detecting certain devices or functionality.
12
12
  ### Example: Example 1
13
13
 
14
14
  No touch support
15
- isMobileScreen: false
16
- isMobile: false
17
- isDesktop: true
18
- isRetinaDevice: false
19
- isMac: true
20
- Loaded in iFrame: false
21
- Zoom is: enabled
22
- Note
23
- Because Apple does not allow to disable zoom on touch devices, isZoomDisabled has no effect when using iOS.
24
15
 
25
- #### Summary
26
-
27
- No touch support
28
16
  isMobileScreen: false
17
+
29
18
  isMobile: false
19
+
30
20
  isDesktop: true
21
+
31
22
  isRetinaDevice: false
23
+
32
24
  isMac: true
25
+
33
26
  Loaded in iFrame: false
27
+
34
28
  Zoom is: enabled
35
29
  Note
36
30
  Because Apple does not allow to disable zoom on touch devices, isZoomDisabled has no effect when using iOS.
@@ -3,7 +3,7 @@
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
5
  *Source:* https://uikit.developers.rio.cloud/#/utilities/featureToggles
6
- *Captured:* 2026-02-23T15:49:43.794Z
6
+ *Captured:* 2026-03-06T10:41:33.236Z
7
7
 
8
8
  URL-based feature toggles (also known as feature flags) are a powerful development technique that allows you to enable or disable features in your application dynamically, without deploying new code.
9
9
 
@@ -3,7 +3,7 @@
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
5
  *Source:* https://uikit.developers.rio.cloud/#/utilities/fuelTypeUtils
6
- *Captured:* 2026-02-23T15:49:43.057Z
6
+ *Captured:* 2026-03-06T10:41:32.458Z
7
7
 
8
8
  There is a wide variety of standardized fuel types, and on top of that, some projects or systems introduce their own custom definitions. While the naming can differ, many of these values carry the same semantic meaning. To avoid confusion and ensure consistent visual representation, we provide a centralized mapping of fuel types to icons.
9
9
 
@@ -39,17 +39,7 @@ These utilities help group, filter, and render fuel types based on predefined se
39
39
 
40
40
  ### Example: Example 1
41
41
 
42
- Single rioglyph fuel iconThis is a diesel truck
43
- This is a gasoline truck
44
- This is an electric bus
45
-
46
- Paired rioglyph fuel icon
47
-
48
- Unknown paired fuel icon
49
-
50
- #### Summary
51
-
52
- Single rioglyph fuel iconThis is a diesel truck
42
+ Single rioglyph fuel icon This is a diesel truck
53
43
  This is a gasoline truck
54
44
  This is an electric bus
55
45