@goodhood-web/ui 1.8.0-development.20 → 1.8.0-development.22
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 +21 -21
- package/index.mjs +1148 -1146
- package/lib/Icon/icons/24x24/index.d.ts +3 -0
- package/lib/Icon/icons/32x32/index.d.ts +12 -9
- package/lib/Icon/icons/index.d.ts +15 -9
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -15,6 +15,9 @@ declare const IconsMap: {
|
|
|
15
15
|
readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
16
16
|
title?: string | undefined;
|
|
17
17
|
}>;
|
|
18
|
+
readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
19
|
+
title?: string | undefined;
|
|
20
|
+
}>;
|
|
18
21
|
readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
19
22
|
title?: string | undefined;
|
|
20
23
|
}>;
|
|
@@ -84,21 +84,12 @@ declare const IconsMap: {
|
|
|
84
84
|
readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
85
85
|
title?: string | undefined;
|
|
86
86
|
}>;
|
|
87
|
-
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string | undefined;
|
|
89
|
-
}>;
|
|
90
87
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
91
88
|
title?: string | undefined;
|
|
92
89
|
}>;
|
|
93
|
-
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
94
|
-
title?: string | undefined;
|
|
95
|
-
}>;
|
|
96
90
|
readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
97
91
|
title?: string | undefined;
|
|
98
92
|
}>;
|
|
99
|
-
readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string | undefined;
|
|
101
|
-
}>;
|
|
102
93
|
readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
103
94
|
title?: string | undefined;
|
|
104
95
|
}>;
|
|
@@ -117,6 +108,9 @@ declare const IconsMap: {
|
|
|
117
108
|
readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
118
109
|
title?: string | undefined;
|
|
119
110
|
}>;
|
|
111
|
+
readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
120
114
|
readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
121
115
|
title?: string | undefined;
|
|
122
116
|
}>;
|
|
@@ -129,12 +123,18 @@ declare const IconsMap: {
|
|
|
129
123
|
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
130
124
|
title?: string | undefined;
|
|
131
125
|
}>;
|
|
126
|
+
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
127
|
+
title?: string | undefined;
|
|
128
|
+
}>;
|
|
132
129
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
133
130
|
title?: string | undefined;
|
|
134
131
|
}>;
|
|
135
132
|
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
133
|
title?: string | undefined;
|
|
137
134
|
}>;
|
|
135
|
+
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
138
|
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
139
139
|
title?: string | undefined;
|
|
140
140
|
}>;
|
|
@@ -144,6 +144,9 @@ declare const IconsMap: {
|
|
|
144
144
|
readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
145
145
|
title?: string | undefined;
|
|
146
146
|
}>;
|
|
147
|
+
readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
147
150
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
151
|
title?: string | undefined;
|
|
149
152
|
}>;
|
|
@@ -16,6 +16,9 @@ declare const iconsMap: {
|
|
|
16
16
|
readonly burger_menu: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
17
17
|
title?: string | undefined;
|
|
18
18
|
}>;
|
|
19
|
+
readonly business: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
19
22
|
readonly camera: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
20
23
|
title?: string | undefined;
|
|
21
24
|
}>;
|
|
@@ -228,21 +231,12 @@ declare const iconsMap: {
|
|
|
228
231
|
readonly cross_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
229
232
|
title?: string | undefined;
|
|
230
233
|
}>;
|
|
231
|
-
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
232
|
-
title?: string | undefined;
|
|
233
|
-
}>;
|
|
234
234
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
235
235
|
title?: string | undefined;
|
|
236
236
|
}>;
|
|
237
|
-
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
238
|
-
title?: string | undefined;
|
|
239
|
-
}>;
|
|
240
237
|
readonly drill_tool: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
241
238
|
title?: string | undefined;
|
|
242
239
|
}>;
|
|
243
|
-
readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
244
|
-
title?: string | undefined;
|
|
245
|
-
}>;
|
|
246
240
|
readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
247
241
|
title?: string | undefined;
|
|
248
242
|
}>;
|
|
@@ -261,6 +255,9 @@ declare const iconsMap: {
|
|
|
261
255
|
readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
262
256
|
title?: string | undefined;
|
|
263
257
|
}>;
|
|
258
|
+
readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
259
|
+
title?: string | undefined;
|
|
260
|
+
}>;
|
|
264
261
|
readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
265
262
|
title?: string | undefined;
|
|
266
263
|
}>;
|
|
@@ -273,12 +270,18 @@ declare const iconsMap: {
|
|
|
273
270
|
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
274
271
|
title?: string | undefined;
|
|
275
272
|
}>;
|
|
273
|
+
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
274
|
+
title?: string | undefined;
|
|
275
|
+
}>;
|
|
276
276
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
277
277
|
title?: string | undefined;
|
|
278
278
|
}>;
|
|
279
279
|
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
280
280
|
title?: string | undefined;
|
|
281
281
|
}>;
|
|
282
|
+
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
283
|
+
title?: string | undefined;
|
|
284
|
+
}>;
|
|
282
285
|
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
283
286
|
title?: string | undefined;
|
|
284
287
|
}>;
|
|
@@ -288,6 +291,9 @@ declare const iconsMap: {
|
|
|
288
291
|
readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
289
292
|
title?: string | undefined;
|
|
290
293
|
}>;
|
|
294
|
+
readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
295
|
+
title?: string | undefined;
|
|
296
|
+
}>;
|
|
291
297
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
292
298
|
title?: string | undefined;
|
|
293
299
|
}>;
|