@goodhood-web/ui 1.12.0-development.21 → 1.12.0-development.23

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.
@@ -128,6 +128,7 @@ declare const IconsMap: {
128
128
  readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
129
  title?: string;
130
130
  }>;
131
+ readonly gift_outline: string;
131
132
  readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
132
133
  title?: string;
133
134
  }>;
@@ -149,6 +150,7 @@ declare const IconsMap: {
149
150
  readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
151
  title?: string;
151
152
  }>;
153
+ readonly heart_handshake_outline: string;
152
154
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
155
  title?: string;
154
156
  }>;
@@ -275,6 +277,7 @@ declare const IconsMap: {
275
277
  readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
276
278
  title?: string;
277
279
  }>;
280
+ readonly star: string;
278
281
  readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
279
282
  title?: string;
280
283
  }>;
@@ -298,6 +298,7 @@ declare const iconsMap: {
298
298
  readonly gift_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
299
299
  title?: string;
300
300
  }>;
301
+ readonly gift_outline: string;
301
302
  readonly globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
302
303
  title?: string;
303
304
  }>;
@@ -319,6 +320,7 @@ declare const iconsMap: {
319
320
  readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
320
321
  title?: string;
321
322
  }>;
323
+ readonly heart_handshake_outline: string;
322
324
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
323
325
  title?: string;
324
326
  }>;
@@ -445,6 +447,7 @@ declare const iconsMap: {
445
447
  readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
448
  title?: string;
447
449
  }>;
450
+ readonly star: string;
448
451
  readonly suitcase: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
449
452
  title?: string;
450
453
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.12.0-development.21",
3
+ "version": "1.12.0-development.23",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",