@goodhood-web/ui 2.1.0-development.2 → 2.1.0-development.4

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.
@@ -269,6 +269,12 @@ declare const IconsMap: {
269
269
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
270
270
  title?: string;
271
271
  }>;
272
+ readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ }>;
275
+ readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
276
+ title?: string;
277
+ }>;
272
278
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
279
  title?: string;
274
280
  }>;
@@ -442,6 +442,12 @@ declare const iconsMap: {
442
442
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
443
443
  title?: string;
444
444
  }>;
445
+ readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
+ title?: string;
447
+ }>;
448
+ readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
449
+ title?: string;
450
+ }>;
445
451
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
452
  title?: string;
447
453
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "2.1.0-development.2",
3
+ "version": "2.1.0-development.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",