@goodhood-web/ui 2.1.0-development.29 → 2.1.0-development.30
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 +35 -35
- package/index.mjs +2033 -2032
- package/lib/Base/Icon/icons/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 +6 -0
- package/package.json +1 -1
|
@@ -631,6 +631,12 @@ declare const iconsMap: {
|
|
|
631
631
|
desc?: string;
|
|
632
632
|
descId?: string;
|
|
633
633
|
}>;
|
|
634
|
+
readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
635
|
+
title?: string;
|
|
636
|
+
titleId?: string;
|
|
637
|
+
desc?: string;
|
|
638
|
+
descId?: string;
|
|
639
|
+
}>;
|
|
634
640
|
readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
635
641
|
title?: string;
|
|
636
642
|
titleId?: string;
|
|
@@ -203,6 +203,12 @@ declare const IconsMap: {
|
|
|
203
203
|
desc?: string;
|
|
204
204
|
descId?: string;
|
|
205
205
|
}>;
|
|
206
|
+
readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
|
+
title?: string;
|
|
208
|
+
titleId?: string;
|
|
209
|
+
desc?: string;
|
|
210
|
+
descId?: string;
|
|
211
|
+
}>;
|
|
206
212
|
readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
213
|
title?: string;
|
|
208
214
|
titleId?: string;
|
|
@@ -544,6 +544,12 @@ declare const iconsMap: {
|
|
|
544
544
|
desc?: string;
|
|
545
545
|
descId?: string;
|
|
546
546
|
}>;
|
|
547
|
+
readonly event_calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
548
|
+
title?: string;
|
|
549
|
+
titleId?: string;
|
|
550
|
+
desc?: string;
|
|
551
|
+
descId?: string;
|
|
552
|
+
}>;
|
|
547
553
|
readonly event_calendar_check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
548
554
|
title?: string;
|
|
549
555
|
titleId?: string;
|