@goodhood-web/ui 1.5.0-development.6 → 1.5.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.
@@ -99,6 +99,9 @@ declare const IconsMap: {
99
99
  readonly event_calendar_date: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
100
  title?: string | undefined;
101
101
  }>;
102
+ readonly event_calendar_grid: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
103
+ title?: string | undefined;
104
+ }>;
102
105
  readonly event_calendar_plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
103
106
  title?: string | undefined;
104
107
  }>;
@@ -231,6 +231,9 @@ declare const iconsMap: {
231
231
  readonly event_calendar_date: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
232
  title?: string | undefined;
233
233
  }>;
234
+ readonly event_calendar_grid: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
235
+ title?: string | undefined;
236
+ }>;
234
237
  readonly event_calendar_plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
235
238
  title?: string | undefined;
236
239
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.5.0-development.6",
3
+ "version": "1.5.0-development.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {