@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.
- package/index.js +27 -27
- package/index.mjs +1695 -1685
- package/lib/Icon/icons/32x32/index.d.ts +3 -3
- package/lib/Icon/icons/index.d.ts +3 -3
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -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
|
}>;
|