@goodhood-web/ui 1.8.0-development.20 → 1.8.0-development.21
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 +8 -8
- package/index.mjs +1076 -1075
- package/lib/Icon/icons/24x24/index.d.ts +3 -0
- package/lib/Icon/icons/32x32/index.d.ts +9 -9
- package/lib/Icon/icons/index.d.ts +12 -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
|
}>;
|
|
@@ -129,12 +120,18 @@ declare const IconsMap: {
|
|
|
129
120
|
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
130
121
|
title?: string | undefined;
|
|
131
122
|
}>;
|
|
123
|
+
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
}>;
|
|
132
126
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
133
127
|
title?: string | undefined;
|
|
134
128
|
}>;
|
|
135
129
|
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
130
|
title?: string | undefined;
|
|
137
131
|
}>;
|
|
132
|
+
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
133
|
+
title?: string | undefined;
|
|
134
|
+
}>;
|
|
138
135
|
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
139
136
|
title?: string | undefined;
|
|
140
137
|
}>;
|
|
@@ -144,6 +141,9 @@ declare const IconsMap: {
|
|
|
144
141
|
readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
145
142
|
title?: string | undefined;
|
|
146
143
|
}>;
|
|
144
|
+
readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
145
|
+
title?: string | undefined;
|
|
146
|
+
}>;
|
|
147
147
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
@@ -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
|
}>;
|
|
@@ -273,12 +267,18 @@ declare const iconsMap: {
|
|
|
273
267
|
readonly gift: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
274
268
|
title?: string | undefined;
|
|
275
269
|
}>;
|
|
270
|
+
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
271
|
+
title?: string | undefined;
|
|
272
|
+
}>;
|
|
276
273
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
277
274
|
title?: string | undefined;
|
|
278
275
|
}>;
|
|
279
276
|
readonly group: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
280
277
|
title?: string | undefined;
|
|
281
278
|
}>;
|
|
279
|
+
readonly group_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
280
|
+
title?: string | undefined;
|
|
281
|
+
}>;
|
|
282
282
|
readonly healthcare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
283
283
|
title?: string | undefined;
|
|
284
284
|
}>;
|
|
@@ -288,6 +288,9 @@ declare const iconsMap: {
|
|
|
288
288
|
readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
289
289
|
title?: string | undefined;
|
|
290
290
|
}>;
|
|
291
|
+
readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
292
|
+
title?: string | undefined;
|
|
293
|
+
}>;
|
|
291
294
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
292
295
|
title?: string | undefined;
|
|
293
296
|
}>;
|