@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:* Content
5
5
  *Source:* https://uikit.developers.rio.cloud/#components/dataTabs
6
- *Captured:* 2026-01-14T09:07:30.689Z
6
+ *Captured:* 2026-02-03T14:04:45.261Z
7
7
 
8
8
  Passing a single tab content component via commonTabContent prop into the DataTabs component allows to update that single component when switching tabs. This comes in handy for instance when you want to animate a graph with different values from each tab.
9
9
 
@@ -155,6 +155,42 @@ export const RouteType = () => (
155
155
  </div>
156
156
  ```
157
157
 
158
+ #### Props: DataTabs
159
+
160
+ ### DataTabs
161
+
162
+ | Name | Type | Default | Description |
163
+ | --- | --- | --- | --- |
164
+ | activeKey | string | '' | Sets key and id. |
165
+ | bordered | boolean | true | Whether the component should add a border. |
166
+ | className | string | — | Additional classes to be set on the wrapper element. |
167
+ | commonTabContent | React.ReactNode | — | Tab content that is used for all tabs. Using a common tab content will ignore any DataTab child. Additionally, there will be no transition when switching tabs as it is a single tab content component. |
168
+ | disableTransition | boolean | false | Transitions between tab contents are enabled by default. Set if you want to disable them. The Navigation tabs will still remain animated. |
169
+ | arrowClassName | string | 'bg-highlight-dark border-color-transparent' | Additional classes to be set on the arrow. |
170
+ | onSelectTab | (tabKey: string) => void | — | Called when a tab is being activated. |
171
+ | tabClassName | string | — | Additional classes to be set on the tab element. |
172
+ | tabHoverClassName | string | 'bg-highlight-decent text-color-darkest' | Utility hover classes to be set on the tab element. |
173
+ | tabActiveClassName | string | 'bg-highlight-dark text-color-white' | Utility active classes to be set on the tab element. |
174
+ | tabFirstChildClassName | string | — | Utility first-child classes to be set on the tab element. |
175
+ | tabLastChildClassName | string | — | Utility last-child classes to be set on the tab element. |
176
+ | tabContentClassName | string | — | Utility content classes to be set on the tab element. |
177
+ | tabsWrapperClassName | string | — | Additional classes to be set on the tabs wrapper element. |
178
+ | vertical | boolean | false | Whether the layout should be vertical. |
179
+
180
+ #### Props: DataTab
181
+
182
+ ### DataTab
183
+
184
+ | Name | Type | Default | Description |
185
+ | --- | --- | --- | --- |
186
+ | active | boolean | false | Whether this tab is the one currently active. |
187
+ | tabKey | string | — | Used to identify the tab. |
188
+ | disableTransition | boolean | false | Whether the transition effect should be disabled. |
189
+ | title | React.ReactNode | — | The content for the tab. |
190
+ | onAnimationStart | VoidFunction | — | Callback for when the animation starts. |
191
+ | onAnimationEnd | VoidFunction | — | Callback for when the animation ends. |
192
+ | className | string | — | Additional classes to be set on the element. |
193
+
158
194
  ### Example: Example 2
159
195
 
160
196
  Vertical layout
@@ -301,6 +337,42 @@ export const RouteType = () => (
301
337
  </div>
302
338
  ```
303
339
 
340
+ #### Props: DataTabs
341
+
342
+ ### DataTabs
343
+
344
+ | Name | Type | Default | Description |
345
+ | --- | --- | --- | --- |
346
+ | activeKey | string | '' | Sets key and id. |
347
+ | bordered | boolean | true | Whether the component should add a border. |
348
+ | className | string | — | Additional classes to be set on the wrapper element. |
349
+ | commonTabContent | React.ReactNode | — | Tab content that is used for all tabs. Using a common tab content will ignore any DataTab child. Additionally, there will be no transition when switching tabs as it is a single tab content component. |
350
+ | disableTransition | boolean | false | Transitions between tab contents are enabled by default. Set if you want to disable them. The Navigation tabs will still remain animated. |
351
+ | arrowClassName | string | 'bg-highlight-dark border-color-transparent' | Additional classes to be set on the arrow. |
352
+ | onSelectTab | (tabKey: string) => void | — | Called when a tab is being activated. |
353
+ | tabClassName | string | — | Additional classes to be set on the tab element. |
354
+ | tabHoverClassName | string | 'bg-highlight-decent text-color-darkest' | Utility hover classes to be set on the tab element. |
355
+ | tabActiveClassName | string | 'bg-highlight-dark text-color-white' | Utility active classes to be set on the tab element. |
356
+ | tabFirstChildClassName | string | — | Utility first-child classes to be set on the tab element. |
357
+ | tabLastChildClassName | string | — | Utility last-child classes to be set on the tab element. |
358
+ | tabContentClassName | string | — | Utility content classes to be set on the tab element. |
359
+ | tabsWrapperClassName | string | — | Additional classes to be set on the tabs wrapper element. |
360
+ | vertical | boolean | false | Whether the layout should be vertical. |
361
+
362
+ #### Props: DataTab
363
+
364
+ ### DataTab
365
+
366
+ | Name | Type | Default | Description |
367
+ | --- | --- | --- | --- |
368
+ | active | boolean | false | Whether this tab is the one currently active. |
369
+ | tabKey | string | — | Used to identify the tab. |
370
+ | disableTransition | boolean | false | Whether the transition effect should be disabled. |
371
+ | title | React.ReactNode | — | The content for the tab. |
372
+ | onAnimationStart | VoidFunction | — | Callback for when the animation starts. |
373
+ | onAnimationEnd | VoidFunction | — | Callback for when the animation ends. |
374
+ | className | string | — | Additional classes to be set on the element. |
375
+
304
376
  ## DataTabs inside an ExpanderPanel and custom color
305
377
 
306
378
  ### Example: Example 3
@@ -496,6 +568,42 @@ export const RouteType = () => (
496
568
  </div>
497
569
  ```
498
570
 
571
+ #### Props: DataTabs
572
+
573
+ ### DataTabs
574
+
575
+ | Name | Type | Default | Description |
576
+ | --- | --- | --- | --- |
577
+ | activeKey | string | '' | Sets key and id. |
578
+ | bordered | boolean | true | Whether the component should add a border. |
579
+ | className | string | — | Additional classes to be set on the wrapper element. |
580
+ | commonTabContent | React.ReactNode | — | Tab content that is used for all tabs. Using a common tab content will ignore any DataTab child. Additionally, there will be no transition when switching tabs as it is a single tab content component. |
581
+ | disableTransition | boolean | false | Transitions between tab contents are enabled by default. Set if you want to disable them. The Navigation tabs will still remain animated. |
582
+ | arrowClassName | string | 'bg-highlight-dark border-color-transparent' | Additional classes to be set on the arrow. |
583
+ | onSelectTab | (tabKey: string) => void | — | Called when a tab is being activated. |
584
+ | tabClassName | string | — | Additional classes to be set on the tab element. |
585
+ | tabHoverClassName | string | 'bg-highlight-decent text-color-darkest' | Utility hover classes to be set on the tab element. |
586
+ | tabActiveClassName | string | 'bg-highlight-dark text-color-white' | Utility active classes to be set on the tab element. |
587
+ | tabFirstChildClassName | string | — | Utility first-child classes to be set on the tab element. |
588
+ | tabLastChildClassName | string | — | Utility last-child classes to be set on the tab element. |
589
+ | tabContentClassName | string | — | Utility content classes to be set on the tab element. |
590
+ | tabsWrapperClassName | string | — | Additional classes to be set on the tabs wrapper element. |
591
+ | vertical | boolean | false | Whether the layout should be vertical. |
592
+
593
+ #### Props: DataTab
594
+
595
+ ### DataTab
596
+
597
+ | Name | Type | Default | Description |
598
+ | --- | --- | --- | --- |
599
+ | active | boolean | false | Whether this tab is the one currently active. |
600
+ | tabKey | string | — | Used to identify the tab. |
601
+ | disableTransition | boolean | false | Whether the transition effect should be disabled. |
602
+ | title | React.ReactNode | — | The content for the tab. |
603
+ | onAnimationStart | VoidFunction | — | Callback for when the animation starts. |
604
+ | onAnimationEnd | VoidFunction | — | Callback for when the animation ends. |
605
+ | className | string | — | Additional classes to be set on the element. |
606
+
499
607
  ## DataTabs with shared common tab content and custom styling
500
608
 
501
609
  ### Example: Example 4
@@ -767,7 +875,7 @@ export const RouteType = () => (
767
875
  </g>
768
876
  <g tabindex="-1">
769
877
  <g class="recharts-layer recharts-line">
770
- <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r5:" height="140" width="470" class="recharts-curve recharts-line-curve" stroke-dasharray="467.2336px 0.00004257812497598934px" d="M45,23.75C67.778,45.625,90.556,67.5,113.333,67.5C136.111,67.5,158.889,33.375,181.667,33.375C204.444,33.375,227.222,64.292,250,67.5C272.778,70.708,295.556,72.313,318.333,72.313C341.111,72.313,363.889,15,386.667,15C409.444,15,432.222,19.375,455,23.75">
878
+ <path stroke="#67abc5 " fill="none" stroke-width="1" id="recharts-line-:r5:" height="140" width="470" class="recharts-curve recharts-line-curve" stroke-dasharray="431.9348px 0.000014453125004365575px" d="M45,23.75C67.778,28.563,90.556,33.375,113.333,33.375C136.111,33.375,158.889,15,181.667,15C204.444,15,227.222,33.375,250,33.375C272.778,33.375,295.556,15,318.333,15C341.111,15,363.889,50.438,386.667,50.438C409.444,50.438,432.222,41.906,455,33.375">
771
879
  </path>
772
880
  </g>
773
881
  </g>
@@ -813,17 +921,17 @@ export const RouteType = () => (
813
921
  <g class="recharts-layer recharts-line-dots">
814
922
  <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="45" cy="23.75" class="recharts-dot recharts-line-dot">
815
923
  </circle>
816
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="113.33333333333333" cy="67.5" class="recharts-dot recharts-line-dot">
924
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="113.33333333333333" cy="33.375" class="recharts-dot recharts-line-dot">
817
925
  </circle>
818
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="181.66666666666666" cy="33.375" class="recharts-dot recharts-line-dot">
926
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="181.66666666666666" cy="15" class="recharts-dot recharts-line-dot">
819
927
  </circle>
820
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="250" cy="67.5" class="recharts-dot recharts-line-dot">
928
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="250" cy="33.375" class="recharts-dot recharts-line-dot">
821
929
  </circle>
822
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="318.3333333333333" cy="72.3125" class="recharts-dot recharts-line-dot">
930
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="318.3333333333333" cy="15" class="recharts-dot recharts-line-dot">
823
931
  </circle>
824
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="386.66666666666663" cy="15" class="recharts-dot recharts-line-dot">
932
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="386.66666666666663" cy="50.43750000000001" class="recharts-dot recharts-line-dot">
825
933
  </circle>
826
- <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="455" cy="23.75" class="recharts-dot recharts-line-dot">
934
+ <circle r="3" stroke="#67abc5 " fill="#fff" stroke-width="1" height="140" width="470" cx="455" cy="33.375" class="recharts-dot recharts-line-dot">
827
935
  </circle>
828
936
  </g>
829
937
  </g>
@@ -892,6 +1000,42 @@ export const RouteType = () => (
892
1000
  <button type="button" class="btn btn-default btn-toggle btn-component" tabindex="0">Hide last tab</button>
893
1001
  ```
894
1002
 
1003
+ #### Props: DataTabs
1004
+
1005
+ ### DataTabs
1006
+
1007
+ | Name | Type | Default | Description |
1008
+ | --- | --- | --- | --- |
1009
+ | activeKey | string | '' | Sets key and id. |
1010
+ | bordered | boolean | true | Whether the component should add a border. |
1011
+ | className | string | — | Additional classes to be set on the wrapper element. |
1012
+ | commonTabContent | React.ReactNode | — | Tab content that is used for all tabs. Using a common tab content will ignore any DataTab child. Additionally, there will be no transition when switching tabs as it is a single tab content component. |
1013
+ | disableTransition | boolean | false | Transitions between tab contents are enabled by default. Set if you want to disable them. The Navigation tabs will still remain animated. |
1014
+ | arrowClassName | string | 'bg-highlight-dark border-color-transparent' | Additional classes to be set on the arrow. |
1015
+ | onSelectTab | (tabKey: string) => void | — | Called when a tab is being activated. |
1016
+ | tabClassName | string | — | Additional classes to be set on the tab element. |
1017
+ | tabHoverClassName | string | 'bg-highlight-decent text-color-darkest' | Utility hover classes to be set on the tab element. |
1018
+ | tabActiveClassName | string | 'bg-highlight-dark text-color-white' | Utility active classes to be set on the tab element. |
1019
+ | tabFirstChildClassName | string | — | Utility first-child classes to be set on the tab element. |
1020
+ | tabLastChildClassName | string | — | Utility last-child classes to be set on the tab element. |
1021
+ | tabContentClassName | string | — | Utility content classes to be set on the tab element. |
1022
+ | tabsWrapperClassName | string | — | Additional classes to be set on the tabs wrapper element. |
1023
+ | vertical | boolean | false | Whether the layout should be vertical. |
1024
+
1025
+ #### Props: DataTab
1026
+
1027
+ ### DataTab
1028
+
1029
+ | Name | Type | Default | Description |
1030
+ | --- | --- | --- | --- |
1031
+ | active | boolean | false | Whether this tab is the one currently active. |
1032
+ | tabKey | string | — | Used to identify the tab. |
1033
+ | disableTransition | boolean | false | Whether the transition effect should be disabled. |
1034
+ | title | React.ReactNode | — | The content for the tab. |
1035
+ | onAnimationStart | VoidFunction | — | Callback for when the animation starts. |
1036
+ | onAnimationEnd | VoidFunction | — | Callback for when the animation ends. |
1037
+ | className | string | — | Additional classes to be set on the element. |
1038
+
895
1039
  ### Example: Example 5
896
1040
 
897
1041
  Data Set 1Data Set 2
@@ -1078,4 +1222,40 @@ export default () => {
1078
1222
  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>
1079
1223
  </div>
1080
1224
  </div>
1081
- ```
1225
+ ```
1226
+
1227
+ #### Props: DataTabs
1228
+
1229
+ ### DataTabs
1230
+
1231
+ | Name | Type | Default | Description |
1232
+ | --- | --- | --- | --- |
1233
+ | activeKey | string | '' | Sets key and id. |
1234
+ | bordered | boolean | true | Whether the component should add a border. |
1235
+ | className | string | — | Additional classes to be set on the wrapper element. |
1236
+ | commonTabContent | React.ReactNode | — | Tab content that is used for all tabs. Using a common tab content will ignore any DataTab child. Additionally, there will be no transition when switching tabs as it is a single tab content component. |
1237
+ | disableTransition | boolean | false | Transitions between tab contents are enabled by default. Set if you want to disable them. The Navigation tabs will still remain animated. |
1238
+ | arrowClassName | string | 'bg-highlight-dark border-color-transparent' | Additional classes to be set on the arrow. |
1239
+ | onSelectTab | (tabKey: string) => void | — | Called when a tab is being activated. |
1240
+ | tabClassName | string | — | Additional classes to be set on the tab element. |
1241
+ | tabHoverClassName | string | 'bg-highlight-decent text-color-darkest' | Utility hover classes to be set on the tab element. |
1242
+ | tabActiveClassName | string | 'bg-highlight-dark text-color-white' | Utility active classes to be set on the tab element. |
1243
+ | tabFirstChildClassName | string | — | Utility first-child classes to be set on the tab element. |
1244
+ | tabLastChildClassName | string | — | Utility last-child classes to be set on the tab element. |
1245
+ | tabContentClassName | string | — | Utility content classes to be set on the tab element. |
1246
+ | tabsWrapperClassName | string | — | Additional classes to be set on the tabs wrapper element. |
1247
+ | vertical | boolean | false | Whether the layout should be vertical. |
1248
+
1249
+ #### Props: DataTab
1250
+
1251
+ ### DataTab
1252
+
1253
+ | Name | Type | Default | Description |
1254
+ | --- | --- | --- | --- |
1255
+ | active | boolean | false | Whether this tab is the one currently active. |
1256
+ | tabKey | string | — | Used to identify the tab. |
1257
+ | disableTransition | boolean | false | Whether the transition effect should be disabled. |
1258
+ | title | React.ReactNode | — | The content for the tab. |
1259
+ | onAnimationStart | VoidFunction | — | Callback for when the animation starts. |
1260
+ | onAnimationEnd | VoidFunction | — | Callback for when the animation ends. |
1261
+ | className | string | — | Additional classes to be set on the element. |