@goodhood-web/ui 1.8.0-development.21 → 1.8.0-development.22

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.
@@ -108,6 +108,9 @@ declare const IconsMap: {
108
108
  readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
109
109
  title?: string | undefined;
110
110
  }>;
111
+ readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
112
+ title?: string | undefined;
113
+ }>;
111
114
  readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
112
115
  title?: string | undefined;
113
116
  }>;
@@ -141,7 +144,7 @@ declare const IconsMap: {
141
144
  readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
142
145
  title?: string | undefined;
143
146
  }>;
144
- readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
+ readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
145
148
  title?: string | undefined;
146
149
  }>;
147
150
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
@@ -255,6 +255,9 @@ declare const iconsMap: {
255
255
  readonly event_calendar_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
256
256
  title?: string | undefined;
257
257
  }>;
258
+ readonly event_calendar_plus_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
259
+ title?: string | undefined;
260
+ }>;
258
261
  readonly exchange: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
259
262
  title?: string | undefined;
260
263
  }>;
@@ -288,7 +291,7 @@ declare const iconsMap: {
288
291
  readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
289
292
  title?: string | undefined;
290
293
  }>;
291
- readonly heart_handShake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
294
+ readonly heart_handshake_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
292
295
  title?: string | undefined;
293
296
  }>;
294
297
  readonly heart_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.8.0-development.21",
3
+ "version": "1.8.0-development.22",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {