@goodhood-web/ui 3.3.0-development.19 → 3.3.0-development.20
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 +2 -2
- package/index.mjs +1598 -1595
- package/lib/Base/Icon/icons/index.d.ts +18 -0
- package/lib/Base/Icon/icons/outline/16x16/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/24x24/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/32x32/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/index.d.ts +18 -0
- package/package.json +1 -1
|
@@ -111,6 +111,12 @@ declare const iconsMap: {
|
|
|
111
111
|
desc?: string;
|
|
112
112
|
descId?: string;
|
|
113
113
|
}>;
|
|
114
|
+
cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
115
|
+
title?: string;
|
|
116
|
+
titleId?: string;
|
|
117
|
+
desc?: string;
|
|
118
|
+
descId?: string;
|
|
119
|
+
}>;
|
|
114
120
|
external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
115
121
|
title?: string;
|
|
116
122
|
titleId?: string;
|
|
@@ -251,6 +257,12 @@ declare const iconsMap: {
|
|
|
251
257
|
desc?: string;
|
|
252
258
|
descId?: string;
|
|
253
259
|
}>;
|
|
260
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
261
|
+
title?: string;
|
|
262
|
+
titleId?: string;
|
|
263
|
+
desc?: string;
|
|
264
|
+
descId?: string;
|
|
265
|
+
}>;
|
|
254
266
|
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
255
267
|
title?: string;
|
|
256
268
|
titleId?: string;
|
|
@@ -649,6 +661,12 @@ declare const iconsMap: {
|
|
|
649
661
|
desc?: string;
|
|
650
662
|
descId?: string;
|
|
651
663
|
}>;
|
|
664
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
665
|
+
title?: string;
|
|
666
|
+
titleId?: string;
|
|
667
|
+
desc?: string;
|
|
668
|
+
descId?: string;
|
|
669
|
+
}>;
|
|
652
670
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
653
671
|
title?: string;
|
|
654
672
|
titleId?: string;
|
|
@@ -23,6 +23,12 @@ declare const IconsMap: {
|
|
|
23
23
|
desc?: string;
|
|
24
24
|
descId?: string;
|
|
25
25
|
}>;
|
|
26
|
+
cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
|
+
title?: string;
|
|
28
|
+
titleId?: string;
|
|
29
|
+
desc?: string;
|
|
30
|
+
descId?: string;
|
|
31
|
+
}>;
|
|
26
32
|
external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
33
|
title?: string;
|
|
28
34
|
titleId?: string;
|
|
@@ -101,6 +101,12 @@ declare const IconsMap: {
|
|
|
101
101
|
desc?: string;
|
|
102
102
|
descId?: string;
|
|
103
103
|
}>;
|
|
104
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
+
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
109
|
+
}>;
|
|
104
110
|
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
111
|
title?: string;
|
|
106
112
|
titleId?: string;
|
|
@@ -167,6 +167,12 @@ declare const IconsMap: {
|
|
|
167
167
|
desc?: string;
|
|
168
168
|
descId?: string;
|
|
169
169
|
}>;
|
|
170
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
|
+
title?: string;
|
|
172
|
+
titleId?: string;
|
|
173
|
+
desc?: string;
|
|
174
|
+
descId?: string;
|
|
175
|
+
}>;
|
|
170
176
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
177
|
title?: string;
|
|
172
178
|
titleId?: string;
|
|
@@ -24,6 +24,12 @@ declare const iconsMap: {
|
|
|
24
24
|
desc?: string;
|
|
25
25
|
descId?: string;
|
|
26
26
|
}>;
|
|
27
|
+
cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string;
|
|
29
|
+
titleId?: string;
|
|
30
|
+
desc?: string;
|
|
31
|
+
descId?: string;
|
|
32
|
+
}>;
|
|
27
33
|
external_link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
28
34
|
title?: string;
|
|
29
35
|
titleId?: string;
|
|
@@ -164,6 +170,12 @@ declare const iconsMap: {
|
|
|
164
170
|
desc?: string;
|
|
165
171
|
descId?: string;
|
|
166
172
|
}>;
|
|
173
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
174
|
+
title?: string;
|
|
175
|
+
titleId?: string;
|
|
176
|
+
desc?: string;
|
|
177
|
+
descId?: string;
|
|
178
|
+
}>;
|
|
167
179
|
readonly emoji: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
168
180
|
title?: string;
|
|
169
181
|
titleId?: string;
|
|
@@ -562,6 +574,12 @@ declare const iconsMap: {
|
|
|
562
574
|
desc?: string;
|
|
563
575
|
descId?: string;
|
|
564
576
|
}>;
|
|
577
|
+
readonly cursor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
578
|
+
title?: string;
|
|
579
|
+
titleId?: string;
|
|
580
|
+
desc?: string;
|
|
581
|
+
descId?: string;
|
|
582
|
+
}>;
|
|
565
583
|
readonly cutlery: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
566
584
|
title?: string;
|
|
567
585
|
titleId?: string;
|