@digdir/designsystemet-react 1.0.0-next.17 → 1.0.0-next.33

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 (424) hide show
  1. package/dist/cjs/components/Accordion/Accordion.js +15 -0
  2. package/dist/cjs/components/Accordion/AccordionContent.js +2 -11
  3. package/dist/cjs/components/Accordion/AccordionHeading.js +5 -17
  4. package/dist/cjs/components/Accordion/AccordionItem.js +61 -16
  5. package/dist/cjs/components/Accordion/index.js +4 -7
  6. package/dist/cjs/components/Alert/Alert.js +3 -18
  7. package/dist/cjs/components/Avatar/Avatar.js +36 -0
  8. package/dist/cjs/components/Badge/Badge.js +6 -1
  9. package/dist/cjs/components/Button/Button.js +6 -3
  10. package/dist/cjs/components/Card/Card.js +1 -1
  11. package/dist/cjs/components/Divider/Divider.js +5 -4
  12. package/dist/cjs/components/DropdownMenu/DropdownMenuContent.js +3 -22
  13. package/dist/cjs/components/DropdownMenu/DropdownMenuGroup.js +1 -1
  14. package/dist/cjs/components/DropdownMenu/DropdownMenuItem.js +1 -1
  15. package/dist/cjs/components/ErrorSummary/ErrorSummaryHeading.js +11 -7
  16. package/dist/cjs/components/ErrorSummary/ErrorSummaryItem.js +4 -4
  17. package/dist/cjs/components/ErrorSummary/ErrorSummaryList.js +7 -5
  18. package/dist/cjs/components/ErrorSummary/ErrorSummaryRoot.js +4 -4
  19. package/dist/cjs/components/ErrorSummary/index.js +2 -2
  20. package/dist/cjs/components/HelpText/HelpText.js +6 -4
  21. package/dist/cjs/components/Link/Link.js +2 -2
  22. package/dist/cjs/components/List/ListItem.js +2 -4
  23. package/dist/cjs/components/List/Lists.js +10 -13
  24. package/dist/cjs/components/List/index.js +7 -14
  25. package/dist/cjs/components/Modal/ModalHeader.js +1 -1
  26. package/dist/cjs/components/Pagination/Pagination.js +3 -17
  27. package/dist/cjs/components/Pagination/PaginationButton.js +2 -3
  28. package/dist/cjs/components/Pagination/PaginationEllipsis.js +1 -2
  29. package/dist/cjs/components/Pagination/PaginationItem.js +1 -2
  30. package/dist/cjs/components/Pagination/{PaginationContent.js → PaginationList.js} +4 -5
  31. package/dist/cjs/components/Pagination/PaginationNextPrev.js +4 -6
  32. package/dist/cjs/components/Pagination/PaginationRoot.js +2 -3
  33. package/dist/cjs/components/Pagination/index.js +4 -4
  34. package/dist/cjs/components/Popover/Popover.js +94 -0
  35. package/dist/cjs/components/Popover/PopoverContext.js +16 -0
  36. package/dist/cjs/components/Popover/PopoverTrigger.js +4 -13
  37. package/dist/cjs/components/Popover/index.js +6 -9
  38. package/dist/cjs/components/Table/Table.js +2 -22
  39. package/dist/cjs/components/Table/TableBody.js +2 -22
  40. package/dist/cjs/components/Table/TableCell.js +2 -23
  41. package/dist/cjs/components/Table/TableHead.js +2 -23
  42. package/dist/cjs/components/Table/TableHeaderCell.js +2 -29
  43. package/dist/cjs/components/Table/TableRow.js +2 -23
  44. package/dist/cjs/components/Tag/Tag.js +2 -3
  45. package/dist/cjs/components/ToggleGroup/ToggleGroupItem/ToggleGroupItem.js +3 -5
  46. package/dist/cjs/components/Tooltip/Tooltip.js +6 -25
  47. package/dist/cjs/components/Typography/Heading/Heading.js +2 -2
  48. package/dist/cjs/components/form/Combobox/Combobox.js +2 -3
  49. package/dist/cjs/components/form/Combobox/internal/ComboboxInput.js +1 -2
  50. package/dist/cjs/components/form/Combobox/useFloatingCombobox.js +1 -1
  51. package/dist/cjs/components/form/Select/Select.js +20 -0
  52. package/dist/cjs/components/form/Select/SelectOptgroup.js +13 -0
  53. package/dist/cjs/components/form/Select/SelectOption.js +13 -0
  54. package/dist/cjs/components/form/Select/index.js +16 -0
  55. package/dist/cjs/components/form/Select/useSelect.js +49 -0
  56. package/dist/cjs/components/{Skeleton → loaders/Skeleton}/Circle/Circle.js +2 -2
  57. package/dist/cjs/components/{Skeleton → loaders/Skeleton}/Rectangle/Rectangle.js +2 -2
  58. package/dist/cjs/components/{Skeleton → loaders/Skeleton}/Text/Text.js +2 -2
  59. package/dist/cjs/components/loaders/Spinner/Spinner.js +16 -0
  60. package/dist/cjs/index.js +56 -60
  61. package/dist/cjs/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +7 -23
  62. package/dist/cjs/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +164 -0
  63. package/dist/cjs/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +22 -0
  64. package/dist/cjs/node_modules/@floating-ui/react/dist/floating-ui.react.js +85 -56
  65. package/dist/cjs/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +1 -1
  66. package/dist/cjs/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +677 -0
  67. package/dist/cjs/node_modules/@tanstack/virtual-core/dist/esm/index.js +57 -65
  68. package/dist/cjs/node_modules/@u-elements/u-details/dist/u-details.js +117 -0
  69. package/dist/cjs/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.js +4 -2
  70. package/dist/esm/components/Accordion/Accordion.js +13 -0
  71. package/dist/esm/components/Accordion/AccordionContent.js +3 -12
  72. package/dist/esm/components/Accordion/AccordionHeading.js +7 -19
  73. package/dist/esm/components/Accordion/AccordionItem.js +63 -17
  74. package/dist/esm/components/Accordion/index.js +5 -7
  75. package/dist/esm/components/Alert/Alert.js +4 -19
  76. package/dist/esm/components/Avatar/Avatar.js +34 -0
  77. package/dist/esm/components/Badge/Badge.js +6 -1
  78. package/dist/esm/components/Button/Button.js +8 -5
  79. package/dist/esm/components/Card/Card.js +1 -1
  80. package/dist/esm/components/Divider/Divider.js +5 -4
  81. package/dist/esm/components/DropdownMenu/DropdownMenuContent.js +4 -5
  82. package/dist/esm/components/DropdownMenu/DropdownMenuGroup.js +1 -1
  83. package/dist/esm/components/DropdownMenu/DropdownMenuItem.js +1 -1
  84. package/dist/esm/components/ErrorSummary/ErrorSummaryHeading.js +12 -8
  85. package/dist/esm/components/ErrorSummary/ErrorSummaryItem.js +4 -4
  86. package/dist/esm/components/ErrorSummary/ErrorSummaryList.js +7 -5
  87. package/dist/esm/components/ErrorSummary/ErrorSummaryRoot.js +4 -4
  88. package/dist/esm/components/ErrorSummary/index.js +1 -1
  89. package/dist/esm/components/HelpText/HelpText.js +8 -6
  90. package/dist/esm/components/Link/Link.js +2 -2
  91. package/dist/esm/components/List/ListItem.js +2 -4
  92. package/dist/esm/components/List/Lists.js +10 -13
  93. package/dist/esm/components/List/index.js +7 -12
  94. package/dist/esm/components/Modal/ModalHeader.js +1 -1
  95. package/dist/esm/components/Pagination/Pagination.js +3 -17
  96. package/dist/esm/components/Pagination/PaginationButton.js +2 -3
  97. package/dist/esm/components/Pagination/PaginationEllipsis.js +1 -2
  98. package/dist/esm/components/Pagination/PaginationItem.js +1 -2
  99. package/dist/esm/components/Pagination/{PaginationContent.js → PaginationList.js} +4 -5
  100. package/dist/esm/components/Pagination/PaginationNextPrev.js +4 -6
  101. package/dist/esm/components/Pagination/PaginationRoot.js +2 -3
  102. package/dist/esm/components/Pagination/index.js +4 -4
  103. package/dist/esm/components/Popover/Popover.js +92 -0
  104. package/dist/esm/components/Popover/PopoverContext.js +13 -0
  105. package/dist/esm/components/Popover/PopoverTrigger.js +5 -14
  106. package/dist/esm/components/Popover/index.js +6 -8
  107. package/dist/esm/components/Table/Table.js +3 -4
  108. package/dist/esm/components/Table/TableBody.js +3 -4
  109. package/dist/esm/components/Table/TableCell.js +3 -5
  110. package/dist/esm/components/Table/TableHead.js +3 -5
  111. package/dist/esm/components/Table/TableHeaderCell.js +4 -12
  112. package/dist/esm/components/Table/TableRow.js +3 -5
  113. package/dist/esm/components/Tag/Tag.js +2 -3
  114. package/dist/esm/components/ToggleGroup/ToggleGroupItem/ToggleGroupItem.js +3 -5
  115. package/dist/esm/components/Tooltip/Tooltip.js +9 -10
  116. package/dist/esm/components/Typography/Heading/Heading.js +2 -2
  117. package/dist/esm/components/form/Combobox/Combobox.js +2 -3
  118. package/dist/esm/components/form/Combobox/internal/ComboboxInput.js +1 -2
  119. package/dist/esm/components/form/Combobox/useFloatingCombobox.js +1 -1
  120. package/dist/esm/components/form/Select/Select.js +18 -0
  121. package/dist/esm/components/form/Select/SelectOptgroup.js +11 -0
  122. package/dist/esm/components/form/Select/SelectOption.js +11 -0
  123. package/dist/esm/components/form/Select/index.js +12 -0
  124. package/dist/esm/components/form/Select/useSelect.js +47 -0
  125. package/dist/esm/components/{Skeleton → loaders/Skeleton}/Circle/Circle.js +2 -2
  126. package/dist/esm/components/{Skeleton → loaders/Skeleton}/Rectangle/Rectangle.js +2 -2
  127. package/dist/esm/components/{Skeleton → loaders/Skeleton}/Text/Text.js +2 -2
  128. package/dist/esm/components/loaders/Spinner/Spinner.js +14 -0
  129. package/dist/esm/index.js +13 -15
  130. package/dist/esm/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -1
  131. package/dist/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +7 -21
  132. package/dist/esm/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +143 -0
  133. package/dist/esm/node_modules/@floating-ui/dom/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +16 -0
  134. package/dist/esm/node_modules/@floating-ui/react/dist/floating-ui.react.js +85 -56
  135. package/dist/esm/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +2 -2
  136. package/dist/esm/node_modules/@floating-ui/react-dom/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +667 -0
  137. package/dist/esm/node_modules/@tanstack/virtual-core/dist/esm/index.js +57 -65
  138. package/dist/esm/node_modules/@u-elements/u-details/dist/u-details.js +114 -0
  139. package/dist/esm/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.js +4 -2
  140. package/dist/types/components/Accordion/{AccordionRoot.d.ts → Accordion.d.ts} +5 -5
  141. package/dist/types/components/Accordion/Accordion.d.ts.map +1 -0
  142. package/dist/types/components/Accordion/AccordionContent.d.ts +1 -1
  143. package/dist/types/components/Accordion/AccordionContent.d.ts.map +1 -1
  144. package/dist/types/components/Accordion/AccordionHeading.d.ts +6 -20
  145. package/dist/types/components/Accordion/AccordionHeading.d.ts.map +1 -1
  146. package/dist/types/components/Accordion/AccordionItem.d.ts +12 -26
  147. package/dist/types/components/Accordion/AccordionItem.d.ts.map +1 -1
  148. package/dist/types/components/Accordion/index.d.ts +9 -11
  149. package/dist/types/components/Accordion/index.d.ts.map +1 -1
  150. package/dist/types/components/Alert/Alert.d.ts +7 -23
  151. package/dist/types/components/Alert/Alert.d.ts.map +1 -1
  152. package/dist/types/components/Avatar/Avatar.d.ts +78 -0
  153. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -0
  154. package/dist/types/components/Avatar/index.d.ts +3 -0
  155. package/dist/types/components/Avatar/index.d.ts.map +1 -0
  156. package/dist/types/components/Badge/Badge.d.ts +2 -2
  157. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  158. package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +1 -1
  159. package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts.map +1 -1
  160. package/dist/types/components/Breadcrumbs/BreadcrumbsLink.d.ts +3 -3
  161. package/dist/types/components/Breadcrumbs/BreadcrumbsLink.d.ts.map +1 -1
  162. package/dist/types/components/Breadcrumbs/BreadcrumbsList.d.ts +1 -1
  163. package/dist/types/components/Breadcrumbs/BreadcrumbsList.d.ts.map +1 -1
  164. package/dist/types/components/Breadcrumbs/BreadcrumbsNav.d.ts +6 -4
  165. package/dist/types/components/Breadcrumbs/BreadcrumbsNav.d.ts.map +1 -1
  166. package/dist/types/components/Breadcrumbs/BreadcrumbsRoot.d.ts +2 -2
  167. package/dist/types/components/Breadcrumbs/BreadcrumbsRoot.d.ts.map +1 -1
  168. package/dist/types/components/Breadcrumbs/index.d.ts +9 -9
  169. package/dist/types/components/Button/Button.d.ts +10 -12
  170. package/dist/types/components/Button/Button.d.ts.map +1 -1
  171. package/dist/types/components/Card/Card.d.ts +2 -2
  172. package/dist/types/components/Card/Card.d.ts.map +1 -1
  173. package/dist/types/components/Card/CardContent.d.ts +2 -2
  174. package/dist/types/components/Card/CardContent.d.ts.map +1 -1
  175. package/dist/types/components/Card/CardFooter.d.ts +2 -2
  176. package/dist/types/components/Card/CardFooter.d.ts.map +1 -1
  177. package/dist/types/components/Card/CardHeader.d.ts +2 -2
  178. package/dist/types/components/Card/CardHeader.d.ts.map +1 -1
  179. package/dist/types/components/Card/CardMedia.d.ts +2 -2
  180. package/dist/types/components/Card/CardMedia.d.ts.map +1 -1
  181. package/dist/types/components/Chip/Group/Group.d.ts +3 -3
  182. package/dist/types/components/Chip/Group/Group.d.ts.map +1 -1
  183. package/dist/types/components/Chip/Removable/Removable.d.ts +2 -2
  184. package/dist/types/components/Chip/Removable/Removable.d.ts.map +1 -1
  185. package/dist/types/components/Chip/Toggle/Toggle.d.ts +2 -2
  186. package/dist/types/components/Chip/Toggle/Toggle.d.ts.map +1 -1
  187. package/dist/types/components/Divider/Divider.d.ts +3 -15
  188. package/dist/types/components/Divider/Divider.d.ts.map +1 -1
  189. package/dist/types/components/DropdownMenu/DropdownMenuContent.d.ts +5 -5
  190. package/dist/types/components/DropdownMenu/DropdownMenuContent.d.ts.map +1 -1
  191. package/dist/types/components/DropdownMenu/DropdownMenuGroup.d.ts +5 -5
  192. package/dist/types/components/DropdownMenu/DropdownMenuGroup.d.ts.map +1 -1
  193. package/dist/types/components/DropdownMenu/DropdownMenuItem.d.ts +2 -2
  194. package/dist/types/components/DropdownMenu/DropdownMenuItem.d.ts.map +1 -1
  195. package/dist/types/components/DropdownMenu/DropdownMenuRoot.d.ts +3 -3
  196. package/dist/types/components/DropdownMenu/DropdownMenuRoot.d.ts.map +1 -1
  197. package/dist/types/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -3
  198. package/dist/types/components/DropdownMenu/DropdownMenuTrigger.d.ts.map +1 -1
  199. package/dist/types/components/ErrorSummary/ErrorSummaryHeading.d.ts +8 -6
  200. package/dist/types/components/ErrorSummary/ErrorSummaryHeading.d.ts.map +1 -1
  201. package/dist/types/components/ErrorSummary/ErrorSummaryItem.d.ts +2 -5
  202. package/dist/types/components/ErrorSummary/ErrorSummaryItem.d.ts.map +1 -1
  203. package/dist/types/components/ErrorSummary/ErrorSummaryList.d.ts +6 -7
  204. package/dist/types/components/ErrorSummary/ErrorSummaryList.d.ts.map +1 -1
  205. package/dist/types/components/ErrorSummary/ErrorSummaryRoot.d.ts +7 -6
  206. package/dist/types/components/ErrorSummary/ErrorSummaryRoot.d.ts.map +1 -1
  207. package/dist/types/components/ErrorSummary/index.d.ts +1 -1
  208. package/dist/types/components/ErrorSummary/index.d.ts.map +1 -1
  209. package/dist/types/components/HelpText/HelpText.d.ts +19 -8
  210. package/dist/types/components/HelpText/HelpText.d.ts.map +1 -1
  211. package/dist/types/components/Link/Link.d.ts +2 -2
  212. package/dist/types/components/Link/Link.d.ts.map +1 -1
  213. package/dist/types/components/List/ListItem.d.ts +2 -2
  214. package/dist/types/components/List/ListItem.d.ts.map +1 -1
  215. package/dist/types/components/List/Lists.d.ts +11 -21
  216. package/dist/types/components/List/Lists.d.ts.map +1 -1
  217. package/dist/types/components/List/index.d.ts +15 -14
  218. package/dist/types/components/List/index.d.ts.map +1 -1
  219. package/dist/types/components/Modal/ModaContent.d.ts +2 -2
  220. package/dist/types/components/Modal/ModaContent.d.ts.map +1 -1
  221. package/dist/types/components/Modal/ModalDialog.d.ts +2 -2
  222. package/dist/types/components/Modal/ModalDialog.d.ts.map +1 -1
  223. package/dist/types/components/Modal/ModalFooter.d.ts +2 -2
  224. package/dist/types/components/Modal/ModalFooter.d.ts.map +1 -1
  225. package/dist/types/components/Modal/ModalHeader.d.ts +2 -2
  226. package/dist/types/components/Modal/ModalHeader.d.ts.map +1 -1
  227. package/dist/types/components/Modal/ModalRoot.d.ts +4 -3
  228. package/dist/types/components/Modal/ModalRoot.d.ts.map +1 -1
  229. package/dist/types/components/Modal/ModalTrigger.d.ts +3 -3
  230. package/dist/types/components/Modal/ModalTrigger.d.ts.map +1 -1
  231. package/dist/types/components/Pagination/Pagination.d.ts +4 -5
  232. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  233. package/dist/types/components/Pagination/PaginationButton.d.ts +3 -3
  234. package/dist/types/components/Pagination/PaginationButton.d.ts.map +1 -1
  235. package/dist/types/components/Pagination/PaginationEllipsis.d.ts +1 -2
  236. package/dist/types/components/Pagination/PaginationEllipsis.d.ts.map +1 -1
  237. package/dist/types/components/Pagination/PaginationItem.d.ts +2 -3
  238. package/dist/types/components/Pagination/PaginationItem.d.ts.map +1 -1
  239. package/dist/types/components/Pagination/{PaginationContent.d.ts → PaginationList.d.ts} +4 -4
  240. package/dist/types/components/Pagination/PaginationList.d.ts.map +1 -0
  241. package/dist/types/components/Pagination/PaginationNextPrev.d.ts +4 -5
  242. package/dist/types/components/Pagination/PaginationNextPrev.d.ts.map +1 -1
  243. package/dist/types/components/Pagination/PaginationRoot.d.ts +14 -4
  244. package/dist/types/components/Pagination/PaginationRoot.d.ts.map +1 -1
  245. package/dist/types/components/Pagination/index.d.ts +9 -10
  246. package/dist/types/components/Pagination/index.d.ts.map +1 -1
  247. package/dist/types/components/Pagination/usePagination.d.ts +1 -1
  248. package/dist/types/components/Popover/Popover.d.ts +83 -0
  249. package/dist/types/components/Popover/Popover.d.ts.map +1 -0
  250. package/dist/types/components/Popover/PopoverContext.d.ts +13 -0
  251. package/dist/types/components/Popover/PopoverContext.d.ts.map +1 -0
  252. package/dist/types/components/Popover/PopoverTrigger.d.ts +3 -3
  253. package/dist/types/components/Popover/PopoverTrigger.d.ts.map +1 -1
  254. package/dist/types/components/Popover/index.d.ts +8 -10
  255. package/dist/types/components/Popover/index.d.ts.map +1 -1
  256. package/dist/types/components/Table/Table.d.ts +3 -3
  257. package/dist/types/components/Table/Table.d.ts.map +1 -1
  258. package/dist/types/components/Table/TableBody.d.ts +2 -2
  259. package/dist/types/components/Table/TableBody.d.ts.map +1 -1
  260. package/dist/types/components/Table/TableCell.d.ts +2 -2
  261. package/dist/types/components/Table/TableCell.d.ts.map +1 -1
  262. package/dist/types/components/Table/TableHead.d.ts +2 -2
  263. package/dist/types/components/Table/TableHead.d.ts.map +1 -1
  264. package/dist/types/components/Table/TableHeaderCell.d.ts +5 -25
  265. package/dist/types/components/Table/TableHeaderCell.d.ts.map +1 -1
  266. package/dist/types/components/Table/TableRow.d.ts +2 -2
  267. package/dist/types/components/Table/TableRow.d.ts.map +1 -1
  268. package/dist/types/components/Tabs/Tab.d.ts +2 -2
  269. package/dist/types/components/Tabs/Tab.d.ts.map +1 -1
  270. package/dist/types/components/Tabs/TabContent.d.ts +2 -2
  271. package/dist/types/components/Tabs/TabContent.d.ts.map +1 -1
  272. package/dist/types/components/Tabs/TabList.d.ts +1 -1
  273. package/dist/types/components/Tabs/TabList.d.ts.map +1 -1
  274. package/dist/types/components/Tabs/TabsRoot.d.ts +3 -3
  275. package/dist/types/components/Tabs/TabsRoot.d.ts.map +1 -1
  276. package/dist/types/components/Tag/Tag.d.ts +2 -2
  277. package/dist/types/components/Tag/Tag.d.ts.map +1 -1
  278. package/dist/types/components/ToggleGroup/ToggleGroupItem/ToggleGroupItem.d.ts +3 -3
  279. package/dist/types/components/ToggleGroup/ToggleGroupItem/ToggleGroupItem.d.ts.map +1 -1
  280. package/dist/types/components/ToggleGroup/ToggleGroupRoot.d.ts +3 -3
  281. package/dist/types/components/ToggleGroup/ToggleGroupRoot.d.ts.map +1 -1
  282. package/dist/types/components/Tooltip/Tooltip.d.ts +6 -7
  283. package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -1
  284. package/dist/types/components/Typography/ErrorMessage/ErrorMessage.d.ts +2 -2
  285. package/dist/types/components/Typography/ErrorMessage/ErrorMessage.d.ts.map +1 -1
  286. package/dist/types/components/Typography/Heading/Heading.d.ts +4 -4
  287. package/dist/types/components/Typography/Heading/Heading.d.ts.map +1 -1
  288. package/dist/types/components/Typography/Ingress/Ingress.d.ts +2 -2
  289. package/dist/types/components/Typography/Ingress/Ingress.d.ts.map +1 -1
  290. package/dist/types/components/Typography/Label/Label.d.ts +2 -2
  291. package/dist/types/components/Typography/Label/Label.d.ts.map +1 -1
  292. package/dist/types/components/Typography/Paragraph/Paragraph.d.ts +2 -2
  293. package/dist/types/components/Typography/Paragraph/Paragraph.d.ts.map +1 -1
  294. package/dist/types/components/form/Checkbox/Checkbox.d.ts +2 -2
  295. package/dist/types/components/form/Checkbox/Checkbox.d.ts.map +1 -1
  296. package/dist/types/components/form/Checkbox/CheckboxGroup.d.ts +3 -3
  297. package/dist/types/components/form/Checkbox/CheckboxGroup.d.ts.map +1 -1
  298. package/dist/types/components/form/Combobox/Combobox.d.ts +4 -4
  299. package/dist/types/components/form/Combobox/Combobox.d.ts.map +1 -1
  300. package/dist/types/components/form/Combobox/ComboboxContext.d.ts +5 -4
  301. package/dist/types/components/form/Combobox/ComboboxContext.d.ts.map +1 -1
  302. package/dist/types/components/form/Combobox/ComboboxIdContext.d.ts +4 -4
  303. package/dist/types/components/form/Combobox/ComboboxIdContext.d.ts.map +1 -1
  304. package/dist/types/components/form/Combobox/Custom.d.ts +2 -2
  305. package/dist/types/components/form/Combobox/Custom.d.ts.map +1 -1
  306. package/dist/types/components/form/Combobox/Empty.d.ts +2 -2
  307. package/dist/types/components/form/Combobox/Empty.d.ts.map +1 -1
  308. package/dist/types/components/form/Combobox/Option/Description.d.ts +2 -2
  309. package/dist/types/components/form/Combobox/Option/Description.d.ts.map +1 -1
  310. package/dist/types/components/form/Combobox/Option/Option.d.ts +3 -3
  311. package/dist/types/components/form/Combobox/Option/Option.d.ts.map +1 -1
  312. package/dist/types/components/form/Combobox/Option/useComboboxOption.d.ts +1 -1
  313. package/dist/types/components/form/Combobox/internal/ComboboxClearButton.d.ts +2 -1
  314. package/dist/types/components/form/Combobox/internal/ComboboxClearButton.d.ts.map +1 -1
  315. package/dist/types/components/form/Combobox/internal/ComboboxInput.d.ts +3 -2
  316. package/dist/types/components/form/Combobox/internal/ComboboxInput.d.ts.map +1 -1
  317. package/dist/types/components/form/Combobox/useCombobox.d.ts +3 -3
  318. package/dist/types/components/form/Combobox/useComboboxKeyboard.d.ts +2 -1
  319. package/dist/types/components/form/Combobox/useComboboxKeyboard.d.ts.map +1 -1
  320. package/dist/types/components/form/Combobox/useFloatingCombobox.d.ts +13 -12
  321. package/dist/types/components/form/Combobox/useFloatingCombobox.d.ts.map +1 -1
  322. package/dist/types/components/form/Fieldset/Fieldset.d.ts +2 -2
  323. package/dist/types/components/form/Fieldset/Fieldset.d.ts.map +1 -1
  324. package/dist/types/components/form/Fieldset/FieldsetContext.d.ts +1 -1
  325. package/dist/types/components/form/Fieldset/FieldsetContext.d.ts.map +1 -1
  326. package/dist/types/components/form/Fieldset/useFieldset.d.ts +1 -1
  327. package/dist/types/components/form/Radio/Radio.d.ts +2 -2
  328. package/dist/types/components/form/Radio/Radio.d.ts.map +1 -1
  329. package/dist/types/components/form/Radio/RadioGroup.d.ts +3 -3
  330. package/dist/types/components/form/Radio/RadioGroup.d.ts.map +1 -1
  331. package/dist/types/components/form/Search/Search.d.ts +2 -2
  332. package/dist/types/components/form/Search/Search.d.ts.map +1 -1
  333. package/dist/types/components/form/{NativeSelect/NativeSelect.d.ts → Select/Select.d.ts} +5 -5
  334. package/dist/types/components/form/Select/Select.d.ts.map +1 -0
  335. package/dist/types/components/form/Select/SelectOptgroup.d.ts +16 -0
  336. package/dist/types/components/form/Select/SelectOptgroup.d.ts.map +1 -0
  337. package/dist/types/components/form/Select/SelectOption.d.ts +16 -0
  338. package/dist/types/components/form/Select/SelectOption.d.ts.map +1 -0
  339. package/dist/types/components/form/Select/index.d.ts +13 -0
  340. package/dist/types/components/form/Select/index.d.ts.map +1 -0
  341. package/dist/types/components/form/Select/useSelect.d.ts +10 -0
  342. package/dist/types/components/form/Select/useSelect.d.ts.map +1 -0
  343. package/dist/types/components/form/Switch/Switch.d.ts +2 -2
  344. package/dist/types/components/form/Switch/Switch.d.ts.map +1 -1
  345. package/dist/types/components/form/Textarea/Textarea.d.ts +2 -2
  346. package/dist/types/components/form/Textarea/Textarea.d.ts.map +1 -1
  347. package/dist/types/components/form/Textfield/Textfield.d.ts +2 -2
  348. package/dist/types/components/form/Textfield/Textfield.d.ts.map +1 -1
  349. package/dist/types/components/index.d.ts +4 -4
  350. package/dist/types/components/index.d.ts.map +1 -1
  351. package/dist/types/components/loaders/Skeleton/Circle/Circle.d.ts.map +1 -0
  352. package/dist/types/components/loaders/Skeleton/Rectangle/Rectangle.d.ts.map +1 -0
  353. package/dist/types/components/loaders/Skeleton/Text/Text.d.ts.map +1 -0
  354. package/dist/types/components/loaders/Skeleton/index.d.ts.map +1 -0
  355. package/dist/types/components/{Spinner → loaders/Spinner}/Spinner.d.ts +3 -3
  356. package/dist/types/components/loaders/Spinner/Spinner.d.ts.map +1 -0
  357. package/dist/types/components/loaders/Spinner/index.d.ts.map +1 -0
  358. package/dist/types/utilities/AnimateHeight/AnimateHeight.d.ts +2 -2
  359. package/dist/types/utilities/AnimateHeight/AnimateHeight.d.ts.map +1 -1
  360. package/dist/types/utilities/RovingFocus/RovingFocusItem.d.ts +2 -2
  361. package/dist/types/utilities/RovingFocus/RovingFocusItem.d.ts.map +1 -1
  362. package/dist/types/utilities/RovingFocus/RovingFocusRoot.d.ts +3 -3
  363. package/dist/types/utilities/RovingFocus/RovingFocusRoot.d.ts.map +1 -1
  364. package/dist/types/utilities/RovingFocus/useRovingFocus.d.ts +163 -162
  365. package/dist/types/utilities/RovingFocus/useRovingFocus.d.ts.map +1 -1
  366. package/dist/types/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.d.ts +1 -1
  367. package/dist/types/utilities/hooks/useSynchronizedAnimation/useSynchronizedAnimation.d.ts.map +1 -1
  368. package/package.json +9 -4
  369. package/dist/cjs/components/Accordion/AccordionRoot.js +0 -16
  370. package/dist/cjs/components/Box/Box.js +0 -15
  371. package/dist/cjs/components/List/ListHeading.js +0 -28
  372. package/dist/cjs/components/List/ListRoot.js +0 -21
  373. package/dist/cjs/components/Popover/PopoverContent.js +0 -105
  374. package/dist/cjs/components/Popover/PopoverRoot.js +0 -68
  375. package/dist/cjs/components/Spinner/Spinner.js +0 -24
  376. package/dist/cjs/components/form/NativeSelect/NativeSelect.js +0 -21
  377. package/dist/cjs/components/form/NativeSelect/useNativeSelect.js +0 -55
  378. package/dist/cjs/utilities/AnimateHeight/AnimateHeight.js +0 -46
  379. package/dist/cjs/utilities/hooks/useMediaQuery/useMediaQuery.js +0 -49
  380. package/dist/cjs/utilities/hooks/usePrevious.js +0 -14
  381. package/dist/esm/components/Accordion/AccordionRoot.js +0 -14
  382. package/dist/esm/components/Box/Box.js +0 -13
  383. package/dist/esm/components/List/ListHeading.js +0 -26
  384. package/dist/esm/components/List/ListRoot.js +0 -18
  385. package/dist/esm/components/Popover/PopoverContent.js +0 -85
  386. package/dist/esm/components/Popover/PopoverRoot.js +0 -47
  387. package/dist/esm/components/Spinner/Spinner.js +0 -22
  388. package/dist/esm/components/form/NativeSelect/NativeSelect.js +0 -19
  389. package/dist/esm/components/form/NativeSelect/useNativeSelect.js +0 -53
  390. package/dist/esm/utilities/AnimateHeight/AnimateHeight.js +0 -44
  391. package/dist/esm/utilities/hooks/useMediaQuery/useMediaQuery.js +0 -47
  392. package/dist/esm/utilities/hooks/usePrevious.js +0 -12
  393. package/dist/types/components/Accordion/AccordionRoot.d.ts.map +0 -1
  394. package/dist/types/components/Box/Box.d.ts +0 -56
  395. package/dist/types/components/Box/Box.d.ts.map +0 -1
  396. package/dist/types/components/Box/index.d.ts +0 -3
  397. package/dist/types/components/Box/index.d.ts.map +0 -1
  398. package/dist/types/components/List/ListHeading.d.ts +0 -9
  399. package/dist/types/components/List/ListHeading.d.ts.map +0 -1
  400. package/dist/types/components/List/ListRoot.d.ts +0 -34
  401. package/dist/types/components/List/ListRoot.d.ts.map +0 -1
  402. package/dist/types/components/Pagination/PaginationContent.d.ts.map +0 -1
  403. package/dist/types/components/Popover/PopoverContent.d.ts +0 -8
  404. package/dist/types/components/Popover/PopoverContent.d.ts.map +0 -1
  405. package/dist/types/components/Popover/PopoverRoot.d.ts +0 -54
  406. package/dist/types/components/Popover/PopoverRoot.d.ts.map +0 -1
  407. package/dist/types/components/Skeleton/Circle/Circle.d.ts.map +0 -1
  408. package/dist/types/components/Skeleton/Rectangle/Rectangle.d.ts.map +0 -1
  409. package/dist/types/components/Skeleton/Text/Text.d.ts.map +0 -1
  410. package/dist/types/components/Skeleton/index.d.ts.map +0 -1
  411. package/dist/types/components/Spinner/Spinner.d.ts.map +0 -1
  412. package/dist/types/components/Spinner/index.d.ts.map +0 -1
  413. package/dist/types/components/form/NativeSelect/NativeSelect.d.ts.map +0 -1
  414. package/dist/types/components/form/NativeSelect/index.d.ts +0 -3
  415. package/dist/types/components/form/NativeSelect/index.d.ts.map +0 -1
  416. package/dist/types/components/form/NativeSelect/useNativeSelect.d.ts +0 -10
  417. package/dist/types/components/form/NativeSelect/useNativeSelect.d.ts.map +0 -1
  418. /package/dist/cjs/components/{Skeleton → loaders/Skeleton}/index.js +0 -0
  419. /package/dist/esm/components/{Skeleton → loaders/Skeleton}/index.js +0 -0
  420. /package/dist/types/components/{Skeleton → loaders/Skeleton}/Circle/Circle.d.ts +0 -0
  421. /package/dist/types/components/{Skeleton → loaders/Skeleton}/Rectangle/Rectangle.d.ts +0 -0
  422. /package/dist/types/components/{Skeleton → loaders/Skeleton}/Text/Text.d.ts +0 -0
  423. /package/dist/types/components/{Skeleton → loaders/Skeleton}/index.d.ts +0 -0
  424. /package/dist/types/components/{Spinner → loaders/Spinner}/index.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenuRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;QAGI;IACJ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,GAAG,WAAW,CAAC;AAEhB;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB;4DAO1B,qBAAqB;;CA4BvB,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IACrC,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,MAAM,CAAC,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,qBAAqB,CAAC,WAAW,CAAC,CAAC;IAC/C,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,mBAAmB,wCAM9B,CAAC"}
1
+ {"version":3,"file":"DropdownMenuRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenuRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;QAGI;IACJ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,WAAW,CAAC;AAEhB;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB;4DAO1B,qBAAqB;;CA4BvB,CAAC;AAEF,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC/B,IAAI,EAAE,WAAW,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,CAAC;IACjD,MAAM,CAAC,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,qBAAqB,CAAC,WAAW,CAAC,CAAC;IAC/C,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,mBAAmB,wCAM9B,CAAC"}
@@ -1,12 +1,12 @@
1
- import type * as React from 'react';
1
+ import type { ComponentPropsWithRef } from 'react';
2
2
  import { Button } from '../Button';
3
- export type DropdownMenuTriggerProps = React.ComponentPropsWithRef<typeof Button>;
3
+ export type DropdownMenuTriggerProps = ComponentPropsWithRef<typeof Button>;
4
4
  export declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<Omit<Omit<{
5
5
  variant?: "primary" | "secondary" | "tertiary";
6
6
  color?: "accent" | "neutral" | "danger";
7
7
  size?: "sm" | "md" | "lg";
8
- fullWidth?: boolean;
9
8
  icon?: boolean;
9
+ loading?: boolean;
10
10
  asChild?: boolean;
11
11
  } & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenuTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenuTrigger.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,qBAAqB,CAChE,OAAO,MAAM,CACd,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;mDAqB9B,CAAC"}
1
+ {"version":3,"file":"DropdownMenuTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/DropdownMenuTrigger.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC,MAAM,MAAM,wBAAwB,GAAG,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;;;;;mDAqB9B,CAAC"}
@@ -1,7 +1,9 @@
1
- import type { ListHeadingProps } from '../List';
2
- export type ErrorSummaryHeadingProps = ListHeadingProps;
3
- export declare const ErrorSummaryHeading: {
4
- ({ id, ...rest }: ErrorSummaryHeadingProps): import("react/jsx-runtime").JSX.Element;
5
- displayName: string;
6
- };
1
+ import { type HeadingProps } from '../Typography/Heading';
2
+ export type ErrorSummaryHeadingProps = HeadingProps;
3
+ export declare const ErrorSummaryHeading: React.ForwardRefExoticComponent<{
4
+ level?: 1 | 2 | 3 | 4 | 5 | 6;
5
+ size?: "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
6
+ spacing?: boolean;
7
+ asChild?: boolean;
8
+ } & React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLHeadingElement>>;
7
9
  //# sourceMappingURL=ErrorSummaryHeading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSummaryHeading.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryHeading.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAKhD,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,CAAC;AAExD,eAAO,MAAM,mBAAmB;sBAG7B,wBAAwB;;CAgB1B,CAAC"}
1
+ {"version":3,"file":"ErrorSummaryHeading.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryHeading.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAOnE,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC;AAUpD,eAAO,MAAM,mBAAmB;;;;;uFAuB9B,CAAC"}
@@ -16,10 +16,7 @@ type OptionalHref = {
16
16
  */
17
17
  asChild: true;
18
18
  };
19
- export type ErrorSummaryItemProps = (RequiredHref | OptionalHref) & Omit<ListItemProps, 'asChild'>;
20
- export declare const ErrorSummaryItem: {
21
- ({ href, asChild, children, ...rest }: ErrorSummaryItemProps): import("react/jsx-runtime").JSX.Element;
22
- displayName: string;
23
- };
19
+ export type ErrorSummaryItemProps = (RequiredHref | OptionalHref) & Omit<ListItemProps, 'asChild' | 'ref'>;
20
+ export declare const ErrorSummaryItem: React.ForwardRefExoticComponent<ErrorSummaryItemProps & React.RefAttributes<HTMLLIElement>>;
24
21
  export {};
25
22
  //# sourceMappingURL=ErrorSummaryItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSummaryItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB;;;OAGG;IACH,OAAO,EAAE,IAAI,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,YAAY,GAAG,YAAY,CAAC,GAC/D,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC;AAEjC,eAAO,MAAM,gBAAgB;2CAK1B,qBAAqB;;CAQvB,CAAC"}
1
+ {"version":3,"file":"ErrorSummaryItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB;;;OAGG;IACH,OAAO,EAAE,IAAI,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,YAAY,GAAG,YAAY,CAAC,GAC/D,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,KAAK,CAAC,CAAC;AAEzC,eAAO,MAAM,gBAAgB,6FAc3B,CAAC"}
@@ -1,8 +1,7 @@
1
- import { List } from '../List';
2
- export type ErrorSummaryListProps = React.ComponentProps<typeof List.Unordered>;
3
- declare function ErrorSummaryList({ ...rest }: ErrorSummaryListProps): import("react/jsx-runtime").JSX.Element;
4
- declare namespace ErrorSummaryList {
5
- var displayName: string;
6
- }
7
- export default ErrorSummaryList;
1
+ import { type ListUnorderedProps } from '../List';
2
+ export type ErrorSummaryListProps = ListUnorderedProps;
3
+ export declare const ErrorSummaryList: React.ForwardRefExoticComponent<{
4
+ asChild?: boolean;
5
+ size?: "sm" | "md" | "lg";
6
+ } & Omit<React.HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLOListElement>>;
8
7
  //# sourceMappingURL=ErrorSummaryList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSummaryList.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;AAEhF,iBAAwB,gBAAgB,CAAC,EAAE,GAAG,IAAI,EAAE,EAAE,qBAAqB,2CAE1E;kBAFuB,gBAAgB;;;eAAhB,gBAAgB"}
1
+ {"version":3,"file":"ErrorSummaryList.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAIxD,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,CAAC;AAEvD,eAAO,MAAM,gBAAgB;;;iGAM3B,CAAC"}
@@ -1,15 +1,16 @@
1
1
  import type { HTMLAttributes } from 'react';
2
- import type { ListProps } from '../List';
2
+ import type { ListUnorderedProps } from '../List';
3
3
  type ErrorSummaryContextType = {
4
+ size: ListUnorderedProps['size'];
4
5
  headingId?: string;
5
6
  setHeadingId: (id: string) => void;
6
7
  };
7
- export declare const ErrorSummaryContext: import("react").Context<ErrorSummaryContextType>;
8
+ export declare const ErrorSummaryContext: React.Context<ErrorSummaryContextType>;
8
9
  export type ErrorSummaryProps = {
9
- size?: ListProps['size'];
10
+ size?: ListUnorderedProps['size'];
10
11
  } & HTMLAttributes<HTMLDivElement>;
11
- export declare const ErrorSummaryRoot: import("react").ForwardRefExoticComponent<{
12
- size?: ListProps["size"];
13
- } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const ErrorSummaryRoot: React.ForwardRefExoticComponent<{
13
+ size?: ListUnorderedProps["size"];
14
+ } & HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
14
15
  export {};
15
16
  //# sourceMappingURL=ErrorSummaryRoot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorSummaryRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryRoot.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC,KAAK,uBAAuB,GAAG;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,kDAG9B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,gBAAgB;WAHpB,SAAS,CAAC,MAAM,CAAC;mFAkCzB,CAAC"}
1
+ {"version":3,"file":"ErrorSummaryRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/ErrorSummaryRoot.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,wCAI9B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;CACnC,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,gBAAgB;WAHpB,kBAAkB,CAAC,MAAM,CAAC;yEAgClC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { ErrorSummaryHeading } from './ErrorSummaryHeading';
2
2
  import { ErrorSummaryItem } from './ErrorSummaryItem';
3
- import ErrorSummaryList from './ErrorSummaryList';
3
+ import { ErrorSummaryList } from './ErrorSummaryList';
4
4
  import { ErrorSummaryRoot } from './ErrorSummaryRoot';
5
5
  type ErrorSummaryComponent = {
6
6
  Root: typeof ErrorSummaryRoot;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,OAAO,gBAAgB,CAAC;IAC9B,IAAI,EAAE,OAAO,gBAAgB,CAAC;IAC9B,OAAO,EAAE,OAAO,mBAAmB,CAAC;IACpC,IAAI,EAAE,OAAO,gBAAgB,CAAC;CAC/B,CAAC;AAEF;;;;;;;;GAQG;AACH,QAAA,MAAM,YAAY,EAAS,qBAAqB,CAAC;AAYjD,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAChE,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,GACjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorSummary/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,OAAO,gBAAgB,CAAC;IAC9B,IAAI,EAAE,OAAO,gBAAgB,CAAC;IAC9B,OAAO,EAAE,OAAO,mBAAmB,CAAC;IACpC,IAAI,EAAE,OAAO,gBAAgB,CAAC;CAC/B,CAAC;AAEF;;;;;;;;GAQG;AACH,QAAA,MAAM,YAAY,EAAS,qBAAqB,CAAC;AAYjD,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAChE,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EACL,YAAY,EACZ,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,GACjB,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import type { Placement } from '@floating-ui/utils';
2
2
  import type { ButtonHTMLAttributes } from 'react';
3
- import type { PortalProps } from '../../types/Portal';
4
- import type { PopoverRootProps } from '../Popover/PopoverRoot';
3
+ import { type PopoverProps } from '../Popover';
5
4
  export type HelpTextProps = {
6
5
  /**
7
6
  * Title for screen readers.
@@ -11,15 +10,27 @@ export type HelpTextProps = {
11
10
  * Size of the helptext
12
11
  * @default md
13
12
  */
14
- size?: PopoverRootProps['size'];
13
+ size?: PopoverProps['size'];
15
14
  /**
16
15
  * Placement of the Popover.
17
16
  * @default 'right'
18
17
  */
19
18
  placement?: Placement;
20
- } & PortalProps & ButtonHTMLAttributes<HTMLButtonElement>;
21
- export declare const HelpText: {
22
- ({ title, placement, portal, size, className, children, ...rest }: HelpTextProps): import("react/jsx-runtime").JSX.Element;
23
- displayName: string;
24
- };
19
+ } & ButtonHTMLAttributes<HTMLButtonElement>;
20
+ export declare const HelpText: React.ForwardRefExoticComponent<{
21
+ /**
22
+ * Title for screen readers.
23
+ **/
24
+ title: string;
25
+ /**
26
+ * Size of the helptext
27
+ * @default md
28
+ */
29
+ size?: PopoverProps["size"];
30
+ /**
31
+ * Placement of the Popover.
32
+ * @default 'right'
33
+ */
34
+ placement?: Placement;
35
+ } & ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
25
36
  //# sourceMappingURL=HelpText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpText.d.ts","sourceRoot":"","sources":["../../../../src/components/HelpText/HelpText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAK/D,MAAM,MAAM,aAAa,GAAG;IAC1B;;QAEI;IACJ,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChC;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,WAAW,GACb,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE1C,eAAO,MAAM,QAAQ;uEAQlB,aAAa;;CAiDf,CAAC"}
1
+ {"version":3,"file":"HelpText.d.ts","sourceRoot":"","sources":["../../../../src/components/HelpText/HelpText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAGpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAKxD,MAAM,MAAM,aAAa,GAAG;IAC1B;;QAEI;IACJ,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C,eAAO,MAAM,QAAQ;IAhBnB;;QAEI;WACG,MAAM;IACb;;;OAGG;WACI,YAAY,CAAC,MAAM,CAAC;IAC3B;;;OAGG;gBACS,SAAS;qFAiEtB,CAAC"}
@@ -17,7 +17,7 @@ export type LinkProps = {
17
17
  */
18
18
  asChild?: boolean;
19
19
  } & AnchorHTMLAttributes<HTMLAnchorElement>;
20
- export declare const Link: import("react").ForwardRefExoticComponent<{
20
+ export declare const Link: React.ForwardRefExoticComponent<{
21
21
  /** The content to display inside the link. */
22
22
  children: ReactNode;
23
23
  /** Custom class name for the link. This will be appended to the design system class names. */
@@ -34,5 +34,5 @@ export declare const Link: import("react").ForwardRefExoticComponent<{
34
34
  * @default false
35
35
  */
36
36
  asChild?: boolean;
37
- } & AnchorHTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
37
+ } & AnchorHTMLAttributes<HTMLAnchorElement> & React.RefAttributes<HTMLAnchorElement>>;
38
38
  //# sourceMappingURL=Link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7D,MAAM,MAAM,SAAS,GAAG;IACtB,8CAA8C;IAC9C,QAAQ,EAAE,SAAS,CAAC;IAEpB,8FAA8F;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAE7B,4IAA4I;IAC5I,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C,eAAO,MAAM,IAAI;IArBf,8CAA8C;cACpC,SAAS;IAEnB,8FAA8F;gBAClF,MAAM;IAElB;;;OAGG;YACK,QAAQ,GAAG,SAAS;IAE5B,4IAA4I;WACrI,MAAM;IACb;;;OAGG;cACO,OAAO;+FAiBlB,CAAC"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7D,MAAM,MAAM,SAAS,GAAG;IACtB,8CAA8C;IAC9C,QAAQ,EAAE,SAAS,CAAC;IACpB,8FAA8F;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAE7B,4IAA4I;IAC5I,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C,eAAO,MAAM,IAAI;IApBf,8CAA8C;cACpC,SAAS;IACnB,8FAA8F;gBAClF,MAAM;IAElB;;;OAGG;YACK,QAAQ,GAAG,SAAS;IAE5B,4IAA4I;WACrI,MAAM;IACb;;;OAGG;cACO,OAAO;qFAgBlB,CAAC"}
@@ -6,11 +6,11 @@ export type ListItemProps = {
6
6
  */
7
7
  asChild?: boolean;
8
8
  } & LiHTMLAttributes<HTMLLIElement>;
9
- export declare const ListItem: import("react").ForwardRefExoticComponent<{
9
+ export declare const ListItem: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
12
  * @default false
13
13
  */
14
14
  asChild?: boolean;
15
- } & LiHTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>;
15
+ } & LiHTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
16
16
  //# sourceMappingURL=ListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/List/ListItem.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAEpC,eAAO,MAAM,QAAQ;IAPnB;;;OAGG;cACO,OAAO;mFAelB,CAAC"}
1
+ {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/List/ListItem.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAEpC,eAAO,MAAM,QAAQ;IAPnB;;;OAGG;cACO,OAAO;yEASlB,CAAC"}
@@ -1,30 +1,20 @@
1
1
  import type { HTMLAttributes, OlHTMLAttributes } from 'react';
2
- export type ListUnorderedProps = {
2
+ type ListBaseProps = {
3
3
  /**
4
4
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
5
5
  * @default false
6
6
  */
7
7
  asChild?: boolean;
8
- } & Omit<HTMLAttributes<HTMLUListElement>, 'size'>;
9
- export declare const Unordered: import("react").ForwardRefExoticComponent<{
10
8
  /**
11
- * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
- * @default false
13
- */
14
- asChild?: boolean;
15
- } & Omit<HTMLAttributes<HTMLUListElement>, "size"> & import("react").RefAttributes<HTMLUListElement>>;
16
- export type ListOrderedProps = {
17
- /**
18
- * Change the default rendered element for the one passed as a child, merging their props and behavior.
19
- * @default false
9
+ * Changes text sizing
10
+ * @default md
11
+ *
20
12
  */
21
- asChild?: boolean;
22
- } & Omit<OlHTMLAttributes<HTMLOListElement>, 'size'>;
23
- export declare const Ordered: import("react").ForwardRefExoticComponent<{
24
- /**
25
- * Change the default rendered element for the one passed as a child, merging their props and behavior.
26
- * @default false
27
- */
28
- asChild?: boolean;
29
- } & Omit<OlHTMLAttributes<HTMLOListElement>, "size"> & import("react").RefAttributes<HTMLOListElement>>;
13
+ size?: 'sm' | 'md' | 'lg';
14
+ };
15
+ export type ListUnorderedProps = ListBaseProps & Omit<HTMLAttributes<HTMLUListElement>, 'size'>;
16
+ export type ListOrderedProps = ListBaseProps & Omit<OlHTMLAttributes<HTMLOListElement>, 'size'>;
17
+ export declare const ListUnordered: React.ForwardRefExoticComponent<ListBaseProps & Omit<HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLUListElement>>;
18
+ export declare const ListOrdered: React.ForwardRefExoticComponent<ListBaseProps & Omit<OlHTMLAttributes<HTMLOListElement>, "size"> & React.RefAttributes<HTMLOListElement>>;
19
+ export {};
30
20
  //# sourceMappingURL=Lists.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Lists.d.ts","sourceRoot":"","sources":["../../../../src/components/List/Lists.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAO9D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,SAAS;IAPpB;;;OAGG;cACO,OAAO;qGAoBlB,CAAC;AAIF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAErD,eAAO,MAAM,OAAO;IAPlB;;;OAGG;cACO,OAAO;uGAoBlB,CAAC"}
1
+ {"version":3,"file":"Lists.d.ts","sourceRoot":"","sources":["../../../../src/components/List/Lists.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,cAAc,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAI5E,KAAK,aAAa,GAAG;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAC5C,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEjD,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAqBnD,eAAO,MAAM,aAAa,yIAIzB,CAAC;AAEF,eAAO,MAAM,WAAW,2IAIvB,CAAC"}
@@ -1,18 +1,19 @@
1
- import { ListHeading } from './ListHeading';
2
1
  import { ListItem } from './ListItem';
3
- import { ListRoot } from './ListRoot';
4
- import { Ordered, Unordered } from './Lists';
5
- type ListComponent = {
6
- Root: typeof ListRoot;
7
- Item: typeof ListItem;
8
- Heading: typeof ListHeading;
9
- Ordered: typeof Ordered;
10
- Unordered: typeof Unordered;
2
+ import { ListOrdered, ListUnordered } from './Lists';
3
+ declare const List: {
4
+ Item: React.ForwardRefExoticComponent<{
5
+ asChild?: boolean;
6
+ } & React.LiHTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
7
+ Ordered: React.ForwardRefExoticComponent<{
8
+ asChild?: boolean;
9
+ size?: "sm" | "md" | "lg";
10
+ } & Omit<React.OlHTMLAttributes<HTMLOListElement>, "size"> & React.RefAttributes<HTMLOListElement>>;
11
+ Unordered: React.ForwardRefExoticComponent<{
12
+ asChild?: boolean;
13
+ size?: "sm" | "md" | "lg";
14
+ } & Omit<React.HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLUListElement>>;
11
15
  };
12
- declare const List: ListComponent;
13
- export type { ListProps } from './ListRoot';
14
- export type { ListItemProps } from './ListItem';
15
- export type { ListHeadingProps } from './ListHeading';
16
16
  export type { ListOrderedProps, ListUnorderedProps } from './Lists';
17
- export { List, ListRoot, ListItem, ListHeading, Ordered as ListOrdered, Unordered as ListUnordered, };
17
+ export type { ListItemProps } from './ListItem';
18
+ export { List, ListOrdered, ListUnordered, ListItem };
18
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/List/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAE7C,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,OAAO,EAAE,OAAO,WAAW,CAAC;IAC5B,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,SAAS,EAAE,OAAO,SAAS,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,aAAmC,CAAC;AAchD,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,YAAY,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAEpE,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,IAAI,WAAW,EACtB,SAAS,IAAI,aAAa,GAC3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/List/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAErD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAIT,CAAC;AAMF,YAAY,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACpE,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,aAAa,EAAE,QAAQ,EAAE,CAAC"}
@@ -6,11 +6,11 @@ export type ModalContentProps = {
6
6
  */
7
7
  asChild?: boolean;
8
8
  } & HTMLAttributes<HTMLElement>;
9
- export declare const ModalContent: import("react").ForwardRefExoticComponent<{
9
+ export declare const ModalContent: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
12
  * @default false
13
13
  */
14
14
  asChild?: boolean;
15
- } & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLDivElement>>;
15
+ } & HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>>;
16
16
  //# sourceMappingURL=ModaContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModaContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModaContent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,eAAO,MAAM,YAAY;IAPvB;;;OAGG;cACO,OAAO;gFAelB,CAAC"}
1
+ {"version":3,"file":"ModaContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModaContent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,eAAO,MAAM,YAAY;IAPvB;;;OAGG;cACO,OAAO;sEAelB,CAAC"}
@@ -17,7 +17,7 @@ export type ModalDialogProps = {
17
17
  onBeforeClose?: () => boolean | undefined;
18
18
  asChild?: boolean;
19
19
  } & DialogHTMLAttributes<HTMLDialogElement>;
20
- export declare const ModalDialog: import("react").ForwardRefExoticComponent<{
20
+ export declare const ModalDialog: React.ForwardRefExoticComponent<{
21
21
  /**
22
22
  * Close modal when clicking on backdrop.
23
23
  * @default undefined
@@ -34,5 +34,5 @@ export declare const ModalDialog: import("react").ForwardRefExoticComponent<{
34
34
  */
35
35
  onBeforeClose?: () => boolean | undefined;
36
36
  asChild?: boolean;
37
- } & DialogHTMLAttributes<HTMLDialogElement> & import("react").RefAttributes<HTMLDialogElement>>;
37
+ } & DialogHTMLAttributes<HTMLDialogElement> & React.RefAttributes<HTMLDialogElement>>;
38
38
  //# sourceMappingURL=ModalDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalDialog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAOlD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,OAAO,GAAG,SAAS,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C,eAAO,MAAM,WAAW;IAlBtB;;;OAGG;wBACiB,MAAM,IAAI;IAC9B;;;OAGG;cACO,MAAM,IAAI;IACpB;;;OAGG;oBACa,MAAM,OAAO,GAAG,SAAS;cAC/B,OAAO;+FA8FlB,CAAC"}
1
+ {"version":3,"file":"ModalDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalDialog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAOlD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,OAAO,GAAG,SAAS,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C,eAAO,MAAM,WAAW;IAlBtB;;;OAGG;wBACiB,MAAM,IAAI;IAC9B;;;OAGG;cACO,MAAM,IAAI;IACpB;;;OAGG;oBACa,MAAM,OAAO,GAAG,SAAS;cAC/B,OAAO;qFA8FlB,CAAC"}
@@ -6,11 +6,11 @@ export type ModalFooterProps = {
6
6
  */
7
7
  asChild?: boolean;
8
8
  } & HTMLAttributes<HTMLElement>;
9
- export declare const ModalFooter: import("react").ForwardRefExoticComponent<{
9
+ export declare const ModalFooter: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
12
  * @default false
13
13
  */
14
14
  asChild?: boolean;
15
- } & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
15
+ } & HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
16
16
  //# sourceMappingURL=ModalFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,eAAO,MAAM,WAAW;IAPtB;;;OAGG;cACO,OAAO;6EAelB,CAAC"}
1
+ {"version":3,"file":"ModalFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,eAAO,MAAM,WAAW;IAPtB;;;OAGG;cACO,OAAO;mEAelB,CAAC"}
@@ -20,7 +20,7 @@ export type ModalHeaderProps = {
20
20
  */
21
21
  asChild?: boolean;
22
22
  } & HTMLAttributes<HTMLDivElement>;
23
- export declare const ModalHeader: import("react").ForwardRefExoticComponent<{
23
+ export declare const ModalHeader: React.ForwardRefExoticComponent<{
24
24
  /**
25
25
  * Display close button.
26
26
  * @default true
@@ -40,5 +40,5 @@ export declare const ModalHeader: import("react").ForwardRefExoticComponent<{
40
40
  * @default false
41
41
  */
42
42
  asChild?: boolean;
43
- } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
43
+ } & HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
44
44
  //# sourceMappingURL=ModalHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW;IArBtB;;;OAGG;kBACW,OAAO;IACrB;;;OAGG;uBACgB,MAAM;IACzB;;OAEG;eACQ,MAAM;IACjB;;;OAGG;cACO,OAAO;mFAwDlB,CAAC"}
1
+ {"version":3,"file":"ModalHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAQ5C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,eAAO,MAAM,WAAW;IArBtB;;;OAGG;kBACW,OAAO;IACrB;;;OAGG;uBACgB,MAAM;IACzB;;OAEG;eACQ,MAAM;IACjB;;;OAGG;cACO,OAAO;yEAwDlB,CAAC"}
@@ -1,14 +1,15 @@
1
+ import type { ReactNode, RefObject } from 'react';
1
2
  export type ModalContextProps = {
2
3
  setCloseModal: (fn: () => void) => void;
3
4
  closeModal?: () => void;
4
- modalRef: React.RefObject<HTMLDialogElement>;
5
+ modalRef: RefObject<HTMLDialogElement>;
5
6
  open: boolean;
6
7
  setOpen: (open: boolean) => void;
7
8
  };
8
9
  export type ModalRootProps = {
9
- children: React.ReactNode;
10
+ children: ReactNode;
10
11
  };
11
- export declare const ModalContext: import("react").Context<ModalContextProps>;
12
+ export declare const ModalContext: React.Context<ModalContextProps>;
12
13
  export declare const ModalRoot: {
13
14
  ({ children }: ModalRootProps): import("react/jsx-runtime").JSX.Element;
14
15
  displayName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ModalRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalRoot.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACxC,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC7C,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,YAAY,4CAKvB,CAAC;AAEH,eAAO,MAAM,SAAS;mBAAkB,cAAc;;CAsBrD,CAAC"}
1
+ {"version":3,"file":"ModalRoot.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalRoot.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACxC,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACvC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,kCAKvB,CAAC;AAEH,eAAO,MAAM,SAAS;mBAAkB,cAAc;;CAsBrD,CAAC"}
@@ -1,12 +1,12 @@
1
- import type * as React from 'react';
1
+ import type { ComponentPropsWithRef } from 'react';
2
2
  import { Button } from '../Button';
3
- export type ModalTriggerProps = React.ComponentPropsWithRef<typeof Button>;
3
+ export type ModalTriggerProps = ComponentPropsWithRef<typeof Button>;
4
4
  export declare const ModalTrigger: React.ForwardRefExoticComponent<Omit<Omit<{
5
5
  variant?: "primary" | "secondary" | "tertiary";
6
6
  color?: "accent" | "neutral" | "danger";
7
7
  size?: "sm" | "md" | "lg";
8
- fullWidth?: boolean;
9
8
  icon?: boolean;
9
+ loading?: boolean;
10
10
  asChild?: boolean;
11
11
  } & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"ModalTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalTrigger.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;mDAexB,CAAC"}
1
+ {"version":3,"file":"ModalTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/ModalTrigger.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,OAAO,MAAM,CAAC,CAAC;AAErE,eAAO,MAAM,YAAY;;;;;;;;;mDAexB,CAAC"}
@@ -1,4 +1,4 @@
1
- import type * as React from 'react';
1
+ import type { HTMLAttributes } from 'react';
2
2
  export type PaginationProps = {
3
3
  /** Sets the text label for the next page button */
4
4
  nextLabel: string;
@@ -22,8 +22,8 @@ export type PaginationProps = {
22
22
  onChange: (currentPage: number) => void;
23
23
  /** `aria-label` for pagination item */
24
24
  itemLabel?: (currentPage: number) => string;
25
- } & Omit<React.HTMLAttributes<HTMLElement>, 'onChange'>;
26
- declare const Pagination: React.ForwardRefExoticComponent<{
25
+ } & Omit<HTMLAttributes<HTMLElement>, 'onChange'>;
26
+ export declare const Pagination: React.ForwardRefExoticComponent<{
27
27
  /** Sets the text label for the next page button */
28
28
  nextLabel: string;
29
29
  /** Sets the text label for the previous page button */
@@ -46,6 +46,5 @@ declare const Pagination: React.ForwardRefExoticComponent<{
46
46
  onChange: (currentPage: number) => void;
47
47
  /** `aria-label` for pagination item */
48
48
  itemLabel?: (currentPage: number) => string;
49
- } & Omit<React.HTMLAttributes<HTMLElement>, "onChange"> & React.RefAttributes<HTMLElement>>;
50
- export { Pagination };
49
+ } & Omit<HTMLAttributes<HTMLElement>, "onChange"> & React.RefAttributes<HTMLElement>>;
51
50
  //# sourceMappingURL=Pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAUpC,MAAM,MAAM,eAAe,GAAG;IAC5B,mDAAmD;IACnD,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,+EAA+E;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,uCAAuC;IACvC,SAAS,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;CAC7C,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC;AAQxD,QAAA,MAAM,UAAU;IA9Bd,mDAAmD;eACxC,MAAM;IACjB,uDAAuD;mBACxC,MAAM;IACrB;;OAEG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;IACzB,+EAA+E;cACrE,OAAO;IACjB,4DAA4D;iBAC/C,OAAO;IACpB;;OAEG;iBACU,MAAM;IACnB,4BAA4B;gBAChB,MAAM;IAClB,4DAA4D;cAClD,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI;IACvC,uCAAuC;gBAC3B,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM;2FAsF5C,CAAC;AAIF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAU5C,MAAM,MAAM,eAAe,GAAG;IAC5B,mDAAmD;IACnD,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,+EAA+E;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,uCAAuC;IACvC,SAAS,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;CAC7C,GAAG,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,UAAU,CAAC,CAAC;AAQlD,eAAO,MAAM,UAAU;IA9BrB,mDAAmD;eACxC,MAAM;IACjB,uDAAuD;mBACxC,MAAM;IACrB;;OAEG;WACI,IAAI,GAAG,IAAI,GAAG,IAAI;IACzB,+EAA+E;cACrE,OAAO;IACjB,4DAA4D;iBAC/C,OAAO;IACpB;;OAEG;iBACU,MAAM;IACnB,4BAA4B;gBAChB,MAAM;IAClB,4DAA4D;cAClD,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI;IACvC,uCAAuC;gBAC3B,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM;qFA8E5C,CAAC"}
@@ -5,12 +5,12 @@ export type PaginationButtonProps = {
5
5
  * @default false
6
6
  */
7
7
  isActive?: boolean;
8
- } & Omit<ButtonProps, 'size' | 'icon'>;
9
- export declare const PaginationButton: import("react").ForwardRefExoticComponent<{
8
+ } & Omit<ButtonProps, 'icon' | 'loading' | 'size'>;
9
+ export declare const PaginationButton: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Toggle button as active
12
12
  * @default false
13
13
  */
14
14
  isActive?: boolean;
15
- } & Omit<ButtonProps, "size" | "icon"> & import("react").RefAttributes<HTMLButtonElement>>;
15
+ } & Omit<ButtonProps, "size" | "icon" | "loading"> & React.RefAttributes<HTMLButtonElement>>;
16
16
  //# sourceMappingURL=PaginationButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaginationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAK7C,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;AAEvC,eAAO,MAAM,gBAAgB;IAP3B;;;OAGG;eACQ,OAAO;0FAkBlB,CAAC"}
1
+ {"version":3,"file":"PaginationButton.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAK7C,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,gBAAgB;IAP3B;;;OAGG;eACQ,OAAO;4FAkBlB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import type { ParagraphProps } from '../Typography';
2
2
  export type PaginationEllipsisProps = Omit<ParagraphProps, 'size' | 'spacing' | 'short'>;
3
- declare const PaginationEllipsis: import("react").ForwardRefExoticComponent<PaginationEllipsisProps & import("react").RefAttributes<HTMLParagraphElement>>;
4
- export { PaginationEllipsis };
3
+ export declare const PaginationEllipsis: React.ForwardRefExoticComponent<PaginationEllipsisProps & React.RefAttributes<HTMLParagraphElement>>;
5
4
  //# sourceMappingURL=PaginationEllipsis.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaginationEllipsis.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationEllipsis.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAKpD,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,cAAc,EACd,MAAM,GAAG,SAAS,GAAG,OAAO,CAC7B,CAAC;AAEF,QAAA,MAAM,kBAAkB,0HAgBtB,CAAC;AAIH,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"PaginationEllipsis.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationEllipsis.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAKpD,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,cAAc,EACd,MAAM,GAAG,SAAS,GAAG,OAAO,CAC7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,sGAgB7B,CAAC"}
@@ -6,12 +6,11 @@ export type PaginationItemProps = {
6
6
  */
7
7
  asChild?: boolean;
8
8
  } & Omit<HTMLAttributes<HTMLLIElement>, 'size'>;
9
- declare const PaginationItem: import("react").ForwardRefExoticComponent<{
9
+ export declare const PaginationItem: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
12
  * @default false
13
13
  */
14
14
  asChild?: boolean;
15
- } & Omit<HTMLAttributes<HTMLLIElement>, "size"> & import("react").RefAttributes<HTMLLIElement>>;
16
- export { PaginationItem };
15
+ } & Omit<HTMLAttributes<HTMLLIElement>, "size"> & React.RefAttributes<HTMLLIElement>>;
17
16
  //# sourceMappingURL=PaginationItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaginationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,OAAO,CAAC;AAIpE,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD,QAAA,MAAM,cAAc;IAPlB;;;OAGG;cACO,OAAO;+FAsBlB,CAAC;AAIF,OAAO,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"PaginationItem.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,OAAO,CAAC;AAIpE,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD,eAAO,MAAM,cAAc;IAPzB;;;OAGG;cACO,OAAO;qFAsBlB,CAAC"}
@@ -1,16 +1,16 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- export type PaginationContentProps = {
2
+ export type PaginationListProps = {
3
3
  /**
4
4
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
5
5
  * @default false
6
6
  */
7
7
  asChild?: boolean;
8
8
  } & Omit<HTMLAttributes<HTMLUListElement>, 'size'>;
9
- export declare const PaginationContent: import("react").ForwardRefExoticComponent<{
9
+ export declare const PaginationList: React.ForwardRefExoticComponent<{
10
10
  /**
11
11
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
12
12
  * @default false
13
13
  */
14
14
  asChild?: boolean;
15
- } & Omit<HTMLAttributes<HTMLUListElement>, "size"> & import("react").RefAttributes<HTMLUListElement>>;
16
- //# sourceMappingURL=PaginationContent.d.ts.map
15
+ } & Omit<HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLUListElement>>;
16
+ //# sourceMappingURL=PaginationList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaginationList.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/PaginationList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,OAAO,CAAC;AAIpE,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,cAAc;IAPzB;;;OAGG;cACO,OAAO;2FAiBlB,CAAC"}