@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:* CSS Only
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/chat
6
- *Captured:* 2026-01-14T09:07:54.061Z
6
+ *Captured:* 2026-02-03T14:05:10.351Z
7
7
 
8
8
  The chat component is a pure CSS component.
9
9
 
@@ -524,7 +524,7 @@ export default () => {
524
524
 
525
525
  ```html
526
526
  <div class="display-flex flex-column height-600 position-relative padding-right-5 overflow-hidden">
527
- <div class="position-absolute left-0 right-0 justify-content-center display-flex z-index-1" style="opacity: 0; top: -28.0384px; transform: none;">
527
+ <div class="position-absolute left-0 right-0 justify-content-center display-flex z-index-1" style="opacity: 0; top: -41.5391px; transform: none;">
528
528
  <div class="rounded-circle bg-primary text-color-white text-center padding-x-10 padding-y-5 cursor-pointer shadow-smooth">Older messages</div>
529
529
  </div>
530
530
  <div class="scrollbar-fly-in smooth-scrollbar-wrapper" style="position: relative; overflow: hidden; width: 100%; height: 100%;">
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/checkbox
6
- *Captured:* 2026-01-14T09:07:01.013Z
6
+ *Captured:* 2026-02-03T14:04:13.543Z
7
7
 
8
8
  ## Checkbox
9
9
 
@@ -333,12 +333,17 @@ export default () => (
333
333
  </div>
334
334
  ```
335
335
 
336
- #### Props
336
+ #### Props (json)
337
337
 
338
- | Name | Type | Default | Description |
339
- | --- | --- | --- | --- |
340
- | iconLabelPosition | 'horizontal' \| 'vertical | — | — |
341
- | tabIndex | | | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
338
+ ```json
339
+ <div className='checkbox-text-wrapper display-flex justify-content-between'>
340
+ <div className='margin-right-15'>
341
+ <div className='text-medium text-size-16 text-color-darker'>Option 1</div>
342
+ <div className='text-color-dark'>This option is a first option</div>
343
+ </div>
344
+ <div className='checkbox-text' />
345
+ </div>
346
+ ```
342
347
 
343
348
  ## Controlled example
344
349
 
@@ -410,12 +415,17 @@ export default () => {
410
415
  </div>
411
416
  ```
412
417
 
413
- #### Props
418
+ #### Props (json)
414
419
 
415
- | Name | Type | Default | Description |
416
- | --- | --- | --- | --- |
417
- | iconLabelPosition | 'horizontal' \| 'vertical | — | — |
418
- | tabIndex | | | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
420
+ ```json
421
+ <div className='checkbox-text-wrapper display-flex justify-content-between'>
422
+ <div className='margin-right-15'>
423
+ <div className='text-medium text-size-16 text-color-darker'>Option 1</div>
424
+ <div className='text-color-dark'>This option is a first option</div>
425
+ </div>
426
+ <div className='checkbox-text' />
427
+ </div>
428
+ ```
419
429
 
420
430
  ## Custom card example
421
431
 
@@ -628,12 +638,17 @@ export default () => {
628
638
  </form>
629
639
  ```
630
640
 
631
- #### Props
641
+ #### Props (json)
632
642
 
633
- | Name | Type | Default | Description |
634
- | --- | --- | --- | --- |
635
- | iconLabelPosition | 'horizontal' \| 'vertical | — | — |
636
- | tabIndex | | | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
643
+ ```json
644
+ <div className='checkbox-text-wrapper display-flex justify-content-between'>
645
+ <div className='margin-right-15'>
646
+ <div className='text-medium text-size-16 text-color-darker'>Option 1</div>
647
+ <div className='text-color-dark'>This option is a first option</div>
648
+ </div>
649
+ <div className='checkbox-text' />
650
+ </div>
651
+ ```
637
652
 
638
653
  ## Custom list example
639
654
 
@@ -775,12 +790,17 @@ export default () => {
775
790
  </fieldset>
776
791
  ```
777
792
 
778
- #### Props
793
+ #### Props (json)
779
794
 
780
- | Name | Type | Default | Description |
781
- | --- | --- | --- | --- |
782
- | iconLabelPosition | 'horizontal' \| 'vertical | — | — |
783
- | tabIndex | | | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
795
+ ```json
796
+ <div className='checkbox-text-wrapper display-flex justify-content-between'>
797
+ <div className='margin-right-15'>
798
+ <div className='text-medium text-size-16 text-color-darker'>Option 1</div>
799
+ <div className='text-color-dark'>This option is a first option</div>
800
+ </div>
801
+ <div className='checkbox-text' />
802
+ </div>
803
+ ```
784
804
 
785
805
  ## Checkbox with custom icon
786
806
 
@@ -888,9 +908,14 @@ export default () => (
888
908
  </div>
889
909
  ```
890
910
 
891
- #### Props
911
+ #### Props (json)
892
912
 
893
- | Name | Type | Default | Description |
894
- | --- | --- | --- | --- |
895
- | iconLabelPosition | 'horizontal' \| 'vertical | — | — |
896
- | tabIndex | | | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
913
+ ```json
914
+ <div className='checkbox-text-wrapper display-flex justify-content-between'>
915
+ <div className='margin-right-15'>
916
+ <div className='text-medium text-size-16 text-color-darker'>Option 1</div>
917
+ <div className='text-color-dark'>This option is a first option</div>
918
+ </div>
919
+ <div className='checkbox-text' />
920
+ </div>
921
+ ```
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Interaction
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/clearableInput
6
- *Captured:* 2026-01-14T09:07:01.032Z
6
+ *Captured:* 2026-02-03T14:04:13.989Z
7
7
 
8
8
  Control, which can be cleared when it has a value.
9
9
 
@@ -374,11 +374,11 @@ export default () => (
374
374
  </div>
375
375
  ```
376
376
 
377
- #### Props
377
+ #### Props (json)
378
378
 
379
- | Name | Type | Default | Description |
380
- | --- | --- | --- | --- |
381
- | tabIndex | | — | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
379
+ ```json
380
+ '-- ### ### ###' or '+49 00 000 00'
381
+ ```
382
382
 
383
383
  ### Example: Example 2
384
384
 
@@ -465,11 +465,11 @@ export default ClearableInputControlled;
465
465
  </div>
466
466
  ```
467
467
 
468
- #### Props
468
+ #### Props (json)
469
469
 
470
- | Name | Type | Default | Description |
471
- | --- | --- | --- | --- |
472
- | tabIndex | | — | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
470
+ ```json
471
+ '-- ### ### ###' or '+49 00 000 00'
472
+ ```
473
473
 
474
474
  ### Example: Example 3
475
475
 
@@ -544,11 +544,11 @@ export default ClearableInputControlledRestricted;
544
544
  </div>
545
545
  ```
546
546
 
547
- #### Props
547
+ #### Props (json)
548
548
 
549
- | Name | Type | Default | Description |
550
- | --- | --- | --- | --- |
551
- | tabIndex | | — | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
549
+ ```json
550
+ '-- ### ### ###' or '+49 00 000 00'
551
+ ```
552
552
 
553
553
  ## ClearableInput with input mask
554
554
 
@@ -695,8 +695,8 @@ export default () => {
695
695
  </div>
696
696
  ```
697
697
 
698
- #### Props
698
+ #### Props (json)
699
699
 
700
- | Name | Type | Default | Description |
701
- | --- | --- | --- | --- |
702
- | tabIndex | | — | The tabindex attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation. See tabIndex |
700
+ ```json
701
+ '-- ### ### ###' or '+49 00 000 00'
702
+ ```
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Show/Hide
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/collapse
6
- *Captured:* 2026-01-14T09:07:08.453Z
6
+ *Captured:* 2026-02-03T14:04:23.050Z
7
7
 
8
8
  The Collapse component folds and unfolds given content. It is used in some other components such as the ExpanderPanel and ExpanderList.
9
9
 
@@ -83,7 +83,7 @@ export default () => {
83
83
  <div class="margin-bottom-15">
84
84
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pharetra dui eget massa efficitur aliquam condimentum in felis. Integer eget metus vel nunc efficitur iaculis. Vivamus elementum ante et est sagittis semper. Ut consectetur enim nec tortor scelerisque tincidunt. Fusce ac ligula bibendum, rutrum libero quis, viverra sem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Duis ut hendrerit massa, in molestie elit. Sed vitae orci ac purus volutpat posuere ac ut neque. Mauris ante orci, semper finibus lorem in, fringilla pretium velit.</div>
85
85
  <div class="dropdown btn-group">
86
- <button type="button" id="nodispi0hee" class="btn btn-default btn-md btn-component dropdown-toggle" tabindex="0">Dropdown<span class="caret">
86
+ <button type="button" id="6qynxk6hkce" class="btn btn-default btn-md btn-component dropdown-toggle" tabindex="0">Dropdown<span class="caret">
87
87
  </span>
88
88
  </button>
89
89
  </div>
@@ -94,6 +94,18 @@ export default () => {
94
94
  </div>
95
95
  ```
96
96
 
97
+ #### Props
98
+
99
+ | Name | Type | Default | Description |
100
+ | --- | --- | --- | --- |
101
+ | open | boolean \| undefined | false | Show the component and triggers the expand or collapse animation. |
102
+ | unmountOnExit | boolean | — | Unmount the component (remove it from the DOM) when it is collapsed. |
103
+ | appear | boolean | false | Run the expand animation when the component mounts, if it is initially shown. |
104
+ | timeout | number | 270 | Duration of the collapse animation in milliseconds. |
105
+ | onEntered | () => void | — | Callback fired after the component has expanded. |
106
+ | onExited | () => void | — | Callback fired after the component has collapsed. |
107
+ | onAnimationStart | () => void | — | Callback fired when the animation starts for either expand or collapse. |
108
+
97
109
  ### Example: Content will be removed from the DOM when it is collapsed and mounted again on show
98
110
 
99
111
  Content will be removed from the DOM when it is collapsed and mounted again on show
@@ -160,4 +172,16 @@ export default () => {
160
172
  </div>
161
173
  </div>
162
174
  </div>
163
- ```
175
+ ```
176
+
177
+ #### Props
178
+
179
+ | Name | Type | Default | Description |
180
+ | --- | --- | --- | --- |
181
+ | open | boolean \| undefined | false | Show the component and triggers the expand or collapse animation. |
182
+ | unmountOnExit | boolean | — | Unmount the component (remove it from the DOM) when it is collapsed. |
183
+ | appear | boolean | false | Run the expand animation when the component mounts, if it is initially shown. |
184
+ | timeout | number | 270 | Duration of the collapse animation in milliseconds. |
185
+ | onEntered | () => void | — | Callback fired after the component has expanded. |
186
+ | onExited | () => void | — | Callback fired after the component has collapsed. |
187
+ | onAnimationStart | () => void | — | Callback fired when the animation starts for either expand or collapse. |
@@ -3,7 +3,7 @@
3
3
  *Category:* Components
4
4
  *Section:* Charts
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/composedCharts
6
- *Captured:* 2026-01-14T09:08:18.120Z
6
+ *Captured:* 2026-02-03T14:05:29.367Z
7
7
 
8
8
  ## ComposedChart
9
9
 
@@ -240,7 +240,7 @@ const data: CustomData[] = [
240
240
  <g class="recharts-layer">
241
241
  <defs>
242
242
  <clipPath id="animationClipPath-recharts-area-:r1:">
243
- <rect x="70.41927083333333" y="0" width="71.53671682489494" height="124">
243
+ <rect x="70.41927083333333" y="0" width="59.125674839406074" height="124">
244
244
  </rect>
245
245
  </clipPath>
246
246
  </defs>
@@ -262,33 +262,33 @@ const data: CustomData[] = [
262
262
  <g class="recharts-layer recharts-bar-rectangles">
263
263
  <g class="recharts-layer">
264
264
  <g class="recharts-layer recharts-bar-rectangle">
265
- <path fill-opacity="1" fill="#8e96eb " name="Page A" x="50.0839" y="77.2995" width="40" height="45.7005" class="recharts-rectangle" d="M50.0839,80.2995A 3,3,0,0,1,53.0839,77.2995L 87.0839,77.2995A 3,3,0,0,1,
266
- 90.0839,80.2995L 90.0839,123L 50.0839,123Z">
265
+ <path fill-opacity="1" fill="#8e96eb " name="Page A" x="50.0839" y="79.1557" width="40" height="43.8443" class="recharts-rectangle" d="M50.0839,82.1557A 3,3,0,0,1,53.0839,79.1557L 87.0839,79.1557A 3,3,0,0,1,
266
+ 90.0839,82.1557L 90.0839,123L 50.0839,123Z">
267
267
  </path>
268
268
  </g>
269
269
  <g class="recharts-layer recharts-bar-rectangle">
270
- <path fill-opacity="1" fill="#8e96eb " name="Page B" x="100.9224" y="67.7595" width="40" height="55.2405" class="recharts-rectangle" d="M100.9224,70.7595A 3,3,0,0,1,103.9224,67.7595L 137.9224,67.7595A 3,3,0,0,1,
271
- 140.9224,70.7595L 140.9224,123L 100.9224,123Z">
270
+ <path fill-opacity="1" fill="#8e96eb " name="Page B" x="100.9224" y="70.0032" width="40" height="52.9968" class="recharts-rectangle" d="M100.9224,73.0032A 3,3,0,0,1,103.9224,70.0032L 137.9224,70.0032A 3,3,0,0,1,
271
+ 140.9224,73.0032L 140.9224,123L 100.9224,123Z">
272
272
  </path>
273
273
  </g>
274
274
  <g class="recharts-layer recharts-bar-rectangle">
275
- <path fill-opacity="1" fill="#8e96eb " name="Page C" x="151.7609" y="60.2761" width="40" height="62.7239" class="recharts-rectangle" d="M151.7609,63.2761A 3,3,0,0,1,154.7609,60.2761L 188.7609,60.2761A 3,3,0,0,1,
276
- 191.7609,63.2761L 191.7609,123L 151.7609,123Z">
275
+ <path fill-opacity="1" fill="#8e96eb " name="Page C" x="151.7609" y="62.8237" width="40" height="60.1763" class="recharts-rectangle" d="M151.7609,65.8237A 3,3,0,0,1,154.7609,62.8237L 188.7609,62.8237A 3,3,0,0,1,
276
+ 191.7609,65.8237L 191.7609,123L 151.7609,123Z">
277
277
  </path>
278
278
  </g>
279
279
  <g class="recharts-layer recharts-bar-rectangle">
280
- <path fill-opacity="1" fill="#8e96eb " name="Page D" x="202.5995" y="54.4493" width="40" height="68.5507" class="recharts-rectangle" d="M202.5995,57.4493A 3,3,0,0,1,205.5995,54.4493L 239.5995,54.4493A 3,3,0,0,1,
281
- 242.5995,57.4493L 242.5995,123L 202.5995,123Z">
280
+ <path fill-opacity="1" fill="#8e96eb " name="Page D" x="202.5995" y="57.2335" width="40" height="65.7665" class="recharts-rectangle" d="M202.5995,60.2335A 3,3,0,0,1,205.5995,57.2335L 239.5995,57.2335A 3,3,0,0,1,
281
+ 242.5995,60.2335L 242.5995,123L 202.5995,123Z">
282
282
  </path>
283
283
  </g>
284
284
  <g class="recharts-layer recharts-bar-rectangle">
285
- <path fill-opacity="1" fill="#8e96eb " name="Page E" x="253.438" y="59.7048" width="40" height="63.2952" class="recharts-rectangle" d="M253.438,62.7048A 3,3,0,0,1,256.438,59.7048L 290.438,59.7048A 3,3,0,0,1,
286
- 293.438,62.7048L 293.438,123L 253.438,123Z">
285
+ <path fill-opacity="1" fill="#8e96eb " name="Page E" x="253.438" y="62.2756" width="40" height="60.7244" class="recharts-rectangle" d="M253.438,65.2756A 3,3,0,0,1,256.438,62.2756L 290.438,62.2756A 3,3,0,0,1,
286
+ 293.438,65.2756L 293.438,123L 253.438,123Z">
287
287
  </path>
288
288
  </g>
289
289
  <g class="recharts-layer recharts-bar-rectangle">
290
- <path fill-opacity="1" fill="#8e96eb " name="Page F" x="304.2766" y="84.1546" width="40" height="38.8454" class="recharts-rectangle" d="M304.2766,87.1546A 3,3,0,0,1,307.2766,84.1546L 341.2766,84.1546A 3,3,0,0,1,
291
- 344.2766,87.1546L 344.2766,123L 304.2766,123Z">
290
+ <path fill-opacity="1" fill="#8e96eb " name="Page F" x="304.2766" y="85.7323" width="40" height="37.2677" class="recharts-rectangle" d="M304.2766,88.7323A 3,3,0,0,1,307.2766,85.7323L 341.2766,85.7323A 3,3,0,0,1,
291
+ 344.2766,88.7323L 344.2766,123L 304.2766,123Z">
292
292
  </path>
293
293
  </g>
294
294
  </g>
@@ -297,7 +297,7 @@ const data: CustomData[] = [
297
297
  </g>
298
298
  <g tabindex="-1">
299
299
  <g class="recharts-layer recharts-line">
300
- <path stroke-width="1" stroke="#30b4c0 " fill="none" id="recharts-line-:r3:" height="108" width="365.03125" class="recharts-curve recharts-line-curve" stroke-dasharray="75.251px 192.13977758789062px" d="M70.419,87.6C87.365,83.295,104.312,78.99,121.258,70.92C138.204,62.85,155.15,42.5,172.096,39.18C189.043,35.86,205.989,35.43,222.935,34.2C239.881,32.97,256.827,31.8,273.773,31.8C290.72,31.8,307.666,35.4,324.612,39">
300
+ <path stroke-width="1" stroke="#30b4c0 " fill="none" id="recharts-line-:r3:" height="108" width="365.03125" class="recharts-curve recharts-line-curve" stroke-dasharray="62.1956px 205.1951775878906px" d="M70.419,87.6C87.365,83.295,104.312,78.99,121.258,70.92C138.204,62.85,155.15,42.5,172.096,39.18C189.043,35.86,205.989,35.43,222.935,34.2C239.881,32.97,256.827,31.8,273.773,31.8C290.72,31.8,307.666,35.4,324.612,39">
301
301
  </path>
302
302
  </g>
303
303
  </g>