@dsn-starter-kit/components-react 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/README.md +32 -4
  2. package/dist/ActionGroup/ActionGroup.d.mts +51 -0
  3. package/dist/ActionGroup/ActionGroup.d.mts.map +1 -0
  4. package/dist/ActionGroup/ActionGroup2.mjs +65 -0
  5. package/dist/ActionGroup/ActionGroup2.mjs.map +1 -0
  6. package/dist/ActionGroup/index.d.mts +2 -0
  7. package/dist/Alert/Alert.d.mts +85 -0
  8. package/dist/Alert/Alert.d.mts.map +1 -0
  9. package/dist/Alert/Alert2.mjs +102 -0
  10. package/dist/Alert/Alert2.mjs.map +1 -0
  11. package/dist/Alert/index.d.mts +2 -0
  12. package/dist/Backdrop/Backdrop.d.mts +28 -0
  13. package/dist/Backdrop/Backdrop.d.mts.map +1 -0
  14. package/dist/Backdrop/Backdrop2.mjs +32 -0
  15. package/dist/Backdrop/Backdrop2.mjs.map +1 -0
  16. package/dist/Backdrop/index.d.mts +2 -0
  17. package/dist/Body/Body.d.mts +29 -0
  18. package/dist/Body/Body.d.mts.map +1 -0
  19. package/dist/Body/Body2.mjs +36 -0
  20. package/dist/Body/Body2.mjs.map +1 -0
  21. package/dist/Body/index.d.mts +2 -0
  22. package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts +45 -0
  23. package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts.map +1 -0
  24. package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs +51 -0
  25. package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs.map +1 -0
  26. package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts +41 -0
  27. package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts.map +1 -0
  28. package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs +48 -0
  29. package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs.map +1 -0
  30. package/dist/BreadcrumbNavigation/index.d.mts +3 -0
  31. package/dist/BreakoutSection/BreakoutSection.d.mts +32 -0
  32. package/dist/BreakoutSection/BreakoutSection.d.mts.map +1 -0
  33. package/dist/BreakoutSection/BreakoutSection2.mjs +36 -0
  34. package/dist/BreakoutSection/BreakoutSection2.mjs.map +1 -0
  35. package/dist/BreakoutSection/index.d.mts +2 -0
  36. package/dist/Button/Button.d.mts +92 -0
  37. package/dist/Button/Button.d.mts.map +1 -0
  38. package/dist/Button/Button2.mjs +76 -0
  39. package/dist/Button/Button2.mjs.map +1 -0
  40. package/dist/Button/index.d.mts +2 -0
  41. package/dist/ButtonLink/ButtonLink.d.mts +94 -0
  42. package/dist/ButtonLink/ButtonLink.d.mts.map +1 -0
  43. package/dist/ButtonLink/ButtonLink2.mjs +70 -0
  44. package/dist/ButtonLink/ButtonLink2.mjs.map +1 -0
  45. package/dist/ButtonLink/index.d.mts +2 -0
  46. package/dist/Card/Card.d.mts +107 -0
  47. package/dist/Card/Card.d.mts.map +1 -0
  48. package/dist/Card/Card2.mjs +125 -0
  49. package/dist/Card/Card2.mjs.map +1 -0
  50. package/dist/Card/index.d.mts +2 -0
  51. package/dist/Checkbox/Checkbox.d.mts +20 -0
  52. package/dist/Checkbox/Checkbox.d.mts.map +1 -0
  53. package/dist/Checkbox/Checkbox2.mjs +43 -0
  54. package/dist/Checkbox/Checkbox2.mjs.map +1 -0
  55. package/dist/Checkbox/index.d.mts +2 -0
  56. package/dist/CheckboxGroup/CheckboxGroup.d.mts +39 -0
  57. package/dist/CheckboxGroup/CheckboxGroup.d.mts.map +1 -0
  58. package/dist/CheckboxGroup/CheckboxGroup2.mjs +46 -0
  59. package/dist/CheckboxGroup/CheckboxGroup2.mjs.map +1 -0
  60. package/dist/CheckboxGroup/index.d.mts +2 -0
  61. package/dist/CheckboxOption/CheckboxOption.d.mts +17 -0
  62. package/dist/CheckboxOption/CheckboxOption.d.mts.map +1 -0
  63. package/dist/CheckboxOption/CheckboxOption2.mjs +29 -0
  64. package/dist/CheckboxOption/CheckboxOption2.mjs.map +1 -0
  65. package/dist/CheckboxOption/index.d.mts +2 -0
  66. package/dist/Container/Container.d.mts +43 -0
  67. package/dist/Container/Container.d.mts.map +1 -0
  68. package/dist/Container/Container2.mjs +42 -0
  69. package/dist/Container/Container2.mjs.map +1 -0
  70. package/dist/Container/index.d.mts +2 -0
  71. package/dist/DateInput/DateInput.d.mts +38 -0
  72. package/dist/DateInput/DateInput.d.mts.map +1 -0
  73. package/dist/DateInput/DateInput2.mjs +69 -0
  74. package/dist/DateInput/DateInput2.mjs.map +1 -0
  75. package/dist/DateInput/index.d.mts +2 -0
  76. package/dist/DateInputGroup/DateInputGroup.d.mts +67 -0
  77. package/dist/DateInputGroup/DateInputGroup.d.mts.map +1 -0
  78. package/dist/DateInputGroup/DateInputGroup2.mjs +120 -0
  79. package/dist/DateInputGroup/DateInputGroup2.mjs.map +1 -0
  80. package/dist/DateInputGroup/index.d.mts +2 -0
  81. package/dist/Details/Details.d.mts +48 -0
  82. package/dist/Details/Details.d.mts.map +1 -0
  83. package/dist/Details/Details2.mjs +61 -0
  84. package/dist/Details/Details2.mjs.map +1 -0
  85. package/dist/Details/index.d.mts +2 -0
  86. package/dist/DotBadge/DotBadge.d.mts +44 -0
  87. package/dist/DotBadge/DotBadge.d.mts.map +1 -0
  88. package/dist/DotBadge/DotBadge2.mjs +42 -0
  89. package/dist/DotBadge/DotBadge2.mjs.map +1 -0
  90. package/dist/DotBadge/index.d.mts +2 -0
  91. package/dist/Drawer/Drawer.d.mts +111 -0
  92. package/dist/Drawer/Drawer.d.mts.map +1 -0
  93. package/dist/Drawer/Drawer2.mjs +156 -0
  94. package/dist/Drawer/Drawer2.mjs.map +1 -0
  95. package/dist/Drawer/index.d.mts +2 -0
  96. package/dist/EmailInput/EmailInput.d.mts +40 -0
  97. package/dist/EmailInput/EmailInput.d.mts.map +1 -0
  98. package/dist/EmailInput/EmailInput.mjs +39 -0
  99. package/dist/EmailInput/EmailInput.mjs.map +1 -0
  100. package/dist/EmailInput/index.d.mts +2 -0
  101. package/dist/File/File.d.mts +124 -0
  102. package/dist/File/File.d.mts.map +1 -0
  103. package/dist/File/File2.mjs +196 -0
  104. package/dist/File/File2.mjs.map +1 -0
  105. package/dist/File/index.d.mts +2 -0
  106. package/dist/FileInput/FileInput.d.mts +38 -0
  107. package/dist/FileInput/FileInput.d.mts.map +1 -0
  108. package/dist/FileInput/FileInput2.mjs +41 -0
  109. package/dist/FileInput/FileInput2.mjs.map +1 -0
  110. package/dist/FileInput/index.d.mts +2 -0
  111. package/dist/FormField/FormField.d.mts +103 -0
  112. package/dist/FormField/FormField.d.mts.map +1 -0
  113. package/dist/FormField/FormField2.mjs +101 -0
  114. package/dist/FormField/FormField2.mjs.map +1 -0
  115. package/dist/FormField/index.d.mts +2 -0
  116. package/dist/FormFieldDescription/FormFieldDescription.d.mts +53 -0
  117. package/dist/FormFieldDescription/FormFieldDescription.d.mts.map +1 -0
  118. package/dist/FormFieldDescription/FormFieldDescription2.mjs +49 -0
  119. package/dist/FormFieldDescription/FormFieldDescription2.mjs.map +1 -0
  120. package/dist/FormFieldDescription/index.d.mts +2 -0
  121. package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts +42 -0
  122. package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts.map +1 -0
  123. package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs +44 -0
  124. package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs.map +1 -0
  125. package/dist/FormFieldErrorMessage/index.d.mts +2 -0
  126. package/dist/FormFieldLabel/FormFieldLabel.d.mts +40 -0
  127. package/dist/FormFieldLabel/FormFieldLabel.d.mts.map +1 -0
  128. package/dist/FormFieldLabel/FormFieldLabel2.mjs +42 -0
  129. package/dist/FormFieldLabel/FormFieldLabel2.mjs.map +1 -0
  130. package/dist/FormFieldLabel/index.d.mts +2 -0
  131. package/dist/FormFieldLegend/FormFieldLegend.d.mts +41 -0
  132. package/dist/FormFieldLegend/FormFieldLegend.d.mts.map +1 -0
  133. package/dist/FormFieldLegend/FormFieldLegend2.mjs +43 -0
  134. package/dist/FormFieldLegend/FormFieldLegend2.mjs.map +1 -0
  135. package/dist/FormFieldLegend/index.d.mts +2 -0
  136. package/dist/FormFieldStatus/FormFieldStatus.d.mts +62 -0
  137. package/dist/FormFieldStatus/FormFieldStatus.d.mts.map +1 -0
  138. package/dist/FormFieldStatus/FormFieldStatus2.mjs +54 -0
  139. package/dist/FormFieldStatus/FormFieldStatus2.mjs.map +1 -0
  140. package/dist/FormFieldStatus/index.d.mts +2 -0
  141. package/dist/FormFieldset/FormFieldset.d.mts +100 -0
  142. package/dist/FormFieldset/FormFieldset.d.mts.map +1 -0
  143. package/dist/FormFieldset/FormFieldset2.mjs +100 -0
  144. package/dist/FormFieldset/FormFieldset2.mjs.map +1 -0
  145. package/dist/FormFieldset/index.d.mts +2 -0
  146. package/dist/Grid/Grid.d.mts +37 -0
  147. package/dist/Grid/Grid.d.mts.map +1 -0
  148. package/dist/Grid/Grid2.mjs +38 -0
  149. package/dist/Grid/Grid2.mjs.map +1 -0
  150. package/dist/Grid/GridItem.d.mts +87 -0
  151. package/dist/Grid/GridItem.d.mts.map +1 -0
  152. package/dist/Grid/GridItem.mjs +48 -0
  153. package/dist/Grid/GridItem.mjs.map +1 -0
  154. package/dist/Grid/index.d.mts +3 -0
  155. package/dist/Heading/Heading.d.mts +40 -0
  156. package/dist/Heading/Heading.d.mts.map +1 -0
  157. package/dist/Heading/Heading2.mjs +33 -0
  158. package/dist/Heading/Heading2.mjs.map +1 -0
  159. package/dist/Heading/index.d.mts +2 -0
  160. package/dist/HeadingGroup/HeadingGroup.d.mts +25 -0
  161. package/dist/HeadingGroup/HeadingGroup.d.mts.map +1 -0
  162. package/dist/HeadingGroup/HeadingGroup2.mjs +24 -0
  163. package/dist/HeadingGroup/HeadingGroup2.mjs.map +1 -0
  164. package/dist/HeadingGroup/index.d.mts +2 -0
  165. package/dist/Hero/Hero.d.mts +47 -0
  166. package/dist/Hero/Hero.d.mts.map +1 -0
  167. package/dist/Hero/Hero2.mjs +50 -0
  168. package/dist/Hero/Hero2.mjs.map +1 -0
  169. package/dist/Hero/index.d.mts +2 -0
  170. package/dist/Icon/Icon.d.mts +47 -0
  171. package/dist/Icon/Icon.d.mts.map +1 -0
  172. package/dist/Icon/Icon2.mjs +47 -0
  173. package/dist/Icon/Icon2.mjs.map +1 -0
  174. package/dist/Icon/icon-registry.generated.d.mts +8 -0
  175. package/dist/Icon/icon-registry.generated.d.mts.map +1 -0
  176. package/dist/Icon/icon-registry.generated.mjs +818 -0
  177. package/dist/Icon/icon-registry.generated.mjs.map +1 -0
  178. package/dist/Icon/index.d.mts +3 -0
  179. package/dist/IconList/IconList.d.mts +68 -0
  180. package/dist/IconList/IconList.d.mts.map +1 -0
  181. package/dist/IconList/IconList2.mjs +65 -0
  182. package/dist/IconList/IconList2.mjs.map +1 -0
  183. package/dist/IconList/index.d.mts +2 -0
  184. package/dist/Image/Image.d.mts +56 -0
  185. package/dist/Image/Image.d.mts.map +1 -0
  186. package/dist/Image/Image2.mjs +67 -0
  187. package/dist/Image/Image2.mjs.map +1 -0
  188. package/dist/Image/index.d.mts +2 -0
  189. package/dist/Link/Link.d.mts +82 -0
  190. package/dist/Link/Link.d.mts.map +1 -0
  191. package/dist/Link/Link2.mjs +73 -0
  192. package/dist/Link/Link2.mjs.map +1 -0
  193. package/dist/Link/index.d.mts +2 -0
  194. package/dist/LinkButton/LinkButton.d.mts +54 -0
  195. package/dist/LinkButton/LinkButton.d.mts.map +1 -0
  196. package/dist/LinkButton/LinkButton2.mjs +48 -0
  197. package/dist/LinkButton/LinkButton2.mjs.map +1 -0
  198. package/dist/LinkButton/index.d.mts +2 -0
  199. package/dist/Logo/Logo.d.mts +35 -0
  200. package/dist/Logo/Logo.d.mts.map +1 -0
  201. package/dist/Logo/Logo2.mjs +66 -0
  202. package/dist/Logo/Logo2.mjs.map +1 -0
  203. package/dist/Logo/index.d.mts +2 -0
  204. package/dist/Menu/Menu.d.mts +58 -0
  205. package/dist/Menu/Menu.d.mts.map +1 -0
  206. package/dist/Menu/Menu2.mjs +47 -0
  207. package/dist/Menu/Menu2.mjs.map +1 -0
  208. package/dist/Menu/index.d.mts +2 -0
  209. package/dist/MenuButton/MenuButton.d.mts +56 -0
  210. package/dist/MenuButton/MenuButton.d.mts.map +1 -0
  211. package/dist/MenuButton/MenuButton2.mjs +57 -0
  212. package/dist/MenuButton/MenuButton2.mjs.map +1 -0
  213. package/dist/MenuButton/index.d.mts +2 -0
  214. package/dist/MenuLink/MenuLink.d.mts +98 -0
  215. package/dist/MenuLink/MenuLink.d.mts.map +1 -0
  216. package/dist/MenuLink/MenuLink2.mjs +98 -0
  217. package/dist/MenuLink/MenuLink2.mjs.map +1 -0
  218. package/dist/MenuLink/index.d.mts +2 -0
  219. package/dist/ModalDialog/ModalDialog.d.mts +97 -0
  220. package/dist/ModalDialog/ModalDialog.d.mts.map +1 -0
  221. package/dist/ModalDialog/ModalDialog2.mjs +134 -0
  222. package/dist/ModalDialog/ModalDialog2.mjs.map +1 -0
  223. package/dist/ModalDialog/index.d.mts +2 -0
  224. package/dist/Note/Note.d.mts +95 -0
  225. package/dist/Note/Note.d.mts.map +1 -0
  226. package/dist/Note/Note2.mjs +116 -0
  227. package/dist/Note/Note2.mjs.map +1 -0
  228. package/dist/Note/index.d.mts +2 -0
  229. package/dist/NumberBadge/NumberBadge.d.mts +44 -0
  230. package/dist/NumberBadge/NumberBadge.d.mts.map +1 -0
  231. package/dist/NumberBadge/NumberBadge2.mjs +50 -0
  232. package/dist/NumberBadge/NumberBadge2.mjs.map +1 -0
  233. package/dist/NumberBadge/index.d.mts +2 -0
  234. package/dist/NumberInput/NumberInput.d.mts +47 -0
  235. package/dist/NumberInput/NumberInput.d.mts.map +1 -0
  236. package/dist/NumberInput/NumberInput.mjs +40 -0
  237. package/dist/NumberInput/NumberInput.mjs.map +1 -0
  238. package/dist/NumberInput/index.d.mts +2 -0
  239. package/dist/OptionLabel/OptionLabel.d.mts +15 -0
  240. package/dist/OptionLabel/OptionLabel.d.mts.map +1 -0
  241. package/dist/OptionLabel/OptionLabel2.mjs +22 -0
  242. package/dist/OptionLabel/OptionLabel2.mjs.map +1 -0
  243. package/dist/OptionLabel/index.d.mts +2 -0
  244. package/dist/OrderedList/OrderedList.d.mts +34 -0
  245. package/dist/OrderedList/OrderedList.d.mts.map +1 -0
  246. package/dist/OrderedList/OrderedList2.mjs +37 -0
  247. package/dist/OrderedList/OrderedList2.mjs.map +1 -0
  248. package/dist/OrderedList/index.d.mts +2 -0
  249. package/dist/PageBody/PageBody.d.mts +35 -0
  250. package/dist/PageBody/PageBody.d.mts.map +1 -0
  251. package/dist/PageBody/PageBody2.mjs +40 -0
  252. package/dist/PageBody/PageBody2.mjs.map +1 -0
  253. package/dist/PageBody/index.d.mts +2 -0
  254. package/dist/PageFooter/PageFooter.d.mts +57 -0
  255. package/dist/PageFooter/PageFooter.d.mts.map +1 -0
  256. package/dist/PageFooter/PageFooter2.mjs +78 -0
  257. package/dist/PageFooter/PageFooter2.mjs.map +1 -0
  258. package/dist/PageFooter/index.d.mts +2 -0
  259. package/dist/PageHeader/PageHeader.d.mts +192 -0
  260. package/dist/PageHeader/PageHeader.d.mts.map +1 -0
  261. package/dist/PageHeader/PageHeader2.mjs +275 -0
  262. package/dist/PageHeader/PageHeader2.mjs.map +1 -0
  263. package/dist/PageHeader/index.d.mts +2 -0
  264. package/dist/PageLayout/PageLayout.d.mts +40 -0
  265. package/dist/PageLayout/PageLayout.d.mts.map +1 -0
  266. package/dist/PageLayout/PageLayout2.mjs +42 -0
  267. package/dist/PageLayout/PageLayout2.mjs.map +1 -0
  268. package/dist/PageLayout/index.d.mts +2 -0
  269. package/dist/Paragraph/Paragraph.d.mts +37 -0
  270. package/dist/Paragraph/Paragraph.d.mts.map +1 -0
  271. package/dist/Paragraph/Paragraph2.mjs +34 -0
  272. package/dist/Paragraph/Paragraph2.mjs.map +1 -0
  273. package/dist/Paragraph/index.d.mts +2 -0
  274. package/dist/PasswordInput/PasswordInput.d.mts +54 -0
  275. package/dist/PasswordInput/PasswordInput.d.mts.map +1 -0
  276. package/dist/PasswordInput/PasswordInput.mjs +43 -0
  277. package/dist/PasswordInput/PasswordInput.mjs.map +1 -0
  278. package/dist/PasswordInput/index.d.mts +2 -0
  279. package/dist/Popover/Popover.d.mts +118 -0
  280. package/dist/Popover/Popover.d.mts.map +1 -0
  281. package/dist/Popover/Popover2.mjs +235 -0
  282. package/dist/Popover/Popover2.mjs.map +1 -0
  283. package/dist/Popover/index.d.mts +2 -0
  284. package/dist/PreHeading/PreHeading.d.mts +10 -0
  285. package/dist/PreHeading/PreHeading.d.mts.map +1 -0
  286. package/dist/PreHeading/PreHeading2.mjs +18 -0
  287. package/dist/PreHeading/PreHeading2.mjs.map +1 -0
  288. package/dist/PreHeading/index.d.mts +2 -0
  289. package/dist/ProgressBar/ProgressBar.d.mts +60 -0
  290. package/dist/ProgressBar/ProgressBar.d.mts.map +1 -0
  291. package/dist/ProgressBar/ProgressBar2.mjs +73 -0
  292. package/dist/ProgressBar/ProgressBar2.mjs.map +1 -0
  293. package/dist/ProgressBar/index.d.mts +2 -0
  294. package/dist/Radio/Radio.d.mts +16 -0
  295. package/dist/Radio/Radio.d.mts.map +1 -0
  296. package/dist/Radio/Radio2.mjs +31 -0
  297. package/dist/Radio/Radio2.mjs.map +1 -0
  298. package/dist/Radio/index.d.mts +2 -0
  299. package/dist/RadioGroup/RadioGroup.d.mts +39 -0
  300. package/dist/RadioGroup/RadioGroup.d.mts.map +1 -0
  301. package/dist/RadioGroup/RadioGroup2.mjs +46 -0
  302. package/dist/RadioGroup/RadioGroup2.mjs.map +1 -0
  303. package/dist/RadioGroup/index.d.mts +2 -0
  304. package/dist/RadioOption/RadioOption.d.mts +17 -0
  305. package/dist/RadioOption/RadioOption.d.mts.map +1 -0
  306. package/dist/RadioOption/RadioOption2.mjs +29 -0
  307. package/dist/RadioOption/RadioOption2.mjs.map +1 -0
  308. package/dist/RadioOption/index.d.mts +2 -0
  309. package/dist/SearchInput/SearchInput.d.mts +41 -0
  310. package/dist/SearchInput/SearchInput.d.mts.map +1 -0
  311. package/dist/SearchInput/SearchInput2.mjs +48 -0
  312. package/dist/SearchInput/SearchInput2.mjs.map +1 -0
  313. package/dist/SearchInput/index.d.mts +2 -0
  314. package/dist/Select/Select.d.mts +53 -0
  315. package/dist/Select/Select.d.mts.map +1 -0
  316. package/dist/Select/Select2.mjs +61 -0
  317. package/dist/Select/Select2.mjs.map +1 -0
  318. package/dist/Select/index.d.mts +2 -0
  319. package/dist/SkipLink/SkipLink.d.mts +37 -0
  320. package/dist/SkipLink/SkipLink.d.mts.map +1 -0
  321. package/dist/SkipLink/SkipLink2.mjs +33 -0
  322. package/dist/SkipLink/SkipLink2.mjs.map +1 -0
  323. package/dist/SkipLink/index.d.mts +2 -0
  324. package/dist/Spinner/Spinner.d.mts +45 -0
  325. package/dist/Spinner/Spinner.d.mts.map +1 -0
  326. package/dist/Spinner/Spinner2.mjs +58 -0
  327. package/dist/Spinner/Spinner2.mjs.map +1 -0
  328. package/dist/Spinner/index.d.mts +2 -0
  329. package/dist/Stack/Stack.d.mts +37 -0
  330. package/dist/Stack/Stack.d.mts.map +1 -0
  331. package/dist/Stack/Stack2.mjs +38 -0
  332. package/dist/Stack/Stack2.mjs.map +1 -0
  333. package/dist/Stack/index.d.mts +2 -0
  334. package/dist/StatusBadge/StatusBadge.d.mts +52 -0
  335. package/dist/StatusBadge/StatusBadge.d.mts.map +1 -0
  336. package/dist/StatusBadge/StatusBadge2.mjs +49 -0
  337. package/dist/StatusBadge/StatusBadge2.mjs.map +1 -0
  338. package/dist/StatusBadge/index.d.mts +2 -0
  339. package/dist/SummaryList/SummaryList.d.mts +51 -0
  340. package/dist/SummaryList/SummaryList.d.mts.map +1 -0
  341. package/dist/SummaryList/SummaryList2.mjs +66 -0
  342. package/dist/SummaryList/SummaryList2.mjs.map +1 -0
  343. package/dist/SummaryList/index.d.mts +2 -0
  344. package/dist/Table/Table.d.mts +63 -0
  345. package/dist/Table/Table.d.mts.map +1 -0
  346. package/dist/Table/Table2.mjs +54 -0
  347. package/dist/Table/Table2.mjs.map +1 -0
  348. package/dist/Table/index.d.mts +2 -0
  349. package/dist/TableOfContents/TableOfContents.d.mts +64 -0
  350. package/dist/TableOfContents/TableOfContents.d.mts.map +1 -0
  351. package/dist/TableOfContents/TableOfContents2.mjs +51 -0
  352. package/dist/TableOfContents/TableOfContents2.mjs.map +1 -0
  353. package/dist/TableOfContents/index.d.mts +2 -0
  354. package/dist/TelephoneInput/TelephoneInput.d.mts +40 -0
  355. package/dist/TelephoneInput/TelephoneInput.d.mts.map +1 -0
  356. package/dist/TelephoneInput/TelephoneInput.mjs +39 -0
  357. package/dist/TelephoneInput/TelephoneInput.mjs.map +1 -0
  358. package/dist/TelephoneInput/index.d.mts +2 -0
  359. package/dist/TextArea/TextArea.d.mts +46 -0
  360. package/dist/TextArea/TextArea.d.mts.map +1 -0
  361. package/dist/TextArea/TextArea2.mjs +43 -0
  362. package/dist/TextArea/TextArea2.mjs.map +1 -0
  363. package/dist/TextArea/index.d.mts +2 -0
  364. package/dist/TextInput/TextInput.d.mts +46 -0
  365. package/dist/TextInput/TextInput.d.mts.map +1 -0
  366. package/dist/TextInput/TextInput2.mjs +43 -0
  367. package/dist/TextInput/TextInput2.mjs.map +1 -0
  368. package/dist/TextInput/index.d.mts +2 -0
  369. package/dist/TimeInput/TimeInput.d.mts +38 -0
  370. package/dist/TimeInput/TimeInput.d.mts.map +1 -0
  371. package/dist/TimeInput/TimeInput2.mjs +69 -0
  372. package/dist/TimeInput/TimeInput2.mjs.map +1 -0
  373. package/dist/TimeInput/index.d.mts +2 -0
  374. package/dist/UnorderedList/UnorderedList.d.mts +28 -0
  375. package/dist/UnorderedList/UnorderedList.d.mts.map +1 -0
  376. package/dist/UnorderedList/UnorderedList2.mjs +31 -0
  377. package/dist/UnorderedList/UnorderedList2.mjs.map +1 -0
  378. package/dist/UnorderedList/index.d.mts +2 -0
  379. package/dist/index.css +3470 -3470
  380. package/dist/index.d.mts +150 -3874
  381. package/dist/index.mjs +76 -5006
  382. package/dist/utils/describeControl.mjs +25 -0
  383. package/dist/utils/describeControl.mjs.map +1 -0
  384. package/package.json +4 -3
  385. package/dist/index.d.mts.map +0 -1
  386. package/dist/index.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-registry.generated.mjs","names":[],"sources":["../../src/Icon/icon-registry.generated.ts"],"sourcesContent":["// Auto-generated — do not edit manually.\n// Run: node scripts/generate-icons.js\n//\n// De SVG-inhoud staat hier inline zodat dist zelfstandig is: geen losse .svg-bestanden\n// en geen svgr-configuratie nodig bij de consumer.\nimport React from 'react';\n\nexport type IconComponent = React.ForwardRefExoticComponent<\n React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>\n>;\n\ntype IconNode = [tag: string, attributes: Record<string, string>];\n\nfunction createIcon(\n displayName: string,\n rootAttributes: Record<string, string>,\n nodes: IconNode[]\n): IconComponent {\n const Component = React.forwardRef<SVGSVGElement, React.SVGProps<SVGSVGElement>>(\n (props, ref) =>\n React.createElement(\n 'svg',\n { ...rootAttributes, ...props, ref },\n nodes.map(([tag, attributes], index) =>\n React.createElement(tag, { key: index, ...attributes })\n )\n )\n );\n Component.displayName = displayName;\n return Component;\n}\n\nconst AlertTriangleIcon = createIcon(\n \"AlertTriangleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 9v4\"}],\n [\"path\", {\"d\":\"M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0\"}],\n [\"path\", {\"d\":\"M12 16h.01\"}],\n ]\n);\n\nconst ArchiveIcon = createIcon(\n \"ArchiveIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2\"}],\n [\"path\", {\"d\":\"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10\"}],\n [\"path\", {\"d\":\"M10 12l4 0\"}],\n ]\n);\n\nconst ArrowDownIcon = createIcon(\n \"ArrowDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M18 13l-6 6\"}],\n [\"path\", {\"d\":\"M6 13l6 6\"}],\n ]\n);\n\nconst ArrowLeftIcon = createIcon(\n \"ArrowLeftIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n [\"path\", {\"d\":\"M5 12l6 6\"}],\n [\"path\", {\"d\":\"M5 12l6 -6\"}],\n ]\n);\n\nconst ArrowNarrowDownIcon = createIcon(\n \"ArrowNarrowDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M16 15l-4 4\"}],\n [\"path\", {\"d\":\"M8 15l4 4\"}],\n ]\n);\n\nconst ArrowNarrowUpIcon = createIcon(\n \"ArrowNarrowUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M16 9l-4 -4\"}],\n [\"path\", {\"d\":\"M8 9l4 -4\"}],\n ]\n);\n\nconst ArrowRightIcon = createIcon(\n \"ArrowRightIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n [\"path\", {\"d\":\"M13 18l6 -6\"}],\n [\"path\", {\"d\":\"M13 6l6 6\"}],\n ]\n);\n\nconst ArrowUpIcon = createIcon(\n \"ArrowUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M18 11l-6 -6\"}],\n [\"path\", {\"d\":\"M6 11l6 -6\"}],\n ]\n);\n\nconst ArrowsSortIcon = createIcon(\n \"ArrowsSortIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 9l4 -4l4 4m-4 -4v14\"}],\n [\"path\", {\"d\":\"M21 15l-4 4l-4 -4m4 4v-14\"}],\n ]\n);\n\nconst BellIcon = createIcon(\n \"BellIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\"}],\n [\"path\", {\"d\":\"M9 17v1a3 3 0 0 0 6 0v-1\"}],\n ]\n);\n\nconst CalendarEventIcon = createIcon(\n \"CalendarEventIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12\"}],\n [\"path\", {\"d\":\"M16 3l0 4\"}],\n [\"path\", {\"d\":\"M8 3l0 4\"}],\n [\"path\", {\"d\":\"M4 11l16 0\"}],\n [\"path\", {\"d\":\"M8 15h2v2h-2l0 -2\"}],\n ]\n);\n\nconst CheckIcon = createIcon(\n \"CheckIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l5 5l10 -10\"}],\n ]\n);\n\nconst ChevronDownIcon = createIcon(\n \"ChevronDownIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M6 9l6 6l6 -6\"}],\n ]\n);\n\nconst ChevronLeftIcon = createIcon(\n \"ChevronLeftIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M15 6l-6 6l6 6\"}],\n ]\n);\n\nconst ChevronRightIcon = createIcon(\n \"ChevronRightIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M9 6l6 6l-6 6\"}],\n ]\n);\n\nconst ChevronUpIcon = createIcon(\n \"ChevronUpIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M6 15l6 -6l6 6\"}],\n ]\n);\n\nconst CircleCheckIcon = createIcon(\n \"CircleCheckIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"}],\n [\"path\", {\"d\":\"M9 12l2 2l4 -4\"}],\n ]\n);\n\nconst ClockIcon = createIcon(\n \"ClockIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 7v5l3 3\"}],\n ]\n);\n\nconst DotsVerticalIcon = createIcon(\n \"DotsVerticalIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n [\"path\", {\"d\":\"M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n [\"path\", {\"d\":\"M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\"}],\n ]\n);\n\nconst DownloadIcon = createIcon(\n \"DownloadIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\"}],\n [\"path\", {\"d\":\"M7 11l5 5l5 -5\"}],\n [\"path\", {\"d\":\"M12 4l0 12\"}],\n ]\n);\n\nconst EditIcon = createIcon(\n \"EditIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1\"}],\n [\"path\", {\"d\":\"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z\"}],\n [\"path\", {\"d\":\"M16 5l3 3\"}],\n ]\n);\n\nconst ExclamationCircleIcon = createIcon(\n \"ExclamationCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 9v4\"}],\n [\"path\", {\"d\":\"M12 16v.01\"}],\n ]\n);\n\nconst ExternalLinkIcon = createIcon(\n \"ExternalLinkIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6\"}],\n [\"path\", {\"d\":\"M11 13l9 -9\"}],\n [\"path\", {\"d\":\"M15 4h5v5\"}],\n ]\n);\n\nconst EyeIcon = createIcon(\n \"EyeIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0\"}],\n [\"path\", {\"d\":\"M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6\"}],\n ]\n);\n\nconst FileDescriptionIcon = createIcon(\n \"FileDescriptionIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M14 3v4a1 1 0 0 0 1 1h4\"}],\n [\"path\", {\"d\":\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2\"}],\n [\"path\", {\"d\":\"M9 17h6\"}],\n [\"path\", {\"d\":\"M9 13h6\"}],\n ]\n);\n\nconst FolderIcon = createIcon(\n \"FolderIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\"}],\n ]\n);\n\nconst HeartFilledIcon = createIcon(\n \"HeartFilledIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z\"}],\n ]\n);\n\nconst HeartIcon = createIcon(\n \"HeartIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572\"}],\n ]\n);\n\nconst HomeIcon = createIcon(\n \"HomeIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l-2 0l9 -9l9 9l-2 0\"}],\n [\"path\", {\"d\":\"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7\"}],\n [\"path\", {\"d\":\"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6\"}],\n ]\n);\n\nconst InfoCircleIcon = createIcon(\n \"InfoCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0\"}],\n [\"path\", {\"d\":\"M12 9h.01\"}],\n [\"path\", {\"d\":\"M11 12h1v4h1\"}],\n ]\n);\n\nconst LoaderIcon = createIcon(\n \"LoaderIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M12 6l0 -3\"}],\n [\"path\", {\"d\":\"M16.25 7.75l2.15 -2.15\"}],\n [\"path\", {\"d\":\"M18 12l3 0\"}],\n [\"path\", {\"d\":\"M16.25 16.25l2.15 2.15\"}],\n [\"path\", {\"d\":\"M12 18l0 3\"}],\n [\"path\", {\"d\":\"M7.75 16.25l-2.15 2.15\"}],\n [\"path\", {\"d\":\"M6 12l-3 0\"}],\n [\"path\", {\"d\":\"M7.75 7.75l-2.15 -2.15\"}],\n ]\n);\n\nconst MailIcon = createIcon(\n \"MailIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10\"}],\n [\"path\", {\"d\":\"M3 7l9 6l9 -6\"}],\n ]\n);\n\nconst MenuIcon = createIcon(\n \"MenuIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 6l16 0\"}],\n [\"path\", {\"d\":\"M4 12l16 0\"}],\n [\"path\", {\"d\":\"M4 18l16 0\"}],\n ]\n);\n\nconst MessageCircleIcon = createIcon(\n \"MessageCircleIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1\"}],\n ]\n);\n\nconst MinusIcon = createIcon(\n \"MinusIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n ]\n);\n\nconst PaperclipIcon = createIcon(\n \"PaperclipIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5\"}],\n ]\n);\n\nconst PencilIcon = createIcon(\n \"PencilIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4\"}],\n [\"path\", {\"d\":\"M13.5 6.5l4 4\"}],\n ]\n);\n\nconst PhotoIcon = createIcon(\n \"PhotoIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M15 8h.01\"}],\n [\"path\", {\"d\":\"M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12\"}],\n [\"path\", {\"d\":\"M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5\"}],\n [\"path\", {\"d\":\"M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3\"}],\n ]\n);\n\nconst PlusIcon = createIcon(\n \"PlusIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M12 5l0 14\"}],\n [\"path\", {\"d\":\"M5 12l14 0\"}],\n ]\n);\n\nconst PrinterIcon = createIcon(\n \"PrinterIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2\"}],\n [\"path\", {\"d\":\"M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4\"}],\n [\"path\", {\"d\":\"M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4\"}],\n ]\n);\n\nconst SearchIcon = createIcon(\n \"SearchIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0\"}],\n [\"path\", {\"d\":\"M21 21l-6 -6\"}],\n ]\n);\n\nconst SelectorIcon = createIcon(\n \"SelectorIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M8 9l4 -4l4 4\"}],\n [\"path\", {\"d\":\"M16 15l-4 4l-4 -4\"}],\n ]\n);\n\nconst SettingsIcon = createIcon(\n \"SettingsIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z\"}],\n [\"path\", {\"d\":\"M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0\"}],\n ]\n);\n\nconst SortAscendingIcon = createIcon(\n \"SortAscendingIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 6l7 0\"}],\n [\"path\", {\"d\":\"M4 12l7 0\"}],\n [\"path\", {\"d\":\"M4 18l9 0\"}],\n [\"path\", {\"d\":\"M15 9l3 -3l3 3\"}],\n [\"path\", {\"d\":\"M18 6l0 12\"}],\n ]\n);\n\nconst SortDescendingIcon = createIcon(\n \"SortDescendingIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 6l9 0\"}],\n [\"path\", {\"d\":\"M4 12l7 0\"}],\n [\"path\", {\"d\":\"M4 18l7 0\"}],\n [\"path\", {\"d\":\"M15 15l3 3l3 -3\"}],\n [\"path\", {\"d\":\"M18 6l0 12\"}],\n ]\n);\n\nconst StarFilledIcon = createIcon(\n \"StarFilledIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z\"}],\n ]\n);\n\nconst StarIcon = createIcon(\n \"StarIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\"}],\n ]\n);\n\nconst TrashIcon = createIcon(\n \"TrashIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M4 7l16 0\"}],\n [\"path\", {\"d\":\"M10 11l0 6\"}],\n [\"path\", {\"d\":\"M14 11l0 6\"}],\n [\"path\", {\"d\":\"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\"}],\n [\"path\", {\"d\":\"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\"}],\n ]\n);\n\nconst UploadIcon = createIcon(\n \"UploadIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":\"24\",\"height\":\"24\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"stroke\":\"none\",\"d\":\"M0 0h24v24H0z\",\"fill\":\"none\"}],\n [\"path\", {\"d\":\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\"}],\n [\"path\", {\"d\":\"M7 9l5 -5l5 5\"}],\n [\"path\", {\"d\":\"M12 4l0 12\"}],\n ]\n);\n\nconst UserIcon = createIcon(\n \"UserIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0\"}],\n [\"path\", {\"d\":\"M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\"}],\n ]\n);\n\nconst XIcon = createIcon(\n \"XIcon\",\n {\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\"},\n [\n [\"path\", {\"d\":\"M18 6l-12 12\"}],\n [\"path\", {\"d\":\"M6 6l12 12\"}],\n ]\n);\n\nexport type IconName =\n | 'alert-triangle'\n | 'archive'\n | 'arrow-down'\n | 'arrow-left'\n | 'arrow-narrow-down'\n | 'arrow-narrow-up'\n | 'arrow-right'\n | 'arrow-up'\n | 'arrows-sort'\n | 'bell'\n | 'calendar-event'\n | 'check'\n | 'chevron-down'\n | 'chevron-left'\n | 'chevron-right'\n | 'chevron-up'\n | 'circle-check'\n | 'clock'\n | 'dots-vertical'\n | 'download'\n | 'edit'\n | 'exclamation-circle'\n | 'external-link'\n | 'eye'\n | 'file-description'\n | 'folder'\n | 'heart-filled'\n | 'heart'\n | 'home'\n | 'info-circle'\n | 'loader'\n | 'mail'\n | 'menu'\n | 'message-circle'\n | 'minus'\n | 'paperclip'\n | 'pencil'\n | 'photo'\n | 'plus'\n | 'printer'\n | 'search'\n | 'selector'\n | 'settings'\n | 'sort-ascending'\n | 'sort-descending'\n | 'star-filled'\n | 'star'\n | 'trash'\n | 'upload'\n | 'user'\n | 'x';\n\nexport const iconMap: Record<IconName, IconComponent> = {\n 'alert-triangle': AlertTriangleIcon,\n 'archive': ArchiveIcon,\n 'arrow-down': ArrowDownIcon,\n 'arrow-left': ArrowLeftIcon,\n 'arrow-narrow-down': ArrowNarrowDownIcon,\n 'arrow-narrow-up': ArrowNarrowUpIcon,\n 'arrow-right': ArrowRightIcon,\n 'arrow-up': ArrowUpIcon,\n 'arrows-sort': ArrowsSortIcon,\n 'bell': BellIcon,\n 'calendar-event': CalendarEventIcon,\n 'check': CheckIcon,\n 'chevron-down': ChevronDownIcon,\n 'chevron-left': ChevronLeftIcon,\n 'chevron-right': ChevronRightIcon,\n 'chevron-up': ChevronUpIcon,\n 'circle-check': CircleCheckIcon,\n 'clock': ClockIcon,\n 'dots-vertical': DotsVerticalIcon,\n 'download': DownloadIcon,\n 'edit': EditIcon,\n 'exclamation-circle': ExclamationCircleIcon,\n 'external-link': ExternalLinkIcon,\n 'eye': EyeIcon,\n 'file-description': FileDescriptionIcon,\n 'folder': FolderIcon,\n 'heart-filled': HeartFilledIcon,\n 'heart': HeartIcon,\n 'home': HomeIcon,\n 'info-circle': InfoCircleIcon,\n 'loader': LoaderIcon,\n 'mail': MailIcon,\n 'menu': MenuIcon,\n 'message-circle': MessageCircleIcon,\n 'minus': MinusIcon,\n 'paperclip': PaperclipIcon,\n 'pencil': PencilIcon,\n 'photo': PhotoIcon,\n 'plus': PlusIcon,\n 'printer': PrinterIcon,\n 'search': SearchIcon,\n 'selector': SelectorIcon,\n 'settings': SettingsIcon,\n 'sort-ascending': SortAscendingIcon,\n 'sort-descending': SortDescendingIcon,\n 'star-filled': StarFilledIcon,\n 'star': StarIcon,\n 'trash': TrashIcon,\n 'upload': UploadIcon,\n 'user': UserIcon,\n 'x': XIcon,\n};\n"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { IconName, iconMap } from "./icon-registry.generated.mjs";
2
+ import { Icon, IconProps, IconSize } from "./Icon.mjs";
3
+ export { Icon, type IconName, type IconProps, type IconSize, iconMap };
@@ -0,0 +1,68 @@
1
+ import { IconName } from "../Icon/icon-registry.generated.mjs";
2
+ import "../Icon/index.mjs";
3
+ import React from "react";
4
+ //#region src/IconList/IconList.d.ts
5
+ interface IconListProps extends React.HTMLAttributes<HTMLUListElement | HTMLOListElement> {
6
+ /**
7
+ * Semantic list element
8
+ * @default 'ul'
9
+ */
10
+ as?: 'ul' | 'ol';
11
+ /**
12
+ * CSS color value that overrides `--dsn-icon-list-icon-color` for the whole
13
+ * list; accepts any `var(--dsn-color-*-color-default)`
14
+ */
15
+ iconColor?: string;
16
+ /**
17
+ * Additional CSS class names
18
+ */
19
+ className?: string;
20
+ /**
21
+ * `IconListItem` elements
22
+ */
23
+ children?: React.ReactNode;
24
+ }
25
+ /**
26
+ * List where every item carries an icon instead of a bullet or number
27
+ *
28
+ * `role="list"` is set explicitly: `list-style-type: none` makes
29
+ * Safari/VoiceOver drop the list announcement, and the role restores it.
30
+ *
31
+ * @example
32
+ * ```tsx
33
+ * <IconList>
34
+ * <IconListItem icon="calendar-event">Afspraak op maandag 24 maart</IconListItem>
35
+ * <IconListItem icon="clock">Duurt 30 minuten</IconListItem>
36
+ * </IconList>
37
+ *
38
+ * // Ordered steps
39
+ * <IconList as="ol">
40
+ * <IconListItem icon="calendar-event">Maak een afspraak</IconListItem>
41
+ * <IconListItem icon="clock">Wacht op bevestiging</IconListItem>
42
+ * </IconList>
43
+ *
44
+ * // Positive status color for the whole list
45
+ * <IconList iconColor="var(--dsn-color-positive-color-default)">
46
+ * <IconListItem icon="check">Aanvraag goedgekeurd</IconListItem>
47
+ * </IconList>
48
+ * ```
49
+ */
50
+ declare const IconList: React.ForwardRefExoticComponent<IconListProps & React.RefAttributes<HTMLUListElement | HTMLOListElement>>;
51
+ interface IconListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {
52
+ /**
53
+ * Icon name from the icon set; the icon is decorative and replaces the marker
54
+ */
55
+ icon: IconName;
56
+ /**
57
+ * Additional CSS class names
58
+ */
59
+ className?: string;
60
+ /**
61
+ * Item text content
62
+ */
63
+ children?: React.ReactNode;
64
+ }
65
+ declare const IconListItem: React.ForwardRefExoticComponent<IconListItemProps & React.RefAttributes<HTMLLIElement>>;
66
+ //#endregion
67
+ export { IconList, IconListItem, IconListItemProps, IconListProps };
68
+ //# sourceMappingURL=IconList.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconList.d.mts","names":[],"sources":["../../src/IconList/IconList.tsx"],"mappings":";;;;UAUiB,sBAAsB,MAAM,eAC3C,mBAAmB;;;;;EAMnB;;;;;EAMA;;;;EAKA;;;;EAKA,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BN,UAAQ,MAAA,0BAAA,gBAAA,MAAA,cAAA,mBAAA;UAiCJ,0BAA0B,MAAM,iBAAiB;;;;EAIhE,MAAM;;;;EAKN;;;;EAKA,WAAW,MAAM;;cAGN,cAAY,MAAA,0BAAA,oBAAA,MAAA,cAAA"}
@@ -0,0 +1,65 @@
1
+ import { Icon } from "../Icon/Icon2.mjs";
2
+ /* empty css */
3
+ import React from "react";
4
+ import { classNames } from "@dsn-starter-kit/core";
5
+ import { jsx, jsxs } from "react/jsx-runtime";
6
+ //#region src/IconList/IconList.tsx
7
+ /**
8
+ * List where every item carries an icon instead of a bullet or number
9
+ *
10
+ * `role="list"` is set explicitly: `list-style-type: none` makes
11
+ * Safari/VoiceOver drop the list announcement, and the role restores it.
12
+ *
13
+ * @example
14
+ * ```tsx
15
+ * <IconList>
16
+ * <IconListItem icon="calendar-event">Afspraak op maandag 24 maart</IconListItem>
17
+ * <IconListItem icon="clock">Duurt 30 minuten</IconListItem>
18
+ * </IconList>
19
+ *
20
+ * // Ordered steps
21
+ * <IconList as="ol">
22
+ * <IconListItem icon="calendar-event">Maak een afspraak</IconListItem>
23
+ * <IconListItem icon="clock">Wacht op bevestiging</IconListItem>
24
+ * </IconList>
25
+ *
26
+ * // Positive status color for the whole list
27
+ * <IconList iconColor="var(--dsn-color-positive-color-default)">
28
+ * <IconListItem icon="check">Aanvraag goedgekeurd</IconListItem>
29
+ * </IconList>
30
+ * ```
31
+ */
32
+ const IconList = React.forwardRef(({ as = "ul", iconColor, className, children, style, ...props }, ref) => {
33
+ const Element = as;
34
+ const classes = classNames("dsn-icon-list", className);
35
+ const styles = iconColor ? {
36
+ ...style,
37
+ "--dsn-icon-list-icon-color": iconColor
38
+ } : style;
39
+ return /* @__PURE__ */ jsx(Element, {
40
+ ref,
41
+ className: classes,
42
+ role: "list",
43
+ style: styles,
44
+ ...props,
45
+ children
46
+ });
47
+ });
48
+ IconList.displayName = "IconList";
49
+ const IconListItem = React.forwardRef(({ icon, className, children, ...props }, ref) => {
50
+ const classes = classNames("dsn-icon-list__item", className);
51
+ return /* @__PURE__ */ jsxs("li", {
52
+ ref,
53
+ className: classes,
54
+ ...props,
55
+ children: [/* @__PURE__ */ jsx(Icon, {
56
+ name: icon,
57
+ className: "dsn-icon-list__icon"
58
+ }), children]
59
+ });
60
+ });
61
+ IconListItem.displayName = "IconListItem";
62
+ //#endregion
63
+ export { IconList, IconListItem };
64
+
65
+ //# sourceMappingURL=IconList2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconList2.mjs","names":[],"sources":["../../src/IconList/IconList.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport { Icon } from '../Icon';\nimport type { IconName } from '../Icon';\nimport './IconList.css';\n\n// =============================================================================\n// IconList\n// =============================================================================\n\nexport interface IconListProps extends React.HTMLAttributes<\n HTMLUListElement | HTMLOListElement\n> {\n /**\n * Semantic list element\n * @default 'ul'\n */\n as?: 'ul' | 'ol';\n\n /**\n * CSS color value that overrides `--dsn-icon-list-icon-color` for the whole\n * list; accepts any `var(--dsn-color-*-color-default)`\n */\n iconColor?: string;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * `IconListItem` elements\n */\n children?: React.ReactNode;\n}\n\n/**\n * List where every item carries an icon instead of a bullet or number\n *\n * `role=\"list\"` is set explicitly: `list-style-type: none` makes\n * Safari/VoiceOver drop the list announcement, and the role restores it.\n *\n * @example\n * ```tsx\n * <IconList>\n * <IconListItem icon=\"calendar-event\">Afspraak op maandag 24 maart</IconListItem>\n * <IconListItem icon=\"clock\">Duurt 30 minuten</IconListItem>\n * </IconList>\n *\n * // Ordered steps\n * <IconList as=\"ol\">\n * <IconListItem icon=\"calendar-event\">Maak een afspraak</IconListItem>\n * <IconListItem icon=\"clock\">Wacht op bevestiging</IconListItem>\n * </IconList>\n *\n * // Positive status color for the whole list\n * <IconList iconColor=\"var(--dsn-color-positive-color-default)\">\n * <IconListItem icon=\"check\">Aanvraag goedgekeurd</IconListItem>\n * </IconList>\n * ```\n */\nexport const IconList = React.forwardRef<\n HTMLUListElement | HTMLOListElement,\n IconListProps\n>(({ as = 'ul', iconColor, className, children, style, ...props }, ref) => {\n const Element = as;\n const classes = classNames('dsn-icon-list', className);\n\n const styles = iconColor\n ? ({\n ...style,\n '--dsn-icon-list-icon-color': iconColor,\n } as React.CSSProperties)\n : style;\n\n return (\n <Element\n ref={ref as React.Ref<HTMLUListElement & HTMLOListElement>}\n className={classes}\n role=\"list\"\n style={styles}\n {...props}\n >\n {children}\n </Element>\n );\n});\n\nIconList.displayName = 'IconList';\n\n// =============================================================================\n// IconListItem\n// =============================================================================\n\nexport interface IconListItemProps extends React.LiHTMLAttributes<HTMLLIElement> {\n /**\n * Icon name from the icon set; the icon is decorative and replaces the marker\n */\n icon: IconName;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * Item text content\n */\n children?: React.ReactNode;\n}\n\nexport const IconListItem = React.forwardRef<HTMLLIElement, IconListItemProps>(\n ({ icon, className, children, ...props }, ref) => {\n const classes = classNames('dsn-icon-list__item', className);\n\n return (\n <li ref={ref} className={classes} {...props}>\n <Icon name={icon} className=\"dsn-icon-list__icon\" />\n {children}\n </li>\n );\n }\n);\n\nIconListItem.displayName = 'IconListItem';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DA,MAAa,WAAW,MAAM,YAG3B,EAAE,KAAK,MAAM,WAAW,WAAW,UAAU,OAAO,GAAG,SAAS,QAAQ;CACzE,MAAM,UAAU;CAChB,MAAM,UAAU,WAAW,iBAAiB,SAAS;CAErD,MAAM,SAAS,YACV;EACC,GAAG;EACH,8BAA8B;CAChC,IACA;CAEJ,OACE,oBAAC,SAAD;EACO;EACL,WAAW;EACX,MAAK;EACL,OAAO;EACP,GAAI;EAEH;CACM,CAAA;AAEb,CAAC;AAED,SAAS,cAAc;AAuBvB,MAAa,eAAe,MAAM,YAC/B,EAAE,MAAM,WAAW,UAAU,GAAG,SAAS,QAAQ;CAChD,MAAM,UAAU,WAAW,uBAAuB,SAAS;CAE3D,OACE,qBAAC,MAAD;EAAS;EAAK,WAAW;EAAS,GAAI;EAAtC,UAAA,CACE,oBAAC,MAAD;GAAM,MAAM;GAAM,WAAU;EAAuB,CAAA,GAClD,QACC;;AAER,CACF;AAEA,aAAa,cAAc"}
@@ -0,0 +1,2 @@
1
+ import { IconList, IconListItem, IconListItemProps, IconListProps } from "./IconList.mjs";
2
+ export { IconList, IconListItem, type IconListItemProps, type IconListProps };
@@ -0,0 +1,56 @@
1
+ import React from "react";
2
+ //#region src/Image/Image.d.ts
3
+ interface ImageProps extends React.HTMLAttributes<HTMLElement> {
4
+ /** Verplicht. URL van de afbeelding */
5
+ src: string;
6
+ /** Verplicht. Alternatieve tekst. Lege string (`""`) voor decoratieve afbeeldingen — activeert automatisch `aria-hidden="true"` op de figure */
7
+ alt: string;
8
+ /** Verplicht. Intrinsieke breedte in pixels (voorkomt CLS) */
9
+ width: number;
10
+ /** Verplicht. Intrinsieke hoogte in pixels (voorkomt CLS) */
11
+ height: number;
12
+ /** Forceert beeldverhouding via CSS `aspect-ratio` + `object-fit: cover` */
13
+ ratio?: '16:9' | '4:3' | '1:1';
14
+ /** Hoe de afbeelding het ratio-kader vult. @default 'cover' */
15
+ objectFit?: 'cover' | 'contain';
16
+ /**
17
+ * LCP-modus: `loading="eager"` + `fetchpriority="high"`.
18
+ * Gebruik maximaal één keer per pagina voor de primaire LCP-afbeelding.
19
+ * @default false
20
+ */
21
+ priority?: boolean;
22
+ /** Optioneel bijschrift, rendert als `<figcaption>` */
23
+ caption?: React.ReactNode;
24
+ /** Pass-through naar native `srcset` attribuut */
25
+ srcSet?: string;
26
+ /** Pass-through naar native `sizes` attribuut */
27
+ sizes?: string;
28
+ }
29
+ /**
30
+ * Image component
31
+ * Performante, toegankelijke wrapper rond het native `<img>` element.
32
+ * Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen
33
+ * via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.
34
+ *
35
+ * @example
36
+ * ```tsx
37
+ * // Basis
38
+ * <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} />
39
+ *
40
+ * // Met vaste beeldverhouding
41
+ * <Image src="/hero.jpg" alt="Hero" width={1600} height={900} ratio="16:9" />
42
+ *
43
+ * // LCP / hero-afbeelding — max. één keer per pagina
44
+ * <Image src="/hero.jpg" alt="Pagina hero" width={1600} height={900} ratio="16:9" priority />
45
+ *
46
+ * // Met bijschrift
47
+ * <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} caption="Bijschrift" />
48
+ *
49
+ * // Decoratief — alt="" activeert automatisch aria-hidden="true" op de figure
50
+ * <Image src="/decoratief.jpg" alt="" width={800} height={600} />
51
+ * ```
52
+ */
53
+ declare const Image: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLElement>>;
54
+ //#endregion
55
+ export { Image, ImageProps };
56
+ //# sourceMappingURL=Image.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Image.d.mts","names":[],"sources":["../../src/Image/Image.tsx"],"mappings":";;UAUiB,mBAAmB,MAAM,eAAe;;EAEvD;;EAGA;;EAGA;;EAGA;;EAGA;;EAGA;;;;;;EAOA;;EAGA,UAAU,MAAM;;EAGhB;;EAGA;;;;;;;;;;;;;;;;;;;;;;;;;;cAiCW,OAAK,MAAA,0BAAA,aAAA,MAAA,cAAA"}
@@ -0,0 +1,67 @@
1
+ /* empty css */
2
+ import React from "react";
3
+ import { classNames } from "@dsn-starter-kit/core";
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ //#region src/Image/Image.tsx
6
+ const ratioClassMap = {
7
+ "16:9": "dsn-image--ratio-16-9",
8
+ "4:3": "dsn-image--ratio-4-3",
9
+ "1:1": "dsn-image--ratio-1-1"
10
+ };
11
+ /**
12
+ * Image component
13
+ * Performante, toegankelijke wrapper rond het native `<img>` element.
14
+ * Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen
15
+ * via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.
16
+ *
17
+ * @example
18
+ * ```tsx
19
+ * // Basis
20
+ * <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} />
21
+ *
22
+ * // Met vaste beeldverhouding
23
+ * <Image src="/hero.jpg" alt="Hero" width={1600} height={900} ratio="16:9" />
24
+ *
25
+ * // LCP / hero-afbeelding — max. één keer per pagina
26
+ * <Image src="/hero.jpg" alt="Pagina hero" width={1600} height={900} ratio="16:9" priority />
27
+ *
28
+ * // Met bijschrift
29
+ * <Image src="/foto.jpg" alt="Beschrijving" width={800} height={600} caption="Bijschrift" />
30
+ *
31
+ * // Decoratief — alt="" activeert automatisch aria-hidden="true" op de figure
32
+ * <Image src="/decoratief.jpg" alt="" width={800} height={600} />
33
+ * ```
34
+ */
35
+ const Image = React.forwardRef(({ className, src, alt, width, height, ratio, objectFit = "cover", priority = false, caption, srcSet, sizes, ...props }, ref) => {
36
+ const isDecorative = alt === "";
37
+ const figureClasses = classNames("dsn-image", ratio && ratioClassMap[ratio], objectFit === "contain" && "dsn-image--object-fit-contain", className);
38
+ const imgProps = {
39
+ className: "dsn-image__img",
40
+ src,
41
+ alt,
42
+ width,
43
+ height,
44
+ decoding: "async",
45
+ ...priority ? {
46
+ loading: "eager",
47
+ fetchpriority: "high"
48
+ } : { loading: "lazy" },
49
+ ...srcSet && { srcSet },
50
+ ...sizes && { sizes }
51
+ };
52
+ return /* @__PURE__ */ jsxs("figure", {
53
+ ref,
54
+ className: figureClasses,
55
+ ...isDecorative && { "aria-hidden": true },
56
+ ...props,
57
+ children: [/* @__PURE__ */ jsx("img", { ...imgProps }), caption && /* @__PURE__ */ jsx("figcaption", {
58
+ className: "dsn-image__caption",
59
+ children: caption
60
+ })]
61
+ });
62
+ });
63
+ Image.displayName = "Image";
64
+ //#endregion
65
+ export { Image };
66
+
67
+ //# sourceMappingURL=Image2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Image2.mjs","names":[],"sources":["../../src/Image/Image.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport './Image.css';\n\n// fetchpriority is not yet in React 18's HTMLAttributes types (added in React 19).\n// Extend ImgHTMLAttributes locally so we can pass it through to the DOM.\ntype ImgProps = React.ImgHTMLAttributes<HTMLImageElement> & {\n fetchpriority?: 'high' | 'low' | 'auto';\n};\n\nexport interface ImageProps extends React.HTMLAttributes<HTMLElement> {\n /** Verplicht. URL van de afbeelding */\n src: string;\n\n /** Verplicht. Alternatieve tekst. Lege string (`\"\"`) voor decoratieve afbeeldingen — activeert automatisch `aria-hidden=\"true\"` op de figure */\n alt: string;\n\n /** Verplicht. Intrinsieke breedte in pixels (voorkomt CLS) */\n width: number;\n\n /** Verplicht. Intrinsieke hoogte in pixels (voorkomt CLS) */\n height: number;\n\n /** Forceert beeldverhouding via CSS `aspect-ratio` + `object-fit: cover` */\n ratio?: '16:9' | '4:3' | '1:1';\n\n /** Hoe de afbeelding het ratio-kader vult. @default 'cover' */\n objectFit?: 'cover' | 'contain';\n\n /**\n * LCP-modus: `loading=\"eager\"` + `fetchpriority=\"high\"`.\n * Gebruik maximaal één keer per pagina voor de primaire LCP-afbeelding.\n * @default false\n */\n priority?: boolean;\n\n /** Optioneel bijschrift, rendert als `<figcaption>` */\n caption?: React.ReactNode;\n\n /** Pass-through naar native `srcset` attribuut */\n srcSet?: string;\n\n /** Pass-through naar native `sizes` attribuut */\n sizes?: string;\n}\n\nconst ratioClassMap: Record<NonNullable<ImageProps['ratio']>, string> = {\n '16:9': 'dsn-image--ratio-16-9',\n '4:3': 'dsn-image--ratio-4-3',\n '1:1': 'dsn-image--ratio-1-1',\n};\n\n/**\n * Image component\n * Performante, toegankelijke wrapper rond het native `<img>` element.\n * Biedt ingebakken lazy loading, expliciete ondersteuning voor LCP/hero-afbeeldingen\n * via een `priority` prop, en vaste beeldverhoudingen via de CSS `aspect-ratio` property.\n *\n * @example\n * ```tsx\n * // Basis\n * <Image src=\"/foto.jpg\" alt=\"Beschrijving\" width={800} height={600} />\n *\n * // Met vaste beeldverhouding\n * <Image src=\"/hero.jpg\" alt=\"Hero\" width={1600} height={900} ratio=\"16:9\" />\n *\n * // LCP / hero-afbeelding — max. één keer per pagina\n * <Image src=\"/hero.jpg\" alt=\"Pagina hero\" width={1600} height={900} ratio=\"16:9\" priority />\n *\n * // Met bijschrift\n * <Image src=\"/foto.jpg\" alt=\"Beschrijving\" width={800} height={600} caption=\"Bijschrift\" />\n *\n * // Decoratief — alt=\"\" activeert automatisch aria-hidden=\"true\" op de figure\n * <Image src=\"/decoratief.jpg\" alt=\"\" width={800} height={600} />\n * ```\n */\nexport const Image = React.forwardRef<HTMLElement, ImageProps>(\n (\n {\n className,\n src,\n alt,\n width,\n height,\n ratio,\n objectFit = 'cover',\n priority = false,\n caption,\n srcSet,\n sizes,\n ...props\n },\n ref\n ) => {\n const isDecorative = alt === '';\n\n const figureClasses = classNames(\n 'dsn-image',\n ratio && ratioClassMap[ratio],\n objectFit === 'contain' && 'dsn-image--object-fit-contain',\n className\n );\n\n const imgProps: ImgProps = {\n className: 'dsn-image__img',\n src,\n alt,\n width,\n height,\n decoding: 'async',\n ...(priority\n ? { loading: 'eager', fetchpriority: 'high' }\n : { loading: 'lazy' }),\n ...(srcSet && { srcSet }),\n ...(sizes && { sizes }),\n };\n\n return (\n <figure\n ref={ref}\n className={figureClasses}\n {...(isDecorative && { 'aria-hidden': true })}\n {...props}\n >\n <img {...imgProps} />\n {caption && (\n <figcaption className=\"dsn-image__caption\">{caption}</figcaption>\n )}\n </figure>\n );\n }\n);\n\nImage.displayName = 'Image';\n"],"mappings":";;;;;AA8CA,MAAM,gBAAkE;CACtE,QAAQ;CACR,OAAO;CACP,OAAO;AACT;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA,MAAa,QAAQ,MAAM,YAEvB,EACE,WACA,KACA,KACA,OACA,QACA,OACA,YAAY,SACZ,WAAW,OACX,SACA,QACA,OACA,GAAG,SAEL,QACG;CACH,MAAM,eAAe,QAAQ;CAE7B,MAAM,gBAAgB,WACpB,aACA,SAAS,cAAc,QACvB,cAAc,aAAa,iCAC3B,SACF;CAEA,MAAM,WAAqB;EACzB,WAAW;EACX;EACA;EACA;EACA;EACA,UAAU;EACV,GAAI,WACA;GAAE,SAAS;GAAS,eAAe;EAAO,IAC1C,EAAE,SAAS,OAAO;EACtB,GAAI,UAAU,EAAE,OAAO;EACvB,GAAI,SAAS,EAAE,MAAM;CACvB;CAEA,OACE,qBAAC,UAAD;EACO;EACL,WAAW;EACX,GAAK,gBAAgB,EAAE,eAAe,KAAK;EAC3C,GAAI;EAJN,UAAA,CAME,oBAAC,OAAD,EAAK,GAAI,SAAW,CAAA,GACnB,WACC,oBAAC,cAAD;GAAY,WAAU;GAAsB,UAAA;EAAoB,CAAA,CAE5D;;AAEZ,CACF;AAEA,MAAM,cAAc"}
@@ -0,0 +1,2 @@
1
+ import { Image, ImageProps } from "./Image.mjs";
2
+ export { Image, type ImageProps };
@@ -0,0 +1,82 @@
1
+ import React from "react";
2
+ //#region src/Link/Link.d.ts
3
+ type LinkSize = 'small' | 'default' | 'large';
4
+ interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
5
+ /**
6
+ * Whether the link is disabled
7
+ * @default false
8
+ */
9
+ disabled?: boolean;
10
+ /**
11
+ * Whether the link represents the current page
12
+ * @default false
13
+ */
14
+ current?: boolean;
15
+ /**
16
+ * Link size — controls font-size, gap, and icon size.
17
+ * When omitted, the link inherits the surrounding font (ideal for inline usage in paragraphs).
18
+ */
19
+ size?: LinkSize;
20
+ /**
21
+ * Icon element rendered before the link text
22
+ */
23
+ iconStart?: React.ReactNode;
24
+ /**
25
+ * Icon element rendered after the link text
26
+ */
27
+ iconEnd?: React.ReactNode;
28
+ /**
29
+ * Whether the link opens in a new tab.
30
+ * Automatically adds target="_blank", rel="noopener noreferrer",
31
+ * and an inline "(opent nieuw tabblad)" hint.
32
+ * @default false
33
+ */
34
+ external?: boolean;
35
+ /**
36
+ * Additional CSS class names
37
+ */
38
+ className?: string;
39
+ /**
40
+ * Link content
41
+ */
42
+ children?: React.ReactNode;
43
+ }
44
+ /**
45
+ * Link component with icon support and size variants
46
+ *
47
+ * @example
48
+ * ```tsx
49
+ * // Basic usage (inherits font from parent)
50
+ * <Link href="/about">About us</Link>
51
+ *
52
+ * // With explicit size
53
+ * <Link href="/about" size="small">Small link</Link>
54
+ * <Link href="/about" size="default">Default link</Link>
55
+ * <Link href="/about" size="large">Large link</Link>
56
+ *
57
+ * // With icon before text
58
+ * <Link href="/download" iconStart={<Icon name="download" />}>
59
+ * Download
60
+ * </Link>
61
+ *
62
+ * // With icon after text
63
+ * <Link href="/next" iconEnd={<Icon name="arrow-right" />}>
64
+ * Next page
65
+ * </Link>
66
+ *
67
+ * // External link (opens in new tab with visible hint)
68
+ * <Link href="https://example.com" external>
69
+ * External site
70
+ * </Link>
71
+ *
72
+ * // Current page
73
+ * <Link href="/dashboard" current>Dashboard</Link>
74
+ *
75
+ * // Disabled
76
+ * <Link disabled>Unavailable</Link>
77
+ * ```
78
+ */
79
+ declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
80
+ //#endregion
81
+ export { Link, LinkProps, LinkSize };
82
+ //# sourceMappingURL=Link.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.d.mts","names":[],"sources":["../../src/Link/Link.tsx"],"mappings":";;KAIY;UAEK,kBAAkB,MAAM,qBAAqB;;;;;EAK5D;;;;;EAMA;;;;;EAMA,OAAO;;;;EAKP,YAAY,MAAM;;;;EAKlB,UAAU,MAAM;;;;;;;EAQhB;;;;EAKA;;;;EAKA,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAsCN,MAAI,MAAA,0BAAA,YAAA,MAAA,cAAA"}
@@ -0,0 +1,73 @@
1
+ /* empty css */
2
+ import React from "react";
3
+ import { classNames } from "@dsn-starter-kit/core";
4
+ import { jsxs } from "react/jsx-runtime";
5
+ //#region src/Link/Link.tsx
6
+ /**
7
+ * Link component with icon support and size variants
8
+ *
9
+ * @example
10
+ * ```tsx
11
+ * // Basic usage (inherits font from parent)
12
+ * <Link href="/about">About us</Link>
13
+ *
14
+ * // With explicit size
15
+ * <Link href="/about" size="small">Small link</Link>
16
+ * <Link href="/about" size="default">Default link</Link>
17
+ * <Link href="/about" size="large">Large link</Link>
18
+ *
19
+ * // With icon before text
20
+ * <Link href="/download" iconStart={<Icon name="download" />}>
21
+ * Download
22
+ * </Link>
23
+ *
24
+ * // With icon after text
25
+ * <Link href="/next" iconEnd={<Icon name="arrow-right" />}>
26
+ * Next page
27
+ * </Link>
28
+ *
29
+ * // External link (opens in new tab with visible hint)
30
+ * <Link href="https://example.com" external>
31
+ * External site
32
+ * </Link>
33
+ *
34
+ * // Current page
35
+ * <Link href="/dashboard" current>Dashboard</Link>
36
+ *
37
+ * // Disabled
38
+ * <Link disabled>Unavailable</Link>
39
+ * ```
40
+ */
41
+ const Link = React.forwardRef(({ disabled = false, current = false, external = false, size, iconStart, iconEnd, className, href, target, rel, tabIndex, children, onClick, ...props }, ref) => {
42
+ const classes = classNames("dsn-link", size && `dsn-link--size-${size}`, className);
43
+ const handleClick = (e) => {
44
+ if (disabled) {
45
+ e.preventDefault();
46
+ return;
47
+ }
48
+ onClick?.(e);
49
+ };
50
+ return /* @__PURE__ */ jsxs("a", {
51
+ ref,
52
+ className: classes,
53
+ href: disabled ? void 0 : href,
54
+ target: external ? target ?? "_blank" : target,
55
+ rel: external ? rel ?? "noopener noreferrer" : rel,
56
+ tabIndex: disabled ? -1 : tabIndex,
57
+ "aria-disabled": disabled || void 0,
58
+ "aria-current": current ? "page" : void 0,
59
+ onClick: handleClick,
60
+ ...props,
61
+ children: [
62
+ iconStart,
63
+ children,
64
+ external && " (opent nieuw tabblad)",
65
+ iconEnd
66
+ ]
67
+ });
68
+ });
69
+ Link.displayName = "Link";
70
+ //#endregion
71
+ export { Link };
72
+
73
+ //# sourceMappingURL=Link2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link2.mjs","names":[],"sources":["../../src/Link/Link.tsx"],"sourcesContent":["import React from 'react';\nimport { classNames } from '@dsn-starter-kit/core';\nimport './Link.css';\n\nexport type LinkSize = 'small' | 'default' | 'large';\n\nexport interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {\n /**\n * Whether the link is disabled\n * @default false\n */\n disabled?: boolean;\n\n /**\n * Whether the link represents the current page\n * @default false\n */\n current?: boolean;\n\n /**\n * Link size — controls font-size, gap, and icon size.\n * When omitted, the link inherits the surrounding font (ideal for inline usage in paragraphs).\n */\n size?: LinkSize;\n\n /**\n * Icon element rendered before the link text\n */\n iconStart?: React.ReactNode;\n\n /**\n * Icon element rendered after the link text\n */\n iconEnd?: React.ReactNode;\n\n /**\n * Whether the link opens in a new tab.\n * Automatically adds target=\"_blank\", rel=\"noopener noreferrer\",\n * and an inline \"(opent nieuw tabblad)\" hint.\n * @default false\n */\n external?: boolean;\n\n /**\n * Additional CSS class names\n */\n className?: string;\n\n /**\n * Link content\n */\n children?: React.ReactNode;\n}\n\n/**\n * Link component with icon support and size variants\n *\n * @example\n * ```tsx\n * // Basic usage (inherits font from parent)\n * <Link href=\"/about\">About us</Link>\n *\n * // With explicit size\n * <Link href=\"/about\" size=\"small\">Small link</Link>\n * <Link href=\"/about\" size=\"default\">Default link</Link>\n * <Link href=\"/about\" size=\"large\">Large link</Link>\n *\n * // With icon before text\n * <Link href=\"/download\" iconStart={<Icon name=\"download\" />}>\n * Download\n * </Link>\n *\n * // With icon after text\n * <Link href=\"/next\" iconEnd={<Icon name=\"arrow-right\" />}>\n * Next page\n * </Link>\n *\n * // External link (opens in new tab with visible hint)\n * <Link href=\"https://example.com\" external>\n * External site\n * </Link>\n *\n * // Current page\n * <Link href=\"/dashboard\" current>Dashboard</Link>\n *\n * // Disabled\n * <Link disabled>Unavailable</Link>\n * ```\n */\nexport const Link = React.forwardRef<HTMLAnchorElement, LinkProps>(\n (\n {\n disabled = false,\n current = false,\n external = false,\n size,\n iconStart,\n iconEnd,\n className,\n href,\n target,\n rel,\n tabIndex,\n children,\n onClick,\n ...props\n },\n ref\n ) => {\n // Only add size class when explicitly provided.\n // Without a size prop, the link inherits font from its parent,\n // which is the expected behavior for inline usage in paragraphs.\n const classes = classNames(\n 'dsn-link',\n size && `dsn-link--size-${size}`,\n className\n );\n\n const handleClick = (e: React.MouseEvent<HTMLAnchorElement>) => {\n if (disabled) {\n e.preventDefault();\n return;\n }\n onClick?.(e);\n };\n\n // External links: add target, rel, and visible hint automatically\n const resolvedTarget = external ? (target ?? '_blank') : target;\n const resolvedRel = external ? (rel ?? 'noopener noreferrer') : rel;\n\n return (\n <a\n ref={ref}\n className={classes}\n href={disabled ? undefined : href}\n target={resolvedTarget}\n rel={resolvedRel}\n tabIndex={disabled ? -1 : tabIndex}\n aria-disabled={disabled || undefined}\n aria-current={current ? 'page' : undefined}\n onClick={handleClick}\n {...props}\n >\n {iconStart}\n {children}\n {external && ' (opent nieuw tabblad)'}\n {iconEnd}\n </a>\n );\n }\n);\n\nLink.displayName = 'Link';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyFA,MAAa,OAAO,MAAM,YAEtB,EACE,WAAW,OACX,UAAU,OACV,WAAW,OACX,MACA,WACA,SACA,WACA,MACA,QACA,KACA,UACA,UACA,SACA,GAAG,SAEL,QACG;CAIH,MAAM,UAAU,WACd,YACA,QAAQ,kBAAkB,QAC1B,SACF;CAEA,MAAM,eAAe,MAA2C;EAC9D,IAAI,UAAU;GACZ,EAAE,eAAe;GACjB;EACF;EACA,UAAU,CAAC;CACb;CAMA,OACE,qBAAC,KAAD;EACO;EACL,WAAW;EACX,MAAM,WAAW,KAAA,IAAY;EAC7B,QARmB,WAAY,UAAU,WAAY;EASrD,KARgB,WAAY,OAAO,wBAAyB;EAS5D,UAAU,WAAW,KAAK;EAC1B,iBAAe,YAAY,KAAA;EAC3B,gBAAc,UAAU,SAAS,KAAA;EACjC,SAAS;EACT,GAAI;EAVN,UAAA;GAYG;GACA;GACA,YAAY;GACZ;EACA;;AAEP,CACF;AAEA,KAAK,cAAc"}
@@ -0,0 +1,2 @@
1
+ import { Link, LinkProps, LinkSize } from "./Link.mjs";
2
+ export { Link, type LinkProps, type LinkSize };