@digital-b2c/coreui-kit 0.3.2 → 0.3.4

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.
package/dist/index.d.ts CHANGED
@@ -40,163 +40,62 @@ interface BrandsStripProps {
40
40
  declare const BrandsStrip: ({ className, variant, title, logos, cta, size, animate, }: BrandsStripProps) => react_jsx_runtime.JSX.Element;
41
41
 
42
42
  declare const svgs: {
43
- ads: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
44
- title?: string;
45
- }>;
46
- book: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
47
- title?: string;
48
- }>;
49
- briefcase: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
50
- title?: string;
51
- }>;
52
- calendar: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
53
- title?: string;
54
- }>;
55
- clipboard: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
56
- title?: string;
57
- }>;
58
- convo: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
59
- title?: string;
60
- }>;
61
- eye: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
62
- title?: string;
63
- }>;
64
- globe: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
65
- title?: string;
66
- }>;
67
- hospital: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
68
- title?: string;
69
- }>;
70
- library: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
71
- title?: string;
72
- }>;
73
- location: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
74
- title?: string;
75
- }>;
76
- marketing: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
77
- title?: string;
78
- }>;
79
- money: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
80
- title?: string;
81
- }>;
82
- people: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
83
- title?: string;
84
- }>;
85
- smile: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
86
- title?: string;
87
- }>;
88
- tech: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
89
- title?: string;
90
- }>;
91
- work: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
92
- title?: string;
93
- }>;
94
- workhome: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
95
- title?: string;
96
- }>;
97
- blankCheckbox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
98
- title?: string;
99
- }>;
100
- blankCheckboxWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
101
- title?: string;
102
- }>;
103
- checkedBox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
104
- title?: string;
105
- }>;
106
- circleChevronDown: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
107
- title?: string;
108
- }>;
109
- circleChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
110
- title?: string;
111
- }>;
112
- downBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
113
- title?: string;
114
- }>;
115
- downWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
116
- title?: string;
117
- }>;
118
- downChevronBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
119
- title?: string;
120
- }>;
121
- downChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
122
- title?: string;
123
- }>;
124
- downloadBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
125
- title?: string;
126
- }>;
127
- downloadWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
128
- title?: string;
129
- }>;
130
- filledChevronLeft: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
131
- title?: string;
132
- }>;
133
- filledChevronRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
134
- title?: string;
135
- }>;
136
- filledChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
137
- title?: string;
138
- }>;
139
- leftWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
140
- title?: string;
141
- }>;
142
- mailBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
143
- title?: string;
144
- }>;
145
- rightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
146
- title?: string;
147
- }>;
148
- rightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
149
- title?: string;
150
- }>;
151
- tiltedRightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
152
- title?: string;
153
- }>;
154
- tiltedRightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
155
- title?: string;
156
- }>;
157
- upChevronUpWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
158
- title?: string;
159
- }>;
160
- upChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
161
- title?: string;
162
- }>;
163
- watchBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
164
- title?: string;
165
- }>;
166
- watchWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
167
- title?: string;
168
- }>;
169
- chevronDefault: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
170
- title?: string;
171
- }>;
172
- chevronHovered: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
173
- title?: string;
174
- }>;
175
- chevronSelected: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
176
- title?: string;
177
- }>;
178
- menuBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
179
- title?: string;
180
- }>;
181
- menuWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
182
- title?: string;
183
- }>;
184
- right: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
185
- title?: string;
186
- }>;
187
- tiltedRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
188
- title?: string;
189
- }>;
190
- xBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
191
- title?: string;
192
- }>;
193
- xWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
194
- title?: string;
195
- }>;
43
+ ads: string;
44
+ book: string;
45
+ briefcase: string;
46
+ calendar: string;
47
+ clipboard: string;
48
+ convo: string;
49
+ eye: string;
50
+ globe: string;
51
+ hospital: string;
52
+ library: string;
53
+ location: string;
54
+ marketing: string;
55
+ money: string;
56
+ people: string;
57
+ smile: string;
58
+ tech: string;
59
+ work: string;
60
+ workhome: string;
61
+ blankCheckbox: string;
62
+ blankCheckboxWhite: string;
63
+ checkedBox: string;
64
+ circleChevronDown: string;
65
+ circleChevronUp: string;
66
+ downBlack: string;
67
+ downWhite: string;
68
+ downChevronBlack: string;
69
+ downChevronWhite: string;
70
+ downloadBlack: string;
71
+ downloadWhite: string;
72
+ filledChevronLeft: string;
73
+ filledChevronRight: string;
74
+ filledChevronUp: string;
75
+ leftWhite: string;
76
+ mailBlack: string;
77
+ rightBlack: string;
78
+ rightWhite: string;
79
+ tiltedRightBlack: string;
80
+ tiltedRightWhite: string;
81
+ upChevronUpWhite: string;
82
+ upChevronWhite: string;
83
+ watchBlack: string;
84
+ watchWhite: string;
85
+ chevronDefault: string;
86
+ chevronHovered: string;
87
+ chevronSelected: string;
88
+ menuBlack: string;
89
+ menuWhite: string;
90
+ right: string;
91
+ tiltedRight: string;
92
+ xBlack: string;
93
+ xWhite: string;
196
94
  };
197
95
  type IconType = keyof typeof svgs;
198
96
  interface IconProps extends React$1.ComponentPropsWithRef<'svg'> {
199
97
  type: IconType;
98
+ size?: number;
200
99
  }
201
100
  declare const Icon: React$1.FC<IconProps>;
202
101