@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.
@@ -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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.12.0-development.35",
3
+ "version": "1.12.0-development.37",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",