@goodhood-web/ui 1.12.0-development.35 → 1.12.0-development.37
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 +59 -59
- package/index.mjs +2096 -2094
- package/lib/Base/Icon/icons/32x32/index.d.ts +9 -3
- package/lib/Base/Icon/icons/index.d.ts +9 -3
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -131,7 +131,9 @@ declare const IconsMap: {
|
|
|
131
131
|
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
132
132
|
title?: string;
|
|
133
133
|
}>;
|
|
134
|
-
readonly gift_outline:
|
|
134
|
+
readonly gift_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
+
title?: string;
|
|
136
|
+
}>;
|
|
135
137
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
136
138
|
title?: string;
|
|
137
139
|
}>;
|
|
@@ -153,7 +155,9 @@ declare const IconsMap: {
|
|
|
153
155
|
readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
154
156
|
title?: string;
|
|
155
157
|
}>;
|
|
156
|
-
readonly heart_handshake_outline:
|
|
158
|
+
readonly heart_handshake_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
|
+
title?: string;
|
|
160
|
+
}>;
|
|
157
161
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
158
162
|
title?: string;
|
|
159
163
|
}>;
|
|
@@ -280,7 +284,9 @@ declare const IconsMap: {
|
|
|
280
284
|
readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
281
285
|
title?: string;
|
|
282
286
|
}>;
|
|
283
|
-
readonly star:
|
|
287
|
+
readonly star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
288
|
+
title?: string;
|
|
289
|
+
}>;
|
|
284
290
|
readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
285
291
|
title?: string;
|
|
286
292
|
}>;
|
|
@@ -304,7 +304,9 @@ declare const iconsMap: {
|
|
|
304
304
|
readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
305
305
|
title?: string;
|
|
306
306
|
}>;
|
|
307
|
-
readonly gift_outline:
|
|
307
|
+
readonly gift_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
308
|
+
title?: string;
|
|
309
|
+
}>;
|
|
308
310
|
readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
309
311
|
title?: string;
|
|
310
312
|
}>;
|
|
@@ -326,7 +328,9 @@ declare const iconsMap: {
|
|
|
326
328
|
readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
327
329
|
title?: string;
|
|
328
330
|
}>;
|
|
329
|
-
readonly heart_handshake_outline:
|
|
331
|
+
readonly heart_handshake_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
332
|
+
title?: string;
|
|
333
|
+
}>;
|
|
330
334
|
readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
331
335
|
title?: string;
|
|
332
336
|
}>;
|
|
@@ -453,7 +457,9 @@ declare const iconsMap: {
|
|
|
453
457
|
readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
454
458
|
title?: string;
|
|
455
459
|
}>;
|
|
456
|
-
readonly star:
|
|
460
|
+
readonly star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
461
|
+
title?: string;
|
|
462
|
+
}>;
|
|
457
463
|
readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
458
464
|
title?: string;
|
|
459
465
|
}>;
|