@rio-cloud/uikit-mcp 1.1.4 → 1.1.6

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 +1 -0
  2. package/dist/doc-metadata.json +188 -88
  3. package/dist/docs/components/accentBar.md +35 -3
  4. package/dist/docs/components/activity.md +14 -3
  5. package/dist/docs/components/animatedNumber.md +17 -4
  6. package/dist/docs/components/animatedTextReveal.md +54 -8
  7. package/dist/docs/components/animations.md +33 -33
  8. package/dist/docs/components/appHeader.md +65 -9
  9. package/dist/docs/components/appLayout.md +566 -61
  10. package/dist/docs/components/appNavigationBar.md +55 -3
  11. package/dist/docs/components/areaCharts.md +14 -14
  12. package/dist/docs/components/aspectRatioPlaceholder.md +11 -3
  13. package/dist/docs/components/assetTree.md +1174 -328
  14. package/dist/docs/components/autosuggests.md +2 -2
  15. package/dist/docs/components/avatar.md +25 -3
  16. package/dist/docs/components/banner.md +3 -3
  17. package/dist/docs/components/barCharts.md +38 -38
  18. package/dist/docs/components/barList.md +22 -10
  19. package/dist/docs/components/basicMap.md +2 -2
  20. package/dist/docs/components/bottomSheet.md +100 -3
  21. package/dist/docs/components/button.md +549 -36
  22. package/dist/docs/components/buttonToolbar.md +10 -3
  23. package/dist/docs/components/calendarStripe.md +127 -85
  24. package/dist/docs/components/card.md +11 -3
  25. package/dist/docs/components/carousel.md +2 -2
  26. package/dist/docs/components/chartColors.md +2 -2
  27. package/dist/docs/components/chartsGettingStarted.md +2 -2
  28. package/dist/docs/components/chat.md +3 -3
  29. package/dist/docs/components/checkbox.md +67 -45
  30. package/dist/docs/components/circularProgress.md +465 -0
  31. package/dist/docs/components/clearableInput.md +18 -18
  32. package/dist/docs/components/collapse.md +28 -4
  33. package/dist/docs/components/composedCharts.md +20 -20
  34. package/dist/docs/components/contentLoader.md +126 -105
  35. package/dist/docs/components/dataTabs.md +191 -11
  36. package/dist/docs/components/datepickers.md +735 -723
  37. package/dist/docs/components/dialogs.md +362 -2
  38. package/dist/docs/components/divider.md +15 -3
  39. package/dist/docs/components/dropdowns.md +4548 -4355
  40. package/dist/docs/components/editableContent.md +187 -3
  41. package/dist/docs/components/expander.md +52 -5
  42. package/dist/docs/components/fade.md +42 -7
  43. package/dist/docs/components/fadeExpander.md +13 -4
  44. package/dist/docs/components/fadeUp.md +22 -4
  45. package/dist/docs/components/feedback.md +44 -3
  46. package/dist/docs/components/filePickers.md +45 -3
  47. package/dist/docs/components/formLabel.md +20 -5
  48. package/dist/docs/components/groupedItemList.md +54 -3
  49. package/dist/docs/components/iconList.md +5 -5
  50. package/dist/docs/components/imagePreloader.md +7 -3
  51. package/dist/docs/components/labeledElement.md +13 -3
  52. package/dist/docs/components/licensePlate.md +11 -3
  53. package/dist/docs/components/lineCharts.md +10 -10
  54. package/dist/docs/components/listMenu.md +78 -8
  55. package/dist/docs/components/loadMore.md +29 -3
  56. package/dist/docs/components/mainNavigation.md +5 -5
  57. package/dist/docs/components/mapCircle.md +2 -2
  58. package/dist/docs/components/mapCluster.md +2 -2
  59. package/dist/docs/components/mapContext.md +2 -2
  60. package/dist/docs/components/mapDraggableMarker.md +2 -2
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +2 -2
  63. package/dist/docs/components/mapLayerGroup.md +2 -2
  64. package/dist/docs/components/mapMarker.md +2 -2
  65. package/dist/docs/components/mapPolygon.md +2 -2
  66. package/dist/docs/components/mapRoute.md +2 -2
  67. package/dist/docs/components/mapRouteGenerator.md +2 -2
  68. package/dist/docs/components/mapSettings.md +9 -9
  69. package/dist/docs/components/mapUtils.md +2 -2
  70. package/dist/docs/components/multiselects.md +2 -2
  71. package/dist/docs/components/noData.md +23 -3
  72. package/dist/docs/components/notifications.md +2 -2
  73. package/dist/docs/components/numbercontrol.md +54 -5
  74. package/dist/docs/components/onboarding.md +26 -2
  75. package/dist/docs/components/page.md +33 -3
  76. package/dist/docs/components/pager.md +15 -3
  77. package/dist/docs/components/pieCharts.md +89 -78
  78. package/dist/docs/components/popover.md +40 -2
  79. package/dist/docs/components/position.md +11 -3
  80. package/dist/docs/components/radialBarCharts.md +2054 -2012
  81. package/dist/docs/components/radioCardGroup.md +487 -0
  82. package/dist/docs/components/radiobutton.md +138 -10
  83. package/dist/docs/components/releaseNotes.md +19 -2
  84. package/dist/docs/components/resizer.md +14 -3
  85. package/dist/docs/components/responsiveColumnStripe.md +20 -3
  86. package/dist/docs/components/responsiveVideo.md +12 -3
  87. package/dist/docs/components/rioglyph.md +13 -3
  88. package/dist/docs/components/rules.md +95 -5
  89. package/dist/docs/components/saveableInput.md +400 -276
  90. package/dist/docs/components/selects.md +2 -2
  91. package/dist/docs/components/sidebar.md +39 -3
  92. package/dist/docs/components/sliders.md +38 -3
  93. package/dist/docs/components/smoothScrollbars.md +93 -3
  94. package/dist/docs/components/spinners.md +51 -3
  95. package/dist/docs/components/states.md +217 -2
  96. package/dist/docs/components/statsWidgets.md +123 -3
  97. package/dist/docs/components/statusBar.md +29 -3
  98. package/dist/docs/components/stepButton.md +9 -3
  99. package/dist/docs/components/steppedProgressBars.md +67 -3
  100. package/dist/docs/components/subNavigation.md +24 -17
  101. package/dist/docs/components/supportMarker.md +2 -2
  102. package/dist/docs/components/svgImage.md +13 -3
  103. package/dist/docs/components/switch.md +218 -82
  104. package/dist/docs/components/tables.md +2 -2
  105. package/dist/docs/components/tagManager.md +56 -2
  106. package/dist/docs/components/tags.md +33 -3
  107. package/dist/docs/components/teaser.md +30 -3
  108. package/dist/docs/components/textTruncateMiddle.md +151 -0
  109. package/dist/docs/components/timeline.md +2 -2
  110. package/dist/docs/components/timepicker.md +687 -63
  111. package/dist/docs/components/toggleButton.md +96 -10
  112. package/dist/docs/components/tooltip.md +30 -21
  113. package/dist/docs/components/tracker.md +631 -0
  114. package/dist/docs/components/virtualList.md +107 -84
  115. package/dist/docs/foundations.md +647 -275
  116. package/dist/docs/start/changelog.md +2 -738
  117. package/dist/docs/start/goodtoknow.md +2 -2
  118. package/dist/docs/start/guidelines/color-combinations.md +2 -2
  119. package/dist/docs/start/guidelines/custom-css.md +2 -2
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +2 -2
  121. package/dist/docs/start/guidelines/formatting.md +2 -2
  122. package/dist/docs/start/guidelines/iframe.md +2 -2
  123. package/dist/docs/start/guidelines/obfuscate-data.md +2 -2
  124. package/dist/docs/start/guidelines/print-css.md +2 -2
  125. package/dist/docs/start/guidelines/spinner.md +82 -82
  126. package/dist/docs/start/guidelines/state-in-url.md +263 -0
  127. package/dist/docs/start/guidelines/supported-browsers.md +2 -2
  128. package/dist/docs/start/guidelines/writing.md +2 -2
  129. package/dist/docs/start/howto.md +10 -10
  130. package/dist/docs/start/intro.md +2 -2
  131. package/dist/docs/start/responsiveness.md +2 -2
  132. package/dist/docs/templates/common-table.md +15 -14
  133. package/dist/docs/templates/detail-views.md +3 -3
  134. package/dist/docs/templates/expandable-details.md +2 -2
  135. package/dist/docs/templates/feature-cards.md +56 -56
  136. package/dist/docs/templates/form-summary.md +23 -23
  137. package/dist/docs/templates/form-toggle.md +2 -2
  138. package/dist/docs/templates/list-blocks.md +204 -204
  139. package/dist/docs/templates/loading-progress.md +2 -2
  140. package/dist/docs/templates/options-panel.md +2 -2
  141. package/dist/docs/templates/panel-variants.md +2 -2
  142. package/dist/docs/templates/progress-cards.md +2 -2
  143. package/dist/docs/templates/progress-success.md +2 -2
  144. package/dist/docs/templates/settings-form.md +24 -24
  145. package/dist/docs/templates/stats-blocks.md +18 -18
  146. package/dist/docs/templates/table-panel.md +2 -2
  147. package/dist/docs/templates/table-row-animation.md +2 -2
  148. package/dist/docs/templates/usage-cards.md +2 -2
  149. package/dist/docs/utilities/classNames.md +191 -0
  150. package/dist/docs/utilities/deviceUtils.md +2 -2
  151. package/dist/docs/utilities/featureToggles.md +2 -2
  152. package/dist/docs/utilities/fuelTypeUtils.md +2 -2
  153. package/dist/docs/utilities/routeUtils.md +326 -90
  154. package/dist/docs/utilities/useAfterMount.md +2 -2
  155. package/dist/docs/utilities/useAutoAnimate.md +2 -2
  156. package/dist/docs/utilities/useAverage.md +2 -2
  157. package/dist/docs/utilities/useClickOutside.md +2 -2
  158. package/dist/docs/utilities/useClipboard.md +3 -3
  159. package/dist/docs/utilities/useCookies.md +188 -0
  160. package/dist/docs/utilities/useCount.md +2 -2
  161. package/dist/docs/utilities/useDarkMode.md +2 -2
  162. package/dist/docs/utilities/useDebugInfo.md +5 -5
  163. package/dist/docs/utilities/useEffectOnce.md +2 -2
  164. package/dist/docs/utilities/useElapsedTime.md +2 -2
  165. package/dist/docs/utilities/useElementSize.md +2 -2
  166. package/dist/docs/utilities/useEsc.md +2 -2
  167. package/dist/docs/utilities/useEvent.md +2 -2
  168. package/dist/docs/utilities/useFocusTrap.md +2 -2
  169. package/dist/docs/utilities/useFullscreen.md +2 -2
  170. package/dist/docs/utilities/useHover.md +2 -2
  171. package/dist/docs/utilities/useIncomingPostMessages.md +2 -2
  172. package/dist/docs/utilities/useInterval.md +2 -2
  173. package/dist/docs/utilities/useIsFocusWithin.md +2 -2
  174. package/dist/docs/utilities/useKey.md +2 -2
  175. package/dist/docs/utilities/useLocalStorage.md +2 -2
  176. package/dist/docs/utilities/useLocationSuggestions.md +2 -2
  177. package/dist/docs/utilities/useMax.md +2 -2
  178. package/dist/docs/utilities/useMin.md +2 -2
  179. package/dist/docs/utilities/useMutationObserver.md +2 -2
  180. package/dist/docs/utilities/useOnScreen.md +2 -2
  181. package/dist/docs/utilities/useOnlineStatus.md +2 -2
  182. package/dist/docs/utilities/usePostMessage.md +3 -3
  183. package/dist/docs/utilities/usePostMessageSender.md +2 -2
  184. package/dist/docs/utilities/usePrevious.md +2 -2
  185. package/dist/docs/utilities/useResizeObserver.md +2 -2
  186. package/dist/docs/utilities/useRioCookieConsent.md +90 -0
  187. package/dist/docs/utilities/useScrollPosition.md +2 -2
  188. package/dist/docs/utilities/useSearch.md +2 -2
  189. package/dist/docs/utilities/useSearchHighlight.md +815 -0
  190. package/dist/docs/utilities/useSorting.md +2 -2
  191. package/dist/docs/utilities/useStateWithValidation.md +2 -2
  192. package/dist/docs/utilities/useSum.md +2 -2
  193. package/dist/docs/utilities/useTableExport.md +53 -53
  194. package/dist/docs/utilities/useTableSelection.md +90 -90
  195. package/dist/docs/utilities/useTimeout.md +2 -2
  196. package/dist/docs/utilities/useToggle.md +3 -3
  197. package/dist/docs/utilities/useUrlState.md +418 -0
  198. package/dist/docs/utilities/useWindowResize.md +2 -2
  199. package/dist/index.mjs +8 -8
  200. package/dist/version.json +2 -2
  201. package/package.json +9 -9
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#templates/loading-progress
6
- *Captured:* 2026-01-14T09:08:36.869Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/loading-progress
6
+ *Captured:* 2026-02-23T13:48:42.950Z
7
7
 
8
8
  ## Loading progress
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#templates/options-panel
6
- *Captured:* 2026-01-14T09:08:32.169Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/options-panel
6
+ *Captured:* 2026-02-23T13:48:40.457Z
7
7
 
8
8
  ## Options panel
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#templates/panel-variants
6
- *Captured:* 2026-01-14T09:08:30.746Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/panel-variants
6
+ *Captured:* 2026-02-23T13:48:39.645Z
7
7
 
8
8
  ## Panel variants
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#templates/progress-cards
6
- *Captured:* 2026-01-14T09:08:37.560Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/progress-cards
6
+ *Captured:* 2026-02-23T13:48:44.192Z
7
7
 
8
8
  ## Progress cards
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Progress
5
- *Source:* https://uikit.developers.rio.cloud/#templates/progress-success
6
- *Captured:* 2026-01-14T09:08:37.747Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/progress-success
6
+ *Captured:* 2026-02-23T13:48:44.076Z
7
7
 
8
8
  ## Progress success
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Forms
5
- *Source:* https://uikit.developers.rio.cloud/#templates/settings-form
6
- *Captured:* 2026-01-14T09:08:33.865Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/settings-form
6
+ *Captured:* 2026-02-23T13:48:41.603Z
7
7
 
8
8
  ## Form blocks
9
9
 
@@ -15,7 +15,7 @@ This name will appear on your team profile page
15
15
  About the team
16
16
  Write a short summary about your organization or group (max 240 characters).
17
17
 
18
- Phased 24/7 software
18
+ Programmable bottom-line focus group
19
19
 
20
20
  Company email
21
21
  Your contact email address for customer communication
@@ -25,11 +25,11 @@ Display email on team page
25
25
  Office location
26
26
  Primary business address used for official correspondence
27
27
 
28
- ColoradoColorado
29
- Indiana
28
+ MissouriMissouri
29
+ Illinois
30
30
 
31
- Pitcairn IslandsPitcairn Islands
32
- Haiti
31
+ IndonesiaIndonesia
32
+ Mozambique
33
33
 
34
34
  Preferred currency
35
35
  All pricing and payouts will be shown in this currency
@@ -48,7 +48,7 @@ This name will appear on your team profile page
48
48
  About the team
49
49
  Write a short summary about your organization or group (max 240 characters).
50
50
 
51
- Phased 24/7 software
51
+ Programmable bottom-line focus group
52
52
 
53
53
  Company email
54
54
  Your contact email address for customer communication
@@ -58,11 +58,11 @@ Display email on team page
58
58
  Office location
59
59
  Primary business address used for official correspondence
60
60
 
61
- ColoradoColorado
62
- Indiana
61
+ MissouriMissouri
62
+ Illinois
63
63
 
64
- Pitcairn IslandsPitcairn Islands
65
- Haiti
64
+ IndonesiaIndonesia
65
+ Mozambique
66
66
 
67
67
  Preferred currency
68
68
  All pricing and payouts will be shown in this currency
@@ -233,7 +233,7 @@ export default () => {
233
233
  </div>
234
234
  <div class="form-group">
235
235
  <div class="ClearableInput input-group">
236
- <input class="form-control withClearButton" type="text" tabindex="0" value="Lemke, Bauch and Veum">
236
+ <input class="form-control withClearButton" type="text" tabindex="0" value="Sauer Inc">
237
237
  <span class="clearButton">
238
238
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
239
239
  </span>
@@ -253,7 +253,7 @@ export default () => {
253
253
  <p class="text-wrap-balance text-color-dark">Write a short summary about your organization or group (max 240 characters).</p>
254
254
  </div>
255
255
  <div class="form-group">
256
- <textarea class="form-control" rows="4">Phased 24/7 software</textarea>
256
+ <textarea class="form-control" rows="4">Programmable bottom-line focus group</textarea>
257
257
  </div>
258
258
  </section>
259
259
  <div class="grid-colspan-2">
@@ -269,7 +269,7 @@ export default () => {
269
269
  </div>
270
270
  <div class="form-group">
271
271
  <div class="ClearableInput input-group">
272
- <input class="form-control withClearButton" type="email" tabindex="0" value="Junius.Hilll92@gmail.com">
272
+ <input class="form-control withClearButton" type="email" tabindex="0" value="Geovanny.Rempel60@hotmail.com">
273
273
  <span class="clearButton">
274
274
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
275
275
  </span>
@@ -296,14 +296,14 @@ export default () => {
296
296
  </div>
297
297
  <div class="form-group display-flex flex-column gap-15">
298
298
  <div class="ClearableInput input-group">
299
- <input placeholder="Street address" class="form-control withClearButton" type="text" tabindex="0" value="6544 Sawayn Causeway">
299
+ <input placeholder="Street address" class="form-control withClearButton" type="text" tabindex="0" value="9219 Buster Manor">
300
300
  <span class="clearButton">
301
301
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
302
302
  </span>
303
303
  </span>
304
304
  </div>
305
305
  <div class="ClearableInput input-group">
306
- <input placeholder="City" class="form-control withClearButton" type="text" tabindex="0" value="Gulgowskiview">
306
+ <input placeholder="City" class="form-control withClearButton" type="text" tabindex="0" value="Breitenbergport">
307
307
  <span class="clearButton">
308
308
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
309
309
  </span>
@@ -312,7 +312,7 @@ export default () => {
312
312
  <div class="display-flex gap-15">
313
313
  <div class="select dropdown dropup">
314
314
  <button type="button" class="dropdown-toggle form-control text-left" data-toggle="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
315
- <span class="selected-option-text">Colorado</span>
315
+ <span class="selected-option-text">Missouri</span>
316
316
  <span class="clearButton hide pointer-events-none">
317
317
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
318
318
  </span>
@@ -323,20 +323,20 @@ export default () => {
323
323
  <ul class="dropdown-menu" role="menu">
324
324
  <li class="" role="listitem">
325
325
  <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="1" data-item-index="0">
326
- <span class="selected-option-dropdown-item">Colorado</span>
326
+ <span class="selected-option-dropdown-item">Missouri</span>
327
327
  <input type="hidden" value="1">
328
328
  </a>
329
329
  </li>
330
330
  <li class="" role="listitem">
331
331
  <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="2" data-item-index="1">
332
- <span class="selected-option-dropdown-item">Indiana</span>
332
+ <span class="selected-option-dropdown-item">Illinois</span>
333
333
  <input type="hidden" value="2">
334
334
  </a>
335
335
  </li>
336
336
  </ul>
337
337
  </div>
338
338
  <div class="ClearableInput input-group">
339
- <input placeholder="Zip code" class="form-control withClearButton" type="text" tabindex="0" value="21283-2170">
339
+ <input placeholder="Zip code" class="form-control withClearButton" type="text" tabindex="0" value="01488-5224">
340
340
  <span class="clearButton">
341
341
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
342
342
  </span>
@@ -345,7 +345,7 @@ export default () => {
345
345
  </div>
346
346
  <div class="select dropdown dropup">
347
347
  <button type="button" class="dropdown-toggle form-control text-left" data-toggle="dropdown" tabindex="0" aria-haspopup="true" aria-expanded="false">
348
- <span class="selected-option-text">Pitcairn Islands</span>
348
+ <span class="selected-option-text">Indonesia</span>
349
349
  <span class="clearButton hide pointer-events-none">
350
350
  <span class="clearButtonIcon rioglyph rioglyph-remove-sign">
351
351
  </span>
@@ -356,13 +356,13 @@ export default () => {
356
356
  <ul class="dropdown-menu" role="menu">
357
357
  <li class="" role="listitem">
358
358
  <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="1" data-item-index="0">
359
- <span class="selected-option-dropdown-item">Pitcairn Islands</span>
359
+ <span class="selected-option-dropdown-item">Indonesia</span>
360
360
  <input type="hidden" value="1">
361
361
  </a>
362
362
  </li>
363
363
  <li class="" role="listitem">
364
364
  <a role="menuitem" class="display-flex align-items-center gap-3" data-item-id="2" data-item-index="1">
365
- <span class="selected-option-dropdown-item">Haiti</span>
365
+ <span class="selected-option-dropdown-item">Mozambique</span>
366
366
  <input type="hidden" value="2">
367
367
  </a>
368
368
  </li>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#templates/stats-blocks
6
- *Captured:* 2026-01-14T09:08:36.300Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/stats-blocks
6
+ *Captured:* 2026-02-23T13:48:44.447Z
7
7
 
8
8
  ## Stats blocks
9
9
 
@@ -13,22 +13,22 @@ Stats page
13
13
  Overview of your supply chain operations
14
14
 
15
15
  Total inventory
16
- 830 units
16
+ 1197 units
17
17
 
18
18
  12%from last month
19
19
 
20
20
  Open orders
21
- 68
21
+ 79
22
22
 
23
23
  5%from last month
24
24
 
25
25
  In transit
26
- 5
26
+ 6
27
27
 
28
28
  -3%from last month
29
29
 
30
30
  Issues
31
- 5
31
+ 4
32
32
 
33
33
  #### Summary
34
34
 
@@ -36,22 +36,22 @@ Stats page
36
36
  Overview of your supply chain operations
37
37
 
38
38
  Total inventory
39
- 830 units
39
+ 1197 units
40
40
 
41
41
  12%from last month
42
42
 
43
43
  Open orders
44
- 68
44
+ 79
45
45
 
46
46
  5%from last month
47
47
 
48
48
  In transit
49
- 5
49
+ 6
50
50
 
51
51
  -3%from last month
52
52
 
53
53
  Issues
54
- 5
54
+ 4
55
55
 
56
56
  #### React (tsx)
57
57
 
@@ -168,7 +168,7 @@ export default () => {
168
168
  </div>
169
169
  <div>
170
170
  <div class="text-color-dark">Total inventory</div>
171
- <div class="text-size-h3 text-color-darkest line-height-125rel">830 units</div>
171
+ <div class="text-size-h3 text-color-darkest line-height-125rel">1197 units</div>
172
172
  </div>
173
173
  </div>
174
174
  <div class="text-size-12 padding-x-20 padding-y-10 bg-lightest rounded-bottom display-flex gap-5">
@@ -186,7 +186,7 @@ export default () => {
186
186
  </div>
187
187
  <div>
188
188
  <div class="text-color-dark">Open orders</div>
189
- <div class="text-size-h3 text-color-darkest line-height-125rel">68</div>
189
+ <div class="text-size-h3 text-color-darkest line-height-125rel">79</div>
190
190
  </div>
191
191
  </div>
192
192
  <div class="text-size-12 padding-x-20 padding-y-10 bg-lightest rounded-bottom display-flex gap-5">
@@ -204,7 +204,7 @@ export default () => {
204
204
  </div>
205
205
  <div>
206
206
  <div class="text-color-dark">In transit</div>
207
- <div class="text-size-h3 text-color-darkest line-height-125rel">5</div>
207
+ <div class="text-size-h3 text-color-darkest line-height-125rel">6</div>
208
208
  </div>
209
209
  </div>
210
210
  <div class="text-size-12 padding-x-20 padding-y-10 bg-lightest rounded-bottom display-flex gap-5">
@@ -222,7 +222,7 @@ export default () => {
222
222
  </div>
223
223
  <div>
224
224
  <div class="text-color-dark">Issues</div>
225
- <div class="text-size-h3 text-color-darkest line-height-125rel">5</div>
225
+ <div class="text-size-h3 text-color-darkest line-height-125rel">4</div>
226
226
  </div>
227
227
  </div>
228
228
  </div>
@@ -1055,7 +1055,7 @@ const getStatusColor = (status: string) => {
1055
1055
  <div class="text-medium text-size-16">Lorem ipsum dolor</div>
1056
1056
  <div>
1057
1057
  <div class="dropdown btn-group">
1058
- <button type="button" id="qnrl15k0vna" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1058
+ <button type="button" id="d5vz3ho8v0d" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1059
1059
  <span class="rioglyph rioglyph-option-horizontal" aria-hidden="true">
1060
1060
  </span>
1061
1061
  </button>
@@ -1092,7 +1092,7 @@ const getStatusColor = (status: string) => {
1092
1092
  <g tabindex="-1">
1093
1093
  </g>
1094
1094
  <g tabindex="-1">
1095
- <g class="recharts-layer recharts-bar" id="recharts-bar-:r1:">
1095
+ <g class="recharts-layer recharts-bar" id="recharts-bar-:r0:">
1096
1096
  <g class="recharts-layer recharts-bar-rectangles">
1097
1097
  <g class="recharts-layer">
1098
1098
  <g class="recharts-layer recharts-bar-rectangle">
@@ -1242,7 +1242,7 @@ const getStatusColor = (status: string) => {
1242
1242
  </div>
1243
1243
  <div>
1244
1244
  <div class="dropdown btn-group">
1245
- <button type="button" id="s0uvqzf6tfq" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1245
+ <button type="button" id="r6ftwig55b9" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1246
1246
  <span class="rioglyph rioglyph-option-horizontal" aria-hidden="true">
1247
1247
  </span>
1248
1248
  </button>
@@ -1310,7 +1310,7 @@ const getStatusColor = (status: string) => {
1310
1310
  </div>
1311
1311
  <div>
1312
1312
  <div class="dropdown btn-group">
1313
- <button type="button" id="qoo8lk9cd8d" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1313
+ <button type="button" id="uqmbvvglcpf" class="btn btn-muted btn-md btn-icon-only btn-component dropdown-toggle" tabindex="0">
1314
1314
  <span class="rioglyph rioglyph-option-horizontal" aria-hidden="true">
1315
1315
  </span>
1316
1316
  </button>
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Tables
5
- *Source:* https://uikit.developers.rio.cloud/#templates/table-panel
6
- *Captured:* 2026-01-14T09:08:38.647Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/table-panel
6
+ *Captured:* 2026-02-23T13:48:45.302Z
7
7
 
8
8
  ## Combined tables in ExpandablePanel
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Tables
5
- *Source:* https://uikit.developers.rio.cloud/#templates/table-row-animation
6
- *Captured:* 2026-01-14T09:08:39.302Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/table-row-animation
6
+ *Captured:* 2026-02-23T13:48:45.391Z
7
7
 
8
8
  ## Table row animation
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Templates
4
4
  *Section:* Content
5
- *Source:* https://uikit.developers.rio.cloud/#templates/usage-cards
6
- *Captured:* 2026-01-14T09:08:32.560Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/templates/usage-cards
6
+ *Captured:* 2026-02-23T13:48:40.771Z
7
7
 
8
8
  ## Data usage cards
9
9
 
@@ -0,0 +1,191 @@
1
+ # classNames
2
+
3
+ *Category:* Utilities
4
+ *Section:* Helper
5
+ *Source:* https://uikit.developers.rio.cloud/#/utilities/classNames
6
+ *Captured:* 2026-02-23T13:48:46.044Z
7
+
8
+ Small utility for composing CSS classes from optional string arguments. It keeps the common case readable without adding third-party runtime behavior.
9
+
10
+ ## classNames
11
+
12
+ Use it for patterns like: classNames('base-class', isActive && 'active', className).
13
+
14
+ **Migration Note**
15
+
16
+ The old third-party classnames API also supported object-based syntax where object keys became class names. This worked, but it was harder to read and unnecessarily complex because the class name lived in the object key instead of being a direct argument.
17
+
18
+ ```tsx
19
+ classNames('base', { inverse: isInverse, double: isDoubleSized });
20
+ classNames('base', { 'cursor-pointer': clickable }, className);
21
+ ```
22
+
23
+ ```tsx
24
+ classNames('base', isInverse && 'inverse', isDoubleSized && 'double');
25
+ classNames('base', clickable && 'cursor-pointer', className);
26
+ ```
27
+
28
+ ### Example: This class string is built from optional className arguments.
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
39
+ This class string is built from optional className arguments.
40
+ text-size-12 text-color-dark margin-bottom-20 border rounded padding-5 text-left
41
+
42
+ #### React (tsx)
43
+
44
+ ```tsx
45
+ import { useState } from 'react';
46
+
47
+ import Button from '@rio-cloud/rio-uikit/Button';
48
+ import Checkbox from '@rio-cloud/rio-uikit/Checkbox';
49
+ import classNames from '@rio-cloud/rio-uikit/classNames';
50
+
51
+ const alignOptions = ['text-left', 'text-center', 'text-right'] as const;
52
+ type AlignOption = (typeof alignOptions)[number];
53
+
54
+ export default () => {
55
+ const [alignClassName, setAlignClassName] = useState<AlignOption>('text-left');
56
+ const [withBorder, setWithBorder] = useState(true);
57
+
58
+ const demoClasses = classNames(
59
+ 'text-size-12',
60
+ 'text-color-dark',
61
+ 'margin-bottom-20',
62
+ withBorder && 'border rounded padding-5',
63
+ alignClassName
64
+ );
65
+
66
+ return (
67
+ <div>
68
+ <div className='display-flex gap-15 align-items-center margin-bottom-25'>
69
+ <div className='btn-group'>
70
+ {alignOptions.map(option => (
71
+ <Button
72
+ key={option}
73
+ className={`btn btn-default btn-sm ${option === alignClassName ? 'active' : ''}`}
74
+ onClick={() => setAlignClassName(option)}
75
+ >
76
+ {option}
77
+ </Button>
78
+ ))}
79
+ </div>
80
+ <Checkbox checked={withBorder} onChange={event => setWithBorder(event.target.checked)}>
81
+ Include optional border class
82
+ </Checkbox>
83
+ </div>
84
+
85
+ <div>
86
+ <div className={demoClasses}>This class string is built from optional className arguments.</div>
87
+ <code className='word-break-all'>{demoClasses}</code>
88
+ </div>
89
+ </div>
90
+ );
91
+ };
92
+ ```
93
+
94
+ #### HTML (html)
95
+
96
+ ```html
97
+ <div>
98
+ <div class="display-flex gap-15 align-items-center margin-bottom-25">
99
+ <div class="btn-group">
100
+ <button type="button" class="btn btn-default btn-component btn btn-default btn-sm active" tabindex="0">text-left</button>
101
+ <button type="button" class="btn btn-default btn-component btn btn-default btn-sm " tabindex="0">text-center</button>
102
+ <button type="button" class="btn btn-default btn-component btn btn-default btn-sm " tabindex="0">text-right</button>
103
+ </div>
104
+ <label class="checkbox" tabindex="0">
105
+ <input type="checkbox" class="" checked="">
106
+ <span class="checkbox-text">
107
+ <span>Include optional border class</span>
108
+ </span>
109
+ </label>
110
+ </div>
111
+ <div>
112
+ <div class="text-size-12 text-color-dark margin-bottom-20 border rounded padding-5 text-left">This class string is built from optional className arguments.</div>
113
+ <code class="word-break-all">text-size-12 text-color-dark margin-bottom-20 border rounded padding-5 text-left</code>
114
+ </div>
115
+ </div>
116
+ ```
117
+
118
+ ## mergeClassNameOverrides
119
+
120
+ For utility-class based styling, use mergeClassNameOverrides(defaults, overrides) to replace matching groups like margin, padding, text-size, and text-color while preserving other defaults.
121
+
122
+ ### Example: Example 2
123
+
124
+ Override classes
125
+ Default: padding-x-20 padding-y-20 margin-bottom-20 text-size-16 text-color-dark border rounded
126
+ 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.
135
+
136
+ #### React (tsx)
137
+
138
+ ```tsx
139
+ import { useState } from 'react';
140
+
141
+ import { mergeClassNameOverrides } from '@rio-cloud/rio-uikit/mergeClassNameOverrides';
142
+
143
+ export default () => {
144
+ const [overrides, setOverrides] = useState('padding-y-10 margin-bottom-0 text-color-gray');
145
+
146
+ const defaultClassNames = 'padding-x-20 padding-y-20 margin-bottom-20 text-size-16 text-color-dark border rounded';
147
+
148
+ const mergedClassNames = mergeClassNameOverrides(defaultClassNames, overrides);
149
+
150
+ return (
151
+ <div>
152
+ <div className='form-group margin-bottom-25'>
153
+ <label htmlFor='utility-overrides'>Override classes</label>
154
+ <input
155
+ id='utility-overrides'
156
+ className='form-control'
157
+ value={overrides}
158
+ onChange={event => setOverrides(event.target.value)}
159
+ />
160
+ </div>
161
+ <p className='margin-bottom-5'>
162
+ Default: <code>{defaultClassNames}</code>
163
+ </p>
164
+ <p className='margin-bottom-25'>
165
+ Merged: <code>{mergedClassNames}</code>
166
+ </p>
167
+
168
+ <div className={mergedClassNames}>
169
+ Utility overrides replace matching groups (like <code>padding-y-*</code>, <code>margin-*</code>,{' '}
170
+ <code>text-color-*</code>) and keep unrelated defaults.
171
+ </div>
172
+ </div>
173
+ );
174
+ };
175
+ ```
176
+
177
+ #### HTML (html)
178
+
179
+ ```html
180
+ <div>
181
+ <div class="form-group margin-bottom-25">
182
+ <label for="utility-overrides">Override classes</label>
183
+ <input id="utility-overrides" class="form-control" value="padding-y-10 margin-bottom-0 text-color-gray">
184
+ </div>
185
+ <p class="margin-bottom-5">Default: <code>padding-x-20 padding-y-20 margin-bottom-20 text-size-16 text-color-dark border rounded</code>
186
+ </p>
187
+ <p class="margin-bottom-25">Merged: <code>padding-x-20 text-size-16 border rounded padding-y-10 margin-bottom-0 text-color-gray</code>
188
+ </p>
189
+ <div class="padding-x-20 text-size-16 border rounded padding-y-10 margin-bottom-0 text-color-gray">Utility overrides replace matching groups (like <code>padding-y-*</code>, <code>margin-*</code>, <code>text-color-*</code>) and keep unrelated defaults.</div>
190
+ </div>
191
+ ```
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
- *Source:* https://uikit.developers.rio.cloud/#utilities/deviceUtils
6
- *Captured:* 2026-01-14T09:08:39.325Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/utilities/deviceUtils
6
+ *Captured:* 2026-02-23T13:48:45.695Z
7
7
 
8
8
  Set of utility functions which helps detecting certain devices or functionality.
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
- *Source:* https://uikit.developers.rio.cloud/#utilities/featureToggles
6
- *Captured:* 2026-01-14T09:08:39.999Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/utilities/featureToggles
6
+ *Captured:* 2026-02-23T13:48:46.576Z
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
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  *Category:* Utilities
4
4
  *Section:* Helper
5
- *Source:* https://uikit.developers.rio.cloud/#utilities/fuelTypeUtils
6
- *Captured:* 2026-01-14T09:08:39.932Z
5
+ *Source:* https://uikit.developers.rio.cloud/#/utilities/fuelTypeUtils
6
+ *Captured:* 2026-02-23T13:48:46.808Z
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