@goodhood-web/ui 1.6.0-development.19 → 1.6.0-development.20

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.
@@ -69,6 +69,12 @@ declare const IconsMap: {
69
69
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
70
70
  title?: string | undefined;
71
71
  }>;
72
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
73
+ title?: string | undefined;
74
+ }>;
75
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
76
+ title?: string | undefined;
77
+ }>;
72
78
  readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
73
79
  title?: string | undefined;
74
80
  }>;
@@ -126,6 +126,12 @@ declare const IconsMap: {
126
126
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
127
127
  title?: string | undefined;
128
128
  }>;
129
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
+ title?: string | undefined;
131
+ }>;
132
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
133
+ title?: string | undefined;
134
+ }>;
129
135
  readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
136
  title?: string | undefined;
131
137
  }>;
@@ -70,6 +70,12 @@ declare const iconsMap: {
70
70
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
71
71
  title?: string | undefined;
72
72
  }>;
73
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
74
+ title?: string | undefined;
75
+ }>;
76
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
77
+ title?: string | undefined;
78
+ }>;
73
79
  readonly image: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
74
80
  title?: string | undefined;
75
81
  }>;
@@ -258,6 +264,12 @@ declare const iconsMap: {
258
264
  readonly heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
259
265
  title?: string | undefined;
260
266
  }>;
267
+ readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
268
+ title?: string | undefined;
269
+ }>;
270
+ readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
271
+ title?: string | undefined;
272
+ }>;
261
273
  readonly house: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
262
274
  title?: string | undefined;
263
275
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.6.0-development.19",
3
+ "version": "1.6.0-development.20",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {