@goodhood-web/ui 3.0.0-development.6 → 3.0.0-development.7

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.
@@ -227,6 +227,12 @@ declare const iconsMap: {
227
227
  desc?: string;
228
228
  descId?: string;
229
229
  }>;
230
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
+ title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
235
+ }>;
230
236
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
237
  title?: string;
232
238
  titleId?: string;
@@ -101,6 +101,12 @@ declare const IconsMap: {
101
101
  desc?: string;
102
102
  descId?: string;
103
103
  }>;
104
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
+ title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
109
+ }>;
104
110
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
111
  title?: string;
106
112
  titleId?: string;
@@ -140,6 +140,12 @@ declare const iconsMap: {
140
140
  desc?: string;
141
141
  descId?: string;
142
142
  }>;
143
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
+ title?: string;
145
+ titleId?: string;
146
+ desc?: string;
147
+ descId?: string;
148
+ }>;
143
149
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
150
  title?: string;
145
151
  titleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.6",
3
+ "version": "3.0.0-development.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",