@amsterdam/design-system-react 0.16.0 → 1.0.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 (492) hide show
  1. package/dist/Accordion/Accordion.d.ts +3 -0
  2. package/dist/Accordion/Accordion.js +3 -0
  3. package/dist/Accordion/Accordion.test.d.ts +4 -0
  4. package/dist/Accordion/Accordion.test.js +4 -0
  5. package/dist/Accordion/AccordionSection.test.d.ts +4 -0
  6. package/dist/Accordion/AccordionSection.test.js +4 -0
  7. package/dist/Accordion/index.d.ts +4 -0
  8. package/dist/Accordion/index.js +4 -0
  9. package/dist/ActionGroup/ActionGroup.d.ts +3 -0
  10. package/dist/ActionGroup/ActionGroup.js +3 -0
  11. package/dist/ActionGroup/ActionGroup.test.d.ts +4 -0
  12. package/dist/ActionGroup/ActionGroup.test.js +4 -0
  13. package/dist/ActionGroup/index.d.ts +4 -0
  14. package/dist/ActionGroup/index.js +4 -0
  15. package/dist/Alert/Alert.d.ts +3 -0
  16. package/dist/Alert/Alert.js +8 -5
  17. package/dist/Alert/Alert.test.d.ts +4 -0
  18. package/dist/Alert/Alert.test.js +4 -0
  19. package/dist/Alert/index.d.ts +4 -0
  20. package/dist/Alert/index.js +4 -0
  21. package/dist/Avatar/Avatar.d.ts +3 -0
  22. package/dist/Avatar/Avatar.js +5 -2
  23. package/dist/Avatar/Avatar.test.d.ts +4 -0
  24. package/dist/Avatar/Avatar.test.js +4 -0
  25. package/dist/Avatar/index.d.ts +4 -0
  26. package/dist/Avatar/index.js +4 -0
  27. package/dist/Badge/Badge.d.ts +3 -0
  28. package/dist/Badge/Badge.js +3 -0
  29. package/dist/Badge/Badge.test.d.ts +4 -0
  30. package/dist/Badge/Badge.test.js +4 -0
  31. package/dist/Badge/index.d.ts +4 -0
  32. package/dist/Badge/index.js +4 -0
  33. package/dist/Blockquote/Blockquote.d.ts +3 -0
  34. package/dist/Blockquote/Blockquote.js +3 -0
  35. package/dist/Blockquote/Blockquote.test.d.ts +4 -0
  36. package/dist/Blockquote/Blockquote.test.js +4 -0
  37. package/dist/Blockquote/index.d.ts +4 -0
  38. package/dist/Blockquote/index.js +4 -0
  39. package/dist/Breadcrumb/Breadcrumb.d.ts +3 -0
  40. package/dist/Breadcrumb/Breadcrumb.js +3 -0
  41. package/dist/Breadcrumb/Breadcrumb.test.d.ts +4 -0
  42. package/dist/Breadcrumb/Breadcrumb.test.js +4 -0
  43. package/dist/Breadcrumb/BreadcrumbLink.test.d.ts +4 -0
  44. package/dist/Breadcrumb/BreadcrumbLink.test.js +4 -0
  45. package/dist/Breadcrumb/index.d.ts +4 -0
  46. package/dist/Breadcrumb/index.js +4 -0
  47. package/dist/Breakout/Breakout.d.ts +3 -0
  48. package/dist/Breakout/Breakout.js +3 -0
  49. package/dist/Breakout/Breakout.test.d.ts +4 -0
  50. package/dist/Breakout/Breakout.test.js +4 -0
  51. package/dist/Breakout/BreakoutCell.test.d.ts +4 -0
  52. package/dist/Breakout/BreakoutCell.test.js +4 -0
  53. package/dist/Breakout/index.d.ts +4 -0
  54. package/dist/Breakout/index.js +4 -0
  55. package/dist/Button/Button.d.ts +3 -0
  56. package/dist/Button/Button.js +3 -0
  57. package/dist/Button/Button.test.d.ts +4 -0
  58. package/dist/Button/Button.test.js +4 -0
  59. package/dist/Button/index.d.ts +4 -0
  60. package/dist/Button/index.js +4 -0
  61. package/dist/Card/Card.d.ts +3 -0
  62. package/dist/Card/Card.js +3 -0
  63. package/dist/Card/Card.test.d.ts +4 -0
  64. package/dist/Card/Card.test.js +4 -0
  65. package/dist/Card/CardHeading.test.d.ts +4 -0
  66. package/dist/Card/CardHeading.test.js +4 -0
  67. package/dist/Card/CardHeadingGroup.test.d.ts +4 -0
  68. package/dist/Card/CardHeadingGroup.test.js +4 -0
  69. package/dist/Card/CardImage.test.d.ts +4 -0
  70. package/dist/Card/CardImage.test.js +4 -0
  71. package/dist/Card/CardLink.test.d.ts +4 -0
  72. package/dist/Card/CardLink.test.js +4 -0
  73. package/dist/Card/index.d.ts +4 -0
  74. package/dist/Card/index.js +4 -0
  75. package/dist/CharacterCount/CharacterCount.d.ts +3 -0
  76. package/dist/CharacterCount/CharacterCount.js +3 -0
  77. package/dist/CharacterCount/CharacterCount.test.d.ts +4 -0
  78. package/dist/CharacterCount/CharacterCount.test.js +4 -0
  79. package/dist/CharacterCount/index.d.ts +4 -0
  80. package/dist/CharacterCount/index.js +4 -0
  81. package/dist/Checkbox/Checkbox.d.ts +9 -2
  82. package/dist/Checkbox/Checkbox.js +6 -2
  83. package/dist/Checkbox/Checkbox.test.d.ts +4 -0
  84. package/dist/Checkbox/Checkbox.test.js +10 -0
  85. package/dist/Checkbox/CheckboxIcon.d.ts +7 -0
  86. package/dist/Checkbox/CheckboxIcon.js +3 -0
  87. package/dist/Checkbox/index.d.ts +4 -0
  88. package/dist/Checkbox/index.js +4 -0
  89. package/dist/Column/Column.d.ts +3 -0
  90. package/dist/Column/Column.js +3 -0
  91. package/dist/Column/Column.test.d.ts +4 -0
  92. package/dist/Column/Column.test.js +4 -0
  93. package/dist/Column/index.d.ts +4 -0
  94. package/dist/Column/index.js +4 -0
  95. package/dist/DateInput/DateInput.d.ts +3 -0
  96. package/dist/DateInput/DateInput.js +3 -0
  97. package/dist/DateInput/DateInput.test.d.ts +4 -0
  98. package/dist/DateInput/DateInput.test.js +4 -0
  99. package/dist/DateInput/index.d.ts +4 -0
  100. package/dist/DateInput/index.js +4 -0
  101. package/dist/DescriptionList/DescriptionList.d.ts +3 -0
  102. package/dist/DescriptionList/DescriptionList.js +3 -0
  103. package/dist/DescriptionList/DescriptionList.test.d.ts +4 -0
  104. package/dist/DescriptionList/DescriptionList.test.js +4 -0
  105. package/dist/DescriptionList/DescriptionListDescription.test.d.ts +4 -0
  106. package/dist/DescriptionList/DescriptionListDescription.test.js +4 -0
  107. package/dist/DescriptionList/DescriptionListSection.test.d.ts +4 -0
  108. package/dist/DescriptionList/DescriptionListSection.test.js +4 -0
  109. package/dist/DescriptionList/DescriptionListTerm.test.d.ts +4 -0
  110. package/dist/DescriptionList/DescriptionListTerm.test.js +4 -0
  111. package/dist/DescriptionList/index.d.ts +4 -0
  112. package/dist/DescriptionList/index.js +4 -0
  113. package/dist/Dialog/Dialog.d.ts +3 -0
  114. package/dist/Dialog/Dialog.js +3 -0
  115. package/dist/Dialog/Dialog.test.d.ts +4 -0
  116. package/dist/Dialog/Dialog.test.js +4 -0
  117. package/dist/Dialog/index.d.ts +4 -0
  118. package/dist/Dialog/index.js +4 -0
  119. package/dist/ErrorMessage/ErrorMessage.d.ts +3 -0
  120. package/dist/ErrorMessage/ErrorMessage.js +5 -2
  121. package/dist/ErrorMessage/ErrorMessage.test.d.ts +4 -0
  122. package/dist/ErrorMessage/ErrorMessage.test.js +4 -0
  123. package/dist/ErrorMessage/index.d.ts +4 -0
  124. package/dist/ErrorMessage/index.js +4 -0
  125. package/dist/Field/Field.d.ts +3 -0
  126. package/dist/Field/Field.js +3 -0
  127. package/dist/Field/Field.test.d.ts +4 -0
  128. package/dist/Field/Field.test.js +4 -0
  129. package/dist/Field/index.d.ts +4 -0
  130. package/dist/Field/index.js +4 -0
  131. package/dist/FieldSet/FieldSet.d.ts +3 -0
  132. package/dist/FieldSet/FieldSet.js +3 -0
  133. package/dist/FieldSet/FieldSet.test.d.ts +4 -0
  134. package/dist/FieldSet/FieldSet.test.js +4 -0
  135. package/dist/FieldSet/index.d.ts +4 -0
  136. package/dist/FieldSet/index.js +4 -0
  137. package/dist/Figure/Figure.d.ts +3 -0
  138. package/dist/Figure/Figure.js +3 -0
  139. package/dist/Figure/Figure.test.d.ts +4 -0
  140. package/dist/Figure/Figure.test.js +4 -0
  141. package/dist/Figure/FigureCaption.test.d.ts +4 -0
  142. package/dist/Figure/FigureCaption.test.js +4 -0
  143. package/dist/Figure/index.d.ts +4 -0
  144. package/dist/Figure/index.js +4 -0
  145. package/dist/FileInput/FileInput.d.ts +3 -0
  146. package/dist/FileInput/FileInput.js +3 -0
  147. package/dist/FileInput/FileInput.test.d.ts +4 -0
  148. package/dist/FileInput/FileInput.test.js +4 -0
  149. package/dist/FileInput/index.d.ts +4 -0
  150. package/dist/FileInput/index.js +4 -0
  151. package/dist/FileList/FileList.d.ts +3 -0
  152. package/dist/FileList/FileList.js +3 -0
  153. package/dist/FileList/FileList.test.d.ts +4 -0
  154. package/dist/FileList/FileList.test.js +4 -0
  155. package/dist/FileList/FileListItem.test.d.ts +4 -0
  156. package/dist/FileList/FileListItem.test.js +4 -0
  157. package/dist/FileList/index.d.ts +4 -0
  158. package/dist/FileList/index.js +4 -0
  159. package/dist/Grid/Grid.d.ts +3 -0
  160. package/dist/Grid/Grid.js +3 -0
  161. package/dist/Grid/Grid.test.d.ts +4 -0
  162. package/dist/Grid/Grid.test.js +4 -0
  163. package/dist/Grid/GridCell.test.d.ts +4 -0
  164. package/dist/Grid/GridCell.test.js +4 -0
  165. package/dist/Grid/index.d.ts +4 -0
  166. package/dist/Grid/index.js +4 -0
  167. package/dist/Grid/paddingClasses.d.ts +4 -0
  168. package/dist/Grid/paddingClasses.js +4 -0
  169. package/dist/Heading/Heading.d.ts +3 -1
  170. package/dist/Heading/Heading.js +7 -0
  171. package/dist/Heading/Heading.test.d.ts +4 -0
  172. package/dist/Heading/Heading.test.js +4 -0
  173. package/dist/Heading/getHeadingTag.d.ts +4 -0
  174. package/dist/Heading/getHeadingTag.js +4 -0
  175. package/dist/Heading/index.d.ts +4 -0
  176. package/dist/Heading/index.js +4 -0
  177. package/dist/Hint/Hint.test.d.ts +4 -0
  178. package/dist/Hint/Hint.test.js +4 -0
  179. package/dist/Hint/index.d.ts +4 -0
  180. package/dist/Hint/index.js +4 -0
  181. package/dist/Icon/Icon.d.ts +4 -2
  182. package/dist/Icon/Icon.js +8 -0
  183. package/dist/Icon/Icon.test.d.ts +4 -0
  184. package/dist/Icon/Icon.test.js +13 -9
  185. package/dist/Icon/index.d.ts +4 -0
  186. package/dist/Icon/index.js +4 -0
  187. package/dist/IconButton/IconButton.d.ts +5 -2
  188. package/dist/IconButton/IconButton.js +3 -0
  189. package/dist/IconButton/IconButton.test.d.ts +4 -0
  190. package/dist/IconButton/IconButton.test.js +4 -0
  191. package/dist/IconButton/index.d.ts +4 -0
  192. package/dist/IconButton/index.js +4 -0
  193. package/dist/Image/Image.d.ts +3 -0
  194. package/dist/Image/Image.js +3 -0
  195. package/dist/Image/Image.test.d.ts +4 -0
  196. package/dist/Image/Image.test.js +4 -0
  197. package/dist/Image/generateAspectRatioClass.d.ts +4 -0
  198. package/dist/Image/generateAspectRatioClass.js +4 -0
  199. package/dist/Image/index.d.ts +4 -0
  200. package/dist/Image/index.js +4 -0
  201. package/dist/ImageSlider/ImageSlider.d.ts +3 -0
  202. package/dist/ImageSlider/ImageSlider.js +3 -0
  203. package/dist/ImageSlider/ImageSlider.test.d.ts +4 -0
  204. package/dist/ImageSlider/ImageSlider.test.js +4 -0
  205. package/dist/ImageSlider/ImageSliderControls.js +3 -3
  206. package/dist/ImageSlider/ImageSliderControls.test.d.ts +4 -0
  207. package/dist/ImageSlider/ImageSliderControls.test.js +4 -0
  208. package/dist/ImageSlider/ImageSliderItem.test.d.ts +4 -0
  209. package/dist/ImageSlider/ImageSliderItem.test.js +4 -0
  210. package/dist/ImageSlider/ImageSliderScroller.test.d.ts +4 -0
  211. package/dist/ImageSlider/ImageSliderScroller.test.js +4 -0
  212. package/dist/ImageSlider/ImageSliderThumbnails.test.d.ts +4 -0
  213. package/dist/ImageSlider/ImageSliderThumbnails.test.js +4 -0
  214. package/dist/ImageSlider/index.d.ts +4 -0
  215. package/dist/ImageSlider/index.js +4 -0
  216. package/dist/InvalidFormAlert/InvalidFormAlert.d.ts +3 -0
  217. package/dist/InvalidFormAlert/InvalidFormAlert.js +3 -0
  218. package/dist/InvalidFormAlert/InvalidFormAlert.test.d.ts +4 -0
  219. package/dist/InvalidFormAlert/InvalidFormAlert.test.js +4 -0
  220. package/dist/InvalidFormAlert/index.d.ts +4 -0
  221. package/dist/InvalidFormAlert/index.js +4 -0
  222. package/dist/InvalidFormAlert/useAddErrorCountToDocumentTitle.d.ts +4 -0
  223. package/dist/InvalidFormAlert/useAddErrorCountToDocumentTitle.js +4 -0
  224. package/dist/Label/Label.d.ts +3 -1
  225. package/dist/Label/Label.js +7 -0
  226. package/dist/Label/Label.test.d.ts +4 -0
  227. package/dist/Label/Label.test.js +4 -0
  228. package/dist/Label/index.d.ts +4 -0
  229. package/dist/Label/index.js +4 -0
  230. package/dist/Link/Link.d.ts +3 -0
  231. package/dist/Link/Link.js +3 -0
  232. package/dist/Link/Link.test.d.ts +4 -0
  233. package/dist/Link/Link.test.js +4 -0
  234. package/dist/Link/index.d.ts +4 -0
  235. package/dist/Link/index.js +4 -0
  236. package/dist/LinkList/LinkList.d.ts +3 -0
  237. package/dist/LinkList/LinkList.js +3 -0
  238. package/dist/LinkList/LinkList.test.d.ts +4 -0
  239. package/dist/LinkList/LinkList.test.js +4 -0
  240. package/dist/LinkList/LinkListLink.js +2 -2
  241. package/dist/LinkList/LinkListLink.test.d.ts +4 -0
  242. package/dist/LinkList/LinkListLink.test.js +4 -0
  243. package/dist/LinkList/index.d.ts +4 -0
  244. package/dist/LinkList/index.js +4 -0
  245. package/dist/Logo/Logo.d.ts +3 -0
  246. package/dist/Logo/Logo.js +3 -0
  247. package/dist/Logo/Logo.test.d.ts +4 -0
  248. package/dist/Logo/Logo.test.js +4 -0
  249. package/dist/Logo/brand/LogoAmsterdam.d.ts +4 -0
  250. package/dist/Logo/brand/LogoAmsterdam.js +4 -0
  251. package/dist/Logo/brand/LogoGgdAmsterdam.d.ts +4 -0
  252. package/dist/Logo/brand/LogoGgdAmsterdam.js +4 -0
  253. package/dist/Logo/brand/LogoMuseumWeesp.d.ts +4 -0
  254. package/dist/Logo/brand/LogoMuseumWeesp.js +4 -0
  255. package/dist/Logo/brand/LogoStadsarchief.d.ts +4 -0
  256. package/dist/Logo/brand/LogoStadsarchief.js +4 -0
  257. package/dist/Logo/brand/LogoStadsbankVanLening.d.ts +4 -0
  258. package/dist/Logo/brand/LogoStadsbankVanLening.js +4 -0
  259. package/dist/Logo/brand/LogoVgaVerzekeringen.d.ts +4 -0
  260. package/dist/Logo/brand/LogoVgaVerzekeringen.js +4 -0
  261. package/dist/Logo/brand/index.d.ts +4 -0
  262. package/dist/Logo/brand/index.js +4 -0
  263. package/dist/Logo/index.d.ts +4 -0
  264. package/dist/Logo/index.js +4 -0
  265. package/dist/Mark/Mark.d.ts +3 -0
  266. package/dist/Mark/Mark.js +3 -0
  267. package/dist/Mark/Mark.test.d.ts +4 -0
  268. package/dist/Mark/Mark.test.js +4 -0
  269. package/dist/Mark/index.d.ts +4 -0
  270. package/dist/Mark/index.js +4 -0
  271. package/dist/OrderedList/OrderedList.d.ts +3 -0
  272. package/dist/OrderedList/OrderedList.js +3 -0
  273. package/dist/OrderedList/OrderedList.test.d.ts +4 -0
  274. package/dist/OrderedList/OrderedList.test.js +4 -0
  275. package/dist/OrderedList/OrderedListItem.test.d.ts +4 -0
  276. package/dist/OrderedList/OrderedListItem.test.js +4 -0
  277. package/dist/OrderedList/index.d.ts +4 -0
  278. package/dist/OrderedList/index.js +4 -0
  279. package/dist/Overlap/Overlap.d.ts +3 -0
  280. package/dist/Overlap/Overlap.js +3 -0
  281. package/dist/Overlap/Overlap.test.d.ts +4 -0
  282. package/dist/Overlap/Overlap.test.js +4 -0
  283. package/dist/Overlap/index.d.ts +4 -0
  284. package/dist/Overlap/index.js +4 -0
  285. package/dist/Page/Page.d.ts +3 -0
  286. package/dist/Page/Page.js +3 -0
  287. package/dist/Page/Page.test.d.ts +4 -0
  288. package/dist/Page/Page.test.js +4 -0
  289. package/dist/Page/index.d.ts +4 -0
  290. package/dist/Page/index.js +4 -0
  291. package/dist/PageFooter/PageFooter.d.ts +3 -0
  292. package/dist/PageFooter/PageFooter.js +3 -0
  293. package/dist/PageFooter/PageFooter.test.d.ts +4 -0
  294. package/dist/PageFooter/PageFooter.test.js +4 -0
  295. package/dist/PageFooter/PageFooterMenu.test.d.ts +4 -0
  296. package/dist/PageFooter/PageFooterMenu.test.js +4 -0
  297. package/dist/PageFooter/PageFooterMenuLink.test.d.ts +4 -0
  298. package/dist/PageFooter/PageFooterMenuLink.test.js +4 -0
  299. package/dist/PageFooter/PageFooterSpotlight.test.d.ts +4 -0
  300. package/dist/PageFooter/PageFooterSpotlight.test.js +4 -0
  301. package/dist/PageFooter/index.d.ts +4 -0
  302. package/dist/PageFooter/index.js +4 -0
  303. package/dist/PageHeader/PageHeader.d.ts +9 -2
  304. package/dist/PageHeader/PageHeader.js +6 -2
  305. package/dist/PageHeader/PageHeader.test.d.ts +4 -0
  306. package/dist/PageHeader/PageHeader.test.js +10 -0
  307. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.d.ts +4 -0
  308. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.js +4 -0
  309. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.test.d.ts +4 -0
  310. package/dist/PageHeader/PageHeaderGridCellNarrowWindowOnly.test.js +4 -0
  311. package/dist/PageHeader/PageHeaderMenuIcon.d.ts +4 -0
  312. package/dist/PageHeader/PageHeaderMenuLink.d.ts +4 -0
  313. package/dist/PageHeader/PageHeaderMenuLink.js +4 -0
  314. package/dist/PageHeader/PageHeaderMenuLink.test.d.ts +4 -0
  315. package/dist/PageHeader/PageHeaderMenuLink.test.js +4 -0
  316. package/dist/PageHeader/index.d.ts +4 -0
  317. package/dist/PageHeader/index.js +4 -0
  318. package/dist/PageHeader/matchMedia.mock.d.ts +4 -0
  319. package/dist/PageHeader/matchMedia.mock.js +4 -0
  320. package/dist/PageHeading/PageHeading.d.ts +3 -0
  321. package/dist/PageHeading/PageHeading.js +3 -0
  322. package/dist/PageHeading/PageHeading.test.d.ts +4 -0
  323. package/dist/PageHeading/PageHeading.test.js +4 -0
  324. package/dist/PageHeading/index.d.ts +4 -0
  325. package/dist/PageHeading/index.js +4 -0
  326. package/dist/Pagination/LinkItem.d.ts +4 -0
  327. package/dist/Pagination/Pagination.d.ts +3 -0
  328. package/dist/Pagination/Pagination.js +5 -2
  329. package/dist/Pagination/Pagination.test.d.ts +4 -0
  330. package/dist/Pagination/Pagination.test.js +4 -0
  331. package/dist/Pagination/Spacer.d.ts +4 -0
  332. package/dist/Pagination/Spacer.js +4 -0
  333. package/dist/Pagination/getRange.d.ts +4 -0
  334. package/dist/Pagination/getRange.js +4 -0
  335. package/dist/Pagination/index.d.ts +4 -0
  336. package/dist/Pagination/index.js +4 -0
  337. package/dist/Paragraph/Paragraph.d.ts +3 -1
  338. package/dist/Paragraph/Paragraph.js +7 -0
  339. package/dist/Paragraph/Paragraph.test.d.ts +4 -0
  340. package/dist/Paragraph/Paragraph.test.js +4 -0
  341. package/dist/Paragraph/index.d.ts +4 -0
  342. package/dist/Paragraph/index.js +4 -0
  343. package/dist/PasswordInput/PasswordInput.d.ts +3 -0
  344. package/dist/PasswordInput/PasswordInput.js +3 -0
  345. package/dist/PasswordInput/PasswordInput.test.d.ts +4 -0
  346. package/dist/PasswordInput/PasswordInput.test.js +4 -0
  347. package/dist/PasswordInput/index.d.ts +4 -0
  348. package/dist/PasswordInput/index.js +4 -0
  349. package/dist/Radio/Radio.d.ts +3 -0
  350. package/dist/Radio/Radio.js +3 -0
  351. package/dist/Radio/Radio.test.d.ts +4 -0
  352. package/dist/Radio/Radio.test.js +6 -2
  353. package/dist/Radio/RadioIcon.d.ts +4 -0
  354. package/dist/Radio/RadioIcon.js +1 -1
  355. package/dist/Radio/index.d.ts +4 -0
  356. package/dist/Radio/index.js +4 -0
  357. package/dist/Row/Row.d.ts +3 -0
  358. package/dist/Row/Row.js +3 -0
  359. package/dist/Row/Row.test.d.ts +4 -0
  360. package/dist/Row/Row.test.js +4 -0
  361. package/dist/Row/index.d.ts +4 -0
  362. package/dist/Row/index.js +4 -0
  363. package/dist/SearchField/SearchField.d.ts +3 -0
  364. package/dist/SearchField/SearchField.js +3 -0
  365. package/dist/SearchField/SearchField.test.d.ts +4 -0
  366. package/dist/SearchField/SearchField.test.js +4 -0
  367. package/dist/SearchField/SearchFieldInput.test.d.ts +4 -0
  368. package/dist/SearchField/SearchFieldInput.test.js +4 -0
  369. package/dist/SearchField/index.d.ts +4 -0
  370. package/dist/SearchField/index.js +4 -0
  371. package/dist/Select/Select.d.ts +3 -0
  372. package/dist/Select/Select.js +3 -0
  373. package/dist/Select/Select.test.d.ts +4 -0
  374. package/dist/Select/Select.test.js +4 -0
  375. package/dist/Select/SelectOption.test.d.ts +4 -0
  376. package/dist/Select/SelectOption.test.js +4 -0
  377. package/dist/Select/SelectOptionGroup.test.d.ts +4 -0
  378. package/dist/Select/SelectOptionGroup.test.js +4 -0
  379. package/dist/Select/index.d.ts +4 -0
  380. package/dist/Select/index.js +4 -0
  381. package/dist/SkipLink/SkipLink.d.ts +3 -0
  382. package/dist/SkipLink/SkipLink.js +3 -0
  383. package/dist/SkipLink/SkipLink.test.d.ts +4 -0
  384. package/dist/SkipLink/SkipLink.test.js +4 -0
  385. package/dist/SkipLink/index.d.ts +4 -0
  386. package/dist/SkipLink/index.js +4 -0
  387. package/dist/Spotlight/Spotlight.d.ts +3 -0
  388. package/dist/Spotlight/Spotlight.js +3 -0
  389. package/dist/Spotlight/Spotlight.test.d.ts +4 -0
  390. package/dist/Spotlight/Spotlight.test.js +4 -0
  391. package/dist/Spotlight/index.d.ts +4 -0
  392. package/dist/Spotlight/index.js +4 -0
  393. package/dist/StandaloneLink/StandaloneLink.d.ts +3 -0
  394. package/dist/StandaloneLink/StandaloneLink.js +3 -0
  395. package/dist/StandaloneLink/StandaloneLink.test.d.ts +4 -0
  396. package/dist/StandaloneLink/StandaloneLink.test.js +4 -0
  397. package/dist/StandaloneLink/index.d.ts +4 -0
  398. package/dist/StandaloneLink/index.js +4 -0
  399. package/dist/Switch/Switch.d.ts +3 -0
  400. package/dist/Switch/Switch.js +3 -0
  401. package/dist/Switch/Switch.test.d.ts +4 -0
  402. package/dist/Switch/Switch.test.js +4 -0
  403. package/dist/Switch/index.d.ts +4 -0
  404. package/dist/Switch/index.js +4 -0
  405. package/dist/Table/Table.d.ts +3 -0
  406. package/dist/Table/Table.js +3 -0
  407. package/dist/Table/Table.test.d.ts +4 -0
  408. package/dist/Table/Table.test.js +4 -0
  409. package/dist/Table/TableBody.test.d.ts +4 -0
  410. package/dist/Table/TableBody.test.js +4 -0
  411. package/dist/Table/TableCaption.d.ts +1 -2
  412. package/dist/Table/TableCaption.js +4 -0
  413. package/dist/Table/TableCaption.test.d.ts +4 -0
  414. package/dist/Table/TableCaption.test.js +4 -0
  415. package/dist/Table/TableCell.test.d.ts +4 -0
  416. package/dist/Table/TableCell.test.js +4 -0
  417. package/dist/Table/TableFooter.test.d.ts +4 -0
  418. package/dist/Table/TableFooter.test.js +4 -0
  419. package/dist/Table/TableHeader.test.d.ts +4 -0
  420. package/dist/Table/TableHeader.test.js +4 -0
  421. package/dist/Table/TableHeaderCell.test.d.ts +4 -0
  422. package/dist/Table/TableHeaderCell.test.js +4 -0
  423. package/dist/Table/TableRow.test.d.ts +4 -0
  424. package/dist/Table/TableRow.test.js +4 -0
  425. package/dist/Table/index.d.ts +4 -0
  426. package/dist/Table/index.js +4 -0
  427. package/dist/TableOfContents/TableOfContents.d.ts +3 -0
  428. package/dist/TableOfContents/TableOfContents.js +3 -0
  429. package/dist/TableOfContents/TableOfContents.test.d.ts +4 -0
  430. package/dist/TableOfContents/TableOfContents.test.js +4 -0
  431. package/dist/TableOfContents/TableOfContentsLink.test.d.ts +4 -0
  432. package/dist/TableOfContents/TableOfContentsLink.test.js +4 -0
  433. package/dist/TableOfContents/TableOfContentsList.test.d.ts +4 -0
  434. package/dist/TableOfContents/TableOfContentsList.test.js +4 -0
  435. package/dist/TableOfContents/index.d.ts +4 -0
  436. package/dist/TableOfContents/index.js +4 -0
  437. package/dist/Tabs/Tabs.d.ts +3 -0
  438. package/dist/Tabs/Tabs.js +5 -1
  439. package/dist/Tabs/Tabs.test.d.ts +4 -0
  440. package/dist/Tabs/Tabs.test.js +4 -0
  441. package/dist/Tabs/TabsButton.js +3 -0
  442. package/dist/Tabs/TabsButton.test.d.ts +4 -0
  443. package/dist/Tabs/TabsButton.test.js +14 -0
  444. package/dist/Tabs/TabsList.test.d.ts +4 -0
  445. package/dist/Tabs/TabsList.test.js +4 -0
  446. package/dist/Tabs/TabsPanel.test.d.ts +4 -0
  447. package/dist/Tabs/TabsPanel.test.js +4 -0
  448. package/dist/Tabs/index.d.ts +4 -0
  449. package/dist/Tabs/index.js +4 -0
  450. package/dist/TextArea/TextArea.d.ts +3 -0
  451. package/dist/TextArea/TextArea.js +3 -0
  452. package/dist/TextArea/TextArea.test.d.ts +4 -0
  453. package/dist/TextArea/TextArea.test.js +4 -0
  454. package/dist/TextArea/index.d.ts +4 -0
  455. package/dist/TextArea/index.js +4 -0
  456. package/dist/TextInput/TextInput.d.ts +3 -0
  457. package/dist/TextInput/TextInput.js +3 -0
  458. package/dist/TextInput/TextInput.test.d.ts +4 -0
  459. package/dist/TextInput/TextInput.test.js +4 -0
  460. package/dist/TextInput/index.d.ts +4 -0
  461. package/dist/TextInput/index.js +4 -0
  462. package/dist/TimeInput/TimeInput.d.ts +3 -0
  463. package/dist/TimeInput/TimeInput.js +3 -0
  464. package/dist/TimeInput/TimeInput.test.d.ts +4 -0
  465. package/dist/TimeInput/TimeInput.test.js +4 -0
  466. package/dist/TimeInput/index.d.ts +4 -0
  467. package/dist/TimeInput/index.js +4 -0
  468. package/dist/UnorderedList/UnorderedList.d.ts +3 -0
  469. package/dist/UnorderedList/UnorderedList.js +3 -0
  470. package/dist/UnorderedList/UnorderedList.test.d.ts +4 -0
  471. package/dist/UnorderedList/UnorderedList.test.js +4 -0
  472. package/dist/UnorderedList/UnorderedListItem.test.d.ts +4 -0
  473. package/dist/UnorderedList/UnorderedListItem.test.js +4 -0
  474. package/dist/UnorderedList/index.d.ts +4 -0
  475. package/dist/UnorderedList/index.js +4 -0
  476. package/dist/common/formatFileSize.test.d.ts +4 -0
  477. package/dist/common/formatFileSize.test.js +4 -0
  478. package/dist/common/formatFileType.test.d.ts +4 -0
  479. package/dist/common/formatFileType.test.js +4 -0
  480. package/dist/common/types.d.ts +4 -0
  481. package/dist/common/types.js +4 -0
  482. package/dist/common/useIsAfterBreakpoint.d.ts +4 -0
  483. package/dist/common/useIsAfterBreakpoint.js +4 -0
  484. package/dist/common/useKeyboardFocus.test.d.ts +4 -0
  485. package/dist/common/useKeyboardFocus.test.js +4 -0
  486. package/dist/index.cjs.js +350 -91
  487. package/dist/index.cjs.js.map +1 -1
  488. package/dist/index.d.ts +195 -4
  489. package/dist/index.esm.js +351 -92
  490. package/dist/index.esm.js.map +1 -1
  491. package/dist/tsconfig.tsbuildinfo +1 -1
  492. package/package.json +12 -12
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { IconButton } from './IconButton';
2
6
  export type { IconButtonProps } from './IconButton';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { IconButton } from './IconButton';
@@ -8,6 +8,9 @@ export type ImageProps = {
8
8
  /** A textual description of the content of the image. */
9
9
  alt: string;
10
10
  } & AspectRatioProps & Omit<ImgHTMLAttributes<HTMLImageElement>, 'children'>;
11
+ /**
12
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-image--docs Image docs at Amsterdam Design System}
13
+ */
11
14
  export declare const Image: import("react").ForwardRefExoticComponent<{
12
15
  /** A textual description of the content of the image. */
13
16
  alt: string;
@@ -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
  import { generateAspectRatioClass } from './generateAspectRatioClass';
9
+ /**
10
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-image--docs Image docs at Amsterdam Design System}
11
+ */
9
12
  export const Image = forwardRef(({ aspectRatio, className, ...restProps }, ref) => (_jsx("img", { ...restProps, className: clsx('ams-image', generateAspectRatioClass(aspectRatio), className), ref: ref })));
10
13
  Image.displayName = 'Image';
@@ -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 { Image } from './Image';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export declare const generateAspectRatioClass: (aspectRatio?: string) => string | undefined;
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export const generateAspectRatioClass = (aspectRatio) => aspectRatio && `ams-aspect-ratio-${aspectRatio.replace(':', '-')}`;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Image } from './Image';
2
6
  export { generateAspectRatioClass } from './generateAspectRatioClass';
3
7
  export type { ImageProps } from './Image';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Image } from './Image';
2
6
  export { generateAspectRatioClass } from './generateAspectRatioClass';
@@ -29,6 +29,9 @@ export declare const ImageSliderRoot: import("react").ForwardRefExoticComponent<
29
29
  /** The label for the ‘previous’ button */
30
30
  previousLabel?: string;
31
31
  } & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
32
+ /**
33
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-image-slider--docs Image Slider docs at Amsterdam Design System}
34
+ */
32
35
  export declare const ImageSlider: import("react").ForwardRefExoticComponent<{
33
36
  /** Display buttons to navigate to the previous or next image. */
34
37
  controls?: boolean;
@@ -95,4 +95,7 @@ export const ImageSliderRoot = forwardRef(({ className, controls, imageLabel = '
95
95
  return (_jsx(ImageSliderContext.Provider, { value: { currentSlideId, goToNextSlide, goToPreviousSlide, goToSlideId, isAtEnd, isAtStart }, children: _jsxs("div", { ...restProps, "aria-roledescription": "carousel", className: clsx('ams-image-slider', controls && 'ams-image-slider--controls', className), ref: ref, tabIndex: -1, children: [controls && _jsx(ImageSliderControls, { nextLabel: nextLabel, previousLabel: previousLabel }), _jsx(ImageSliderScroller, { "aria-live": "polite", ref: targetRef, role: "group", tabIndex: 0, children: images.map(({ alt, aspectRatio, sizes, src, srcSet }, index) => (_jsx(ImageSliderItem, { slideId: index, children: _jsx(Image, { alt: alt, aspectRatio: aspectRatio, sizes: sizes, src: src, srcSet: srcSet }) }, index))) }), _jsx(ImageSliderThumbnails, { imageLabel: imageLabel, thumbnails: images })] }) }));
96
96
  });
97
97
  ImageSliderRoot.displayName = 'ImageSlider';
98
+ /**
99
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-image-slider--docs Image Slider docs at Amsterdam Design System}
100
+ */
98
101
  export const ImageSlider = Object.assign(ImageSliderRoot, { Item: ImageSliderItem });
@@ -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 { ImageSlider } from './ImageSlider';
@@ -3,15 +3,15 @@ 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 { ChevronLeftIcon, ChevronRightIcon } from '@amsterdam/design-system-react-icons';
6
+ import { ChevronBackwardIcon, ChevronForwardIcon } from '@amsterdam/design-system-react-icons';
7
7
  import clsx from 'clsx';
8
8
  import { forwardRef, useCallback, useContext } from 'react';
9
9
  import { ImageSliderContext } from './ImageSliderContext';
10
- import { IconButton } from '../IconButton';
10
+ import { Button } from '../Button';
11
11
  export const ImageSliderControls = forwardRef(({ className, nextLabel, previousLabel, ...restProps }, ref) => {
12
12
  const { goToNextSlide, goToPreviousSlide, isAtEnd, isAtStart } = useContext(ImageSliderContext);
13
13
  const handleClickPrevious = useCallback(() => goToPreviousSlide(), [goToPreviousSlide]);
14
14
  const handleClickNext = useCallback(() => goToNextSlide(), [goToNextSlide]);
15
- return (_jsxs("div", { ...restProps, className: clsx('ams-image-slider__controls', className), ref: ref, children: [_jsx(IconButton, { className: "ams-image-slider__control ams-image-slider__control--previous", color: "inverse", disabled: isAtStart, label: previousLabel, onClick: handleClickPrevious, svg: ChevronLeftIcon }), _jsx(IconButton, { className: "ams-image-slider__control ams-image-slider__control--next", color: "inverse", disabled: isAtEnd, label: nextLabel, onClick: handleClickNext, svg: ChevronRightIcon })] }));
15
+ return (_jsxs("div", { ...restProps, className: clsx('ams-image-slider__controls', className), ref: ref, children: [_jsx(Button, { className: "ams-image-slider__control ams-image-slider__control--previous", color: "inverse", disabled: isAtStart, icon: ChevronBackwardIcon, iconOnly: true, onClick: handleClickPrevious, children: previousLabel }), _jsx(Button, { className: "ams-image-slider__control ams-image-slider__control--next", color: "inverse", disabled: isAtEnd, icon: ChevronForwardIcon, iconOnly: true, onClick: handleClickNext, children: nextLabel })] }));
16
16
  });
17
17
  ImageSliderControls.displayName = 'ImageSliderControls';
@@ -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 { ImageSliderControls } from './ImageSliderControls';
@@ -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 { ImageSliderItem } from './ImageSliderItem';
@@ -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 { ImageSliderScroller } from './ImageSliderScroller';
@@ -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 { ImageSliderThumbnails } from './ImageSliderThumbnails';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { ImageSlider } from './ImageSlider';
2
6
  export type { ImageSliderProps } from './ImageSlider';
3
7
  export type { ImageSliderItemProps } from './ImageSliderItem';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { ImageSlider } from './ImageSlider';
@@ -37,6 +37,9 @@ export type InvalidFormAlertProps = {
37
37
  **/
38
38
  headingLevel: HeadingProps['level'];
39
39
  } & HTMLAttributes<HTMLDivElement>;
40
+ /**
41
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-forms-invalid-form-alert--docs Invalid Form Alert docs at Amsterdam Design System}
42
+ */
40
43
  export declare const InvalidFormAlert: import("react").ForwardRefExoticComponent<{
41
44
  /**
42
45
  * The text following the error count.
@@ -6,6 +6,9 @@ import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { forwardRef, useState } from 'react';
7
7
  import { InvalidFormAlertWithErrors } from './InvalidFormAlertWithErrors';
8
8
  import { useAddErrorCountToDocumentTitle } from './useAddErrorCountToDocumentTitle';
9
+ /**
10
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-forms-invalid-form-alert--docs Invalid Form Alert docs at Amsterdam Design System}
11
+ */
9
12
  export const InvalidFormAlert = forwardRef(({ errorCountLabel, errors, ...restProps }, ref) => {
10
13
  // An Invalid Form Alert without errors only resets the document title.
11
14
  // With errors, it renders the InvalidFormAlertWithErrors component.
@@ -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, waitFor } from '@testing-library/react';
3
7
  import { createRef } from 'react';
4
8
  import { InvalidFormAlert } from './InvalidFormAlert';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { InvalidFormAlert } from './InvalidFormAlert';
2
6
  export type { ErrorLink, InvalidFormAlertProps } from './InvalidFormAlert';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { InvalidFormAlert } from './InvalidFormAlert';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export declare const useAddErrorCountToDocumentTitle: (
2
6
  /** The list of error messages used to calculate the error count. */
3
7
  errors: {
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import { useEffect, useState } from 'react';
2
6
  export const useAddErrorCountToDocumentTitle = (
3
7
  /** The list of error messages used to calculate the error count. */
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * @license EUPL-1.2+
3
- * Copyright (c) 2021 Robbert Broersma
4
3
  * Copyright Gemeente Amsterdam
5
4
  */
6
5
  import type { LabelHTMLAttributes, PropsWithChildren } from 'react';
7
6
  import { HintProps } from '../Hint';
8
7
  export type LabelProps = PropsWithChildren<LabelHTMLAttributes<HTMLLabelElement>> & HintProps;
8
+ /**
9
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-forms-label--docs Label docs at Amsterdam Design System}
10
+ */
9
11
  export declare const Label: import("react").ForwardRefExoticComponent<LabelHTMLAttributes<HTMLLabelElement> & {
10
12
  children?: import("react").ReactNode | undefined;
11
13
  } & import("react").HTMLAttributes<HTMLElement> & {
@@ -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
  /**
3
7
  * @license EUPL-1.2+
4
8
  * Copyright (c) 2021 Robbert Broersma
@@ -7,6 +11,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
11
  import clsx from 'clsx';
8
12
  import { forwardRef } from 'react';
9
13
  import { Hint } from '../Hint';
14
+ /**
15
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-forms-label--docs Label docs at Amsterdam Design System}
16
+ */
10
17
  export const Label = forwardRef(({ children, className, hint, optional, ...restProps }, ref) => {
11
18
  return (_jsxs("label", { ...restProps, className: clsx('ams-label', className), ref: ref, children: [children, " ", _jsx(Hint, { hint: hint, optional: optional })] }));
12
19
  });
@@ -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, Fragment as _Fragment } 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 { Label } from './Label';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Label } from './Label';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Label } from './Label';
@@ -7,6 +7,9 @@ export type LinkProps = {
7
7
  /** Changes the text colour for readability on a light or dark background. */
8
8
  color?: 'contrast' | 'inverse';
9
9
  } & Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'placeholder'>;
10
+ /**
11
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-link--docs Link docs at Amsterdam Design System}
12
+ */
10
13
  export declare const Link: import("react").ForwardRefExoticComponent<{
11
14
  /** Changes the text colour for readability on a light or dark background. */
12
15
  color?: "contrast" | "inverse";
package/dist/Link/Link.js CHANGED
@@ -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-navigation-link--docs Link docs at Amsterdam Design System}
10
+ */
8
11
  export const Link = forwardRef(({ children, className, color, ...restProps }, ref) => (_jsx("a", { ...restProps, className: clsx('ams-link', color && `ams-link--${color}`, className), ref: ref, children: children })));
9
12
  Link.displayName = 'Link';
@@ -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 { Link } from './Link';
@@ -1,2 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Link } from './Link';
2
6
  export type { LinkProps } from './Link';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { Link } from './Link';
@@ -4,6 +4,9 @@
4
4
  */
5
5
  import type { HTMLAttributes, PropsWithChildren } from 'react';
6
6
  export type LinkListProps = PropsWithChildren<HTMLAttributes<HTMLUListElement>>;
7
+ /**
8
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-link-list--docs Link List docs at Amsterdam Design System}
9
+ */
7
10
  export declare const LinkList: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLUListElement> & {
8
11
  children?: import("react").ReactNode | undefined;
9
12
  } & import("react").RefAttributes<HTMLUListElement>> & {
@@ -11,4 +11,7 @@ const LinkListRoot = forwardRef(({ children, className, ...restProps }, ref) =>
11
11
  return (_jsx("ul", { className: clsx('ams-link-list', className), ref: ref, ...restProps, children: children }));
12
12
  });
13
13
  LinkListRoot.displayName = 'LinkList';
14
+ /**
15
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-navigation-link-list--docs Link List docs at Amsterdam Design System}
16
+ */
14
17
  export const LinkList = Object.assign(LinkListRoot, { Link: LinkListLink });
@@ -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 '@testing-library/jest-dom';
3
7
  import { render, screen } from '@testing-library/react';
4
8
  import { createRef } from 'react';
@@ -3,12 +3,12 @@ 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 { ChevronRightIcon } from '@amsterdam/design-system-react-icons';
6
+ import { ChevronForwardIcon } from '@amsterdam/design-system-react-icons';
7
7
  import clsx from 'clsx';
8
8
  import { forwardRef } from 'react';
9
9
  import { Icon } from '../Icon';
10
10
  /** One link with a Link List. */
11
11
  export const LinkListLink = forwardRef(({ children, className, color, icon, size, ...restProps }, ref) => {
12
- return (_jsx("li", { children: _jsxs("a", { className: clsx('ams-link-list__link', color && `ams-link-list__link--${color}`, size && `ams-link-list__link--${size}`, className), ref: ref, ...restProps, children: [_jsx(Icon, { size: size, svg: icon ?? ChevronRightIcon }), children] }) }));
12
+ return (_jsx("li", { children: _jsxs("a", { className: clsx('ams-link-list__link', color && `ams-link-list__link--${color}`, size && `ams-link-list__link--${size}`, className), ref: ref, ...restProps, children: [_jsx(Icon, { size: size, svg: icon ?? ChevronForwardIcon }), children] }) }));
13
13
  });
14
14
  LinkListLink.displayName = 'LinkList.Link';
@@ -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 '@testing-library/jest-dom';
3
7
  import { render, screen } from '@testing-library/react';
4
8
  import { createRef } from 'react';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { LinkList } from './LinkList';
2
6
  export type { LinkListProps } from './LinkList';
3
7
  export type { LinkListLinkProps } from './LinkListLink';
@@ -1 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  export { LinkList } from './LinkList';
@@ -8,4 +8,7 @@ export type LogoProps = {
8
8
  /** The name of the brand for which to display the logo. */
9
9
  brand?: LogoBrand;
10
10
  } & SVGProps<SVGSVGElement>;
11
+ /**
12
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-logo--docs Logo docs at Amsterdam Design System}
13
+ */
11
14
  export declare const Logo: ForwardRefExoticComponent<Omit<LogoProps, "ref"> & RefAttributes<SVGSVGElement>>;
package/dist/Logo/Logo.js CHANGED
@@ -14,6 +14,9 @@ const logoConfig = {
14
14
  'stadsbank-van-lening': LogoStadsbankVanLening,
15
15
  'vga-verzekeringen': LogoVgaVerzekeringen,
16
16
  };
17
+ /**
18
+ * @see {@link https://designsystem.amsterdam/?path=/docs/components-media-logo--docs Logo docs at Amsterdam Design System}
19
+ */
17
20
  export const Logo = forwardRef(({ brand = 'amsterdam', className, ...restProps }, ref) => {
18
21
  const LogoComponent = logoConfig[brand];
19
22
  return _jsx(LogoComponent, { ...restProps, className: clsx('ams-logo', className), ref: ref });
@@ -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 { Logo } from './Logo';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import type { SVGProps } from 'react';
2
6
  declare const LogoAmsterdam: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
7
  export default LogoAmsterdam;
@@ -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 { forwardRef } from 'react';
3
7
  const LogoAmsterdam = forwardRef((props, ref) => (_jsxs("svg", { "aria-hidden": "true", className: "ams-logo", focusable: "false", ref: ref, viewBox: "0 0 115 40", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { className: "ams-logo__text-primary", d: "M16.435 8.581c0-3.752 2.63-6.4 6.344-6.4 1.886 0 3.466.61 4.59 1.829L25.731 5.57c-.704-.78-1.714-1.238-2.915-1.238-2.248 0-3.81 1.752-3.81 4.248 0 2.496 1.524 4.324 3.715 4.324 2 0 3.391-1.143 3.391-2.8v-.323h-2.99V7.705h5.505V9.63c0 3.162-2.457 5.39-5.981 5.39s-6.21-2.666-6.21-6.438ZM30.225 10.086c0-2.915 1.962-4.934 4.762-4.934s4.743 2 4.743 4.876c0 .229-.037.59-.076.839h-7.048C32.778 12.143 33.863 13 35.254 13c1.029 0 1.924-.381 2.514-1.067l1.428 1.391c-.857 1.106-2.343 1.696-4.057 1.696-2.895 0-4.915-2.038-4.915-4.934h.001Zm2.381-.952h4.743c-.152-1.238-1.105-2.077-2.38-2.077-1.276 0-2.229.839-2.363 2.077ZM43.902 5.382v1.275h.038c.476-.97 1.314-1.505 2.4-1.505 1.219 0 2.132.534 2.704 1.6.571-1.028 1.62-1.6 2.952-1.6 2.324 0 3.448 1.296 3.448 3.943v5.696h-2.362V9.495c0-1.543-.534-2.286-1.638-2.286-1.104 0-1.696.82-1.696 2.362v5.22h-2.362V9.495c0-1.562-.514-2.286-1.638-2.286-1.124 0-1.695.838-1.695 2.362v5.22H41.69V5.38h2.212ZM57.312 10.086c0-2.915 1.963-4.934 4.762-4.934 2.8 0 4.744 2 4.744 4.876 0 .229-.038.59-.077.839h-7.048C59.865 12.143 60.95 13 62.341 13c1.03 0 1.924-.381 2.514-1.067l1.429 1.391c-.857 1.106-2.344 1.696-4.058 1.696-2.895 0-4.915-2.038-4.915-4.934h.001Zm2.381-.952h4.743c-.152-1.238-1.105-2.077-2.38-2.077-1.276 0-2.229.839-2.363 2.077ZM68.189 10.086c0-2.915 1.962-4.934 4.762-4.934s4.743 2 4.743 4.876c0 .229-.038.59-.077.839H70.57C70.74 12.143 71.827 13 73.218 13c1.028 0 1.923-.381 2.513-1.067l1.429 1.391c-.857 1.106-2.343 1.696-4.058 1.696-2.895 0-4.915-2.038-4.915-4.934h.002Zm2.38-.952h4.744c-.153-1.238-1.105-2.077-2.381-2.077-1.276 0-2.228.839-2.362 2.077ZM81.883 5.382v1.275h.038c.438-.933 1.39-1.505 2.495-1.505 2.362 0 3.582 1.353 3.582 3.943v5.696h-2.363V9.552c0-1.6-.571-2.343-1.772-2.343-1.2 0-1.847.838-1.847 2.4v5.18h-2.362V5.382h2.23ZM91.026 11.42V7.342h-1.619V5.381h.858c.78 0 1.085-.305 1.085-1.086V2.83h2.019v2.553h2.285v1.962H93.37v4.077c0 .915.476 1.428 1.352 1.428.267 0 .59-.037.78-.095v1.981c-.285.077-.819.133-1.238.133-2.133 0-3.238-1.18-3.238-3.447l.001-.002ZM96.817 10.086c0-2.915 1.963-4.934 4.762-4.934 2.8 0 4.744 2 4.744 4.876 0 .229-.038.59-.077.839h-7.048c.172 1.276 1.257 2.133 2.648 2.133 1.029 0 1.924-.381 2.514-1.067l1.429 1.391c-.857 1.106-2.344 1.696-4.058 1.696-2.895 0-4.915-2.038-4.915-4.934h.001Zm2.381-.952h4.744c-.153-1.238-1.106-2.077-2.382-2.077-1.275 0-2.228.839-2.362 2.077ZM23.73 25.267l4.952 12.381h-2.647l-1.03-2.724H19.5l-1.028 2.724h-2.553l4.953-12.38h2.858Zm-3.486 7.6h4l-1.982-5.219h-.037l-1.981 5.22ZM32.454 28.24v1.275h.038c.476-.97 1.315-1.505 2.4-1.505 1.22 0 2.133.534 2.704 1.6.572-1.028 1.62-1.6 2.953-1.6 2.323 0 3.447 1.296 3.447 3.944v5.696h-2.362v-5.296c0-1.543-.534-2.286-1.638-2.286-1.104 0-1.695.82-1.695 2.362v5.22h-2.363v-5.296c0-1.562-.514-2.286-1.638-2.286-1.124 0-1.695.838-1.695 2.362v5.22h-2.362v-9.41h2.211ZM48.34 33.706c-1.275-.381-2.513-1.067-2.513-2.78 0-1.715 1.447-2.916 3.6-2.916 1.448 0 2.572.514 3.2 1.466l-1.351 1.353c-.477-.59-1.124-.915-1.829-.915-.8 0-1.296.362-1.296.933 0 .762.8.895 1.963 1.257 1.276.381 2.514 1.067 2.514 2.781 0 1.715-1.524 2.99-3.772 2.99-1.466 0-2.648-.514-3.334-1.486l1.353-1.352c.513.609 1.2.934 1.962.934.915 0 1.466-.381 1.466-1.01 0-.762-.8-.895-1.962-1.258v.003ZM55.122 34.277v-4.076h-1.62v-1.963h.858c.78 0 1.085-.304 1.085-1.085v-1.466h2.019v2.552h2.286v1.963h-2.286v4.076c0 .915.476 1.43 1.352 1.43.267 0 .59-.038.78-.096v1.981c-.285.077-.819.133-1.237.133-2.133 0-3.238-1.18-3.238-3.447v-.002ZM60.911 32.944c0-2.915 1.963-4.934 4.763-4.934s4.743 2 4.743 4.876c0 .228-.038.59-.077.839h-7.048c.172 1.276 1.257 2.133 2.648 2.133 1.03 0 1.924-.381 2.514-1.067l1.429 1.391c-.857 1.105-2.343 1.696-4.058 1.696-2.895 0-4.915-2.038-4.915-4.934h.001Zm2.381-.952h4.744c-.153-1.239-1.106-2.077-2.381-2.077-1.276 0-2.229.838-2.363 2.077ZM74.607 28.24V29.8h.038c.457-1.066 1.296-1.638 2.4-1.638.285 0 .685.038.838.095v2.248c-.267-.076-.78-.132-1.162-.132-1.2 0-1.98.914-1.98 2.323v4.953h-2.363v-9.41h2.23ZM78.551 32.983c0-2.915 1.924-4.972 4.648-4.972 1.257 0 2.286.553 2.934 1.562h.037V23.84h2.362v13.81h-2.228v-1.467h-.037c-.61 1.067-1.752 1.696-3.067 1.696-2.724 0-4.648-2.038-4.648-4.895l-.001-.001Zm7.62-.038c0-1.695-1.048-2.82-2.591-2.82-1.543 0-2.61 1.143-2.61 2.82 0 1.677 1.049 2.82 2.61 2.82s2.59-1.124 2.59-2.82ZM90.34 34.963c0-1.81 1.506-2.895 4.02-2.915l1.828-.019v-.304c0-1.106-.704-1.677-1.981-1.677-.838 0-1.581.323-2.095.915l-1.429-1.391c.82-1.01 2.133-1.562 3.752-1.562 2.514 0 4.114 1.371 4.114 3.562v3.733c0 .343.153.495.534.495h.172v1.847H98.15c-.895 0-1.506-.418-1.696-1.105h-.038c-.59.857-1.561 1.333-2.743 1.333-1.981 0-3.333-1.18-3.333-2.914v.002Zm5.848-.82v-.534l-1.561.02c-1.238.018-1.905.457-1.905 1.275 0 .724.571 1.238 1.37 1.238 1.239 0 2.096-.82 2.096-2v.001ZM103.312 28.24v1.275h.038c.476-.97 1.315-1.505 2.4-1.505 1.219 0 2.133.534 2.704 1.6.572-1.028 1.619-1.6 2.953-1.6 2.323 0 3.447 1.296 3.447 3.944v5.696h-2.362v-5.296c0-1.543-.534-2.286-1.638-2.286-1.104 0-1.695.82-1.695 2.362v5.22h-2.363v-5.296c0-1.562-.513-2.286-1.638-2.286-1.124 0-1.695.838-1.695 2.362v5.22h-2.362v-9.41h2.211Z", fill: "#EC0000" }), _jsx("path", { className: "ams-logo__emblem", d: "m0 37.648 3.527-3.527L0 30.593l2.352-2.351 3.527 3.527 3.528-3.527 2.351 2.351-3.527 3.528 3.527 3.527L9.407 40l-3.528-3.527L2.352 40 0 37.648ZM0 23.54l3.527-3.528L0 16.485l2.352-2.352 3.527 3.528 3.528-3.528 2.351 2.352-3.527 3.527 3.527 3.528-2.351 2.351-3.528-3.527-3.527 3.527L0 23.54ZM0 9.407l3.527-3.528L0 2.352 2.352 0l3.527 3.527L9.407 0l2.351 2.352-3.527 3.527 3.527 3.528-2.351 2.351-3.528-3.527-3.526 3.527L0 9.407Z", fill: "#EC0000" })] })));
4
8
  LogoAmsterdam.displayName = 'LogoAmsterdam';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import type { SVGProps } from 'react';
2
6
  declare const LogoGgdAmsterdam: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
7
  export default LogoGgdAmsterdam;
@@ -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 { forwardRef } from 'react';
3
7
  const LogoGgdAmsterdam = forwardRef((props, ref) => (_jsxs("svg", { "aria-hidden": "true", className: "ams-logo", focusable: "false", ref: ref, viewBox: "0 0 115 40", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { className: "ams-logo__emblem", d: "m0 37.648 3.527-3.527L0 30.593l2.352-2.351 3.527 3.527 3.528-3.527 2.351 2.351-3.527 3.528 3.527 3.527L9.407 40l-3.528-3.527L2.352 40 0 37.648ZM0 23.54l3.527-3.528L0 16.485l2.352-2.352 3.527 3.528 3.528-3.528 2.351 2.352-3.527 3.527 3.527 3.528-2.351 2.351-3.528-3.527-3.527 3.527L0 23.54ZM0 9.407l3.527-3.528L0 2.352 2.352 0l3.527 3.527L9.407 0l2.351 2.352-3.527 3.527 3.527 3.528-2.351 2.351-3.528-3.527-3.526 3.527L0 9.407Z", fill: "#EC0000" }), _jsx("path", { className: "ams-logo__text-primary", d: "m23.73 25.267 4.952 12.381h-2.647l-1.03-2.724H19.5l-1.028 2.724h-2.553l4.953-12.381h2.858Zm-3.486 7.6h4l-1.982-5.219h-.037l-1.981 5.22ZM32.454 28.24v1.275h.038c.476-.971 1.315-1.505 2.4-1.505 1.22 0 2.133.534 2.704 1.6.572-1.028 1.62-1.6 2.953-1.6 2.323 0 3.447 1.296 3.447 3.944v5.696h-2.362v-5.296c0-1.543-.534-2.286-1.638-2.286-1.104 0-1.695.82-1.695 2.362v5.22h-2.363v-5.296c0-1.562-.514-2.286-1.638-2.286-1.124 0-1.695.838-1.695 2.362v5.22h-2.362v-9.41h2.211ZM48.34 33.706c-1.275-.381-2.513-1.067-2.513-2.78 0-1.715 1.447-2.916 3.6-2.916 1.448 0 2.572.514 3.2 1.466l-1.351 1.353c-.477-.59-1.124-.915-1.829-.915-.8 0-1.296.362-1.296.933 0 .762.8.895 1.963 1.257 1.276.381 2.514 1.067 2.514 2.781 0 1.715-1.524 2.99-3.772 2.99-1.466 0-2.648-.514-3.334-1.486l1.353-1.352c.513.609 1.2.934 1.962.934.915 0 1.466-.381 1.466-1.01 0-.762-.8-.895-1.962-1.258v.003ZM55.122 34.277v-4.076h-1.62v-1.963h.858c.78 0 1.085-.304 1.085-1.085v-1.466h2.019v2.552h2.286v1.963h-2.286v4.076c0 .915.476 1.43 1.352 1.43.267 0 .59-.038.78-.096v1.981c-.285.076-.819.133-1.237.133-2.133 0-3.238-1.18-3.238-3.447v-.002ZM60.911 32.944c0-2.915 1.963-4.934 4.763-4.934s4.743 2 4.743 4.876c0 .228-.038.59-.077.839h-7.048c.172 1.275 1.257 2.133 2.648 2.133 1.03 0 1.924-.381 2.514-1.067l1.429 1.391c-.857 1.105-2.343 1.696-4.058 1.696-2.895 0-4.915-2.038-4.915-4.934h.001Zm2.381-.953h4.744c-.153-1.238-1.106-2.076-2.381-2.076-1.276 0-2.229.838-2.363 2.076ZM74.607 28.24V29.8h.038c.457-1.066 1.296-1.638 2.4-1.638.285 0 .685.038.838.095v2.248c-.267-.076-.78-.132-1.162-.132-1.2 0-1.98.914-1.98 2.323v4.953h-2.363v-9.41h2.23ZM78.551 32.983c0-2.915 1.924-4.972 4.648-4.972 1.257 0 2.286.553 2.934 1.562h.037V23.84h2.362v13.81h-2.228v-1.467h-.037c-.61 1.067-1.752 1.696-3.067 1.696-2.724 0-4.648-2.038-4.648-4.895l-.001-.001Zm7.62-.038c0-1.695-1.048-2.82-2.591-2.82-1.543 0-2.61 1.143-2.61 2.82 0 1.677 1.049 2.82 2.61 2.82s2.59-1.124 2.59-2.82ZM90.34 34.963c0-1.81 1.506-2.895 4.02-2.915l1.828-.019v-.304c0-1.106-.704-1.677-1.981-1.677-.838 0-1.581.323-2.095.915l-1.429-1.391c.82-1.01 2.133-1.562 3.752-1.562 2.514 0 4.114 1.371 4.114 3.562v3.733c0 .343.153.495.534.495h.172v1.847H98.15c-.895 0-1.506-.418-1.696-1.105h-.038c-.59.857-1.561 1.333-2.743 1.333-1.981 0-3.333-1.18-3.333-2.915v.003Zm5.848-.82v-.534l-1.561.02c-1.238.018-1.905.457-1.905 1.275 0 .724.571 1.238 1.37 1.238 1.239 0 2.096-.82 2.096-2v.001ZM103.312 28.24v1.275h.038c.476-.971 1.315-1.505 2.4-1.505 1.219 0 2.133.534 2.704 1.6.572-1.028 1.619-1.6 2.953-1.6 2.323 0 3.447 1.296 3.447 3.944v5.696h-2.362v-5.296c0-1.543-.534-2.286-1.638-2.286-1.104 0-1.695.82-1.695 2.362v5.22h-2.363v-5.296c0-1.562-.513-2.286-1.638-2.286-1.124 0-1.695.838-1.695 2.362v5.22h-2.362v-9.41h2.211Z", fill: "#EC0000" }), _jsx("path", { className: "ams-logo__text-secondary", d: "M16.436 8.581c0-3.752 2.629-6.4 6.343-6.4 1.886 0 3.466.61 4.59 1.829L25.732 5.57c-.705-.78-1.715-1.238-2.915-1.238-2.248 0-3.81 1.752-3.81 4.248 0 2.496 1.524 4.324 3.714 4.324 2 0 3.392-1.143 3.392-2.8v-.323h-2.99V7.705h5.505V9.63c0 3.162-2.458 5.39-5.982 5.39s-6.21-2.666-6.21-6.438ZM30.34 8.581c0-3.752 2.63-6.4 6.344-6.4 1.886 0 3.467.61 4.59 1.829L39.638 5.57c-.705-.78-1.715-1.238-2.915-1.238-2.248 0-3.81 1.752-3.81 4.248 0 2.496 1.524 4.324 3.715 4.324 2 0 3.39-1.143 3.39-2.8v-.323h-2.99V7.705h5.506V9.63c0 3.162-2.458 5.39-5.982 5.39s-6.21-2.666-6.21-6.438ZM44.836 2.41h4.61c3.809 0 6.343 2.476 6.343 6.19 0 3.714-2.59 6.19-6.363 6.19h-4.59V2.41Zm4.419 10.229c2.38 0 3.942-1.543 3.942-4.02 0-2.475-1.524-4.057-3.923-4.057H47.35v8.077h1.905Z", fill: "#000" })] })));
4
8
  LogoGgdAmsterdam.displayName = 'LogoGgdAmsterdam';
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
1
5
  import type { SVGProps } from 'react';
2
6
  declare const LogoMuseumWeesp: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
3
7
  export default LogoMuseumWeesp;