@goodhood-web/ui 1.8.0-development.9 → 1.8.1-development.1

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 (41) hide show
  1. package/index.d.ts +8 -4
  2. package/index.js +169 -65
  3. package/index.mjs +15989 -6093
  4. package/lib/ActionBar/ActionBar.d.ts +4 -0
  5. package/lib/ActionBar/ActionBar.types.d.ts +8 -0
  6. package/lib/ActionBar/ActionBarCta/ActionBarCta.d.ts +4 -0
  7. package/lib/ActionBar/ActionBarCta/ActionBarCta.types.d.ts +8 -0
  8. package/lib/ActionBar/ActionBarList/ActionBarList.d.ts +4 -0
  9. package/lib/ActionBar/ActionBarList/ActionBarList.types.d.ts +5 -0
  10. package/lib/ActionBar/ActionBarList/ActionItem/ActionItem.d.ts +4 -0
  11. package/lib/ActionBar/ActionBarList/ActionItem/ActionItem.types.d.ts +10 -0
  12. package/lib/BodyText/BodyText.d.ts +4 -0
  13. package/lib/BodyText/BodyText.types.d.ts +5 -0
  14. package/lib/BodyText/util.d.ts +1 -0
  15. package/lib/ButtonSecondary/ButtonSecondary.d.ts +4 -0
  16. package/lib/ButtonSecondary/ButtonSecondary.types.d.ts +12 -0
  17. package/lib/ButtonTertiary/ButtonTertiary.d.ts +4 -0
  18. package/lib/ButtonTertiary/ButtonTertiary.types.d.ts +12 -0
  19. package/lib/FeedTile/FeedTile.d.ts +4 -0
  20. package/lib/FeedTile/FeedTile.types.d.ts +10 -0
  21. package/lib/Icon/icons/24x24/index.d.ts +50 -48
  22. package/lib/Icon/icons/32x32/index.d.ts +108 -97
  23. package/lib/Icon/icons/index.d.ts +158 -144
  24. package/lib/MenuItem/MenuItem.d.ts +1 -1
  25. package/lib/MenuItem/MenuItem.types.d.ts +3 -1
  26. package/lib/MenuTile/MenuTile.d.ts +4 -0
  27. package/lib/{Tile/Tile.type.d.ts → MenuTile/MenuTile.type.d.ts} +1 -1
  28. package/lib/NotificationListItem/NotificationListItem.d.ts +1 -1
  29. package/lib/NotificationListItem/NotificationListItem.types.d.ts +1 -1
  30. package/lib/TextButton/TextButton.d.ts +1 -1
  31. package/lib/TextButton/TextButton.types.d.ts +2 -1
  32. package/lib/ToggleInput/ToggleInput.d.ts +1 -1
  33. package/lib/ToggleInput/ToggleInput.types.d.ts +1 -0
  34. package/lib/Typography/Typography.types.d.ts +1 -1
  35. package/package.json +1 -1
  36. package/style.css +1 -1
  37. package/lib/Accordion/Accordion.d.ts +0 -4
  38. package/lib/Accordion/Accordion.types.d.ts +0 -8
  39. package/lib/Accordion/AccordionItem.d.ts +0 -4
  40. package/lib/Accordion/AccordionItem.types.d.ts +0 -12
  41. package/lib/Tile/Tile.d.ts +0 -4
@@ -1,292 +1,303 @@
1
- /// <reference types="react" />
2
1
  declare const IconsMap: {
3
2
  readonly address_book: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
4
- title?: string | undefined;
3
+ title?: string;
5
4
  }>;
6
5
  readonly baby_toy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
7
- title?: string | undefined;
6
+ title?: string;
8
7
  }>;
9
8
  readonly bicycle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
10
- title?: string | undefined;
9
+ title?: string;
11
10
  }>;
12
11
  readonly bookmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
13
- title?: string | undefined;
12
+ title?: string;
14
13
  }>;
15
14
  readonly books: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
16
- title?: string | undefined;
15
+ title?: string;
17
16
  }>;
18
17
  readonly bubble_heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
19
- title?: string | undefined;
18
+ title?: string;
20
19
  }>;
21
20
  readonly bubble_heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
22
- title?: string | undefined;
21
+ title?: string;
23
22
  }>;
24
23
  readonly buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
25
- title?: string | undefined;
24
+ title?: string;
26
25
  }>;
27
26
  readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
28
- title?: string | undefined;
27
+ title?: string;
29
28
  }>;
30
29
  readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
31
- title?: string | undefined;
30
+ title?: string;
32
31
  }>;
33
32
  readonly business_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
34
- title?: string | undefined;
33
+ title?: string;
35
34
  }>;
36
35
  readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
37
- title?: string | undefined;
36
+ title?: string;
38
37
  }>;
39
38
  readonly camera_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
40
- title?: string | undefined;
39
+ title?: string;
41
40
  }>;
42
41
  readonly car: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
43
- title?: string | undefined;
42
+ title?: string;
44
43
  }>;
45
44
  readonly carrot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
46
- title?: string | undefined;
45
+ title?: string;
47
46
  }>;
48
47
  readonly chat: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
49
- title?: string | undefined;
48
+ title?: string;
50
49
  }>;
51
50
  readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
52
- title?: string | undefined;
51
+ title?: string;
53
52
  }>;
54
53
  readonly christmas_tree: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
55
- title?: string | undefined;
54
+ title?: string;
56
55
  }>;
57
56
  readonly clipboard: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
58
- title?: string | undefined;
57
+ title?: string;
59
58
  }>;
60
59
  readonly clothing: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
61
- title?: string | undefined;
60
+ title?: string;
62
61
  }>;
63
62
  readonly cocktail: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
64
- title?: string | undefined;
63
+ title?: string;
65
64
  }>;
66
65
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
67
- title?: string | undefined;
66
+ title?: string;
68
67
  }>;
69
68
  readonly compass: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
70
- title?: string | undefined;
69
+ title?: string;
71
70
  }>;
72
71
  readonly computer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
73
- title?: string | undefined;
72
+ title?: string;
74
73
  }>;
75
74
  readonly confetti: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
76
- title?: string | undefined;
75
+ title?: string;
77
76
  }>;
78
77
  readonly couch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
79
- title?: string | undefined;
78
+ title?: string;
80
79
  }>;
81
80
  readonly credit_card: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
82
- title?: string | undefined;
81
+ title?: string;
83
82
  }>;
84
83
  readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
85
- title?: string | undefined;
84
+ title?: string;
86
85
  }>;
87
86
  readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
88
- title?: string | undefined;
87
+ title?: string;
89
88
  }>;
90
89
  readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
91
- title?: string | undefined;
90
+ title?: string;
92
91
  }>;
93
92
  readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
94
- title?: string | undefined;
93
+ title?: string;
95
94
  }>;
96
95
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
97
- title?: string | undefined;
96
+ title?: string;
98
97
  }>;
99
98
  readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
100
- title?: string | undefined;
99
+ title?: string;
101
100
  }>;
102
101
  readonly event_calendar_date: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
103
- title?: string | undefined;
102
+ title?: string;
104
103
  }>;
105
104
  readonly event_calendar_grid: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
106
- title?: string | undefined;
105
+ title?: string;
107
106
  }>;
108
107
  readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
109
- title?: string | undefined;
108
+ title?: string;
109
+ }>;
110
+ readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
+ title?: string;
110
112
  }>;
111
113
  readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
112
- title?: string | undefined;
114
+ title?: string;
113
115
  }>;
114
116
  readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
- title?: string | undefined;
117
+ title?: string;
116
118
  }>;
117
119
  readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
- title?: string | undefined;
120
+ title?: string;
119
121
  }>;
120
122
  readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
- title?: string | undefined;
123
+ title?: string;
124
+ }>;
125
+ readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
+ title?: string;
122
127
  }>;
123
128
  readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
124
- title?: string | undefined;
129
+ title?: string;
125
130
  }>;
126
131
  readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
127
- title?: string | undefined;
132
+ title?: string;
133
+ }>;
134
+ readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
+ title?: string;
128
136
  }>;
129
137
  readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
- title?: string | undefined;
138
+ title?: string;
131
139
  }>;
132
140
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
133
- title?: string | undefined;
141
+ title?: string;
134
142
  }>;
135
143
  readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
136
- title?: string | undefined;
144
+ title?: string;
145
+ }>;
146
+ readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
+ title?: string;
137
148
  }>;
138
149
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
139
- title?: string | undefined;
150
+ title?: string;
140
151
  }>;
141
152
  readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
142
- title?: string | undefined;
153
+ title?: string;
143
154
  }>;
144
155
  readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
145
- title?: string | undefined;
156
+ title?: string;
146
157
  }>;
147
158
  readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
148
- title?: string | undefined;
159
+ title?: string;
149
160
  }>;
150
161
  readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
151
- title?: string | undefined;
162
+ title?: string;
152
163
  }>;
153
164
  readonly invite_neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
154
- title?: string | undefined;
165
+ title?: string;
155
166
  }>;
156
167
  readonly key: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
157
- title?: string | undefined;
168
+ title?: string;
158
169
  }>;
159
170
  readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
160
- title?: string | undefined;
171
+ title?: string;
161
172
  }>;
162
173
  readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
163
- title?: string | undefined;
174
+ title?: string;
164
175
  }>;
165
176
  readonly log_in: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
166
- title?: string | undefined;
177
+ title?: string;
167
178
  }>;
168
179
  readonly log_out: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
169
- title?: string | undefined;
180
+ title?: string;
170
181
  }>;
171
182
  readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
172
- title?: string | undefined;
183
+ title?: string;
173
184
  }>;
174
185
  readonly map: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
175
- title?: string | undefined;
186
+ title?: string;
176
187
  }>;
177
188
  readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
178
- title?: string | undefined;
189
+ title?: string;
179
190
  }>;
180
191
  readonly miscellaneous_other: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
181
- title?: string | undefined;
192
+ title?: string;
182
193
  }>;
183
194
  readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
184
- title?: string | undefined;
195
+ title?: string;
185
196
  }>;
186
197
  readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
187
- title?: string | undefined;
198
+ title?: string;
188
199
  }>;
189
200
  readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
190
- title?: string | undefined;
201
+ title?: string;
191
202
  }>;
192
203
  readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
193
- title?: string | undefined;
204
+ title?: string;
194
205
  }>;
195
206
  readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
196
- title?: string | undefined;
207
+ title?: string;
197
208
  }>;
198
209
  readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
199
- title?: string | undefined;
210
+ title?: string;
200
211
  }>;
201
212
  readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
202
- title?: string | undefined;
213
+ title?: string;
203
214
  }>;
204
215
  readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
205
- title?: string | undefined;
216
+ title?: string;
206
217
  }>;
207
218
  readonly paper_form_empty: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
208
- title?: string | undefined;
219
+ title?: string;
209
220
  }>;
210
221
  readonly paper_form_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
211
- title?: string | undefined;
222
+ title?: string;
212
223
  }>;
213
224
  readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
214
- title?: string | undefined;
225
+ title?: string;
215
226
  }>;
216
227
  readonly paw: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
217
- title?: string | undefined;
228
+ title?: string;
218
229
  }>;
219
230
  readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
220
- title?: string | undefined;
231
+ title?: string;
221
232
  }>;
222
233
  readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
223
- title?: string | undefined;
234
+ title?: string;
224
235
  }>;
225
236
  readonly pins: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
226
- title?: string | undefined;
237
+ title?: string;
227
238
  }>;
228
239
  readonly plant: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
229
- title?: string | undefined;
240
+ title?: string;
230
241
  }>;
231
242
  readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
232
- title?: string | undefined;
243
+ title?: string;
233
244
  }>;
234
245
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
235
- title?: string | undefined;
246
+ title?: string;
236
247
  }>;
237
248
  readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
238
- title?: string | undefined;
249
+ title?: string;
239
250
  }>;
240
251
  readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
241
- title?: string | undefined;
252
+ title?: string;
242
253
  }>;
243
254
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
244
- title?: string | undefined;
255
+ title?: string;
245
256
  }>;
246
257
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
247
- title?: string | undefined;
258
+ title?: string;
248
259
  }>;
249
260
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
250
- title?: string | undefined;
261
+ title?: string;
251
262
  }>;
252
263
  readonly settings_cog: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
253
- title?: string | undefined;
264
+ title?: string;
254
265
  }>;
255
266
  readonly shopping_bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
256
- title?: string | undefined;
267
+ title?: string;
257
268
  }>;
258
269
  readonly shopping_cart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
259
- title?: string | undefined;
270
+ title?: string;
260
271
  }>;
261
272
  readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
262
- title?: string | undefined;
273
+ title?: string;
263
274
  }>;
264
275
  readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
265
- title?: string | undefined;
276
+ title?: string;
266
277
  }>;
267
278
  readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
268
- title?: string | undefined;
279
+ title?: string;
269
280
  }>;
270
281
  readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
271
- title?: string | undefined;
282
+ title?: string;
272
283
  }>;
273
284
  readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
274
- title?: string | undefined;
285
+ title?: string;
275
286
  }>;
276
287
  readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
277
- title?: string | undefined;
288
+ title?: string;
278
289
  }>;
279
290
  readonly truck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
280
- title?: string | undefined;
291
+ title?: string;
281
292
  }>;
282
293
  readonly user: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
283
- title?: string | undefined;
294
+ title?: string;
284
295
  }>;
285
296
  readonly user_profile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
286
- title?: string | undefined;
297
+ title?: string;
287
298
  }>;
288
299
  readonly wellness: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
289
- title?: string | undefined;
300
+ title?: string;
290
301
  }>;
291
302
  };
292
303
  export default IconsMap;