@beweco/aurora-ui 0.6.79 → 1.0.0-beta.111

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 (378) hide show
  1. package/dist/assets/css/styles.css +373 -3
  2. package/dist/index.cjs.js +7768 -3764
  3. package/dist/index.esm.js +7641 -3792
  4. package/dist/types/__smoke__/v2-api-surface.d.ts +105 -0
  5. package/dist/types/__smoke__/v2-api-surface.d.ts.map +1 -0
  6. package/dist/types/compat/heroui-v2-shims.d.ts +168 -0
  7. package/dist/types/compat/heroui-v2-shims.d.ts.map +1 -0
  8. package/dist/types/components/accordion-list/AccordionList.d.ts +2 -1
  9. package/dist/types/components/accordion-list/AccordionList.d.ts.map +1 -1
  10. package/dist/types/components/add-holiday-form/AddHolidayForm.d.ts.map +1 -1
  11. package/dist/types/components/analytics-card/AnalyticsCard.d.ts.map +1 -1
  12. package/dist/types/components/analytics-card/AnalyticsCard.types.d.ts +14 -0
  13. package/dist/types/components/analytics-card/AnalyticsCard.types.d.ts.map +1 -1
  14. package/dist/types/components/area-line-chart/AreaLineChart.d.ts +1 -1
  15. package/dist/types/components/area-line-chart/AreaLineChart.d.ts.map +1 -1
  16. package/dist/types/components/area-line-chart/AreaLineChart.types.d.ts +14 -0
  17. package/dist/types/components/area-line-chart/AreaLineChart.types.d.ts.map +1 -1
  18. package/dist/types/components/assistant-orb/assistant-orb.constants.d.ts +1 -1
  19. package/dist/types/components/assistant-orb/assistant-orb.constants.d.ts.map +1 -1
  20. package/dist/types/components/autocomplete/AutoComplete.d.ts +12 -22
  21. package/dist/types/components/autocomplete/AutoComplete.d.ts.map +1 -1
  22. package/dist/types/components/autocomplete/AutoComplete.types.d.ts +36 -19
  23. package/dist/types/components/autocomplete/AutoComplete.types.d.ts.map +1 -1
  24. package/dist/types/components/badge/Badge.d.ts +20 -0
  25. package/dist/types/components/badge/Badge.d.ts.map +1 -0
  26. package/dist/types/components/badge/Badge.types.d.ts +35 -0
  27. package/dist/types/components/badge/Badge.types.d.ts.map +1 -0
  28. package/dist/types/components/badge/index.d.ts +3 -0
  29. package/dist/types/components/badge/index.d.ts.map +1 -0
  30. package/dist/types/components/breadcrumbs/Breadcrumbs.d.ts +9 -3
  31. package/dist/types/components/breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  32. package/dist/types/components/breadcrumbs/Breadcrumbs.types.d.ts +29 -7
  33. package/dist/types/components/breadcrumbs/Breadcrumbs.types.d.ts.map +1 -1
  34. package/dist/types/components/button/Button.d.ts +14 -8
  35. package/dist/types/components/button/Button.d.ts.map +1 -1
  36. package/dist/types/components/button/Button.types.d.ts +45 -5
  37. package/dist/types/components/button/Button.types.d.ts.map +1 -1
  38. package/dist/types/components/button/_internal/ripple.d.ts +34 -0
  39. package/dist/types/components/button/_internal/ripple.d.ts.map +1 -0
  40. package/dist/types/components/card/Card.d.ts +10 -5
  41. package/dist/types/components/card/Card.d.ts.map +1 -1
  42. package/dist/types/components/card/Card.types.d.ts +5 -2
  43. package/dist/types/components/card/Card.types.d.ts.map +1 -1
  44. package/dist/types/components/chip/Chip.d.ts +14 -2
  45. package/dist/types/components/chip/Chip.d.ts.map +1 -1
  46. package/dist/types/components/chip/Chip.types.d.ts +39 -4
  47. package/dist/types/components/chip/Chip.types.d.ts.map +1 -1
  48. package/dist/types/components/color-picker/ColorPicker.d.ts.map +1 -1
  49. package/dist/types/components/color-selector/ColorSelector.d.ts.map +1 -1
  50. package/dist/types/components/content-carousel/ContentCarousel.d.ts.map +1 -1
  51. package/dist/types/components/content-carousel/variants/SocialMediaCarousel.d.ts.map +1 -1
  52. package/dist/types/components/copy-text/CopyText.d.ts.map +1 -1
  53. package/dist/types/components/currency/Currency.d.ts.map +1 -1
  54. package/dist/types/components/currency/currency.constants.d.ts.map +1 -1
  55. package/dist/types/components/date-selector/DateSelector.d.ts +6 -0
  56. package/dist/types/components/date-selector/DateSelector.d.ts.map +1 -1
  57. package/dist/types/components/date-selector/DateSelector.types.d.ts +4 -2
  58. package/dist/types/components/date-selector/DateSelector.types.d.ts.map +1 -1
  59. package/dist/types/components/datepicker/DatePicker.d.ts +9 -2
  60. package/dist/types/components/datepicker/DatePicker.d.ts.map +1 -1
  61. package/dist/types/components/datepicker/DatePicker.types.d.ts +32 -4
  62. package/dist/types/components/datepicker/DatePicker.types.d.ts.map +1 -1
  63. package/dist/types/components/daterangepicker/DateRangePicker.d.ts +8 -2
  64. package/dist/types/components/daterangepicker/DateRangePicker.d.ts.map +1 -1
  65. package/dist/types/components/daterangepicker/DateRangePicker.types.d.ts +28 -4
  66. package/dist/types/components/daterangepicker/DateRangePicker.types.d.ts.map +1 -1
  67. package/dist/types/components/donut-chart/DonutChart.d.ts.map +1 -1
  68. package/dist/types/components/donut-chart/DonutChart.types.d.ts +14 -0
  69. package/dist/types/components/donut-chart/DonutChart.types.d.ts.map +1 -1
  70. package/dist/types/components/donut-chart/donut-chart.utils.d.ts +8 -1
  71. package/dist/types/components/donut-chart/donut-chart.utils.d.ts.map +1 -1
  72. package/dist/types/components/drawer-filters/DrawerFilters.d.ts.map +1 -1
  73. package/dist/types/components/drawer-filters/_internal/DayMonthPicker.d.ts.map +1 -1
  74. package/dist/types/components/drawer-filters/_internal/FilterSection.d.ts.map +1 -1
  75. package/dist/types/components/header/Header.d.ts.map +1 -1
  76. package/dist/types/components/header/Header.types.d.ts +14 -0
  77. package/dist/types/components/header/Header.types.d.ts.map +1 -1
  78. package/dist/types/components/header/_internal/config-menu/ConfigMenu.d.ts.map +1 -1
  79. package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts +6 -0
  80. package/dist/types/components/header/_internal/notification-button/NotificationButton.d.ts.map +1 -1
  81. package/dist/types/components/input/Input.d.ts +10 -5
  82. package/dist/types/components/input/Input.d.ts.map +1 -1
  83. package/dist/types/components/input/Input.types.d.ts +48 -6
  84. package/dist/types/components/input/Input.types.d.ts.map +1 -1
  85. package/dist/types/components/input-password/InputPassword.d.ts +1 -1
  86. package/dist/types/components/input-password/InputPassword.d.ts.map +1 -1
  87. package/dist/types/components/kanban/Kanban.d.ts +4 -2
  88. package/dist/types/components/kanban/Kanban.d.ts.map +1 -1
  89. package/dist/types/components/kanban/Kanban.types.d.ts +21 -1
  90. package/dist/types/components/kanban/Kanban.types.d.ts.map +1 -1
  91. package/dist/types/components/kanban/_internal/KanbanCard.d.ts +4 -2
  92. package/dist/types/components/kanban/_internal/KanbanCard.d.ts.map +1 -1
  93. package/dist/types/components/kanban/_internal/KanbanColumn.d.ts +5 -2
  94. package/dist/types/components/kanban/_internal/KanbanColumn.d.ts.map +1 -1
  95. package/dist/types/components/menu/Menu.d.ts.map +1 -1
  96. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.d.ts +1 -4
  97. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.d.ts.map +1 -1
  98. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.types.d.ts +8 -5
  99. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.types.d.ts.map +1 -1
  100. package/dist/types/components/menu-claw/MenuClaw.d.ts.map +1 -1
  101. package/dist/types/components/menu-claw/_internal/menu-claw-nav/MenuClawNavItem.d.ts.map +1 -1
  102. package/dist/types/components/modal/Modal.d.ts +22 -1
  103. package/dist/types/components/modal/Modal.d.ts.map +1 -1
  104. package/dist/types/components/modal/Modal.types.d.ts +50 -2
  105. package/dist/types/components/modal/Modal.types.d.ts.map +1 -1
  106. package/dist/types/components/modal/_internal/ModalBody.d.ts +1 -5
  107. package/dist/types/components/modal/_internal/ModalBody.d.ts.map +1 -1
  108. package/dist/types/components/modal/_internal/ModalContent.d.ts +9 -4
  109. package/dist/types/components/modal/_internal/ModalContent.d.ts.map +1 -1
  110. package/dist/types/components/modal/_internal/ModalFooter.d.ts +14 -1
  111. package/dist/types/components/modal/_internal/ModalFooter.d.ts.map +1 -1
  112. package/dist/types/components/modal/_internal/ModalHeader.d.ts +18 -1
  113. package/dist/types/components/modal/_internal/ModalHeader.d.ts.map +1 -1
  114. package/dist/types/components/multi-step-wizard/MultiStepWizard.d.ts +2 -1
  115. package/dist/types/components/multi-step-wizard/MultiStepWizard.d.ts.map +1 -1
  116. package/dist/types/components/multi-step-wizard/_internal/MultistepNavigationButtons.d.ts.map +1 -1
  117. package/dist/types/components/multi-step-wizard/_internal/MultistepNavigationButtons.types.d.ts +1 -1
  118. package/dist/types/components/multi-step-wizard/_internal/MultistepNavigationButtons.types.d.ts.map +1 -1
  119. package/dist/types/components/navigation-loading-overlay/NavigationLoadingOverlay.d.ts.map +1 -1
  120. package/dist/types/components/pagination/Pagination.d.ts +16 -1
  121. package/dist/types/components/pagination/Pagination.d.ts.map +1 -1
  122. package/dist/types/components/pagination/Pagination.types.d.ts +17 -2
  123. package/dist/types/components/pagination/Pagination.types.d.ts.map +1 -1
  124. package/dist/types/components/phone/Phone.d.ts.map +1 -1
  125. package/dist/types/components/phone/flags/Andorra.d.ts +1 -1
  126. package/dist/types/components/phone/flags/Andorra.d.ts.map +1 -1
  127. package/dist/types/components/phone/flags/Argentina.d.ts +1 -1
  128. package/dist/types/components/phone/flags/Argentina.d.ts.map +1 -1
  129. package/dist/types/components/phone/flags/Aruba.d.ts +1 -1
  130. package/dist/types/components/phone/flags/Aruba.d.ts.map +1 -1
  131. package/dist/types/components/phone/flags/Australia.d.ts +1 -1
  132. package/dist/types/components/phone/flags/Australia.d.ts.map +1 -1
  133. package/dist/types/components/phone/flags/Austria.d.ts +1 -1
  134. package/dist/types/components/phone/flags/Austria.d.ts.map +1 -1
  135. package/dist/types/components/phone/flags/Bahamas.d.ts +1 -1
  136. package/dist/types/components/phone/flags/Bahamas.d.ts.map +1 -1
  137. package/dist/types/components/phone/flags/Barbados.d.ts +1 -1
  138. package/dist/types/components/phone/flags/Barbados.d.ts.map +1 -1
  139. package/dist/types/components/phone/flags/Belgica.d.ts +1 -1
  140. package/dist/types/components/phone/flags/Belgica.d.ts.map +1 -1
  141. package/dist/types/components/phone/flags/Belize.d.ts +1 -1
  142. package/dist/types/components/phone/flags/Belize.d.ts.map +1 -1
  143. package/dist/types/components/phone/flags/Bolivia.d.ts +1 -1
  144. package/dist/types/components/phone/flags/Bolivia.d.ts.map +1 -1
  145. package/dist/types/components/phone/flags/Brasil.d.ts +1 -1
  146. package/dist/types/components/phone/flags/Brasil.d.ts.map +1 -1
  147. package/dist/types/components/phone/flags/Bulgaria.d.ts +1 -1
  148. package/dist/types/components/phone/flags/Bulgaria.d.ts.map +1 -1
  149. package/dist/types/components/phone/flags/Chile.d.ts +1 -1
  150. package/dist/types/components/phone/flags/Chile.d.ts.map +1 -1
  151. package/dist/types/components/phone/flags/China.d.ts +1 -1
  152. package/dist/types/components/phone/flags/China.d.ts.map +1 -1
  153. package/dist/types/components/phone/flags/Colombia.d.ts +1 -1
  154. package/dist/types/components/phone/flags/Colombia.d.ts.map +1 -1
  155. package/dist/types/components/phone/flags/CostaRica.d.ts +1 -1
  156. package/dist/types/components/phone/flags/CostaRica.d.ts.map +1 -1
  157. package/dist/types/components/phone/flags/Cuba.d.ts +1 -1
  158. package/dist/types/components/phone/flags/Cuba.d.ts.map +1 -1
  159. package/dist/types/components/phone/flags/Curazao.d.ts +1 -1
  160. package/dist/types/components/phone/flags/Curazao.d.ts.map +1 -1
  161. package/dist/types/components/phone/flags/Cyrpus.d.ts +1 -1
  162. package/dist/types/components/phone/flags/Cyrpus.d.ts.map +1 -1
  163. package/dist/types/components/phone/flags/CzechRepublic.d.ts +1 -1
  164. package/dist/types/components/phone/flags/CzechRepublic.d.ts.map +1 -1
  165. package/dist/types/components/phone/flags/Denmark.d.ts +1 -1
  166. package/dist/types/components/phone/flags/Denmark.d.ts.map +1 -1
  167. package/dist/types/components/phone/flags/Ecuador.d.ts +1 -1
  168. package/dist/types/components/phone/flags/Ecuador.d.ts.map +1 -1
  169. package/dist/types/components/phone/flags/Egypt.d.ts +1 -1
  170. package/dist/types/components/phone/flags/Egypt.d.ts.map +1 -1
  171. package/dist/types/components/phone/flags/ElSalvador.d.ts +1 -1
  172. package/dist/types/components/phone/flags/ElSalvador.d.ts.map +1 -1
  173. package/dist/types/components/phone/flags/EuropeanUnion.d.ts +1 -1
  174. package/dist/types/components/phone/flags/EuropeanUnion.d.ts.map +1 -1
  175. package/dist/types/components/phone/flags/Finland.d.ts +1 -1
  176. package/dist/types/components/phone/flags/Finland.d.ts.map +1 -1
  177. package/dist/types/components/phone/flags/FlagIcon.d.ts.map +1 -1
  178. package/dist/types/components/phone/flags/France.d.ts +1 -1
  179. package/dist/types/components/phone/flags/France.d.ts.map +1 -1
  180. package/dist/types/components/phone/flags/Germany.d.ts +1 -1
  181. package/dist/types/components/phone/flags/Germany.d.ts.map +1 -1
  182. package/dist/types/components/phone/flags/GreatBritain.d.ts +1 -1
  183. package/dist/types/components/phone/flags/GreatBritain.d.ts.map +1 -1
  184. package/dist/types/components/phone/flags/Greece.d.ts +1 -1
  185. package/dist/types/components/phone/flags/Greece.d.ts.map +1 -1
  186. package/dist/types/components/phone/flags/Guatemala.d.ts +1 -1
  187. package/dist/types/components/phone/flags/Guatemala.d.ts.map +1 -1
  188. package/dist/types/components/phone/flags/Guyana.d.ts +1 -1
  189. package/dist/types/components/phone/flags/Guyana.d.ts.map +1 -1
  190. package/dist/types/components/phone/flags/Honduras.d.ts +1 -1
  191. package/dist/types/components/phone/flags/Honduras.d.ts.map +1 -1
  192. package/dist/types/components/phone/flags/HongKong.d.ts +1 -1
  193. package/dist/types/components/phone/flags/HongKong.d.ts.map +1 -1
  194. package/dist/types/components/phone/flags/Hungary.d.ts +1 -1
  195. package/dist/types/components/phone/flags/Hungary.d.ts.map +1 -1
  196. package/dist/types/components/phone/flags/India.d.ts +1 -1
  197. package/dist/types/components/phone/flags/India.d.ts.map +1 -1
  198. package/dist/types/components/phone/flags/Indonesia.d.ts +1 -1
  199. package/dist/types/components/phone/flags/Indonesia.d.ts.map +1 -1
  200. package/dist/types/components/phone/flags/Ireland.d.ts +1 -1
  201. package/dist/types/components/phone/flags/Ireland.d.ts.map +1 -1
  202. package/dist/types/components/phone/flags/Israel.d.ts +1 -1
  203. package/dist/types/components/phone/flags/Israel.d.ts.map +1 -1
  204. package/dist/types/components/phone/flags/Italy.d.ts +1 -1
  205. package/dist/types/components/phone/flags/Italy.d.ts.map +1 -1
  206. package/dist/types/components/phone/flags/IvoryCoast.d.ts +1 -1
  207. package/dist/types/components/phone/flags/IvoryCoast.d.ts.map +1 -1
  208. package/dist/types/components/phone/flags/Jamaica.d.ts +1 -1
  209. package/dist/types/components/phone/flags/Jamaica.d.ts.map +1 -1
  210. package/dist/types/components/phone/flags/Japan.d.ts +1 -1
  211. package/dist/types/components/phone/flags/Japan.d.ts.map +1 -1
  212. package/dist/types/components/phone/flags/Kuwait.d.ts +1 -1
  213. package/dist/types/components/phone/flags/Kuwait.d.ts.map +1 -1
  214. package/dist/types/components/phone/flags/Malta.d.ts +1 -1
  215. package/dist/types/components/phone/flags/Malta.d.ts.map +1 -1
  216. package/dist/types/components/phone/flags/Marruecos.d.ts +1 -1
  217. package/dist/types/components/phone/flags/Marruecos.d.ts.map +1 -1
  218. package/dist/types/components/phone/flags/Mexico.d.ts +1 -1
  219. package/dist/types/components/phone/flags/Mexico.d.ts.map +1 -1
  220. package/dist/types/components/phone/flags/Netherlands.d.ts +1 -1
  221. package/dist/types/components/phone/flags/Netherlands.d.ts.map +1 -1
  222. package/dist/types/components/phone/flags/NewGuinea.d.ts +1 -1
  223. package/dist/types/components/phone/flags/NewGuinea.d.ts.map +1 -1
  224. package/dist/types/components/phone/flags/NewZealand.d.ts +1 -1
  225. package/dist/types/components/phone/flags/NewZealand.d.ts.map +1 -1
  226. package/dist/types/components/phone/flags/Nicaragua.d.ts +1 -1
  227. package/dist/types/components/phone/flags/Nicaragua.d.ts.map +1 -1
  228. package/dist/types/components/phone/flags/NorthernIreland.d.ts +1 -1
  229. package/dist/types/components/phone/flags/NorthernIreland.d.ts.map +1 -1
  230. package/dist/types/components/phone/flags/Norway.d.ts +1 -1
  231. package/dist/types/components/phone/flags/Norway.d.ts.map +1 -1
  232. package/dist/types/components/phone/flags/Panama.d.ts +1 -1
  233. package/dist/types/components/phone/flags/Panama.d.ts.map +1 -1
  234. package/dist/types/components/phone/flags/Paraguay.d.ts +1 -1
  235. package/dist/types/components/phone/flags/Paraguay.d.ts.map +1 -1
  236. package/dist/types/components/phone/flags/Peru.d.ts +1 -1
  237. package/dist/types/components/phone/flags/Peru.d.ts.map +1 -1
  238. package/dist/types/components/phone/flags/Philippines.d.ts +1 -1
  239. package/dist/types/components/phone/flags/Philippines.d.ts.map +1 -1
  240. package/dist/types/components/phone/flags/Poland.d.ts +1 -1
  241. package/dist/types/components/phone/flags/Poland.d.ts.map +1 -1
  242. package/dist/types/components/phone/flags/Portugal.d.ts +1 -1
  243. package/dist/types/components/phone/flags/Portugal.d.ts.map +1 -1
  244. package/dist/types/components/phone/flags/PuertoRico.d.ts +1 -1
  245. package/dist/types/components/phone/flags/PuertoRico.d.ts.map +1 -1
  246. package/dist/types/components/phone/flags/RepublicaDominicana.d.ts +1 -1
  247. package/dist/types/components/phone/flags/RepublicaDominicana.d.ts.map +1 -1
  248. package/dist/types/components/phone/flags/Rumania.d.ts +1 -1
  249. package/dist/types/components/phone/flags/Rumania.d.ts.map +1 -1
  250. package/dist/types/components/phone/flags/Russia.d.ts +1 -1
  251. package/dist/types/components/phone/flags/Russia.d.ts.map +1 -1
  252. package/dist/types/components/phone/flags/Scotland.d.ts +1 -1
  253. package/dist/types/components/phone/flags/Scotland.d.ts.map +1 -1
  254. package/dist/types/components/phone/flags/Singapore.d.ts +1 -1
  255. package/dist/types/components/phone/flags/Singapore.d.ts.map +1 -1
  256. package/dist/types/components/phone/flags/SouthAfrica.d.ts +1 -1
  257. package/dist/types/components/phone/flags/SouthAfrica.d.ts.map +1 -1
  258. package/dist/types/components/phone/flags/Spain.d.ts +1 -1
  259. package/dist/types/components/phone/flags/Spain.d.ts.map +1 -1
  260. package/dist/types/components/phone/flags/Suriname.d.ts +1 -1
  261. package/dist/types/components/phone/flags/Suriname.d.ts.map +1 -1
  262. package/dist/types/components/phone/flags/Sweden.d.ts +1 -1
  263. package/dist/types/components/phone/flags/Sweden.d.ts.map +1 -1
  264. package/dist/types/components/phone/flags/Switzerland.d.ts +1 -1
  265. package/dist/types/components/phone/flags/Switzerland.d.ts.map +1 -1
  266. package/dist/types/components/phone/flags/Turkey.d.ts +1 -1
  267. package/dist/types/components/phone/flags/Turkey.d.ts.map +1 -1
  268. package/dist/types/components/phone/flags/UnitedArabEmirates.d.ts +1 -1
  269. package/dist/types/components/phone/flags/UnitedArabEmirates.d.ts.map +1 -1
  270. package/dist/types/components/phone/flags/UnitedStates.d.ts +1 -1
  271. package/dist/types/components/phone/flags/UnitedStates.d.ts.map +1 -1
  272. package/dist/types/components/phone/flags/Uruguay.d.ts +1 -1
  273. package/dist/types/components/phone/flags/Uruguay.d.ts.map +1 -1
  274. package/dist/types/components/phone/flags/Venezuela.d.ts +1 -1
  275. package/dist/types/components/phone/flags/Venezuela.d.ts.map +1 -1
  276. package/dist/types/components/phone/flags/Wales.d.ts +1 -1
  277. package/dist/types/components/phone/flags/Wales.d.ts.map +1 -1
  278. package/dist/types/components/phone/flags/index.d.ts +0 -1
  279. package/dist/types/components/phone/flags/index.d.ts.map +1 -1
  280. package/dist/types/components/phone/phone.constants.d.ts.map +1 -1
  281. package/dist/types/components/promotional-banner/PromotionalBanner.d.ts.map +1 -1
  282. package/dist/types/components/promotional-banner/PromotionalBanner.types.d.ts +6 -3
  283. package/dist/types/components/promotional-banner/PromotionalBanner.types.d.ts.map +1 -1
  284. package/dist/types/components/range-filter/RangeFilter.d.ts.map +1 -1
  285. package/dist/types/components/range-filter/RangeFilter.types.d.ts +21 -1
  286. package/dist/types/components/range-filter/RangeFilter.types.d.ts.map +1 -1
  287. package/dist/types/components/ranked-bar-list/ranked-bar-list.utils.d.ts +7 -1
  288. package/dist/types/components/ranked-bar-list/ranked-bar-list.utils.d.ts.map +1 -1
  289. package/dist/types/components/row-steps/RowSteps.d.ts.map +1 -1
  290. package/dist/types/components/row-steps/RowSteps.types.d.ts +8 -2
  291. package/dist/types/components/row-steps/RowSteps.types.d.ts.map +1 -1
  292. package/dist/types/components/schedule-row/schedule-row.d.ts.map +1 -1
  293. package/dist/types/components/segmentation-builder/SegmentationBuilder.d.ts.map +1 -1
  294. package/dist/types/components/select/Select.d.ts +7 -6
  295. package/dist/types/components/select/Select.d.ts.map +1 -1
  296. package/dist/types/components/select/Select.types.d.ts +43 -6
  297. package/dist/types/components/select/Select.types.d.ts.map +1 -1
  298. package/dist/types/components/social-media-bar/SocialMediaBar.d.ts.map +1 -1
  299. package/dist/types/components/social-media-preview/SocialMediaPreview.d.ts.map +1 -1
  300. package/dist/types/components/social-media-preview/SocialMediaPreview.types.d.ts +3 -3
  301. package/dist/types/components/social-media-preview/SocialMediaPreview.types.d.ts.map +1 -1
  302. package/dist/types/components/switch/Switch.d.ts +7 -0
  303. package/dist/types/components/switch/Switch.d.ts.map +1 -1
  304. package/dist/types/components/switch/Switch.types.d.ts +21 -2
  305. package/dist/types/components/switch/Switch.types.d.ts.map +1 -1
  306. package/dist/types/components/table/AuraTable.d.ts +15 -1
  307. package/dist/types/components/table/AuraTable.d.ts.map +1 -1
  308. package/dist/types/components/table/AuraTable.types.d.ts +11 -2
  309. package/dist/types/components/table/AuraTable.types.d.ts.map +1 -1
  310. package/dist/types/components/table/_internal/TableColumn.d.ts +1 -2
  311. package/dist/types/components/table/_internal/TableColumn.d.ts.map +1 -1
  312. package/dist/types/components/table/_internal/TableRow.d.ts +2 -1
  313. package/dist/types/components/table/_internal/TableRow.d.ts.map +1 -1
  314. package/dist/types/components/tags-filter/TagsFilter.d.ts +2 -1
  315. package/dist/types/components/tags-filter/TagsFilter.d.ts.map +1 -1
  316. package/dist/types/components/textarea/Textarea.d.ts +6 -3
  317. package/dist/types/components/textarea/Textarea.d.ts.map +1 -1
  318. package/dist/types/components/textarea/Textarea.types.d.ts +40 -2
  319. package/dist/types/components/textarea/Textarea.types.d.ts.map +1 -1
  320. package/dist/types/components/theme-picker/ThemePicker.d.ts.map +1 -1
  321. package/dist/types/components/theme-picker/ThemePicker.types.d.ts +0 -1
  322. package/dist/types/components/theme-picker/ThemePicker.types.d.ts.map +1 -1
  323. package/dist/types/components/time-input/TimeInput.d.ts +10 -3
  324. package/dist/types/components/time-input/TimeInput.d.ts.map +1 -1
  325. package/dist/types/components/time-input/TimeInput.types.d.ts +14 -2
  326. package/dist/types/components/time-input/TimeInput.types.d.ts.map +1 -1
  327. package/dist/types/components/time-input/index.d.ts +2 -2
  328. package/dist/types/components/time-input/index.d.ts.map +1 -1
  329. package/dist/types/components/toast/GlobalToast.d.ts +2 -1
  330. package/dist/types/components/toast/GlobalToast.d.ts.map +1 -1
  331. package/dist/types/components/toast/GlobalToast.types.d.ts +22 -0
  332. package/dist/types/components/toast/GlobalToast.types.d.ts.map +1 -0
  333. package/dist/types/components/toast/index.d.ts +1 -0
  334. package/dist/types/components/toast/index.d.ts.map +1 -1
  335. package/dist/types/components/tooltip/Tooltip.d.ts +4 -0
  336. package/dist/types/components/tooltip/Tooltip.d.ts.map +1 -1
  337. package/dist/types/components/tooltip/Tooltip.types.d.ts +36 -4
  338. package/dist/types/components/tooltip/Tooltip.types.d.ts.map +1 -1
  339. package/dist/types/components/two-column-layout-agent/TwoColumnLayoutAgent.d.ts.map +1 -1
  340. package/dist/types/components/upload-file/UploadFile.d.ts.map +1 -1
  341. package/dist/types/components/vertical-steps/VerticalSteps.d.ts.map +1 -1
  342. package/dist/types/components/vertical-steps/VerticalSteps.types.d.ts +8 -2
  343. package/dist/types/components/vertical-steps/VerticalSteps.types.d.ts.map +1 -1
  344. package/dist/types/components/violin-plot/ViolinFallback.d.ts +1 -1
  345. package/dist/types/components/violin-plot/ViolinFallback.d.ts.map +1 -1
  346. package/dist/types/components/violin-plot/ViolinPlot.d.ts +1 -1
  347. package/dist/types/components/violin-plot/ViolinPlot.d.ts.map +1 -1
  348. package/dist/types/components/whatsapp-preview/WhatsAppPreview.d.ts.map +1 -1
  349. package/dist/types/components/wizard/Wizard.d.ts +1 -1
  350. package/dist/types/components/wizard/Wizard.d.ts.map +1 -1
  351. package/dist/types/components/wizard/WizardNavigation.d.ts +1 -1
  352. package/dist/types/components/wizard/WizardNavigation.d.ts.map +1 -1
  353. package/dist/types/components/wizard/WizardSidebar.d.ts +1 -1
  354. package/dist/types/components/wizard/WizardSidebar.d.ts.map +1 -1
  355. package/dist/types/contexts/toast/toast.context.type.d.ts +10 -2
  356. package/dist/types/contexts/toast/toast.context.type.d.ts.map +1 -1
  357. package/dist/types/index.d.ts +7 -6
  358. package/dist/types/index.d.ts.map +1 -1
  359. package/dist/types/providers/theme/apply-custom-color.d.ts +8 -0
  360. package/dist/types/providers/theme/apply-custom-color.d.ts.map +1 -1
  361. package/dist/types/providers/theme/generate-color-scale.d.ts +13 -0
  362. package/dist/types/providers/theme/generate-color-scale.d.ts.map +1 -1
  363. package/dist/types/providers/theme/linda-tones.d.ts +28 -5
  364. package/dist/types/providers/theme/linda-tones.d.ts.map +1 -1
  365. package/dist/types/providers/theme/useThemeManager.d.ts.map +1 -1
  366. package/dist/types/utils/collection-items.d.ts +3 -0
  367. package/dist/types/utils/collection-items.d.ts.map +1 -0
  368. package/dist/types/utils/dismiss-control.d.ts +42 -58
  369. package/dist/types/utils/dismiss-control.d.ts.map +1 -1
  370. package/package.json +19 -13
  371. package/dist/types/components/drawer-filters/_internal/multiselect-search.d.ts +0 -16
  372. package/dist/types/components/drawer-filters/_internal/multiselect-search.d.ts.map +0 -1
  373. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.styles.d.ts +0 -7
  374. package/dist/types/components/menu/_internal/menu-nav-list/MenuNavList.styles.d.ts.map +0 -1
  375. package/dist/types/components/phone/flags/Canada.d.ts +0 -2
  376. package/dist/types/components/phone/flags/Canada.d.ts.map +0 -1
  377. package/dist/types/utils/text-search.d.ts +0 -18
  378. package/dist/types/utils/text-search.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.types.d.ts","sourceRoot":"","sources":["../../../../src/components/modal/Modal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEpE,MAAM,WAAW,UAAW,SAAQ,gBAAgB;CAEnD"}
1
+ {"version":3,"file":"Modal.types.d.ts","sourceRoot":"","sources":["../../../../src/components/modal/Modal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,oFAAoF;AACpF,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,aAAa,CAAC;AAC9D,gGAAgG;AAChG,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AAClE,kGAAkG;AAClG,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;AAClG,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;AACvD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAUtD,MAAM,WAAW,UAAU;IAC1B,2CAA2C;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kDAAkD;IAClD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,oBAAoB;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,yEAAyE;IACzE,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,wBAAwB;IACxB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,wBAAwB;IACxB,cAAc,CAAC,EAAE,mBAAmB,CAAC;IACrC,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,iEAAiE;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,uDAAuD;IACvD,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,8DAA8D;IAC9D,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,wDAAwD;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qFAAqF;IACrF,QAAQ,EAAE,SAAS,GAAG,CAAC,CAAC,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC,CAAC;CAC3D,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB"}
@@ -1,7 +1,3 @@
1
- declare const ModalBody: import("react").ForwardRefExoticComponent<((import("@heroui/react").OmitCommonProps<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, keyof import("@heroui/react").ModalBodyProps> & import("@heroui/react").ModalBodyProps & {
2
- as?: import("@heroui/react").As<any> | undefined;
3
- }) | Omit<import("@heroui/react").OmitCommonProps<Omit<Omit<any, "ref">, never>, keyof import("@heroui/react").ModalBodyProps> & import("@heroui/react").ModalBodyProps & {
4
- as?: import("@heroui/react").As<any> | undefined;
5
- }, "ref">) & import("react").RefAttributes<HTMLElement>>;
1
+ declare const ModalBody: import("react").ForwardRefExoticComponent<Omit<import("@heroui/react").ModalBodyProps<keyof import("react").JSX.IntrinsicElements> & Omit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> | import("react").SVGProps<SVGSymbolElement> | import("react").DetailedHTMLProps<import("react").ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement> | import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement> | import("react").DetailedHTMLProps<import("react").AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement> | import("react").DetailedHTMLProps<import("react").AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement> | import("react").DetailedHTMLProps<import("react").BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement> | import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBodyElement>, HTMLBodyElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLBRElement>, HTMLBRElement> | import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> | import("react").DetailedHTMLProps<import("react").CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement> | import("react").DetailedHTMLProps<import("react").ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement> | import("react").DetailedHTMLProps<import("react").ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement> | import("react").DetailedHTMLProps<import("react").DataHTMLAttributes<HTMLDataElement>, HTMLDataElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDataListElement>, HTMLDataListElement> | import("react").DetailedHTMLProps<import("react").DelHTMLAttributes<HTMLModElement>, HTMLModElement> | import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement> | import("react").DetailedHTMLProps<import("react").DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDListElement>, HTMLDListElement> | import("react").DetailedHTMLProps<import("react").EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement> | import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement> | import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadElement>, HTMLHeadElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement> | import("react").DetailedHTMLProps<import("react").HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement> | import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement> | import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | import("react").DetailedHTMLProps<import("react").InsHTMLAttributes<HTMLModElement>, HTMLModElement> | import("react").DetailedHTMLProps<import("react").KeygenHTMLAttributes<HTMLElement>, HTMLElement> | import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLLegendElement>, HTMLLegendElement> | import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement> | import("react").DetailedHTMLProps<import("react").LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement> | import("react").DetailedHTMLProps<import("react").MapHTMLAttributes<HTMLMapElement>, HTMLMapElement> | import("react").DetailedHTMLProps<import("react").MenuHTMLAttributes<HTMLElement>, HTMLElement> | import("react").DetailedHTMLProps<import("react").MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement> | import("react").DetailedHTMLProps<import("react").MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement> | import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement> | import("react").DetailedHTMLProps<import("react").OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement> | import("react").DetailedHTMLProps<import("react").OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement> | import("react").DetailedHTMLProps<import("react").OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement> | import("react").DetailedHTMLProps<import("react").ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLPreElement>, HTMLPreElement> | import("react").DetailedHTMLProps<import("react").ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement> | import("react").DetailedHTMLProps<import("react").QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement> | import("react").DetailedHTMLProps<import("react").SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement> | import("react").DetailedHTMLProps<import("react").ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement> | import("react").DetailedHTMLProps<import("react").SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement> | import("react").DetailedHTMLProps<import("react").SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement> | import("react").DetailedHTMLProps<import("react").StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement> | import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement> | import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement> | import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> | import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement> | import("react").DetailedHTMLProps<import("react").TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTitleElement>, HTMLTitleElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement> | import("react").DetailedHTMLProps<import("react").TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement> | import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement> | import("react").DetailedHTMLProps<import("react").VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> | import("react").DetailedHTMLProps<import("react").WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement> | import("react").SVGProps<SVGSVGElement> | import("react").SVGProps<SVGElement> | import("react").SVGProps<SVGCircleElement> | import("react").SVGProps<SVGClipPathElement> | import("react").SVGProps<SVGDefsElement> | import("react").SVGProps<SVGDescElement> | import("react").SVGProps<SVGEllipseElement> | import("react").SVGProps<SVGFEBlendElement> | import("react").SVGProps<SVGFEColorMatrixElement> | import("react").SVGProps<SVGFEComponentTransferElement> | import("react").SVGProps<SVGFECompositeElement> | import("react").SVGProps<SVGFEConvolveMatrixElement> | import("react").SVGProps<SVGFEDiffuseLightingElement> | import("react").SVGProps<SVGFEDisplacementMapElement> | import("react").SVGProps<SVGFEDistantLightElement> | import("react").SVGProps<SVGFEDropShadowElement> | import("react").SVGProps<SVGFEFloodElement> | import("react").SVGProps<SVGFEFuncAElement> | import("react").SVGProps<SVGFEFuncBElement> | import("react").SVGProps<SVGFEFuncGElement> | import("react").SVGProps<SVGFEFuncRElement> | import("react").SVGProps<SVGFEGaussianBlurElement> | import("react").SVGProps<SVGFEImageElement> | import("react").SVGProps<SVGFEMergeElement> | import("react").SVGProps<SVGFEMergeNodeElement> | import("react").SVGProps<SVGFEMorphologyElement> | import("react").SVGProps<SVGFEOffsetElement> | import("react").SVGProps<SVGFEPointLightElement> | import("react").SVGProps<SVGFESpecularLightingElement> | import("react").SVGProps<SVGFESpotLightElement> | import("react").SVGProps<SVGFETileElement> | import("react").SVGProps<SVGFETurbulenceElement> | import("react").SVGProps<SVGFilterElement> | import("react").SVGProps<SVGForeignObjectElement> | import("react").SVGProps<SVGGElement> | import("react").SVGProps<SVGImageElement> | import("react").SVGLineElementAttributes<SVGLineElement> | import("react").SVGProps<SVGLinearGradientElement> | import("react").SVGProps<SVGMarkerElement> | import("react").SVGProps<SVGMaskElement> | import("react").SVGProps<SVGMetadataElement> | import("react").SVGProps<SVGPathElement> | import("react").SVGProps<SVGPatternElement> | import("react").SVGProps<SVGPolygonElement> | import("react").SVGProps<SVGPolylineElement> | import("react").SVGProps<SVGRadialGradientElement> | import("react").SVGProps<SVGRectElement> | import("react").SVGProps<SVGSetElement> | import("react").SVGProps<SVGStopElement> | import("react").SVGProps<SVGSwitchElement> | import("react").SVGTextElementAttributes<SVGTextElement> | import("react").SVGProps<SVGTextPathElement> | import("react").SVGProps<SVGTSpanElement> | import("react").SVGProps<SVGUseElement> | import("react").SVGProps<SVGViewElement>, keyof import("@heroui/react").ModalBodyProps<E>>, "ref"> & import("react").RefAttributes<HTMLElement>>;
6
2
  export default ModalBody;
7
3
  //# sourceMappingURL=ModalBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalBody.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalBody.tsx"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS;;;;wDAqLd,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"ModalBody.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalBody.tsx"],"names":[],"mappings":"AA2BA,QAAA,MAAM,SAAS,0jUAyLd,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -1,6 +1,11 @@
1
- declare const ModalContent: {
2
- (props: import("@heroui/react").ModalContentProps): import("react/jsx-runtime").JSX.Element;
3
- displayName: string;
4
- };
1
+ import type { ModalContentProps } from "../Modal.types";
2
+ /**
3
+ * `ModalContent` de v2 no sobrevive en v3 (compound: `Modal.Container`/`Modal.Dialog`, ver D-G1-7
4
+ * / D-F2-3). Este componente NO es un wrapper de ningún compound v3 — es puro azúcar de
5
+ * compatibilidad: envuelve sus `children` (que ya se renderizan dentro de `Modal.Dialog`, ver
6
+ * `Modal.tsx`) y, si `children` es una función, la invoca con el `close` real del diálogo (vía
7
+ * contexto) para que el patrón v2 `{(onClose) => <>...</>}` siga funcionando tal cual.
8
+ */
9
+ declare function ModalContent({ children, className }: ModalContentProps): import("react").JSX.Element;
5
10
  export default ModalContent;
6
11
  //# sourceMappingURL=ModalContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalContent.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;CAAqB,CAAC;AAExC,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalContent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD;;;;;;GAMG;AACH,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,iBAAiB,+BAS/D;AAED,eAAe,YAAY,CAAC"}
@@ -1,3 +1,16 @@
1
- declare const ModalFooter: import("@heroui/react").InternalForwardRefRenderFunction<"footer", import("@heroui/react").ModalFooterProps, never>;
1
+ import { ModalFooter as HeroUIModalFooter } from "@heroui/react";
2
+ import type { ComponentProps } from "react";
3
+ type ModalFooterProps = ComponentProps<typeof HeroUIModalFooter>;
4
+ /**
5
+ * Geometría v2 del slot `footer` del modal (TECH-2459 / F5 · P-15). v2:
6
+ * `flex flex-row gap-2 px-6 py-4 justify-end` (`@heroui/theme@2.4.15`, slot `footer`).
7
+ * v3 conserva `flex-row justify-end gap-2` pero pierde el padding, y añade un
8
+ * `.modal__body + .modal__footer { mt-5 }` que v2 no tenía (v2 separaba los slots solo
9
+ * con su propio padding) — de ahí el `mt-0`.
10
+ */
11
+ declare const ModalFooter: {
12
+ ({ className, ...props }: ModalFooterProps): import("react").JSX.Element;
13
+ displayName: string;
14
+ };
2
15
  export default ModalFooter;
3
16
  //# sourceMappingURL=ModalFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalFooter.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,qHAAoB,CAAC;AAEtC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,IAAI,iBAAiB,EAAM,MAAM,eAAe,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,gBAAgB,GAAG,cAAc,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEjE;;;;;;GAMG;AACH,QAAA,MAAM,WAAW;8BAA6B,gBAAgB;;CAE7D,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,20 @@
1
- declare const ModalHeader: import("@heroui/react").InternalForwardRefRenderFunction<"header", import("@heroui/react").ModalHeaderProps, never>;
1
+ import { ModalHeader as HeroUIModalHeader } from "@heroui/react";
2
+ import type { ComponentProps } from "react";
3
+ type ModalHeaderProps = ComponentProps<typeof HeroUIModalHeader>;
4
+ /**
5
+ * Geometría v2 del slot `header` del modal, reintroducida sobre `.modal__header` de v3
6
+ * (TECH-2459 / F5 · P-15). v2 la traía el propio tema: `flex py-4 px-6 flex-initial
7
+ * text-large font-semibold` (verificado en `@heroui/theme@2.4.15`, `chunk-YXVO2HGK.mjs`,
8
+ * slot `header`; `text-large` = 1.125rem/1.75rem → `text-lg`). `.modal__header` de v3 no
9
+ * tiene padding ni tipografía propias y además apila en columna con `gap-3`, mientras v2
10
+ * era una fila sin gap.
11
+ *
12
+ * El `className` del consumidor se mezcla con `cn` (tailwind-merge), así que sigue
13
+ * ganando: `<ModalHeader className="flex flex-col gap-1">` mantiene su columna.
14
+ */
15
+ declare const ModalHeader: {
16
+ ({ className, ...props }: ModalHeaderProps): import("react").JSX.Element;
17
+ displayName: string;
18
+ };
2
19
  export default ModalHeader;
3
20
  //# sourceMappingURL=ModalHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalHeader.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,qHAAoB,CAAC;AAEtC,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/_internal/ModalHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,IAAI,iBAAiB,EAAM,MAAM,eAAe,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,gBAAgB,GAAG,cAAc,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEjE;;;;;;;;;;GAUG;AACH,QAAA,MAAM,WAAW;8BAA6B,gBAAgB;;CAK7D,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { MultiStepWizardProps } from "./MultiStepWizard.types";
2
- export declare const MultiStepWizard: ({ isOpen, steps, translations, onClose, onComplete, completeButtonText, hideInactiveDescriptions, isDismissable, }: MultiStepWizardProps) => import("react/jsx-runtime").JSX.Element | null;
3
+ export declare const MultiStepWizard: ({ isOpen, steps, translations, onClose, onComplete, completeButtonText, hideInactiveDescriptions, isDismissable, }: MultiStepWizardProps) => React.JSX.Element | null;
3
4
  //# sourceMappingURL=MultiStepWizard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MultiStepWizard.d.ts","sourceRoot":"","sources":["../../../../src/components/multi-step-wizard/MultiStepWizard.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAIpE,eAAO,MAAM,eAAe,GAAI,oHAS7B,oBAAoB,mDAmJtB,CAAC"}
1
+ {"version":3,"file":"MultiStepWizard.d.ts","sourceRoot":"","sources":["../../../../src/components/multi-step-wizard/MultiStepWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAIpE,eAAO,MAAM,eAAe,GAAI,oHAS7B,oBAAoB,6BAmJtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MultistepNavigationButtons.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-step-wizard/_internal/MultistepNavigationButtons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAE1F,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAChD,+BAA+B,CAoD/B,CAAC"}
1
+ {"version":3,"file":"MultistepNavigationButtons.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-step-wizard/_internal/MultistepNavigationButtons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAE1F,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAChD,+BAA+B,CAoD/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { ButtonProps } from "@heroui/react";
1
+ import type { ButtonProps } from "../../button";
2
2
  export interface MultistepNavigationButtonsProps {
3
3
  backButtonProps?: ButtonProps;
4
4
  nextButtonProps?: ButtonProps;
@@ -1 +1 @@
1
- {"version":3,"file":"MultistepNavigationButtons.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-step-wizard/_internal/MultistepNavigationButtons.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,+BAA+B;IAC/C,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"MultistepNavigationButtons.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/multi-step-wizard/_internal/MultistepNavigationButtons.types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,MAAM,WAAW,+BAA+B;IAC/C,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationLoadingOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation-loading-overlay/NavigationLoadingOverlay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAEtF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CAmBtE,CAAC"}
1
+ {"version":3,"file":"NavigationLoadingOverlay.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation-loading-overlay/NavigationLoadingOverlay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAEtF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CAuBtE,CAAC"}
@@ -1,5 +1,20 @@
1
1
  import type React from "react";
2
2
  import type { PaginationProps } from "./Pagination.types";
3
- declare const Pagination: React.FC<PaginationProps>;
3
+ /**
4
+ * Pagination - fachada BeweOS sobre HeroUI.
5
+ *
6
+ * TECH-2459 · G2-overlays-nav — v3 elimina POR COMPLETO el `Pagination` con estado de v2
7
+ * (`total`/`page`/`onChange`, control de foco/teclado propio) y lo sustituye por piezas
8
+ * puramente presentacionales (`Pagination.Content/Item/Link/Previous/Next/Ellipsis`, sin
9
+ * guía de migración oficial — no aparece en `list_component_migration_guides`, mismo caso que
10
+ * `date-picker` en D-G1-3). Esta fachada reconstruye el comportamiento con estado (rango de
11
+ * páginas + elipsis) manteniendo la API pública v2 (`total`/`page`/`onChange`).
12
+ *
13
+ * ⚠️ `size` se acepta pero no se aplica: mismo bug preexistente que v2 (destructurado, nunca
14
+ * reenviado a HeroUI) — fuera de scope de esta migración, reportado aparte (ver
15
+ * findings/decisiones-aceptadas-g2.md y f5-L7-sueltos.md · P-17). v3 SÍ tiene la prop (emite
16
+ * `.pagination--sm|--md|--lg`), así que arreglarlo es un cambio de tamaño visible: ticket aparte.
17
+ */
18
+ export declare const Pagination: React.FC<PaginationProps>;
4
19
  export default Pagination;
5
20
  //# sourceMappingURL=Pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAEzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAiI1D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAyEhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,4 +1,19 @@
1
- import type { PaginationProps as HeroUIPaginationProps } from "@heroui/react";
2
- export interface PaginationProps extends HeroUIPaginationProps {
1
+ export interface PaginationProps {
2
+ /** Número total de páginas. */
3
+ total: number;
4
+ /** Página actual (1-indexada, controlado). */
5
+ page?: number;
6
+ /** Página inicial (no controlado). @default 1 */
7
+ initialPage?: number;
8
+ onChange?: (page: number) => void;
9
+ /**
10
+ * @deprecated v3 no tiene la prop `size` en `Pagination` (bug preexistente heredado de v2:
11
+ * ya se destructuraba aquí y nunca se aplicaba — TECH-2459 · G2 no lo corrige, fuera de
12
+ * scope de esta migración, ver findings/decisiones-aceptadas-g2.md).
13
+ */
14
+ size?: "sm" | "md" | "lg";
15
+ className?: string;
16
+ /** Deshabilita toda la paginación. */
17
+ isDisabled?: boolean;
3
18
  }
4
19
  //# sourceMappingURL=Pagination.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.types.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/Pagination.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAE9E,MAAM,WAAW,eAAgB,SAAQ,qBAAqB;CAE7D"}
1
+ {"version":3,"file":"Pagination.types.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination/Pagination.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC/B,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAOrD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+P3C,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Phone.d.ts","sourceRoot":"","sources":["../../../../src/components/phone/Phone.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAOrD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4U3C,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Andorra: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Andorra: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Andorra.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Andorra.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Andorra.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAooBnB,CAAC"}
1
+ {"version":3,"file":"Andorra.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Andorra.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAooBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Argentina: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Argentina: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Argentina.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Argentina.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Argentina.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,+CAkSrB,CAAC"}
1
+ {"version":3,"file":"Argentina.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Argentina.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,mCAkSrB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Aruba: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Aruba: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Aruba.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Aruba.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Aruba.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CA+BjB,CAAC"}
1
+ {"version":3,"file":"Aruba.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Aruba.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,mCA+BjB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Australia: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Australia: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Australia.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Australia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Australia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,+CAiFrB,CAAC"}
1
+ {"version":3,"file":"Australia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Australia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,mCAiFrB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Austria: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Austria: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Austria.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Austria.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Austria.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAoBnB,CAAC"}
1
+ {"version":3,"file":"Austria.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Austria.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAoBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Bahamas: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Bahamas: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Bahamas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bahamas.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bahamas.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Bahamas.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bahamas.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Barbados: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Barbados: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Barbados.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Barbados.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Barbados.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+CAoBpB,CAAC"}
1
+ {"version":3,"file":"Barbados.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Barbados.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mCAoBpB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Belgica: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Belgica: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Belgica.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Belgica.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Belgica.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Belgica.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Belgica.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Belize: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Belize: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Belize.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Belize.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Belize.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,+CA4kBlB,CAAC"}
1
+ {"version":3,"file":"Belize.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Belize.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mCA4kBlB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Bolivia: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Bolivia: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Bolivia.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bolivia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bolivia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Bolivia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bolivia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Brasil: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Brasil: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Brasil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Brasil.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Brasil.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,+CA2iClB,CAAC"}
1
+ {"version":3,"file":"Brasil.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Brasil.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mCA2iClB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Bulgaria: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Bulgaria: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Bulgaria.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bulgaria.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bulgaria.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+CAqBpB,CAAC"}
1
+ {"version":3,"file":"Bulgaria.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Bulgaria.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mCAqBpB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Chile: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Chile: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Chile.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chile.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Chile.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAyBjB,CAAC"}
1
+ {"version":3,"file":"Chile.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Chile.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,mCAyBjB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const China: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const China: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=China.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"China.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/China.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAuCjB,CAAC"}
1
+ {"version":3,"file":"China.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/China.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,mCAuCjB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Colombia: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Colombia: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Colombia.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Colombia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Colombia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+CAqBpB,CAAC"}
1
+ {"version":3,"file":"Colombia.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Colombia.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mCAqBpB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const CostaRica: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const CostaRica: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=CostaRica.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CostaRica.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/CostaRica.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,+CAqBrB,CAAC"}
1
+ {"version":3,"file":"CostaRica.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/CostaRica.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,mCAqBrB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Cuba: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Cuba: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Cuba.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cuba.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Cuba.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,+CAyBhB,CAAC"}
1
+ {"version":3,"file":"Cuba.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Cuba.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,mCAyBhB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Curazao: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Curazao: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Curazao.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Curazao.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Curazao.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CA4BnB,CAAC"}
1
+ {"version":3,"file":"Curazao.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Curazao.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCA4BnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Cyrpus: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Cyrpus: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Cyrpus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cyrpus.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Cyrpus.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,+CA+BlB,CAAC"}
1
+ {"version":3,"file":"Cyrpus.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Cyrpus.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mCA+BlB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const CzechRepublic: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const CzechRepublic: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=CzechRepublic.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CzechRepublic.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/CzechRepublic.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,+CAqBzB,CAAC"}
1
+ {"version":3,"file":"CzechRepublic.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/CzechRepublic.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,mCAqBzB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Denmark: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Denmark: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Denmark.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Denmark.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Denmark.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Denmark.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Denmark.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Ecuador: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Ecuador: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Ecuador.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Ecuador.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Ecuador.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAi+MnB,CAAC"}
1
+ {"version":3,"file":"Ecuador.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Ecuador.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAi+MnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Egypt: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Egypt: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Egypt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Egypt.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Egypt.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAgLjB,CAAC"}
1
+ {"version":3,"file":"Egypt.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Egypt.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,mCAgLjB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const ElSalvador: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const ElSalvador: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=ElSalvador.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ElSalvador.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/ElSalvador.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,+CA6lJtB,CAAC"}
1
+ {"version":3,"file":"ElSalvador.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/ElSalvador.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,mCA6lJtB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const EuropeanUnion: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const EuropeanUnion: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=EuropeanUnion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EuropeanUnion.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/EuropeanUnion.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,+CAwBzB,CAAC"}
1
+ {"version":3,"file":"EuropeanUnion.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/EuropeanUnion.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,mCAwBzB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Finland: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Finland: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Finland.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Finland.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Finland.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Finland.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Finland.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FlagIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/FlagIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkF/B,QAAA,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,CA+EtC,CAAC;AAEF,MAAM,WAAW,aAAa;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1B;AAQD;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+B5C,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"FlagIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/FlagIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiF/B,QAAA,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,CA8EtC,CAAC;AAEF,MAAM,WAAW,aAAa;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1B;AAQD;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+B5C,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,eAAe,QAAQ,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const France: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const France: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=France.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"France.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/France.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,+CAqBlB,CAAC"}
1
+ {"version":3,"file":"France.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/France.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mCAqBlB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Germany: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Germany: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Germany.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Germany.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Germany.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAqBnB,CAAC"}
1
+ {"version":3,"file":"Germany.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Germany.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mCAqBnB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const GreatBritain: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const GreatBritain: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=GreatBritain.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GreatBritain.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/GreatBritain.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,+CA4DxB,CAAC"}
1
+ {"version":3,"file":"GreatBritain.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/GreatBritain.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,mCA4DxB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Greece: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Greece: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Greece.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Greece.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Greece.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,+CAwBlB,CAAC"}
1
+ {"version":3,"file":"Greece.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone/flags/Greece.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mCAwBlB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const Guatemala: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const Guatemala: () => import("react").JSX.Element;
2
2
  //# sourceMappingURL=Guatemala.d.ts.map