@goodhood-web/ui 2.1.0-development.9 → 3.0.0-development.10

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 (66) hide show
  1. package/index.d.ts +10 -5
  2. package/index.js +125 -125
  3. package/index.mjs +19179 -19011
  4. package/lib/Atoms/Badges/Badge/Badge.types.d.ts +2 -3
  5. package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.types.d.ts +2 -1
  6. package/lib/Atoms/Badges/BadgeLabel/BadgeLabel.types.d.ts +1 -1
  7. package/lib/Atoms/Badges/Tooltip/Tooltip.d.ts +1 -1
  8. package/lib/Atoms/Badges/Tooltip/Tooltip.types.d.ts +1 -0
  9. package/lib/Atoms/Buttons/Button/Button.types.d.ts +2 -1
  10. package/lib/Atoms/Buttons/ButtonTertiary/ButtonTertiary.types.d.ts +1 -1
  11. package/lib/Atoms/Buttons/IconButton/IconButton.types.d.ts +7 -3
  12. package/lib/Atoms/Buttons/IconButton/utils.d.ts +2 -2
  13. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.d.ts +1 -1
  14. package/lib/Atoms/Buttons/Tiles/FeedTile/FeedTile.types.d.ts +1 -0
  15. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.d.ts +1 -1
  16. package/lib/Atoms/Buttons/Tiles/MenuTile/MenuTile.type.d.ts +1 -0
  17. package/lib/Atoms/Content/BodyText/BodyText.d.ts +1 -1
  18. package/lib/Atoms/Content/BodyText/BodyText.types.d.ts +1 -0
  19. package/lib/Atoms/Content/GroupAvatar/GroupAvatar.d.ts +3 -0
  20. package/lib/Atoms/Content/GroupAvatar/GroupAvatar.types.d.ts +10 -0
  21. package/lib/Atoms/Content/UserAvatarCluster/UserAvatarCluster.d.ts +3 -0
  22. package/lib/Atoms/Content/UserAvatarCluster/UserAvatarCluster.types.d.ts +42 -0
  23. package/lib/Atoms/Content/UserAvatarCluster/utils.d.ts +41 -0
  24. package/lib/Atoms/Dropdowns/DropdownCard/DropdownCard.d.ts +3 -0
  25. package/lib/Atoms/Dropdowns/DropdownCard/DropdownCard.types.d.ts +9 -0
  26. package/lib/Atoms/Dropdowns/DropdownItem/DropdownItem.d.ts +3 -0
  27. package/lib/Atoms/Dropdowns/{DropdownOption/DropdownOption.types.d.ts → DropdownItem/DropdownItem.types.d.ts} +1 -1
  28. package/lib/Base/Icon/Icon.types.d.ts +10 -6
  29. package/lib/Base/Icon/icons/coloured/32x32/index.d.ts +39 -0
  30. package/lib/Base/Icon/icons/coloured/index.d.ts +43 -0
  31. package/lib/Base/Icon/icons/filled/16x16/index.d.ts +9 -0
  32. package/lib/Base/Icon/icons/filled/24x24/index.d.ts +15 -0
  33. package/lib/Base/Icon/icons/filled/32x32/index.d.ts +21 -0
  34. package/lib/Base/Icon/icons/filled/index.d.ts +45 -0
  35. package/lib/Base/Icon/icons/index.d.ts +1105 -516
  36. package/lib/Base/Icon/icons/{16x16 → outline/16x16}/index.d.ts +29 -2
  37. package/lib/Base/Icon/icons/{24x24 → outline/24x24}/index.d.ts +171 -6
  38. package/lib/Base/Icon/icons/{32x32 → outline/32x32}/index.d.ts +336 -27
  39. package/lib/Base/Icon/icons/outline/index.d.ts +1023 -0
  40. package/lib/Base/SocialIcon/SocialIcon.d.ts +4 -0
  41. package/lib/Base/SocialIcon/SocialIcon.types.d.ts +22 -0
  42. package/lib/Base/SocialIcon/icons/48x48/dark/index.d.ts +159 -0
  43. package/lib/Base/SocialIcon/icons/48x48/light/index.d.ts +171 -0
  44. package/lib/Base/SocialIcon/icons/index.d.ts +331 -0
  45. package/lib/Base/Typography/Typography.types.d.ts +2 -1
  46. package/lib/Base/Typography/index.d.ts +3 -0
  47. package/lib/Molecules/ListItemCluster/ListItemCluster.d.ts +3 -0
  48. package/lib/Molecules/ListItemCluster/ListItemCluster.types.d.ts +4 -0
  49. package/lib/Molecules/ListItems/ListItem.d.ts +3 -0
  50. package/lib/Molecules/ListItems/ListItem.types.d.ts +9 -0
  51. package/lib/Molecules/ListItems/Neighbour/Neighbour.d.ts +3 -0
  52. package/lib/Molecules/ListItems/Neighbour/Neighbour.types.d.ts +23 -0
  53. package/lib/Molecules/Markdown/Markdown.d.ts +1 -1
  54. package/lib/Molecules/Markdown/Markdown.types.d.ts +2 -0
  55. package/lib/Molecules/Notices/EmptyState/EmptyState.d.ts +1 -1
  56. package/lib/Molecules/Notices/EmptyState/EmptyState.types.d.ts +1 -0
  57. package/lib/Organisms/Modals/Modal/Modal.d.ts +1 -1
  58. package/lib/Organisms/Modals/Modal/Modal.types.d.ts +1 -1
  59. package/package.json +1 -1
  60. package/style.css +1 -1
  61. package/styles/_media.scss +1 -0
  62. package/lib/Atoms/Dropdowns/DropdownOption/DropdownOption.d.ts +0 -3
  63. package/lib/Atoms/Dropdowns/DropdownOptionsCluster/DropdownOptionsCluster.d.ts +0 -3
  64. package/lib/Atoms/Dropdowns/DropdownOptionsCluster/DropdownOptionsCluster.types.d.ts +0 -4
  65. package/lib/Organisms/Cards/MarketplaceItemCardless/MarketplaceItemCardless.d.ts +0 -2
  66. package/lib/Organisms/Cards/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +0 -12
@@ -1,24 +1,51 @@
1
1
  declare const IconsMap: {
2
2
  chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
3
  title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
4
7
  }>;
5
8
  chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
6
9
  title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
7
13
  }>;
8
14
  chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
15
  title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
10
19
  }>;
11
20
  chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
12
21
  title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
13
25
  }>;
14
- heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
26
+ heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
15
27
  title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
16
31
  }>;
17
- heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
32
+ list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
18
33
  title?: string;
34
+ titleId?: string;
35
+ desc?: string;
36
+ descId?: string;
19
37
  }>;
20
38
  privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
21
39
  title?: string;
40
+ titleId?: string;
41
+ desc?: string;
42
+ descId?: string;
43
+ }>;
44
+ send: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
45
+ title?: string;
46
+ titleId?: string;
47
+ desc?: string;
48
+ descId?: string;
22
49
  }>;
23
50
  };
24
51
  export default IconsMap;
@@ -1,150 +1,315 @@
1
1
  declare const IconsMap: {
2
2
  readonly arrow_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
3
  title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
4
7
  }>;
5
8
  readonly arrow_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
6
9
  title?: string;
7
- }>;
8
- readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
- title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
10
13
  }>;
11
14
  readonly bookmark_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
12
15
  title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
13
19
  }>;
14
20
  readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
15
21
  title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
16
25
  }>;
17
26
  readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
18
27
  title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
19
31
  }>;
20
32
  readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
21
33
  title?: string;
34
+ titleId?: string;
35
+ desc?: string;
36
+ descId?: string;
22
37
  }>;
23
38
  readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
24
39
  title?: string;
40
+ titleId?: string;
41
+ desc?: string;
42
+ descId?: string;
25
43
  }>;
26
44
  readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
45
  title?: string;
46
+ titleId?: string;
47
+ desc?: string;
48
+ descId?: string;
28
49
  }>;
29
50
  readonly chevron_down: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
30
51
  title?: string;
52
+ titleId?: string;
53
+ desc?: string;
54
+ descId?: string;
31
55
  }>;
32
56
  readonly chevron_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
33
57
  title?: string;
58
+ titleId?: string;
59
+ desc?: string;
60
+ descId?: string;
34
61
  }>;
35
62
  readonly chevron_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
36
63
  title?: string;
64
+ titleId?: string;
65
+ desc?: string;
66
+ descId?: string;
37
67
  }>;
38
68
  readonly chevron_up: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
39
69
  title?: string;
70
+ titleId?: string;
71
+ desc?: string;
72
+ descId?: string;
73
+ }>;
74
+ readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
+ title?: string;
76
+ titleId?: string;
77
+ desc?: string;
78
+ descId?: string;
40
79
  }>;
41
80
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
42
81
  title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
43
85
  }>;
44
86
  readonly copy: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
45
87
  title?: string;
88
+ titleId?: string;
89
+ desc?: string;
90
+ descId?: string;
46
91
  }>;
47
92
  readonly cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
48
93
  title?: string;
94
+ titleId?: string;
95
+ desc?: string;
96
+ descId?: string;
49
97
  }>;
50
98
  readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
51
99
  title?: string;
100
+ titleId?: string;
101
+ desc?: string;
102
+ descId?: string;
103
+ }>;
104
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
+ title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
52
109
  }>;
53
110
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
54
111
  title?: string;
112
+ titleId?: string;
113
+ desc?: string;
114
+ descId?: string;
55
115
  }>;
56
116
  readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
57
117
  title?: string;
118
+ titleId?: string;
119
+ desc?: string;
120
+ descId?: string;
58
121
  }>;
59
122
  readonly external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
60
123
  title?: string;
124
+ titleId?: string;
125
+ desc?: string;
126
+ descId?: string;
61
127
  }>;
62
128
  readonly eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
63
129
  title?: string;
130
+ titleId?: string;
131
+ desc?: string;
132
+ descId?: string;
64
133
  }>;
65
134
  readonly eye_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
66
135
  title?: string;
136
+ titleId?: string;
137
+ desc?: string;
138
+ descId?: string;
67
139
  }>;
68
140
  readonly filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
69
141
  title?: string;
142
+ titleId?: string;
143
+ desc?: string;
144
+ descId?: string;
70
145
  }>;
71
146
  readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
72
147
  title?: string;
148
+ titleId?: string;
149
+ desc?: string;
150
+ descId?: string;
73
151
  }>;
74
152
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
153
  title?: string;
76
- }>;
77
- readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
78
- title?: string;
154
+ titleId?: string;
155
+ desc?: string;
156
+ descId?: string;
79
157
  }>;
80
158
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
159
  title?: string;
160
+ titleId?: string;
161
+ desc?: string;
162
+ descId?: string;
82
163
  }>;
83
164
  readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
84
165
  title?: string;
166
+ titleId?: string;
167
+ desc?: string;
168
+ descId?: string;
169
+ }>;
170
+ readonly info: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
171
+ title?: string;
172
+ titleId?: string;
173
+ desc?: string;
174
+ descId?: string;
175
+ }>;
176
+ readonly info_left: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
177
+ title?: string;
178
+ titleId?: string;
179
+ desc?: string;
180
+ descId?: string;
181
+ }>;
182
+ readonly info_right: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
183
+ title?: string;
184
+ titleId?: string;
185
+ desc?: string;
186
+ descId?: string;
85
187
  }>;
86
188
  readonly loudspeaker: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
189
  title?: string;
190
+ titleId?: string;
191
+ desc?: string;
192
+ descId?: string;
88
193
  }>;
89
194
  readonly marketplace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
90
195
  title?: string;
196
+ titleId?: string;
197
+ desc?: string;
198
+ descId?: string;
91
199
  }>;
92
200
  readonly more_dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
93
201
  title?: string;
202
+ titleId?: string;
203
+ desc?: string;
204
+ descId?: string;
94
205
  }>;
95
206
  readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
96
207
  title?: string;
208
+ titleId?: string;
209
+ desc?: string;
210
+ descId?: string;
97
211
  }>;
98
212
  readonly mute: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
213
  title?: string;
214
+ titleId?: string;
215
+ desc?: string;
216
+ descId?: string;
100
217
  }>;
101
218
  readonly notification_bell: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
102
219
  title?: string;
220
+ titleId?: string;
221
+ desc?: string;
222
+ descId?: string;
103
223
  }>;
104
224
  readonly paperclip: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
225
  title?: string;
226
+ titleId?: string;
227
+ desc?: string;
228
+ descId?: string;
106
229
  }>;
107
230
  readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
108
231
  title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
109
235
  }>;
110
236
  readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
237
  title?: string;
238
+ titleId?: string;
239
+ desc?: string;
240
+ descId?: string;
112
241
  }>;
113
242
  readonly plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
243
  title?: string;
244
+ titleId?: string;
245
+ desc?: string;
246
+ descId?: string;
115
247
  }>;
116
248
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
249
  title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
118
253
  }>;
119
254
  readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
120
255
  title?: string;
256
+ titleId?: string;
257
+ desc?: string;
258
+ descId?: string;
121
259
  }>;
122
260
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
261
  title?: string;
262
+ titleId?: string;
263
+ desc?: string;
264
+ descId?: string;
124
265
  }>;
125
266
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
267
  title?: string;
268
+ titleId?: string;
269
+ desc?: string;
270
+ descId?: string;
127
271
  }>;
128
272
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
273
  title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
130
277
  }>;
131
278
  readonly share_arrow: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
132
279
  title?: string;
280
+ titleId?: string;
281
+ desc?: string;
282
+ descId?: string;
133
283
  }>;
134
284
  readonly share_arrow_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
135
285
  title?: string;
286
+ titleId?: string;
287
+ desc?: string;
288
+ descId?: string;
136
289
  }>;
137
290
  readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
138
291
  title?: string;
292
+ titleId?: string;
293
+ desc?: string;
294
+ descId?: string;
139
295
  }>;
140
296
  readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
141
297
  title?: string;
298
+ titleId?: string;
299
+ desc?: string;
300
+ descId?: string;
142
301
  }>;
143
302
  readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
303
  title?: string;
304
+ titleId?: string;
305
+ desc?: string;
306
+ descId?: string;
145
307
  }>;
146
308
  readonly trash_can: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
309
  title?: string;
310
+ titleId?: string;
311
+ desc?: string;
312
+ descId?: string;
148
313
  }>;
149
314
  };
150
315
  export default IconsMap;