@goodhood-web/ui 1.6.0-development.6 → 1.6.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.
@@ -171,6 +171,9 @@ declare const IconsMap: {
171
171
  readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
172
172
  title?: string | undefined;
173
173
  }>;
174
+ readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
175
+ title?: string | undefined;
176
+ }>;
174
177
  readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
175
178
  title?: string | undefined;
176
179
  }>;
@@ -303,6 +303,9 @@ declare const iconsMap: {
303
303
  readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
304
304
  title?: string | undefined;
305
305
  }>;
306
+ readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
307
+ title?: string | undefined;
308
+ }>;
306
309
  readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
307
310
  title?: string | undefined;
308
311
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "1.6.0-development.6",
3
+ "version": "1.6.0-development.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {