@goodhood-web/ui 3.0.0-development.65 → 3.0.0-development.67

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.
@@ -413,6 +413,12 @@ declare const iconsMap: {
413
413
  desc?: string;
414
414
  descId?: string;
415
415
  }>;
416
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
417
+ title?: string;
418
+ titleId?: string;
419
+ desc?: string;
420
+ descId?: string;
421
+ }>;
416
422
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
417
423
  title?: string;
418
424
  titleId?: string;
@@ -269,6 +269,12 @@ declare const IconsMap: {
269
269
  desc?: string;
270
270
  descId?: string;
271
271
  }>;
272
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ titleId?: string;
275
+ desc?: string;
276
+ descId?: string;
277
+ }>;
272
278
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
279
  title?: string;
274
280
  titleId?: string;
@@ -326,6 +326,12 @@ declare const iconsMap: {
326
326
  desc?: string;
327
327
  descId?: string;
328
328
  }>;
329
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
330
+ title?: string;
331
+ titleId?: string;
332
+ desc?: string;
333
+ descId?: string;
334
+ }>;
329
335
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
330
336
  title?: string;
331
337
  titleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.65",
3
+ "version": "3.0.0-development.67",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",