@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "2.1.0-development.29",
3
+ "version": "2.1.0-development.30",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",