@goodhood-web/ui 4.5.0-development.1 → 4.5.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.
@@ -1,3 +1,3 @@
1
1
  import { ImageProps } from './Image.type';
2
- declare const Image: ({ alt, className, height, loading, src, width }: ImageProps) => import("react/jsx-runtime").JSX.Element | null;
2
+ declare const Image: ({ alt, className, dataTestId, height, loading, src, width, }: ImageProps) => import("react/jsx-runtime").JSX.Element | null;
3
3
  export default Image;
@@ -1,6 +1,7 @@
1
1
  export interface ImageProps {
2
2
  alt: string;
3
3
  className?: string;
4
+ dataTestId?: string;
4
5
  height?: number;
5
6
  loading?: 'lazy' | 'eager';
6
7
  src: string;
@@ -5,7 +5,7 @@ declare const IconsMap: {
5
5
  desc?: string;
6
6
  descId?: string;
7
7
  }>;
8
- sparkles_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
8
+ sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
9
  title?: string;
10
10
  titleId?: string;
11
11
  desc?: string;
@@ -1,4 +1,10 @@
1
1
  declare const IconsMap: {
2
+ readonly arrow_up_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
7
+ }>;
2
8
  readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
3
9
  title?: string;
4
10
  titleId?: string;
@@ -11,5 +17,17 @@ declare const IconsMap: {
11
17
  desc?: string;
12
18
  descId?: string;
13
19
  }>;
20
+ readonly sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
21
+ title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
25
+ }>;
26
+ readonly star_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
27
+ title?: string;
28
+ titleId?: string;
29
+ desc?: string;
30
+ descId?: string;
31
+ }>;
14
32
  };
15
33
  export default IconsMap;
@@ -6,7 +6,7 @@ declare const iconsMap: {
6
6
  desc?: string;
7
7
  descId?: string;
8
8
  }>;
9
- sparkles_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
9
+ sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
10
10
  title?: string;
11
11
  titleId?: string;
12
12
  desc?: string;
@@ -20,6 +20,12 @@ declare const iconsMap: {
20
20
  }>;
21
21
  };
22
22
  '24': {
23
+ readonly arrow_up_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
24
+ title?: string;
25
+ titleId?: string;
26
+ desc?: string;
27
+ descId?: string;
28
+ }>;
23
29
  readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
24
30
  title?: string;
25
31
  titleId?: string;
@@ -32,6 +38,18 @@ declare const iconsMap: {
32
38
  desc?: string;
33
39
  descId?: string;
34
40
  }>;
41
+ readonly sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
42
+ title?: string;
43
+ titleId?: string;
44
+ desc?: string;
45
+ descId?: string;
46
+ }>;
47
+ readonly star_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
48
+ title?: string;
49
+ titleId?: string;
50
+ desc?: string;
51
+ descId?: string;
52
+ }>;
35
53
  };
36
54
  '32': {
37
55
  readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
@@ -63,7 +63,7 @@ declare const iconsMap: {
63
63
  desc?: string;
64
64
  descId?: string;
65
65
  }>;
66
- sparkles_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
66
+ sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
67
67
  title?: string;
68
68
  titleId?: string;
69
69
  desc?: string;
@@ -77,6 +77,12 @@ declare const iconsMap: {
77
77
  }>;
78
78
  };
79
79
  '24': {
80
+ readonly arrow_up_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
+ title?: string;
82
+ titleId?: string;
83
+ desc?: string;
84
+ descId?: string;
85
+ }>;
80
86
  readonly bookmark_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
81
87
  title?: string;
82
88
  titleId?: string;
@@ -89,6 +95,18 @@ declare const iconsMap: {
89
95
  desc?: string;
90
96
  descId?: string;
91
97
  }>;
98
+ readonly sparkle_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
99
+ title?: string;
100
+ titleId?: string;
101
+ desc?: string;
102
+ descId?: string;
103
+ }>;
104
+ readonly star_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
105
+ title?: string;
106
+ titleId?: string;
107
+ desc?: string;
108
+ descId?: string;
109
+ }>;
92
110
  };
93
111
  '32': {
94
112
  readonly heart_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.5.0-development.1",
3
+ "version": "4.5.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",