@goodhood-web/ui 1.10.0 → 1.10.1-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.
@@ -95,6 +95,9 @@ declare const IconsMap: {
95
95
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
96
96
  title?: string;
97
97
  }>;
98
+ readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
+ title?: string;
100
+ }>;
98
101
  readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
102
  title?: string;
100
103
  }>;
@@ -206,9 +209,6 @@ declare const IconsMap: {
206
209
  readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
207
210
  title?: string;
208
211
  }>;
209
- readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
210
- title?: string;
211
- }>;
212
212
  readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
213
213
  title?: string;
214
214
  }>;
@@ -259,6 +259,9 @@ declare const iconsMap: {
259
259
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
260
260
  title?: string;
261
261
  }>;
262
+ readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
263
+ title?: string;
264
+ }>;
262
265
  readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
263
266
  title?: string;
264
267
  }>;
@@ -370,9 +373,6 @@ declare const iconsMap: {
370
373
  readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
371
374
  title?: string;
372
375
  }>;
373
- readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
374
- title?: string;
375
- }>;
376
376
  readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
377
377
  title?: string;
378
378
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.10.0",
3
+ "version": "1.10.1-development.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {