@goodhood-web/ui 3.0.0-development.6 → 3.0.0-development.7
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 +45 -45
- package/index.mjs +1743 -1742
- 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
|
@@ -227,6 +227,12 @@ declare const iconsMap: {
|
|
|
227
227
|
desc?: string;
|
|
228
228
|
descId?: string;
|
|
229
229
|
}>;
|
|
230
|
+
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
231
|
+
title?: string;
|
|
232
|
+
titleId?: string;
|
|
233
|
+
desc?: string;
|
|
234
|
+
descId?: string;
|
|
235
|
+
}>;
|
|
230
236
|
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
231
237
|
title?: string;
|
|
232
238
|
titleId?: string;
|
|
@@ -101,6 +101,12 @@ declare const IconsMap: {
|
|
|
101
101
|
desc?: string;
|
|
102
102
|
descId?: string;
|
|
103
103
|
}>;
|
|
104
|
+
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
+
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
109
|
+
}>;
|
|
104
110
|
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
111
|
title?: string;
|
|
106
112
|
titleId?: string;
|
|
@@ -140,6 +140,12 @@ declare const iconsMap: {
|
|
|
140
140
|
desc?: string;
|
|
141
141
|
descId?: string;
|
|
142
142
|
}>;
|
|
143
|
+
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string;
|
|
145
|
+
titleId?: string;
|
|
146
|
+
desc?: string;
|
|
147
|
+
descId?: string;
|
|
148
|
+
}>;
|
|
143
149
|
readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
150
|
title?: string;
|
|
145
151
|
titleId?: string;
|