@goodhood-web/ui 3.0.0-development.5 → 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.
@@ -197,6 +197,12 @@ declare const iconsMap: {
197
197
  desc?: string;
198
198
  descId?: string;
199
199
  }>;
200
+ readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
201
+ title?: string;
202
+ titleId?: string;
203
+ desc?: string;
204
+ descId?: string;
205
+ }>;
200
206
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
201
207
  title?: string;
202
208
  titleId?: string;
@@ -221,6 +227,12 @@ declare const iconsMap: {
221
227
  desc?: string;
222
228
  descId?: string;
223
229
  }>;
230
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
+ title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
235
+ }>;
224
236
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
225
237
  title?: string;
226
238
  titleId?: string;
@@ -71,6 +71,12 @@ declare const IconsMap: {
71
71
  desc?: string;
72
72
  descId?: string;
73
73
  }>;
74
+ readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
+ title?: string;
76
+ titleId?: string;
77
+ desc?: string;
78
+ descId?: string;
79
+ }>;
74
80
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
75
81
  title?: string;
76
82
  titleId?: string;
@@ -95,6 +101,12 @@ declare const IconsMap: {
95
101
  desc?: string;
96
102
  descId?: string;
97
103
  }>;
104
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
+ title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
109
+ }>;
98
110
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
111
  title?: string;
100
112
  titleId?: string;
@@ -110,6 +110,12 @@ declare const iconsMap: {
110
110
  desc?: string;
111
111
  descId?: string;
112
112
  }>;
113
+ readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
+ title?: string;
115
+ titleId?: string;
116
+ desc?: string;
117
+ descId?: string;
118
+ }>;
113
119
  readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
120
  title?: string;
115
121
  titleId?: string;
@@ -134,6 +140,12 @@ declare const iconsMap: {
134
140
  desc?: string;
135
141
  descId?: string;
136
142
  }>;
143
+ readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
144
+ title?: string;
145
+ titleId?: string;
146
+ desc?: string;
147
+ descId?: string;
148
+ }>;
137
149
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
138
150
  title?: string;
139
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.5",
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",