@goodhood-web/ui 3.0.0-development.5 → 3.0.0-development.6
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 +7 -7
- package/index.mjs +1081 -1080
- 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
- package/style.css +1 -1
|
@@ -197,6 +197,12 @@ declare const iconsMap: {
|
|
|
197
197
|
desc?: string;
|
|
198
198
|
descId?: string;
|
|
199
199
|
}>;
|
|
200
|
+
readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
|
+
title?: string;
|
|
202
|
+
titleId?: string;
|
|
203
|
+
desc?: string;
|
|
204
|
+
descId?: string;
|
|
205
|
+
}>;
|
|
200
206
|
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
207
|
title?: string;
|
|
202
208
|
titleId?: string;
|
|
@@ -71,6 +71,12 @@ declare const IconsMap: {
|
|
|
71
71
|
desc?: string;
|
|
72
72
|
descId?: string;
|
|
73
73
|
}>;
|
|
74
|
+
readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
|
+
title?: string;
|
|
76
|
+
titleId?: string;
|
|
77
|
+
desc?: string;
|
|
78
|
+
descId?: string;
|
|
79
|
+
}>;
|
|
74
80
|
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
81
|
title?: string;
|
|
76
82
|
titleId?: string;
|
|
@@ -110,6 +110,12 @@ declare const iconsMap: {
|
|
|
110
110
|
desc?: string;
|
|
111
111
|
descId?: string;
|
|
112
112
|
}>;
|
|
113
|
+
readonly clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
114
|
+
title?: string;
|
|
115
|
+
titleId?: string;
|
|
116
|
+
desc?: string;
|
|
117
|
+
descId?: string;
|
|
118
|
+
}>;
|
|
113
119
|
readonly comment_bubble: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
114
120
|
title?: string;
|
|
115
121
|
titleId?: string;
|