@utrecht/component-library-react 7.2.0 → 7.3.2

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 (134) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/.jest-test-results.json +1 -1
  3. package/dist/BreadcrumbNav.d.ts.map +1 -1
  4. package/dist/Calendar.js +5 -456
  5. package/dist/Calendar.js.map +1 -1
  6. package/dist/Calendar.mjs +1 -459
  7. package/dist/Calendar.mjs.map +1 -1
  8. package/dist/FormField.d.ts +2 -12
  9. package/dist/FormField.d.ts.map +1 -1
  10. package/dist/FormFieldTextarea.d.ts.map +1 -1
  11. package/dist/FormFieldTextbox.d.ts.map +1 -1
  12. package/dist/FormLabel.d.ts +2 -9
  13. package/dist/FormLabel.d.ts.map +1 -1
  14. package/dist/LinkList.d.ts +1 -1
  15. package/dist/LinkList.d.ts.map +1 -1
  16. package/dist/Listbox.d.ts +2 -25
  17. package/dist/Listbox.d.ts.map +1 -1
  18. package/dist/NavList.d.ts +1 -1
  19. package/dist/NavList.d.ts.map +1 -1
  20. package/dist/ScrollLink.d.ts +9 -0
  21. package/dist/ScrollLink.d.ts.map +1 -0
  22. package/dist/TableOfContents.d.ts +1 -1
  23. package/dist/TableOfContents.d.ts.map +1 -1
  24. package/dist/Textbox.d.ts +7 -8
  25. package/dist/Textbox.d.ts.map +1 -1
  26. package/dist/css-module/BreadcrumbNav.d.ts.map +1 -1
  27. package/dist/css-module/Calendar.js +4 -485
  28. package/dist/css-module/Calendar.js.map +1 -1
  29. package/dist/css-module/Calendar.mjs +1 -489
  30. package/dist/css-module/Calendar.mjs.map +1 -1
  31. package/dist/css-module/FormField.d.ts +2 -12
  32. package/dist/css-module/FormField.d.ts.map +1 -1
  33. package/dist/css-module/FormFieldTextarea.d.ts.map +1 -1
  34. package/dist/css-module/FormFieldTextbox.d.ts.map +1 -1
  35. package/dist/css-module/FormLabel.d.ts +2 -9
  36. package/dist/css-module/FormLabel.d.ts.map +1 -1
  37. package/dist/css-module/LinkList.d.ts +1 -1
  38. package/dist/css-module/LinkList.d.ts.map +1 -1
  39. package/dist/css-module/Listbox.d.ts +2 -25
  40. package/dist/css-module/Listbox.d.ts.map +1 -1
  41. package/dist/css-module/NavList.d.ts +1 -1
  42. package/dist/css-module/NavList.d.ts.map +1 -1
  43. package/dist/css-module/ScrollLink.d.ts +9 -0
  44. package/dist/css-module/ScrollLink.d.ts.map +1 -0
  45. package/dist/css-module/TableOfContents.d.ts +1 -1
  46. package/dist/css-module/TableOfContents.d.ts.map +1 -1
  47. package/dist/css-module/Textbox.d.ts +7 -8
  48. package/dist/css-module/Textbox.d.ts.map +1 -1
  49. package/dist/css-module/css-module/FormField.d.ts +1 -2
  50. package/dist/css-module/css-module/FormField.d.ts.map +1 -1
  51. package/dist/css-module/css-module/FormFieldTextarea.d.ts +3 -3
  52. package/dist/css-module/css-module/FormFieldTextarea.d.ts.map +1 -1
  53. package/dist/css-module/css-module/FormFieldTextbox.d.ts +3 -3
  54. package/dist/css-module/css-module/FormFieldTextbox.d.ts.map +1 -1
  55. package/dist/css-module/css-module/FormLabel.d.ts +1 -2
  56. package/dist/css-module/css-module/FormLabel.d.ts.map +1 -1
  57. package/dist/css-module/css-module/Listbox.d.ts +1 -2
  58. package/dist/css-module/css-module/Listbox.d.ts.map +1 -1
  59. package/dist/css-module/css-module/ScrollLink.d.ts +7 -0
  60. package/dist/css-module/css-module/ScrollLink.d.ts.map +1 -0
  61. package/dist/css-module/css-module/Textbox.d.ts +1 -2
  62. package/dist/css-module/css-module/Textbox.d.ts.map +1 -1
  63. package/dist/css-module/css-module/index.d.ts +20 -18
  64. package/dist/css-module/css-module/index.d.ts.map +1 -1
  65. package/dist/css-module/{index.js → index.cjs} +698 -1202
  66. package/dist/css-module/index.cjs.map +1 -0
  67. package/dist/css-module/index.d.ts +20 -18
  68. package/dist/css-module/index.d.ts.map +1 -1
  69. package/dist/css-module/index.mjs +609 -1174
  70. package/dist/css-module/index.mjs.map +1 -1
  71. package/dist/{index.cjs.js → index.cjs} +425 -845
  72. package/dist/index.cjs.map +1 -0
  73. package/dist/index.d.ts +20 -18
  74. package/dist/index.d.ts.map +1 -1
  75. package/dist/{index.esm.js → index.mjs} +356 -830
  76. package/dist/index.mjs.map +1 -0
  77. package/package.json +38 -37
  78. package/dist/Checkbox.d.ts +0 -9
  79. package/dist/Checkbox.d.ts.map +0 -1
  80. package/dist/Combobox.d.ts +0 -16
  81. package/dist/Combobox.d.ts.map +0 -1
  82. package/dist/Fieldset.d.ts +0 -21
  83. package/dist/Fieldset.d.ts.map +0 -1
  84. package/dist/FieldsetLegend.d.ts +0 -6
  85. package/dist/FieldsetLegend.d.ts.map +0 -1
  86. package/dist/FormFieldCheckbox.d.ts +0 -14
  87. package/dist/FormFieldCheckbox.d.ts.map +0 -1
  88. package/dist/FormFieldDescription.d.ts +0 -10
  89. package/dist/FormFieldDescription.d.ts.map +0 -1
  90. package/dist/FormFieldErrorMessage.d.ts +0 -6
  91. package/dist/FormFieldErrorMessage.d.ts.map +0 -1
  92. package/dist/Link.d.ts +0 -15
  93. package/dist/Link.d.ts.map +0 -1
  94. package/dist/RadioButton.d.ts +0 -14
  95. package/dist/RadioButton.d.ts.map +0 -1
  96. package/dist/css-module/Checkbox.d.ts +0 -9
  97. package/dist/css-module/Checkbox.d.ts.map +0 -1
  98. package/dist/css-module/Combobox.d.ts +0 -16
  99. package/dist/css-module/Combobox.d.ts.map +0 -1
  100. package/dist/css-module/Fieldset.d.ts +0 -21
  101. package/dist/css-module/Fieldset.d.ts.map +0 -1
  102. package/dist/css-module/FieldsetLegend.d.ts +0 -6
  103. package/dist/css-module/FieldsetLegend.d.ts.map +0 -1
  104. package/dist/css-module/FormFieldCheckbox.d.ts +0 -14
  105. package/dist/css-module/FormFieldCheckbox.d.ts.map +0 -1
  106. package/dist/css-module/FormFieldDescription.d.ts +0 -10
  107. package/dist/css-module/FormFieldDescription.d.ts.map +0 -1
  108. package/dist/css-module/FormFieldErrorMessage.d.ts +0 -6
  109. package/dist/css-module/FormFieldErrorMessage.d.ts.map +0 -1
  110. package/dist/css-module/Link.d.ts +0 -15
  111. package/dist/css-module/Link.d.ts.map +0 -1
  112. package/dist/css-module/RadioButton.d.ts +0 -14
  113. package/dist/css-module/RadioButton.d.ts.map +0 -1
  114. package/dist/css-module/css-module/Checkbox.d.ts +0 -8
  115. package/dist/css-module/css-module/Checkbox.d.ts.map +0 -1
  116. package/dist/css-module/css-module/Combobox.d.ts +0 -7
  117. package/dist/css-module/css-module/Combobox.d.ts.map +0 -1
  118. package/dist/css-module/css-module/Fieldset.d.ts +0 -7
  119. package/dist/css-module/css-module/Fieldset.d.ts.map +0 -1
  120. package/dist/css-module/css-module/FieldsetLegend.d.ts +0 -7
  121. package/dist/css-module/css-module/FieldsetLegend.d.ts.map +0 -1
  122. package/dist/css-module/css-module/FormFieldCheckbox.d.ts +0 -10
  123. package/dist/css-module/css-module/FormFieldCheckbox.d.ts.map +0 -1
  124. package/dist/css-module/css-module/FormFieldDescription.d.ts +0 -7
  125. package/dist/css-module/css-module/FormFieldDescription.d.ts.map +0 -1
  126. package/dist/css-module/css-module/FormFieldErrorMessage.d.ts +0 -7
  127. package/dist/css-module/css-module/FormFieldErrorMessage.d.ts.map +0 -1
  128. package/dist/css-module/css-module/Link.d.ts +0 -7
  129. package/dist/css-module/css-module/Link.d.ts.map +0 -1
  130. package/dist/css-module/css-module/RadioButton.d.ts +0 -7
  131. package/dist/css-module/css-module/RadioButton.d.ts.map +0 -1
  132. package/dist/css-module/index.js.map +0 -1
  133. package/dist/index.cjs.js.map +0 -1
  134. package/dist/index.esm.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.2.0",
2
+ "version": "7.3.2",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -17,8 +17,8 @@
17
17
  "directory": "packages/component-library-react"
18
18
  },
19
19
  "sideEffects": false,
20
- "main": "./dist/index.cjs.js",
21
- "module": "./dist/index.esm.js",
20
+ "main": "./dist/index.cjs",
21
+ "module": "./dist/index.mjs",
22
22
  "types": "./dist/index.d.ts",
23
23
  "files": [
24
24
  "dist/",
@@ -26,7 +26,21 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "clsx": "2.1.1",
29
- "lodash.chunk": "4.2.0"
29
+ "lodash.chunk": "4.2.0",
30
+ "@utrecht/button-react": "2.0.1",
31
+ "@utrecht/calendar-react": "1.0.3",
32
+ "@utrecht/checkbox-react": "1.0.1",
33
+ "@utrecht/combobox-react": "0.0.2",
34
+ "@utrecht/fieldset-react": "1.0.1",
35
+ "@utrecht/form-field-checkbox-react": "1.0.2",
36
+ "@utrecht/form-field-description-react": "1.0.1",
37
+ "@utrecht/form-field-error-message-react": "1.0.1",
38
+ "@utrecht/form-field-react": "1.0.1",
39
+ "@utrecht/form-label-react": "1.0.1",
40
+ "@utrecht/link-react": "1.0.1",
41
+ "@utrecht/listbox-react": "1.0.2",
42
+ "@utrecht/radio-button-react": "1.0.1",
43
+ "@utrecht/textbox-react": "1.0.1"
30
44
  },
31
45
  "devDependencies": {
32
46
  "@babel/core": "7.24.7",
@@ -69,47 +83,38 @@
69
83
  "vega": "5.26.1",
70
84
  "vega-embed": "6.23.0",
71
85
  "vega-lite": "5.16.3",
72
- "@utrecht/alert-css": "2.0.0",
73
86
  "@utrecht/accordion-css": "1.4.0",
87
+ "@utrecht/alert-css": "2.0.0",
74
88
  "@utrecht/alert-dialog-css": "1.2.0",
75
- "@utrecht/article-css": "1.2.0",
76
89
  "@utrecht/alternate-lang-nav-css": "1.1.0",
90
+ "@utrecht/article-css": "1.2.0",
77
91
  "@utrecht/backdrop-css": "1.2.0",
78
92
  "@utrecht/badge-counter-css": "1.2.1",
79
93
  "@utrecht/badge-data-css": "1.2.0",
80
- "@utrecht/badge-status-css": "1.2.0",
81
94
  "@utrecht/badge-list-css": "2.0.0",
95
+ "@utrecht/badge-status-css": "1.2.0",
82
96
  "@utrecht/blockquote-css": "1.3.0",
83
97
  "@utrecht/breadcrumb-nav-css": "1.2.0",
84
98
  "@utrecht/button-group-css": "1.2.0",
85
99
  "@utrecht/button-link-css": "1.1.0",
86
- "@utrecht/button-react": "2.0.0",
87
- "@utrecht/calendar-react": "1.0.2",
88
100
  "@utrecht/code-block-css": "1.2.2",
89
- "@utrecht/checkbox-css": "1.3.0",
90
101
  "@utrecht/code-css": "1.2.2",
91
102
  "@utrecht/color-sample-css": "1.2.2",
92
- "@utrecht/currency-data-css": "1.1.0",
93
103
  "@utrecht/column-layout-css": "1.3.0",
94
- "@utrecht/combobox-css": "1.2.0",
104
+ "@utrecht/currency-data-css": "1.1.0",
95
105
  "@utrecht/custom-checkbox-css": "1.1.1",
96
- "@utrecht/data-placeholder-css": "1.2.0",
97
106
  "@utrecht/data-list-css": "1.2.0",
107
+ "@utrecht/data-placeholder-css": "1.2.0",
98
108
  "@utrecht/digid-button-css": "1.2.0",
99
- "@utrecht/emphasis-css": "1.2.0",
100
109
  "@utrecht/document-css": "1.2.0",
101
110
  "@utrecht/drawer-css": "1.2.2",
111
+ "@utrecht/emphasis-css": "1.2.0",
102
112
  "@utrecht/figure-css": "1.2.0",
103
113
  "@utrecht/focus-ring-css": "2.0.0",
104
- "@utrecht/form-field-css": "1.3.0",
105
- "@utrecht/form-field-error-message-css": "1.3.1",
106
- "@utrecht/form-field-description-css": "1.3.0",
107
- "@utrecht/form-fieldset-css": "1.2.0",
108
- "@utrecht/form-label-css": "1.3.0",
109
114
  "@utrecht/form-toggle-css": "1.2.1",
110
115
  "@utrecht/heading-1-css": "1.2.0",
111
- "@utrecht/heading-3-css": "1.2.0",
112
116
  "@utrecht/heading-2-css": "1.2.0",
117
+ "@utrecht/heading-3-css": "1.2.0",
113
118
  "@utrecht/heading-4-css": "1.2.0",
114
119
  "@utrecht/heading-5-css": "1.2.0",
115
120
  "@utrecht/heading-6-css": "1.2.0",
@@ -117,38 +122,35 @@
117
122
  "@utrecht/html-content-css": "1.1.0",
118
123
  "@utrecht/iban-data-css": "1.1.0",
119
124
  "@utrecht/icon": "1.2.0",
120
- "@utrecht/img-css": "1.1.0",
121
- "@utrecht/link-button-css": "1.1.0",
125
+ "@utrecht/img-css": "1.1.1",
122
126
  "@utrecht/index-char-nav-css": "1.2.0",
123
- "@utrecht/link-css": "1.3.0",
127
+ "@utrecht/link-button-css": "1.1.0",
124
128
  "@utrecht/link-list-css": "2.1.0",
125
- "@utrecht/list-social-css": "1.2.0",
126
- "@utrecht/listbox-css": "1.2.0",
127
129
  "@utrecht/link-social-css": "1.2.0",
130
+ "@utrecht/list-social-css": "1.2.0",
128
131
  "@utrecht/logo-button-css": "1.2.0",
132
+ "@utrecht/logo-css": "1.2.0",
129
133
  "@utrecht/logo-image-css": "1.2.0",
130
134
  "@utrecht/map-control-button-css": "2.0.2",
131
- "@utrecht/logo-css": "1.2.0",
135
+ "@utrecht/map-marker-css": "1.2.0",
132
136
  "@utrecht/mark-css": "1.2.2",
133
137
  "@utrecht/multiline-data-css": "1.1.0",
134
- "@utrecht/nav-list-css": "1.1.0",
135
138
  "@utrecht/nav-bar-css": "1.2.0",
139
+ "@utrecht/nav-list-css": "1.1.0",
136
140
  "@utrecht/number-badge-css": "2.1.0",
137
141
  "@utrecht/number-data-css": "1.2.0",
138
- "@utrecht/map-marker-css": "1.2.0",
139
- "@utrecht/page-content-css": "1.2.0",
140
142
  "@utrecht/ordered-list-css": "1.2.0",
141
- "@utrecht/page-footer-css": "1.2.0",
143
+ "@utrecht/page-content-css": "1.2.0",
142
144
  "@utrecht/page-css": "1.2.0",
145
+ "@utrecht/page-footer-css": "1.2.0",
143
146
  "@utrecht/page-header-css": "1.2.0",
147
+ "@utrecht/pagination-css": "1.2.1",
144
148
  "@utrecht/paragraph-css": "2.0.0",
145
149
  "@utrecht/pre-heading-css": "1.2.2",
146
- "@utrecht/pagination-css": "1.2.1",
147
150
  "@utrecht/preserve-data-css": "1.1.0",
148
- "@utrecht/radio-button-css": "1.3.1",
149
- "@utrecht/search-bar-css": "2.0.0",
150
151
  "@utrecht/rich-text-css": "1.1.0",
151
- "@utrecht/select-css": "1.4.0",
152
+ "@utrecht/search-bar-css": "2.0.0",
153
+ "@utrecht/select-css": "1.5.0",
152
154
  "@utrecht/separator-css": "1.2.0",
153
155
  "@utrecht/skip-link-css": "1.3.0",
154
156
  "@utrecht/spotlight-section-css": "1.3.0",
@@ -156,12 +158,11 @@
156
158
  "@utrecht/superscript-css": "1.0.0",
157
159
  "@utrecht/surface-css": "1.2.0",
158
160
  "@utrecht/table-css": "1.2.0",
161
+ "@utrecht/table-of-contents-css": "0.1.0",
159
162
  "@utrecht/textarea-css": "2.0.1",
160
- "@utrecht/textbox-css": "1.3.1",
161
163
  "@utrecht/top-task-link-css": "1.2.1",
162
- "@utrecht/table-of-contents-css": "0.1.0",
163
- "@utrecht/unordered-list-css": "1.2.0",
164
164
  "@utrecht/top-task-nav-css": "1.1.0",
165
+ "@utrecht/unordered-list-css": "1.2.0",
165
166
  "@utrecht/url-data-css": "1.1.0",
166
167
  "@utrecht/vega-visualization-css": "1.2.0"
167
168
  },
@@ -1,9 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
3
- appearance?: string;
4
- indeterminate?: boolean;
5
- invalid?: boolean;
6
- inputRequired?: boolean;
7
- }
8
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
9
- //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../src/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,mBAAmB,EAA0C,MAAM,OAAO,CAAC;AAE9G,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IACrG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,4GAsDpB,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2023 Robbert Broersma
4
- */
5
- import { HTMLAttributes } from 'react';
6
- export type ComboboxProps = HTMLAttributes<HTMLDivElement>;
7
- export declare const Combobox: import("react").ForwardRefExoticComponent<ComboboxProps & {
8
- children?: import("react").ReactNode | undefined;
9
- } & import("react").RefAttributes<HTMLDivElement>>;
10
- export interface ComboboxPopoverProps extends HTMLAttributes<HTMLDivElement> {
11
- position?: string | 'block-end' | 'block-start';
12
- }
13
- export declare const ComboboxPopover: import("react").ForwardRefExoticComponent<ComboboxPopoverProps & {
14
- children?: import("react").ReactNode | undefined;
15
- } & import("react").RefAttributes<HTMLDivElement>>;
16
- //# sourceMappingURL=Combobox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../src/Combobox.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE3D,eAAO,MAAM,QAAQ;;kDAIpB,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1E,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,aAAa,CAAC;CACjD;AAED,eAAO,MAAM,eAAe;;kDAiB3B,CAAC"}
@@ -1,21 +0,0 @@
1
- import { FieldsetHTMLAttributes, HTMLAttributes } from 'react';
2
- export interface FieldsetProps extends HTMLAttributes<HTMLDivElement> {
3
- 'aria-describedby'?: string;
4
- 'aria-label'?: string;
5
- 'aria-labelledby'?: string;
6
- disabled?: boolean;
7
- form?: string;
8
- invalid?: boolean;
9
- required?: boolean;
10
- name?: string;
11
- }
12
- export declare const Fieldset: import("react").ForwardRefExoticComponent<FieldsetProps & {
13
- children?: import("react").ReactNode | undefined;
14
- } & import("react").RefAttributes<HTMLDivElement>>;
15
- export interface FieldsetOnlyProps extends FieldsetHTMLAttributes<HTMLFieldSetElement> {
16
- invalid?: boolean;
17
- }
18
- export declare const FieldsetOnly: import("react").ForwardRefExoticComponent<FieldsetOnlyProps & {
19
- children?: import("react").ReactNode | undefined;
20
- } & import("react").RefAttributes<HTMLFieldSetElement>>;
21
- //# sourceMappingURL=Fieldset.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Fieldset.d.ts","sourceRoot":"","sources":["../src/Fieldset.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAE5G,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IACnE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,QAAQ;;kDA4CpB,CAAC;AASF,MAAM,WAAW,iBAAkB,SAAQ,sBAAsB,CAAC,mBAAmB,CAAC;IACpF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY;;uDAqBxB,CAAC"}
@@ -1,6 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export type FieldsetLegendProps = HTMLAttributes<HTMLLegendElement>;
3
- export declare const FieldsetLegend: import("react").ForwardRefExoticComponent<FieldsetLegendProps & {
4
- children?: import("react").ReactNode | undefined;
5
- } & import("react").RefAttributes<HTMLLegendElement>>;
6
- //# sourceMappingURL=FieldsetLegend.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldsetLegend.d.ts","sourceRoot":"","sources":["../src/FieldsetLegend.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEpE,eAAO,MAAM,cAAc;;qDAa1B,CAAC"}
@@ -1,14 +0,0 @@
1
- import type { ReactNode, Ref } from 'react';
2
- import type { CheckboxProps } from './Checkbox';
3
- import type { FormFieldProps } from './FormField';
4
- export interface FormFieldCheckboxProps extends Omit<FormFieldProps, 'type'>, Pick<CheckboxProps, 'checked' | 'defaultChecked' | 'defaultValue' | 'disabled' | 'indeterminate' | 'inputRequired' | 'invalid' | 'name' | 'required' | 'value'> {
5
- description?: ReactNode;
6
- errorMessage?: ReactNode;
7
- inputRef?: Ref<HTMLInputElement>;
8
- label: ReactNode;
9
- status?: ReactNode;
10
- }
11
- export declare const FormFieldCheckbox: import("react").ForwardRefExoticComponent<FormFieldCheckboxProps & {
12
- children?: ReactNode | undefined;
13
- } & import("react").RefAttributes<HTMLDivElement>>;
14
- //# sourceMappingURL=FormFieldCheckbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldCheckbox.d.ts","sourceRoot":"","sources":["../src/FormFieldCheckbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAmC,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAMlD,MAAM,WAAW,sBACf,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,EAClC,IAAI,CACF,aAAa,EACX,SAAS,GACT,gBAAgB,GAChB,cAAc,GACd,UAAU,GACV,eAAe,GACf,eAAe,GACf,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,CACV;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACjC,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB;;kDAoF7B,CAAC"}
@@ -1,10 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export interface FormFieldDescriptionProps extends HTMLAttributes<HTMLDivElement> {
3
- invalid?: boolean;
4
- valid?: boolean;
5
- warning?: boolean;
6
- }
7
- export declare const FormFieldDescription: import("react").ForwardRefExoticComponent<FormFieldDescriptionProps & {
8
- children?: import("react").ReactNode | undefined;
9
- } & import("react").RefAttributes<HTMLDivElement>>;
10
- //# sourceMappingURL=FormFieldDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldDescription.d.ts","sourceRoot":"","sources":["../src/FormFieldDescription.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,WAAW,yBAA0B,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,oBAAoB;;kDAmBhC,CAAC"}
@@ -1,6 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export type FormFieldErrorMessageProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const FormFieldErrorMessage: import("react").ForwardRefExoticComponent<FormFieldErrorMessageProps & {
4
- children?: import("react").ReactNode | undefined;
5
- } & import("react").RefAttributes<HTMLDivElement>>;
6
- //# sourceMappingURL=FormFieldErrorMessage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldErrorMessage.d.ts","sourceRoot":"","sources":["../src/FormFieldErrorMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,0BAA0B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAExE,eAAO,MAAM,qBAAqB;;kDASjC,CAAC"}
package/dist/Link.d.ts DELETED
@@ -1,15 +0,0 @@
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 LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'placeholder'> {
8
- boxContent?: boolean;
9
- external?: boolean;
10
- placeholder?: boolean;
11
- }
12
- export declare const Link: import("react").ForwardRefExoticComponent<LinkProps & {
13
- children?: import("react").ReactNode | undefined;
14
- } & import("react").RefAttributes<HTMLAnchorElement>>;
15
- //# sourceMappingURL=Link.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../src/Link.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,oBAAoB,EAA+C,MAAM,OAAO,CAAC;AAG1F,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,aAAa,CAAC;IAC7F,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,IAAI;;qDA8BhB,CAAC"}
@@ -1,14 +0,0 @@
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;
11
- } & {
12
- children?: import("react").ReactNode | undefined;
13
- } & import("react").RefAttributes<HTMLInputElement>>;
14
- //# sourceMappingURL=RadioButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../src/RadioButton.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAA4B,mBAAmB,EAAqB,MAAM,OAAO,CAAC;AAEzF,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IACrE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW;cAHZ,OAAO;;;oDAwBlB,CAAC"}
@@ -1,9 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
3
- appearance?: string;
4
- indeterminate?: boolean;
5
- invalid?: boolean;
6
- inputRequired?: boolean;
7
- }
8
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
9
- //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,mBAAmB,EAA0C,MAAM,OAAO,CAAC;AAE9G,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IACrG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,4GAsDpB,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2023 Robbert Broersma
4
- */
5
- import { HTMLAttributes } from 'react';
6
- export type ComboboxProps = HTMLAttributes<HTMLDivElement>;
7
- export declare const Combobox: import("react").ForwardRefExoticComponent<ComboboxProps & {
8
- children?: import("react").ReactNode | undefined;
9
- } & import("react").RefAttributes<HTMLDivElement>>;
10
- export interface ComboboxPopoverProps extends HTMLAttributes<HTMLDivElement> {
11
- position?: string | 'block-end' | 'block-start';
12
- }
13
- export declare const ComboboxPopover: import("react").ForwardRefExoticComponent<ComboboxPopoverProps & {
14
- children?: import("react").ReactNode | undefined;
15
- } & import("react").RefAttributes<HTMLDivElement>>;
16
- //# sourceMappingURL=Combobox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../src/Combobox.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE3D,eAAO,MAAM,QAAQ;;kDAIpB,CAAC;AAIF,MAAM,WAAW,oBAAqB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1E,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,aAAa,CAAC;CACjD;AAED,eAAO,MAAM,eAAe;;kDAiB3B,CAAC"}
@@ -1,21 +0,0 @@
1
- import { FieldsetHTMLAttributes, HTMLAttributes } from 'react';
2
- export interface FieldsetProps extends HTMLAttributes<HTMLDivElement> {
3
- 'aria-describedby'?: string;
4
- 'aria-label'?: string;
5
- 'aria-labelledby'?: string;
6
- disabled?: boolean;
7
- form?: string;
8
- invalid?: boolean;
9
- required?: boolean;
10
- name?: string;
11
- }
12
- export declare const Fieldset: import("react").ForwardRefExoticComponent<FieldsetProps & {
13
- children?: import("react").ReactNode | undefined;
14
- } & import("react").RefAttributes<HTMLDivElement>>;
15
- export interface FieldsetOnlyProps extends FieldsetHTMLAttributes<HTMLFieldSetElement> {
16
- invalid?: boolean;
17
- }
18
- export declare const FieldsetOnly: import("react").ForwardRefExoticComponent<FieldsetOnlyProps & {
19
- children?: import("react").ReactNode | undefined;
20
- } & import("react").RefAttributes<HTMLFieldSetElement>>;
21
- //# sourceMappingURL=Fieldset.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Fieldset.d.ts","sourceRoot":"","sources":["../../src/Fieldset.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAE5G,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IACnE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,QAAQ;;kDA4CpB,CAAC;AASF,MAAM,WAAW,iBAAkB,SAAQ,sBAAsB,CAAC,mBAAmB,CAAC;IACpF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY;;uDAqBxB,CAAC"}
@@ -1,6 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export type FieldsetLegendProps = HTMLAttributes<HTMLLegendElement>;
3
- export declare const FieldsetLegend: import("react").ForwardRefExoticComponent<FieldsetLegendProps & {
4
- children?: import("react").ReactNode | undefined;
5
- } & import("react").RefAttributes<HTMLLegendElement>>;
6
- //# sourceMappingURL=FieldsetLegend.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldsetLegend.d.ts","sourceRoot":"","sources":["../../src/FieldsetLegend.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC;AAEpE,eAAO,MAAM,cAAc;;qDAa1B,CAAC"}
@@ -1,14 +0,0 @@
1
- import type { ReactNode, Ref } from 'react';
2
- import type { CheckboxProps } from './Checkbox';
3
- import type { FormFieldProps } from './FormField';
4
- export interface FormFieldCheckboxProps extends Omit<FormFieldProps, 'type'>, Pick<CheckboxProps, 'checked' | 'defaultChecked' | 'defaultValue' | 'disabled' | 'indeterminate' | 'inputRequired' | 'invalid' | 'name' | 'required' | 'value'> {
5
- description?: ReactNode;
6
- errorMessage?: ReactNode;
7
- inputRef?: Ref<HTMLInputElement>;
8
- label: ReactNode;
9
- status?: ReactNode;
10
- }
11
- export declare const FormFieldCheckbox: import("react").ForwardRefExoticComponent<FormFieldCheckboxProps & {
12
- children?: ReactNode | undefined;
13
- } & import("react").RefAttributes<HTMLDivElement>>;
14
- //# sourceMappingURL=FormFieldCheckbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldCheckbox.d.ts","sourceRoot":"","sources":["../../src/FormFieldCheckbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAmC,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAMlD,MAAM,WAAW,sBACf,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,EAClC,IAAI,CACF,aAAa,EACX,SAAS,GACT,gBAAgB,GAChB,cAAc,GACd,UAAU,GACV,eAAe,GACf,eAAe,GACf,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,CACV;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IACjC,KAAK,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB;;kDAoF7B,CAAC"}
@@ -1,10 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export interface FormFieldDescriptionProps extends HTMLAttributes<HTMLDivElement> {
3
- invalid?: boolean;
4
- valid?: boolean;
5
- warning?: boolean;
6
- }
7
- export declare const FormFieldDescription: import("react").ForwardRefExoticComponent<FormFieldDescriptionProps & {
8
- children?: import("react").ReactNode | undefined;
9
- } & import("react").RefAttributes<HTMLDivElement>>;
10
- //# sourceMappingURL=FormFieldDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldDescription.d.ts","sourceRoot":"","sources":["../../src/FormFieldDescription.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,WAAW,yBAA0B,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC/E,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,oBAAoB;;kDAmBhC,CAAC"}
@@ -1,6 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export type FormFieldErrorMessageProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const FormFieldErrorMessage: import("react").ForwardRefExoticComponent<FormFieldErrorMessageProps & {
4
- children?: import("react").ReactNode | undefined;
5
- } & import("react").RefAttributes<HTMLDivElement>>;
6
- //# sourceMappingURL=FormFieldErrorMessage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldErrorMessage.d.ts","sourceRoot":"","sources":["../../src/FormFieldErrorMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,EAAqB,MAAM,OAAO,CAAC;AAEpF,MAAM,MAAM,0BAA0B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAExE,eAAO,MAAM,qBAAqB;;kDASjC,CAAC"}
@@ -1,15 +0,0 @@
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 LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'placeholder'> {
8
- boxContent?: boolean;
9
- external?: boolean;
10
- placeholder?: boolean;
11
- }
12
- export declare const Link: import("react").ForwardRefExoticComponent<LinkProps & {
13
- children?: import("react").ReactNode | undefined;
14
- } & import("react").RefAttributes<HTMLAnchorElement>>;
15
- //# sourceMappingURL=Link.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../src/Link.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,oBAAoB,EAA+C,MAAM,OAAO,CAAC;AAG1F,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,aAAa,CAAC;IAC7F,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,IAAI;;qDA8BhB,CAAC"}
@@ -1,14 +0,0 @@
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;
11
- } & {
12
- children?: import("react").ReactNode | undefined;
13
- } & import("react").RefAttributes<HTMLInputElement>>;
14
- //# sourceMappingURL=RadioButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../src/RadioButton.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAA4B,mBAAmB,EAAqB,MAAM,OAAO,CAAC;AAEzF,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IACrE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW;cAHZ,OAAO;;;oDAwBlB,CAAC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/custom-checkbox-css/src/index.scss';
6
- import '@utrecht/checkbox-css/src/index.scss';
7
- export * from '../Checkbox';
8
- //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/css-module/Checkbox.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,6CAA6C,CAAC;AACrD,OAAO,sCAAsC,CAAC;AAE9C,cAAc,aAAa,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/combobox-css/src/index.scss';
6
- export * from '../Combobox';
7
- //# sourceMappingURL=Combobox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../src/css-module/Combobox.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,sCAAsC,CAAC;AAE9C,cAAc,aAAa,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/form-fieldset-css/src/index.scss';
6
- export * from '../Fieldset';
7
- //# sourceMappingURL=Fieldset.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Fieldset.d.ts","sourceRoot":"","sources":["../../../src/css-module/Fieldset.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,2CAA2C,CAAC;AAEnD,cAAc,aAAa,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/form-fieldset-css/src/index.scss';
6
- export * from '../FieldsetLegend';
7
- //# sourceMappingURL=FieldsetLegend.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldsetLegend.d.ts","sourceRoot":"","sources":["../../../src/css-module/FieldsetLegend.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,2CAA2C,CAAC;AAEnD,cAAc,mBAAmB,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import './Checkbox';
6
- import './FormField';
7
- import './FormFieldDescription';
8
- import './FormFieldErrorMessage';
9
- export * from '../FormFieldCheckbox';
10
- //# sourceMappingURL=FormFieldCheckbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldCheckbox.d.ts","sourceRoot":"","sources":["../../../src/css-module/FormFieldCheckbox.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,YAAY,CAAC;AACpB,OAAO,aAAa,CAAC;AACrB,OAAO,wBAAwB,CAAC;AAChC,OAAO,yBAAyB,CAAC;AAEjC,cAAc,sBAAsB,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/form-field-description-css/src/index.scss';
6
- export * from '../FormFieldDescription';
7
- //# sourceMappingURL=FormFieldDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldDescription.d.ts","sourceRoot":"","sources":["../../../src/css-module/FormFieldDescription.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,oDAAoD,CAAC;AAE5D,cAAc,yBAAyB,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/form-field-error-message-css/src/index.scss';
6
- export * from '../FormFieldErrorMessage';
7
- //# sourceMappingURL=FormFieldErrorMessage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormFieldErrorMessage.d.ts","sourceRoot":"","sources":["../../../src/css-module/FormFieldErrorMessage.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,sDAAsD,CAAC;AAE9D,cAAc,0BAA0B,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/link-css/src/index.scss';
6
- export * from '../Link';
7
- //# sourceMappingURL=Link.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/css-module/Link.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,kCAAkC,CAAC;AAE1C,cAAc,SAAS,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * @license EUPL-1.2
3
- * Copyright (c) 2021 Robbert Broersma
4
- */
5
- import '@utrecht/radio-button-css/src/index.scss';
6
- export * from '../RadioButton';
7
- //# sourceMappingURL=RadioButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../src/css-module/RadioButton.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,0CAA0C,CAAC;AAElD,cAAc,gBAAgB,CAAC"}