@goodhood-web/ui 2.1.0-development.7 → 2.1.0-development.9

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.
@@ -1,3 +1,3 @@
1
- import { ButtonProps } from './Button.types';
2
- declare function Button(props: ButtonProps): import("react/jsx-runtime").JSX.Element;
1
+ import { LinkProps } from './Button.types';
2
+ declare const Button: import('react').ForwardRefExoticComponent<(Omit<import('./Button.types').BaseButtonProps, "ref"> | Omit<LinkProps, "ref">) & import('react').RefAttributes<HTMLButtonElement>>;
3
3
  export default Button;
@@ -1,3 +1,3 @@
1
1
  import { IconButtonProps } from './IconButton.types';
2
- declare const IconButton: ({ className, icon, iconClassName, loading, size, variant, ...baseButtonProps }: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const IconButton: import('react').ForwardRefExoticComponent<IconButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
3
3
  export default IconButton;
@@ -1,2 +1,2 @@
1
1
  import { OverlayButtonTypes } from './OverlayButton.types';
2
- export default function OverlayButton({ iconSelected, iconUnselected, selected, ...props }: OverlayButtonTypes): import("react/jsx-runtime").JSX.Element;
2
+ export default function OverlayButton({ iconClassName, iconSelected, iconUnselected, selected, ...props }: OverlayButtonTypes): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,7 @@
1
1
  import { Icon24 } from '../../../Base/Icon/Icon.types';
2
2
  import { ButtonProps } from '../Button/Button.types';
3
3
  export interface OverlayButtonTypes extends Omit<ButtonProps, 'children'> {
4
+ iconClassName?: string;
4
5
  iconSelected: Icon24;
5
6
  iconUnselected: Icon24;
6
7
  selected?: boolean;
@@ -95,6 +95,9 @@ declare const IconsMap: {
95
95
  readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
96
96
  title?: string;
97
97
  }>;
98
+ readonly envelop_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
+ title?: string;
100
+ }>;
98
101
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
102
  title?: string;
100
103
  }>;
@@ -182,6 +185,9 @@ declare const IconsMap: {
182
185
  readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
183
186
  title?: string;
184
187
  }>;
188
+ readonly link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
189
+ title?: string;
190
+ }>;
185
191
  readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
186
192
  title?: string;
187
193
  }>;
@@ -242,6 +248,12 @@ declare const IconsMap: {
242
248
  readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
243
249
  title?: string;
244
250
  }>;
251
+ readonly pencil_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
252
+ title?: string;
253
+ }>;
254
+ readonly phone: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
255
+ title?: string;
256
+ }>;
245
257
  readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
246
258
  title?: string;
247
259
  }>;
@@ -257,6 +269,9 @@ declare const IconsMap: {
257
269
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
258
270
  title?: string;
259
271
  }>;
272
+ readonly poll: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
+ title?: string;
274
+ }>;
260
275
  readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
261
276
  title?: string;
262
277
  }>;
@@ -269,6 +284,9 @@ declare const IconsMap: {
269
284
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
270
285
  title?: string;
271
286
  }>;
287
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
288
+ title?: string;
289
+ }>;
272
290
  readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
273
291
  title?: string;
274
292
  }>;
@@ -299,6 +317,12 @@ declare const IconsMap: {
299
317
  readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
300
318
  title?: string;
301
319
  }>;
320
+ readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
321
+ title?: string;
322
+ }>;
323
+ readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
324
+ title?: string;
325
+ }>;
302
326
  readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
303
327
  title?: string;
304
328
  }>;
@@ -268,6 +268,9 @@ declare const iconsMap: {
268
268
  readonly email: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
269
269
  title?: string;
270
270
  }>;
271
+ readonly envelop_plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
272
+ title?: string;
273
+ }>;
271
274
  readonly envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
272
275
  title?: string;
273
276
  }>;
@@ -355,6 +358,9 @@ declare const iconsMap: {
355
358
  readonly kitchen_pot: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
356
359
  title?: string;
357
360
  }>;
361
+ readonly link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
362
+ title?: string;
363
+ }>;
358
364
  readonly list: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
359
365
  title?: string;
360
366
  }>;
@@ -415,6 +421,12 @@ declare const iconsMap: {
415
421
  readonly pencil: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
416
422
  title?: string;
417
423
  }>;
424
+ readonly pencil_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
425
+ title?: string;
426
+ }>;
427
+ readonly phone: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
428
+ title?: string;
429
+ }>;
418
430
  readonly pin: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
419
431
  title?: string;
420
432
  }>;
@@ -430,6 +442,9 @@ declare const iconsMap: {
430
442
  readonly plus_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
431
443
  title?: string;
432
444
  }>;
445
+ readonly poll: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
+ title?: string;
447
+ }>;
433
448
  readonly post: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
434
449
  title?: string;
435
450
  }>;
@@ -442,6 +457,9 @@ declare const iconsMap: {
442
457
  readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
443
458
  title?: string;
444
459
  }>;
460
+ readonly question: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
461
+ title?: string;
462
+ }>;
445
463
  readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
446
464
  title?: string;
447
465
  }>;
@@ -472,6 +490,12 @@ declare const iconsMap: {
472
490
  readonly supporter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
473
491
  title?: string;
474
492
  }>;
493
+ readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
494
+ title?: string;
495
+ }>;
496
+ readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
497
+ title?: string;
498
+ }>;
475
499
  readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
476
500
  title?: string;
477
501
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "2.1.0-development.7",
3
+ "version": "2.1.0-development.9",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",