@goodhood-web/ui 4.2.0-development.1 → 4.2.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.
@@ -23,6 +23,7 @@ export interface CommonTextInputProps extends UseInputParameters {
23
23
  progressBar?: React.ReactNode;
24
24
  readonly?: boolean;
25
25
  role?: 'combobox';
26
+ withoutFloatingLabel?: boolean;
26
27
  wrapperClassName?: string;
27
28
  }
28
29
  export interface TextInputProps extends CommonTextInputProps {
@@ -609,13 +609,13 @@ declare const iconsMap: {
609
609
  desc?: string;
610
610
  descId?: string;
611
611
  }>;
612
- readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
612
+ readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
613
613
  title?: string;
614
614
  titleId?: string;
615
615
  desc?: string;
616
616
  descId?: string;
617
617
  }>;
618
- readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
618
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
619
619
  title?: string;
620
620
  titleId?: string;
621
621
  desc?: string;
@@ -969,6 +969,12 @@ declare const iconsMap: {
969
969
  desc?: string;
970
970
  descId?: string;
971
971
  }>;
972
+ readonly notification_bell_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
973
+ title?: string;
974
+ titleId?: string;
975
+ desc?: string;
976
+ descId?: string;
977
+ }>;
972
978
  readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
973
979
  title?: string;
974
980
  titleId?: string;
@@ -89,13 +89,13 @@ declare const IconsMap: {
89
89
  desc?: string;
90
90
  descId?: string;
91
91
  }>;
92
- readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
92
+ readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
93
93
  title?: string;
94
94
  titleId?: string;
95
95
  desc?: string;
96
96
  descId?: string;
97
97
  }>;
98
- readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
98
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
99
  title?: string;
100
100
  titleId?: string;
101
101
  desc?: string;
@@ -449,6 +449,12 @@ declare const IconsMap: {
449
449
  desc?: string;
450
450
  descId?: string;
451
451
  }>;
452
+ readonly notification_bell_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
453
+ title?: string;
454
+ titleId?: string;
455
+ desc?: string;
456
+ descId?: string;
457
+ }>;
452
458
  readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
453
459
  title?: string;
454
460
  titleId?: string;
@@ -502,13 +502,13 @@ declare const iconsMap: {
502
502
  desc?: string;
503
503
  descId?: string;
504
504
  }>;
505
- readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
505
+ readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
506
506
  title?: string;
507
507
  titleId?: string;
508
508
  desc?: string;
509
509
  descId?: string;
510
510
  }>;
511
- readonly checkmark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
511
+ readonly checkmark_circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
512
512
  title?: string;
513
513
  titleId?: string;
514
514
  desc?: string;
@@ -862,6 +862,12 @@ declare const iconsMap: {
862
862
  desc?: string;
863
863
  descId?: string;
864
864
  }>;
865
+ readonly notification_bell_crossed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
866
+ title?: string;
867
+ titleId?: string;
868
+ desc?: string;
869
+ descId?: string;
870
+ }>;
865
871
  readonly organisation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
866
872
  title?: string;
867
873
  titleId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.2.0-development.1",
3
+ "version": "4.2.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",