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