@goodhood-web/ui 1.6.0-development.20 → 1.6.0-development.21

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.
@@ -117,6 +117,9 @@ declare const IconsMap: {
117
117
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
118
118
  title?: string | undefined;
119
119
  }>;
120
+ readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
+ title?: string | undefined;
122
+ }>;
120
123
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
121
124
  title?: string | undefined;
122
125
  }>;
@@ -129,6 +132,9 @@ declare const IconsMap: {
129
132
  readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
130
133
  title?: string | undefined;
131
134
  }>;
135
+ readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
136
+ title?: string | undefined;
137
+ }>;
132
138
  readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
133
139
  title?: string | undefined;
134
140
  }>;
@@ -118,6 +118,9 @@ declare const iconsMap: {
118
118
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
119
119
  title?: string | undefined;
120
120
  }>;
121
+ readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
122
+ title?: string | undefined;
123
+ }>;
121
124
  readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
122
125
  title?: string | undefined;
123
126
  }>;
@@ -130,6 +133,9 @@ declare const iconsMap: {
130
133
  readonly sort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
131
134
  title?: string | undefined;
132
135
  }>;
136
+ readonly special_place: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
137
+ title?: string | undefined;
138
+ }>;
133
139
  readonly thanks: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
134
140
  title?: string | undefined;
135
141
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.6.0-development.20",
3
+ "version": "1.6.0-development.21",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {