@goodhood-web/ui 2.1.0-development.1 → 2.1.0-development.3

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.
@@ -122,6 +122,12 @@ declare const IconsMap: {
122
122
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
123
  title?: string;
124
124
  }>;
125
+ readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
+ title?: string;
127
+ }>;
128
+ readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
129
+ title?: string;
130
+ }>;
125
131
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
126
132
  title?: string;
127
133
  }>;
@@ -146,6 +146,12 @@ declare const iconsMap: {
146
146
  readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
147
  title?: string;
148
148
  }>;
149
+ readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
+ title?: string;
151
+ }>;
152
+ readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
+ title?: string;
154
+ }>;
149
155
  readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
156
  title?: string;
151
157
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "2.1.0-development.1",
3
+ "version": "2.1.0-development.3",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",