@goodhood-web/ui 3.0.0-development.65 → 3.0.0-development.67
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 +169 -126
- package/index.mjs +22805 -18076
- package/lib/Base/Icon/icons/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/24x24/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/index.d.ts +6 -0
- package/package.json +1 -1
|
@@ -413,6 +413,12 @@ declare const iconsMap: {
|
|
|
413
413
|
desc?: string;
|
|
414
414
|
descId?: string;
|
|
415
415
|
}>;
|
|
416
|
+
readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
417
|
+
title?: string;
|
|
418
|
+
titleId?: string;
|
|
419
|
+
desc?: string;
|
|
420
|
+
descId?: string;
|
|
421
|
+
}>;
|
|
416
422
|
readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
417
423
|
title?: string;
|
|
418
424
|
titleId?: string;
|
|
@@ -269,6 +269,12 @@ declare const IconsMap: {
|
|
|
269
269
|
desc?: string;
|
|
270
270
|
descId?: string;
|
|
271
271
|
}>;
|
|
272
|
+
readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
|
+
title?: string;
|
|
274
|
+
titleId?: string;
|
|
275
|
+
desc?: string;
|
|
276
|
+
descId?: string;
|
|
277
|
+
}>;
|
|
272
278
|
readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
279
|
title?: string;
|
|
274
280
|
titleId?: string;
|
|
@@ -326,6 +326,12 @@ declare const iconsMap: {
|
|
|
326
326
|
desc?: string;
|
|
327
327
|
descId?: string;
|
|
328
328
|
}>;
|
|
329
|
+
readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
330
|
+
title?: string;
|
|
331
|
+
titleId?: string;
|
|
332
|
+
desc?: string;
|
|
333
|
+
descId?: string;
|
|
334
|
+
}>;
|
|
329
335
|
readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
330
336
|
title?: string;
|
|
331
337
|
titleId?: string;
|