@goodhood-web/ui 1.10.0-development.8 → 1.10.0-development.9
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 +1 -1
- package/index.mjs +67 -67
- package/lib/Icon/icons/24x24/index.d.ts +0 -3
- package/lib/Icon/icons/32x32/index.d.ts +3 -0
- package/lib/Icon/icons/index.d.ts +3 -3
- package/package.json +1 -1
|
@@ -113,9 +113,6 @@ declare const IconsMap: {
|
|
|
113
113
|
readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
114
114
|
title?: string;
|
|
115
115
|
}>;
|
|
116
|
-
readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
|
-
title?: string;
|
|
118
|
-
}>;
|
|
119
116
|
readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
120
117
|
title?: string;
|
|
121
118
|
}>;
|
|
@@ -206,6 +206,9 @@ declare const IconsMap: {
|
|
|
206
206
|
readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
207
|
title?: string;
|
|
208
208
|
}>;
|
|
209
|
+
readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
210
|
+
title?: string;
|
|
211
|
+
}>;
|
|
209
212
|
readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
210
213
|
title?: string;
|
|
211
214
|
}>;
|
|
@@ -114,9 +114,6 @@ declare const iconsMap: {
|
|
|
114
114
|
readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
115
115
|
title?: string;
|
|
116
116
|
}>;
|
|
117
|
-
readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
118
|
-
title?: string;
|
|
119
|
-
}>;
|
|
120
117
|
readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
121
118
|
title?: string;
|
|
122
119
|
}>;
|
|
@@ -356,6 +353,9 @@ declare const iconsMap: {
|
|
|
356
353
|
readonly nebenan_de: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
357
354
|
title?: string;
|
|
358
355
|
}>;
|
|
356
|
+
readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
357
|
+
title?: string;
|
|
358
|
+
}>;
|
|
359
359
|
readonly neighbour: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
360
360
|
title?: string;
|
|
361
361
|
}>;
|