@goodhood-web/ui 1.5.0 → 1.6.0-development.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.
- package/index.d.ts +2 -1
- package/index.js +30 -30
- package/index.mjs +894 -877
- package/lib/Icon/icons/24x24/index.d.ts +43 -43
- package/lib/Icon/icons/32x32/index.d.ts +90 -90
- package/lib/Icon/icons/index.d.ts +133 -133
- package/lib/RadioButton/RadioButton.d.ts +1 -1
- package/lib/RadioButtonCluster/RadioButtonCluster.d.ts +4 -0
- package/lib/RadioButtonCluster/RadioButtonCluster.example.d.ts +6 -0
- package/lib/RadioButtonCluster/RadioButtonCluster.types.d.ts +8 -0
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -1,405 +1,405 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const iconsMap: {
|
|
3
3
|
'24': {
|
|
4
|
-
readonly arrow_left: import('react').FunctionComponent<import(
|
|
4
|
+
readonly arrow_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
5
5
|
title?: string | undefined;
|
|
6
6
|
}>;
|
|
7
|
-
readonly arrow_right: import('react').FunctionComponent<import(
|
|
7
|
+
readonly arrow_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
readonly bookmark: import('react').FunctionComponent<import(
|
|
10
|
+
readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
11
11
|
title?: string | undefined;
|
|
12
12
|
}>;
|
|
13
|
-
readonly bookmarked: import('react').FunctionComponent<import(
|
|
13
|
+
readonly bookmarked: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
14
14
|
title?: string | undefined;
|
|
15
15
|
}>;
|
|
16
|
-
readonly burger_menu: import('react').FunctionComponent<import(
|
|
16
|
+
readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
17
17
|
title?: string | undefined;
|
|
18
18
|
}>;
|
|
19
|
-
readonly camera: import('react').FunctionComponent<import(
|
|
19
|
+
readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
readonly checkmark: import('react').FunctionComponent<import(
|
|
22
|
+
readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
23
23
|
title?: string | undefined;
|
|
24
24
|
}>;
|
|
25
|
-
readonly checkmark_circle: import('react').FunctionComponent<import(
|
|
25
|
+
readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
26
26
|
title?: string | undefined;
|
|
27
27
|
}>;
|
|
28
|
-
readonly chevron_down: import('react').FunctionComponent<import(
|
|
28
|
+
readonly chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
29
29
|
title?: string | undefined;
|
|
30
30
|
}>;
|
|
31
|
-
readonly chevron_left: import('react').FunctionComponent<import(
|
|
31
|
+
readonly chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
readonly chevron_right: import('react').FunctionComponent<import(
|
|
34
|
+
readonly chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
35
35
|
title?: string | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
readonly chevron_up: import('react').FunctionComponent<import(
|
|
37
|
+
readonly chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
38
38
|
title?: string | undefined;
|
|
39
39
|
}>;
|
|
40
|
-
readonly comment_bubble: import('react').FunctionComponent<import(
|
|
40
|
+
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
41
41
|
title?: string | undefined;
|
|
42
42
|
}>;
|
|
43
|
-
readonly cross: import('react').FunctionComponent<import(
|
|
43
|
+
readonly cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
readonly cross_circle: import('react').FunctionComponent<import(
|
|
46
|
+
readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
47
47
|
title?: string | undefined;
|
|
48
48
|
}>;
|
|
49
|
-
readonly envelope: import('react').FunctionComponent<import(
|
|
49
|
+
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
50
50
|
title?: string | undefined;
|
|
51
51
|
}>;
|
|
52
|
-
readonly event_calendar: import('react').FunctionComponent<import(
|
|
52
|
+
readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
53
53
|
title?: string | undefined;
|
|
54
54
|
}>;
|
|
55
|
-
readonly external_link: import('react').FunctionComponent<import(
|
|
55
|
+
readonly external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
56
56
|
title?: string | undefined;
|
|
57
57
|
}>;
|
|
58
|
-
readonly eye: import('react').FunctionComponent<import(
|
|
58
|
+
readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
59
59
|
title?: string | undefined;
|
|
60
60
|
}>;
|
|
61
|
-
readonly eye_crossed: import('react').FunctionComponent<import(
|
|
61
|
+
readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
62
62
|
title?: string | undefined;
|
|
63
63
|
}>;
|
|
64
|
-
readonly filter: import('react').FunctionComponent<import(
|
|
64
|
+
readonly filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
65
65
|
title?: string | undefined;
|
|
66
66
|
}>;
|
|
67
|
-
readonly globe: import('react').FunctionComponent<import(
|
|
67
|
+
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
68
68
|
title?: string | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
readonly heart: import('react').FunctionComponent<import(
|
|
70
|
+
readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
71
71
|
title?: string | undefined;
|
|
72
72
|
}>;
|
|
73
|
-
readonly image: import('react').FunctionComponent<import(
|
|
73
|
+
readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
74
74
|
title?: string | undefined;
|
|
75
75
|
}>;
|
|
76
|
-
readonly loudspeaker: import('react').FunctionComponent<import(
|
|
76
|
+
readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
77
77
|
title?: string | undefined;
|
|
78
78
|
}>;
|
|
79
|
-
readonly marketplace: import('react').FunctionComponent<import(
|
|
79
|
+
readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
80
80
|
title?: string | undefined;
|
|
81
81
|
}>;
|
|
82
|
-
readonly more_dots: import('react').FunctionComponent<import(
|
|
82
|
+
readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
83
83
|
title?: string | undefined;
|
|
84
84
|
}>;
|
|
85
|
-
readonly more_dots_alt: import('react').FunctionComponent<import(
|
|
85
|
+
readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
86
86
|
title?: string | undefined;
|
|
87
87
|
}>;
|
|
88
|
-
readonly mute: import('react').FunctionComponent<import(
|
|
88
|
+
readonly mute: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
89
89
|
title?: string | undefined;
|
|
90
90
|
}>;
|
|
91
|
-
readonly notification_bell: import('react').FunctionComponent<import(
|
|
91
|
+
readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
92
92
|
title?: string | undefined;
|
|
93
93
|
}>;
|
|
94
|
-
readonly paperclip: import('react').FunctionComponent<import(
|
|
94
|
+
readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
95
95
|
title?: string | undefined;
|
|
96
96
|
}>;
|
|
97
|
-
readonly pencil: import('react').FunctionComponent<import(
|
|
97
|
+
readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
98
98
|
title?: string | undefined;
|
|
99
99
|
}>;
|
|
100
|
-
readonly pin: import('react').FunctionComponent<import(
|
|
100
|
+
readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
101
101
|
title?: string | undefined;
|
|
102
102
|
}>;
|
|
103
|
-
readonly plus: import('react').FunctionComponent<import(
|
|
103
|
+
readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
}>;
|
|
106
|
-
readonly plus_circle: import('react').FunctionComponent<import(
|
|
106
|
+
readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
107
107
|
title?: string | undefined;
|
|
108
108
|
}>;
|
|
109
|
-
readonly privacy_lock: import('react').FunctionComponent<import(
|
|
109
|
+
readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
110
110
|
title?: string | undefined;
|
|
111
111
|
}>;
|
|
112
|
-
readonly privacy_lock_closed: import('react').FunctionComponent<import(
|
|
112
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
113
113
|
title?: string | undefined;
|
|
114
114
|
}>;
|
|
115
|
-
readonly search: import('react').FunctionComponent<import(
|
|
115
|
+
readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
116
116
|
title?: string | undefined;
|
|
117
117
|
}>;
|
|
118
|
-
readonly share_arrow: import('react').FunctionComponent<import(
|
|
118
|
+
readonly share_arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
119
119
|
title?: string | undefined;
|
|
120
120
|
}>;
|
|
121
|
-
readonly share_arrow_outline: import('react').FunctionComponent<import(
|
|
121
|
+
readonly share_arrow_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
122
122
|
title?: string | undefined;
|
|
123
123
|
}>;
|
|
124
|
-
readonly sort: import('react').FunctionComponent<import(
|
|
124
|
+
readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
125
125
|
title?: string | undefined;
|
|
126
126
|
}>;
|
|
127
|
-
readonly thanks: import('react').FunctionComponent<import(
|
|
127
|
+
readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
128
128
|
title?: string | undefined;
|
|
129
129
|
}>;
|
|
130
|
-
readonly trash_can: import('react').FunctionComponent<import(
|
|
130
|
+
readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
131
131
|
title?: string | undefined;
|
|
132
132
|
}>;
|
|
133
133
|
};
|
|
134
134
|
'32': {
|
|
135
|
-
readonly address_book: import('react').FunctionComponent<import(
|
|
135
|
+
readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
136
|
title?: string | undefined;
|
|
137
137
|
}>;
|
|
138
|
-
readonly baby_toy: import('react').FunctionComponent<import(
|
|
138
|
+
readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
139
139
|
title?: string | undefined;
|
|
140
140
|
}>;
|
|
141
|
-
readonly bicycle: import('react').FunctionComponent<import(
|
|
141
|
+
readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
142
142
|
title?: string | undefined;
|
|
143
143
|
}>;
|
|
144
|
-
readonly bookmark: import('react').FunctionComponent<import(
|
|
144
|
+
readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
145
145
|
title?: string | undefined;
|
|
146
146
|
}>;
|
|
147
|
-
readonly books: import('react').FunctionComponent<import(
|
|
147
|
+
readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
150
|
-
readonly bubble_heart_filled: import('react').FunctionComponent<import(
|
|
150
|
+
readonly bubble_heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
151
151
|
title?: string | undefined;
|
|
152
152
|
}>;
|
|
153
|
-
readonly bubble_heart_outline: import('react').FunctionComponent<import(
|
|
153
|
+
readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
154
154
|
title?: string | undefined;
|
|
155
155
|
}>;
|
|
156
|
-
readonly buildings: import('react').FunctionComponent<import(
|
|
156
|
+
readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
157
157
|
title?: string | undefined;
|
|
158
158
|
}>;
|
|
159
|
-
readonly burger_menu: import('react').FunctionComponent<import(
|
|
159
|
+
readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
}>;
|
|
162
|
-
readonly business: import('react').FunctionComponent<import(
|
|
162
|
+
readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
163
163
|
title?: string | undefined;
|
|
164
164
|
}>;
|
|
165
|
-
readonly business_profile: import('react').FunctionComponent<import(
|
|
165
|
+
readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
166
166
|
title?: string | undefined;
|
|
167
167
|
}>;
|
|
168
|
-
readonly camera: import('react').FunctionComponent<import(
|
|
168
|
+
readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
169
169
|
title?: string | undefined;
|
|
170
170
|
}>;
|
|
171
|
-
readonly camera_crossed: import('react').FunctionComponent<import(
|
|
171
|
+
readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
-
readonly car: import('react').FunctionComponent<import(
|
|
174
|
+
readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
175
175
|
title?: string | undefined;
|
|
176
176
|
}>;
|
|
177
|
-
readonly carrot: import('react').FunctionComponent<import(
|
|
177
|
+
readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
178
178
|
title?: string | undefined;
|
|
179
179
|
}>;
|
|
180
|
-
readonly chat: import('react').FunctionComponent<import(
|
|
180
|
+
readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
181
181
|
title?: string | undefined;
|
|
182
182
|
}>;
|
|
183
|
-
readonly checkmark_circle: import('react').FunctionComponent<import(
|
|
183
|
+
readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
}>;
|
|
186
|
-
readonly christmas_tree: import('react').FunctionComponent<import(
|
|
186
|
+
readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
187
187
|
title?: string | undefined;
|
|
188
188
|
}>;
|
|
189
|
-
readonly clipboard: import('react').FunctionComponent<import(
|
|
189
|
+
readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
190
190
|
title?: string | undefined;
|
|
191
191
|
}>;
|
|
192
|
-
readonly clothing: import('react').FunctionComponent<import(
|
|
192
|
+
readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
193
193
|
title?: string | undefined;
|
|
194
194
|
}>;
|
|
195
|
-
readonly cocktail: import('react').FunctionComponent<import(
|
|
195
|
+
readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
196
196
|
title?: string | undefined;
|
|
197
197
|
}>;
|
|
198
|
-
readonly comment_bubble: import('react').FunctionComponent<import(
|
|
198
|
+
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
199
199
|
title?: string | undefined;
|
|
200
200
|
}>;
|
|
201
|
-
readonly compass: import('react').FunctionComponent<import(
|
|
201
|
+
readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
202
202
|
title?: string | undefined;
|
|
203
203
|
}>;
|
|
204
|
-
readonly computer: import('react').FunctionComponent<import(
|
|
204
|
+
readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
205
205
|
title?: string | undefined;
|
|
206
206
|
}>;
|
|
207
|
-
readonly couch: import('react').FunctionComponent<import(
|
|
207
|
+
readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
208
208
|
title?: string | undefined;
|
|
209
209
|
}>;
|
|
210
|
-
readonly credit_card: import('react').FunctionComponent<import(
|
|
210
|
+
readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
211
211
|
title?: string | undefined;
|
|
212
212
|
}>;
|
|
213
|
-
readonly cross_circle: import('react').FunctionComponent<import(
|
|
213
|
+
readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
214
214
|
title?: string | undefined;
|
|
215
215
|
}>;
|
|
216
|
-
readonly cutlery: import('react').FunctionComponent<import(
|
|
216
|
+
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
217
217
|
title?: string | undefined;
|
|
218
218
|
}>;
|
|
219
|
-
readonly drill_tool: import('react').FunctionComponent<import(
|
|
219
|
+
readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
}>;
|
|
222
|
-
readonly email: import('react').FunctionComponent<import(
|
|
222
|
+
readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
223
223
|
title?: string | undefined;
|
|
224
224
|
}>;
|
|
225
|
-
readonly envelope: import('react').FunctionComponent<import(
|
|
225
|
+
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
226
226
|
title?: string | undefined;
|
|
227
227
|
}>;
|
|
228
|
-
readonly event_calendar_check: import('react').FunctionComponent<import(
|
|
228
|
+
readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
229
229
|
title?: string | undefined;
|
|
230
230
|
}>;
|
|
231
|
-
readonly event_calendar_date: import('react').FunctionComponent<import(
|
|
231
|
+
readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
232
232
|
title?: string | undefined;
|
|
233
233
|
}>;
|
|
234
|
-
readonly event_calendar_grid: import('react').FunctionComponent<import(
|
|
234
|
+
readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
235
235
|
title?: string | undefined;
|
|
236
236
|
}>;
|
|
237
|
-
readonly event_calendar_plus: import('react').FunctionComponent<import(
|
|
237
|
+
readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
238
238
|
title?: string | undefined;
|
|
239
239
|
}>;
|
|
240
|
-
readonly exchange: import('react').FunctionComponent<import(
|
|
240
|
+
readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
241
241
|
title?: string | undefined;
|
|
242
242
|
}>;
|
|
243
|
-
readonly eye: import('react').FunctionComponent<import(
|
|
243
|
+
readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
244
244
|
title?: string | undefined;
|
|
245
245
|
}>;
|
|
246
|
-
readonly eye_crossed: import('react').FunctionComponent<import(
|
|
246
|
+
readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
247
247
|
title?: string | undefined;
|
|
248
248
|
}>;
|
|
249
|
-
readonly gift: import('react').FunctionComponent<import(
|
|
249
|
+
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
250
250
|
title?: string | undefined;
|
|
251
251
|
}>;
|
|
252
|
-
readonly group: import('react').FunctionComponent<import(
|
|
252
|
+
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
253
253
|
title?: string | undefined;
|
|
254
254
|
}>;
|
|
255
|
-
readonly healthcare: import('react').FunctionComponent<import(
|
|
255
|
+
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
256
256
|
title?: string | undefined;
|
|
257
257
|
}>;
|
|
258
|
-
readonly heart: import('react').FunctionComponent<import(
|
|
258
|
+
readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
259
259
|
title?: string | undefined;
|
|
260
260
|
}>;
|
|
261
|
-
readonly house: import('react').FunctionComponent<import(
|
|
261
|
+
readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
262
262
|
title?: string | undefined;
|
|
263
263
|
}>;
|
|
264
|
-
readonly image: import('react').FunctionComponent<import(
|
|
264
|
+
readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
265
265
|
title?: string | undefined;
|
|
266
266
|
}>;
|
|
267
|
-
readonly info: import('react').FunctionComponent<import(
|
|
267
|
+
readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
268
268
|
title?: string | undefined;
|
|
269
269
|
}>;
|
|
270
|
-
readonly invite_neighbour: import('react').FunctionComponent<import(
|
|
270
|
+
readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
271
271
|
title?: string | undefined;
|
|
272
272
|
}>;
|
|
273
|
-
readonly key: import('react').FunctionComponent<import(
|
|
273
|
+
readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
274
274
|
title?: string | undefined;
|
|
275
275
|
}>;
|
|
276
|
-
readonly kitchen_pot: import('react').FunctionComponent<import(
|
|
276
|
+
readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
277
277
|
title?: string | undefined;
|
|
278
278
|
}>;
|
|
279
|
-
readonly list: import('react').FunctionComponent<import(
|
|
279
|
+
readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
280
280
|
title?: string | undefined;
|
|
281
281
|
}>;
|
|
282
|
-
readonly log_in: import('react').FunctionComponent<import(
|
|
282
|
+
readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
283
283
|
title?: string | undefined;
|
|
284
284
|
}>;
|
|
285
|
-
readonly log_out: import('react').FunctionComponent<import(
|
|
285
|
+
readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
286
286
|
title?: string | undefined;
|
|
287
287
|
}>;
|
|
288
|
-
readonly loudspeaker: import('react').FunctionComponent<import(
|
|
288
|
+
readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
289
289
|
title?: string | undefined;
|
|
290
290
|
}>;
|
|
291
|
-
readonly map: import('react').FunctionComponent<import(
|
|
291
|
+
readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
292
292
|
title?: string | undefined;
|
|
293
293
|
}>;
|
|
294
|
-
readonly marketplace: import('react').FunctionComponent<import(
|
|
294
|
+
readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
295
295
|
title?: string | undefined;
|
|
296
296
|
}>;
|
|
297
|
-
readonly miscellaneous_other: import('react').FunctionComponent<import(
|
|
297
|
+
readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
298
298
|
title?: string | undefined;
|
|
299
299
|
}>;
|
|
300
|
-
readonly more_dots: import('react').FunctionComponent<import(
|
|
300
|
+
readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
301
301
|
title?: string | undefined;
|
|
302
302
|
}>;
|
|
303
|
-
readonly more_dots_alt: import('react').FunctionComponent<import(
|
|
303
|
+
readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
304
304
|
title?: string | undefined;
|
|
305
305
|
}>;
|
|
306
|
-
readonly music: import('react').FunctionComponent<import(
|
|
306
|
+
readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
307
307
|
title?: string | undefined;
|
|
308
308
|
}>;
|
|
309
|
-
readonly nebenan_de: import('react').FunctionComponent<import(
|
|
309
|
+
readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
310
310
|
title?: string | undefined;
|
|
311
311
|
}>;
|
|
312
|
-
readonly neighbour: import('react').FunctionComponent<import(
|
|
312
|
+
readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
313
313
|
title?: string | undefined;
|
|
314
314
|
}>;
|
|
315
|
-
readonly notification_bell: import('react').FunctionComponent<import(
|
|
315
|
+
readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
316
316
|
title?: string | undefined;
|
|
317
317
|
}>;
|
|
318
|
-
readonly organisation: import('react').FunctionComponent<import(
|
|
318
|
+
readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
319
319
|
title?: string | undefined;
|
|
320
320
|
}>;
|
|
321
|
-
readonly paper_form_empty: import('react').FunctionComponent<import(
|
|
321
|
+
readonly paper_form_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
322
322
|
title?: string | undefined;
|
|
323
323
|
}>;
|
|
324
|
-
readonly paper_form_filled: import('react').FunctionComponent<import(
|
|
324
|
+
readonly paper_form_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
325
325
|
title?: string | undefined;
|
|
326
326
|
}>;
|
|
327
|
-
readonly paperclip: import('react').FunctionComponent<import(
|
|
327
|
+
readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
328
328
|
title?: string | undefined;
|
|
329
329
|
}>;
|
|
330
|
-
readonly paw: import('react').FunctionComponent<import(
|
|
330
|
+
readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
331
331
|
title?: string | undefined;
|
|
332
332
|
}>;
|
|
333
|
-
readonly pencil: import('react').FunctionComponent<import(
|
|
333
|
+
readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
334
334
|
title?: string | undefined;
|
|
335
335
|
}>;
|
|
336
|
-
readonly pin: import('react').FunctionComponent<import(
|
|
336
|
+
readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
337
337
|
title?: string | undefined;
|
|
338
338
|
}>;
|
|
339
|
-
readonly pins: import('react').FunctionComponent<import(
|
|
339
|
+
readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
340
340
|
title?: string | undefined;
|
|
341
341
|
}>;
|
|
342
|
-
readonly plant: import('react').FunctionComponent<import(
|
|
342
|
+
readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
343
343
|
title?: string | undefined;
|
|
344
344
|
}>;
|
|
345
|
-
readonly plus: import('react').FunctionComponent<import(
|
|
345
|
+
readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
346
346
|
title?: string | undefined;
|
|
347
347
|
}>;
|
|
348
|
-
readonly plus_circle: import('react').FunctionComponent<import(
|
|
348
|
+
readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
349
349
|
title?: string | undefined;
|
|
350
350
|
}>;
|
|
351
|
-
readonly post: import('react').FunctionComponent<import(
|
|
351
|
+
readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
352
352
|
title?: string | undefined;
|
|
353
353
|
}>;
|
|
354
|
-
readonly privacy_lock: import('react').FunctionComponent<import(
|
|
354
|
+
readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
355
355
|
title?: string | undefined;
|
|
356
356
|
}>;
|
|
357
|
-
readonly privacy_lock_closed: import('react').FunctionComponent<import(
|
|
357
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
358
358
|
title?: string | undefined;
|
|
359
359
|
}>;
|
|
360
|
-
readonly qr_code: import('react').FunctionComponent<import(
|
|
360
|
+
readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
361
361
|
title?: string | undefined;
|
|
362
362
|
}>;
|
|
363
|
-
readonly search: import('react').FunctionComponent<import(
|
|
363
|
+
readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
364
364
|
title?: string | undefined;
|
|
365
365
|
}>;
|
|
366
|
-
readonly settings_cog: import('react').FunctionComponent<import(
|
|
366
|
+
readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
367
367
|
title?: string | undefined;
|
|
368
368
|
}>;
|
|
369
|
-
readonly shopping_bag: import('react').FunctionComponent<import(
|
|
369
|
+
readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
370
370
|
title?: string | undefined;
|
|
371
371
|
}>;
|
|
372
|
-
readonly shopping_cart: import('react').FunctionComponent<import(
|
|
372
|
+
readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
373
373
|
title?: string | undefined;
|
|
374
374
|
}>;
|
|
375
|
-
readonly special_place: import('react').FunctionComponent<import(
|
|
375
|
+
readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
376
376
|
title?: string | undefined;
|
|
377
377
|
}>;
|
|
378
|
-
readonly suitcase: import('react').FunctionComponent<import(
|
|
378
|
+
readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
379
379
|
title?: string | undefined;
|
|
380
380
|
}>;
|
|
381
|
-
readonly supporter: import('react').FunctionComponent<import(
|
|
381
|
+
readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
382
382
|
title?: string | undefined;
|
|
383
383
|
}>;
|
|
384
|
-
readonly tennis_ball: import('react').FunctionComponent<import(
|
|
384
|
+
readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
385
385
|
title?: string | undefined;
|
|
386
386
|
}>;
|
|
387
|
-
readonly thanks: import('react').FunctionComponent<import(
|
|
387
|
+
readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
388
388
|
title?: string | undefined;
|
|
389
389
|
}>;
|
|
390
|
-
readonly trash_can: import('react').FunctionComponent<import(
|
|
390
|
+
readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
391
391
|
title?: string | undefined;
|
|
392
392
|
}>;
|
|
393
|
-
readonly truck: import('react').FunctionComponent<import(
|
|
393
|
+
readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
394
394
|
title?: string | undefined;
|
|
395
395
|
}>;
|
|
396
|
-
readonly user: import('react').FunctionComponent<import(
|
|
396
|
+
readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
397
397
|
title?: string | undefined;
|
|
398
398
|
}>;
|
|
399
|
-
readonly user_profile: import('react').FunctionComponent<import(
|
|
399
|
+
readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
400
400
|
title?: string | undefined;
|
|
401
401
|
}>;
|
|
402
|
-
readonly wellness: import('react').FunctionComponent<import(
|
|
402
|
+
readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
403
403
|
title?: string | undefined;
|
|
404
404
|
}>;
|
|
405
405
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { RadioButtonTypes } from './RadioButton.types';
|
|
2
2
|
|
|
3
|
-
export declare function RadioButton({ checked, disabled, id, label, onChange, size, }: RadioButtonTypes): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare function RadioButton({ checked, disabled, id, label, onChange, size, value, }: RadioButtonTypes): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default RadioButton;
|