@utrecht/component-library-react 1.0.0-alpha.39 → 1.0.0-alpha.391

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 (372) hide show
  1. package/README.md +25 -1
  2. package/dist/.jest-test-results.json +1 -0
  3. package/dist/Accordion.d.ts +48 -0
  4. package/dist/Alert.d.ts +13 -0
  5. package/dist/AlertDialog.d.ts +13 -0
  6. package/dist/Article.d.ts +9 -0
  7. package/dist/Backdrop.d.ts +9 -0
  8. package/dist/BadgeCounter.d.ts +12 -0
  9. package/dist/BadgeList.d.ts +9 -0
  10. package/dist/BreadcrumbNav.d.ts +31 -0
  11. package/dist/{cjs/Button.d.ts → Button.d.ts} +28 -24
  12. package/dist/ButtonGroup.d.ts +9 -0
  13. package/dist/ButtonLink.d.ts +14 -0
  14. package/dist/Calendar/CalendarButton.d.ts +5 -0
  15. package/dist/Calendar/CalendarIcon.d.ts +5 -0
  16. package/dist/Calendar/CalendarNavigation.d.ts +5 -0
  17. package/dist/Calendar/CalendarNavigationButtons.d.ts +13 -0
  18. package/dist/Calendar/CalendarNavigationLabel.d.ts +4 -0
  19. package/dist/Calendar/CalendarTableDaysContainer.d.ts +5 -0
  20. package/dist/Calendar/CalendarTableDaysItem.d.ts +5 -0
  21. package/dist/Calendar/CalendarTableDaysItemDay.d.ts +11 -0
  22. package/dist/Calendar/CalendarTableWeeksContainer.d.ts +4 -0
  23. package/dist/Calendar/CalendarTableWeeksItem.d.ts +5 -0
  24. package/dist/Calendar/IconArrowLeft.d.ts +7 -0
  25. package/dist/Calendar/IconArrowLeftDouble.d.ts +7 -0
  26. package/dist/Calendar/IconArrowRight.d.ts +7 -0
  27. package/dist/Calendar/IconArrowRightDouble.d.ts +7 -0
  28. package/dist/Calendar/index.d.ts +43 -0
  29. package/dist/{cjs/Checkbox.d.ts → Checkbox.d.ts} +6 -5
  30. package/dist/Code.d.ts +10 -0
  31. package/dist/CodeBlock.d.ts +10 -0
  32. package/dist/ColorSample.d.ts +12 -0
  33. package/dist/ColumnLayout.d.ts +11 -0
  34. package/dist/CurrencyData.d.ts +13 -0
  35. package/dist/DataBadge.d.ts +13 -0
  36. package/dist/DataList.d.ts +28 -0
  37. package/dist/DataPlaceholder.d.ts +10 -0
  38. package/dist/Document.d.ts +9 -0
  39. package/dist/Emphasis.d.ts +10 -0
  40. package/dist/Fieldset.d.ts +19 -0
  41. package/dist/FieldsetLegend.d.ts +5 -0
  42. package/dist/Figure.d.ts +5 -0
  43. package/dist/FigureCaption.d.ts +5 -0
  44. package/dist/FormField.d.ts +8 -0
  45. package/dist/{cjs/FormFieldDescription.d.ts → FormFieldDescription.d.ts} +9 -7
  46. package/dist/{cjs/FormLabel.d.ts → FormLabel.d.ts} +9 -8
  47. package/dist/FormToggle.d.ts +5 -0
  48. package/dist/HTMLContent.d.ts +9 -0
  49. package/dist/Heading.d.ts +12 -0
  50. package/dist/Heading1.d.ts +9 -0
  51. package/dist/Heading2.d.ts +9 -0
  52. package/dist/Heading3.d.ts +9 -0
  53. package/dist/Heading4.d.ts +9 -0
  54. package/dist/Heading5.d.ts +9 -0
  55. package/dist/Heading6.d.ts +9 -0
  56. package/dist/HeadingGroup.d.ts +9 -0
  57. package/dist/IBANData.d.ts +11 -0
  58. package/dist/Icon.d.ts +10 -0
  59. package/dist/Image.d.ts +9 -0
  60. package/dist/IndexCharNav.d.ts +57 -0
  61. package/dist/Link.d.ts +14 -0
  62. package/dist/LinkButton.d.ts +13 -0
  63. package/dist/LinkSocial.d.ts +11 -0
  64. package/dist/ListSocial.d.ts +13 -0
  65. package/dist/Logo.d.ts +10 -0
  66. package/dist/LogoImage.d.ts +8 -0
  67. package/dist/Mark.d.ts +10 -0
  68. package/dist/MultilineData.d.ts +10 -0
  69. package/dist/NumberValue.d.ts +11 -0
  70. package/dist/OrderedList.d.ts +9 -0
  71. package/dist/OrderedListItem.d.ts +9 -0
  72. package/dist/Page.d.ts +9 -0
  73. package/dist/PageContent.d.ts +13 -0
  74. package/dist/PageFooter.d.ts +9 -0
  75. package/dist/PageHeader.d.ts +9 -0
  76. package/dist/{cjs/Paragraph.d.ts → Paragraph.d.ts} +12 -9
  77. package/dist/PreHeading.d.ts +9 -0
  78. package/dist/RadioButton.d.ts +13 -0
  79. package/dist/{cjs/Select.d.ts → Select.d.ts} +20 -11
  80. package/dist/{cjs/Separator.d.ts → Separator.d.ts} +7 -7
  81. package/dist/SkipLink.d.ts +5 -0
  82. package/dist/SpotlightSection.d.ts +13 -0
  83. package/dist/StatusBadge.d.ts +12 -0
  84. package/dist/Strong.d.ts +10 -0
  85. package/dist/Surface.d.ts +9 -0
  86. package/dist/Table.d.ts +11 -0
  87. package/dist/TableBody.d.ts +9 -0
  88. package/dist/TableCaption.d.ts +9 -0
  89. package/dist/TableCell.d.ts +12 -0
  90. package/dist/TableFooter.d.ts +11 -0
  91. package/dist/TableHeader.d.ts +11 -0
  92. package/dist/TableHeaderCell.d.ts +13 -0
  93. package/dist/TableRow.d.ts +12 -0
  94. package/dist/{cjs/Textarea.d.ts → Textarea.d.ts} +5 -5
  95. package/dist/{cjs/Textbox.d.ts → Textbox.d.ts} +7 -7
  96. package/dist/URLValue.d.ts +9 -0
  97. package/dist/UnorderedList.d.ts +9 -0
  98. package/dist/UnorderedListItem.d.ts +9 -0
  99. package/dist/VegaVisualization.d.ts +11 -0
  100. package/dist/css-module/Accordion.d.ts +48 -0
  101. package/dist/css-module/Alert.d.ts +13 -0
  102. package/dist/css-module/AlertDialog.d.ts +13 -0
  103. package/dist/css-module/Article.d.ts +9 -0
  104. package/dist/css-module/Backdrop.d.ts +9 -0
  105. package/dist/css-module/BadgeCounter.d.ts +12 -0
  106. package/dist/css-module/BadgeList.d.ts +9 -0
  107. package/dist/css-module/BreadcrumbNav.d.ts +31 -0
  108. package/dist/css-module/Button.d.ts +28 -0
  109. package/dist/css-module/ButtonGroup.d.ts +9 -0
  110. package/dist/css-module/ButtonLink.d.ts +14 -0
  111. package/dist/css-module/Calendar/CalendarButton.d.ts +5 -0
  112. package/dist/css-module/Calendar/CalendarIcon.d.ts +5 -0
  113. package/dist/css-module/Calendar/CalendarNavigation.d.ts +5 -0
  114. package/dist/css-module/Calendar/CalendarNavigationButtons.d.ts +13 -0
  115. package/dist/css-module/Calendar/CalendarNavigationLabel.d.ts +4 -0
  116. package/dist/css-module/Calendar/CalendarTableDaysContainer.d.ts +5 -0
  117. package/dist/css-module/Calendar/CalendarTableDaysItem.d.ts +5 -0
  118. package/dist/css-module/Calendar/CalendarTableDaysItemDay.d.ts +11 -0
  119. package/dist/css-module/Calendar/CalendarTableWeeksContainer.d.ts +4 -0
  120. package/dist/css-module/Calendar/CalendarTableWeeksItem.d.ts +5 -0
  121. package/dist/css-module/Calendar/IconArrowLeft.d.ts +7 -0
  122. package/dist/css-module/Calendar/IconArrowLeftDouble.d.ts +7 -0
  123. package/dist/css-module/Calendar/IconArrowRight.d.ts +7 -0
  124. package/dist/css-module/Calendar/IconArrowRightDouble.d.ts +7 -0
  125. package/dist/css-module/Calendar/index.d.ts +43 -0
  126. package/dist/css-module/Calendar.d.ts +6 -0
  127. package/dist/css-module/Checkbox.d.ts +6 -0
  128. package/dist/css-module/Code.d.ts +10 -0
  129. package/dist/css-module/CodeBlock.d.ts +10 -0
  130. package/dist/css-module/ColorSample.d.ts +12 -0
  131. package/dist/css-module/ColumnLayout.d.ts +11 -0
  132. package/dist/css-module/CurrencyData.d.ts +13 -0
  133. package/dist/css-module/DataBadge.d.ts +13 -0
  134. package/dist/css-module/DataList.d.ts +28 -0
  135. package/dist/css-module/DataPlaceholder.d.ts +10 -0
  136. package/dist/css-module/Document.d.ts +9 -0
  137. package/dist/css-module/Emphasis.d.ts +10 -0
  138. package/dist/css-module/Fieldset.d.ts +19 -0
  139. package/dist/css-module/FieldsetLegend.d.ts +5 -0
  140. package/dist/css-module/Figure.d.ts +5 -0
  141. package/dist/css-module/FigureCaption.d.ts +5 -0
  142. package/dist/css-module/FormField.d.ts +8 -0
  143. package/dist/css-module/FormFieldDescription.d.ts +9 -0
  144. package/dist/css-module/FormLabel.d.ts +9 -0
  145. package/dist/css-module/FormToggle.d.ts +5 -0
  146. package/dist/css-module/HTMLContent.d.ts +9 -0
  147. package/dist/css-module/Heading.d.ts +12 -0
  148. package/dist/css-module/Heading1.d.ts +9 -0
  149. package/dist/css-module/Heading2.d.ts +9 -0
  150. package/dist/css-module/Heading3.d.ts +9 -0
  151. package/dist/css-module/Heading4.d.ts +9 -0
  152. package/dist/css-module/Heading5.d.ts +9 -0
  153. package/dist/css-module/Heading6.d.ts +9 -0
  154. package/dist/css-module/HeadingGroup.d.ts +9 -0
  155. package/dist/css-module/IBANData.d.ts +11 -0
  156. package/dist/css-module/Icon.d.ts +10 -0
  157. package/dist/css-module/Image.d.ts +9 -0
  158. package/dist/css-module/IndexCharNav.d.ts +57 -0
  159. package/dist/css-module/Link.d.ts +14 -0
  160. package/dist/css-module/LinkButton.d.ts +13 -0
  161. package/dist/css-module/LinkSocial.d.ts +11 -0
  162. package/dist/css-module/ListSocial.d.ts +13 -0
  163. package/dist/css-module/Logo.d.ts +10 -0
  164. package/dist/css-module/LogoImage.d.ts +8 -0
  165. package/dist/css-module/Mark.d.ts +10 -0
  166. package/dist/css-module/MultilineData.d.ts +10 -0
  167. package/dist/css-module/NumberValue.d.ts +11 -0
  168. package/dist/css-module/OrderedList.d.ts +9 -0
  169. package/dist/css-module/OrderedListItem.d.ts +9 -0
  170. package/dist/css-module/Page.d.ts +9 -0
  171. package/dist/css-module/PageContent.d.ts +13 -0
  172. package/dist/css-module/PageFooter.d.ts +9 -0
  173. package/dist/css-module/PageHeader.d.ts +9 -0
  174. package/dist/css-module/Paragraph.d.ts +12 -0
  175. package/dist/css-module/PreHeading.d.ts +9 -0
  176. package/dist/css-module/RadioButton.d.ts +13 -0
  177. package/dist/css-module/Select.d.ts +20 -0
  178. package/dist/css-module/Separator.d.ts +7 -0
  179. package/dist/css-module/SkipLink.d.ts +5 -0
  180. package/dist/css-module/SpotlightSection.d.ts +13 -0
  181. package/dist/css-module/StatusBadge.d.ts +12 -0
  182. package/dist/css-module/Strong.d.ts +10 -0
  183. package/dist/css-module/Surface.d.ts +9 -0
  184. package/dist/css-module/Table.d.ts +11 -0
  185. package/dist/css-module/TableBody.d.ts +9 -0
  186. package/dist/css-module/TableCaption.d.ts +9 -0
  187. package/dist/css-module/TableCell.d.ts +12 -0
  188. package/dist/css-module/TableFooter.d.ts +11 -0
  189. package/dist/css-module/TableHeader.d.ts +11 -0
  190. package/dist/css-module/TableHeaderCell.d.ts +13 -0
  191. package/dist/css-module/TableRow.d.ts +12 -0
  192. package/dist/css-module/Textarea.d.ts +5 -0
  193. package/dist/css-module/Textbox.d.ts +7 -0
  194. package/dist/css-module/URLValue.d.ts +9 -0
  195. package/dist/css-module/UnorderedList.d.ts +9 -0
  196. package/dist/css-module/UnorderedListItem.d.ts +9 -0
  197. package/dist/css-module/VegaVisualization.d.ts +11 -0
  198. package/dist/css-module/css-module/Accordion.d.ts +6 -0
  199. package/dist/css-module/css-module/Alert.d.ts +6 -0
  200. package/dist/css-module/css-module/AlertDialog.d.ts +6 -0
  201. package/dist/css-module/css-module/Article.d.ts +6 -0
  202. package/dist/css-module/css-module/Backdrop.d.ts +6 -0
  203. package/dist/css-module/css-module/BadgeCounter.d.ts +6 -0
  204. package/dist/css-module/css-module/BadgeList.d.ts +6 -0
  205. package/dist/css-module/css-module/BreadcrumbNav.d.ts +6 -0
  206. package/dist/css-module/css-module/Button.d.ts +6 -0
  207. package/dist/css-module/css-module/ButtonGroup.d.ts +6 -0
  208. package/dist/css-module/css-module/ButtonLink.d.ts +6 -0
  209. package/dist/css-module/css-module/Calendar.d.ts +6 -0
  210. package/dist/css-module/css-module/Checkbox.d.ts +7 -0
  211. package/dist/css-module/css-module/Code.d.ts +6 -0
  212. package/dist/css-module/css-module/CodeBlock.d.ts +6 -0
  213. package/dist/css-module/css-module/ColorSample.d.ts +6 -0
  214. package/dist/css-module/css-module/ColumnLayout.d.ts +6 -0
  215. package/dist/css-module/css-module/CurrencyData.d.ts +6 -0
  216. package/dist/css-module/css-module/DataBadge.d.ts +6 -0
  217. package/dist/css-module/css-module/DataList.d.ts +6 -0
  218. package/dist/css-module/css-module/DataPlaceholder.d.ts +6 -0
  219. package/dist/css-module/css-module/Document.d.ts +6 -0
  220. package/dist/css-module/css-module/Emphasis.d.ts +6 -0
  221. package/dist/css-module/css-module/Fieldset.d.ts +6 -0
  222. package/dist/css-module/css-module/FieldsetLegend.d.ts +6 -0
  223. package/dist/css-module/css-module/Figure.d.ts +6 -0
  224. package/dist/css-module/css-module/FigureCaption.d.ts +6 -0
  225. package/dist/css-module/css-module/FormField.d.ts +6 -0
  226. package/dist/css-module/css-module/FormFieldDescription.d.ts +6 -0
  227. package/dist/css-module/css-module/FormLabel.d.ts +6 -0
  228. package/dist/css-module/css-module/FormToggle.d.ts +6 -0
  229. package/dist/css-module/css-module/HTMLContent.d.ts +6 -0
  230. package/dist/css-module/css-module/Heading.d.ts +11 -0
  231. package/dist/css-module/css-module/Heading1.d.ts +6 -0
  232. package/dist/css-module/css-module/Heading2.d.ts +6 -0
  233. package/dist/css-module/css-module/Heading3.d.ts +6 -0
  234. package/dist/css-module/css-module/Heading4.d.ts +6 -0
  235. package/dist/css-module/css-module/Heading5.d.ts +6 -0
  236. package/dist/css-module/css-module/Heading6.d.ts +6 -0
  237. package/dist/css-module/css-module/HeadingGroup.d.ts +6 -0
  238. package/dist/css-module/css-module/IBANData.d.ts +6 -0
  239. package/dist/css-module/css-module/Icon.d.ts +6 -0
  240. package/dist/css-module/css-module/Image.d.ts +6 -0
  241. package/dist/css-module/css-module/IndexCharNav.d.ts +6 -0
  242. package/dist/css-module/css-module/Link.d.ts +6 -0
  243. package/dist/css-module/css-module/LinkButton.d.ts +6 -0
  244. package/dist/css-module/css-module/LinkSocial.d.ts +6 -0
  245. package/dist/css-module/css-module/ListSocial.d.ts +6 -0
  246. package/dist/css-module/css-module/Logo.d.ts +6 -0
  247. package/dist/css-module/css-module/LogoImage.d.ts +5 -0
  248. package/dist/css-module/css-module/Mark.d.ts +6 -0
  249. package/dist/css-module/css-module/MultilineData.d.ts +6 -0
  250. package/dist/css-module/css-module/NumberValue.d.ts +6 -0
  251. package/dist/css-module/css-module/OrderedList.d.ts +6 -0
  252. package/dist/css-module/css-module/OrderedListItem.d.ts +6 -0
  253. package/dist/css-module/css-module/Page.d.ts +6 -0
  254. package/dist/css-module/css-module/PageContent.d.ts +6 -0
  255. package/dist/css-module/css-module/PageFooter.d.ts +6 -0
  256. package/dist/css-module/css-module/PageHeader.d.ts +6 -0
  257. package/dist/css-module/css-module/Paragraph.d.ts +6 -0
  258. package/dist/css-module/css-module/PreHeading.d.ts +6 -0
  259. package/dist/css-module/css-module/RadioButton.d.ts +6 -0
  260. package/dist/css-module/css-module/Select.d.ts +6 -0
  261. package/dist/css-module/css-module/Separator.d.ts +6 -0
  262. package/dist/css-module/css-module/SkipLink.d.ts +6 -0
  263. package/dist/css-module/css-module/SpotlightSection.d.ts +6 -0
  264. package/dist/css-module/css-module/StatusBadge.d.ts +7 -0
  265. package/dist/css-module/css-module/Strong.d.ts +6 -0
  266. package/dist/css-module/css-module/Surface.d.ts +6 -0
  267. package/dist/css-module/css-module/Table.d.ts +6 -0
  268. package/dist/css-module/css-module/TableBody.d.ts +5 -0
  269. package/dist/css-module/css-module/TableCaption.d.ts +5 -0
  270. package/dist/css-module/css-module/TableCell.d.ts +5 -0
  271. package/dist/css-module/css-module/TableFooter.d.ts +5 -0
  272. package/dist/css-module/css-module/TableHeader.d.ts +5 -0
  273. package/dist/css-module/css-module/TableHeaderCell.d.ts +5 -0
  274. package/dist/css-module/css-module/TableRow.d.ts +5 -0
  275. package/dist/css-module/css-module/Textarea.d.ts +6 -0
  276. package/dist/css-module/css-module/Textbox.d.ts +6 -0
  277. package/dist/css-module/css-module/URLValue.d.ts +6 -0
  278. package/dist/css-module/css-module/UnorderedList.d.ts +6 -0
  279. package/dist/css-module/css-module/UnorderedListItem.d.ts +6 -0
  280. package/dist/css-module/css-module/VegaVisualization.d.ts +6 -0
  281. package/dist/css-module/css-module/index.d.ts +168 -0
  282. package/dist/css-module/index.d.ts +169 -0
  283. package/dist/css-module/index.js +72081 -0
  284. package/dist/css-module/index.js.map +1 -0
  285. package/dist/css-module/index.mjs +71984 -0
  286. package/dist/css-module/index.mjs.map +1 -0
  287. package/dist/index.cjs.js +71844 -0
  288. package/dist/index.cjs.js.map +1 -0
  289. package/dist/index.d.ts +169 -0
  290. package/dist/index.esm.js +71747 -0
  291. package/dist/index.esm.js.map +1 -0
  292. package/package.json +55 -332
  293. package/dist/cjs/Article.d.ts +0 -7
  294. package/dist/cjs/Article.js +0 -29
  295. package/dist/cjs/Backdrop.d.ts +0 -7
  296. package/dist/cjs/Backdrop.js +0 -29
  297. package/dist/cjs/Button.js +0 -43
  298. package/dist/cjs/ButtonLink.d.ts +0 -15
  299. package/dist/cjs/ButtonLink.js +0 -52
  300. package/dist/cjs/Checkbox.js +0 -25
  301. package/dist/cjs/Document.d.ts +0 -7
  302. package/dist/cjs/Document.js +0 -29
  303. package/dist/cjs/Fieldset.d.ts +0 -3
  304. package/dist/cjs/Fieldset.js +0 -25
  305. package/dist/cjs/FieldsetLegend.d.ts +0 -3
  306. package/dist/cjs/FieldsetLegend.js +0 -25
  307. package/dist/cjs/FormField.d.ts +0 -3
  308. package/dist/cjs/FormField.js +0 -25
  309. package/dist/cjs/FormFieldDescription.js +0 -25
  310. package/dist/cjs/FormLabel.js +0 -25
  311. package/dist/cjs/HTMLContent.d.ts +0 -7
  312. package/dist/cjs/HTMLContent.js +0 -29
  313. package/dist/cjs/Heading1.d.ts +0 -7
  314. package/dist/cjs/Heading1.js +0 -29
  315. package/dist/cjs/Heading2.d.ts +0 -7
  316. package/dist/cjs/Heading2.js +0 -29
  317. package/dist/cjs/Heading3.d.ts +0 -7
  318. package/dist/cjs/Heading3.js +0 -29
  319. package/dist/cjs/Heading4.d.ts +0 -7
  320. package/dist/cjs/Heading4.js +0 -29
  321. package/dist/cjs/Heading5.d.ts +0 -7
  322. package/dist/cjs/Heading5.js +0 -29
  323. package/dist/cjs/Heading6.d.ts +0 -7
  324. package/dist/cjs/Heading6.js +0 -29
  325. package/dist/cjs/Link.d.ts +0 -15
  326. package/dist/cjs/Link.js +0 -42
  327. package/dist/cjs/OrderedList.d.ts +0 -7
  328. package/dist/cjs/OrderedList.js +0 -29
  329. package/dist/cjs/OrderedListItem.d.ts +0 -7
  330. package/dist/cjs/OrderedListItem.js +0 -29
  331. package/dist/cjs/Page.d.ts +0 -7
  332. package/dist/cjs/Page.js +0 -29
  333. package/dist/cjs/PageContent.d.ts +0 -9
  334. package/dist/cjs/PageContent.js +0 -34
  335. package/dist/cjs/PageFooter.d.ts +0 -7
  336. package/dist/cjs/PageFooter.js +0 -29
  337. package/dist/cjs/PageHeader.d.ts +0 -7
  338. package/dist/cjs/PageHeader.js +0 -29
  339. package/dist/cjs/Paragraph.js +0 -29
  340. package/dist/cjs/RadioButton.d.ts +0 -5
  341. package/dist/cjs/RadioButton.js +0 -25
  342. package/dist/cjs/Select.js +0 -31
  343. package/dist/cjs/Separator.js +0 -30
  344. package/dist/cjs/Surface.d.ts +0 -7
  345. package/dist/cjs/Surface.js +0 -29
  346. package/dist/cjs/Table.d.ts +0 -7
  347. package/dist/cjs/Table.js +0 -29
  348. package/dist/cjs/TableBody.d.ts +0 -7
  349. package/dist/cjs/TableBody.js +0 -29
  350. package/dist/cjs/TableCaption.d.ts +0 -7
  351. package/dist/cjs/TableCaption.js +0 -29
  352. package/dist/cjs/TableCell.d.ts +0 -7
  353. package/dist/cjs/TableCell.js +0 -29
  354. package/dist/cjs/TableFooter.d.ts +0 -7
  355. package/dist/cjs/TableFooter.js +0 -29
  356. package/dist/cjs/TableHeader.d.ts +0 -7
  357. package/dist/cjs/TableHeader.js +0 -29
  358. package/dist/cjs/TableHeaderCell.d.ts +0 -7
  359. package/dist/cjs/TableHeaderCell.js +0 -29
  360. package/dist/cjs/TableRow.d.ts +0 -7
  361. package/dist/cjs/TableRow.js +0 -29
  362. package/dist/cjs/Textarea.js +0 -25
  363. package/dist/cjs/Textbox.js +0 -25
  364. package/dist/cjs/URLValue.d.ts +0 -7
  365. package/dist/cjs/URLValue.js +0 -29
  366. package/dist/cjs/UnorderedList.d.ts +0 -7
  367. package/dist/cjs/UnorderedList.js +0 -29
  368. package/dist/cjs/UnorderedListItem.d.ts +0 -7
  369. package/dist/cjs/UnorderedListItem.js +0 -29
  370. package/dist/cjs/index.d.ts +0 -47
  371. package/dist/cjs/index.js +0 -97
  372. package/dist/cjs/tsconfig.tsbuildinfo +0 -3983
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/separator/css/index.scss';
6
+ export * from '../Separator';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/skip-link/css/index.scss';
6
+ export * from '../SkipLink';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/spotlight-section/css/index.scss';
6
+ export * from '../SpotlightSection';
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2023 Gemeente Utrecht
4
+ * Copyright (c) 2023 Frameless B.V.
5
+ */
6
+ import '../../../../components/badge-status/css/index.scss';
7
+ export * from '../StatusBadge';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/emphasis/css/index.scss';
6
+ export * from '../Strong';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/surface/css/index.scss';
6
+ export * from '../Surface';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/table/css/index.scss';
6
+ export * from '../Table';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableBody';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableCaption';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableCell';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableFooter';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableHeader';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableHeaderCell';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ export * from '../TableRow';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/textarea/css/index.scss';
6
+ export * from '../Textarea';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/textbox/css/index.scss';
6
+ export * from '../Textbox';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/url/css/index.scss';
6
+ export * from '../URLValue';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/unordered-list/css/index.scss';
6
+ export * from '../UnorderedList';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import '../../../../components/unordered-list/css/index.scss';
6
+ export * from '../UnorderedListItem';
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2023 Frameless B.V.
4
+ */
5
+ import '../../../../components/vega-visualization/css/index.scss';
6
+ export * from '../VegaVisualization';
@@ -0,0 +1,168 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ export { Accordion, AccordionProvider, AccordionSection } from './Accordion';
6
+ export type { AlertProps, AlertType } from '../Alert';
7
+ export { Alert } from './Alert';
8
+ export type { AlertDialogProps } from '../AlertDialog';
9
+ export { AlertDialog } from './AlertDialog';
10
+ export type { ArticleProps } from '../Article';
11
+ export { Article } from './Article';
12
+ export type { BackdropProps } from '../Backdrop';
13
+ export { Backdrop } from './Backdrop';
14
+ export type { BadgeCounterProps } from '../BadgeCounter';
15
+ export { BadgeCounter } from './BadgeCounter';
16
+ export type { BadgeListProps } from '../BadgeList';
17
+ export { BadgeList } from './BadgeList';
18
+ export type { BreadcrumbNavProps, BreadcrumbLinkProps, BreadcrumbSeparatorProps } from '../BreadcrumbNav';
19
+ export { BreadcrumbNav, BreadcrumbLink, BreadcrumbSeparator } from './BreadcrumbNav';
20
+ export type { ButtonProps } from '../Button';
21
+ export { Button, PrimaryActionButton, SecondaryActionButton, SubtleButton } from './Button';
22
+ export type { ButtonGroupProps } from '../ButtonGroup';
23
+ export { ButtonGroup } from './ButtonGroup';
24
+ export type { ButtonLinkProps } from '../ButtonLink';
25
+ export { ButtonLink } from './ButtonLink';
26
+ export * from './Calendar';
27
+ export type { CheckboxProps } from '../Checkbox';
28
+ export { Checkbox } from './Checkbox';
29
+ export type { CodeProps } from '../Code';
30
+ export { Code } from './Code';
31
+ export type { CodeBlockProps } from '../CodeBlock';
32
+ export { CodeBlock } from './CodeBlock';
33
+ export type { ColorSampleProps } from '../ColorSample';
34
+ export { ColorSample } from './ColorSample';
35
+ export type { ColumnLayoutProps } from '../ColumnLayout';
36
+ export { ColumnLayout } from './ColumnLayout';
37
+ export type { CurrencyDataProps } from '../CurrencyData';
38
+ export { CurrencyData } from './CurrencyData';
39
+ export type { DataBadgeProps } from '../DataBadge';
40
+ export { DataBadge } from './DataBadge';
41
+ export type { DocumentProps } from '../Document';
42
+ export { Document } from './Document';
43
+ export type { DataListProps, DataListItemProps, DataListActionsProps, DataListKeyProps, DataListValueProps, } from '../DataList';
44
+ export { DataList, DataListItem, DataListActions, DataListKey, DataListValue } from './DataList';
45
+ export type { EmphasisProps } from '../Emphasis';
46
+ export { Emphasis } from './Emphasis';
47
+ export type { FieldsetProps } from '../Fieldset';
48
+ export { Fieldset } from './Fieldset';
49
+ export type { FieldsetLegendProps } from '../FieldsetLegend';
50
+ export { FieldsetLegend } from './FieldsetLegend';
51
+ export type { FigureProps } from '../Figure';
52
+ export { Figure } from './Figure';
53
+ export type { FigureCaptionProps } from '../FigureCaption';
54
+ export { FigureCaption } from './FigureCaption';
55
+ export type { FormFieldProps } from '../FormField';
56
+ export { FormField } from './FormField';
57
+ export type { FormFieldDescriptionProps } from '../FormFieldDescription';
58
+ export { FormFieldDescription } from './FormFieldDescription';
59
+ export type { FormLabelProps } from '../FormLabel';
60
+ export { FormLabel } from './FormLabel';
61
+ export type { FormToggleProps } from '../FormToggle';
62
+ export { FormToggle } from './FormToggle';
63
+ export type { HTMLContentProps } from '../HTMLContent';
64
+ export { HTMLContent } from './HTMLContent';
65
+ export type { HeadingProps } from '../Heading';
66
+ export { Heading } from './Heading';
67
+ export type { Heading1Props } from '../Heading1';
68
+ export { Heading1 } from './Heading1';
69
+ export type { Heading2Props } from '../Heading2';
70
+ export { Heading2 } from './Heading2';
71
+ export type { Heading3Props } from '../Heading3';
72
+ export { Heading3 } from './Heading3';
73
+ export type { Heading4Props } from '../Heading4';
74
+ export { Heading4 } from './Heading4';
75
+ export type { Heading5Props } from '../Heading5';
76
+ export { Heading5 } from './Heading5';
77
+ export type { Heading6Props } from '../Heading6';
78
+ export { Heading6 } from './Heading6';
79
+ export type { HeadingGroupProps } from '../HeadingGroup';
80
+ export { HeadingGroup } from './HeadingGroup';
81
+ export type { IBANDataProps } from '../IBANData';
82
+ export { IBANData } from './IBANData';
83
+ export type { IconProps } from '../Icon';
84
+ export { Icon } from './Icon';
85
+ export { IndexCharNav } from './IndexCharNav';
86
+ export type { IndexCharNavProps } from '../IndexCharNav';
87
+ export type { ImageProps } from '../Image';
88
+ export { Image } from './Image';
89
+ export type { LinkProps } from '../Link';
90
+ export { Link } from './Link';
91
+ export type { LinkButtonProps } from '../LinkButton';
92
+ export { LinkButton } from './LinkButton';
93
+ export type { LinkSocialProps } from '../LinkSocial';
94
+ export { LinkSocial } from './LinkSocial';
95
+ export type { ListSocialProps, ListSocialItemProps } from '../ListSocial';
96
+ export { ListSocial, ListSocialItem } from './ListSocial';
97
+ export type { LogoProps } from '../Logo';
98
+ export { Logo } from './Logo';
99
+ export type { LogoImageProps } from '../LogoImage';
100
+ export { LogoImage } from './LogoImage';
101
+ export type { MarkProps } from '../Mark';
102
+ export { Mark } from './Mark';
103
+ export type { MultilineDataProps } from '../MultilineData';
104
+ export { MultilineData } from './MultilineData';
105
+ export type { NumberValueProps } from '../NumberValue';
106
+ export { NumberValue } from './NumberValue';
107
+ export type { OrderedListProps } from '../OrderedList';
108
+ export { OrderedList } from './OrderedList';
109
+ export type { OrderedListItemProps } from '../OrderedListItem';
110
+ export { OrderedListItem } from './OrderedListItem';
111
+ export type { PageProps } from '../Page';
112
+ export { Page } from './Page';
113
+ export type { PageContentProps } from '../PageContent';
114
+ export { PageContent } from './PageContent';
115
+ export type { PageFooterProps } from '../PageFooter';
116
+ export { PageFooter } from './PageFooter';
117
+ export type { PageHeaderProps } from '../PageHeader';
118
+ export { PageHeader } from './PageHeader';
119
+ export type { ParagraphProps } from '../Paragraph';
120
+ export { Paragraph } from './Paragraph';
121
+ export type { DataPlaceholderProps } from '../DataPlaceholder';
122
+ export { DataPlaceholder } from './DataPlaceholder';
123
+ export type { PreHeadingProps } from '../PreHeading';
124
+ export { PreHeading } from './PreHeading';
125
+ export type { RadioButtonProps } from '../RadioButton';
126
+ export { RadioButton } from './RadioButton';
127
+ export type { SelectProps, SelectOptionProps } from '../Select';
128
+ export { Select, SelectOption } from './Select';
129
+ export type { SeparatorProps } from '../Separator';
130
+ export { Separator } from './Separator';
131
+ export type { SkipLinkProps } from '../SkipLink';
132
+ export { SkipLink } from './SkipLink';
133
+ export type { SpotlightSectionProps } from '../SpotlightSection';
134
+ export { SpotlightSection } from './SpotlightSection';
135
+ export type { StatusBadgeProps } from '../StatusBadge';
136
+ export { StatusBadge } from './StatusBadge';
137
+ export type { StrongProps } from '../Strong';
138
+ export { Strong } from './Strong';
139
+ export type { SurfaceProps } from '../Surface';
140
+ export { Surface } from './Surface';
141
+ export type { TableProps } from '../Table';
142
+ export { Table } from './Table';
143
+ export type { TableBodyProps } from '../TableBody';
144
+ export { TableBody } from './TableBody';
145
+ export type { TableCaptionProps } from '../TableCaption';
146
+ export { TableCaption } from './TableCaption';
147
+ export type { TableCellProps } from '../TableCell';
148
+ export { TableCell } from './TableCell';
149
+ export type { TableFooterProps } from '../TableFooter';
150
+ export { TableFooter } from './TableFooter';
151
+ export type { TableHeaderProps } from '../TableHeader';
152
+ export { TableHeader } from './TableHeader';
153
+ export type { TableHeaderCellProps } from '../TableHeaderCell';
154
+ export { TableHeaderCell } from './TableHeaderCell';
155
+ export type { TableRowProps } from '../TableRow';
156
+ export { TableRow } from './TableRow';
157
+ export type { TextareaProps } from '../Textarea';
158
+ export { Textarea } from './Textarea';
159
+ export type { TextboxProps } from '../Textbox';
160
+ export { Textbox } from './Textbox';
161
+ export type { URLValueProps } from '../URLValue';
162
+ export { URLValue } from './URLValue';
163
+ export type { UnorderedListProps } from '../UnorderedList';
164
+ export { UnorderedList } from './UnorderedList';
165
+ export type { UnorderedListItemProps } from '../UnorderedListItem';
166
+ export { UnorderedListItem } from './UnorderedListItem';
167
+ export type { VegaVisualizationProps } from '../VegaVisualization';
168
+ export { VegaVisualization } from './VegaVisualization';
@@ -0,0 +1,169 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ export type { AccordionProps, AccordionSectionProps, AccordionSectionProviderProps, AccordionProviderProps, } from './Accordion';
6
+ export { Accordion, AccordionProvider, AccordionSection } from './Accordion';
7
+ export type { AlertProps, AlertType } from './Alert';
8
+ export { Alert } from './Alert';
9
+ export type { AlertDialogProps } from './AlertDialog';
10
+ export { AlertDialog } from './AlertDialog';
11
+ export type { ArticleProps } from './Article';
12
+ export { Article } from './Article';
13
+ export type { BackdropProps } from './Backdrop';
14
+ export { Backdrop } from './Backdrop';
15
+ export type { BadgeCounterProps } from './BadgeCounter';
16
+ export { BadgeCounter } from './BadgeCounter';
17
+ export type { BadgeListProps } from './BadgeList';
18
+ export { BadgeList } from './BadgeList';
19
+ export type { BreadcrumbNavProps, BreadcrumbLinkProps, BreadcrumbSeparatorProps } from './BreadcrumbNav';
20
+ export { BreadcrumbNav, BreadcrumbLink, BreadcrumbSeparator } from './BreadcrumbNav';
21
+ export type { ButtonProps } from './Button';
22
+ export { Button, PrimaryActionButton, SecondaryActionButton, SubtleButton } from './Button';
23
+ export type { ButtonGroupProps } from './ButtonGroup';
24
+ export { ButtonGroup } from './ButtonGroup';
25
+ export type { ButtonLinkProps } from './ButtonLink';
26
+ export { ButtonLink } from './ButtonLink';
27
+ export * from './Calendar';
28
+ export type { CheckboxProps } from './Checkbox';
29
+ export { Checkbox } from './Checkbox';
30
+ export type { CodeProps } from './Code';
31
+ export { Code } from './Code';
32
+ export type { CodeBlockProps } from './CodeBlock';
33
+ export { CodeBlock } from './CodeBlock';
34
+ export type { ColorSampleProps } from './ColorSample';
35
+ export { ColorSample } from './ColorSample';
36
+ export type { ColumnLayoutProps } from './ColumnLayout';
37
+ export { ColumnLayout } from './ColumnLayout';
38
+ export type { CurrencyDataProps } from './CurrencyData';
39
+ export { CurrencyData } from './CurrencyData';
40
+ export type { DataBadgeProps } from './DataBadge';
41
+ export { DataBadge } from './DataBadge';
42
+ export type { DocumentProps } from './Document';
43
+ export { Document } from './Document';
44
+ export type { DataListProps, DataListItemProps, DataListActionsProps, DataListKeyProps, DataListValueProps, } from './DataList';
45
+ export { DataList, DataListItem, DataListActions, DataListKey, DataListValue } from './DataList';
46
+ export type { EmphasisProps } from './Emphasis';
47
+ export { Emphasis } from './Emphasis';
48
+ export type { FieldsetProps } from './Fieldset';
49
+ export { Fieldset } from './Fieldset';
50
+ export type { FieldsetLegendProps } from './FieldsetLegend';
51
+ export { FieldsetLegend } from './FieldsetLegend';
52
+ export type { FigureProps } from './Figure';
53
+ export { Figure } from './Figure';
54
+ export type { FigureCaptionProps } from './FigureCaption';
55
+ export { FigureCaption } from './FigureCaption';
56
+ export type { FormFieldProps } from './FormField';
57
+ export { FormField } from './FormField';
58
+ export type { FormFieldDescriptionProps } from './FormFieldDescription';
59
+ export { FormFieldDescription } from './FormFieldDescription';
60
+ export type { FormLabelProps } from './FormLabel';
61
+ export { FormLabel } from './FormLabel';
62
+ export type { FormToggleProps } from './FormToggle';
63
+ export { FormToggle } from './FormToggle';
64
+ export type { HTMLContentProps } from './HTMLContent';
65
+ export { HTMLContent } from './HTMLContent';
66
+ export type { HeadingProps } from './Heading';
67
+ export { Heading } from './Heading';
68
+ export type { Heading1Props } from './Heading1';
69
+ export { Heading1 } from './Heading1';
70
+ export type { Heading2Props } from './Heading2';
71
+ export { Heading2 } from './Heading2';
72
+ export type { Heading3Props } from './Heading3';
73
+ export { Heading3 } from './Heading3';
74
+ export type { Heading4Props } from './Heading4';
75
+ export { Heading4 } from './Heading4';
76
+ export type { Heading5Props } from './Heading5';
77
+ export { Heading5 } from './Heading5';
78
+ export type { Heading6Props } from './Heading6';
79
+ export { Heading6 } from './Heading6';
80
+ export type { HeadingGroupProps } from './HeadingGroup';
81
+ export { HeadingGroup } from './HeadingGroup';
82
+ export type { IBANDataProps } from './IBANData';
83
+ export { IBANData } from './IBANData';
84
+ export type { IconProps } from './Icon';
85
+ export { Icon } from './Icon';
86
+ export { IndexCharNav } from './IndexCharNav';
87
+ export type { IndexCharNavProps } from './IndexCharNav';
88
+ export type { ImageProps } from './Image';
89
+ export { Image } from './Image';
90
+ export type { LinkProps } from './Link';
91
+ export { Link } from './Link';
92
+ export type { LinkButtonProps } from './LinkButton';
93
+ export { LinkButton } from './LinkButton';
94
+ export type { LinkSocialProps } from './LinkSocial';
95
+ export { LinkSocial } from './LinkSocial';
96
+ export type { ListSocialProps, ListSocialItemProps } from './ListSocial';
97
+ export { ListSocial, ListSocialItem } from './ListSocial';
98
+ export type { LogoProps } from './Logo';
99
+ export { Logo } from './Logo';
100
+ export type { LogoImageProps } from './LogoImage';
101
+ export { LogoImage } from './LogoImage';
102
+ export type { MarkProps } from './Mark';
103
+ export { Mark } from './Mark';
104
+ export type { MultilineDataProps } from './MultilineData';
105
+ export { MultilineData } from './MultilineData';
106
+ export type { NumberValueProps } from './NumberValue';
107
+ export { NumberValue } from './NumberValue';
108
+ export type { OrderedListProps } from './OrderedList';
109
+ export { OrderedList } from './OrderedList';
110
+ export type { OrderedListItemProps } from './OrderedListItem';
111
+ export { OrderedListItem } from './OrderedListItem';
112
+ export type { PageProps } from './Page';
113
+ export { Page } from './Page';
114
+ export type { PageContentProps } from './PageContent';
115
+ export { PageContent } from './PageContent';
116
+ export type { PageFooterProps } from './PageFooter';
117
+ export { PageFooter } from './PageFooter';
118
+ export type { PageHeaderProps } from './PageHeader';
119
+ export { PageHeader } from './PageHeader';
120
+ export type { ParagraphProps } from './Paragraph';
121
+ export { Paragraph } from './Paragraph';
122
+ export type { DataPlaceholderProps } from './DataPlaceholder';
123
+ export { DataPlaceholder } from './DataPlaceholder';
124
+ export type { PreHeadingProps } from './PreHeading';
125
+ export { PreHeading } from './PreHeading';
126
+ export type { RadioButtonProps } from './RadioButton';
127
+ export { RadioButton } from './RadioButton';
128
+ export type { SelectProps, SelectOptionProps } from './Select';
129
+ export { Select, SelectOption } from './Select';
130
+ export type { SeparatorProps } from './Separator';
131
+ export { Separator } from './Separator';
132
+ export type { SkipLinkProps } from './SkipLink';
133
+ export { SkipLink } from './SkipLink';
134
+ export type { SpotlightSectionProps } from './SpotlightSection';
135
+ export { SpotlightSection } from './SpotlightSection';
136
+ export type { StatusBadgeProps } from './StatusBadge';
137
+ export { StatusBadge } from './StatusBadge';
138
+ export type { StrongProps } from './Strong';
139
+ export { Strong } from './Strong';
140
+ export type { SurfaceProps } from './Surface';
141
+ export { Surface } from './Surface';
142
+ export type { TableProps } from './Table';
143
+ export { Table } from './Table';
144
+ export type { TableBodyProps } from './TableBody';
145
+ export { TableBody } from './TableBody';
146
+ export type { TableCaptionProps } from './TableCaption';
147
+ export { TableCaption } from './TableCaption';
148
+ export type { TableCellProps } from './TableCell';
149
+ export { TableCell } from './TableCell';
150
+ export type { TableFooterProps } from './TableFooter';
151
+ export { TableFooter } from './TableFooter';
152
+ export type { TableHeaderProps } from './TableHeader';
153
+ export { TableHeader } from './TableHeader';
154
+ export type { TableHeaderCellProps } from './TableHeaderCell';
155
+ export { TableHeaderCell } from './TableHeaderCell';
156
+ export type { TableRowProps } from './TableRow';
157
+ export { TableRow } from './TableRow';
158
+ export type { TextareaProps } from './Textarea';
159
+ export { Textarea } from './Textarea';
160
+ export type { TextboxProps } from './Textbox';
161
+ export { Textbox } from './Textbox';
162
+ export type { URLValueProps } from './URLValue';
163
+ export { URLValue } from './URLValue';
164
+ export type { UnorderedListProps } from './UnorderedList';
165
+ export { UnorderedList } from './UnorderedList';
166
+ export type { UnorderedListItemProps } from './UnorderedListItem';
167
+ export { UnorderedListItem } from './UnorderedListItem';
168
+ export type { VegaVisualizationProps } from './VegaVisualization';
169
+ export { VegaVisualization } from './VegaVisualization';