@goodhood-web/ui 1.10.0-development.6 → 1.10.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.
@@ -113,6 +113,9 @@ declare const IconsMap: {
113
113
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
114
114
  title?: string;
115
115
  }>;
116
+ readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
+ title?: string;
118
+ }>;
116
119
  readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
120
  title?: string;
118
121
  }>;
@@ -114,6 +114,9 @@ declare const iconsMap: {
114
114
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
115
115
  title?: string;
116
116
  }>;
117
+ readonly error: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
+ title?: string;
119
+ }>;
117
120
  readonly privacy_lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
121
  title?: string;
119
122
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.10.0-development.6",
3
+ "version": "1.10.0-development.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {