@goodhood-web/ui 4.7.0-development.1 → 4.7.0-development.2

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.
@@ -1239,6 +1239,12 @@ declare const iconsMap: {
1239
1239
  desc?: string;
1240
1240
  descId?: string;
1241
1241
  }>;
1242
+ readonly supporter_new_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1243
+ title?: string;
1244
+ titleId?: string;
1245
+ desc?: string;
1246
+ descId?: string;
1247
+ }>;
1242
1248
  readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1243
1249
  title?: string;
1244
1250
  titleId?: string;
@@ -647,6 +647,12 @@ declare const IconsMap: {
647
647
  desc?: string;
648
648
  descId?: string;
649
649
  }>;
650
+ readonly supporter_new_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
651
+ title?: string;
652
+ titleId?: string;
653
+ desc?: string;
654
+ descId?: string;
655
+ }>;
650
656
  readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
651
657
  title?: string;
652
658
  titleId?: string;
@@ -1102,6 +1102,12 @@ declare const iconsMap: {
1102
1102
  desc?: string;
1103
1103
  descId?: string;
1104
1104
  }>;
1105
+ readonly supporter_new_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1106
+ title?: string;
1107
+ titleId?: string;
1108
+ desc?: string;
1109
+ descId?: string;
1110
+ }>;
1105
1111
  readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
1106
1112
  title?: string;
1107
1113
  titleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.7.0-development.1",
3
+ "version": "4.7.0-development.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",