@utrecht/component-library-react 1.0.0-alpha.26 → 1.0.0-alpha.261

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 (327) hide show
  1. package/README.md +25 -1
  2. package/dist/.jest-test-results.json +1 -0
  3. package/dist/Alert.d.ts +13 -0
  4. package/dist/AlertDialog.d.ts +13 -0
  5. package/dist/Article.d.ts +9 -0
  6. package/dist/Backdrop.d.ts +9 -0
  7. package/dist/BreadcrumbNav.d.ts +23 -0
  8. package/dist/Button.d.ts +28 -0
  9. package/dist/ButtonGroup.d.ts +10 -0
  10. package/dist/ButtonLink.d.ts +14 -0
  11. package/dist/Calendar/CalendarButton.d.ts +5 -0
  12. package/dist/Calendar/CalendarIcon.d.ts +5 -0
  13. package/dist/Calendar/CalendarNavigation.d.ts +5 -0
  14. package/dist/Calendar/CalendarNavigationButtons.d.ts +13 -0
  15. package/dist/Calendar/CalendarNavigationLabel.d.ts +6 -0
  16. package/dist/Calendar/CalendarTableDaysContainer.d.ts +5 -0
  17. package/dist/Calendar/CalendarTableDaysItem.d.ts +5 -0
  18. package/dist/Calendar/CalendarTableDaysItemDay.d.ts +11 -0
  19. package/dist/Calendar/CalendarTableWeeksContainer.d.ts +4 -0
  20. package/dist/Calendar/CalendarTableWeeksItem.d.ts +5 -0
  21. package/dist/Calendar/IconArrowLeft.d.ts +7 -0
  22. package/dist/Calendar/IconArrowLeftDouble.d.ts +7 -0
  23. package/dist/Calendar/IconArrowRight.d.ts +7 -0
  24. package/dist/Calendar/IconArrowRightDouble.d.ts +7 -0
  25. package/dist/Calendar/index.d.ts +41 -0
  26. package/dist/{cjs/Checkbox.d.ts → Checkbox.d.ts} +6 -5
  27. package/dist/Code.d.ts +10 -0
  28. package/dist/CodeBlock.d.ts +10 -0
  29. package/dist/DataBadge.d.ts +13 -0
  30. package/dist/DataList.d.ts +28 -0
  31. package/dist/Document.d.ts +9 -0
  32. package/dist/Emphasis.d.ts +10 -0
  33. package/dist/Fieldset.d.ts +19 -0
  34. package/dist/FieldsetLegend.d.ts +5 -0
  35. package/dist/Figure.d.ts +5 -0
  36. package/dist/FigureCaption.d.ts +5 -0
  37. package/dist/FormField.d.ts +8 -0
  38. package/dist/{cjs/FormFieldDescription.d.ts → FormFieldDescription.d.ts} +9 -7
  39. package/dist/{cjs/FormLabel.d.ts → FormLabel.d.ts} +10 -8
  40. package/dist/HTMLContent.d.ts +9 -0
  41. package/dist/Heading.d.ts +12 -0
  42. package/dist/Heading1.d.ts +9 -0
  43. package/dist/Heading2.d.ts +9 -0
  44. package/dist/Heading3.d.ts +9 -0
  45. package/dist/Heading4.d.ts +9 -0
  46. package/dist/Heading5.d.ts +9 -0
  47. package/dist/Heading6.d.ts +9 -0
  48. package/dist/HeadingGroup.d.ts +9 -0
  49. package/dist/Icon.d.ts +10 -0
  50. package/dist/Image.d.ts +9 -0
  51. package/dist/Link.d.ts +14 -0
  52. package/dist/LinkButton.d.ts +13 -0
  53. package/dist/LinkSocial.d.ts +11 -0
  54. package/dist/ListSocial.d.ts +13 -0
  55. package/dist/Mark.d.ts +10 -0
  56. package/dist/NumberValue.d.ts +11 -0
  57. package/dist/OrderedList.d.ts +9 -0
  58. package/dist/OrderedListItem.d.ts +9 -0
  59. package/dist/Page.d.ts +9 -0
  60. package/dist/PageContent.d.ts +13 -0
  61. package/dist/PageFooter.d.ts +9 -0
  62. package/dist/PageHeader.d.ts +9 -0
  63. package/dist/{cjs/Paragraph.d.ts → Paragraph.d.ts} +12 -9
  64. package/dist/PreHeading.d.ts +9 -0
  65. package/dist/RadioButton.d.ts +13 -0
  66. package/dist/{cjs/Select.d.ts → Select.d.ts} +19 -11
  67. package/dist/{cjs/Separator.d.ts → Separator.d.ts} +7 -7
  68. package/dist/SkipLink.d.ts +5 -0
  69. package/dist/SpotlightSection.d.ts +13 -0
  70. package/dist/Strong.d.ts +10 -0
  71. package/dist/Surface.d.ts +9 -0
  72. package/dist/Table.d.ts +9 -0
  73. package/dist/TableBody.d.ts +9 -0
  74. package/dist/TableCaption.d.ts +9 -0
  75. package/dist/TableCell.d.ts +9 -0
  76. package/dist/TableFooter.d.ts +9 -0
  77. package/dist/TableHeader.d.ts +9 -0
  78. package/dist/TableHeaderCell.d.ts +9 -0
  79. package/dist/TableRow.d.ts +9 -0
  80. package/dist/{cjs/Textarea.d.ts → Textarea.d.ts} +5 -5
  81. package/dist/{cjs/Textbox.d.ts → Textbox.d.ts} +7 -7
  82. package/dist/URLValue.d.ts +9 -0
  83. package/dist/UnorderedList.d.ts +9 -0
  84. package/dist/UnorderedListItem.d.ts +9 -0
  85. package/dist/css-module/Alert.d.ts +13 -0
  86. package/dist/css-module/AlertDialog.d.ts +13 -0
  87. package/dist/css-module/Article.d.ts +9 -0
  88. package/dist/css-module/Backdrop.d.ts +9 -0
  89. package/dist/css-module/BreadcrumbNav.d.ts +23 -0
  90. package/dist/css-module/Button.d.ts +28 -0
  91. package/dist/css-module/ButtonGroup.d.ts +10 -0
  92. package/dist/css-module/ButtonLink.d.ts +14 -0
  93. package/dist/css-module/Calendar/CalendarButton.d.ts +5 -0
  94. package/dist/css-module/Calendar/CalendarIcon.d.ts +5 -0
  95. package/dist/css-module/Calendar/CalendarNavigation.d.ts +5 -0
  96. package/dist/css-module/Calendar/CalendarNavigationButtons.d.ts +13 -0
  97. package/dist/css-module/Calendar/CalendarNavigationLabel.d.ts +6 -0
  98. package/dist/css-module/Calendar/CalendarTableDaysContainer.d.ts +5 -0
  99. package/dist/css-module/Calendar/CalendarTableDaysItem.d.ts +5 -0
  100. package/dist/css-module/Calendar/CalendarTableDaysItemDay.d.ts +11 -0
  101. package/dist/css-module/Calendar/CalendarTableWeeksContainer.d.ts +4 -0
  102. package/dist/css-module/Calendar/CalendarTableWeeksItem.d.ts +5 -0
  103. package/dist/css-module/Calendar/IconArrowLeft.d.ts +7 -0
  104. package/dist/css-module/Calendar/IconArrowLeftDouble.d.ts +7 -0
  105. package/dist/css-module/Calendar/IconArrowRight.d.ts +7 -0
  106. package/dist/css-module/Calendar/IconArrowRightDouble.d.ts +7 -0
  107. package/dist/css-module/Calendar/index.d.ts +41 -0
  108. package/dist/css-module/Calendar.d.ts +6 -0
  109. package/dist/css-module/Checkbox.d.ts +6 -0
  110. package/dist/css-module/Code.d.ts +10 -0
  111. package/dist/css-module/CodeBlock.d.ts +10 -0
  112. package/dist/css-module/DataBadge.d.ts +13 -0
  113. package/dist/css-module/DataList.d.ts +28 -0
  114. package/dist/css-module/Document.d.ts +9 -0
  115. package/dist/css-module/Emphasis.d.ts +10 -0
  116. package/dist/css-module/Fieldset.d.ts +19 -0
  117. package/dist/css-module/FieldsetLegend.d.ts +5 -0
  118. package/dist/css-module/Figure.d.ts +5 -0
  119. package/dist/css-module/FigureCaption.d.ts +5 -0
  120. package/dist/css-module/FormField.d.ts +8 -0
  121. package/dist/css-module/FormFieldDescription.d.ts +9 -0
  122. package/dist/css-module/FormLabel.d.ts +10 -0
  123. package/dist/css-module/HTMLContent.d.ts +9 -0
  124. package/dist/css-module/Heading.d.ts +12 -0
  125. package/dist/css-module/Heading1.d.ts +9 -0
  126. package/dist/css-module/Heading2.d.ts +9 -0
  127. package/dist/css-module/Heading3.d.ts +9 -0
  128. package/dist/css-module/Heading4.d.ts +9 -0
  129. package/dist/css-module/Heading5.d.ts +9 -0
  130. package/dist/css-module/Heading6.d.ts +9 -0
  131. package/dist/css-module/HeadingGroup.d.ts +9 -0
  132. package/dist/css-module/Icon.d.ts +10 -0
  133. package/dist/css-module/Image.d.ts +9 -0
  134. package/dist/css-module/Link.d.ts +14 -0
  135. package/dist/css-module/LinkButton.d.ts +13 -0
  136. package/dist/css-module/LinkSocial.d.ts +11 -0
  137. package/dist/css-module/ListSocial.d.ts +13 -0
  138. package/dist/css-module/Mark.d.ts +10 -0
  139. package/dist/css-module/NumberValue.d.ts +11 -0
  140. package/dist/css-module/OrderedList.d.ts +9 -0
  141. package/dist/css-module/OrderedListItem.d.ts +9 -0
  142. package/dist/css-module/Page.d.ts +9 -0
  143. package/dist/css-module/PageContent.d.ts +13 -0
  144. package/dist/css-module/PageFooter.d.ts +9 -0
  145. package/dist/css-module/PageHeader.d.ts +9 -0
  146. package/dist/css-module/Paragraph.d.ts +12 -0
  147. package/dist/css-module/PreHeading.d.ts +9 -0
  148. package/dist/css-module/RadioButton.d.ts +13 -0
  149. package/dist/css-module/Select.d.ts +19 -0
  150. package/dist/css-module/Separator.d.ts +7 -0
  151. package/dist/css-module/SkipLink.d.ts +5 -0
  152. package/dist/css-module/SpotlightSection.d.ts +13 -0
  153. package/dist/css-module/Strong.d.ts +10 -0
  154. package/dist/css-module/Surface.d.ts +9 -0
  155. package/dist/css-module/Table.d.ts +9 -0
  156. package/dist/css-module/TableBody.d.ts +9 -0
  157. package/dist/css-module/TableCaption.d.ts +9 -0
  158. package/dist/css-module/TableCell.d.ts +9 -0
  159. package/dist/css-module/TableFooter.d.ts +9 -0
  160. package/dist/css-module/TableHeader.d.ts +9 -0
  161. package/dist/css-module/TableHeaderCell.d.ts +9 -0
  162. package/dist/css-module/TableRow.d.ts +9 -0
  163. package/dist/css-module/Textarea.d.ts +5 -0
  164. package/dist/css-module/Textbox.d.ts +7 -0
  165. package/dist/css-module/URLValue.d.ts +9 -0
  166. package/dist/css-module/UnorderedList.d.ts +9 -0
  167. package/dist/css-module/UnorderedListItem.d.ts +9 -0
  168. package/dist/css-module/css-module/Alert.d.ts +6 -0
  169. package/dist/css-module/css-module/AlertDialog.d.ts +6 -0
  170. package/dist/css-module/css-module/Article.d.ts +6 -0
  171. package/dist/css-module/css-module/Backdrop.d.ts +6 -0
  172. package/dist/css-module/css-module/BreadcrumbNav.d.ts +6 -0
  173. package/dist/css-module/css-module/Button.d.ts +6 -0
  174. package/dist/css-module/css-module/ButtonGroup.d.ts +6 -0
  175. package/dist/css-module/css-module/ButtonLink.d.ts +6 -0
  176. package/dist/css-module/css-module/Calendar.d.ts +6 -0
  177. package/dist/css-module/css-module/Checkbox.d.ts +7 -0
  178. package/dist/css-module/css-module/Code.d.ts +6 -0
  179. package/dist/css-module/css-module/CodeBlock.d.ts +6 -0
  180. package/dist/css-module/css-module/DataBadge.d.ts +6 -0
  181. package/dist/css-module/css-module/DataList.d.ts +6 -0
  182. package/dist/css-module/css-module/Document.d.ts +6 -0
  183. package/dist/css-module/css-module/Emphasis.d.ts +6 -0
  184. package/dist/css-module/css-module/Fieldset.d.ts +6 -0
  185. package/dist/css-module/css-module/FieldsetLegend.d.ts +6 -0
  186. package/dist/css-module/css-module/Figure.d.ts +6 -0
  187. package/dist/css-module/css-module/FigureCaption.d.ts +6 -0
  188. package/dist/css-module/css-module/FormField.d.ts +6 -0
  189. package/dist/css-module/css-module/FormFieldDescription.d.ts +6 -0
  190. package/dist/css-module/css-module/FormLabel.d.ts +6 -0
  191. package/dist/css-module/css-module/HTMLContent.d.ts +6 -0
  192. package/dist/css-module/css-module/Heading.d.ts +11 -0
  193. package/dist/css-module/css-module/Heading1.d.ts +6 -0
  194. package/dist/css-module/css-module/Heading2.d.ts +6 -0
  195. package/dist/css-module/css-module/Heading3.d.ts +6 -0
  196. package/dist/css-module/css-module/Heading4.d.ts +6 -0
  197. package/dist/css-module/css-module/Heading5.d.ts +6 -0
  198. package/dist/css-module/css-module/Heading6.d.ts +6 -0
  199. package/dist/css-module/css-module/HeadingGroup.d.ts +6 -0
  200. package/dist/css-module/css-module/Icon.d.ts +6 -0
  201. package/dist/css-module/css-module/Image.d.ts +6 -0
  202. package/dist/css-module/css-module/Link.d.ts +6 -0
  203. package/dist/css-module/css-module/LinkButton.d.ts +6 -0
  204. package/dist/css-module/css-module/LinkSocial.d.ts +6 -0
  205. package/dist/css-module/css-module/ListSocial.d.ts +6 -0
  206. package/dist/css-module/css-module/Mark.d.ts +6 -0
  207. package/dist/css-module/css-module/NumberValue.d.ts +6 -0
  208. package/dist/css-module/css-module/OrderedList.d.ts +6 -0
  209. package/dist/css-module/css-module/OrderedListItem.d.ts +6 -0
  210. package/dist/css-module/css-module/Page.d.ts +6 -0
  211. package/dist/css-module/css-module/PageContent.d.ts +6 -0
  212. package/dist/css-module/css-module/PageFooter.d.ts +6 -0
  213. package/dist/css-module/css-module/PageHeader.d.ts +6 -0
  214. package/dist/css-module/css-module/Paragraph.d.ts +6 -0
  215. package/dist/css-module/css-module/PreHeading.d.ts +6 -0
  216. package/dist/css-module/css-module/RadioButton.d.ts +6 -0
  217. package/dist/css-module/css-module/Select.d.ts +6 -0
  218. package/dist/css-module/css-module/Separator.d.ts +6 -0
  219. package/dist/css-module/css-module/SkipLink.d.ts +6 -0
  220. package/dist/css-module/css-module/SpotlightSection.d.ts +6 -0
  221. package/dist/css-module/css-module/Strong.d.ts +6 -0
  222. package/dist/css-module/css-module/Surface.d.ts +6 -0
  223. package/dist/css-module/css-module/Table.d.ts +6 -0
  224. package/dist/css-module/css-module/TableBody.d.ts +5 -0
  225. package/dist/css-module/css-module/TableCaption.d.ts +5 -0
  226. package/dist/css-module/css-module/TableCell.d.ts +5 -0
  227. package/dist/css-module/css-module/TableFooter.d.ts +5 -0
  228. package/dist/css-module/css-module/TableHeader.d.ts +5 -0
  229. package/dist/css-module/css-module/TableHeaderCell.d.ts +5 -0
  230. package/dist/css-module/css-module/TableRow.d.ts +5 -0
  231. package/dist/css-module/css-module/Textarea.d.ts +6 -0
  232. package/dist/css-module/css-module/Textbox.d.ts +6 -0
  233. package/dist/css-module/css-module/URLValue.d.ts +6 -0
  234. package/dist/css-module/css-module/UnorderedList.d.ts +6 -0
  235. package/dist/css-module/css-module/UnorderedListItem.d.ts +6 -0
  236. package/dist/{cjs → css-module/css-module}/index.d.ts +71 -47
  237. package/dist/css-module/index.d.ts +72 -0
  238. package/dist/css-module/index.js +1698 -0
  239. package/dist/css-module/index.js.map +1 -0
  240. package/dist/css-module/index.mjs +1620 -0
  241. package/dist/css-module/index.mjs.map +1 -0
  242. package/dist/index.cjs.js +1916 -0
  243. package/dist/index.cjs.js.map +1 -0
  244. package/dist/index.d.ts +72 -0
  245. package/dist/index.esm.js +1837 -0
  246. package/dist/index.esm.js.map +1 -0
  247. package/package.json +49 -196
  248. package/dist/cjs/Article.d.ts +0 -7
  249. package/dist/cjs/Article.js +0 -29
  250. package/dist/cjs/Backdrop.d.ts +0 -7
  251. package/dist/cjs/Backdrop.js +0 -29
  252. package/dist/cjs/Button.d.ts +0 -5
  253. package/dist/cjs/Button.js +0 -25
  254. package/dist/cjs/ButtonLink.d.ts +0 -15
  255. package/dist/cjs/ButtonLink.js +0 -52
  256. package/dist/cjs/Checkbox.js +0 -25
  257. package/dist/cjs/Document.d.ts +0 -7
  258. package/dist/cjs/Document.js +0 -29
  259. package/dist/cjs/Fieldset.d.ts +0 -3
  260. package/dist/cjs/Fieldset.js +0 -25
  261. package/dist/cjs/FieldsetLegend.d.ts +0 -3
  262. package/dist/cjs/FieldsetLegend.js +0 -25
  263. package/dist/cjs/FormField.d.ts +0 -3
  264. package/dist/cjs/FormField.js +0 -25
  265. package/dist/cjs/FormFieldDescription.js +0 -25
  266. package/dist/cjs/FormLabel.js +0 -25
  267. package/dist/cjs/HTMLContent.d.ts +0 -7
  268. package/dist/cjs/HTMLContent.js +0 -29
  269. package/dist/cjs/Heading1.d.ts +0 -7
  270. package/dist/cjs/Heading1.js +0 -29
  271. package/dist/cjs/Heading2.d.ts +0 -7
  272. package/dist/cjs/Heading2.js +0 -29
  273. package/dist/cjs/Heading3.d.ts +0 -7
  274. package/dist/cjs/Heading3.js +0 -29
  275. package/dist/cjs/Heading4.d.ts +0 -7
  276. package/dist/cjs/Heading4.js +0 -29
  277. package/dist/cjs/Heading5.d.ts +0 -7
  278. package/dist/cjs/Heading5.js +0 -29
  279. package/dist/cjs/Heading6.d.ts +0 -7
  280. package/dist/cjs/Heading6.js +0 -29
  281. package/dist/cjs/Link.d.ts +0 -15
  282. package/dist/cjs/Link.js +0 -42
  283. package/dist/cjs/OrderedList.d.ts +0 -7
  284. package/dist/cjs/OrderedList.js +0 -29
  285. package/dist/cjs/OrderedListItem.d.ts +0 -7
  286. package/dist/cjs/OrderedListItem.js +0 -29
  287. package/dist/cjs/Page.d.ts +0 -7
  288. package/dist/cjs/Page.js +0 -29
  289. package/dist/cjs/PageContent.d.ts +0 -9
  290. package/dist/cjs/PageContent.js +0 -34
  291. package/dist/cjs/PageFooter.d.ts +0 -7
  292. package/dist/cjs/PageFooter.js +0 -29
  293. package/dist/cjs/PageHeader.d.ts +0 -7
  294. package/dist/cjs/PageHeader.js +0 -29
  295. package/dist/cjs/Paragraph.js +0 -29
  296. package/dist/cjs/RadioButton.d.ts +0 -5
  297. package/dist/cjs/RadioButton.js +0 -25
  298. package/dist/cjs/Select.js +0 -31
  299. package/dist/cjs/Separator.js +0 -30
  300. package/dist/cjs/Surface.d.ts +0 -7
  301. package/dist/cjs/Surface.js +0 -29
  302. package/dist/cjs/Table.d.ts +0 -7
  303. package/dist/cjs/Table.js +0 -29
  304. package/dist/cjs/TableBody.d.ts +0 -7
  305. package/dist/cjs/TableBody.js +0 -29
  306. package/dist/cjs/TableCaption.d.ts +0 -7
  307. package/dist/cjs/TableCaption.js +0 -29
  308. package/dist/cjs/TableCell.d.ts +0 -7
  309. package/dist/cjs/TableCell.js +0 -29
  310. package/dist/cjs/TableFooter.d.ts +0 -7
  311. package/dist/cjs/TableFooter.js +0 -29
  312. package/dist/cjs/TableHeader.d.ts +0 -7
  313. package/dist/cjs/TableHeader.js +0 -29
  314. package/dist/cjs/TableHeaderCell.d.ts +0 -7
  315. package/dist/cjs/TableHeaderCell.js +0 -29
  316. package/dist/cjs/TableRow.d.ts +0 -7
  317. package/dist/cjs/TableRow.js +0 -29
  318. package/dist/cjs/Textarea.js +0 -25
  319. package/dist/cjs/Textbox.js +0 -25
  320. package/dist/cjs/URLValue.d.ts +0 -7
  321. package/dist/cjs/URLValue.js +0 -29
  322. package/dist/cjs/UnorderedList.d.ts +0 -7
  323. package/dist/cjs/UnorderedList.js +0 -29
  324. package/dist/cjs/UnorderedListItem.d.ts +0 -7
  325. package/dist/cjs/UnorderedListItem.js +0 -29
  326. package/dist/cjs/index.js +0 -94
  327. package/dist/cjs/tsconfig.tsbuildinfo +0 -3951
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Gemeente Utrecht
4
+ * Copyright (c) 2021 Robbert Broersma
5
+ */
6
+ import { ButtonHTMLAttributes } from 'react';
7
+ export interface LinkButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
8
+ inline?: boolean;
9
+ pressed?: boolean;
10
+ }
11
+ export declare const LinkButton: import("react").ForwardRefExoticComponent<LinkButtonProps & {
12
+ children?: import("react").ReactNode;
13
+ } & import("react").RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { AnchorHTMLAttributes } from 'react';
6
+ export interface LinkSocialProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
7
+ external?: boolean;
8
+ }
9
+ export declare const LinkSocial: import("react").ForwardRefExoticComponent<LinkSocialProps & {
10
+ children?: import("react").ReactNode;
11
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { FC, ReactNode } from 'react';
6
+ export interface ListSocialProps {
7
+ children?: ReactNode;
8
+ }
9
+ export declare const ListSocial: FC<ListSocialProps>;
10
+ export interface ListSocialItemProps {
11
+ children?: ReactNode;
12
+ }
13
+ export declare const ListSocialItem: FC<ListSocialItemProps>;
package/dist/Mark.d.ts ADDED
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Gemeente Utrecht
4
+ * Copyright (c) 2021 Robbert Broersma
5
+ */
6
+ import { HTMLAttributes } from 'react';
7
+ export type MarkProps = HTMLAttributes<HTMLElement>;
8
+ export declare const Mark: import("react").ForwardRefExoticComponent<MarkProps & {
9
+ children?: import("react").ReactNode;
10
+ } & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { DataHTMLAttributes } from 'react';
6
+ export interface NumberValueProps extends DataHTMLAttributes<HTMLDataElement> {
7
+ value?: number | string;
8
+ }
9
+ export declare const NumberValue: import("react").ForwardRefExoticComponent<NumberValueProps & {
10
+ children?: import("react").ReactNode;
11
+ } & import("react").RefAttributes<HTMLDataElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { OlHTMLAttributes } from 'react';
6
+ export type OrderedListProps = OlHTMLAttributes<HTMLOListElement>;
7
+ export declare const OrderedList: import("react").ForwardRefExoticComponent<OrderedListProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLOListElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { LiHTMLAttributes } from 'react';
6
+ export type OrderedListItemProps = LiHTMLAttributes<HTMLLIElement>;
7
+ export declare const OrderedListItem: import("react").ForwardRefExoticComponent<OrderedListItemProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLLIElement>>;
package/dist/Page.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type PageProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const Page: import("react").ForwardRefExoticComponent<PageProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type PageContentProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const PageContent: import("react").ForwardRefExoticComponent<PageContentProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
10
+ export type PageContentMainProps = HTMLAttributes<HTMLDivElement>;
11
+ export declare const PageContentMain: import("react").ForwardRefExoticComponent<PageContentMainProps & {
12
+ children?: import("react").ReactNode;
13
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type PageFooterProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const PageFooter: import("react").ForwardRefExoticComponent<PageFooterProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type PageHeaderProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const PageHeader: import("react").ForwardRefExoticComponent<PageHeaderProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,9 +1,12 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import { HTMLAttributes } from 'react';
6
- export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
7
- lead?: boolean;
8
- }
9
- export declare const Paragraph: import("react").ForwardRefExoticComponent<ParagraphProps & import("react").RefAttributes<HTMLParagraphElement>>;
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export interface ParagraphProps extends HTMLAttributes<HTMLParagraphElement> {
7
+ lead?: boolean;
8
+ small?: boolean;
9
+ }
10
+ export declare const Paragraph: import("react").ForwardRefExoticComponent<ParagraphProps & {
11
+ children?: import("react").ReactNode;
12
+ } & import("react").RefAttributes<HTMLParagraphElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type PreHeadingProps = HTMLAttributes<HTMLParagraphElement>;
7
+ export declare const PreHeading: import("react").ForwardRefExoticComponent<PreHeadingProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLParagraphElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { InputHTMLAttributes } from 'react';
6
+ export type RadioButtonProps = InputHTMLAttributes<HTMLInputElement> & {
7
+ invalid?: boolean;
8
+ };
9
+ export declare const RadioButton: import("react").ForwardRefExoticComponent<InputHTMLAttributes<HTMLInputElement> & {
10
+ invalid?: boolean | undefined;
11
+ } & {
12
+ children?: import("react").ReactNode;
13
+ } & import("react").RefAttributes<HTMLInputElement>>;
@@ -1,11 +1,19 @@
1
- import { OptionHTMLAttributes, SelectHTMLAttributes } from 'react';
2
- export interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
3
- invalid?: boolean;
4
- }
5
- export declare const Select: import("react").ForwardRefExoticComponent<SelectProps & import("react").RefAttributes<HTMLSelectElement>>;
6
- export interface SelectOptionProps extends OptionHTMLAttributes<HTMLOptionElement> {
7
- disabled?: boolean;
8
- invalid?: boolean;
9
- value?: string;
10
- }
11
- export declare const SelectOption: import("react").ForwardRefExoticComponent<SelectOptionProps & import("react").RefAttributes<HTMLOptionElement>>;
1
+ import { OptionHTMLAttributes, SelectHTMLAttributes } from 'react';
2
+ export interface SelectProps extends SelectHTMLAttributes<HTMLSelectElement> {
3
+ invalid?: boolean;
4
+ /**
5
+ * `noscript`: Don't let it affect CSS :invalid
6
+ */
7
+ noscript?: boolean;
8
+ }
9
+ export declare const Select: import("react").ForwardRefExoticComponent<SelectProps & {
10
+ children?: import("react").ReactNode;
11
+ } & import("react").RefAttributes<HTMLSelectElement>>;
12
+ export interface SelectOptionProps extends OptionHTMLAttributes<HTMLOptionElement> {
13
+ disabled?: boolean;
14
+ invalid?: boolean;
15
+ value?: string;
16
+ }
17
+ export declare const SelectOption: import("react").ForwardRefExoticComponent<SelectOptionProps & {
18
+ children?: import("react").ReactNode;
19
+ } & import("react").RefAttributes<HTMLOptionElement>>;
@@ -1,7 +1,7 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import { HTMLAttributes } from 'react';
6
- export declare type SeparatorProps = HTMLAttributes<HTMLHRElement>;
7
- export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLHRElement>>;
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type SeparatorProps = HTMLAttributes<HTMLHRElement>;
7
+ export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLHRElement>>;
@@ -0,0 +1,5 @@
1
+ import { AnchorHTMLAttributes } from 'react';
2
+ export type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
3
+ export declare const SkipLink: import("react").ForwardRefExoticComponent<LinkProps & {
4
+ children?: import("react").ReactNode;
5
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type SpotlightSectionType = 'info' | 'warning';
7
+ export interface SpotlightSectionProps extends HTMLAttributes<HTMLDivElement> {
8
+ aside?: boolean;
9
+ type?: string | SpotlightSectionType;
10
+ }
11
+ export declare const SpotlightSection: import("react").ForwardRefExoticComponent<SpotlightSectionProps & {
12
+ children?: import("react").ReactNode;
13
+ } & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Gemeente Utrecht
4
+ * Copyright (c) 2021 Robbert Broersma
5
+ */
6
+ import { HTMLAttributes } from 'react';
7
+ export type StrongProps = HTMLAttributes<HTMLElement>;
8
+ export declare const Strong: import("react").ForwardRefExoticComponent<StrongProps & {
9
+ children?: import("react").ReactNode;
10
+ } & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type SurfaceProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const Surface: import("react").ForwardRefExoticComponent<SurfaceProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { TableHTMLAttributes } from 'react';
6
+ export type TableProps = TableHTMLAttributes<HTMLTableElement>;
7
+ export declare const Table: import("react").ForwardRefExoticComponent<TableProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type TableBodyProps = HTMLAttributes<HTMLTableSectionElement>;
7
+ export declare const TableBody: import("react").ForwardRefExoticComponent<TableBodyProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableSectionElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type TableCaptionProps = HTMLAttributes<HTMLTableCaptionElement>;
7
+ export declare const TableCaption: import("react").ForwardRefExoticComponent<TableCaptionProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableCaptionElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { TdHTMLAttributes } from 'react';
6
+ export type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>;
7
+ export declare const TableCell: import("react").ForwardRefExoticComponent<TableCellProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableCellElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type TableFooterProps = HTMLAttributes<HTMLTableSectionElement>;
7
+ export declare const TableFooter: import("react").ForwardRefExoticComponent<TableFooterProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableSectionElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type TableHeaderProps = HTMLAttributes<HTMLTableSectionElement>;
7
+ export declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableSectionElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { ThHTMLAttributes } from 'react';
6
+ export type TableHeaderCellProps = ThHTMLAttributes<HTMLTableCellElement>;
7
+ export declare const TableHeaderCell: import("react").ForwardRefExoticComponent<TableHeaderCellProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableCellElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2022 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type TableRowProps = HTMLAttributes<HTMLTableRowElement>;
7
+ export declare const TableRow: import("react").ForwardRefExoticComponent<TableRowProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLTableRowElement>>;
@@ -1,5 +1,5 @@
1
- import { TextareaHTMLAttributes } from 'react';
2
- export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
3
- invalid?: boolean;
4
- }
5
- export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
1
+ import { TextareaHTMLAttributes } from 'react';
2
+ export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
3
+ invalid?: boolean;
4
+ }
5
+ export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
@@ -1,7 +1,7 @@
1
- import { InputHTMLAttributes } from 'react';
2
- export declare type TextboxTypes = 'email' | 'number' | 'password' | 'tel' | 'text' | 'url';
3
- export interface TextboxProps extends InputHTMLAttributes<HTMLInputElement> {
4
- invalid?: boolean;
5
- type?: TextboxTypes;
6
- }
7
- export declare const Textbox: import("react").ForwardRefExoticComponent<TextboxProps & import("react").RefAttributes<HTMLInputElement>>;
1
+ import { InputHTMLAttributes } from 'react';
2
+ export type TextboxTypes = 'date' | 'datetime-local' | 'email' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week';
3
+ export interface TextboxProps extends InputHTMLAttributes<HTMLInputElement> {
4
+ invalid?: boolean;
5
+ type?: TextboxTypes;
6
+ }
7
+ export declare const Textbox: import("react").ForwardRefExoticComponent<TextboxProps & import("react").RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type URLValueProps = HTMLAttributes<HTMLElement>;
7
+ export declare const URLValue: import("react").ForwardRefExoticComponent<URLValueProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type UnorderedListProps = HTMLAttributes<HTMLUListElement>;
7
+ export declare const UnorderedList: import("react").ForwardRefExoticComponent<UnorderedListProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLUListElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { LiHTMLAttributes } from 'react';
6
+ export type UnorderedListItemProps = LiHTMLAttributes<HTMLLIElement>;
7
+ export declare const UnorderedListItem: import("react").ForwardRefExoticComponent<UnorderedListItemProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLLIElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes, ReactNode } from 'react';
6
+ export type AlertType = 'info' | 'ok' | 'warning' | 'error';
7
+ export interface AlertProps extends HTMLAttributes<HTMLDivElement> {
8
+ icon?: ReactNode;
9
+ type?: string | AlertType;
10
+ }
11
+ export declare const Alert: import("react").ForwardRefExoticComponent<AlertProps & {
12
+ children?: ReactNode;
13
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { DialogHTMLAttributes, ReactNode } from 'react';
6
+ export type AlertDialogType = 'error' | 'info' | 'warning';
7
+ export interface AlertDialogProps extends DialogHTMLAttributes<HTMLDialogElement> {
8
+ icon?: ReactNode;
9
+ type?: string | AlertDialogType;
10
+ }
11
+ export declare const AlertDialog: import("react").ForwardRefExoticComponent<AlertDialogProps & {
12
+ children?: ReactNode;
13
+ } & import("react").RefAttributes<HTMLDialogElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type ArticleProps = HTMLAttributes<HTMLElement>;
7
+ export declare const Article: import("react").ForwardRefExoticComponent<ArticleProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLElement>>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ export type BackdropProps = HTMLAttributes<HTMLDivElement>;
7
+ export declare const Backdrop: import("react").ForwardRefExoticComponent<BackdropProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes, ReactNode } from 'react';
6
+ interface BreadcrumbNavProps extends HTMLAttributes<HTMLElement> {
7
+ appearance?: string;
8
+ headingLevel?: number;
9
+ label?: ReactNode | ReactNode[];
10
+ }
11
+ export declare const BreadcrumbNav: import("react").ForwardRefExoticComponent<BreadcrumbNavProps & {
12
+ children?: ReactNode;
13
+ } & import("react").RefAttributes<HTMLOListElement>>;
14
+ export interface BreadcrumbLinkProps extends HTMLAttributes<HTMLElement> {
15
+ current?: boolean;
16
+ href: string;
17
+ rel?: string;
18
+ index?: number;
19
+ }
20
+ export declare const BreadcrumbLink: import("react").ForwardRefExoticComponent<BreadcrumbLinkProps & {
21
+ children?: ReactNode;
22
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
23
+ export {};
@@ -0,0 +1,28 @@
1
+ import { ButtonHTMLAttributes } from 'react';
2
+ export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
+ appearance?: string;
4
+ busy?: boolean;
5
+ hint?: string;
6
+ pressed?: boolean;
7
+ }
8
+ export declare const Button: import("react").ForwardRefExoticComponent<ButtonProps & {
9
+ children?: import("react").ReactNode;
10
+ } & import("react").RefAttributes<HTMLButtonElement>>;
11
+ export declare const PrimaryActionButton: {
12
+ ({ ...args }: {
13
+ [x: string]: any;
14
+ }): JSX.Element;
15
+ displayName: string;
16
+ };
17
+ export declare const SecondaryActionButton: {
18
+ ({ ...args }: {
19
+ [x: string]: any;
20
+ }): JSX.Element;
21
+ displayName: string;
22
+ };
23
+ export declare const SubtleButton: {
24
+ ({ ...args }: {
25
+ [x: string]: any;
26
+ }): JSX.Element;
27
+ displayName: string;
28
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Robbert Broersma
4
+ */
5
+ import { HTMLAttributes } from 'react';
6
+ type ButtonGroupProps = HTMLAttributes<HTMLParagraphElement>;
7
+ export declare const ButtonGroup: import("react").ForwardRefExoticComponent<ButtonGroupProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<HTMLParagraphElement>>;
10
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2021 Gemeente Utrecht
4
+ * Copyright (c) 2021 Robbert Broersma
5
+ */
6
+ import { AnchorHTMLAttributes } from 'react';
7
+ export interface ButtonLinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'placeholder'> {
8
+ appearance?: string;
9
+ external?: boolean;
10
+ placeholder?: boolean;
11
+ }
12
+ export declare const ButtonLink: import("react").ForwardRefExoticComponent<ButtonLinkProps & {
13
+ children?: import("react").ReactNode;
14
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from '../Button';
3
+ export interface CalendarButtonProps extends ButtonProps {
4
+ }
5
+ export declare const CalendarButton: React.FC<CalendarButtonProps>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface CalendarIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
3
+ children?: React.ReactNode;
4
+ }
5
+ export declare const CalendarIcon: React.FC<CalendarIconProps>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface CalendarNavigationProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
3
+ children?: React.ReactNode;
4
+ }
5
+ export declare const CalendarNavigation: React.FC<CalendarNavigationProps>;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { CalendarButtonProps } from './CalendarButton';
3
+ interface CalendarNavigationButtonsProps extends CalendarButtonProps {
4
+ onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
5
+ onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
6
+ previousIcon?: any;
7
+ nextIcon?: any;
8
+ previousTitle?: string;
9
+ nextTitle?: string;
10
+ children?: React.ReactNode;
11
+ }
12
+ export declare const CalendarNavigationButtons: React.FC<CalendarNavigationButtonsProps>;
13
+ export {};
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ interface CalendarNavigationLabelProps {
3
+ label?: string;
4
+ }
5
+ export declare const CalendarNavigationLabel: FC<CalendarNavigationLabelProps>;
6
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface CalendarTableDaysContainerProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement> {
3
+ children?: React.ReactNode;
4
+ }
5
+ export declare const CalendarTableDaysContainer: React.FC<CalendarTableDaysContainerProps>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface CalendarTableDaysItemProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement> {
3
+ children?: React.ReactNode;
4
+ }
5
+ export declare const CalendarTableDaysItem: React.FC<CalendarTableDaysItemProps>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { CalendarButtonProps } from './CalendarButton';
3
+ export interface CalendarTableDaysItemDayProps extends CalendarButtonProps {
4
+ day: string;
5
+ dayOutOfTheMonth?: boolean;
6
+ isToday: boolean;
7
+ emphasis?: boolean;
8
+ selected?: boolean;
9
+ disabled?: boolean;
10
+ }
11
+ export declare const CalendarTableDaysItemDay: React.FC<CalendarTableDaysItemDayProps>;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const CalendarTableWeeksContainer: React.FC<{
3
+ children?: React.ReactNode;
4
+ }>;