@ultraviolet/ui 3.12.2 → 3.13.0

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 (512) hide show
  1. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/defineProperty.js +1 -1
  2. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectSpread2.js +1 -1
  3. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectWithoutProperties.js +1 -1
  4. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
  5. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/toPrimitive.js +1 -1
  6. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/toPropertyKey.js +1 -1
  7. package/dist/_virtual/{_@oxc-project_runtime@0.120.0 → _@oxc-project_runtime@0.122.0}/helpers/typeof.js +1 -1
  8. package/dist/components/ActionBar/index.js +1 -1
  9. package/dist/components/Avatar/constants.d.ts +15 -15
  10. package/dist/components/Avatar/index.js +1 -1
  11. package/dist/components/Avatar/styles.css.js +0 -2
  12. package/dist/components/BarChart/index.js +1 -1
  13. package/dist/components/Breadcrumbs/components/Item.d.ts.map +1 -1
  14. package/dist/components/Breadcrumbs/components/Item.js +8 -6
  15. package/dist/components/Button/index.d.ts.map +1 -1
  16. package/dist/components/Carousel/Item.d.ts +9 -0
  17. package/dist/components/Carousel/Item.d.ts.map +1 -0
  18. package/dist/components/Carousel/Item.js +22 -0
  19. package/dist/components/Carousel/index.d.ts +6 -8
  20. package/dist/components/Carousel/index.d.ts.map +1 -1
  21. package/dist/components/Carousel/index.js +4 -11
  22. package/dist/components/Checkbox/index.d.ts.map +1 -1
  23. package/dist/components/Checkbox/index.js +13 -12
  24. package/dist/components/Checkbox/styles.css.js +0 -4
  25. package/dist/components/CheckboxGroup/Context.d.ts +9 -0
  26. package/dist/components/CheckboxGroup/Context.d.ts.map +1 -0
  27. package/dist/components/CheckboxGroup/Context.js +13 -0
  28. package/dist/components/CheckboxGroup/SingleCheckbox.d.ts +8 -0
  29. package/dist/components/CheckboxGroup/SingleCheckbox.d.ts.map +1 -0
  30. package/dist/components/CheckboxGroup/SingleCheckbox.js +46 -0
  31. package/dist/components/CheckboxGroup/index.d.ts +25 -9
  32. package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
  33. package/dist/components/CheckboxGroup/index.js +7 -32
  34. package/dist/components/CopyButton/index.d.ts.map +1 -1
  35. package/dist/components/CopyButton/index.js +4 -3
  36. package/dist/components/DateInput/components/CalendarDaily.d.ts.map +1 -1
  37. package/dist/components/DateInput/components/CalendarDaily.js +5 -4
  38. package/dist/components/DateInput/components/CalendarMonthly.d.ts.map +1 -1
  39. package/dist/components/DateInput/components/CalendarMonthly.js +5 -4
  40. package/dist/components/DateInput/helpers.d.ts +5 -1
  41. package/dist/components/DateInput/helpers.d.ts.map +1 -1
  42. package/dist/components/DateInput/helpers.js +18 -9
  43. package/dist/components/DateInput/index.d.ts.map +1 -1
  44. package/dist/components/DateInput/index.js +2 -2
  45. package/dist/components/DateInput/styles.css.d.ts.map +1 -1
  46. package/dist/components/Expandable/AnimatedExpandable.d.ts +3 -0
  47. package/dist/components/Expandable/AnimatedExpandable.d.ts.map +1 -0
  48. package/dist/components/Expandable/AnimatedExpandable.js +95 -0
  49. package/dist/components/Expandable/NonAnimatedExpandable.d.ts +3 -0
  50. package/dist/components/Expandable/NonAnimatedExpandable.d.ts.map +1 -0
  51. package/dist/components/Expandable/NonAnimatedExpandable.js +22 -0
  52. package/dist/components/Expandable/constant.d.ts +2 -0
  53. package/dist/components/Expandable/constant.d.ts.map +1 -0
  54. package/dist/components/Expandable/constant.js +8 -0
  55. package/dist/components/Expandable/index.d.ts +1 -24
  56. package/dist/components/Expandable/index.d.ts.map +1 -1
  57. package/dist/components/Expandable/index.js +8 -94
  58. package/dist/components/Expandable/types.d.ts +23 -0
  59. package/dist/components/Expandable/types.d.ts.map +1 -0
  60. package/dist/components/ExpandableCard/index.d.ts.map +1 -1
  61. package/dist/components/FileInput/DropzoneContent.d.ts +9 -0
  62. package/dist/components/FileInput/DropzoneContent.d.ts.map +1 -0
  63. package/dist/components/FileInput/DropzoneContent.js +30 -0
  64. package/dist/components/FileInput/components/Button.js +2 -2
  65. package/dist/components/FileInput/components/List.d.ts.map +1 -1
  66. package/dist/components/FileInput/components/List.js +11 -9
  67. package/dist/components/FileInput/helpers.d.ts.map +1 -1
  68. package/dist/components/FileInput/index.d.ts.map +1 -1
  69. package/dist/components/FileInput/index.js +40 -66
  70. package/dist/components/InfiniteScroll/index.js +1 -1
  71. package/dist/components/Label/LabelContent.d.ts +3 -0
  72. package/dist/components/Label/LabelContent.d.ts.map +1 -0
  73. package/dist/components/Label/LabelContent.js +61 -0
  74. package/dist/components/Label/index.d.ts +1 -19
  75. package/dist/components/Label/index.d.ts.map +1 -1
  76. package/dist/components/Label/index.js +3 -47
  77. package/dist/components/Label/type.d.ts +19 -0
  78. package/dist/components/Label/type.d.ts.map +1 -0
  79. package/dist/components/LineChart/CustomLegend.d.ts.map +1 -1
  80. package/dist/components/LineChart/CustomLegend.js +4 -9
  81. package/dist/components/LineChart/LegendCell.d.ts +10 -0
  82. package/dist/components/LineChart/LegendCell.d.ts.map +1 -0
  83. package/dist/components/LineChart/LegendCell.js +23 -0
  84. package/dist/components/LineChart/index.js +1 -1
  85. package/dist/components/List/Cell.js +1 -1
  86. package/dist/components/List/ExpandButtonCell.d.ts +9 -0
  87. package/dist/components/List/ExpandButtonCell.d.ts.map +1 -0
  88. package/dist/components/List/ExpandButtonCell.js +44 -0
  89. package/dist/components/List/HeaderCell.d.ts.map +1 -1
  90. package/dist/components/List/HeaderCell.js +4 -8
  91. package/dist/components/List/ListContext.js +3 -3
  92. package/dist/components/List/Row.d.ts.map +1 -1
  93. package/dist/components/List/Row.js +21 -50
  94. package/dist/components/List/SelectRowCell.d.ts +8 -0
  95. package/dist/components/List/SelectRowCell.d.ts.map +1 -0
  96. package/dist/components/List/SelectRowCell.js +49 -0
  97. package/dist/components/List/SortIcon.d.ts +4 -0
  98. package/dist/components/List/SortIcon.d.ts.map +1 -0
  99. package/dist/components/List/SortIcon.js +19 -0
  100. package/dist/components/List/TableContainer.d.ts +5 -0
  101. package/dist/components/List/TableContainer.d.ts.map +1 -0
  102. package/dist/components/List/TableContainer.js +31 -0
  103. package/dist/components/List/index.d.ts.map +1 -1
  104. package/dist/components/List/index.js +4 -16
  105. package/dist/components/Loader/index.js +1 -1
  106. package/dist/components/Menu/MenuContent.d.ts.map +1 -1
  107. package/dist/components/Menu/MenuContent.js +28 -22
  108. package/dist/components/Menu/components/Item.d.ts.map +1 -1
  109. package/dist/components/Menu/components/Item.js +8 -6
  110. package/dist/components/Menu/index.js +2 -2
  111. package/dist/components/Modal/ModalContent.d.ts.map +1 -1
  112. package/dist/components/Modal/ModalContent.js +4 -4
  113. package/dist/components/Modal/components/Dialog.d.ts.map +1 -1
  114. package/dist/components/Modal/components/Dialog.js +14 -12
  115. package/dist/components/Notification/Notification.js +1 -1
  116. package/dist/components/NumberInput/components/Controls.d.ts +12 -0
  117. package/dist/components/NumberInput/components/Controls.d.ts.map +1 -0
  118. package/dist/components/NumberInput/components/Controls.js +78 -0
  119. package/dist/components/NumberInput/components/Unit.d.ts +8 -0
  120. package/dist/components/NumberInput/components/Unit.d.ts.map +1 -0
  121. package/dist/components/NumberInput/components/Unit.js +28 -0
  122. package/dist/components/NumberInput/index.d.ts.map +1 -1
  123. package/dist/components/NumberInput/index.js +33 -86
  124. package/dist/components/Pagination/PaginationButton.d.ts +11 -0
  125. package/dist/components/Pagination/PaginationButton.d.ts.map +1 -0
  126. package/dist/components/Pagination/PaginationButton.js +39 -0
  127. package/dist/components/Pagination/PaginationButtons.d.ts.map +1 -1
  128. package/dist/components/Pagination/PaginationButtons.js +4 -25
  129. package/dist/components/PieChart/index.d.ts.map +1 -1
  130. package/dist/components/PieChart/index.js +1 -1
  131. package/dist/components/Popover/ContentWrapper.d.ts +3 -0
  132. package/dist/components/Popover/ContentWrapper.d.ts.map +1 -0
  133. package/dist/components/Popover/ContentWrapper.js +49 -0
  134. package/dist/components/Popover/index.d.ts +6 -12
  135. package/dist/components/Popover/index.d.ts.map +1 -1
  136. package/dist/components/Popover/index.js +4 -37
  137. package/dist/components/Popover/types.d.ts +26 -0
  138. package/dist/components/Popover/types.d.ts.map +1 -0
  139. package/dist/components/Popup/helpers.d.ts.map +1 -1
  140. package/dist/components/Popup/helpers.js +124 -123
  141. package/dist/components/Popup/index.d.ts.map +1 -1
  142. package/dist/components/Popup/index.js +3 -2
  143. package/dist/components/Popup/styles.css.d.ts.map +1 -1
  144. package/dist/components/Popup/styles.css.js +3 -3
  145. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  146. package/dist/components/ProgressBar/index.js +63 -60
  147. package/dist/components/ProgressBar/styles.css.js +0 -2
  148. package/dist/components/Radio/MarkedIcon.d.ts +2 -0
  149. package/dist/components/Radio/MarkedIcon.d.ts.map +1 -0
  150. package/dist/components/Radio/MarkedIcon.js +33 -0
  151. package/dist/components/Radio/index.d.ts.map +1 -1
  152. package/dist/components/Radio/index.js +3 -21
  153. package/dist/components/Radio/styles.css.js +3 -3
  154. package/dist/components/RadioGroup/Context.d.ts +9 -0
  155. package/dist/components/RadioGroup/Context.d.ts.map +1 -0
  156. package/dist/components/RadioGroup/Context.js +12 -0
  157. package/dist/components/RadioGroup/SingleRadio.d.ts +6 -0
  158. package/dist/components/RadioGroup/SingleRadio.d.ts.map +1 -0
  159. package/dist/components/RadioGroup/SingleRadio.js +40 -0
  160. package/dist/components/RadioGroup/index.d.ts +2 -4
  161. package/dist/components/RadioGroup/index.d.ts.map +1 -1
  162. package/dist/components/RadioGroup/index.js +6 -28
  163. package/dist/components/Row/index.js +1 -1
  164. package/dist/components/Row/styles.css.js +2 -2
  165. package/dist/components/SearchInput/index.d.ts.map +1 -1
  166. package/dist/components/SelectInput/SelectInputProvider.d.ts.map +1 -1
  167. package/dist/components/SelectInput/SelectInputProvider.js +8 -63
  168. package/dist/components/SelectInput/components/Dropdown/AddOption.d.ts +12 -0
  169. package/dist/components/SelectInput/components/Dropdown/AddOption.d.ts.map +1 -0
  170. package/dist/components/SelectInput/components/Dropdown/AddOption.js +48 -0
  171. package/dist/components/SelectInput/components/Dropdown/Content.d.ts +20 -0
  172. package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -0
  173. package/dist/components/SelectInput/components/Dropdown/Content.js +217 -0
  174. package/dist/components/SelectInput/components/{Dropdown.d.ts → Dropdown/Dropdown.d.ts} +1 -17
  175. package/dist/components/SelectInput/components/Dropdown/Dropdown.d.ts.map +1 -0
  176. package/dist/components/SelectInput/components/Dropdown/Dropdown.js +218 -0
  177. package/dist/components/SelectInput/components/Dropdown/Group.d.ts +5 -0
  178. package/dist/components/SelectInput/components/Dropdown/Group.d.ts.map +1 -0
  179. package/dist/components/SelectInput/components/Dropdown/Group.js +79 -0
  180. package/dist/components/SelectInput/components/Dropdown/Item.d.ts +13 -0
  181. package/dist/components/SelectInput/components/Dropdown/Item.d.ts.map +1 -0
  182. package/dist/components/SelectInput/components/Dropdown/Item.js +87 -0
  183. package/dist/components/SelectInput/components/{DropdownOption.d.ts → Dropdown/Option.d.ts} +2 -2
  184. package/dist/components/SelectInput/components/Dropdown/Option.d.ts.map +1 -0
  185. package/dist/components/SelectInput/components/Dropdown/Option.js +139 -0
  186. package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts +10 -0
  187. package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts.map +1 -0
  188. package/dist/components/SelectInput/components/{SearchBarDropdown.js → Dropdown/SearchBar.js} +20 -24
  189. package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts +4 -0
  190. package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts.map +1 -0
  191. package/dist/components/SelectInput/components/Dropdown/SelectAll.js +84 -0
  192. package/dist/components/SelectInput/components/{dropdown.css.d.ts → Dropdown/dropdown.css.d.ts} +4 -2
  193. package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts.map +1 -0
  194. package/dist/components/SelectInput/components/{dropdown.css.js → Dropdown/dropdown.css.js} +15 -13
  195. package/dist/components/SelectInput/components/Dropdown/dropdown.css.ts.vanilla.js +8 -0
  196. package/dist/components/SelectInput/components/Dropdown/index.d.ts +2 -0
  197. package/dist/components/SelectInput/components/Dropdown/index.d.ts.map +1 -0
  198. package/dist/components/SelectInput/components/Dropdown/index.js +11 -0
  199. package/dist/components/SelectInput/components/SelectBar/SelectBar.d.ts.map +1 -0
  200. package/dist/components/SelectInput/components/{SelectBar.js → SelectBar/SelectBar.js} +24 -125
  201. package/dist/components/SelectInput/components/SelectBar/Values.d.ts +20 -0
  202. package/dist/components/SelectInput/components/SelectBar/Values.d.ts.map +1 -0
  203. package/dist/components/SelectInput/components/SelectBar/Values.js +93 -0
  204. package/dist/components/SelectInput/components/SelectBar/index.d.ts +2 -0
  205. package/dist/components/SelectInput/components/SelectBar/index.d.ts.map +1 -0
  206. package/dist/components/SelectInput/components/SelectBar/index.js +11 -0
  207. package/dist/components/SelectInput/components/SelectBar/selectBar.css.d.ts.map +1 -0
  208. package/dist/components/SelectInput/components/{selectBar.css.js → SelectBar/selectBar.css.js} +19 -19
  209. package/dist/components/SelectInput/components/SelectBar/selectBar.css.ts.vanilla.js +8 -0
  210. package/dist/components/SelectInput/components/helpers.d.ts +30 -0
  211. package/dist/components/SelectInput/components/helpers.d.ts.map +1 -0
  212. package/dist/components/SelectInput/components/helpers.js +77 -0
  213. package/dist/components/SelectInput/components/index.d.ts +3 -0
  214. package/dist/components/SelectInput/components/index.d.ts.map +1 -0
  215. package/dist/components/SelectInput/components/index.js +15 -0
  216. package/dist/components/SelectInput/index.d.ts.map +1 -1
  217. package/dist/components/SelectInput/index.js +4 -4
  218. package/dist/components/SelectInput/reducerFonctions.d.ts +28 -0
  219. package/dist/components/SelectInput/reducerFonctions.d.ts.map +1 -0
  220. package/dist/components/SelectInput/reducerFonctions.js +76 -0
  221. package/dist/components/SelectInput/styles.css.d.ts +4 -2
  222. package/dist/components/SelectInput/styles.css.d.ts.map +1 -1
  223. package/dist/components/SelectInput/styles.css.js +52 -50
  224. package/dist/components/SelectableCard/MultiStateInput.js +1 -1
  225. package/dist/components/SelectableCard/SelectableCard.js +5 -4
  226. package/dist/components/SelectableCardGroup/Context.d.ts +11 -0
  227. package/dist/components/SelectableCardGroup/Context.d.ts.map +1 -0
  228. package/dist/components/SelectableCardGroup/Context.js +13 -0
  229. package/dist/components/SelectableCardGroup/SingleCard.d.ts +5 -0
  230. package/dist/components/SelectableCardGroup/SingleCard.d.ts.map +1 -0
  231. package/dist/components/SelectableCardGroup/SingleCard.js +42 -0
  232. package/dist/components/SelectableCardGroup/index.d.ts +2 -4
  233. package/dist/components/SelectableCardGroup/index.d.ts.map +1 -1
  234. package/dist/components/SelectableCardGroup/index.js +6 -30
  235. package/dist/components/SelectableCardOptionGroup/components/Option.js +1 -1
  236. package/dist/components/Skeleton/Blocks.d.ts.map +1 -1
  237. package/dist/components/Skeleton/List.d.ts.map +1 -1
  238. package/dist/components/Skeleton/List.js +8 -9
  239. package/dist/components/Skeleton/Slider.d.ts.map +1 -1
  240. package/dist/components/Skeleton/index.js +1 -2
  241. package/dist/components/Slider/components/SingleSlider.d.ts.map +1 -1
  242. package/dist/components/Slider/components/SingleSlider.js +1 -1
  243. package/dist/components/Snippet/CodeContent.d.ts +14 -0
  244. package/dist/components/Snippet/CodeContent.d.ts.map +1 -0
  245. package/dist/components/Snippet/CodeContent.js +36 -0
  246. package/dist/components/Snippet/index.d.ts +1 -1
  247. package/dist/components/Snippet/index.d.ts.map +1 -1
  248. package/dist/components/Snippet/index.js +6 -22
  249. package/dist/components/Stack/index.js +2 -2
  250. package/dist/components/Stack/styles.css.js +2 -2
  251. package/dist/components/StepList/Item.d.ts +17 -0
  252. package/dist/components/StepList/Item.d.ts.map +1 -0
  253. package/dist/components/StepList/Item.js +32 -0
  254. package/dist/components/StepList/index.d.ts +12 -15
  255. package/dist/components/StepList/index.d.ts.map +1 -1
  256. package/dist/components/StepList/index.js +4 -19
  257. package/dist/components/Stepper/Bullet.d.ts +7 -0
  258. package/dist/components/Stepper/Bullet.d.ts.map +1 -0
  259. package/dist/components/Stepper/Bullet.js +42 -0
  260. package/dist/components/Stepper/Step.d.ts.map +1 -1
  261. package/dist/components/Stepper/Step.js +8 -24
  262. package/dist/components/Stepper/index.js +1 -1
  263. package/dist/components/Table/Cell.js +1 -1
  264. package/dist/components/Table/HeaderCell.d.ts.map +1 -1
  265. package/dist/components/Table/HeaderCell.js +6 -12
  266. package/dist/components/Table/SortIcon.d.ts +4 -0
  267. package/dist/components/Table/SortIcon.d.ts.map +1 -0
  268. package/dist/components/Table/SortIcon.js +19 -0
  269. package/dist/components/Table/TableContainer.d.ts +5 -0
  270. package/dist/components/Table/TableContainer.d.ts.map +1 -0
  271. package/dist/components/Table/TableContainer.js +31 -0
  272. package/dist/components/Table/TableContext.d.ts.map +1 -1
  273. package/dist/components/Table/TableContext.js +2 -2
  274. package/dist/components/Table/index.d.ts +6 -6
  275. package/dist/components/Table/index.d.ts.map +1 -1
  276. package/dist/components/Table/index.js +6 -22
  277. package/dist/components/Table/styles.css.js +0 -2
  278. package/dist/components/Tabs/Tab.js +2 -2
  279. package/dist/components/Tabs/TabMenu.js +2 -2
  280. package/dist/components/Tabs/TabMenuItem.js +2 -2
  281. package/dist/components/Tabs/index.js +2 -2
  282. package/dist/components/Tag/TagInner.d.ts +5 -0
  283. package/dist/components/Tag/TagInner.d.ts.map +1 -0
  284. package/dist/components/Tag/TagInner.js +48 -0
  285. package/dist/components/Tag/index.d.ts +1 -31
  286. package/dist/components/Tag/index.d.ts.map +1 -1
  287. package/dist/components/Tag/index.js +7 -40
  288. package/dist/components/Tag/type.d.ts +31 -0
  289. package/dist/components/Tag/type.d.ts.map +1 -0
  290. package/dist/components/TagInput/index.js +1 -1
  291. package/dist/components/TagList/constant.d.ts +2 -0
  292. package/dist/components/TagList/constant.d.ts.map +1 -1
  293. package/dist/components/TagList/constant.js +3 -2
  294. package/dist/components/TagList/index.d.ts +1 -1
  295. package/dist/components/TagList/index.d.ts.map +1 -1
  296. package/dist/components/TagList/index.js +33 -27
  297. package/dist/components/TagList/styles.css.d.ts.map +1 -1
  298. package/dist/components/Text/index.js +1 -1
  299. package/dist/components/Text/style.css.js +0 -2
  300. package/dist/components/TextArea/Icon.d.ts +5 -0
  301. package/dist/components/TextArea/Icon.d.ts.map +1 -0
  302. package/dist/components/TextArea/Icon.js +19 -0
  303. package/dist/components/TextArea/Notice.d.ts +11 -0
  304. package/dist/components/TextArea/Notice.d.ts.map +1 -0
  305. package/dist/components/TextArea/Notice.js +41 -0
  306. package/dist/components/TextArea/constant.d.ts +2 -0
  307. package/dist/components/TextArea/constant.d.ts.map +1 -0
  308. package/dist/components/TextArea/constant.js +11 -0
  309. package/dist/components/TextArea/index.d.ts.map +1 -1
  310. package/dist/components/TextArea/index.js +29 -48
  311. package/dist/components/TextInput/BottomText.d.ts +3 -0
  312. package/dist/components/TextInput/BottomText.d.ts.map +1 -0
  313. package/dist/components/TextInput/BottomText.js +29 -0
  314. package/dist/components/TextInput/PrefixSuffix.d.ts +7 -0
  315. package/dist/components/TextInput/PrefixSuffix.d.ts.map +1 -0
  316. package/dist/components/TextInput/PrefixSuffix.js +30 -0
  317. package/dist/components/TextInput/RightIcon.d.ts +10 -0
  318. package/dist/components/TextInput/RightIcon.d.ts.map +1 -0
  319. package/dist/components/TextInput/RightIcon.js +62 -0
  320. package/dist/components/TextInput/ShowHidePassword.d.ts +7 -0
  321. package/dist/components/TextInput/ShowHidePassword.d.ts.map +1 -0
  322. package/dist/components/TextInput/ShowHidePassword.js +36 -0
  323. package/dist/components/TextInput/index.d.ts +5 -6
  324. package/dist/components/TextInput/index.d.ts.map +1 -1
  325. package/dist/components/TextInput/index.js +46 -106
  326. package/dist/components/TextInput/type.d.ts +25 -0
  327. package/dist/components/TextInput/type.d.ts.map +1 -0
  328. package/dist/components/TimeInput/RightIcon.d.ts +9 -0
  329. package/dist/components/TimeInput/RightIcon.d.ts.map +1 -0
  330. package/dist/components/TimeInput/RightIcon.js +36 -0
  331. package/dist/components/TimeInput/index.d.ts.map +1 -1
  332. package/dist/components/TimeInput/index.js +17 -29
  333. package/dist/components/Toaster/Toaster.js +1 -1
  334. package/dist/components/ToggleGroup/Context.d.ts +9 -0
  335. package/dist/components/ToggleGroup/Context.d.ts.map +1 -0
  336. package/dist/components/ToggleGroup/Context.js +13 -0
  337. package/dist/components/ToggleGroup/SingleToggle.d.ts +11 -0
  338. package/dist/components/ToggleGroup/SingleToggle.d.ts.map +1 -0
  339. package/dist/components/ToggleGroup/SingleToggle.js +37 -0
  340. package/dist/components/ToggleGroup/index.d.ts +2 -9
  341. package/dist/components/ToggleGroup/index.d.ts.map +1 -1
  342. package/dist/components/ToggleGroup/index.js +6 -25
  343. package/dist/components/TreeMapChart/index.js +1 -1
  344. package/dist/components/VerificationCode/index.js +2 -3
  345. package/dist/components/compositions/CodeEditor/components/CopyButton.d.ts +5 -0
  346. package/dist/components/compositions/CodeEditor/components/CopyButton.d.ts.map +1 -0
  347. package/dist/components/compositions/CodeEditor/components/CopyButton.js +24 -0
  348. package/dist/components/compositions/CodeEditor/components/Expandable.d.ts +8 -0
  349. package/dist/components/compositions/CodeEditor/components/Expandable.d.ts.map +1 -0
  350. package/dist/components/compositions/CodeEditor/components/Expandable.js +37 -0
  351. package/dist/components/compositions/CodeEditor/index.d.ts +4 -38
  352. package/dist/components/compositions/CodeEditor/index.d.ts.map +1 -1
  353. package/dist/components/compositions/CodeEditor/index.js +6 -33
  354. package/dist/components/compositions/CodeEditor/styles.css.js +2 -0
  355. package/dist/components/compositions/CodeEditor/type.d.ts +38 -0
  356. package/dist/components/compositions/CodeEditor/type.d.ts.map +1 -0
  357. package/dist/components/compositions/ContentCard/Content.d.ts +0 -10
  358. package/dist/components/compositions/ContentCard/Content.d.ts.map +1 -1
  359. package/dist/components/compositions/ContentCard/Content.js +2 -30
  360. package/dist/components/compositions/ContentCard/ImageContent.d.ts +7 -0
  361. package/dist/components/compositions/ContentCard/ImageContent.d.ts.map +1 -0
  362. package/dist/components/compositions/ContentCard/ImageContent.js +23 -0
  363. package/dist/components/compositions/ContentCard/LinkContent.d.ts +5 -0
  364. package/dist/components/compositions/ContentCard/LinkContent.d.ts.map +1 -0
  365. package/dist/components/compositions/ContentCard/LinkContent.js +30 -0
  366. package/dist/components/compositions/ContentCard/index.d.ts.map +1 -1
  367. package/dist/components/compositions/ContentCard/index.js +5 -1
  368. package/dist/components/compositions/ContentCardGroup/index.d.ts.map +1 -1
  369. package/dist/components/compositions/Conversation/components/Date.d.ts +6 -0
  370. package/dist/components/compositions/Conversation/components/Date.d.ts.map +1 -0
  371. package/dist/components/compositions/Conversation/components/Date.js +23 -0
  372. package/dist/components/compositions/Conversation/components/Message.d.ts +11 -0
  373. package/dist/components/compositions/Conversation/components/Message.d.ts.map +1 -0
  374. package/dist/components/compositions/Conversation/components/Message.js +28 -0
  375. package/dist/components/compositions/Conversation/components/MessageInfos.d.ts +7 -0
  376. package/dist/components/compositions/Conversation/components/MessageInfos.d.ts.map +1 -0
  377. package/dist/components/compositions/Conversation/components/MessageInfos.js +18 -0
  378. package/dist/components/compositions/Conversation/components/MessageTag.d.ts +6 -0
  379. package/dist/components/compositions/Conversation/components/MessageTag.d.ts.map +1 -0
  380. package/dist/components/compositions/Conversation/components/MessageTag.js +20 -0
  381. package/dist/components/compositions/Conversation/index.d.ts +7 -22
  382. package/dist/components/compositions/Conversation/index.d.ts.map +1 -1
  383. package/dist/components/compositions/Conversation/index.js +10 -41
  384. package/dist/components/compositions/EstimateCost/Components/Children.d.ts +3 -0
  385. package/dist/components/compositions/EstimateCost/Components/Children.d.ts.map +1 -0
  386. package/dist/components/compositions/EstimateCost/Components/Children.js +52 -0
  387. package/dist/components/compositions/EstimateCost/Components/{ContentComponents.d.ts → Description.d.ts} +2 -8
  388. package/dist/components/compositions/EstimateCost/Components/Description.d.ts.map +1 -0
  389. package/dist/components/compositions/EstimateCost/Components/Description.js +19 -0
  390. package/dist/components/compositions/EstimateCost/Components/Item.d.ts.map +1 -1
  391. package/dist/components/compositions/EstimateCost/Components/Item.js +1 -1
  392. package/dist/components/compositions/EstimateCost/Components/ItemLeftSide.js +1 -1
  393. package/dist/components/compositions/EstimateCost/Components/ItemPrice.d.ts.map +1 -1
  394. package/dist/components/compositions/EstimateCost/Components/LineThrough.js +2 -2
  395. package/dist/components/compositions/EstimateCost/Components/Title.d.ts +5 -0
  396. package/dist/components/compositions/EstimateCost/Components/Title.d.ts.map +1 -0
  397. package/dist/components/compositions/EstimateCost/Components/Title.js +23 -0
  398. package/dist/components/compositions/EstimateCost/Components/Total.d.ts +3 -0
  399. package/dist/components/compositions/EstimateCost/Components/Total.d.ts.map +1 -0
  400. package/dist/components/compositions/EstimateCost/Components/{ContentComponents.js → Total.js} +6 -54
  401. package/dist/components/compositions/EstimateCost/Components/Unit.js +1 -1
  402. package/dist/components/compositions/EstimateCost/Components/components.css.js +2 -3
  403. package/dist/components/compositions/EstimateCost/Ellipsis.d.ts +7 -0
  404. package/dist/components/compositions/EstimateCost/Ellipsis.d.ts.map +1 -0
  405. package/dist/components/compositions/EstimateCost/Ellipsis.js +37 -0
  406. package/dist/components/compositions/EstimateCost/EstimateCostContent.d.ts.map +1 -1
  407. package/dist/components/compositions/EstimateCost/EstimateCostContent.js +8 -4
  408. package/dist/components/compositions/EstimateCost/EstimateCostProvider.js +1 -1
  409. package/dist/components/compositions/EstimateCost/Image.d.ts +2 -0
  410. package/dist/components/compositions/EstimateCost/Image.d.ts.map +1 -0
  411. package/dist/components/compositions/EstimateCost/Image.js +21 -0
  412. package/dist/components/compositions/EstimateCost/index.d.ts +10 -11
  413. package/dist/components/compositions/EstimateCost/index.d.ts.map +1 -1
  414. package/dist/components/compositions/EstimateCost/index.js +5 -35
  415. package/dist/components/compositions/EstimateCost/types.d.ts +1 -1
  416. package/dist/components/compositions/EstimateCost/types.d.ts.map +1 -1
  417. package/dist/components/compositions/InfoTable/components/Cell.d.ts.map +1 -1
  418. package/dist/components/compositions/InfoTable/components/Cell.js +2 -1
  419. package/dist/components/compositions/InfoTable/components/Row.js +1 -1
  420. package/dist/components/compositions/InfoTable/styles.css.d.ts +1 -0
  421. package/dist/components/compositions/InfoTable/styles.css.d.ts.map +1 -1
  422. package/dist/components/compositions/InfoTable/styles.css.js +2 -1
  423. package/dist/components/compositions/Navigation/NavigationProvider.js +1 -1
  424. package/dist/components/compositions/Navigation/components/Group.js +1 -1
  425. package/dist/components/compositions/Navigation/components/Item/Badge.d.ts +5 -0
  426. package/dist/components/compositions/Navigation/components/Item/Badge.d.ts.map +1 -0
  427. package/dist/components/compositions/Navigation/components/Item/Badge.js +23 -0
  428. package/dist/components/compositions/Navigation/components/Item/Children.d.ts +5 -0
  429. package/dist/components/compositions/Navigation/components/Item/Children.d.ts.map +1 -0
  430. package/dist/components/compositions/Navigation/components/Item/Children.js +39 -0
  431. package/dist/components/compositions/Navigation/components/Item/Content.d.ts +3 -0
  432. package/dist/components/compositions/Navigation/components/Item/Content.d.ts.map +1 -0
  433. package/dist/components/compositions/Navigation/components/Item/Content.js +80 -0
  434. package/dist/components/compositions/Navigation/components/{Item.d.ts → Item/Item.d.ts} +2 -2
  435. package/dist/components/compositions/Navigation/components/Item/Item.d.ts.map +1 -0
  436. package/dist/components/compositions/Navigation/components/{Item.js → Item/Item.js} +35 -8
  437. package/dist/components/compositions/Navigation/components/{ItemExpanded.d.ts → Item/ItemExpanded.d.ts} +1 -1
  438. package/dist/components/compositions/Navigation/components/Item/ItemExpanded.d.ts.map +1 -0
  439. package/dist/components/compositions/Navigation/components/{ItemExpanded.js → Item/ItemExpanded.js} +16 -92
  440. package/dist/components/compositions/Navigation/components/Item/ItemProvider.d.ts.map +1 -0
  441. package/dist/components/compositions/Navigation/components/{ItemProvider.js → Item/ItemProvider.js} +2 -2
  442. package/dist/components/compositions/Navigation/components/{ItemFragments.d.ts → Item/PinnedButton.d.ts} +2 -5
  443. package/dist/components/compositions/Navigation/components/Item/PinnedButton.d.ts.map +1 -0
  444. package/dist/components/compositions/Navigation/components/{ItemFragments.js → Item/PinnedButton.js} +9 -19
  445. package/dist/components/compositions/Navigation/components/Menu/Menu.d.ts +3 -0
  446. package/dist/components/compositions/Navigation/components/Menu/Menu.d.ts.map +1 -0
  447. package/dist/components/compositions/Navigation/components/Menu/Menu.js +73 -0
  448. package/dist/components/compositions/Navigation/components/{ItemMenu.d.ts → Menu/MenuItem.d.ts} +2 -3
  449. package/dist/components/compositions/Navigation/components/Menu/MenuItem.d.ts.map +1 -0
  450. package/dist/components/compositions/Navigation/components/{ItemMenu.js → Menu/MenuItem.js} +16 -65
  451. package/dist/components/compositions/Navigation/components/Menu/NestedMenu.d.ts +3 -0
  452. package/dist/components/compositions/Navigation/components/Menu/NestedMenu.d.ts.map +1 -0
  453. package/dist/components/compositions/Navigation/components/Menu/NestedMenu.js +51 -0
  454. package/dist/components/compositions/Navigation/components/PinnedItems.d.ts.map +1 -1
  455. package/dist/components/compositions/Navigation/components/PinnedItems.js +2 -2
  456. package/dist/components/compositions/Navigation/components/ShowHide.d.ts.map +1 -1
  457. package/dist/components/compositions/Navigation/index.js +1 -1
  458. package/dist/components/compositions/OfferList/components/Row.d.ts +1 -1
  459. package/dist/components/compositions/OfferList/components/Row.d.ts.map +1 -1
  460. package/dist/components/compositions/OfferList/components/Row.js +13 -47
  461. package/dist/components/compositions/OfferList/components/SelectableCell.d.ts +21 -0
  462. package/dist/components/compositions/OfferList/components/SelectableCell.d.ts.map +1 -0
  463. package/dist/components/compositions/OfferList/components/SelectableCell.js +71 -0
  464. package/dist/components/compositions/OfferList/index.d.ts.map +1 -1
  465. package/dist/components/compositions/OptionSelector/styles.css.js +178 -2
  466. package/dist/components/compositions/OrderSummary/ScrollableContent.d.ts.map +1 -1
  467. package/dist/components/compositions/OrderSummary/ScrollableContent.js +6 -221
  468. package/dist/components/compositions/OrderSummary/components/Category.d.ts +5 -0
  469. package/dist/components/compositions/OrderSummary/components/Category.d.ts.map +1 -0
  470. package/dist/components/compositions/OrderSummary/components/Category.js +125 -0
  471. package/dist/components/compositions/OrderSummary/components/SubCategory.d.ts +5 -0
  472. package/dist/components/compositions/OrderSummary/components/SubCategory.d.ts.map +1 -0
  473. package/dist/components/compositions/OrderSummary/components/SubCategory.js +104 -0
  474. package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.d.ts +5 -0
  475. package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.d.ts.map +1 -0
  476. package/dist/components/compositions/OrderSummary/components/SubCategoryPrice.js +50 -0
  477. package/dist/components/compositions/OrderSummary/helpers.js +1 -1
  478. package/dist/components/compositions/OrderSummary/index.d.ts +4 -0
  479. package/dist/components/compositions/OrderSummary/index.d.ts.map +1 -1
  480. package/dist/components/compositions/Plans/index.d.ts +3 -0
  481. package/dist/components/compositions/Plans/index.d.ts.map +1 -1
  482. package/dist/components/compositions/SteppedListCard/styles.css.js +0 -2
  483. package/dist/components/index.js +5 -4
  484. package/dist/components/styles.js +20 -20
  485. package/dist/helpers/legend.d.ts +15 -15
  486. package/dist/helpers/nivoTheme.d.ts +15 -15
  487. package/dist/helpers/treeMap.d.ts +15 -15
  488. package/dist/index.js +9 -8
  489. package/dist/theme/ThemeProvider.d.ts +15 -15
  490. package/dist/theme/index.d.ts +42 -42
  491. package/dist/ui.css +1 -1
  492. package/package.json +12 -6
  493. package/dist/components/SelectInput/components/Dropdown.d.ts.map +0 -1
  494. package/dist/components/SelectInput/components/Dropdown.js +0 -741
  495. package/dist/components/SelectInput/components/DropdownOption.d.ts.map +0 -1
  496. package/dist/components/SelectInput/components/DropdownOption.js +0 -163
  497. package/dist/components/SelectInput/components/SearchBarDropdown.d.ts +0 -10
  498. package/dist/components/SelectInput/components/SearchBarDropdown.d.ts.map +0 -1
  499. package/dist/components/SelectInput/components/SelectBar.d.ts.map +0 -1
  500. package/dist/components/SelectInput/components/dropdown.css.d.ts.map +0 -1
  501. package/dist/components/SelectInput/components/dropdown.css.ts.vanilla.js +0 -8
  502. package/dist/components/SelectInput/components/selectBar.css.d.ts.map +0 -1
  503. package/dist/components/SelectInput/components/selectBar.css.ts.vanilla.js +0 -8
  504. package/dist/components/compositions/EstimateCost/Components/ContentComponents.d.ts.map +0 -1
  505. package/dist/components/compositions/Navigation/components/Item.d.ts.map +0 -1
  506. package/dist/components/compositions/Navigation/components/ItemExpanded.d.ts.map +0 -1
  507. package/dist/components/compositions/Navigation/components/ItemFragments.d.ts.map +0 -1
  508. package/dist/components/compositions/Navigation/components/ItemMenu.d.ts.map +0 -1
  509. package/dist/components/compositions/Navigation/components/ItemProvider.d.ts.map +0 -1
  510. /package/dist/components/SelectInput/components/{SelectBar.d.ts → SelectBar/SelectBar.d.ts} +0 -0
  511. /package/dist/components/SelectInput/components/{selectBar.css.d.ts → SelectBar/selectBar.css.d.ts} +0 -0
  512. /package/dist/components/compositions/Navigation/components/{ItemProvider.d.ts → Item/ItemProvider.d.ts} +0 -0
@@ -1,235 +1,20 @@
1
1
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
2
2
  import { Stack, init_Stack } from "../../Stack/index.js";
3
- import { Text, init_Text } from "../../Text/index.js";
4
- import { NumberInput, init_NumberInput } from "../../NumberInput/index.js";
5
3
  import { OrderSummaryContext, init_Provider } from "./Provider.js";
6
- import { DisplayPrice, calculateSubCategoryPrice, formatNumber, init_helpers } from "./helpers.js";
7
4
  import { init_styles_css, orderSummaryStyle } from "./styles.css.js";
5
+ import { CategoryName, init_Category } from "./components/Category.js";
6
+ import { SubCategory, init_SubCategory } from "./components/SubCategory.js";
8
7
  import { useContext } from "react";
9
- import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
10
- import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
11
9
 
12
10
  //#region src/components/compositions/OrderSummary/ScrollableContent.tsx
13
- var SubCategoryPrice, CategoryName, SubCategory, ScrollableContent;
11
+ var ScrollableContent;
14
12
  var init_ScrollableContent = __esmMin(() => {
15
- init_NumberInput();
16
13
  init_Stack();
17
- init_Text();
18
- init_helpers();
14
+ init_Category();
15
+ init_SubCategory();
19
16
  init_Provider();
20
17
  init_styles_css();
21
- SubCategoryPrice = ({ subCategory }) => {
22
- const { currency, localeFormat, hideTimeUnit, timePeriodAmount, timePeriodUnit, fractionDigits } = useContext(OrderSummaryContext);
23
- const subCategoryPrice = calculateSubCategoryPrice(subCategory, hideTimeUnit, timePeriodAmount, timePeriodUnit);
24
- const getCorrectPrice = (variant, index) => subCategory.priceUnit ? subCategory.price : subCategoryPrice[variant][index];
25
- return /* @__PURE__ */ jsxs(Fragment$1, { children: [subCategory.price !== void 0 && !subCategory.hidePrice && subCategoryPrice.default[0] === subCategoryPrice.discounted[0] && subCategoryPrice.default[1] === subCategoryPrice.discounted[1] ? /* @__PURE__ */ jsxs(Text, {
26
- as: "span",
27
- prominence: "strong",
28
- sentiment: "neutral",
29
- variant: "bodySmallStrong",
30
- children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
31
- }) : null, subCategory.price !== void 0 && !subCategory.hidePrice && (subCategoryPrice.default[0] !== subCategoryPrice.discounted[0] || subCategoryPrice.default[1] !== subCategoryPrice.discounted[1]) ? /* @__PURE__ */ jsxs(Stack, {
32
- alignItems: "center",
33
- direction: "row",
34
- gap: 1,
35
- children: [/* @__PURE__ */ jsxs(Text, {
36
- as: "span",
37
- prominence: "weak",
38
- sentiment: "neutral",
39
- strikeThrough: true,
40
- variant: "bodySmallStrong",
41
- children: [subCategoryPrice.default[0] === subCategoryPrice.default[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("default", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.default[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.default[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
42
- }), /* @__PURE__ */ jsxs(Text, {
43
- as: "span",
44
- prominence: "strong",
45
- sentiment: "neutral",
46
- variant: "bodySmallStrong",
47
- children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
48
- })]
49
- }) : null] });
50
- };
51
- CategoryName = ({ category }) => {
52
- var _categoriesPrice$cate;
53
- const { categoriesPrice } = useContext(OrderSummaryContext);
54
- const categoryPrice = (_categoriesPrice$cate = categoriesPrice[category.category]) !== null && _categoriesPrice$cate !== void 0 ? _categoriesPrice$cate : {
55
- maxPrice: 0,
56
- maxPriceWithDiscount: 0,
57
- timeUnit: "hours",
58
- totalPrice: 0,
59
- totalPriceWithDiscount: 0
60
- };
61
- return category.category ? /* @__PURE__ */ jsxs(Stack, {
62
- alignItems: "center",
63
- direction: "row",
64
- justifyContent: "space-between",
65
- children: [
66
- category.additionalInfo ? /* @__PURE__ */ jsxs(Stack, {
67
- alignItems: "center",
68
- direction: "row",
69
- gap: 1,
70
- children: [/* @__PURE__ */ jsx(Text, {
71
- as: "span",
72
- prominence: "strong",
73
- sentiment: "neutral",
74
- variant: "bodyStrong",
75
- children: category.anchor ? /* @__PURE__ */ jsxs("a", {
76
- className: orderSummaryStyle.anchor,
77
- href: category.anchor,
78
- children: [/* @__PURE__ */ jsx(AttachIcon, {
79
- className: orderSummaryStyle.anchorIcon({ size: "medium" }),
80
- sentiment: "info"
81
- }), category.category]
82
- }) : category.category
83
- }), /* @__PURE__ */ jsx(Text, {
84
- as: "span",
85
- italic: true,
86
- sentiment: "primary",
87
- variant: "bodySmall",
88
- children: category.additionalInfo
89
- })]
90
- }) : /* @__PURE__ */ jsx(Text, {
91
- as: "span",
92
- prominence: "strong",
93
- sentiment: "neutral",
94
- variant: "bodyStrong",
95
- children: category.anchor ? /* @__PURE__ */ jsxs("a", {
96
- className: orderSummaryStyle.anchor,
97
- href: category.anchor,
98
- children: [/* @__PURE__ */ jsx(AttachIcon, {
99
- className: orderSummaryStyle.anchorIcon({ size: "medium" }),
100
- sentiment: "info"
101
- }), category.category]
102
- }) : category.category
103
- }),
104
- category.customContent,
105
- category.numberInput ? /* @__PURE__ */ jsx(NumberInput, {
106
- className: orderSummaryStyle.numberInput,
107
- controls: category.numberInputControls,
108
- onChange: category.onChangeInput,
109
- size: "small",
110
- unit: category.numberInputUnit,
111
- value: category.numberInputValue
112
- }) : null,
113
- !(category.customContent || category.numberInput) && categoryPrice.totalPrice === categoryPrice.totalPriceWithDiscount ? /* @__PURE__ */ jsx(Text, {
114
- as: "span",
115
- prominence: "strong",
116
- sentiment: "neutral",
117
- variant: "bodyStrong",
118
- children: /* @__PURE__ */ jsx(DisplayPrice, {
119
- beforeOrAfter: "after",
120
- price: categoryPrice
121
- })
122
- }) : null,
123
- !(category.customContent || category.numberInput) && categoryPrice.totalPrice !== categoryPrice.totalPriceWithDiscount ? /* @__PURE__ */ jsxs(Stack, {
124
- alignItems: "center",
125
- direction: "row",
126
- gap: 1,
127
- children: [/* @__PURE__ */ jsx(Text, {
128
- as: "span",
129
- prominence: "weak",
130
- sentiment: "neutral",
131
- strikeThrough: true,
132
- variant: "bodySmallStrong",
133
- children: /* @__PURE__ */ jsx(DisplayPrice, {
134
- beforeOrAfter: "before",
135
- price: categoryPrice
136
- })
137
- }), /* @__PURE__ */ jsx(Text, {
138
- as: "span",
139
- prominence: "strong",
140
- sentiment: "neutral",
141
- variant: "bodyStrong",
142
- children: /* @__PURE__ */ jsx(DisplayPrice, {
143
- beforeOrAfter: "after",
144
- price: categoryPrice
145
- })
146
- })]
147
- }) : null
148
- ]
149
- }) : null;
150
- };
151
- SubCategory = ({ subCategory }) => {
152
- var _subCategory$details;
153
- return /* @__PURE__ */ jsxs(Stack, {
154
- direction: "column",
155
- gap: 1,
156
- children: [/* @__PURE__ */ jsxs(Stack, {
157
- alignItems: "center",
158
- direction: "row",
159
- justifyContent: "space-between",
160
- children: [
161
- subCategory.additionalInfo || subCategory.icon ? /* @__PURE__ */ jsxs(Stack, {
162
- alignItems: "center",
163
- direction: "row",
164
- gap: 1,
165
- children: [
166
- subCategory.icon,
167
- /* @__PURE__ */ jsx(Text, {
168
- as: "span",
169
- prominence: "strong",
170
- sentiment: "neutral",
171
- variant: "bodySmallStrong",
172
- children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
173
- className: orderSummaryStyle.anchor,
174
- href: subCategory.anchor,
175
- children: [/* @__PURE__ */ jsx(AttachIcon, {
176
- className: orderSummaryStyle.anchorIcon({ size: "small" }),
177
- sentiment: "info"
178
- }), subCategory.title]
179
- }) : subCategory.title
180
- }),
181
- /* @__PURE__ */ jsx(Text, {
182
- as: "span",
183
- italic: true,
184
- sentiment: "primary",
185
- variant: "bodySmall",
186
- children: subCategory.additionalInfo
187
- })
188
- ]
189
- }) : /* @__PURE__ */ jsx(Text, {
190
- as: "span",
191
- prominence: "strong",
192
- sentiment: "neutral",
193
- variant: "bodySmallStrong",
194
- children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
195
- className: orderSummaryStyle.anchor,
196
- href: subCategory.anchor,
197
- children: [/* @__PURE__ */ jsx(AttachIcon, {
198
- className: orderSummaryStyle.anchorIcon({ size: "small" }),
199
- sentiment: "info"
200
- }), subCategory.title]
201
- }) : subCategory.title
202
- }),
203
- subCategory.customContent ? /* @__PURE__ */ jsx(Text, {
204
- as: "span",
205
- prominence: "strong",
206
- sentiment: "neutral",
207
- variant: "bodySmallStrong",
208
- children: subCategory.customContent
209
- }) : null,
210
- subCategory.numberInput ? /* @__PURE__ */ jsx(NumberInput, {
211
- className: orderSummaryStyle.numberInput,
212
- controls: subCategory.numberInputControls,
213
- onChange: subCategory.onChangeInput,
214
- size: "small",
215
- unit: subCategory.numberInputUnit,
216
- value: subCategory.numberInputValue
217
- }) : null,
218
- /* @__PURE__ */ jsx(SubCategoryPrice, { subCategory })
219
- ]
220
- }), /* @__PURE__ */ jsx(Stack, {
221
- className: orderSummaryStyle.details,
222
- direction: "column",
223
- gap: .5,
224
- children: (_subCategory$details = subCategory.details) === null || _subCategory$details === void 0 ? void 0 : _subCategory$details.map((detail, index) => detail ? /* @__PURE__ */ jsx(Text, {
225
- as: "span",
226
- sentiment: "neutral",
227
- variant: "bodySmall",
228
- children: detail
229
- }, `${subCategory.title}-${index}`) : null)
230
- })]
231
- });
232
- };
233
18
  ScrollableContent = () => {
234
19
  const { items } = useContext(OrderSummaryContext);
235
20
  return /* @__PURE__ */ jsx(Stack, {
@@ -0,0 +1,5 @@
1
+ import type { ItemsType } from '../types';
2
+ export declare const CategoryName: ({ category }: {
3
+ category: ItemsType;
4
+ }) => import("react/jsx-runtime").JSX.Element | null;
5
+ //# sourceMappingURL=Category.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Category.d.ts","sourceRoot":"","sources":["../../../../../src/components/compositions/OrderSummary/components/Category.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAA;AAEzC,eAAO,MAAM,YAAY;;oDAwGxB,CAAA"}
@@ -0,0 +1,125 @@
1
+ import { __esmMin, __name } from "../../../../_virtual/_rolldown/runtime.js";
2
+ import { Stack, init_Stack } from "../../../Stack/index.js";
3
+ import { Text, init_Text } from "../../../Text/index.js";
4
+ import { NumberInput, init_NumberInput } from "../../../NumberInput/index.js";
5
+ import { OrderSummaryContext, init_Provider } from "../Provider.js";
6
+ import { DisplayPrice, init_helpers } from "../helpers.js";
7
+ import { init_styles_css, orderSummaryStyle } from "../styles.css.js";
8
+ import { useContext } from "react";
9
+ import { jsx, jsxs } from "react/jsx-runtime";
10
+ import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
11
+
12
+ //#region src/components/compositions/OrderSummary/components/Category.tsx
13
+ var CategoryName;
14
+ var init_Category = __esmMin(() => {
15
+ init_NumberInput();
16
+ init_Stack();
17
+ init_Text();
18
+ init_helpers();
19
+ init_Provider();
20
+ init_styles_css();
21
+ CategoryName = ({ category }) => {
22
+ var _categoriesPrice$cate;
23
+ const { categoriesPrice } = useContext(OrderSummaryContext);
24
+ const categoryPrice = (_categoriesPrice$cate = categoriesPrice[category.category]) !== null && _categoriesPrice$cate !== void 0 ? _categoriesPrice$cate : {
25
+ maxPrice: 0,
26
+ maxPriceWithDiscount: 0,
27
+ timeUnit: "hours",
28
+ totalPrice: 0,
29
+ totalPriceWithDiscount: 0
30
+ };
31
+ return category.category ? /* @__PURE__ */ jsxs(Stack, {
32
+ alignItems: "center",
33
+ direction: "row",
34
+ justifyContent: "space-between",
35
+ children: [
36
+ category.additionalInfo ? /* @__PURE__ */ jsxs(Stack, {
37
+ alignItems: "center",
38
+ direction: "row",
39
+ gap: 1,
40
+ children: [/* @__PURE__ */ jsx(Text, {
41
+ as: "span",
42
+ prominence: "strong",
43
+ sentiment: "neutral",
44
+ variant: "bodyStrong",
45
+ children: category.anchor ? /* @__PURE__ */ jsxs("a", {
46
+ className: orderSummaryStyle.anchor,
47
+ href: category.anchor,
48
+ children: [/* @__PURE__ */ jsx(AttachIcon, {
49
+ className: orderSummaryStyle.anchorIcon({ size: "medium" }),
50
+ sentiment: "info"
51
+ }), category.category]
52
+ }) : category.category
53
+ }), /* @__PURE__ */ jsx(Text, {
54
+ as: "span",
55
+ italic: true,
56
+ sentiment: "primary",
57
+ variant: "bodySmall",
58
+ children: category.additionalInfo
59
+ })]
60
+ }) : /* @__PURE__ */ jsx(Text, {
61
+ as: "span",
62
+ prominence: "strong",
63
+ sentiment: "neutral",
64
+ variant: "bodyStrong",
65
+ children: category.anchor ? /* @__PURE__ */ jsxs("a", {
66
+ className: orderSummaryStyle.anchor,
67
+ href: category.anchor,
68
+ children: [/* @__PURE__ */ jsx(AttachIcon, {
69
+ className: orderSummaryStyle.anchorIcon({ size: "medium" }),
70
+ sentiment: "info"
71
+ }), category.category]
72
+ }) : category.category
73
+ }),
74
+ category.customContent,
75
+ category.numberInput ? /* @__PURE__ */ jsx(NumberInput, {
76
+ className: orderSummaryStyle.numberInput,
77
+ controls: category.numberInputControls,
78
+ onChange: category.onChangeInput,
79
+ size: "small",
80
+ unit: category.numberInputUnit,
81
+ value: category.numberInputValue
82
+ }) : null,
83
+ !(category.customContent || category.numberInput) && categoryPrice.totalPrice === categoryPrice.totalPriceWithDiscount ? /* @__PURE__ */ jsx(Text, {
84
+ as: "span",
85
+ prominence: "strong",
86
+ sentiment: "neutral",
87
+ variant: "bodyStrong",
88
+ children: /* @__PURE__ */ jsx(DisplayPrice, {
89
+ beforeOrAfter: "after",
90
+ price: categoryPrice
91
+ })
92
+ }) : null,
93
+ !(category.customContent || category.numberInput) && categoryPrice.totalPrice !== categoryPrice.totalPriceWithDiscount ? /* @__PURE__ */ jsxs(Stack, {
94
+ alignItems: "center",
95
+ direction: "row",
96
+ gap: 1,
97
+ children: [/* @__PURE__ */ jsx(Text, {
98
+ as: "span",
99
+ prominence: "weak",
100
+ sentiment: "neutral",
101
+ strikeThrough: true,
102
+ variant: "bodySmallStrong",
103
+ children: /* @__PURE__ */ jsx(DisplayPrice, {
104
+ beforeOrAfter: "before",
105
+ price: categoryPrice
106
+ })
107
+ }), /* @__PURE__ */ jsx(Text, {
108
+ as: "span",
109
+ prominence: "strong",
110
+ sentiment: "neutral",
111
+ variant: "bodyStrong",
112
+ children: /* @__PURE__ */ jsx(DisplayPrice, {
113
+ beforeOrAfter: "after",
114
+ price: categoryPrice
115
+ })
116
+ })]
117
+ }) : null
118
+ ]
119
+ }) : null;
120
+ };
121
+ });
122
+
123
+ //#endregion
124
+ init_Category();
125
+ export { CategoryName, init_Category };
@@ -0,0 +1,5 @@
1
+ import type { SubCategoryType } from '../types';
2
+ export declare const SubCategory: ({ subCategory, }: {
3
+ subCategory: SubCategoryType;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SubCategory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubCategory.d.ts","sourceRoot":"","sources":["../../../../../src/components/compositions/OrderSummary/components/SubCategory.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE/C,eAAO,MAAM,WAAW;;6CA0FvB,CAAA"}
@@ -0,0 +1,104 @@
1
+ import { __esmMin, __name } from "../../../../_virtual/_rolldown/runtime.js";
2
+ import { Stack, init_Stack } from "../../../Stack/index.js";
3
+ import { Text, init_Text } from "../../../Text/index.js";
4
+ import { NumberInput, init_NumberInput } from "../../../NumberInput/index.js";
5
+ import { init_styles_css, orderSummaryStyle } from "../styles.css.js";
6
+ import { SubCategoryPrice, init_SubCategoryPrice } from "./SubCategoryPrice.js";
7
+ import { jsx, jsxs } from "react/jsx-runtime";
8
+ import { AttachIcon } from "@ultraviolet/icons/AttachIcon";
9
+
10
+ //#region src/components/compositions/OrderSummary/components/SubCategory.tsx
11
+ var SubCategory;
12
+ var init_SubCategory = __esmMin(() => {
13
+ init_NumberInput();
14
+ init_Stack();
15
+ init_Text();
16
+ init_styles_css();
17
+ init_SubCategoryPrice();
18
+ SubCategory = ({ subCategory }) => {
19
+ var _subCategory$details;
20
+ return /* @__PURE__ */ jsxs(Stack, {
21
+ direction: "column",
22
+ gap: 1,
23
+ children: [/* @__PURE__ */ jsxs(Stack, {
24
+ alignItems: "center",
25
+ direction: "row",
26
+ justifyContent: "space-between",
27
+ children: [
28
+ subCategory.additionalInfo || subCategory.icon ? /* @__PURE__ */ jsxs(Stack, {
29
+ alignItems: "center",
30
+ direction: "row",
31
+ gap: 1,
32
+ children: [
33
+ subCategory.icon,
34
+ /* @__PURE__ */ jsx(Text, {
35
+ as: "span",
36
+ prominence: "strong",
37
+ sentiment: "neutral",
38
+ variant: "bodySmallStrong",
39
+ children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
40
+ className: orderSummaryStyle.anchor,
41
+ href: subCategory.anchor,
42
+ children: [/* @__PURE__ */ jsx(AttachIcon, {
43
+ className: orderSummaryStyle.anchorIcon({ size: "small" }),
44
+ sentiment: "info"
45
+ }), subCategory.title]
46
+ }) : subCategory.title
47
+ }),
48
+ /* @__PURE__ */ jsx(Text, {
49
+ as: "span",
50
+ italic: true,
51
+ sentiment: "primary",
52
+ variant: "bodySmall",
53
+ children: subCategory.additionalInfo
54
+ })
55
+ ]
56
+ }) : /* @__PURE__ */ jsx(Text, {
57
+ as: "span",
58
+ prominence: "strong",
59
+ sentiment: "neutral",
60
+ variant: "bodySmallStrong",
61
+ children: subCategory.anchor ? /* @__PURE__ */ jsxs("a", {
62
+ className: orderSummaryStyle.anchor,
63
+ href: subCategory.anchor,
64
+ children: [/* @__PURE__ */ jsx(AttachIcon, {
65
+ className: orderSummaryStyle.anchorIcon({ size: "small" }),
66
+ sentiment: "info"
67
+ }), subCategory.title]
68
+ }) : subCategory.title
69
+ }),
70
+ subCategory.customContent ? /* @__PURE__ */ jsx(Text, {
71
+ as: "span",
72
+ prominence: "strong",
73
+ sentiment: "neutral",
74
+ variant: "bodySmallStrong",
75
+ children: subCategory.customContent
76
+ }) : null,
77
+ subCategory.numberInput ? /* @__PURE__ */ jsx(NumberInput, {
78
+ className: orderSummaryStyle.numberInput,
79
+ controls: subCategory.numberInputControls,
80
+ onChange: subCategory.onChangeInput,
81
+ size: "small",
82
+ unit: subCategory.numberInputUnit,
83
+ value: subCategory.numberInputValue
84
+ }) : null,
85
+ /* @__PURE__ */ jsx(SubCategoryPrice, { subCategory })
86
+ ]
87
+ }), /* @__PURE__ */ jsx(Stack, {
88
+ className: orderSummaryStyle.details,
89
+ direction: "column",
90
+ gap: .5,
91
+ children: (_subCategory$details = subCategory.details) === null || _subCategory$details === void 0 ? void 0 : _subCategory$details.map((detail, index) => detail ? /* @__PURE__ */ jsx(Text, {
92
+ as: "span",
93
+ sentiment: "neutral",
94
+ variant: "bodySmall",
95
+ children: detail
96
+ }, `${subCategory.title}-${index}`) : null)
97
+ })]
98
+ });
99
+ };
100
+ });
101
+
102
+ //#endregion
103
+ init_SubCategory();
104
+ export { SubCategory, init_SubCategory };
@@ -0,0 +1,5 @@
1
+ import type { SubCategoryType } from '../types';
2
+ export declare const SubCategoryPrice: ({ subCategory, }: {
3
+ subCategory: SubCategoryType;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=SubCategoryPrice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubCategoryPrice.d.ts","sourceRoot":"","sources":["../../../../../src/components/compositions/OrderSummary/components/SubCategoryPrice.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE/C,eAAO,MAAM,gBAAgB;;6CA4H5B,CAAA"}
@@ -0,0 +1,50 @@
1
+ import { __esmMin, __name } from "../../../../_virtual/_rolldown/runtime.js";
2
+ import { Stack, init_Stack } from "../../../Stack/index.js";
3
+ import { Text, init_Text } from "../../../Text/index.js";
4
+ import { OrderSummaryContext, init_Provider } from "../Provider.js";
5
+ import { calculateSubCategoryPrice, formatNumber, init_helpers } from "../helpers.js";
6
+ import { useContext } from "react";
7
+ import { Fragment as Fragment$1, jsxs } from "react/jsx-runtime";
8
+
9
+ //#region src/components/compositions/OrderSummary/components/SubCategoryPrice.tsx
10
+ var SubCategoryPrice;
11
+ var init_SubCategoryPrice = __esmMin(() => {
12
+ init_Stack();
13
+ init_Text();
14
+ init_helpers();
15
+ init_Provider();
16
+ SubCategoryPrice = ({ subCategory }) => {
17
+ const { currency, localeFormat, hideTimeUnit, timePeriodAmount, timePeriodUnit, fractionDigits } = useContext(OrderSummaryContext);
18
+ const subCategoryPrice = calculateSubCategoryPrice(subCategory, hideTimeUnit, timePeriodAmount, timePeriodUnit);
19
+ const getCorrectPrice = (variant, index) => subCategory.priceUnit ? subCategory.price : subCategoryPrice[variant][index];
20
+ return /* @__PURE__ */ jsxs(Fragment$1, { children: [subCategory.price !== void 0 && !subCategory.hidePrice && subCategoryPrice.default[0] === subCategoryPrice.discounted[0] && subCategoryPrice.default[1] === subCategoryPrice.discounted[1] ? /* @__PURE__ */ jsxs(Text, {
21
+ as: "span",
22
+ prominence: "strong",
23
+ sentiment: "neutral",
24
+ variant: "bodySmallStrong",
25
+ children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
26
+ }) : null, subCategory.price !== void 0 && !subCategory.hidePrice && (subCategoryPrice.default[0] !== subCategoryPrice.discounted[0] || subCategoryPrice.default[1] !== subCategoryPrice.discounted[1]) ? /* @__PURE__ */ jsxs(Stack, {
27
+ alignItems: "center",
28
+ direction: "row",
29
+ gap: 1,
30
+ children: [/* @__PURE__ */ jsxs(Text, {
31
+ as: "span",
32
+ prominence: "weak",
33
+ sentiment: "neutral",
34
+ strikeThrough: true,
35
+ variant: "bodySmallStrong",
36
+ children: [subCategoryPrice.default[0] === subCategoryPrice.default[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("default", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.default[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.default[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
37
+ }), /* @__PURE__ */ jsxs(Text, {
38
+ as: "span",
39
+ prominence: "strong",
40
+ sentiment: "neutral",
41
+ variant: "bodySmallStrong",
42
+ children: [subCategoryPrice.discounted[0] === subCategoryPrice.discounted[1] || subCategory.priceUnit ? formatNumber(getCorrectPrice("discounted", 0), localeFormat, currency, fractionDigits) : `${formatNumber(subCategoryPrice.discounted[0], localeFormat, currency, fractionDigits)} - ${formatNumber(subCategoryPrice.discounted[1], localeFormat, currency, fractionDigits)}`, subCategory.priceUnit ? ` /${subCategory.priceUnit}` : ""]
43
+ })]
44
+ }) : null] });
45
+ };
46
+ });
47
+
48
+ //#endregion
49
+ init_SubCategoryPrice();
50
+ export { SubCategoryPrice, init_SubCategoryPrice };
@@ -1,5 +1,5 @@
1
1
  import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
2
- import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.120.0/helpers/objectSpread2.js";
2
+ import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.122.0/helpers/objectSpread2.js";
3
3
  import { init_constants, multiplier } from "./constants.js";
4
4
  import { OrderSummaryContext, init_Provider } from "./Provider.js";
5
5
  import { useContext } from "react";
@@ -1,3 +1,7 @@
1
1
  import type { OrderSummaryProps } from './types';
2
+ /**
3
+ * Key interface element that provides users with a comprehensive
4
+ * view of their selected configurations, costs, and any applied discounts.
5
+ */
2
6
  export declare const OrderSummary: ({ header, hideTimeUnit, periodOptions, valueUnitInput, unitUnitInput, items, locales, currency, localeFormat, footer, children, discount, totalPriceInfo, fractionDigits, hideDetails, onChange, onChangeUnitInput, totalPriceDescription, additionalInfo, className, totalPriceInfoPlacement, hideBeforePrice, 'data-testid': dataTestId, style, priceInformation, }: OrderSummaryProps) => import("react/jsx-runtime").JSX.Element;
3
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/OrderSummary/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,iBAAiB,EAAY,MAAM,SAAS,CAAA;AAE1D,eAAO,MAAM,YAAY,uaAwLxB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/OrderSummary/index.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,iBAAiB,EAAY,MAAM,SAAS,CAAA;AAE1D;;;GAGG;AACH,eAAO,MAAM,YAAY,uaAwLxB,CAAA"}
@@ -17,6 +17,9 @@ type PlansProps<T extends string> = {
17
17
  content: string;
18
18
  };
19
19
  };
20
+ /**
21
+ * Allows users to compare different offers, providing varying features and pricing options to suit different needs.
22
+ */
20
23
  export declare const Plans: <T extends string>({ fieldName, onChange, value, features, plans, hideFeatureText, hideLabels, locales, style, highlight, }: PlansProps<T>) => import("react/jsx-runtime").JSX.Element;
21
24
  export {};
22
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Plans/index.tsx"],"names":[],"mappings":"AASA,OAAO,YAAY,MAAM,cAAc,CAAA;AAIvC,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;IACtB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;IACnD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,sFAAsF;IACtF,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC9C,CAAA;AAED,eAAO,MAAM,KAAK,GAAI,CAAC,oLAuOtB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/compositions/Plans/index.tsx"],"names":[],"mappings":"AASA,OAAO,YAAY,MAAM,cAAc,CAAA;AAIvC,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAE1C,KAAK,UAAU,CAAC,CAAC,SAAS,MAAM,IAAI;IAClC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAA;IACrD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAA;IACtB,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,OAAO,YAAY,EAAE,MAAM,CAAC,CAAA;IACnD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,sFAAsF;IACtF,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;CAC9C,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,KAAK,GAAI,CAAC,oLAuOtB,CAAA"}
@@ -1,11 +1,9 @@
1
1
  import { __esmMin } from "../../../_virtual/_rolldown/runtime.js";
2
- import { init_themes_css_js_vanilla } from "../../../themes/dist/vanilla/themes.css.js.vanilla.js";
3
2
  import { init_styles_css_ts_vanilla } from "./styles.css.ts.vanilla.js";
4
3
 
5
4
  //#region src/components/compositions/SteppedListCard/styles.css.ts
6
5
  var steppedListCardStyle;
7
6
  var init_styles_css = __esmMin(() => {
8
- init_themes_css_js_vanilla();
9
7
  init_styles_css_ts_vanilla();
10
8
  steppedListCardStyle = {
11
9
  steppedListCard: "uv_11c7zuq0",
@@ -3,8 +3,6 @@ import { Stack, init_Stack } from "./Stack/index.js";
3
3
  import { Popup, init_Popup } from "./Popup/index.js";
4
4
  import { Tooltip, init_Tooltip } from "./Tooltip/index.js";
5
5
  import { Text, init_Text } from "./Text/index.js";
6
- import { Expandable, init_Expandable } from "./Expandable/index.js";
7
- import { Badge, init_Badge } from "./Badge/index.js";
8
6
  import { Loader, init_Loader } from "./Loader/index.js";
9
7
  import { Button, init_Button } from "./Button/index.js";
10
8
  import { Label, init_Label } from "./Label/index.js";
@@ -12,12 +10,14 @@ import { TextInput, init_TextInput } from "./TextInput/index.js";
12
10
  import { Key, init_Key } from "./Key/index.js";
13
11
  import { SearchInput, init_SearchInput } from "./SearchInput/index.js";
14
12
  import { Menu, init_Menu } from "./Menu/index.js";
13
+ import { Badge, init_Badge } from "./Badge/index.js";
14
+ import { Expandable, init_Expandable } from "./Expandable/index.js";
15
15
  import { Separator, init_Separator } from "./Separator/index.js";
16
16
  import { Row, init_Row } from "./Row/index.js";
17
17
  import { NumberInput, init_NumberInput } from "./NumberInput/index.js";
18
18
  import { Alert, init_Alert } from "./Alert/index.js";
19
- import { Checkbox, init_Checkbox } from "./Checkbox/index.js";
20
19
  import { Skeleton, init_Skeleton } from "./Skeleton/index.js";
20
+ import { Checkbox, init_Checkbox } from "./Checkbox/index.js";
21
21
  import { Tag, init_Tag } from "./Tag/index.js";
22
22
  import { SelectInput, init_SelectInput } from "./SelectInput/index.js";
23
23
  import { UnitInput, init_UnitInput } from "./UnitInput/index.js";
@@ -36,7 +36,8 @@ import { BarChart, init_BarChart } from "./BarChart/index.js";
36
36
  import { BarStack, init_BarStack } from "./BarStack/index.js";
37
37
  import { Breadcrumbs, init_Breadcrumbs } from "./Breadcrumbs/index.js";
38
38
  import { Carousel, init_Carousel } from "./Carousel/index.js";
39
- import { CheckboxGroup, CheckboxGroupCheckbox, init_CheckboxGroup } from "./CheckboxGroup/index.js";
39
+ import { CheckboxGroupCheckbox } from "./CheckboxGroup/SingleCheckbox.js";
40
+ import { CheckboxGroup, init_CheckboxGroup } from "./CheckboxGroup/index.js";
40
41
  import { Chip, init_Chip } from "./Chip/index.js";
41
42
  import { DateInput, init_DateInput } from "./DateInput/index.js";
42
43
  import { Modal, init_Modal } from "./Modal/index.js";