@goodhood-web/ui 3.0.0-development.32 → 3.0.0-development.34

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.
@@ -2,5 +2,5 @@ export declare const poiAvatarSizes: readonly ["48", "56", "64", "80"];
2
2
  export type TSize = (typeof poiAvatarSizes)[number];
3
3
  export interface PoiAvatarType {
4
4
  size: TSize;
5
- type: 'business' | 'specialPlace' | 'organisation';
5
+ type: 'business' | 'special_place' | 'organisation';
6
6
  }
@@ -111,6 +111,12 @@ declare const iconsMap: {
111
111
  desc?: string;
112
112
  descId?: string;
113
113
  }>;
114
+ external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
+ title?: string;
116
+ titleId?: string;
117
+ desc?: string;
118
+ descId?: string;
119
+ }>;
114
120
  heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
121
  title?: string;
116
122
  titleId?: string;
@@ -23,6 +23,12 @@ declare const IconsMap: {
23
23
  desc?: string;
24
24
  descId?: string;
25
25
  }>;
26
+ external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
+ title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
31
+ }>;
26
32
  heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
33
  title?: string;
28
34
  titleId?: string;
@@ -24,6 +24,12 @@ declare const iconsMap: {
24
24
  desc?: string;
25
25
  descId?: string;
26
26
  }>;
27
+ external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
28
+ title?: string;
29
+ titleId?: string;
30
+ desc?: string;
31
+ descId?: string;
32
+ }>;
27
33
  heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
28
34
  title?: string;
29
35
  titleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.32",
3
+ "version": "3.0.0-development.34",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",