@amsterdam/design-system-react 0.16.0 → 1.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 (493) hide show
  1. package/README.md +0 -13
  2. package/dist/Accordion/Accordion.d.ts +3 -0
  3. package/dist/Accordion/Accordion.js +3 -0
  4. package/dist/Accordion/Accordion.test.d.ts +4 -0
  5. package/dist/Accordion/Accordion.test.js +4 -0
  6. package/dist/Accordion/AccordionSection.test.d.ts +4 -0
  7. package/dist/Accordion/AccordionSection.test.js +4 -0
  8. package/dist/Accordion/index.d.ts +4 -0
  9. package/dist/Accordion/index.js +4 -0
  10. package/dist/ActionGroup/ActionGroup.d.ts +3 -0
  11. package/dist/ActionGroup/ActionGroup.js +3 -0
  12. package/dist/ActionGroup/ActionGroup.test.d.ts +4 -0
  13. package/dist/ActionGroup/ActionGroup.test.js +4 -0
  14. package/dist/ActionGroup/index.d.ts +4 -0
  15. package/dist/ActionGroup/index.js +4 -0
  16. package/dist/Alert/Alert.d.ts +3 -0
  17. package/dist/Alert/Alert.js +8 -5
  18. package/dist/Alert/Alert.test.d.ts +4 -0
  19. package/dist/Alert/Alert.test.js +4 -0
  20. package/dist/Alert/index.d.ts +4 -0
  21. package/dist/Alert/index.js +4 -0
  22. package/dist/Avatar/Avatar.d.ts +3 -0
  23. package/dist/Avatar/Avatar.js +5 -2
  24. package/dist/Avatar/Avatar.test.d.ts +4 -0
  25. package/dist/Avatar/Avatar.test.js +4 -0
  26. package/dist/Avatar/index.d.ts +4 -0
  27. package/dist/Avatar/index.js +4 -0
  28. package/dist/Badge/Badge.d.ts +3 -0
  29. package/dist/Badge/Badge.js +3 -0
  30. package/dist/Badge/Badge.test.d.ts +4 -0
  31. package/dist/Badge/Badge.test.js +4 -0
  32. package/dist/Badge/index.d.ts +4 -0
  33. package/dist/Badge/index.js +4 -0
  34. package/dist/Blockquote/Blockquote.d.ts +3 -0
  35. package/dist/Blockquote/Blockquote.js +3 -0
  36. package/dist/Blockquote/Blockquote.test.d.ts +4 -0
  37. package/dist/Blockquote/Blockquote.test.js +4 -0
  38. package/dist/Blockquote/index.d.ts +4 -0
  39. package/dist/Blockquote/index.js +4 -0
  40. package/dist/Breadcrumb/Breadcrumb.d.ts +3 -0
  41. package/dist/Breadcrumb/Breadcrumb.js +3 -0
  42. package/dist/Breadcrumb/Breadcrumb.test.d.ts +4 -0
  43. package/dist/Breadcrumb/Breadcrumb.test.js +4 -0
  44. package/dist/Breadcrumb/BreadcrumbLink.test.d.ts +4 -0
  45. package/dist/Breadcrumb/BreadcrumbLink.test.js +4 -0
  46. package/dist/Breadcrumb/index.d.ts +4 -0
  47. package/dist/Breadcrumb/index.js +4 -0
  48. package/dist/Breakout/Breakout.d.ts +3 -0
  49. package/dist/Breakout/Breakout.js +3 -0
  50. package/dist/Breakout/Breakout.test.d.ts +4 -0
  51. package/dist/Breakout/Breakout.test.js +4 -0
  52. package/dist/Breakout/BreakoutCell.test.d.ts +4 -0
  53. package/dist/Breakout/BreakoutCell.test.js +4 -0
  54. package/dist/Breakout/index.d.ts +4 -0
  55. package/dist/Breakout/index.js +4 -0
  56. package/dist/Button/Button.d.ts +3 -0
  57. package/dist/Button/Button.js +3 -0
  58. package/dist/Button/Button.test.d.ts +4 -0
  59. package/dist/Button/Button.test.js +4 -0
  60. package/dist/Button/index.d.ts +4 -0
  61. package/dist/Button/index.js +4 -0
  62. package/dist/Card/Card.d.ts +3 -0
  63. package/dist/Card/Card.js +3 -0
  64. package/dist/Card/Card.test.d.ts +4 -0
  65. package/dist/Card/Card.test.js +4 -0
  66. package/dist/Card/CardHeading.test.d.ts +4 -0
  67. package/dist/Card/CardHeading.test.js +4 -0
  68. package/dist/Card/CardHeadingGroup.test.d.ts +4 -0
  69. package/dist/Card/CardHeadingGroup.test.js +4 -0
  70. package/dist/Card/CardImage.test.d.ts +4 -0
  71. package/dist/Card/CardImage.test.js +4 -0
  72. package/dist/Card/CardLink.test.d.ts +4 -0
  73. package/dist/Card/CardLink.test.js +4 -0
  74. package/dist/Card/index.d.ts +4 -0
  75. package/dist/Card/index.js +4 -0
  76. package/dist/CharacterCount/CharacterCount.d.ts +3 -0
  77. package/dist/CharacterCount/CharacterCount.js +3 -0
  78. package/dist/CharacterCount/CharacterCount.test.d.ts +4 -0
  79. package/dist/CharacterCount/CharacterCount.test.js +4 -0
  80. package/dist/CharacterCount/index.d.ts +4 -0
  81. package/dist/CharacterCount/index.js +4 -0
  82. package/dist/Checkbox/Checkbox.d.ts +9 -2
  83. package/dist/Checkbox/Checkbox.js +6 -2
  84. package/dist/Checkbox/Checkbox.test.d.ts +4 -0
  85. package/dist/Checkbox/Checkbox.test.js +10 -0
  86. package/dist/Checkbox/CheckboxIcon.d.ts +7 -0
  87. package/dist/Checkbox/CheckboxIcon.js +3 -0
  88. package/dist/Checkbox/index.d.ts +4 -0
  89. package/dist/Checkbox/index.js +4 -0
  90. package/dist/Column/Column.d.ts +3 -0
  91. package/dist/Column/Column.js +3 -0
  92. package/dist/Column/Column.test.d.ts +4 -0
  93. package/dist/Column/Column.test.js +4 -0
  94. package/dist/Column/index.d.ts +4 -0
  95. package/dist/Column/index.js +4 -0
  96. package/dist/DateInput/DateInput.d.ts +3 -0
  97. package/dist/DateInput/DateInput.js +3 -0
  98. package/dist/DateInput/DateInput.test.d.ts +4 -0
  99. package/dist/DateInput/DateInput.test.js +4 -0
  100. package/dist/DateInput/index.d.ts +4 -0
  101. package/dist/DateInput/index.js +4 -0
  102. package/dist/DescriptionList/DescriptionList.d.ts +3 -0
  103. package/dist/DescriptionList/DescriptionList.js +3 -0
  104. package/dist/DescriptionList/DescriptionList.test.d.ts +4 -0
  105. package/dist/DescriptionList/DescriptionList.test.js +4 -0
  106. package/dist/DescriptionList/DescriptionListDescription.test.d.ts +4 -0
  107. package/dist/DescriptionList/DescriptionListDescription.test.js +4 -0
  108. package/dist/DescriptionList/DescriptionListSection.test.d.ts +4 -0
  109. package/dist/DescriptionList/DescriptionListSection.test.js +4 -0
  110. package/dist/DescriptionList/DescriptionListTerm.test.d.ts +4 -0
  111. package/dist/DescriptionList/DescriptionListTerm.test.js +4 -0
  112. package/dist/DescriptionList/index.d.ts +4 -0
  113. package/dist/DescriptionList/index.js +4 -0
  114. package/dist/Dialog/Dialog.d.ts +3 -0
  115. package/dist/Dialog/Dialog.js +3 -0
  116. package/dist/Dialog/Dialog.test.d.ts +4 -0
  117. package/dist/Dialog/Dialog.test.js +4 -0
  118. package/dist/Dialog/index.d.ts +4 -0
  119. package/dist/Dialog/index.js +4 -0
  120. package/dist/ErrorMessage/ErrorMessage.d.ts +3 -0
  121. package/dist/ErrorMessage/ErrorMessage.js +5 -2
  122. package/dist/ErrorMessage/ErrorMessage.test.d.ts +4 -0
  123. package/dist/ErrorMessage/ErrorMessage.test.js +4 -0
  124. package/dist/ErrorMessage/index.d.ts +4 -0
  125. package/dist/ErrorMessage/index.js +4 -0
  126. package/dist/Field/Field.d.ts +3 -0
  127. package/dist/Field/Field.js +3 -0
  128. package/dist/Field/Field.test.d.ts +4 -0
  129. package/dist/Field/Field.test.js +4 -0
  130. package/dist/Field/index.d.ts +4 -0
  131. package/dist/Field/index.js +4 -0
  132. package/dist/FieldSet/FieldSet.d.ts +3 -0
  133. package/dist/FieldSet/FieldSet.js +3 -0
  134. package/dist/FieldSet/FieldSet.test.d.ts +4 -0
  135. package/dist/FieldSet/FieldSet.test.js +4 -0
  136. package/dist/FieldSet/index.d.ts +4 -0
  137. package/dist/FieldSet/index.js +4 -0
  138. package/dist/Figure/Figure.d.ts +3 -0
  139. package/dist/Figure/Figure.js +3 -0
  140. package/dist/Figure/Figure.test.d.ts +4 -0
  141. package/dist/Figure/Figure.test.js +4 -0
  142. package/dist/Figure/FigureCaption.test.d.ts +4 -0
  143. package/dist/Figure/FigureCaption.test.js +4 -0
  144. package/dist/Figure/index.d.ts +4 -0
  145. package/dist/Figure/index.js +4 -0
  146. package/dist/FileInput/FileInput.d.ts +3 -0
  147. package/dist/FileInput/FileInput.js +3 -0
  148. package/dist/FileInput/FileInput.test.d.ts +4 -0
  149. package/dist/FileInput/FileInput.test.js +4 -0
  150. package/dist/FileInput/index.d.ts +4 -0
  151. package/dist/FileInput/index.js +4 -0
  152. package/dist/FileList/FileList.d.ts +3 -0
  153. package/dist/FileList/FileList.js +3 -0
  154. package/dist/FileList/FileList.test.d.ts +4 -0
  155. package/dist/FileList/FileList.test.js +4 -0
  156. package/dist/FileList/FileListItem.test.d.ts +4 -0
  157. package/dist/FileList/FileListItem.test.js +4 -0
  158. package/dist/FileList/index.d.ts +4 -0
  159. package/dist/FileList/index.js +4 -0
  160. package/dist/Grid/Grid.d.ts +3 -0
  161. package/dist/Grid/Grid.js +3 -0
  162. package/dist/Grid/Grid.test.d.ts +4 -0
  163. package/dist/Grid/Grid.test.js +4 -0
  164. package/dist/Grid/GridCell.test.d.ts +4 -0
  165. package/dist/Grid/GridCell.test.js +4 -0
  166. package/dist/Grid/index.d.ts +4 -0
  167. package/dist/Grid/index.js +4 -0
  168. package/dist/Grid/paddingClasses.d.ts +4 -0
  169. package/dist/Grid/paddingClasses.js +4 -0
  170. package/dist/Heading/Heading.d.ts +3 -1
  171. package/dist/Heading/Heading.js +7 -0
  172. package/dist/Heading/Heading.test.d.ts +4 -0
  173. package/dist/Heading/Heading.test.js +4 -0
  174. package/dist/Heading/getHeadingTag.d.ts +4 -0
  175. package/dist/Heading/getHeadingTag.js +4 -0
  176. package/dist/Heading/index.d.ts +4 -0
  177. package/dist/Heading/index.js +4 -0
  178. package/dist/Hint/Hint.test.d.ts +4 -0
  179. package/dist/Hint/Hint.test.js +4 -0
  180. package/dist/Hint/index.d.ts +4 -0
  181. package/dist/Hint/index.js +4 -0
  182. package/dist/Icon/Icon.d.ts +4 -2
  183. package/dist/Icon/Icon.js +8 -0
  184. package/dist/Icon/Icon.test.d.ts +4 -0
  185. package/dist/Icon/Icon.test.js +13 -9
  186. package/dist/Icon/index.d.ts +4 -0
  187. package/dist/Icon/index.js +4 -0
  188. package/dist/IconButton/IconButton.d.ts +5 -2
  189. package/dist/IconButton/IconButton.js +3 -0
  190. package/dist/IconButton/IconButton.test.d.ts +4 -0
  191. package/dist/IconButton/IconButton.test.js +4 -0
  192. package/dist/IconButton/index.d.ts +4 -0
  193. package/dist/IconButton/index.js +4 -0
  194. package/dist/Image/Image.d.ts +3 -0
  195. package/dist/Image/Image.js +3 -0
  196. package/dist/Image/Image.test.d.ts +4 -0
  197. package/dist/Image/Image.test.js +4 -0
  198. package/dist/Image/generateAspectRatioClass.d.ts +4 -0
  199. package/dist/Image/generateAspectRatioClass.js +4 -0
  200. package/dist/Image/index.d.ts +4 -0
  201. package/dist/Image/index.js +4 -0
  202. package/dist/ImageSlider/ImageSlider.d.ts +3 -0
  203. package/dist/ImageSlider/ImageSlider.js +3 -0
  204. package/dist/ImageSlider/ImageSlider.test.d.ts +4 -0
  205. package/dist/ImageSlider/ImageSlider.test.js +4 -0
  206. package/dist/ImageSlider/ImageSliderControls.js +3 -3
  207. package/dist/ImageSlider/ImageSliderControls.test.d.ts +4 -0
  208. package/dist/ImageSlider/ImageSliderControls.test.js +4 -0
  209. package/dist/ImageSlider/ImageSliderItem.test.d.ts +4 -0
  210. package/dist/ImageSlider/ImageSliderItem.test.js +4 -0
  211. package/dist/ImageSlider/ImageSliderScroller.test.d.ts +4 -0
  212. package/dist/ImageSlider/ImageSliderScroller.test.js +4 -0
  213. package/dist/ImageSlider/ImageSliderThumbnails.test.d.ts +4 -0
  214. package/dist/ImageSlider/ImageSliderThumbnails.test.js +4 -0
  215. package/dist/ImageSlider/index.d.ts +4 -0
  216. package/dist/ImageSlider/index.js +4 -0
  217. package/dist/InvalidFormAlert/InvalidFormAlert.d.ts +3 -0
  218. package/dist/InvalidFormAlert/InvalidFormAlert.js +3 -0
  219. package/dist/InvalidFormAlert/InvalidFormAlert.test.d.ts +4 -0
  220. package/dist/InvalidFormAlert/InvalidFormAlert.test.js +4 -0
  221. package/dist/InvalidFormAlert/index.d.ts +4 -0
  222. package/dist/InvalidFormAlert/index.js +4 -0
  223. package/dist/InvalidFormAlert/useAddErrorCountToDocumentTitle.d.ts +4 -0
  224. package/dist/InvalidFormAlert/useAddErrorCountToDocumentTitle.js +4 -0
  225. package/dist/Label/Label.d.ts +3 -1
  226. package/dist/Label/Label.js +7 -0
  227. package/dist/Label/Label.test.d.ts +4 -0
  228. package/dist/Label/Label.test.js +4 -0
  229. package/dist/Label/index.d.ts +4 -0
  230. package/dist/Label/index.js +4 -0
  231. package/dist/Link/Link.d.ts +3 -0
  232. package/dist/Link/Link.js +3 -0
  233. package/dist/Link/Link.test.d.ts +4 -0
  234. package/dist/Link/Link.test.js +4 -0
  235. package/dist/Link/index.d.ts +4 -0
  236. package/dist/Link/index.js +4 -0
  237. package/dist/LinkList/LinkList.d.ts +3 -0
  238. package/dist/LinkList/LinkList.js +3 -0
  239. package/dist/LinkList/LinkList.test.d.ts +4 -0
  240. package/dist/LinkList/LinkList.test.js +4 -0
  241. package/dist/LinkList/LinkListLink.js +2 -2
  242. package/dist/LinkList/LinkListLink.test.d.ts +4 -0
  243. package/dist/LinkList/LinkListLink.test.js +4 -0
  244. package/dist/LinkList/index.d.ts +4 -0
  245. package/dist/LinkList/index.js +4 -0
  246. package/dist/Logo/Logo.d.ts +3 -0
  247. package/dist/Logo/Logo.js +31 -9
  248. package/dist/Logo/Logo.test.d.ts +4 -0
  249. package/dist/Logo/Logo.test.js +4 -0
  250. package/dist/Logo/brand/LogoAmsterdam.d.ts +4 -0
  251. package/dist/Logo/brand/LogoAmsterdam.js +5 -1
  252. package/dist/Logo/brand/LogoGgdAmsterdam.d.ts +4 -0
  253. package/dist/Logo/brand/LogoGgdAmsterdam.js +5 -1
  254. package/dist/Logo/brand/LogoMuseumWeesp.d.ts +4 -0
  255. package/dist/Logo/brand/LogoMuseumWeesp.js +5 -1
  256. package/dist/Logo/brand/LogoStadsarchief.d.ts +4 -0
  257. package/dist/Logo/brand/LogoStadsarchief.js +5 -1
  258. package/dist/Logo/brand/LogoStadsbankVanLening.d.ts +4 -0
  259. package/dist/Logo/brand/LogoStadsbankVanLening.js +5 -1
  260. package/dist/Logo/brand/LogoVgaVerzekeringen.d.ts +4 -0
  261. package/dist/Logo/brand/LogoVgaVerzekeringen.js +5 -1
  262. package/dist/Logo/brand/index.d.ts +4 -0
  263. package/dist/Logo/brand/index.js +4 -0
  264. package/dist/Logo/index.d.ts +4 -0
  265. package/dist/Logo/index.js +4 -0
  266. package/dist/Mark/Mark.d.ts +3 -0
  267. package/dist/Mark/Mark.js +3 -0
  268. package/dist/Mark/Mark.test.d.ts +4 -0
  269. package/dist/Mark/Mark.test.js +4 -0
  270. package/dist/Mark/index.d.ts +4 -0
  271. package/dist/Mark/index.js +4 -0
  272. package/dist/OrderedList/OrderedList.d.ts +3 -0
  273. package/dist/OrderedList/OrderedList.js +3 -0
  274. package/dist/OrderedList/OrderedList.test.d.ts +4 -0
  275. package/dist/OrderedList/OrderedList.test.js +4 -0
  276. package/dist/OrderedList/OrderedListItem.test.d.ts +4 -0
  277. package/dist/OrderedList/OrderedListItem.test.js +4 -0
  278. package/dist/OrderedList/index.d.ts +4 -0
  279. package/dist/OrderedList/index.js +4 -0
  280. package/dist/Overlap/Overlap.d.ts +3 -0
  281. package/dist/Overlap/Overlap.js +3 -0
  282. package/dist/Overlap/Overlap.test.d.ts +4 -0
  283. package/dist/Overlap/Overlap.test.js +4 -0
  284. package/dist/Overlap/index.d.ts +4 -0
  285. package/dist/Overlap/index.js +4 -0
  286. package/dist/Page/Page.d.ts +3 -0
  287. package/dist/Page/Page.js +3 -0
  288. package/dist/Page/Page.test.d.ts +4 -0
  289. package/dist/Page/Page.test.js +4 -0
  290. package/dist/Page/index.d.ts +4 -0
  291. package/dist/Page/index.js +4 -0
  292. package/dist/PageFooter/PageFooter.d.ts +3 -0
  293. package/dist/PageFooter/PageFooter.js +3 -0
  294. package/dist/PageFooter/PageFooter.test.d.ts +4 -0
  295. package/dist/PageFooter/PageFooter.test.js +4 -0
  296. package/dist/PageFooter/PageFooterMenu.test.d.ts +4 -0
  297. package/dist/PageFooter/PageFooterMenu.test.js +4 -0
  298. package/dist/PageFooter/PageFooterMenuLink.test.d.ts +4 -0
  299. package/dist/PageFooter/PageFooterMenuLink.test.js +4 -0
  300. package/dist/PageFooter/PageFooterSpotlight.test.d.ts +4 -0
  301. package/dist/PageFooter/PageFooterSpotlight.test.js +4 -0
  302. package/dist/PageFooter/index.d.ts +4 -0
  303. package/dist/PageFooter/index.js +4 -0
  304. package/dist/PageHeader/PageHeader.d.ts +13 -2
  305. package/dist/PageHeader/PageHeader.js +7 -3
  306. package/dist/PageHeader/PageHeader.test.d.ts +4 -0
  307. package/dist/PageHeader/PageHeader.test.js +16 -1
  308. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.d.ts +4 -0
  309. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.js +4 -0
  310. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.test.d.ts +4 -0
  311. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.test.js +4 -0
  312. package/dist/PageHeader/PageHeaderMenuIcon.d.ts +4 -0
  313. package/dist/PageHeader/PageHeaderMenuLink.d.ts +4 -0
  314. package/dist/PageHeader/PageHeaderMenuLink.js +4 -0
  315. package/dist/PageHeader/PageHeaderMenuLink.test.d.ts +4 -0
  316. package/dist/PageHeader/PageHeaderMenuLink.test.js +4 -0
  317. package/dist/PageHeader/index.d.ts +4 -0
  318. package/dist/PageHeader/index.js +4 -0
  319. package/dist/PageHeader/matchMedia.mock.d.ts +4 -0
  320. package/dist/PageHeader/matchMedia.mock.js +4 -0
  321. package/dist/PageHeading/PageHeading.d.ts +3 -0
  322. package/dist/PageHeading/PageHeading.js +3 -0
  323. package/dist/PageHeading/PageHeading.test.d.ts +4 -0
  324. package/dist/PageHeading/PageHeading.test.js +4 -0
  325. package/dist/PageHeading/index.d.ts +4 -0
  326. package/dist/PageHeading/index.js +4 -0
  327. package/dist/Pagination/LinkItem.d.ts +4 -0
  328. package/dist/Pagination/Pagination.d.ts +3 -0
  329. package/dist/Pagination/Pagination.js +5 -2
  330. package/dist/Pagination/Pagination.test.d.ts +4 -0
  331. package/dist/Pagination/Pagination.test.js +4 -0
  332. package/dist/Pagination/Spacer.d.ts +4 -0
  333. package/dist/Pagination/Spacer.js +4 -0
  334. package/dist/Pagination/getRange.d.ts +4 -0
  335. package/dist/Pagination/getRange.js +4 -0
  336. package/dist/Pagination/index.d.ts +4 -0
  337. package/dist/Pagination/index.js +4 -0
  338. package/dist/Paragraph/Paragraph.d.ts +3 -1
  339. package/dist/Paragraph/Paragraph.js +7 -0
  340. package/dist/Paragraph/Paragraph.test.d.ts +4 -0
  341. package/dist/Paragraph/Paragraph.test.js +4 -0
  342. package/dist/Paragraph/index.d.ts +4 -0
  343. package/dist/Paragraph/index.js +4 -0
  344. package/dist/PasswordInput/PasswordInput.d.ts +3 -0
  345. package/dist/PasswordInput/PasswordInput.js +3 -0
  346. package/dist/PasswordInput/PasswordInput.test.d.ts +4 -0
  347. package/dist/PasswordInput/PasswordInput.test.js +4 -0
  348. package/dist/PasswordInput/index.d.ts +4 -0
  349. package/dist/PasswordInput/index.js +4 -0
  350. package/dist/Radio/Radio.d.ts +3 -0
  351. package/dist/Radio/Radio.js +3 -0
  352. package/dist/Radio/Radio.test.d.ts +4 -0
  353. package/dist/Radio/Radio.test.js +6 -2
  354. package/dist/Radio/RadioIcon.d.ts +4 -0
  355. package/dist/Radio/RadioIcon.js +1 -1
  356. package/dist/Radio/index.d.ts +4 -0
  357. package/dist/Radio/index.js +4 -0
  358. package/dist/Row/Row.d.ts +3 -0
  359. package/dist/Row/Row.js +3 -0
  360. package/dist/Row/Row.test.d.ts +4 -0
  361. package/dist/Row/Row.test.js +4 -0
  362. package/dist/Row/index.d.ts +4 -0
  363. package/dist/Row/index.js +4 -0
  364. package/dist/SearchField/SearchField.d.ts +3 -0
  365. package/dist/SearchField/SearchField.js +3 -0
  366. package/dist/SearchField/SearchField.test.d.ts +4 -0
  367. package/dist/SearchField/SearchField.test.js +4 -0
  368. package/dist/SearchField/SearchFieldInput.test.d.ts +4 -0
  369. package/dist/SearchField/SearchFieldInput.test.js +4 -0
  370. package/dist/SearchField/index.d.ts +4 -0
  371. package/dist/SearchField/index.js +4 -0
  372. package/dist/Select/Select.d.ts +3 -0
  373. package/dist/Select/Select.js +3 -0
  374. package/dist/Select/Select.test.d.ts +4 -0
  375. package/dist/Select/Select.test.js +4 -0
  376. package/dist/Select/SelectOption.test.d.ts +4 -0
  377. package/dist/Select/SelectOption.test.js +4 -0
  378. package/dist/Select/SelectOptionGroup.test.d.ts +4 -0
  379. package/dist/Select/SelectOptionGroup.test.js +4 -0
  380. package/dist/Select/index.d.ts +4 -0
  381. package/dist/Select/index.js +4 -0
  382. package/dist/SkipLink/SkipLink.d.ts +3 -0
  383. package/dist/SkipLink/SkipLink.js +3 -0
  384. package/dist/SkipLink/SkipLink.test.d.ts +4 -0
  385. package/dist/SkipLink/SkipLink.test.js +4 -0
  386. package/dist/SkipLink/index.d.ts +4 -0
  387. package/dist/SkipLink/index.js +4 -0
  388. package/dist/Spotlight/Spotlight.d.ts +3 -0
  389. package/dist/Spotlight/Spotlight.js +3 -0
  390. package/dist/Spotlight/Spotlight.test.d.ts +4 -0
  391. package/dist/Spotlight/Spotlight.test.js +4 -0
  392. package/dist/Spotlight/index.d.ts +4 -0
  393. package/dist/Spotlight/index.js +4 -0
  394. package/dist/StandaloneLink/StandaloneLink.d.ts +3 -0
  395. package/dist/StandaloneLink/StandaloneLink.js +3 -0
  396. package/dist/StandaloneLink/StandaloneLink.test.d.ts +4 -0
  397. package/dist/StandaloneLink/StandaloneLink.test.js +4 -0
  398. package/dist/StandaloneLink/index.d.ts +4 -0
  399. package/dist/StandaloneLink/index.js +4 -0
  400. package/dist/Switch/Switch.d.ts +3 -0
  401. package/dist/Switch/Switch.js +3 -0
  402. package/dist/Switch/Switch.test.d.ts +4 -0
  403. package/dist/Switch/Switch.test.js +4 -0
  404. package/dist/Switch/index.d.ts +4 -0
  405. package/dist/Switch/index.js +4 -0
  406. package/dist/Table/Table.d.ts +3 -0
  407. package/dist/Table/Table.js +3 -0
  408. package/dist/Table/Table.test.d.ts +4 -0
  409. package/dist/Table/Table.test.js +4 -0
  410. package/dist/Table/TableBody.test.d.ts +4 -0
  411. package/dist/Table/TableBody.test.js +4 -0
  412. package/dist/Table/TableCaption.d.ts +1 -2
  413. package/dist/Table/TableCaption.js +4 -0
  414. package/dist/Table/TableCaption.test.d.ts +4 -0
  415. package/dist/Table/TableCaption.test.js +4 -0
  416. package/dist/Table/TableCell.test.d.ts +4 -0
  417. package/dist/Table/TableCell.test.js +4 -0
  418. package/dist/Table/TableFooter.test.d.ts +4 -0
  419. package/dist/Table/TableFooter.test.js +4 -0
  420. package/dist/Table/TableHeader.test.d.ts +4 -0
  421. package/dist/Table/TableHeader.test.js +4 -0
  422. package/dist/Table/TableHeaderCell.test.d.ts +4 -0
  423. package/dist/Table/TableHeaderCell.test.js +4 -0
  424. package/dist/Table/TableRow.test.d.ts +4 -0
  425. package/dist/Table/TableRow.test.js +4 -0
  426. package/dist/Table/index.d.ts +4 -0
  427. package/dist/Table/index.js +4 -0
  428. package/dist/TableOfContents/TableOfContents.d.ts +3 -0
  429. package/dist/TableOfContents/TableOfContents.js +3 -0
  430. package/dist/TableOfContents/TableOfContents.test.d.ts +4 -0
  431. package/dist/TableOfContents/TableOfContents.test.js +4 -0
  432. package/dist/TableOfContents/TableOfContentsLink.test.d.ts +4 -0
  433. package/dist/TableOfContents/TableOfContentsLink.test.js +4 -0
  434. package/dist/TableOfContents/TableOfContentsList.test.d.ts +4 -0
  435. package/dist/TableOfContents/TableOfContentsList.test.js +4 -0
  436. package/dist/TableOfContents/index.d.ts +4 -0
  437. package/dist/TableOfContents/index.js +4 -0
  438. package/dist/Tabs/Tabs.d.ts +3 -0
  439. package/dist/Tabs/Tabs.js +5 -1
  440. package/dist/Tabs/Tabs.test.d.ts +4 -0
  441. package/dist/Tabs/Tabs.test.js +4 -0
  442. package/dist/Tabs/TabsButton.js +3 -0
  443. package/dist/Tabs/TabsButton.test.d.ts +4 -0
  444. package/dist/Tabs/TabsButton.test.js +14 -0
  445. package/dist/Tabs/TabsList.test.d.ts +4 -0
  446. package/dist/Tabs/TabsList.test.js +4 -0
  447. package/dist/Tabs/TabsPanel.test.d.ts +4 -0
  448. package/dist/Tabs/TabsPanel.test.js +4 -0
  449. package/dist/Tabs/index.d.ts +4 -0
  450. package/dist/Tabs/index.js +4 -0
  451. package/dist/TextArea/TextArea.d.ts +3 -0
  452. package/dist/TextArea/TextArea.js +3 -0
  453. package/dist/TextArea/TextArea.test.d.ts +4 -0
  454. package/dist/TextArea/TextArea.test.js +4 -0
  455. package/dist/TextArea/index.d.ts +4 -0
  456. package/dist/TextArea/index.js +4 -0
  457. package/dist/TextInput/TextInput.d.ts +3 -0
  458. package/dist/TextInput/TextInput.js +3 -0
  459. package/dist/TextInput/TextInput.test.d.ts +4 -0
  460. package/dist/TextInput/TextInput.test.js +4 -0
  461. package/dist/TextInput/index.d.ts +4 -0
  462. package/dist/TextInput/index.js +4 -0
  463. package/dist/TimeInput/TimeInput.d.ts +3 -0
  464. package/dist/TimeInput/TimeInput.js +3 -0
  465. package/dist/TimeInput/TimeInput.test.d.ts +4 -0
  466. package/dist/TimeInput/TimeInput.test.js +4 -0
  467. package/dist/TimeInput/index.d.ts +4 -0
  468. package/dist/TimeInput/index.js +4 -0
  469. package/dist/UnorderedList/UnorderedList.d.ts +3 -0
  470. package/dist/UnorderedList/UnorderedList.js +3 -0
  471. package/dist/UnorderedList/UnorderedList.test.d.ts +4 -0
  472. package/dist/UnorderedList/UnorderedList.test.js +4 -0
  473. package/dist/UnorderedList/UnorderedListItem.test.d.ts +4 -0
  474. package/dist/UnorderedList/UnorderedListItem.test.js +4 -0
  475. package/dist/UnorderedList/index.d.ts +4 -0
  476. package/dist/UnorderedList/index.js +4 -0
  477. package/dist/common/formatFileSize.test.d.ts +4 -0
  478. package/dist/common/formatFileSize.test.js +4 -0
  479. package/dist/common/formatFileType.test.d.ts +4 -0
  480. package/dist/common/formatFileType.test.js +4 -0
  481. package/dist/common/types.d.ts +4 -0
  482. package/dist/common/types.js +4 -0
  483. package/dist/common/useIsAfterBreakpoint.d.ts +4 -0
  484. package/dist/common/useIsAfterBreakpoint.js +4 -0
  485. package/dist/common/useKeyboardFocus.test.d.ts +4 -0
  486. package/dist/common/useKeyboardFocus.test.js +4 -0
  487. package/dist/index.cjs.js +395 -111
  488. package/dist/index.cjs.js.map +1 -1
  489. package/dist/index.d.ts +199 -4
  490. package/dist/index.esm.js +396 -112
  491. package/dist/index.esm.js.map +1 -1
  492. package/dist/tsconfig.tsbuildinfo +1 -1
  493. package/package.json +13 -13
package/README.md CHANGED
@@ -51,19 +51,6 @@ We follow semantic versioning and publish a [change log](https://github.com/Amst
51
51
  The React components are a public API of the design system.
52
52
  TypeScript helps to detect changed or deleted components, props, or prop values.
53
53
 
54
- ### Stability
55
-
56
- Despite being on ‘major version zero’, most components are stable enough to be used in production.
57
- Various of our public-facing websites and applications already do.
58
-
59
- Make sure you specify the exact version as dependency and test for regressions when upgrading to the latest version.
60
-
61
- We’re finalizing the design and modelling of foundational concepts like typography, spacing, and colour.
62
- After that, and a final review of the API of all current components, we’ll release version 1.0 of the entire design system.
63
- Then, we’ll consider publishing all components separately to allow for more granular updates.
64
-
65
- Components for which we anticipate API changes show a ‘beta’ badge at the top of their page in the [Design System handbook](https://designsystem.amsterdam/).
66
-
67
54
  ## Support
68
55
 
69
56
  Contact us if you have a question, find an issue, or want to contribute.
@@ -14,6 +14,9 @@ export type AccordionProps = {
14
14
  /** The HTML element to use for each Accordion Section. */
15
15
  sectionAs?: 'div' | 'section';
16
16
  } & PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
17
+ /**
18
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-containers-accordion--docs Accordion docs at Amsterdam Design System}
19
+ */
17
20
  export declare const Accordion: import("react").ForwardRefExoticComponent<{
18
21
  /**
19
22
  * The hierarchical level of this Accordion’s Section Headings within the document.
@@ -19,4 +19,7 @@ const AccordionRoot = forwardRef(({ children, className, headingLevel, sectionAs
19
19
  return (_jsx(AccordionContext.Provider, { value: { headingLevel: headingLevel, sectionAs: sectionAs }, children: _jsx("div", { className: clsx('ams-accordion', className), onKeyDown: keyDown, ref: innerRef, children: children }) }));
20
20
  });
21
21
  AccordionRoot.displayName = 'Accordion';
22
+ /**
23
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-containers-accordion--docs Accordion docs at Amsterdam Design System}
24
+ */
22
25
  export const Accordion = Object.assign(AccordionRoot, { Section: AccordionSection });
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import userEvent from '@testing-library/user-event';
4
8
  import { createRef } from 'react';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { fireEvent, render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Accordion } from './Accordion';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Accordion } from './Accordion';
2
6
  export type { AccordionProps } from './Accordion';
3
7
  export type { AccordionSectionProps } from './AccordionSection';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Accordion } from './Accordion';
@@ -4,6 +4,9 @@
4
4
  */
5
5
  import type { HTMLAttributes, PropsWithChildren } from 'react';
6
6
  export type ActionGroupProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
7
+ /**
8
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-layout-action-group--docs Action Group docs at Amsterdam Design System}
9
+ */
7
10
  export declare const ActionGroup: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
8
11
  children?: import("react").ReactNode | undefined;
9
12
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,5 +5,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  */
6
6
  import clsx from 'clsx';
7
7
  import { forwardRef } from 'react';
8
+ /**
9
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-layout-action-group--docs Action Group docs at Amsterdam Design System}
10
+ */
8
11
  export const ActionGroup = forwardRef(({ children, className, ...restProps }, ref) => (_jsx("div", { ...restProps, className: clsx('ams-action-group', className), ref: ref, role: "group", children: children })));
9
12
  ActionGroup.displayName = 'ActionGroup';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { ActionGroup } from './ActionGroup';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { ActionGroup } from './ActionGroup';
2
6
  export type { ActionGroupProps } from './ActionGroup';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { ActionGroup } from './ActionGroup';
@@ -23,6 +23,9 @@ export type AlertProps = {
23
23
  /** The significance of the message conveyed. */
24
24
  severity?: Severity;
25
25
  } & PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
26
+ /**
27
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-alert--docs Alert docs at Amsterdam Design System}
28
+ */
26
29
  export declare const Alert: import("react").ForwardRefExoticComponent<{
27
30
  /** Whether the user can dismiss the Alert. Adds a button to its top right. */
28
31
  closeable?: boolean;
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  * @license EUPL-1.2+
4
4
  * Copyright Gemeente Amsterdam
5
5
  */
6
- import { AlertIcon, CheckmarkIcon, InfoIcon } from '@amsterdam/design-system-react-icons';
6
+ import { ErrorFillIcon, InfoFillIcon, SuccessFillIcon, WarningFillIcon } from '@amsterdam/design-system-react-icons';
7
7
  import clsx from 'clsx';
8
8
  import { forwardRef } from 'react';
9
9
  import { Heading } from '../Heading';
@@ -11,12 +11,15 @@ import { Icon } from '../Icon';
11
11
  import { IconButton } from '../IconButton';
12
12
  import { Row } from '../Row';
13
13
  const iconSvgBySeverity = {
14
- error: AlertIcon,
15
- success: CheckmarkIcon,
16
- warning: AlertIcon,
14
+ error: ErrorFillIcon,
15
+ success: SuccessFillIcon,
16
+ warning: WarningFillIcon,
17
17
  };
18
+ /**
19
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-alert--docs Alert docs at Amsterdam Design System}
20
+ */
18
21
  export const Alert = forwardRef(({ children, className, closeable, closeButtonLabel = 'Sluiten', heading, headingLevel, onClose, severity, ...restProps }, ref) => {
19
- const SeverityIcon = severity ? iconSvgBySeverity[severity] : InfoIcon;
22
+ const SeverityIcon = severity ? iconSvgBySeverity[severity] : InfoFillIcon;
20
23
  return (_jsxs("section", { ...restProps, className: clsx('ams-alert', severity && `ams-alert--${severity}`, className), ref: ref, children: [_jsx("div", { className: "ams-alert__severity-indicator", children: _jsx(Icon, { color: "inverse", size: "heading-4", svg: SeverityIcon }) }), _jsxs("div", { className: "ams-alert__content", children: [_jsxs(Row, { align: "between", alignVertical: "start", children: [_jsx(Heading, { level: headingLevel, size: "level-4", children: heading }), closeable && _jsx(IconButton, { label: closeButtonLabel, onClick: onClose, size: "heading-4" })] }), children] })] }));
21
24
  });
22
25
  Alert.displayName = 'Alert';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { fireEvent, render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Alert } from './Alert';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Alert } from './Alert';
2
6
  export type { AlertProps } from './Alert';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Alert } from './Alert';
@@ -13,6 +13,9 @@ export type AvatarProps = {
13
13
  /** The text content. Should be the user’s initials. The first two characters will be displayed. */
14
14
  label: string;
15
15
  } & HTMLAttributes<HTMLSpanElement>;
16
+ /**
17
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-avatar--docs Avatar docs at Amsterdam Design System}
18
+ */
16
19
  export declare const Avatar: import("react").ForwardRefExoticComponent<{
17
20
  /** The background colour. */
18
21
  color?: AvatarColor;
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  * @license EUPL-1.2+
4
4
  * Copyright Gemeente Amsterdam
5
5
  */
6
- import { PersonalLoginIcon } from '@amsterdam/design-system-react-icons';
6
+ import { PersonFillIcon } from '@amsterdam/design-system-react-icons';
7
7
  import clsx from 'clsx';
8
8
  import { forwardRef } from 'react';
9
9
  import { Icon } from '../Icon';
@@ -15,8 +15,11 @@ const AvatarContent = ({ imageSrc, initials }) => {
15
15
  if (initials.length) {
16
16
  return _jsx("span", { "aria-hidden": true, children: initials });
17
17
  }
18
- return _jsx(Icon, { size: "small", svg: PersonalLoginIcon });
18
+ return _jsx(Icon, { size: "small", svg: PersonFillIcon });
19
19
  };
20
+ /**
21
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-avatar--docs Avatar docs at Amsterdam Design System}
22
+ */
20
23
  export const Avatar = forwardRef(({ className, color, imageSrc, label, ...restProps }, ref) => {
21
24
  const initials = label.slice(0, 2).toUpperCase();
22
25
  const a11yLabel = initials.length === 0 ? 'Gebruiker' : `Initialen gebruiker: ${initials}`;
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Avatar, avatarColors } from './Avatar';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Avatar } from './Avatar';
2
6
  export type { AvatarProps } from './Avatar';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Avatar } from './Avatar';
@@ -11,6 +11,9 @@ export type BadgeProps = {
11
11
  /** The text content. */
12
12
  label: string | number;
13
13
  } & HTMLAttributes<HTMLElement>;
14
+ /**
15
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-badge--docs Badge docs at Amsterdam Design System}
16
+ */
14
17
  export declare const Badge: import("react").ForwardRefExoticComponent<{
15
18
  /** The background colour. */
16
19
  color?: BadgeColor;
@@ -6,5 +6,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import clsx from 'clsx';
7
7
  import { forwardRef } from 'react';
8
8
  export const badgeColors = ['azure', 'lime', 'magenta', 'orange', 'purple', 'red', 'yellow'];
9
+ /**
10
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-feedback-badge--docs Badge docs at Amsterdam Design System}
11
+ */
9
12
  export const Badge = forwardRef(({ className, color, label, ...restProps }, ref) => (_jsx("span", { ...restProps, className: clsx('ams-badge', color && `ams-badge--${color}`, className), ref: ref, children: label })));
10
13
  Badge.displayName = 'Badge';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Badge, badgeColors } from './Badge';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Badge } from './Badge';
2
6
  export type { BadgeProps } from './Badge';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Badge } from './Badge';
@@ -7,6 +7,9 @@ export type BlockquoteProps = {
7
7
  /** Changes the text colour for readability on a dark background. */
8
8
  color?: 'inverse';
9
9
  } & PropsWithChildren<BlockquoteHTMLAttributes<HTMLQuoteElement>>;
10
+ /**
11
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-text-blockquote--docs Blockquote docs at Amsterdam Design System}
12
+ */
10
13
  export declare const Blockquote: import("react").ForwardRefExoticComponent<{
11
14
  /** Changes the text colour for readability on a dark background. */
12
15
  color?: "inverse";
@@ -5,5 +5,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  */
6
6
  import clsx from 'clsx';
7
7
  import { forwardRef } from 'react';
8
+ /**
9
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-text-blockquote--docs Blockquote docs at Amsterdam Design System}
10
+ */
8
11
  export const Blockquote = forwardRef(({ children, className, color, ...restProps }, ref) => (_jsx("blockquote", { ...restProps, className: clsx('ams-blockquote', color && `ams-blockquote--${color}`, className), ref: ref, children: children })));
9
12
  Blockquote.displayName = 'Blockquote';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Blockquote } from './Blockquote';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Blockquote } from './Blockquote';
2
6
  export type { BlockquoteProps } from './Blockquote';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Blockquote } from './Blockquote';
@@ -4,6 +4,9 @@
4
4
  */
5
5
  import type { HTMLAttributes, PropsWithChildren } from 'react';
6
6
  export type BreadcrumbProps = PropsWithChildren<HTMLAttributes<HTMLElement>>;
7
+ /**
8
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-breadcrumb--docs Breadcrumb docs at Amsterdam Design System}
9
+ */
7
10
  export declare const Breadcrumb: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & {
8
11
  children?: import("react").ReactNode | undefined;
9
12
  } & import("react").RefAttributes<HTMLElement>> & {
@@ -8,4 +8,7 @@ import { forwardRef } from 'react';
8
8
  import { BreadcrumbLink } from './BreadcrumbLink';
9
9
  const BreadcrumbRoot = forwardRef(({ children, className, ...restProps }, ref) => (_jsx("nav", { ...restProps, className: clsx('ams-breadcrumb', className), ref: ref, children: _jsx("ol", { className: "ams-breadcrumb__list", children: children }) })));
10
10
  BreadcrumbRoot.displayName = 'Breadcrumb';
11
+ /**
12
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-breadcrumb--docs Breadcrumb docs at Amsterdam Design System}
13
+ */
11
14
  export const Breadcrumb = Object.assign(BreadcrumbRoot, { Link: BreadcrumbLink });
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Breadcrumb } from './Breadcrumb';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { BreadcrumbLink } from './BreadcrumbLink';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Breadcrumb } from './Breadcrumb';
2
6
  export type { BreadcrumbProps } from './Breadcrumb';
3
7
  export type { BreadcrumbLinkProps } from './BreadcrumbLink';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Breadcrumb } from './Breadcrumb';
@@ -10,6 +10,9 @@ export type BreakoutRowNumbers = {
10
10
  wide: BreakoutRowNumber;
11
11
  };
12
12
  export type BreakoutProps = GridProps;
13
+ /**
14
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-layout-breakout--docs Breakout docs at Amsterdam Design System}
15
+ */
13
16
  export declare const Breakout: import("react").ForwardRefExoticComponent<GridProps & import("react").RefAttributes<HTMLDivElement>> & {
14
17
  Cell: import("react").ForwardRefExoticComponent<import("./BreakoutCell").BreakoutCellProps & import("react").RefAttributes<any>>;
15
18
  };
@@ -9,4 +9,7 @@ import { BreakoutCell } from './BreakoutCell';
9
9
  import { paddingClasses } from '../Grid/paddingClasses';
10
10
  const BreakoutRoot = forwardRef(({ children, className, gapVertical, paddingBottom, paddingTop, paddingVertical, ...restProps }, ref) => (_jsx("div", { ...restProps, className: clsx('ams-breakout', gapVertical && `ams-breakout--gap-vertical--${gapVertical}`, paddingClasses('breakout', paddingBottom, paddingTop, paddingVertical), className), ref: ref, children: children })));
11
11
  BreakoutRoot.displayName = 'Breakout';
12
+ /**
13
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-layout-breakout--docs Breakout docs at Amsterdam Design System}
14
+ */
12
15
  export const Breakout = Object.assign(BreakoutRoot, { Cell: BreakoutCell });
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Breakout } from './Breakout';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Breakout } from './Breakout';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Breakout } from './Breakout';
2
6
  export type { BreakoutProps } from './Breakout';
3
7
  export type { BreakoutCellProps } from './BreakoutCell';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Breakout } from './Breakout';
@@ -27,5 +27,8 @@ export type ButtonProps = {
27
27
  /** The level of prominence. Use a primary button only once per page or section. */
28
28
  variant?: 'primary' | 'secondary' | 'tertiary';
29
29
  } & (IconButtonProps | TextButtonProps) & PropsWithChildren<ButtonHTMLAttributes<HTMLButtonElement>>;
30
+ /**
31
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-buttons-button--docs Button docs at Amsterdam Design System}
32
+ */
30
33
  export declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
31
34
  export {};
@@ -6,5 +6,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  import clsx from 'clsx';
7
7
  import { forwardRef } from 'react';
8
8
  import { Icon } from '../Icon';
9
+ /**
10
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-buttons-button--docs Button docs at Amsterdam Design System}
11
+ */
9
12
  export const Button = forwardRef(({ children, className, disabled, icon, iconBefore, iconOnly, type, variant = 'primary', ...restProps }, ref) => (_jsxs("button", { ...restProps, className: clsx('ams-button', `ams-button--${variant}`, icon && iconOnly && `ams-button--icon-only`, className), disabled: disabled, ref: ref, type: type || 'button', children: [icon && (iconBefore || iconOnly) && _jsx(Icon, { square: iconOnly, svg: icon }), icon && iconOnly ? _jsx("span", { className: "ams-visually-hidden", children: children }) : children, icon && !iconBefore && !iconOnly && _jsx(Icon, { svg: icon })] })));
10
13
  Button.displayName = 'Button';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { CloseIcon } from '@amsterdam/design-system-react-icons';
3
7
  import { render, screen } from '@testing-library/react';
4
8
  import '@testing-library/jest-dom';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Button } from './Button';
2
6
  export type { ButtonProps } from './Button';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Button } from './Button';
@@ -4,6 +4,9 @@
4
4
  */
5
5
  import type { HTMLAttributes, PropsWithChildren } from 'react';
6
6
  export type CardProps = PropsWithChildren<HTMLAttributes<HTMLElement>>;
7
+ /**
8
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-card--docs Card docs at Amsterdam Design System}
9
+ */
7
10
  export declare const Card: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & {
8
11
  children?: import("react").ReactNode | undefined;
9
12
  } & import("react").RefAttributes<HTMLElement>> & {
package/dist/Card/Card.js CHANGED
@@ -11,6 +11,9 @@ import { CardImage } from './CardImage';
11
11
  import { CardLink } from './CardLink';
12
12
  const CardRoot = forwardRef(({ children, className, ...restProps }, ref) => (_jsx("article", { ...restProps, className: clsx('ams-card', className), ref: ref, children: children })));
13
13
  CardRoot.displayName = 'Card';
14
+ /**
15
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-card--docs Card docs at Amsterdam Design System}
16
+ */
14
17
  export const Card = Object.assign(CardRoot, {
15
18
  Heading: CardHeading,
16
19
  HeadingGroup: CardHeadingGroup,
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import '@testing-library/jest-dom';
@@ -1,4 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
+ /**
3
+ * @license EUPL-1.2+
4
+ * Copyright Gemeente Amsterdam
5
+ */
2
6
  import { render, screen } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { Card } from './Card';