@ultraviolet/ui 3.10.2 → 3.11.1

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 (368) hide show
  1. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/asyncToGenerator.js +1 -1
  2. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/defineProperty.js +1 -1
  3. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectSpread2.js +1 -1
  4. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectWithoutProperties.js +1 -1
  5. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
  6. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/toPrimitive.js +1 -1
  7. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/toPropertyKey.js +1 -1
  8. package/dist/_virtual/{_@oxc-project_runtime@0.113.0 → _@oxc-project_runtime@0.114.0}/helpers/typeof.js +1 -1
  9. package/dist/components/ActionBar/index.js +2 -2
  10. package/dist/components/Alert/index.js +2 -2
  11. package/dist/components/Avatar/index.js +3 -3
  12. package/dist/components/Avatar/styles.css.js +1 -0
  13. package/dist/components/Avatar/variables.css.js +0 -2
  14. package/dist/components/Badge/index.js +1 -1
  15. package/dist/components/Banner/index.js +2 -2
  16. package/dist/components/BarChart/Tooltip.js +1 -1
  17. package/dist/components/BarChart/index.js +2 -2
  18. package/dist/components/BarStack/index.js +1 -1
  19. package/dist/components/Breadcrumbs/components/Item.js +1 -1
  20. package/dist/components/Bullet/index.js +1 -1
  21. package/dist/components/Button/index.js +2 -2
  22. package/dist/components/Card/index.js +1 -1
  23. package/dist/components/Carousel/index.js +2 -2
  24. package/dist/components/Checkbox/CheckboxIconContainer.d.ts +4 -0
  25. package/dist/components/Checkbox/CheckboxIconContainer.d.ts.map +1 -0
  26. package/dist/components/Checkbox/CheckboxIconContainer.js +38 -0
  27. package/dist/components/Checkbox/index.d.ts +1 -0
  28. package/dist/components/Checkbox/index.d.ts.map +1 -1
  29. package/dist/components/Checkbox/index.js +9 -37
  30. package/dist/components/Checkbox/styles.css.d.ts +3 -3
  31. package/dist/components/Checkbox/styles.css.d.ts.map +1 -1
  32. package/dist/components/Checkbox/styles.css.js +19 -8
  33. package/dist/components/CheckboxGroup/index.d.ts +2 -2
  34. package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
  35. package/dist/components/CheckboxGroup/index.js +4 -3
  36. package/dist/components/Chip/index.js +1 -1
  37. package/dist/components/DateInput/components/CalendarContent.js +1 -1
  38. package/dist/components/DateInput/components/CalendarMonthly.js +1 -1
  39. package/dist/components/DateInput/index.js +1 -1
  40. package/dist/components/Dialog/index.js +1 -1
  41. package/dist/components/Drawer/index.js +1 -1
  42. package/dist/components/EmptyState/index.js +1 -1
  43. package/dist/components/Expandable/index.js +2 -2
  44. package/dist/components/ExpandableCard/index.js +2 -2
  45. package/dist/components/FileInput/components/Button.js +2 -2
  46. package/dist/components/GlobalAlert/GlobalAlertLink.js +1 -1
  47. package/dist/components/GlobalAlert/index.js +1 -1
  48. package/dist/components/InfiniteScroll/index.js +1 -1
  49. package/dist/components/Key/index.js +1 -1
  50. package/dist/components/Label/index.js +1 -1
  51. package/dist/components/LineChart/CustomLegend.js +2 -2
  52. package/dist/components/LineChart/index.js +2 -2
  53. package/dist/components/Link/index.js +4 -4
  54. package/dist/components/List/Cell.js +2 -2
  55. package/dist/components/List/HeaderCell.js +3 -3
  56. package/dist/components/List/HeaderRow.js +1 -1
  57. package/dist/components/List/ListContext.js +3 -3
  58. package/dist/components/List/Row.js +5 -5
  59. package/dist/components/List/SelectBar.js +1 -1
  60. package/dist/components/List/SkeletonRows.js +2 -2
  61. package/dist/components/List/index.js +1 -1
  62. package/dist/components/List/styles.css.js +0 -1
  63. package/dist/components/Loader/index.js +2 -2
  64. package/dist/components/Menu/MenuContent.js +1 -1
  65. package/dist/components/Menu/components/Item.d.ts +1 -0
  66. package/dist/components/Menu/components/Item.d.ts.map +1 -1
  67. package/dist/components/Menu/components/Item.js +28 -8
  68. package/dist/components/Menu/index.d.ts +1 -0
  69. package/dist/components/Menu/index.d.ts.map +1 -1
  70. package/dist/components/Menu/index.js +2 -2
  71. package/dist/components/Modal/components/Dialog.js +2 -2
  72. package/dist/components/Notice/index.js +1 -1
  73. package/dist/components/Notification/Notification.js +1 -1
  74. package/dist/components/Notification/NotificationContainer.js +1 -1
  75. package/dist/components/NumberInput/index.js +1 -1
  76. package/dist/components/Pagination/PaginationButtons.js +1 -1
  77. package/dist/components/PasswordCheck/index.js +1 -1
  78. package/dist/components/PieChart/index.js +2 -2
  79. package/dist/components/Popover/index.js +1 -1
  80. package/dist/components/Popup/index.js +2 -2
  81. package/dist/components/ProgressBar/index.js +1 -1
  82. package/dist/components/ProgressBar/styles.css.js +0 -1
  83. package/dist/components/ProgressBar/variables.css.js +2 -0
  84. package/dist/components/Radio/index.js +1 -1
  85. package/dist/components/Radio/styles.css.js +0 -1
  86. package/dist/components/RadioGroup/index.js +2 -2
  87. package/dist/components/Row/index.js +3 -3
  88. package/dist/components/SearchInput/index.js +1 -1
  89. package/dist/components/SelectInput/components/Dropdown.js +4 -4
  90. package/dist/components/SelectInput/components/SearchBarDropdown.js +3 -3
  91. package/dist/components/SelectInput/components/SelectBar.js +2 -2
  92. package/dist/components/SelectInput/index.js +1 -1
  93. package/dist/components/SelectableCard/IllustrationContainer.d.ts +1 -1
  94. package/dist/components/SelectableCard/IllustrationContainer.js +2 -2
  95. package/dist/components/SelectableCard/MultiStateInput.js +1 -1
  96. package/dist/components/SelectableCard/SelectableCard.js +2 -2
  97. package/dist/components/SelectableCardGroup/index.js +1 -1
  98. package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +1 -1
  99. package/dist/components/SelectableCardOptionGroup/components/Image.js +1 -1
  100. package/dist/components/SelectableCardOptionGroup/components/Option.js +2 -2
  101. package/dist/components/Separator/index.js +1 -1
  102. package/dist/components/Skeleton/index.js +1 -1
  103. package/dist/components/Slider/components/DoubleSlider.js +2 -2
  104. package/dist/components/Slider/components/SingleSlider.js +3 -3
  105. package/dist/components/Snippet/index.js +2 -2
  106. package/dist/components/Stack/index.js +3 -3
  107. package/dist/components/Status/index.js +1 -1
  108. package/dist/components/StepList/index.js +1 -1
  109. package/dist/components/Stepper/Step.js +1 -1
  110. package/dist/components/Stepper/index.js +2 -2
  111. package/dist/components/SwitchButton/Option.js +1 -1
  112. package/dist/components/SwitchButton/index.js +1 -1
  113. package/dist/components/Table/Cell.js +2 -2
  114. package/dist/components/Table/HeaderCell.js +2 -2
  115. package/dist/components/Table/HeaderRow.js +1 -1
  116. package/dist/components/Table/Row.js +5 -5
  117. package/dist/components/Table/TableContext.js +2 -2
  118. package/dist/components/Table/index.js +1 -1
  119. package/dist/components/Tabs/Tab.js +3 -3
  120. package/dist/components/Tabs/TabMenu.js +3 -3
  121. package/dist/components/Tabs/TabMenuItem.js +2 -2
  122. package/dist/components/Tabs/index.d.ts +1 -0
  123. package/dist/components/Tabs/index.js +3 -3
  124. package/dist/components/Tag/index.js +1 -1
  125. package/dist/components/TagInput/index.js +2 -2
  126. package/dist/components/TagList/index.js +2 -2
  127. package/dist/components/Text/index.js +3 -3
  128. package/dist/components/Text/style.css.js +0 -1
  129. package/dist/components/Text/variables.css.js +2 -0
  130. package/dist/components/TextArea/index.js +2 -2
  131. package/dist/components/TextInput/index.js +1 -1
  132. package/dist/components/TimeInput/index.js +1 -1
  133. package/dist/components/Toaster/Toaster.js +1 -1
  134. package/dist/components/Toaster/ToasterContainer.js +1 -1
  135. package/dist/components/Toggle/index.js +1 -1
  136. package/dist/components/ToggleGroup/index.js +1 -1
  137. package/dist/components/Tooltip/index.js +1 -1
  138. package/dist/components/TreeMapChart/index.js +3 -3
  139. package/dist/components/UnitInput/index.js +2 -2
  140. package/dist/components/VerificationCode/index.js +1 -1
  141. package/dist/components/compositions/CodeEditor/index.d.ts +40 -0
  142. package/dist/components/compositions/CodeEditor/index.d.ts.map +1 -0
  143. package/dist/components/compositions/CodeEditor/index.js +129 -0
  144. package/dist/components/compositions/CodeEditor/styles.css.d.ts +19 -0
  145. package/dist/components/compositions/CodeEditor/styles.css.d.ts.map +1 -0
  146. package/dist/components/compositions/CodeEditor/styles.css.js +30 -0
  147. package/dist/components/compositions/ContentCard/Content.d.ts +13 -0
  148. package/dist/components/compositions/ContentCard/Content.d.ts.map +1 -0
  149. package/dist/components/compositions/ContentCard/Content.js +65 -0
  150. package/dist/components/compositions/ContentCard/Skeleton.d.ts +6 -0
  151. package/dist/components/compositions/ContentCard/Skeleton.d.ts.map +1 -0
  152. package/dist/components/compositions/ContentCard/Skeleton.js +33 -0
  153. package/dist/components/compositions/ContentCard/index.d.ts +8 -0
  154. package/dist/components/compositions/ContentCard/index.d.ts.map +1 -0
  155. package/dist/components/compositions/ContentCard/index.js +80 -0
  156. package/dist/components/compositions/ContentCard/styles.css.d.ts +24 -0
  157. package/dist/components/compositions/ContentCard/styles.css.d.ts.map +1 -0
  158. package/dist/components/compositions/ContentCard/styles.css.js +36 -0
  159. package/dist/components/compositions/ContentCard/type.d.ts +30 -0
  160. package/dist/components/compositions/ContentCard/type.d.ts.map +1 -0
  161. package/dist/components/compositions/ContentCardGroup/Card.d.ts +15 -0
  162. package/dist/components/compositions/ContentCardGroup/Card.d.ts.map +1 -0
  163. package/dist/components/compositions/ContentCardGroup/Card.js +58 -0
  164. package/dist/components/compositions/ContentCardGroup/SkeletonCard.d.ts +2 -0
  165. package/dist/components/compositions/ContentCardGroup/SkeletonCard.d.ts.map +1 -0
  166. package/dist/components/compositions/ContentCardGroup/SkeletonCard.js +30 -0
  167. package/dist/components/compositions/ContentCardGroup/index.d.ts +21 -0
  168. package/dist/components/compositions/ContentCardGroup/index.d.ts.map +1 -0
  169. package/dist/components/compositions/ContentCardGroup/index.js +21 -0
  170. package/dist/components/compositions/ContentCardGroup/styles.css.d.ts +8 -0
  171. package/dist/components/compositions/ContentCardGroup/styles.css.d.ts.map +1 -0
  172. package/dist/components/compositions/ContentCardGroup/styles.css.js +13 -0
  173. package/dist/components/compositions/Conversation/index.d.ts +50 -0
  174. package/dist/components/compositions/Conversation/index.d.ts.map +1 -0
  175. package/dist/components/compositions/Conversation/index.js +53 -0
  176. package/dist/components/compositions/Conversation/styles.css.d.ts +8 -0
  177. package/dist/components/compositions/Conversation/styles.css.d.ts.map +1 -0
  178. package/dist/components/compositions/Conversation/styles.css.js +22 -0
  179. package/dist/components/compositions/CustomerSatisfaction/assets/1-5.js +5 -0
  180. package/dist/components/compositions/CustomerSatisfaction/assets/1-5NB.js +5 -0
  181. package/dist/components/compositions/CustomerSatisfaction/assets/2-5.js +5 -0
  182. package/dist/components/compositions/CustomerSatisfaction/assets/2-5NB.js +5 -0
  183. package/dist/components/compositions/CustomerSatisfaction/assets/3-5.js +5 -0
  184. package/dist/components/compositions/CustomerSatisfaction/assets/3-5NB.js +5 -0
  185. package/dist/components/compositions/CustomerSatisfaction/assets/4-5.js +5 -0
  186. package/dist/components/compositions/CustomerSatisfaction/assets/4-5NB.js +5 -0
  187. package/dist/components/compositions/CustomerSatisfaction/assets/5-5.js +5 -0
  188. package/dist/components/compositions/CustomerSatisfaction/assets/5-5NB.js +5 -0
  189. package/dist/components/compositions/CustomerSatisfaction/index.d.ts +33 -0
  190. package/dist/components/compositions/CustomerSatisfaction/index.d.ts.map +1 -0
  191. package/dist/components/compositions/CustomerSatisfaction/index.js +89 -0
  192. package/dist/components/compositions/CustomerSatisfaction/styles.css.d.ts +19 -0
  193. package/dist/components/compositions/CustomerSatisfaction/styles.css.d.ts.map +1 -0
  194. package/dist/components/compositions/CustomerSatisfaction/styles.css.js +20 -0
  195. package/dist/components/compositions/EstimateCost/CompactEstimateCost.d.ts +16 -0
  196. package/dist/components/compositions/EstimateCost/CompactEstimateCost.d.ts.map +1 -0
  197. package/dist/components/compositions/EstimateCost/CompactEstimateCost.js +38 -0
  198. package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts +12 -0
  199. package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts.map +1 -0
  200. package/dist/components/compositions/EstimateCost/Components/ContentComponents.js +114 -0
  201. package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.d.ts +10 -0
  202. package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.d.ts.map +1 -0
  203. package/dist/components/compositions/EstimateCost/Components/CustomUnitInput.js +41 -0
  204. package/dist/components/compositions/EstimateCost/Components/Item.d.ts +118 -0
  205. package/dist/components/compositions/EstimateCost/Components/Item.d.ts.map +1 -0
  206. package/dist/components/compositions/EstimateCost/Components/Item.js +168 -0
  207. package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.d.ts +3 -0
  208. package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.d.ts.map +1 -0
  209. package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.js +75 -0
  210. package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts +3 -0
  211. package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts.map +1 -0
  212. package/dist/components/compositions/EstimateCost/Components/ItemPrice.js +54 -0
  213. package/dist/components/compositions/EstimateCost/Components/LineThrough.d.ts +7 -0
  214. package/dist/components/compositions/EstimateCost/Components/LineThrough.d.ts.map +1 -0
  215. package/dist/components/compositions/EstimateCost/Components/LineThrough.js +18 -0
  216. package/dist/components/compositions/EstimateCost/Components/NumberInput.d.ts +11 -0
  217. package/dist/components/compositions/EstimateCost/Components/NumberInput.d.ts.map +1 -0
  218. package/dist/components/compositions/EstimateCost/Components/NumberInput.js +35 -0
  219. package/dist/components/compositions/EstimateCost/Components/Region.d.ts +23 -0
  220. package/dist/components/compositions/EstimateCost/Components/Region.d.ts.map +1 -0
  221. package/dist/components/compositions/EstimateCost/Components/Region.js +38 -0
  222. package/dist/components/compositions/EstimateCost/Components/Regular.d.ts +11 -0
  223. package/dist/components/compositions/EstimateCost/Components/Regular.d.ts.map +1 -0
  224. package/dist/components/compositions/EstimateCost/Components/Regular.js +23 -0
  225. package/dist/components/compositions/EstimateCost/Components/Strong.d.ts +10 -0
  226. package/dist/components/compositions/EstimateCost/Components/Strong.d.ts.map +1 -0
  227. package/dist/components/compositions/EstimateCost/Components/Strong.js +16 -0
  228. package/dist/components/compositions/EstimateCost/Components/Unit.d.ts +11 -0
  229. package/dist/components/compositions/EstimateCost/Components/Unit.d.ts.map +1 -0
  230. package/dist/components/compositions/EstimateCost/Components/Unit.js +50 -0
  231. package/dist/components/compositions/EstimateCost/Components/Zone.d.ts +23 -0
  232. package/dist/components/compositions/EstimateCost/Components/Zone.d.ts.map +1 -0
  233. package/dist/components/compositions/EstimateCost/Components/Zone.js +37 -0
  234. package/dist/components/compositions/EstimateCost/Components/components.css.d.ts +78 -0
  235. package/dist/components/compositions/EstimateCost/Components/components.css.d.ts.map +1 -0
  236. package/dist/components/compositions/EstimateCost/Components/components.css.js +72 -0
  237. package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts +3 -0
  238. package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts.map +1 -0
  239. package/dist/components/compositions/EstimateCost/EstimateCostContent.js +198 -0
  240. package/dist/components/compositions/EstimateCost/EstimateCostProvider.d.ts +26 -0
  241. package/dist/components/compositions/EstimateCost/EstimateCostProvider.d.ts.map +1 -0
  242. package/dist/components/compositions/EstimateCost/EstimateCostProvider.js +33 -0
  243. package/dist/components/compositions/EstimateCost/OverlayComponent.d.ts +27 -0
  244. package/dist/components/compositions/EstimateCost/OverlayComponent.d.ts.map +1 -0
  245. package/dist/components/compositions/EstimateCost/OverlayComponent.js +100 -0
  246. package/dist/components/compositions/EstimateCost/OverlayContext.d.ts +13 -0
  247. package/dist/components/compositions/EstimateCost/OverlayContext.d.ts.map +1 -0
  248. package/dist/components/compositions/EstimateCost/OverlayContext.js +15 -0
  249. package/dist/components/compositions/EstimateCost/constants.d.ts +8 -0
  250. package/dist/components/compositions/EstimateCost/constants.d.ts.map +1 -0
  251. package/dist/components/compositions/EstimateCost/constants.js +26 -0
  252. package/dist/components/compositions/EstimateCost/helper.d.ts +10 -0
  253. package/dist/components/compositions/EstimateCost/helper.d.ts.map +1 -0
  254. package/dist/components/compositions/EstimateCost/helper.js +11 -0
  255. package/dist/components/compositions/EstimateCost/index.d.ts +177 -0
  256. package/dist/components/compositions/EstimateCost/index.d.ts.map +1 -0
  257. package/dist/components/compositions/EstimateCost/index.js +97 -0
  258. package/dist/components/compositions/EstimateCost/locales/en.d.ts +23 -0
  259. package/dist/components/compositions/EstimateCost/locales/en.d.ts.map +1 -0
  260. package/dist/components/compositions/EstimateCost/locales/en.js +25 -0
  261. package/dist/components/compositions/EstimateCost/styles.css.d.ts +86 -0
  262. package/dist/components/compositions/EstimateCost/styles.css.d.ts.map +1 -0
  263. package/dist/components/compositions/EstimateCost/styles.css.js +72 -0
  264. package/dist/components/compositions/EstimateCost/types.d.ts +226 -0
  265. package/dist/components/compositions/EstimateCost/types.d.ts.map +1 -0
  266. package/dist/components/compositions/FAQ/index.d.ts +14 -0
  267. package/dist/components/compositions/FAQ/index.d.ts.map +1 -0
  268. package/dist/components/compositions/FAQ/index.js +43 -0
  269. package/dist/components/compositions/FAQ/styles.css.d.ts +2 -0
  270. package/dist/components/compositions/FAQ/styles.css.d.ts.map +1 -0
  271. package/dist/components/compositions/FAQ/styles.css.js +7 -0
  272. package/dist/components/compositions/InfoTable/Context.d.ts +4 -0
  273. package/dist/components/compositions/InfoTable/Context.d.ts.map +1 -0
  274. package/dist/components/compositions/InfoTable/Context.js +7 -0
  275. package/dist/components/compositions/InfoTable/components/Cell.d.ts +10 -0
  276. package/dist/components/compositions/InfoTable/components/Cell.d.ts.map +1 -0
  277. package/dist/components/compositions/InfoTable/components/Cell.js +39 -0
  278. package/dist/components/compositions/InfoTable/components/Row.d.ts +9 -0
  279. package/dist/components/compositions/InfoTable/components/Row.d.ts.map +1 -0
  280. package/dist/components/compositions/InfoTable/components/Row.js +23 -0
  281. package/dist/components/compositions/InfoTable/index.d.ts +25 -0
  282. package/dist/components/compositions/InfoTable/index.d.ts.map +1 -0
  283. package/dist/components/compositions/InfoTable/index.js +28 -0
  284. package/dist/components/compositions/InfoTable/styles.css.d.ts +8 -0
  285. package/dist/components/compositions/InfoTable/styles.css.d.ts.map +1 -0
  286. package/dist/components/compositions/InfoTable/styles.css.js +13 -0
  287. package/dist/components/compositions/Navigation/Footer.d.ts +9 -0
  288. package/dist/components/compositions/Navigation/Footer.d.ts.map +1 -0
  289. package/dist/components/compositions/Navigation/Footer.js +65 -0
  290. package/dist/components/compositions/Navigation/Header.d.ts +7 -0
  291. package/dist/components/compositions/Navigation/Header.d.ts.map +1 -0
  292. package/dist/components/compositions/Navigation/Header.js +24 -0
  293. package/dist/components/compositions/Navigation/NavigationContent.d.ts +3 -0
  294. package/dist/components/compositions/Navigation/NavigationContent.d.ts.map +1 -0
  295. package/dist/components/compositions/Navigation/NavigationContent.js +104 -0
  296. package/dist/components/compositions/Navigation/NavigationProvider.d.ts +94 -0
  297. package/dist/components/compositions/Navigation/NavigationProvider.d.ts.map +1 -0
  298. package/dist/components/compositions/Navigation/NavigationProvider.js +121 -0
  299. package/dist/components/compositions/Navigation/animations.css.d.ts +7 -0
  300. package/dist/components/compositions/Navigation/animations.css.d.ts.map +1 -0
  301. package/dist/components/compositions/Navigation/components/ComponentsTypes.d.ts +65 -0
  302. package/dist/components/compositions/Navigation/components/ComponentsTypes.d.ts.map +1 -0
  303. package/dist/components/compositions/Navigation/components/Group.d.ts +10 -0
  304. package/dist/components/compositions/Navigation/components/Group.d.ts.map +1 -0
  305. package/dist/components/compositions/Navigation/components/Group.js +40 -0
  306. package/dist/components/compositions/Navigation/components/Item.d.ts +88 -0
  307. package/dist/components/compositions/Navigation/components/Item.d.ts.map +1 -0
  308. package/dist/components/compositions/Navigation/components/Item.js +200 -0
  309. package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts +3 -0
  310. package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts.map +1 -0
  311. package/dist/components/compositions/Navigation/components/ItemExpanded.js +214 -0
  312. package/dist/components/compositions/Navigation/components/ItemFragments.d.ts +6 -0
  313. package/dist/components/compositions/Navigation/components/ItemFragments.d.ts.map +1 -0
  314. package/dist/components/compositions/Navigation/components/ItemFragments.js +63 -0
  315. package/dist/components/compositions/Navigation/components/ItemMenu.d.ts +4 -0
  316. package/dist/components/compositions/Navigation/components/ItemMenu.d.ts.map +1 -0
  317. package/dist/components/compositions/Navigation/components/ItemMenu.js +135 -0
  318. package/dist/components/compositions/Navigation/components/ItemProvider.d.ts +8 -0
  319. package/dist/components/compositions/Navigation/components/ItemProvider.d.ts.map +1 -0
  320. package/dist/components/compositions/Navigation/components/ItemProvider.js +17 -0
  321. package/dist/components/compositions/Navigation/components/PinnedItems.d.ts +24 -0
  322. package/dist/components/compositions/Navigation/components/PinnedItems.d.ts.map +1 -0
  323. package/dist/components/compositions/Navigation/components/PinnedItems.js +105 -0
  324. package/dist/components/compositions/Navigation/components/Separator.d.ts +2 -0
  325. package/dist/components/compositions/Navigation/components/Separator.d.ts.map +1 -0
  326. package/dist/components/compositions/Navigation/components/Separator.js +11 -0
  327. package/dist/components/compositions/Navigation/components/ShowHide.d.ts +16 -0
  328. package/dist/components/compositions/Navigation/components/ShowHide.d.ts.map +1 -0
  329. package/dist/components/compositions/Navigation/components/ShowHide.js +54 -0
  330. package/dist/components/compositions/Navigation/components/items.css.d.ts +98 -0
  331. package/dist/components/compositions/Navigation/components/items.css.d.ts.map +1 -0
  332. package/dist/components/compositions/Navigation/components/items.css.js +123 -0
  333. package/dist/components/compositions/Navigation/components/styles.css.d.ts +25 -0
  334. package/dist/components/compositions/Navigation/components/styles.css.d.ts.map +1 -0
  335. package/dist/components/compositions/Navigation/components/styles.css.js +29 -0
  336. package/dist/components/compositions/Navigation/constants.d.ts +10 -0
  337. package/dist/components/compositions/Navigation/constants.d.ts.map +1 -0
  338. package/dist/components/compositions/Navigation/index.d.ts +65 -0
  339. package/dist/components/compositions/Navigation/index.d.ts.map +1 -0
  340. package/dist/components/compositions/Navigation/index.js +35 -0
  341. package/dist/components/compositions/Navigation/locales/en.d.ts +11 -0
  342. package/dist/components/compositions/Navigation/locales/en.d.ts.map +1 -0
  343. package/dist/components/compositions/Navigation/locales/en.js +13 -0
  344. package/dist/components/compositions/Navigation/styles.css.d.ts +34 -0
  345. package/dist/components/compositions/Navigation/styles.css.d.ts.map +1 -0
  346. package/dist/components/compositions/Navigation/styles.css.js +37 -0
  347. package/dist/components/compositions/Navigation/types.d.ts +43 -0
  348. package/dist/components/compositions/Navigation/types.d.ts.map +1 -0
  349. package/dist/components/compositions/Navigation/variables.css.d.ts +2 -0
  350. package/dist/components/compositions/Navigation/variables.css.d.ts.map +1 -0
  351. package/dist/components/compositions/Navigation/variables.css.js +5 -0
  352. package/dist/components/compositions/OfferList/components/Cell.js +1 -1
  353. package/dist/components/compositions/OfferList/components/Row.js +4 -4
  354. package/dist/components/compositions/OfferList/index.js +1 -1
  355. package/dist/components/compositions/OfferList/styles.css.js +0 -1
  356. package/dist/components/compositions/OptionSelector/components/Selector.js +1 -1
  357. package/dist/components/compositions/OptionSelector/index.js +1 -1
  358. package/dist/components/compositions/OrderSummary/ScrollableContent.js +1 -1
  359. package/dist/components/compositions/OrderSummary/helpers.js +1 -1
  360. package/dist/components/compositions/OrderSummary/index.js +1 -1
  361. package/dist/components/compositions/Plans/PlanHeader.js +1 -1
  362. package/dist/components/compositions/index.d.ts +9 -0
  363. package/dist/components/compositions/index.d.ts.map +1 -1
  364. package/dist/components/compositions/index.js +12 -1
  365. package/dist/index.js +17 -17
  366. package/dist/theme/ThemeProvider.js +1 -1
  367. package/dist/ui.css +1 -1
  368. package/package.json +10 -6
@@ -2,12 +2,12 @@
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Stack } from "../Stack/index.js";
4
4
  import { Text } from "../Text/index.js";
5
- import { Radio } from "../Radio/index.js";
6
5
  import { Label } from "../Label/index.js";
6
+ import { Radio } from "../Radio/index.js";
7
7
  import { fieldset } from "./styles.css.js";
8
- import { cn } from "@ultraviolet/utils";
9
8
  import { createContext, useContext, useMemo } from "react";
10
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
+ import { cn } from "@ultraviolet/utils";
11
11
 
12
12
  //#region src/components/RadioGroup/index.tsx
13
13
  const RadioGroupContext = createContext(void 0);
@@ -1,12 +1,12 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { row, sprinkles } from "./styles.css.js";
5
5
  import { paddings, templateColumn } from "./variables.css.js";
6
- import { cn } from "@ultraviolet/utils";
6
+ import { consoleLightTheme } from "@ultraviolet/themes";
7
7
  import { assignInlineVars } from "@vanilla-extract/dynamic";
8
8
  import { jsx } from "react/jsx-runtime";
9
- import { consoleLightTheme } from "@ultraviolet/themes";
9
+ import { cn } from "@ultraviolet/utils";
10
10
 
11
11
  //#region src/components/Row/index.tsx
12
12
  const mapRepsonsiveGap = (object) => object ? Object.keys(object).reduce((acc, key) => _objectSpread2(_objectSpread2({}, acc), {}, { [key]: consoleLightTheme.space[object[key]] }), {}) : {};
@@ -6,9 +6,9 @@ import { Popup } from "../Popup/index.js";
6
6
  import { TextInput } from "../TextInput/index.js";
7
7
  import { clickableStack, searchInput, searchInputPopup } from "./styles.css.js";
8
8
  import { KeyGroup } from "./KeyGroup.js";
9
- import { cn } from "@ultraviolet/utils";
10
9
  import { forwardRef, useCallback, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
11
10
  import { jsx } from "react/jsx-runtime";
11
+ import { cn } from "@ultraviolet/utils";
12
12
  import { SearchIcon } from "@ultraviolet/icons/SearchIcon";
13
13
 
14
14
  //#region src/components/SearchInput/index.tsx
@@ -1,22 +1,22 @@
1
1
  'use client';
2
2
  import { __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { Stack } from "../../Stack/index.js";
5
5
  import { Popup } from "../../Popup/index.js";
6
6
  import { Text } from "../../Text/index.js";
7
7
  import { Checkbox } from "../../Checkbox/index.js";
8
- import { Skeleton } from "../../Skeleton/index.js";
9
8
  import { ModalContext } from "../../Modal/ModalProvider.js";
9
+ import { Skeleton } from "../../Skeleton/index.js";
10
10
  import { INPUT_SIZE_HEIGHT, OPTION_SELECTOR } from "../constants.js";
11
11
  import { useSelectInput } from "../SelectInputProvider.js";
12
12
  import { comboboxCreate, dropdown, dropdownCheckbox, dropdownContainer, dropdownContainerUnGrouped, dropdownEmptyState, dropdownGroup, dropdownGroupSelectable, dropdownGroupWrapper, dropdownItem, dropdownLoadMore, dropdownWidth, emptyStateGroupStyle, footer } from "./dropdown.css.js";
13
13
  import { DisplayOption } from "./DropdownOption.js";
14
14
  import { SearchBarDropdown } from "./SearchBarDropdown.js";
15
- import { cn } from "@ultraviolet/utils";
16
15
  import { useCallback, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
16
+ import { useTheme } from "@ultraviolet/themes";
17
17
  import { assignInlineVars } from "@vanilla-extract/dynamic";
18
18
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
19
- import { useTheme } from "@ultraviolet/themes";
19
+ import { cn } from "@ultraviolet/utils";
20
20
  import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
21
21
 
22
22
  //#region src/components/SelectInput/components/Dropdown.tsx
@@ -1,14 +1,14 @@
1
1
  'use client';
2
2
  import { __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { TextInput } from "../../TextInput/index.js";
4
5
  import { OPTION_SELECTOR } from "../constants.js";
5
6
  import { useSelectInput } from "../SelectInputProvider.js";
6
7
  import { searchBar } from "./dropdown.css.js";
7
- import { TextInput } from "../../TextInput/index.js";
8
8
  import { useEffect, useRef } from "react";
9
9
  import { jsx } from "react/jsx-runtime";
10
- import { isFuzzyMatch, normalizeString } from "@scaleway/fuzzy-search";
11
10
  import { SearchIcon } from "@ultraviolet/icons/SearchIcon";
11
+ import { isFuzzyMatch, normalizeString } from "@scaleway/fuzzy-search";
12
12
 
13
13
  //#region src/components/SelectInput/components/SearchBarDropdown.tsx
14
14
  const getReferenceText = (option) => {
@@ -9,15 +9,15 @@ import { useSelectInput } from "../SelectInputProvider.js";
9
9
  import { Tag } from "../../Tag/index.js";
10
10
  import { findOptionInOptions } from "../findOptionInOptions.js";
11
11
  import { maxWidthTag, minWidthTag, multiselectStack, plusTag, selectBar, selectBarTags, selectbarState, selectedValues, selectinputPlaceholder } from "./selectBar.css.js";
12
- import { cn } from "@ultraviolet/utils";
13
12
  import { useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState } from "react";
14
13
  import { assignInlineVars } from "@vanilla-extract/dynamic";
15
14
  import { jsx, jsxs } from "react/jsx-runtime";
15
+ import { cn } from "@ultraviolet/utils";
16
16
  import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
17
- import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
18
17
  import { AlertCircleIcon } from "@ultraviolet/icons/AlertCircleIcon";
19
18
  import { CheckCircleIcon } from "@ultraviolet/icons/CheckCircleIcon";
20
19
  import { CloseIcon } from "@ultraviolet/icons/CloseIcon";
20
+ import { PlusIcon } from "@ultraviolet/icons/PlusIcon";
21
21
 
22
22
  //#region src/components/SelectInput/components/SelectBar.tsx
23
23
  const DisplayValues = ({ refTag, nonOverflowedValues, potentiallyNonOverflowedValues, disabled, readOnly, overflowed, overflowAmount, measureRef, lastElementMaxWidth, overflow, refPlusTag, displayShadowCopy, textVariant }) => {
@@ -7,9 +7,9 @@ import { SelectInputProvider } from "./SelectInputProvider.js";
7
7
  import { Dropdown } from "./components/Dropdown.js";
8
8
  import { SelectBar } from "./components/SelectBar.js";
9
9
  import { selectinputContainer, selectinputHelper } from "./styles.css.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { useId, useRef } from "react";
12
11
  import { jsx, jsxs } from "react/jsx-runtime";
12
+ import { cn } from "@ultraviolet/utils";
13
13
 
14
14
  //#region src/components/SelectInput/index.tsx
15
15
  /**
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
2
  export declare const IllustrationContainer: ({ children: subChildren, productIcon, illustration, }: {
3
3
  children: ReactNode;
4
- productIcon: import("../../types").PascalToCamelCaseWithoutSuffix<"AbuseProductIcon" | "AccountExperienceProductIcon" | "AdditionalDiskProductIcon" | "AdvancedSettingsProductIcon" | "AdvancedSupportProductIcon" | "AnsibleProductIcon" | "ApiGatewayProductIcon" | "ApiKeyProductIcon" | "ApiProductIcon" | "AppleSiliconProductIcon" | "ApplicationLibraryProductIcon" | "ApplicationProductIcon" | "ArtifactRegistryProductIcon" | "AuditTrailProductIcon" | "BackendsProductIcon" | "BandwidthProductIcon" | "BasicSupportProductIcon" | "BillingProductIcon" | "BlockStorageProductIcon" | "BusinessSupportProductIcon" | "CbProductIcon" | "CdnProductIcon" | "ChangelogProductIcon" | "CliProductIcon" | "CloudEssentialsProductIcon" | "CloudHostingProductIcon" | "CockpitProductIcon" | "ColdStorageProductIcon" | "ComputeOptimizedInstancesProductIcon" | "ConsoleProductIcon" | "ContainersProductIcon" | "CostManagerProductIcon" | "CustomModelProductIcon" | "DataWarehouseProductIcon" | "DdosProductIcon" | "DdxCoreServersProductIcon" | "DdxProServersProductIcon" | "DdxStartServersProductIcon" | "DedibackupProductIcon" | "DediboxProductIcon" | "DedicatedControlPlaneProductIcon" | "DedicatedServerProductIcon" | "DedilinkProductIcon" | "DeleteMarkerProductIcon" | "DevelopmentInstancesProductIcon" | "DevicesProductIcon" | "DirectConnectProductIcon" | "DistributedDataLabProductIcon" | "DnsProductIcon" | "DocumentationProductIcon" | "DomainsProductIcon" | "EdgeServicesProductIcon" | "ElasticMetalAluminiumProductIcon" | "ElasticMetalBerylliumProductIcon" | "ElasticMetalIridiumProductIcon" | "ElasticMetalLithiumProductIcon" | "ElasticMetalProductIcon" | "ElasticMetalTitaniumProductIcon" | "EntrepriseSupportProductIcon" | "EnvironmentalFootprintCalculatorProductIcon" | "FileProductIcon" | "FileStorageProductIcon" | "FlexibleIpProductIcon" | "FolderProductIcon" | "FrontEndsProductIcon" | "FunctionsProductIcon" | "GeneralPurposeInstancesProductIcon" | "GenerativeApiProductIcon" | "GpuServersProductIcon" | "HubNetworksProductIcon" | "HubRoutesProductIcon" | "IamProductIcon" | "IconElasticMetalProductIcon" | "IconSdkJsProductIcon" | "IconSdkProductIcon" | "ImagesProductIcon" | "InferenceProductIcon" | "InstanceCostOptimizedProductIcon" | "InstanceEnterpriseProductIcon" | "InstanceGpuProductIcon" | "InstanceLearnProductIcon" | "InstancePopProductIcon" | "InstanceProductIcon" | "InstanceScallingGroupsProductIcon" | "InstanceTemplateProductIcon" | "InstanceWopProductIcon" | "InterlinkDedicatedProductIcon" | "InterlinkProductIcon" | "IotEdgeProductIcon" | "IotProductIcon" | "IpFailoverProductIcon" | "IpamProductIcon" | "IpfsNamingProductIcon" | "IpfsProductIcon" | "JeroProductIcon" | "K8sKosmosProductIcon" | "KmsProductIcon" | "KubernetesProductIcon" | "LbProductIcon" | "LifeCycleRulesProductIcon" | "MacMiniM2ProductIcon" | "MacMiniM4ProductIcon" | "MacMiniProductIcon" | "MailboxProductIcon" | "ManagedKafkaProductIcon" | "ManagedSearchDatabaseProductIcon" | "MemoryOptimizedInstancesProductIcon" | "MongoDbProductIcon" | "MonitoringProductIcon" | "MultiUserProductIcon" | "NabuProductIcon" | "NatsProductIcon" | "NetworkAclsProductIcon" | "NextServersProductIcon" | "ObjectStorageProductIcon" | "OriginsResourcesProductIcon" | "OsProductIcon" | "PackerProductIcon" | "PasskeyProductIcon" | "PlacementGroupProductIcon" | "PolicyProductIcon" | "PoolProductIcon" | "PostgresqlMysqlProductIcon" | "PrivateIpProductIcon" | "PrivateNetworkProductIcon" | "PublicGatewayProductIcon" | "QaasProductIcon" | "QuantumApplicationProductIcon" | "QueueingProductIcon" | "RabbitMqProductIcon" | "RdbProductIcon" | "RedisProductIcon" | "RegistryProductIcon" | "RocketProductIcon" | "RouteRulesProductIcon" | "RouterProductIcon" | "RpnProductIcon" | "RpnSanProductIcon" | "RpnV1ProductIcon" | "RpnV2ProductIcon" | "SavingPlanProductIcon" | "SdkGoProductIcon" | "SdkPythonProductIcon" | "SecretManagerProductIcon" | "SecurityGroupProductIcon" | "SepaProductIcon" | "ServerProductIcon" | "ServerlessDbProductIcon" | "ServerlessJobsProductIcon" | "SmsProductIcon" | "SmtpProductIcon" | "SnapshotsProductIcon" | "SnsProductIcon" | "SqsProductIcon" | "SslCertificatesProductIcon" | "StoreServersProductIcon" | "SupportProductIcon" | "TerraformProductIcon" | "TransactionalEmailProductIcon" | "TutorialProductIcon" | "UserProductIcon" | "VerifyCardProductIcon" | "VideoProductIcon" | "VolumeProductIcon" | "VpcPeeringProductIcon" | "VpcProductIcon" | "VpnConnectionProductIcon" | "VpnCustomerGatewayProductIcon" | "VpnProductIcon" | "VpsProServersProductIcon" | "VpsServersProductIcon" | "VpsStartServersProductIcon" | "WafProductIcon" | "WebPlatformProductIcon" | "WebhostingProductIcon" | "ZoneProductIcon", "ProductIcon"> | undefined;
4
+ productIcon: import("../../types").PascalToCamelCaseWithoutSuffix<"AbuseProductIcon" | "AccountExperienceProductIcon" | "AdditionalDiskProductIcon" | "AdvancedSettingsProductIcon" | "AdvancedSupportProductIcon" | "AnsibleProductIcon" | "ApiGatewayProductIcon" | "ApiKeyProductIcon" | "ApiProductIcon" | "AppleSiliconProductIcon" | "ApplicationLibraryProductIcon" | "ApplicationProductIcon" | "ArtifactRegistryProductIcon" | "AuditTrailProductIcon" | "BackendsProductIcon" | "BandwidthProductIcon" | "BasicSupportProductIcon" | "BillingProductIcon" | "BlockStorageProductIcon" | "BusinessSupportProductIcon" | "CbProductIcon" | "CdnProductIcon" | "ChangelogProductIcon" | "CliProductIcon" | "CloudEssentialsProductIcon" | "CloudHostingProductIcon" | "CockpitProductIcon" | "ColdStorageProductIcon" | "ComputeOptimizedInstancesProductIcon" | "ConsoleProductIcon" | "ContainersProductIcon" | "CostManagerProductIcon" | "CustomModelProductIcon" | "DataOrchestratorProductIcon" | "DataWarehouseProductIcon" | "DdosProductIcon" | "DdxCoreServersProductIcon" | "DdxProServersProductIcon" | "DdxStartServersProductIcon" | "DedibackupProductIcon" | "DediboxProductIcon" | "DedicatedControlPlaneProductIcon" | "DedicatedServerProductIcon" | "DedilinkProductIcon" | "DeleteMarkerProductIcon" | "DevelopmentInstancesProductIcon" | "DevicesProductIcon" | "DirectConnectProductIcon" | "DistributedDataLabProductIcon" | "DnsProductIcon" | "DocumentationProductIcon" | "DomainsProductIcon" | "EdgeServicesProductIcon" | "ElasticMetalAluminiumProductIcon" | "ElasticMetalBerylliumProductIcon" | "ElasticMetalIridiumProductIcon" | "ElasticMetalLithiumProductIcon" | "ElasticMetalProductIcon" | "ElasticMetalTitaniumProductIcon" | "EntrepriseSupportProductIcon" | "EnvironmentalFootprintCalculatorProductIcon" | "FileProductIcon" | "FileStorageProductIcon" | "FlexibleIpProductIcon" | "FolderProductIcon" | "FrontEndsProductIcon" | "FunctionsProductIcon" | "GeneralPurposeInstancesProductIcon" | "GenerativeApiProductIcon" | "GpuServersProductIcon" | "HubNetworksProductIcon" | "HubRoutesProductIcon" | "IamProductIcon" | "IconElasticMetalProductIcon" | "IconSdkJsProductIcon" | "IconSdkProductIcon" | "ImagesProductIcon" | "InferenceProductIcon" | "InstanceCostOptimizedProductIcon" | "InstanceEnterpriseProductIcon" | "InstanceGpuProductIcon" | "InstanceLearnProductIcon" | "InstancePopProductIcon" | "InstanceProductIcon" | "InstanceScallingGroupsProductIcon" | "InstanceTemplateProductIcon" | "InstanceWopProductIcon" | "InterlinkDedicatedProductIcon" | "InterlinkProductIcon" | "IotEdgeProductIcon" | "IotProductIcon" | "IpFailoverProductIcon" | "IpamProductIcon" | "IpfsNamingProductIcon" | "IpfsProductIcon" | "JeroProductIcon" | "K8sKosmosProductIcon" | "KmsProductIcon" | "KubernetesProductIcon" | "LbProductIcon" | "LifeCycleRulesProductIcon" | "MacMiniM2ProductIcon" | "MacMiniM4ProductIcon" | "MacMiniProductIcon" | "MailboxProductIcon" | "ManagedKafkaProductIcon" | "ManagedSearchDatabaseProductIcon" | "MemoryOptimizedInstancesProductIcon" | "MongoDbProductIcon" | "MonitoringProductIcon" | "MultiUserProductIcon" | "NabuProductIcon" | "NatsProductIcon" | "NetworkAclsProductIcon" | "NextServersProductIcon" | "ObjectStorageProductIcon" | "OriginsResourcesProductIcon" | "OsProductIcon" | "PackerProductIcon" | "PasskeyProductIcon" | "PlacementGroupProductIcon" | "PolicyProductIcon" | "PoolProductIcon" | "PostgresqlMysqlProductIcon" | "PrivateIpProductIcon" | "PrivateNetworkProductIcon" | "PublicGatewayProductIcon" | "QaasProductIcon" | "QuantumApplicationProductIcon" | "QueueingProductIcon" | "RabbitMqProductIcon" | "RdbProductIcon" | "RedisProductIcon" | "RegistryProductIcon" | "RocketProductIcon" | "RouteRulesProductIcon" | "RouterProductIcon" | "RpnProductIcon" | "RpnSanProductIcon" | "RpnV1ProductIcon" | "RpnV2ProductIcon" | "SavingPlanProductIcon" | "SdkGoProductIcon" | "SdkPythonProductIcon" | "SecretManagerProductIcon" | "SecurityGroupProductIcon" | "SepaProductIcon" | "ServerProductIcon" | "ServerlessDbProductIcon" | "ServerlessJobsProductIcon" | "SmsProductIcon" | "SmtpProductIcon" | "SnapshotsProductIcon" | "SnsProductIcon" | "SqsProductIcon" | "SslCertificatesProductIcon" | "StoreServersProductIcon" | "SupportProductIcon" | "TerraformProductIcon" | "TransactionalEmailProductIcon" | "TutorialProductIcon" | "UserProductIcon" | "VerifyCardProductIcon" | "VideoProductIcon" | "VolumeProductIcon" | "VpcPeeringProductIcon" | "VpcProductIcon" | "VpnConnectionProductIcon" | "VpnCustomerGatewayProductIcon" | "VpnProductIcon" | "VpsProServersProductIcon" | "VpsServersProductIcon" | "VpsStartServersProductIcon" | "VpsStoreServersProductIcon" | "WafProductIcon" | "WebPlatformProductIcon" | "WebhostingProductIcon" | "ZoneProductIcon", "ProductIcon"> | undefined;
5
5
  illustration: string | undefined;
6
6
  }) => string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | Iterable<ReactNode> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ReactPortal | null | undefined> | null | undefined;
7
7
  //# sourceMappingURL=IllustrationContainer.d.ts.map
@@ -2,10 +2,10 @@
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Stack } from "../Stack/index.js";
4
4
  import { divSelectableCard, illustrationSelectableCard, imageSelectableCard } from "./styles.css.js";
5
- import { _asyncToGenerator } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/asyncToGenerator.js";
5
+ import { _asyncToGenerator } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/asyncToGenerator.js";
6
6
  import { useEffect, useState } from "react";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
7
  import { useTheme } from "@ultraviolet/themes";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import * as ProductIcon from "@ultraviolet/icons/product";
10
10
 
11
11
  //#region src/components/SelectableCard/IllustrationContainer.tsx
@@ -1,5 +1,5 @@
1
1
  import { __name } from "../../_virtual/_rolldown/runtime.js";
2
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
2
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
3
3
  import { Checkbox } from "../Checkbox/index.js";
4
4
  import { Radio } from "../Radio/index.js";
5
5
  import { selectableElementSelectableCard } from "./styles.css.js";
@@ -1,16 +1,16 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { Stack } from "../Stack/index.js";
5
5
  import { Tooltip } from "../Tooltip/index.js";
6
6
  import { containerSelectableCard, indentedCard, labelContainerSelectableCardLabel, labelContainerSelectableCardNoLabel, stackSelectableCard } from "./styles.css.js";
7
7
  import { IllustrationContainer } from "./IllustrationContainer.js";
8
8
  import { MultiStateInput } from "./MultiStateInput.js";
9
9
  import { inputDisplay, labelDisplay, widthSelectable } from "./variables.css.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { forwardRef, useCallback, useMemo, useRef } from "react";
12
11
  import { assignInlineVars } from "@vanilla-extract/dynamic";
13
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
+ import { cn } from "@ultraviolet/utils";
14
14
 
15
15
  //#region src/components/SelectableCard/SelectableCard.tsx
16
16
  /**
@@ -6,9 +6,9 @@ import { Label } from "../Label/index.js";
6
6
  import { Row } from "../Row/index.js";
7
7
  import { SelectableCard } from "../SelectableCard/SelectableCard.js";
8
8
  import { selectableCardGroupFieldSet } from "./styles.css.js";
9
- import { cn } from "@ultraviolet/utils";
10
9
  import { createContext, useContext, useMemo } from "react";
11
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
+ import { cn } from "@ultraviolet/utils";
12
12
 
13
13
  //#region src/components/SelectableCardGroup/index.tsx
14
14
  const SelectableCardGroupContext = createContext(void 0);
@@ -7,9 +7,9 @@ import { Row } from "../Row/index.js";
7
7
  import { SelectableCardOptionGroupContext } from "./Provider.js";
8
8
  import { selectableCardOptionFieldSet } from "./styles.css.js";
9
9
  import { Option } from "./components/Option.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { useMemo } from "react";
12
11
  import { jsx, jsxs } from "react/jsx-runtime";
12
+ import { cn } from "@ultraviolet/utils";
13
13
 
14
14
  //#region src/components/SelectableCardOptionGroup/SelectableCardOptionGroup.tsx
15
15
  /**
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
  import { __name } from "../../../_virtual/_rolldown/runtime.js";
3
3
  import { disabledImage } from "../styles.css.js";
4
- import { cn } from "@ultraviolet/utils";
5
4
  import { jsx } from "react/jsx-runtime";
5
+ import { cn } from "@ultraviolet/utils";
6
6
 
7
7
  //#region src/components/SelectableCardOptionGroup/components/Image.tsx
8
8
  const IMAGE_SIZES = {
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { Stack } from "../../Stack/index.js";
5
5
  import { Label } from "../../Label/index.js";
6
6
  import { SelectInput } from "../../SelectInput/index.js";
@@ -8,9 +8,9 @@ import { SelectableCard } from "../../SelectableCard/SelectableCard.js";
8
8
  import { useSelectableCardOptionGroup } from "../Provider.js";
9
9
  import { optionFullHeight, optionPadded, optionSelectInput, optionSelectInputDisabled, optionSelectInputError, selectableCard } from "../styles.css.js";
10
10
  import { Image } from "./Image.js";
11
- import { cn } from "@ultraviolet/utils";
12
11
  import { useId } from "react";
13
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
+ import { cn } from "@ultraviolet/utils";
14
14
 
15
15
  //#region src/components/SelectableCardOptionGroup/components/Option.tsx
16
16
  const Option = ({ value, label, labelDescription, "aria-label": ariaLabel, children, className, options, optionPlaceholder, image, disabled, id, "data-testid": dataTestId, tooltip, style }) => {
@@ -1,9 +1,9 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { hr, iconWraperSeparator, thicknessSeparator } from "./styles.css.js";
4
- import { cn } from "@ultraviolet/utils";
5
4
  import { assignInlineVars } from "@vanilla-extract/dynamic";
6
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@ultraviolet/utils";
7
7
 
8
8
  //#region src/components/Separator/index.tsx
9
9
  /**
@@ -9,8 +9,8 @@ import { List } from "./List.js";
9
9
  import { Slider } from "./Slider.js";
10
10
  import { Square } from "./Square.js";
11
11
  import { skeletonContainer, skeletonHighlight } from "./styles.css.js";
12
- import { cn } from "@ultraviolet/utils";
13
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
+ import { cn } from "@ultraviolet/utils";
14
14
 
15
15
  //#region src/components/Skeleton/index.tsx
16
16
  const variants = {
@@ -7,11 +7,11 @@ import { Label } from "../../Label/index.js";
7
7
  import { NumberInput } from "../../NumberInput/index.js";
8
8
  import { leftVar, sliderCustomRail, sliderDouble, sliderDoubleText, sliderDoubleWrapper, sliderInnerRail, sliderThumbStyle, sliderTooltip, thumbColor, tooltipLeft } from "../styles.css.js";
9
9
  import { Options } from "./Options.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
11
+ import { useTheme } from "@ultraviolet/themes";
12
12
  import { assignInlineVars } from "@vanilla-extract/dynamic";
13
13
  import { jsx, jsxs } from "react/jsx-runtime";
14
- import { useTheme } from "@ultraviolet/themes";
14
+ import { cn } from "@ultraviolet/utils";
15
15
 
16
16
  //#region src/components/Slider/components/DoubleSlider.tsx
17
17
  const DoubleSlider = ({ name, tooltip, direction, disabled, error, "data-testid": dataTestId, value, onChange, min = 0, max = 100, step = 1, id, onBlur, onFocus, options, unit, label, className, input, prefix, suffix, required, tooltipPosition, "aria-label": ariaLabel, labelDescription, customValueDisplay }) => {
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { __name } from "../../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { Stack } from "../../Stack/index.js";
5
5
  import { Tooltip } from "../../Tooltip/index.js";
6
6
  import { Text } from "../../Text/index.js";
@@ -8,11 +8,11 @@ import { Label } from "../../Label/index.js";
8
8
  import { NumberInput } from "../../NumberInput/index.js";
9
9
  import { leftVar, sliderDoubleText, sliderNumberInput, sliderSingle, sliderThumbStyle, sliderTooltip, thumbColor, tooltipLeft } from "../styles.css.js";
10
10
  import { Options } from "./Options.js";
11
- import { cn } from "@ultraviolet/utils";
12
11
  import { useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
12
+ import { useTheme } from "@ultraviolet/themes";
13
13
  import { assignInlineVars } from "@vanilla-extract/dynamic";
14
14
  import { jsx, jsxs } from "react/jsx-runtime";
15
- import { useTheme } from "@ultraviolet/themes";
15
+ import { cn } from "@ultraviolet/utils";
16
16
 
17
17
  //#region src/components/Slider/components/SingleSlider.tsx
18
18
  const SingleSlider = ({ name, tooltip, direction, disabled, error, "data-testid": dataTestId, value, onChange, min = 0, max = 100, step = 1, id, onBlur, unit, options, onFocus, className, label, input, prefix, suffix, required, labelDescription, customValueDisplay, "aria-label": ariaLabel, tooltipPosition }) => {
@@ -2,15 +2,15 @@
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Stack } from "../Stack/index.js";
4
4
  import { Text } from "../Text/index.js";
5
+ import { Expandable } from "../Expandable/index.js";
5
6
  import { Label } from "../Label/index.js";
6
7
  import { CopyButton } from "../CopyButton/index.js";
7
- import { Expandable } from "../Expandable/index.js";
8
8
  import { useTheme } from "../../theme/ThemeProvider.js";
9
9
  import { animatedArrowIcon, buttonContainer, centeredText, line, prefix, pretext, rowsVar, showMoreButton, showMoreContainer, snippetContainer, stackStyle } from "./styles.css.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { Children, useReducer } from "react";
12
11
  import { assignInlineVars } from "@vanilla-extract/dynamic";
13
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
+ import { cn } from "@ultraviolet/utils";
14
14
  import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
15
15
 
16
16
  //#region src/components/Snippet/index.tsx
@@ -1,13 +1,13 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
5
3
  import { sprinkles, stack } from "./styles.css.js";
6
4
  import { flexVar, maxWidthVar, minWidthVar, widthVar } from "./variables.css.js";
5
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
6
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
7
7
  import { forwardRef, useMemo } from "react";
8
+ import { consoleLightTheme } from "@ultraviolet/themes";
8
9
  import { assignInlineVars } from "@vanilla-extract/dynamic";
9
10
  import { jsx } from "react/jsx-runtime";
10
- import { consoleLightTheme } from "@ultraviolet/themes";
11
11
 
12
12
  //#region src/components/Stack/index.tsx
13
13
  const _excluded = [
@@ -2,8 +2,8 @@
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Tooltip } from "../Tooltip/index.js";
4
4
  import { animatedCircleStatus, circleStatus, status } from "./styles.css.js";
5
- import { cn } from "@ultraviolet/utils";
6
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@ultraviolet/utils";
7
7
 
8
8
  //#region src/components/Status/index.tsx
9
9
  /**
@@ -2,8 +2,8 @@
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Bullet } from "../Bullet/index.js";
4
4
  import { step, stepDiv, steps } from "./styles.css.js";
5
- import { cn } from "@ultraviolet/utils";
6
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@ultraviolet/utils";
7
7
 
8
8
  //#region src/components/StepList/index.tsx
9
9
  const Item = ({ bulletContent, sentiment, prominence, children, onClick, onKeyDown, size = "medium", disabled = false, className }) => /* @__PURE__ */ jsxs("li", {
@@ -5,9 +5,9 @@ import { Text } from "../Text/index.js";
5
5
  import { Bullet } from "../Bullet/index.js";
6
6
  import { useStepper } from "./StepperProvider.js";
7
7
  import { animationStepperContainer, stepBullet, stepContainer, stepText, stepperContainerRecipe, stepperInteractive } from "./styles.css.js";
8
- import { cn } from "@ultraviolet/utils";
9
8
  import { useMemo } from "react";
10
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
+ import { cn } from "@ultraviolet/utils";
11
11
  import { CheckIcon } from "@ultraviolet/icons/CheckIcon";
12
12
 
13
13
  //#region src/components/Stepper/Step.tsx
@@ -1,12 +1,12 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
4
  import { StepperProvider } from "./StepperProvider.js";
5
5
  import { stepperContainer, stepperLine } from "./styles.css.js";
6
6
  import { Step } from "./Step.js";
7
- import { cn } from "@ultraviolet/utils";
8
7
  import { Children, Fragment, isValidElement } from "react";
9
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
+ import { cn } from "@ultraviolet/utils";
10
10
 
11
11
  //#region src/components/Stepper/index.tsx
12
12
  const Stepper = ({ children, interactive = false, selected = 1, animated = false, className, labelPosition = "bottom", size = "medium", "data-testid": dataTestId, separator = true, style }) => {
@@ -3,9 +3,9 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { SelectableCard } from "../SelectableCard/SelectableCard.js";
4
4
  import { switchButtonOptionBase, switchButtonOptionNeutral, switchButtonOptionPrimary } from "./styles.css.js";
5
5
  import { useSwitchButton } from "./SwitchButtonContext.js";
6
- import { cn } from "@ultraviolet/utils";
7
6
  import { useEffect, useRef } from "react";
8
7
  import { jsx } from "react/jsx-runtime";
8
+ import { cn } from "@ultraviolet/utils";
9
9
 
10
10
  //#region src/components/SwitchButton/Option.tsx
11
11
  const Option = ({ value, children, "data-testid": dataTestId, disabled, tooltip, style }) => {
@@ -6,9 +6,9 @@ import { switchButtonContainer } from "./styles.css.js";
6
6
  import { FocusOverlay } from "./FocusOverlay.js";
7
7
  import { SwitchButtonContext } from "./SwitchButtonContext.js";
8
8
  import { Option } from "./Option.js";
9
- import { cn } from "@ultraviolet/utils";
10
9
  import { useCallback, useEffect, useMemo, useRef, useState } from "react";
11
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
+ import { cn } from "@ultraviolet/utils";
12
12
 
13
13
  //#region src/components/SwitchButton/index.tsx
14
14
  /**
@@ -1,12 +1,12 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
3
4
  import { useColumnProvider } from "../List/ColumnProvider.js";
4
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
5
5
  import { tableCell } from "./styles.css.js";
6
6
  import { maxWidthCell, minWidthCell, widthCell } from "./variables.css.js";
7
- import { cn } from "@ultraviolet/utils";
8
7
  import { assignInlineVars } from "@vanilla-extract/dynamic";
9
8
  import { jsx } from "react/jsx-runtime";
9
+ import { cn } from "@ultraviolet/utils";
10
10
 
11
11
  //#region src/components/Table/Cell.tsx
12
12
  const Cell = ({ children, className, colSpan, rowSpan, sentiment, align = "left", style }) => {
@@ -1,13 +1,13 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { listSortIcon } from "../List/styles.css.js";
4
3
  import { Tooltip } from "../Tooltip/index.js";
5
4
  import { Text } from "../Text/index.js";
5
+ import { listSortIcon } from "../List/styles.css.js";
6
6
  import { headerCellText, tableHeaderCell } from "./styles.css.js";
7
7
  import { headerCellMaxWidth, headerCellMinWidth, headerCellWidth } from "./variables.css.js";
8
- import { cn } from "@ultraviolet/utils";
9
8
  import { assignInlineVars } from "@vanilla-extract/dynamic";
10
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
+ import { cn } from "@ultraviolet/utils";
11
11
  import { InformationOutlineIcon } from "@ultraviolet/icons/InformationOutlineIcon";
12
12
  import { SortIcon } from "@ultraviolet/icons/SortIcon";
13
13
  import { SouthShortIcon } from "@ultraviolet/icons/SouthShortIcon";
@@ -3,8 +3,8 @@ import { __name } from "../../_virtual/_rolldown/runtime.js";
3
3
  import { Checkbox } from "../Checkbox/index.js";
4
4
  import { HeaderCell } from "./HeaderCell.js";
5
5
  import { useTableContext } from "./TableContext.js";
6
- import { jsx, jsxs } from "react/jsx-runtime";
7
6
  import { useTheme } from "@ultraviolet/themes";
7
+ import { jsx, jsxs } from "react/jsx-runtime";
8
8
 
9
9
  //#region src/components/Table/HeaderRow.tsx
10
10
  const HeaderRow = ({ children, hasSelectAllColumn }) => {
@@ -1,17 +1,17 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { ColumnProvider } from "../List/ColumnProvider.js";
4
- import { listCheckboxInRange, listNoPaddingCell } from "../List/styles.css.js";
5
3
  import { Tooltip } from "../Tooltip/index.js";
6
- import { Checkbox } from "../Checkbox/index.js";
7
4
  import { Button } from "../Button/index.js";
5
+ import { Checkbox } from "../Checkbox/index.js";
6
+ import { ColumnProvider } from "../List/ColumnProvider.js";
7
+ import { listCheckboxInRange, listNoPaddingCell } from "../List/styles.css.js";
8
8
  import { tableCheckboxContainer, tableExpandableWrapper, tableRow, tableTrAnimation } from "./styles.css.js";
9
9
  import { Cell } from "./Cell.js";
10
10
  import { useTableContext } from "./TableContext.js";
11
- import { cn } from "@ultraviolet/utils";
12
11
  import { Children, useCallback, useEffect, useRef } from "react";
13
- import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
14
12
  import { theme } from "@ultraviolet/themes";
13
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
14
+ import { cn } from "@ultraviolet/utils";
15
15
  import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
16
16
  import { ArrowUpIcon } from "@ultraviolet/icons/ArrowUpIcon";
17
17
 
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
5
5
  import { ListProvider, useListContext } from "../List/ListContext.js";
6
6
  import { createContext, useContext, useEffect, useMemo } from "react";
7
7
  import { jsx } from "react/jsx-runtime";
@@ -12,9 +12,9 @@ import { HeaderRow } from "./HeaderRow.js";
12
12
  import { Row } from "./Row.js";
13
13
  import { SelectBar } from "./SelectBar.js";
14
14
  import { SkeletonRows } from "./SkeletonRows.js";
15
- import { cn } from "@ultraviolet/utils";
16
15
  import { Children, forwardRef, useEffect, useState } from "react";
17
16
  import { jsx, jsxs } from "react/jsx-runtime";
17
+ import { cn } from "@ultraviolet/utils";
18
18
 
19
19
  //#region src/components/Table/index.tsx
20
20
  const TableContainer = ({ children }) => {
@@ -1,16 +1,16 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
5
5
  import { Stack } from "../Stack/index.js";
6
6
  import { Tooltip } from "../Tooltip/index.js";
7
7
  import { Text } from "../Text/index.js";
8
8
  import { Badge } from "../Badge/index.js";
9
9
  import { tabsBadge, tabsBadgeContainer, tabsButton, tabsTextSelected } from "./styles.css.js";
10
10
  import { useTabsContext } from "./TabsContext.js";
11
- import { cn } from "@ultraviolet/utils";
12
11
  import { forwardRef, useMemo } from "react";
13
12
  import { jsx, jsxs } from "react/jsx-runtime";
13
+ import { cn } from "@ultraviolet/utils";
14
14
 
15
15
  //#region src/components/Tabs/Tab.tsx
16
16
  const _excluded = [
@@ -1,12 +1,12 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
5
5
  import { Menu } from "../Menu/index.js";
6
6
  import { tabsArrowIcon, tabsButton, tabsMenuWrapper } from "./styles.css.js";
7
- import { cn } from "@ultraviolet/utils";
8
7
  import { forwardRef } from "react";
9
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
+ import { cn } from "@ultraviolet/utils";
10
10
  import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
11
11
 
12
12
  //#region src/components/Tabs/TabMenu.tsx
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
5
5
  import { Menu } from "../Menu/index.js";
6
6
  import { tabsTextSelected } from "./styles.css.js";
7
7
  import { useTabsContext } from "./TabsContext.js";
@@ -49,6 +49,7 @@ export declare namespace Tabs {
49
49
  'data-testid'?: string | undefined;
50
50
  searchText?: string | undefined;
51
51
  style?: import("react").CSSProperties | undefined;
52
+ rightComponent?: ReactNode;
52
53
  } & import("react").RefAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
53
54
  }
54
55
  //# sourceMappingURL=index.d.ts.map
@@ -1,15 +1,15 @@
1
1
  'use client';
2
2
  import { __name } from "../../_virtual/_rolldown/runtime.js";
3
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js";
4
- import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js";
3
+ import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectSpread2.js";
4
+ import { _objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.114.0/helpers/objectWithoutProperties.js";
5
5
  import { tabsContainer, tabsMenu, tabsMenuContainer } from "./styles.css.js";
6
6
  import { TabsContext } from "./TabsContext.js";
7
7
  import { Tab } from "./Tab.js";
8
8
  import { TabMenu } from "./TabMenu.js";
9
9
  import { TabMenuItem } from "./TabMenuItem.js";
10
- import { cn } from "@ultraviolet/utils";
11
10
  import { Children, cloneElement, isValidElement, useEffect, useMemo, useRef, useState } from "react";
12
11
  import { jsx, jsxs } from "react/jsx-runtime";
12
+ import { cn } from "@ultraviolet/utils";
13
13
 
14
14
  //#region src/components/Tabs/index.tsx
15
15
  const _excluded = [