@goodhood-web/ui 1.5.0-development.2 → 1.5.0-development.3
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 +21 -21
- package/index.mjs +766 -764
- package/lib/Icon/icons/24x24/index.d.ts +3 -0
- package/lib/Icon/icons/32x32/index.d.ts +3 -0
- package/lib/Icon/icons/index.d.ts +6 -0
- package/package.json +1 -1
|
@@ -108,6 +108,9 @@ declare const IconsMap: {
|
|
|
108
108
|
readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
109
109
|
title?: string | undefined;
|
|
110
110
|
}>;
|
|
111
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
111
114
|
readonly search: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
115
|
title?: string | undefined;
|
|
113
116
|
}>;
|
|
@@ -219,6 +219,9 @@ declare const IconsMap: {
|
|
|
219
219
|
readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
}>;
|
|
222
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
223
|
+
title?: string | undefined;
|
|
224
|
+
}>;
|
|
222
225
|
readonly qr_code: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
223
226
|
title?: string | undefined;
|
|
224
227
|
}>;
|
|
@@ -109,6 +109,9 @@ declare const iconsMap: {
|
|
|
109
109
|
readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
110
110
|
title?: string | undefined;
|
|
111
111
|
}>;
|
|
112
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
113
|
+
title?: string | undefined;
|
|
114
|
+
}>;
|
|
112
115
|
readonly search: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
113
116
|
title?: string | undefined;
|
|
114
117
|
}>;
|
|
@@ -348,6 +351,9 @@ declare const iconsMap: {
|
|
|
348
351
|
readonly privacy_lock: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
349
352
|
title?: string | undefined;
|
|
350
353
|
}>;
|
|
354
|
+
readonly privacy_lock_closed: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
355
|
+
title?: string | undefined;
|
|
356
|
+
}>;
|
|
351
357
|
readonly qr_code: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
358
|
title?: string | undefined;
|
|
353
359
|
}>;
|