@trafilea/afrodita-components 5.0.0-beta.11 → 5.0.0-beta.112
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/build/index.css +3 -1
- package/build/index.d.ts +739 -67
- package/build/index.esm.css +3 -1
- package/build/index.esm.js +7009 -4226
- package/build/index.esm.js.map +1 -1
- package/build/index.js +7024 -4226
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +422 -0
- package/build/theme/revel.theme.js +737 -0
- package/build/theme/shapermint.theme.d.ts +6 -0
- package/build/theme/shapermint.theme.js +15 -1
- package/build/theme/truekind.theme.d.ts +6 -0
- package/build/theme/truekind.theme.js +6 -0
- package/package.json +3 -1
package/build/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IconProps as IconProps$1 } from 'src/types/types';
|
|
3
|
-
import React, { FC, ReactNode, ElementType, CSSProperties, AriaAttributes,
|
|
3
|
+
import React, { FC, ReactNode, ElementType, CSSProperties, AriaAttributes, HTMLAttributes, LabelHTMLAttributes, RefObject } from 'react';
|
|
4
4
|
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
5
|
-
import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
|
|
6
5
|
import * as _emotion_styled from '@emotion/styled';
|
|
6
|
+
import { StyledComponent } from '@emotion/styled';
|
|
7
|
+
export { default as styled } from '@emotion/styled';
|
|
8
|
+
import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
|
|
7
9
|
import * as _emotion_react from '@emotion/react';
|
|
8
10
|
|
|
9
11
|
declare enum CardSectionType {
|
|
@@ -33,6 +35,7 @@ interface IconProps {
|
|
|
33
35
|
height?: number;
|
|
34
36
|
fill?: string;
|
|
35
37
|
title?: string;
|
|
38
|
+
testId?: string;
|
|
36
39
|
}
|
|
37
40
|
declare type ButtonType = 'button' | 'submit' | 'reset';
|
|
38
41
|
interface CTAProps {
|
|
@@ -57,11 +60,6 @@ declare type SizeOption = {
|
|
|
57
60
|
description: string;
|
|
58
61
|
disabled?: boolean;
|
|
59
62
|
};
|
|
60
|
-
declare type Color = {
|
|
61
|
-
primaryColor: string;
|
|
62
|
-
secondaryColor?: string;
|
|
63
|
-
tertiaryColor?: string;
|
|
64
|
-
};
|
|
65
63
|
declare type Pattern = {
|
|
66
64
|
url: string;
|
|
67
65
|
};
|
|
@@ -69,7 +67,7 @@ declare type ColorPickerOption = {
|
|
|
69
67
|
label: string;
|
|
70
68
|
description: string;
|
|
71
69
|
meta: {
|
|
72
|
-
color?:
|
|
70
|
+
color?: string[];
|
|
73
71
|
pattern?: Pattern;
|
|
74
72
|
};
|
|
75
73
|
};
|
|
@@ -100,7 +98,17 @@ declare type Filter = {
|
|
|
100
98
|
title: string;
|
|
101
99
|
columns: number;
|
|
102
100
|
isOpenByDefault?: boolean;
|
|
103
|
-
|
|
101
|
+
isLinkOption?: boolean;
|
|
102
|
+
link?: string;
|
|
103
|
+
color?: string;
|
|
104
|
+
isMultiselect: boolean;
|
|
105
|
+
items: Array<{
|
|
106
|
+
label: string;
|
|
107
|
+
checked?: boolean;
|
|
108
|
+
isLinkItem?: boolean;
|
|
109
|
+
link?: string;
|
|
110
|
+
blockUncheck?: boolean;
|
|
111
|
+
}>;
|
|
104
112
|
};
|
|
105
113
|
declare type FilterChange = {
|
|
106
114
|
sectionIndex: number;
|
|
@@ -111,18 +119,45 @@ interface SearchBarOptionItem {
|
|
|
111
119
|
src: string;
|
|
112
120
|
price: string;
|
|
113
121
|
title: string;
|
|
122
|
+
optionUrl: string;
|
|
123
|
+
}
|
|
124
|
+
interface imageVideoProps {
|
|
125
|
+
imageLink: string;
|
|
126
|
+
isVideo?: {
|
|
127
|
+
videoTitle?: string;
|
|
128
|
+
videoSubtitle?: string;
|
|
129
|
+
textColor?: string;
|
|
130
|
+
videoLink?: string;
|
|
131
|
+
};
|
|
132
|
+
isMobile?: boolean;
|
|
114
133
|
}
|
|
115
134
|
|
|
116
135
|
declare const SixtyDaysGuarantee: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
117
136
|
|
|
118
137
|
declare const Frown: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
|
|
119
138
|
|
|
139
|
+
declare const Smiling: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
|
|
140
|
+
|
|
141
|
+
declare const BulletOne: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
142
|
+
|
|
143
|
+
declare const BulletTwo: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
144
|
+
|
|
145
|
+
declare const BulletThree: ({ height, width, fill, title }: IconProps) => JSX.Element;
|
|
146
|
+
|
|
120
147
|
declare const Custom_SixtyDaysGuarantee: typeof SixtyDaysGuarantee;
|
|
121
148
|
declare const Custom_Frown: typeof Frown;
|
|
149
|
+
declare const Custom_Smiling: typeof Smiling;
|
|
150
|
+
declare const Custom_BulletOne: typeof BulletOne;
|
|
151
|
+
declare const Custom_BulletTwo: typeof BulletTwo;
|
|
152
|
+
declare const Custom_BulletThree: typeof BulletThree;
|
|
122
153
|
declare namespace Custom {
|
|
123
154
|
export {
|
|
124
155
|
Custom_SixtyDaysGuarantee as SixtyDaysGuarantee,
|
|
125
156
|
Custom_Frown as Frown,
|
|
157
|
+
Custom_Smiling as Smiling,
|
|
158
|
+
Custom_BulletOne as BulletOne,
|
|
159
|
+
Custom_BulletTwo as BulletTwo,
|
|
160
|
+
Custom_BulletThree as BulletThree,
|
|
126
161
|
};
|
|
127
162
|
}
|
|
128
163
|
|
|
@@ -143,6 +178,71 @@ declare const Close: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
143
178
|
|
|
144
179
|
declare const Trash: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
145
180
|
|
|
181
|
+
declare const Warning: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
182
|
+
|
|
183
|
+
declare const Edit: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
184
|
+
|
|
185
|
+
declare const SignOut: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
186
|
+
|
|
187
|
+
declare const Add: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
188
|
+
|
|
189
|
+
interface CopyProps extends IconProps {
|
|
190
|
+
stroke?: string;
|
|
191
|
+
}
|
|
192
|
+
declare const Copy: ({ height, width, fill, stroke }: CopyProps) => JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const CheckboxEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare const CheckboxLight: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare const CheckboxSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare const Like: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare const LikeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare const NotAllowed: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
205
|
+
|
|
206
|
+
declare const RadioEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
207
|
+
|
|
208
|
+
declare const RadioFilled: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
209
|
+
|
|
210
|
+
declare const Minus$1: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
211
|
+
|
|
212
|
+
declare const SettingsSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
213
|
+
|
|
214
|
+
declare const Settings: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
215
|
+
|
|
216
|
+
declare const Share: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
217
|
+
|
|
218
|
+
declare const CircleCheck: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
219
|
+
|
|
220
|
+
declare const CircleClear: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
221
|
+
|
|
222
|
+
declare const CircleInfo: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
223
|
+
|
|
224
|
+
declare const CircleMinus: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
225
|
+
|
|
226
|
+
declare const CirclePlus: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
227
|
+
|
|
228
|
+
declare const CircleQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare const CircleWarning: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
231
|
+
|
|
232
|
+
declare const CircleSolidCheck: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare const CircleSolidClear: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
235
|
+
|
|
236
|
+
declare const CircleSolidMinus: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
237
|
+
|
|
238
|
+
declare const CircleSolidPlus: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
239
|
+
|
|
240
|
+
declare const CircleSolidQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
241
|
+
|
|
242
|
+
declare const CircleSolidWarning: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
243
|
+
|
|
244
|
+
declare const CircleSolidStyledCheck: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
245
|
+
|
|
146
246
|
declare const Actions_Check: typeof Check;
|
|
147
247
|
declare const Actions_ClearLight: typeof ClearLight;
|
|
148
248
|
declare const Actions_LightExclamation: typeof LightExclamation;
|
|
@@ -151,6 +251,37 @@ declare const Actions_LightCheck: typeof LightCheck;
|
|
|
151
251
|
declare const Actions_Question: typeof Question;
|
|
152
252
|
declare const Actions_Close: typeof Close;
|
|
153
253
|
declare const Actions_Trash: typeof Trash;
|
|
254
|
+
declare const Actions_Warning: typeof Warning;
|
|
255
|
+
declare const Actions_Edit: typeof Edit;
|
|
256
|
+
declare const Actions_SignOut: typeof SignOut;
|
|
257
|
+
declare const Actions_Add: typeof Add;
|
|
258
|
+
type Actions_CopyProps = CopyProps;
|
|
259
|
+
declare const Actions_Copy: typeof Copy;
|
|
260
|
+
declare const Actions_CheckboxEmpty: typeof CheckboxEmpty;
|
|
261
|
+
declare const Actions_CheckboxLight: typeof CheckboxLight;
|
|
262
|
+
declare const Actions_CheckboxSolid: typeof CheckboxSolid;
|
|
263
|
+
declare const Actions_Like: typeof Like;
|
|
264
|
+
declare const Actions_LikeSolid: typeof LikeSolid;
|
|
265
|
+
declare const Actions_NotAllowed: typeof NotAllowed;
|
|
266
|
+
declare const Actions_RadioEmpty: typeof RadioEmpty;
|
|
267
|
+
declare const Actions_RadioFilled: typeof RadioFilled;
|
|
268
|
+
declare const Actions_SettingsSolid: typeof SettingsSolid;
|
|
269
|
+
declare const Actions_Settings: typeof Settings;
|
|
270
|
+
declare const Actions_Share: typeof Share;
|
|
271
|
+
declare const Actions_CircleCheck: typeof CircleCheck;
|
|
272
|
+
declare const Actions_CircleClear: typeof CircleClear;
|
|
273
|
+
declare const Actions_CircleInfo: typeof CircleInfo;
|
|
274
|
+
declare const Actions_CircleMinus: typeof CircleMinus;
|
|
275
|
+
declare const Actions_CirclePlus: typeof CirclePlus;
|
|
276
|
+
declare const Actions_CircleQuestion: typeof CircleQuestion;
|
|
277
|
+
declare const Actions_CircleWarning: typeof CircleWarning;
|
|
278
|
+
declare const Actions_CircleSolidCheck: typeof CircleSolidCheck;
|
|
279
|
+
declare const Actions_CircleSolidClear: typeof CircleSolidClear;
|
|
280
|
+
declare const Actions_CircleSolidMinus: typeof CircleSolidMinus;
|
|
281
|
+
declare const Actions_CircleSolidPlus: typeof CircleSolidPlus;
|
|
282
|
+
declare const Actions_CircleSolidQuestion: typeof CircleSolidQuestion;
|
|
283
|
+
declare const Actions_CircleSolidWarning: typeof CircleSolidWarning;
|
|
284
|
+
declare const Actions_CircleSolidStyledCheck: typeof CircleSolidStyledCheck;
|
|
154
285
|
declare namespace Actions {
|
|
155
286
|
export {
|
|
156
287
|
Actions_Check as Check,
|
|
@@ -161,6 +292,38 @@ declare namespace Actions {
|
|
|
161
292
|
Actions_Question as Question,
|
|
162
293
|
Actions_Close as Close,
|
|
163
294
|
Actions_Trash as Trash,
|
|
295
|
+
Actions_Warning as Warning,
|
|
296
|
+
Actions_Edit as Edit,
|
|
297
|
+
Actions_SignOut as SignOut,
|
|
298
|
+
Actions_Add as Add,
|
|
299
|
+
Actions_CopyProps as CopyProps,
|
|
300
|
+
Actions_Copy as Copy,
|
|
301
|
+
Actions_CheckboxEmpty as CheckboxEmpty,
|
|
302
|
+
Actions_CheckboxLight as CheckboxLight,
|
|
303
|
+
Actions_CheckboxSolid as CheckboxSolid,
|
|
304
|
+
Actions_Like as Like,
|
|
305
|
+
Actions_LikeSolid as LikeSolid,
|
|
306
|
+
Actions_NotAllowed as NotAllowed,
|
|
307
|
+
Actions_RadioEmpty as RadioEmpty,
|
|
308
|
+
Actions_RadioFilled as RadioFilled,
|
|
309
|
+
Minus$1 as Minus,
|
|
310
|
+
Actions_SettingsSolid as SettingsSolid,
|
|
311
|
+
Actions_Settings as Settings,
|
|
312
|
+
Actions_Share as Share,
|
|
313
|
+
Actions_CircleCheck as CircleCheck,
|
|
314
|
+
Actions_CircleClear as CircleClear,
|
|
315
|
+
Actions_CircleInfo as CircleInfo,
|
|
316
|
+
Actions_CircleMinus as CircleMinus,
|
|
317
|
+
Actions_CirclePlus as CirclePlus,
|
|
318
|
+
Actions_CircleQuestion as CircleQuestion,
|
|
319
|
+
Actions_CircleWarning as CircleWarning,
|
|
320
|
+
Actions_CircleSolidCheck as CircleSolidCheck,
|
|
321
|
+
Actions_CircleSolidClear as CircleSolidClear,
|
|
322
|
+
Actions_CircleSolidMinus as CircleSolidMinus,
|
|
323
|
+
Actions_CircleSolidPlus as CircleSolidPlus,
|
|
324
|
+
Actions_CircleSolidQuestion as CircleSolidQuestion,
|
|
325
|
+
Actions_CircleSolidWarning as CircleSolidWarning,
|
|
326
|
+
Actions_CircleSolidStyledCheck as CircleSolidStyledCheck,
|
|
164
327
|
};
|
|
165
328
|
}
|
|
166
329
|
|
|
@@ -169,31 +332,78 @@ declare const FitPredictor$1: ({ height, width, fill }: IconProps) => JSX.Elemen
|
|
|
169
332
|
interface LoadingProps extends IconProps {
|
|
170
333
|
backgroundColor: string;
|
|
171
334
|
}
|
|
172
|
-
declare const Loading: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
|
|
335
|
+
declare const Loading$1: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
|
|
173
336
|
|
|
174
337
|
declare const Shapermint: ({ height, width }: IconProps) => JSX.Element;
|
|
175
338
|
|
|
176
339
|
declare const McAfee: ({ height, width }: IconProps) => JSX.Element;
|
|
177
340
|
|
|
341
|
+
declare const GetDiscount: ({ height, width }: IconProps) => JSX.Element;
|
|
342
|
+
|
|
343
|
+
declare const ShapermintLogo: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
344
|
+
|
|
345
|
+
declare const Chat: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
346
|
+
|
|
347
|
+
declare const Email: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
348
|
+
|
|
349
|
+
declare const CallUs: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
350
|
+
|
|
351
|
+
declare const SignForm: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
352
|
+
|
|
353
|
+
declare const QrCode: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
354
|
+
|
|
355
|
+
declare const FreeExchange: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
356
|
+
|
|
357
|
+
declare const ShopNow: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare const HasselFreeReturns: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
360
|
+
|
|
361
|
+
declare const Play: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
362
|
+
|
|
363
|
+
declare const FitGuarantee: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
364
|
+
|
|
178
365
|
type Other_LoadingProps = LoadingProps;
|
|
179
|
-
declare const Other_Loading: typeof Loading;
|
|
180
366
|
declare const Other_Shapermint: typeof Shapermint;
|
|
181
367
|
declare const Other_McAfee: typeof McAfee;
|
|
368
|
+
declare const Other_GetDiscount: typeof GetDiscount;
|
|
369
|
+
declare const Other_ShapermintLogo: typeof ShapermintLogo;
|
|
370
|
+
declare const Other_Chat: typeof Chat;
|
|
371
|
+
declare const Other_Email: typeof Email;
|
|
372
|
+
declare const Other_CallUs: typeof CallUs;
|
|
373
|
+
declare const Other_SignForm: typeof SignForm;
|
|
374
|
+
declare const Other_QrCode: typeof QrCode;
|
|
375
|
+
declare const Other_FreeExchange: typeof FreeExchange;
|
|
376
|
+
declare const Other_ShopNow: typeof ShopNow;
|
|
377
|
+
declare const Other_HasselFreeReturns: typeof HasselFreeReturns;
|
|
378
|
+
declare const Other_Play: typeof Play;
|
|
379
|
+
declare const Other_FitGuarantee: typeof FitGuarantee;
|
|
182
380
|
declare namespace Other {
|
|
183
381
|
export {
|
|
184
382
|
FitPredictor$1 as FitPredictor,
|
|
185
383
|
Other_LoadingProps as LoadingProps,
|
|
186
|
-
|
|
384
|
+
Loading$1 as Loading,
|
|
187
385
|
Other_Shapermint as Shapermint,
|
|
188
386
|
Other_McAfee as McAfee,
|
|
387
|
+
Other_GetDiscount as GetDiscount,
|
|
388
|
+
Other_ShapermintLogo as ShapermintLogo,
|
|
389
|
+
Other_Chat as Chat,
|
|
390
|
+
Other_Email as Email,
|
|
391
|
+
Other_CallUs as CallUs,
|
|
392
|
+
Other_SignForm as SignForm,
|
|
393
|
+
Other_QrCode as QrCode,
|
|
394
|
+
Other_FreeExchange as FreeExchange,
|
|
395
|
+
Other_ShopNow as ShopNow,
|
|
396
|
+
Other_HasselFreeReturns as HasselFreeReturns,
|
|
397
|
+
Other_Play as Play,
|
|
398
|
+
Other_FitGuarantee as FitGuarantee,
|
|
189
399
|
};
|
|
190
400
|
}
|
|
191
401
|
|
|
192
402
|
declare const ChevronDown: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
193
403
|
|
|
194
|
-
declare const ChevronLeft: ({ height, width, fill, opacity }: IconWithOpacityProps) => JSX.Element;
|
|
404
|
+
declare const ChevronLeft: ({ height, width, fill, opacity, testId }: IconWithOpacityProps) => JSX.Element;
|
|
195
405
|
|
|
196
|
-
declare const ChevronRight: ({ height, width, fill, opacity }: IconWithOpacityProps) => JSX.Element;
|
|
406
|
+
declare const ChevronRight: ({ height, width, fill, opacity, testId }: IconWithOpacityProps) => JSX.Element;
|
|
197
407
|
|
|
198
408
|
declare const ChevronRightVariant: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
199
409
|
|
|
@@ -203,6 +413,28 @@ declare const ChevronUpSolid: ({ height, width, fill }: IconProps) => JSX.Elemen
|
|
|
203
413
|
|
|
204
414
|
declare const CircleUp: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
205
415
|
|
|
416
|
+
declare const CircleChevronLeft: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
417
|
+
|
|
418
|
+
declare const CircleChevronRight: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
419
|
+
|
|
420
|
+
declare const CircleChevronDown: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
421
|
+
|
|
422
|
+
declare const CircleChevronUp: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare const ChevronDownVariant: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
425
|
+
|
|
426
|
+
declare const ChevronUpVariant: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
427
|
+
|
|
428
|
+
declare const ChevronLeftVariant: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare const CircleLineUp: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
431
|
+
|
|
432
|
+
declare const CircleLineDown: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
433
|
+
|
|
434
|
+
declare const CircleLineLeft: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
435
|
+
|
|
436
|
+
declare const CircleLineRight: ({ width, height, fill }: IconProps) => JSX.Element;
|
|
437
|
+
|
|
206
438
|
declare const Arrows_ChevronDown: typeof ChevronDown;
|
|
207
439
|
declare const Arrows_ChevronLeft: typeof ChevronLeft;
|
|
208
440
|
declare const Arrows_ChevronRight: typeof ChevronRight;
|
|
@@ -210,6 +442,17 @@ declare const Arrows_ChevronRightVariant: typeof ChevronRightVariant;
|
|
|
210
442
|
declare const Arrows_ChevronUp: typeof ChevronUp;
|
|
211
443
|
declare const Arrows_ChevronUpSolid: typeof ChevronUpSolid;
|
|
212
444
|
declare const Arrows_CircleUp: typeof CircleUp;
|
|
445
|
+
declare const Arrows_CircleChevronLeft: typeof CircleChevronLeft;
|
|
446
|
+
declare const Arrows_CircleChevronRight: typeof CircleChevronRight;
|
|
447
|
+
declare const Arrows_CircleChevronDown: typeof CircleChevronDown;
|
|
448
|
+
declare const Arrows_CircleChevronUp: typeof CircleChevronUp;
|
|
449
|
+
declare const Arrows_ChevronDownVariant: typeof ChevronDownVariant;
|
|
450
|
+
declare const Arrows_ChevronUpVariant: typeof ChevronUpVariant;
|
|
451
|
+
declare const Arrows_ChevronLeftVariant: typeof ChevronLeftVariant;
|
|
452
|
+
declare const Arrows_CircleLineUp: typeof CircleLineUp;
|
|
453
|
+
declare const Arrows_CircleLineDown: typeof CircleLineDown;
|
|
454
|
+
declare const Arrows_CircleLineLeft: typeof CircleLineLeft;
|
|
455
|
+
declare const Arrows_CircleLineRight: typeof CircleLineRight;
|
|
213
456
|
declare namespace Arrows {
|
|
214
457
|
export {
|
|
215
458
|
Arrows_ChevronDown as ChevronDown,
|
|
@@ -219,6 +462,17 @@ declare namespace Arrows {
|
|
|
219
462
|
Arrows_ChevronUp as ChevronUp,
|
|
220
463
|
Arrows_ChevronUpSolid as ChevronUpSolid,
|
|
221
464
|
Arrows_CircleUp as CircleUp,
|
|
465
|
+
Arrows_CircleChevronLeft as CircleChevronLeft,
|
|
466
|
+
Arrows_CircleChevronRight as CircleChevronRight,
|
|
467
|
+
Arrows_CircleChevronDown as CircleChevronDown,
|
|
468
|
+
Arrows_CircleChevronUp as CircleChevronUp,
|
|
469
|
+
Arrows_ChevronDownVariant as ChevronDownVariant,
|
|
470
|
+
Arrows_ChevronUpVariant as ChevronUpVariant,
|
|
471
|
+
Arrows_ChevronLeftVariant as ChevronLeftVariant,
|
|
472
|
+
Arrows_CircleLineUp as CircleLineUp,
|
|
473
|
+
Arrows_CircleLineDown as CircleLineDown,
|
|
474
|
+
Arrows_CircleLineLeft as CircleLineLeft,
|
|
475
|
+
Arrows_CircleLineRight as CircleLineRight,
|
|
222
476
|
};
|
|
223
477
|
}
|
|
224
478
|
|
|
@@ -242,6 +496,18 @@ declare const Stopwatch: ({ height, width, fill, title }: IconProps) => JSX.Elem
|
|
|
242
496
|
|
|
243
497
|
declare const Shipping: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
244
498
|
|
|
499
|
+
declare const LightBulb$1: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
500
|
+
|
|
501
|
+
declare const ErrorCross: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
502
|
+
|
|
503
|
+
declare const CircleNumber: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
504
|
+
|
|
505
|
+
declare const SizeEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
506
|
+
|
|
507
|
+
declare const PlayMini: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
508
|
+
|
|
509
|
+
declare const ShippingEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
510
|
+
|
|
245
511
|
declare const PDP_Clock: typeof Clock;
|
|
246
512
|
declare const PDP_FlagUSA: typeof FlagUSA;
|
|
247
513
|
declare const PDP_Minus: typeof Minus;
|
|
@@ -252,6 +518,11 @@ declare const PDP_StarEmpty: typeof StarEmpty;
|
|
|
252
518
|
declare const PDP_StarHalf: typeof StarHalf;
|
|
253
519
|
declare const PDP_Stopwatch: typeof Stopwatch;
|
|
254
520
|
declare const PDP_Shipping: typeof Shipping;
|
|
521
|
+
declare const PDP_ErrorCross: typeof ErrorCross;
|
|
522
|
+
declare const PDP_CircleNumber: typeof CircleNumber;
|
|
523
|
+
declare const PDP_SizeEmpty: typeof SizeEmpty;
|
|
524
|
+
declare const PDP_PlayMini: typeof PlayMini;
|
|
525
|
+
declare const PDP_ShippingEmpty: typeof ShippingEmpty;
|
|
255
526
|
declare namespace PDP {
|
|
256
527
|
export {
|
|
257
528
|
PDP_Clock as Clock,
|
|
@@ -264,6 +535,12 @@ declare namespace PDP {
|
|
|
264
535
|
PDP_StarHalf as StarHalf,
|
|
265
536
|
PDP_Stopwatch as Stopwatch,
|
|
266
537
|
PDP_Shipping as Shipping,
|
|
538
|
+
LightBulb$1 as LightBulb,
|
|
539
|
+
PDP_ErrorCross as ErrorCross,
|
|
540
|
+
PDP_CircleNumber as CircleNumber,
|
|
541
|
+
PDP_SizeEmpty as SizeEmpty,
|
|
542
|
+
PDP_PlayMini as PlayMini,
|
|
543
|
+
PDP_ShippingEmpty as ShippingEmpty,
|
|
267
544
|
};
|
|
268
545
|
}
|
|
269
546
|
|
|
@@ -281,6 +558,8 @@ declare const Twitter: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
281
558
|
|
|
282
559
|
declare const Youtube: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
283
560
|
|
|
561
|
+
declare const Interaction: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
562
|
+
|
|
284
563
|
declare const SocialMedia_Facebook: typeof Facebook;
|
|
285
564
|
declare const SocialMedia_FacebookSolid: typeof FacebookSolid;
|
|
286
565
|
declare const SocialMedia_Instagram: typeof Instagram;
|
|
@@ -288,6 +567,7 @@ declare const SocialMedia_InstagramSolid: typeof InstagramSolid;
|
|
|
288
567
|
declare const SocialMedia_Pinterest: typeof Pinterest;
|
|
289
568
|
declare const SocialMedia_Twitter: typeof Twitter;
|
|
290
569
|
declare const SocialMedia_Youtube: typeof Youtube;
|
|
570
|
+
declare const SocialMedia_Interaction: typeof Interaction;
|
|
291
571
|
declare namespace SocialMedia {
|
|
292
572
|
export {
|
|
293
573
|
SocialMedia_Facebook as Facebook,
|
|
@@ -297,14 +577,15 @@ declare namespace SocialMedia {
|
|
|
297
577
|
SocialMedia_Pinterest as Pinterest,
|
|
298
578
|
SocialMedia_Twitter as Twitter,
|
|
299
579
|
SocialMedia_Youtube as Youtube,
|
|
580
|
+
SocialMedia_Interaction as Interaction,
|
|
300
581
|
};
|
|
301
582
|
}
|
|
302
583
|
|
|
303
|
-
declare const Search: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
584
|
+
declare const Search: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
304
585
|
|
|
305
586
|
declare const User: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
306
587
|
|
|
307
|
-
declare const ShoppingBag: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
588
|
+
declare const ShoppingBag: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
308
589
|
|
|
309
590
|
declare const ShoppingCart: FC<IconProps>;
|
|
310
591
|
|
|
@@ -312,12 +593,64 @@ declare const MapMarker: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
|
312
593
|
|
|
313
594
|
declare const Hamburger: FC<IconProps>;
|
|
314
595
|
|
|
596
|
+
declare const AddressInformation: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
597
|
+
|
|
598
|
+
declare const ClubMembership: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
599
|
+
|
|
600
|
+
declare const Benefits: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
601
|
+
|
|
602
|
+
declare const Home: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare const HomeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
605
|
+
|
|
606
|
+
declare const ShoppingBagV2: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
607
|
+
|
|
608
|
+
declare const UserSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
609
|
+
|
|
610
|
+
declare const SlideDot$1: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
611
|
+
|
|
612
|
+
declare const SlideDotSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
613
|
+
|
|
614
|
+
declare const Ellipsis: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
615
|
+
|
|
616
|
+
declare const EllipsisHorizontal: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
617
|
+
|
|
618
|
+
declare const Filters$1: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
619
|
+
|
|
620
|
+
declare const Lock: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
621
|
+
|
|
622
|
+
declare const LockSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
623
|
+
|
|
624
|
+
declare const Loading: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
625
|
+
|
|
626
|
+
declare const MapSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
627
|
+
|
|
628
|
+
declare const UserV2: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
629
|
+
|
|
630
|
+
declare const ShoppingCartV2: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
631
|
+
|
|
315
632
|
declare const Navigation_Search: typeof Search;
|
|
316
633
|
declare const Navigation_User: typeof User;
|
|
317
634
|
declare const Navigation_ShoppingBag: typeof ShoppingBag;
|
|
318
635
|
declare const Navigation_ShoppingCart: typeof ShoppingCart;
|
|
319
636
|
declare const Navigation_MapMarker: typeof MapMarker;
|
|
320
637
|
declare const Navigation_Hamburger: typeof Hamburger;
|
|
638
|
+
declare const Navigation_AddressInformation: typeof AddressInformation;
|
|
639
|
+
declare const Navigation_ClubMembership: typeof ClubMembership;
|
|
640
|
+
declare const Navigation_Benefits: typeof Benefits;
|
|
641
|
+
declare const Navigation_Home: typeof Home;
|
|
642
|
+
declare const Navigation_HomeSolid: typeof HomeSolid;
|
|
643
|
+
declare const Navigation_ShoppingBagV2: typeof ShoppingBagV2;
|
|
644
|
+
declare const Navigation_UserSolid: typeof UserSolid;
|
|
645
|
+
declare const Navigation_SlideDotSolid: typeof SlideDotSolid;
|
|
646
|
+
declare const Navigation_Ellipsis: typeof Ellipsis;
|
|
647
|
+
declare const Navigation_EllipsisHorizontal: typeof EllipsisHorizontal;
|
|
648
|
+
declare const Navigation_Lock: typeof Lock;
|
|
649
|
+
declare const Navigation_LockSolid: typeof LockSolid;
|
|
650
|
+
declare const Navigation_Loading: typeof Loading;
|
|
651
|
+
declare const Navigation_MapSolid: typeof MapSolid;
|
|
652
|
+
declare const Navigation_UserV2: typeof UserV2;
|
|
653
|
+
declare const Navigation_ShoppingCartV2: typeof ShoppingCartV2;
|
|
321
654
|
declare namespace Navigation {
|
|
322
655
|
export {
|
|
323
656
|
Navigation_Search as Search,
|
|
@@ -326,6 +659,24 @@ declare namespace Navigation {
|
|
|
326
659
|
Navigation_ShoppingCart as ShoppingCart,
|
|
327
660
|
Navigation_MapMarker as MapMarker,
|
|
328
661
|
Navigation_Hamburger as Hamburger,
|
|
662
|
+
Navigation_AddressInformation as AddressInformation,
|
|
663
|
+
Navigation_ClubMembership as ClubMembership,
|
|
664
|
+
Navigation_Benefits as Benefits,
|
|
665
|
+
Navigation_Home as Home,
|
|
666
|
+
Navigation_HomeSolid as HomeSolid,
|
|
667
|
+
Navigation_ShoppingBagV2 as ShoppingBagV2,
|
|
668
|
+
Navigation_UserSolid as UserSolid,
|
|
669
|
+
SlideDot$1 as SlideDot,
|
|
670
|
+
Navigation_SlideDotSolid as SlideDotSolid,
|
|
671
|
+
Navigation_Ellipsis as Ellipsis,
|
|
672
|
+
Navigation_EllipsisHorizontal as EllipsisHorizontal,
|
|
673
|
+
Filters$1 as Filters,
|
|
674
|
+
Navigation_Lock as Lock,
|
|
675
|
+
Navigation_LockSolid as LockSolid,
|
|
676
|
+
Navigation_Loading as Loading,
|
|
677
|
+
Navigation_MapSolid as MapSolid,
|
|
678
|
+
Navigation_UserV2 as UserV2,
|
|
679
|
+
Navigation_ShoppingCartV2 as ShoppingCartV2,
|
|
329
680
|
};
|
|
330
681
|
}
|
|
331
682
|
|
|
@@ -342,22 +693,65 @@ interface IconWrapperProps {
|
|
|
342
693
|
viewBoxX: number;
|
|
343
694
|
viewBoxY: number;
|
|
344
695
|
children: React.ReactNode;
|
|
345
|
-
|
|
696
|
+
testId?: string;
|
|
346
697
|
fill?: string;
|
|
347
698
|
}
|
|
348
699
|
|
|
349
|
-
declare const Mail: ({ height, width }: IconWrapperProps) => JSX.Element;
|
|
700
|
+
declare const Mail: ({ height, width, }: Pick<IconWrapperProps, 'width' | 'height'>) => JSX.Element;
|
|
701
|
+
|
|
702
|
+
declare const Community$1: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
703
|
+
|
|
704
|
+
declare const QuoteLeft: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
705
|
+
|
|
706
|
+
declare const QuoteRight: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
707
|
+
|
|
708
|
+
declare const QuoteSolidLeft: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
709
|
+
|
|
710
|
+
declare const QuoteSolidRight: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
711
|
+
|
|
712
|
+
declare const Light: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
713
|
+
|
|
714
|
+
declare const LightBulb: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
715
|
+
|
|
716
|
+
declare const LightBulbSolid: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
717
|
+
|
|
718
|
+
declare const CommentDots: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
719
|
+
|
|
720
|
+
declare const CommentLight: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
721
|
+
|
|
722
|
+
declare const CommentMoney: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
350
723
|
|
|
351
724
|
declare const Messaging_QuestionCircle: typeof QuestionCircle;
|
|
352
725
|
declare const Messaging_Messenger: typeof Messenger;
|
|
353
726
|
declare const Messaging_Comment: typeof Comment;
|
|
354
727
|
declare const Messaging_Mail: typeof Mail;
|
|
728
|
+
declare const Messaging_QuoteLeft: typeof QuoteLeft;
|
|
729
|
+
declare const Messaging_QuoteRight: typeof QuoteRight;
|
|
730
|
+
declare const Messaging_QuoteSolidLeft: typeof QuoteSolidLeft;
|
|
731
|
+
declare const Messaging_QuoteSolidRight: typeof QuoteSolidRight;
|
|
732
|
+
declare const Messaging_Light: typeof Light;
|
|
733
|
+
declare const Messaging_LightBulb: typeof LightBulb;
|
|
734
|
+
declare const Messaging_LightBulbSolid: typeof LightBulbSolid;
|
|
735
|
+
declare const Messaging_CommentDots: typeof CommentDots;
|
|
736
|
+
declare const Messaging_CommentLight: typeof CommentLight;
|
|
737
|
+
declare const Messaging_CommentMoney: typeof CommentMoney;
|
|
355
738
|
declare namespace Messaging {
|
|
356
739
|
export {
|
|
357
740
|
Messaging_QuestionCircle as QuestionCircle,
|
|
358
741
|
Messaging_Messenger as Messenger,
|
|
359
742
|
Messaging_Comment as Comment,
|
|
360
743
|
Messaging_Mail as Mail,
|
|
744
|
+
Community$1 as Community,
|
|
745
|
+
Messaging_QuoteLeft as QuoteLeft,
|
|
746
|
+
Messaging_QuoteRight as QuoteRight,
|
|
747
|
+
Messaging_QuoteSolidLeft as QuoteSolidLeft,
|
|
748
|
+
Messaging_QuoteSolidRight as QuoteSolidRight,
|
|
749
|
+
Messaging_Light as Light,
|
|
750
|
+
Messaging_LightBulb as LightBulb,
|
|
751
|
+
Messaging_LightBulbSolid as LightBulbSolid,
|
|
752
|
+
Messaging_CommentDots as CommentDots,
|
|
753
|
+
Messaging_CommentLight as CommentLight,
|
|
754
|
+
Messaging_CommentMoney as CommentMoney,
|
|
361
755
|
};
|
|
362
756
|
}
|
|
363
757
|
|
|
@@ -418,14 +812,79 @@ declare namespace SlideDots {
|
|
|
418
812
|
|
|
419
813
|
declare const Thinking: ({ height, width }: IconProps$1) => JSX.Element;
|
|
420
814
|
|
|
815
|
+
declare const SmilingV2: ({ height, width }: IconProps$1) => JSX.Element;
|
|
816
|
+
|
|
817
|
+
declare const Grinning: ({ height, width }: IconProps$1) => JSX.Element;
|
|
818
|
+
|
|
819
|
+
declare const GrinningWithSweat: ({ height, width }: IconProps$1) => JSX.Element;
|
|
820
|
+
|
|
821
|
+
declare const BlowingKiss: ({ height, width }: IconProps$1) => JSX.Element;
|
|
822
|
+
|
|
823
|
+
declare const Frowning: ({ height, width }: IconProps$1) => JSX.Element;
|
|
824
|
+
|
|
825
|
+
declare const Relieved: ({ height, width }: IconProps$1) => JSX.Element;
|
|
826
|
+
|
|
421
827
|
declare const Emoji_Thinking: typeof Thinking;
|
|
828
|
+
declare const Emoji_SmilingV2: typeof SmilingV2;
|
|
829
|
+
declare const Emoji_Grinning: typeof Grinning;
|
|
830
|
+
declare const Emoji_GrinningWithSweat: typeof GrinningWithSweat;
|
|
831
|
+
declare const Emoji_BlowingKiss: typeof BlowingKiss;
|
|
832
|
+
declare const Emoji_Frowning: typeof Frowning;
|
|
833
|
+
declare const Emoji_Relieved: typeof Relieved;
|
|
422
834
|
declare namespace Emoji {
|
|
423
835
|
export {
|
|
424
836
|
Emoji_Thinking as Thinking,
|
|
837
|
+
Emoji_SmilingV2 as SmilingV2,
|
|
838
|
+
Emoji_Grinning as Grinning,
|
|
839
|
+
Emoji_GrinningWithSweat as GrinningWithSweat,
|
|
840
|
+
Emoji_BlowingKiss as BlowingKiss,
|
|
841
|
+
Emoji_Frowning as Frowning,
|
|
842
|
+
Emoji_Relieved as Relieved,
|
|
843
|
+
};
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
declare const FreeShipping: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
847
|
+
|
|
848
|
+
declare const PersonalStylist: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
849
|
+
|
|
850
|
+
declare const Community: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
851
|
+
|
|
852
|
+
declare const VIP: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
853
|
+
|
|
854
|
+
declare const DealsOffers: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
855
|
+
|
|
856
|
+
declare const StyleFashionContent: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
857
|
+
|
|
858
|
+
declare const MembersOnlyDiscount: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
859
|
+
|
|
860
|
+
declare const Profile: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
861
|
+
|
|
862
|
+
declare const MembersOnlyDiscountOpposite: ({ height, width, fill }: IconProps) => JSX.Element;
|
|
863
|
+
|
|
864
|
+
declare const MyAccount_FreeShipping: typeof FreeShipping;
|
|
865
|
+
declare const MyAccount_PersonalStylist: typeof PersonalStylist;
|
|
866
|
+
declare const MyAccount_Community: typeof Community;
|
|
867
|
+
declare const MyAccount_VIP: typeof VIP;
|
|
868
|
+
declare const MyAccount_DealsOffers: typeof DealsOffers;
|
|
869
|
+
declare const MyAccount_StyleFashionContent: typeof StyleFashionContent;
|
|
870
|
+
declare const MyAccount_MembersOnlyDiscount: typeof MembersOnlyDiscount;
|
|
871
|
+
declare const MyAccount_Profile: typeof Profile;
|
|
872
|
+
declare const MyAccount_MembersOnlyDiscountOpposite: typeof MembersOnlyDiscountOpposite;
|
|
873
|
+
declare namespace MyAccount {
|
|
874
|
+
export {
|
|
875
|
+
MyAccount_FreeShipping as FreeShipping,
|
|
876
|
+
MyAccount_PersonalStylist as PersonalStylist,
|
|
877
|
+
MyAccount_Community as Community,
|
|
878
|
+
MyAccount_VIP as VIP,
|
|
879
|
+
MyAccount_DealsOffers as DealsOffers,
|
|
880
|
+
MyAccount_StyleFashionContent as StyleFashionContent,
|
|
881
|
+
MyAccount_MembersOnlyDiscount as MembersOnlyDiscount,
|
|
882
|
+
MyAccount_Profile as Profile,
|
|
883
|
+
MyAccount_MembersOnlyDiscountOpposite as MembersOnlyDiscountOpposite,
|
|
425
884
|
};
|
|
426
885
|
}
|
|
427
886
|
|
|
428
|
-
declare type IconType = ({ height, width, fill }: IconProps) => JSX.Element;
|
|
887
|
+
declare type IconType = ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
429
888
|
declare const Icon: {
|
|
430
889
|
Custom: typeof Custom;
|
|
431
890
|
Arrows: typeof Arrows;
|
|
@@ -439,6 +898,7 @@ declare const Icon: {
|
|
|
439
898
|
Payment: typeof Payment;
|
|
440
899
|
SlideDots: typeof SlideDots;
|
|
441
900
|
Emoji: typeof Emoji;
|
|
901
|
+
MyAccount: typeof MyAccount;
|
|
442
902
|
};
|
|
443
903
|
|
|
444
904
|
interface CardBodyProps {
|
|
@@ -495,6 +955,21 @@ declare type UncontrolledProps<T> = {
|
|
|
495
955
|
declare type SimpleDropdownProps<T> = UncontrolledProps<T> | ControlledProps<T>;
|
|
496
956
|
declare function SimpleDropdown<T>({ options, disabled, initialValue, placeHolder, label, wide, sort, onChange, value, testId, }: SimpleDropdownProps<T>): JSX.Element;
|
|
497
957
|
|
|
958
|
+
interface DialogPositionProps {
|
|
959
|
+
top: string;
|
|
960
|
+
right: string;
|
|
961
|
+
}
|
|
962
|
+
interface DialogDropdownProps {
|
|
963
|
+
options: {
|
|
964
|
+
label: string;
|
|
965
|
+
value: string;
|
|
966
|
+
}[];
|
|
967
|
+
position: DialogPositionProps;
|
|
968
|
+
style?: React.CSSProperties;
|
|
969
|
+
className?: string;
|
|
970
|
+
}
|
|
971
|
+
declare const DropdownDialog: ({ options, position: { top, right }, style, className, }: DialogDropdownProps) => JSX.Element;
|
|
972
|
+
|
|
498
973
|
interface SizeSelectorProps {
|
|
499
974
|
label: string;
|
|
500
975
|
sizes: SizeOption[];
|
|
@@ -522,6 +997,7 @@ interface BaseButtonProps {
|
|
|
522
997
|
onClick: () => void;
|
|
523
998
|
className?: string;
|
|
524
999
|
inline?: boolean;
|
|
1000
|
+
uppercase?: boolean;
|
|
525
1001
|
testId?: string;
|
|
526
1002
|
}
|
|
527
1003
|
|
|
@@ -532,8 +1008,9 @@ interface TextButtonProps$1 extends BaseProps {
|
|
|
532
1008
|
TrailingIcon?: IconType;
|
|
533
1009
|
iconColor?: string;
|
|
534
1010
|
size?: ComponentSize;
|
|
1011
|
+
uppercase?: boolean;
|
|
535
1012
|
}
|
|
536
|
-
declare const TextButton: ({ text, LeadingIcon, TrailingIcon, iconColor, disabled, type, size, onClick, }: TextButtonProps$1) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1013
|
+
declare const TextButton: ({ text, LeadingIcon, TrailingIcon, iconColor, disabled, type, size, uppercase, onClick, }: TextButtonProps$1) => _emotion_react_jsx_runtime.JSX.Element;
|
|
537
1014
|
|
|
538
1015
|
interface DiscountTagProps {
|
|
539
1016
|
discount: number;
|
|
@@ -543,8 +1020,9 @@ interface DiscountTagProps {
|
|
|
543
1020
|
borderColor?: string;
|
|
544
1021
|
textColor?: string;
|
|
545
1022
|
size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
|
|
1023
|
+
style?: React.CSSProperties;
|
|
546
1024
|
}
|
|
547
|
-
declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, }: DiscountTagProps) => JSX.Element;
|
|
1025
|
+
declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, style, }: DiscountTagProps) => JSX.Element;
|
|
548
1026
|
|
|
549
1027
|
interface PriceLabelProps {
|
|
550
1028
|
finalPrice: string | number;
|
|
@@ -552,8 +1030,15 @@ interface PriceLabelProps {
|
|
|
552
1030
|
color?: string;
|
|
553
1031
|
size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
|
|
554
1032
|
discount?: DiscountTagProps;
|
|
1033
|
+
finalPriceStyled?: boolean;
|
|
1034
|
+
finalPriceStyle?: React.CSSProperties;
|
|
1035
|
+
originalPriceStyled?: boolean;
|
|
1036
|
+
originalPriceUnderlined?: boolean;
|
|
1037
|
+
testId?: string;
|
|
555
1038
|
}
|
|
556
|
-
declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, size, }: PriceLabelProps) => JSX.Element;
|
|
1039
|
+
declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, testId, finalPriceStyled, finalPriceStyle, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
|
|
1040
|
+
|
|
1041
|
+
declare const PriceLabelV2: ({ finalPrice, originalPrice, discount, color, testId, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
|
|
557
1042
|
|
|
558
1043
|
interface ColorPickerProps {
|
|
559
1044
|
options: ColorPickerOption[];
|
|
@@ -575,12 +1060,15 @@ declare const MultiColorPicker: ({ options, label, selectedValue, onChange, }: M
|
|
|
575
1060
|
interface ProductGalleryProps {
|
|
576
1061
|
images: ImageType[];
|
|
577
1062
|
selectedValue?: ImageType;
|
|
578
|
-
|
|
579
|
-
|
|
1063
|
+
topTag?: JSX.Element;
|
|
1064
|
+
bottomTag?: JSX.Element;
|
|
580
1065
|
productImageDataTestId?: string;
|
|
581
1066
|
previewListDataTestId?: string;
|
|
1067
|
+
thumbnailPosition?: 'vertical' | 'horizontal';
|
|
1068
|
+
borderRadiusVariant?: boolean;
|
|
1069
|
+
previewImgBorderColor?: string;
|
|
582
1070
|
}
|
|
583
|
-
declare const ProductGallery: ({ images, selectedValue,
|
|
1071
|
+
declare const ProductGallery: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, previewListDataTestId, thumbnailPosition, borderRadiusVariant, previewImgBorderColor, }: ProductGalleryProps) => JSX.Element;
|
|
584
1072
|
|
|
585
1073
|
interface RatingProps {
|
|
586
1074
|
rating: number;
|
|
@@ -588,8 +1076,10 @@ interface RatingProps {
|
|
|
588
1076
|
reviews: number;
|
|
589
1077
|
reviewsText: string;
|
|
590
1078
|
wrapWithParenthesis?: boolean;
|
|
1079
|
+
underline?: boolean;
|
|
1080
|
+
reviewsContainerId?: string;
|
|
591
1081
|
}
|
|
592
|
-
declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, }: RatingProps) => JSX.Element;
|
|
1082
|
+
declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, underline, reviewsContainerId, }: RatingProps) => JSX.Element;
|
|
593
1083
|
|
|
594
1084
|
interface FitPredictorProps {
|
|
595
1085
|
onClick: () => void;
|
|
@@ -627,20 +1117,26 @@ declare const Tooltip: ({ children, position, text, align, onClick, header, }: T
|
|
|
627
1117
|
|
|
628
1118
|
interface AccordionProps {
|
|
629
1119
|
defaultOpen?: boolean;
|
|
1120
|
+
forceOpenHandler?: boolean;
|
|
1121
|
+
forceOpenValue?: boolean;
|
|
1122
|
+
titleColor?: string;
|
|
630
1123
|
variant: 'simple' | 'box';
|
|
631
1124
|
header: ReactNode;
|
|
1125
|
+
headerOnOpen?: ReactNode;
|
|
632
1126
|
content: ReactNode;
|
|
633
1127
|
disabled?: boolean;
|
|
634
1128
|
openIcon: IconType;
|
|
635
1129
|
closeIcon: IconType;
|
|
1130
|
+
onClick?: (index: number) => void;
|
|
636
1131
|
}
|
|
637
|
-
declare const Accordion: ({ header, content, defaultOpen, variant, disabled, openIcon, closeIcon, }: AccordionProps) => JSX.Element;
|
|
1132
|
+
declare const Accordion: ({ header, headerOnOpen, content, defaultOpen, forceOpenHandler, forceOpenValue, titleColor, variant, disabled, openIcon, closeIcon, onClick, }: AccordionProps) => JSX.Element;
|
|
638
1133
|
|
|
639
1134
|
declare const ThemeProvider: FC<{
|
|
640
1135
|
theme: Theme;
|
|
641
1136
|
children: ReactNode;
|
|
642
1137
|
}>;
|
|
643
1138
|
declare const useTheme: () => Theme;
|
|
1139
|
+
|
|
644
1140
|
declare const ThemeVariables: FC<{
|
|
645
1141
|
theme: Theme;
|
|
646
1142
|
Container?: ElementType;
|
|
@@ -787,6 +1283,12 @@ declare type ThemeComponent = {
|
|
|
787
1283
|
lineHeight: string;
|
|
788
1284
|
border: string;
|
|
789
1285
|
boxShadow: string;
|
|
1286
|
+
errorBorder: string;
|
|
1287
|
+
};
|
|
1288
|
+
inputPlaceholder: {
|
|
1289
|
+
fontSize: string;
|
|
1290
|
+
padding: string;
|
|
1291
|
+
focusBorder: string;
|
|
790
1292
|
};
|
|
791
1293
|
inputCustom: {
|
|
792
1294
|
button: {
|
|
@@ -1066,11 +1568,12 @@ interface CheckboxProps {
|
|
|
1066
1568
|
size?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
|
|
1067
1569
|
text: string;
|
|
1068
1570
|
checked?: boolean;
|
|
1571
|
+
blockUncheck?: boolean;
|
|
1069
1572
|
id: string;
|
|
1070
1573
|
backgroundColor?: string;
|
|
1071
1574
|
variant: 'primary' | 'secondary';
|
|
1072
1575
|
}
|
|
1073
|
-
declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, }: CheckboxProps) => JSX.Element;
|
|
1576
|
+
declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, blockUncheck, }: CheckboxProps) => JSX.Element;
|
|
1074
1577
|
|
|
1075
1578
|
interface RadioGroupInputProps {
|
|
1076
1579
|
name: string;
|
|
@@ -1103,10 +1606,11 @@ interface MinimalisticProps {
|
|
|
1103
1606
|
discount: number;
|
|
1104
1607
|
offText: string;
|
|
1105
1608
|
widthAuto?: boolean;
|
|
1609
|
+
testId?: string;
|
|
1106
1610
|
}
|
|
1107
1611
|
|
|
1108
1612
|
declare const Bundle: {
|
|
1109
|
-
Minimalistic: ({ backgroundColor, borderColor, originalPrice, price, savingPrice, getMorePayLessText, youAreSavingText, getQtyForText, discount, offText, widthAuto, }: MinimalisticProps) => JSX.Element;
|
|
1613
|
+
Minimalistic: ({ backgroundColor, borderColor, originalPrice, price, savingPrice, getMorePayLessText, youAreSavingText, getQtyForText, discount, offText, widthAuto, testId, }: MinimalisticProps) => JSX.Element;
|
|
1110
1614
|
Simple: ({ title, freeShippingText, price, anyQtyForText, backgroundColor, widthAuto, }: SimpleProps) => JSX.Element;
|
|
1111
1615
|
};
|
|
1112
1616
|
|
|
@@ -1114,16 +1618,18 @@ interface CategoryTagProps {
|
|
|
1114
1618
|
text: string;
|
|
1115
1619
|
size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
|
|
1116
1620
|
className?: string;
|
|
1621
|
+
styledBorder?: boolean;
|
|
1117
1622
|
}
|
|
1118
|
-
declare const CategoryTag: ({ text, size, className }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1623
|
+
declare const CategoryTag: ({ text, size, className, styledBorder }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1119
1624
|
|
|
1120
1625
|
interface SeasonOfferTagProps {
|
|
1121
1626
|
text: string;
|
|
1122
1627
|
backgroundColor?: string;
|
|
1123
1628
|
size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
|
|
1124
1629
|
className?: string;
|
|
1630
|
+
styledBorder?: boolean;
|
|
1125
1631
|
}
|
|
1126
|
-
declare const SeasonOfferTag: ({ text, backgroundColor, size, className, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1632
|
+
declare const SeasonOfferTag: ({ text, backgroundColor, size, className, styledBorder, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1127
1633
|
|
|
1128
1634
|
interface TimeProps {
|
|
1129
1635
|
hours: number;
|
|
@@ -1136,7 +1642,14 @@ interface TimerProps extends TimeProps {
|
|
|
1136
1642
|
}
|
|
1137
1643
|
declare const Timer: ({ onTimeUp, displayZeroValues, ...rest }: TimerProps) => JSX.Element;
|
|
1138
1644
|
|
|
1139
|
-
interface
|
|
1645
|
+
interface BaseInputCommonProps {
|
|
1646
|
+
id?: string;
|
|
1647
|
+
value?: string;
|
|
1648
|
+
innerRef?: React.Ref<HTMLInputElement>;
|
|
1649
|
+
onBlur?: () => void;
|
|
1650
|
+
onFocus?: () => void;
|
|
1651
|
+
onChange?: (value: string, event: any) => void;
|
|
1652
|
+
hideClear?: boolean;
|
|
1140
1653
|
defaultValue?: string;
|
|
1141
1654
|
maxLength?: number;
|
|
1142
1655
|
placeholder?: string;
|
|
@@ -1146,16 +1659,13 @@ interface BaseInputCommmonProps {
|
|
|
1146
1659
|
required?: string;
|
|
1147
1660
|
children?: React.ReactNode;
|
|
1148
1661
|
size?: 'regular' | 'small';
|
|
1662
|
+
inlinePlaceholder?: boolean;
|
|
1663
|
+
hasError?: boolean;
|
|
1664
|
+
inputType?: 'text' | 'email' | 'password' | 'url';
|
|
1665
|
+
name?: string;
|
|
1666
|
+
autoFocus?: boolean;
|
|
1149
1667
|
}
|
|
1150
|
-
|
|
1151
|
-
value: string;
|
|
1152
|
-
onChange: (value: string) => void;
|
|
1153
|
-
}
|
|
1154
|
-
interface BaseInputUncontrolled extends BaseInputCommmonProps {
|
|
1155
|
-
value?: never;
|
|
1156
|
-
onChange?: (value: string) => void;
|
|
1157
|
-
}
|
|
1158
|
-
declare type BaseInputProps = BaseInputControlled | BaseInputUncontrolled;
|
|
1668
|
+
declare type BaseInputProps = BaseInputCommonProps;
|
|
1159
1669
|
|
|
1160
1670
|
declare type BasePlusIconProps = BaseInputProps & {
|
|
1161
1671
|
Icon: IconType;
|
|
@@ -1179,6 +1689,7 @@ interface BaseCTAProps {
|
|
|
1179
1689
|
size?: ComponentSize;
|
|
1180
1690
|
text: string;
|
|
1181
1691
|
type?: ButtonType;
|
|
1692
|
+
inline?: boolean;
|
|
1182
1693
|
testId?: string;
|
|
1183
1694
|
}
|
|
1184
1695
|
|
|
@@ -1193,7 +1704,7 @@ declare type CustomProps = BaseInputProps & {
|
|
|
1193
1704
|
};
|
|
1194
1705
|
|
|
1195
1706
|
declare const Input: {
|
|
1196
|
-
Simple: ({ value, onChange,
|
|
1707
|
+
Simple: ({ value, onChange, label, children, required, onValidation, size, placeholder, inlinePlaceholder, hasError, inputType, hideClear, innerRef, ...rest }: BaseInputCommonProps) => JSX.Element;
|
|
1197
1708
|
Custom: ({ onClick, text, variant, ...rest }: CustomProps) => JSX.Element;
|
|
1198
1709
|
SimplePlusButton: ({ onClick, onClickEdit, text, success, editText, successText, ...rest }: BasePlusButtonProps) => JSX.Element;
|
|
1199
1710
|
SimplePlusIcon: ({ Icon, ...rest }: BasePlusIconProps) => JSX.Element;
|
|
@@ -1276,13 +1787,15 @@ declare const DeliveryDetails: ({ deliveryDetailsText, arrivingBy, shippingTo, i
|
|
|
1276
1787
|
interface ScrollToTopProps {
|
|
1277
1788
|
scrollToTopText: string;
|
|
1278
1789
|
onClick: () => void;
|
|
1790
|
+
fill?: string;
|
|
1279
1791
|
}
|
|
1280
|
-
declare const ScrollToTop: ({ scrollToTopText, onClick }: ScrollToTopProps) => JSX.Element;
|
|
1792
|
+
declare const ScrollToTop: ({ scrollToTopText, onClick, fill }: ScrollToTopProps) => JSX.Element;
|
|
1281
1793
|
|
|
1282
1794
|
interface OrderBarProps {
|
|
1283
1795
|
message: string;
|
|
1796
|
+
color?: string;
|
|
1284
1797
|
}
|
|
1285
|
-
declare const OrderBar: ({ message }: OrderBarProps) => JSX.Element;
|
|
1798
|
+
declare const OrderBar: ({ message, color }: OrderBarProps) => JSX.Element;
|
|
1286
1799
|
|
|
1287
1800
|
interface TableProps {
|
|
1288
1801
|
headers: string[];
|
|
@@ -1306,8 +1819,9 @@ interface ProductOrderItemProps {
|
|
|
1306
1819
|
text: string;
|
|
1307
1820
|
backgroundColor: string;
|
|
1308
1821
|
};
|
|
1822
|
+
finalPriceStyle?: React.CSSProperties;
|
|
1309
1823
|
}
|
|
1310
|
-
declare const SimpleOrderItem: ({ title, subtitle, image, price, tag, quantity, }: ProductOrderItemProps) => JSX.Element;
|
|
1824
|
+
declare const SimpleOrderItem: ({ title, subtitle, image, price, tag, quantity, finalPriceStyle, }: ProductOrderItemProps) => JSX.Element;
|
|
1311
1825
|
|
|
1312
1826
|
interface ReviewProps {
|
|
1313
1827
|
reviewerName: string;
|
|
@@ -1327,19 +1841,22 @@ interface ReviewProps {
|
|
|
1327
1841
|
declare const Review: ({ reviewerName, date, rating, stars, title, description, image }: ReviewProps) => JSX.Element;
|
|
1328
1842
|
|
|
1329
1843
|
interface SliderNavigationProps {
|
|
1330
|
-
children: JSX.Element[]
|
|
1844
|
+
children: JSX.Element | JSX.Element[] | StyledComponent<any>;
|
|
1331
1845
|
infinite: boolean;
|
|
1332
1846
|
adaptiveHeight: boolean;
|
|
1333
|
-
dotsSize
|
|
1334
|
-
dotListMarginTop
|
|
1847
|
+
dotsSize?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
|
|
1848
|
+
dotListMarginTop?: number;
|
|
1335
1849
|
initialSlide?: number;
|
|
1336
1850
|
arrows?: {
|
|
1337
1851
|
arrowWidth: number;
|
|
1338
1852
|
arrowHeight: number;
|
|
1339
1853
|
arrowPadding: number;
|
|
1340
1854
|
};
|
|
1855
|
+
dots?: boolean;
|
|
1856
|
+
slidesToShow?: number;
|
|
1857
|
+
speed?: number;
|
|
1341
1858
|
}
|
|
1342
|
-
declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1859
|
+
declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, dots, slidesToShow, speed, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1343
1860
|
|
|
1344
1861
|
interface DropdownListIconsProps {
|
|
1345
1862
|
items: DropdownListIconsItem[];
|
|
@@ -1393,8 +1910,8 @@ interface ProductItemProps {
|
|
|
1393
1910
|
price: Pick<PriceLabelProps, 'finalPrice' | 'originalPrice' | 'color'>;
|
|
1394
1911
|
rating: Pick<RatingProps, 'rating' | 'reviews'>;
|
|
1395
1912
|
tags?: {
|
|
1396
|
-
categoryTagText
|
|
1397
|
-
seasonOfferTagText
|
|
1913
|
+
categoryTagText?: string;
|
|
1914
|
+
seasonOfferTagText?: string;
|
|
1398
1915
|
};
|
|
1399
1916
|
alignName?: 'left' | 'center';
|
|
1400
1917
|
url?: string;
|
|
@@ -1403,6 +1920,12 @@ interface ProductItemProps {
|
|
|
1403
1920
|
|
|
1404
1921
|
interface ProductItemSmallMobileProps extends ProductItemProps {
|
|
1405
1922
|
size: ComponentSize.Medium | ComponentSize.Small | ComponentSize.Large;
|
|
1923
|
+
imageHover?: ImageProps;
|
|
1924
|
+
topTag?: JSX.Element;
|
|
1925
|
+
bottomTag?: JSX.Element;
|
|
1926
|
+
onClick?: () => void;
|
|
1927
|
+
priceDisplayType?: 'default' | 'styled';
|
|
1928
|
+
priceAtBottom?: boolean;
|
|
1406
1929
|
}
|
|
1407
1930
|
|
|
1408
1931
|
declare function withProductGrid<P extends ProductItemProps>(ProductItemComponent: React.FC<P>, data: ProductItemProps[]): {
|
|
@@ -1411,7 +1934,7 @@ declare function withProductGrid<P extends ProductItemProps>(ProductItemComponen
|
|
|
1411
1934
|
};
|
|
1412
1935
|
|
|
1413
1936
|
declare const Collection: {
|
|
1414
|
-
ProductItemMobile: ({ title, image, price, rating, size,
|
|
1937
|
+
ProductItemMobile: ({ title, image, imageHover, price, rating, size, alignName, url, className, topTag, bottomTag, onClick, priceDisplayType, priceAtBottom, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
1415
1938
|
withProductGrid: typeof withProductGrid;
|
|
1416
1939
|
};
|
|
1417
1940
|
|
|
@@ -1475,7 +1998,9 @@ interface PaginationProps {
|
|
|
1475
1998
|
}
|
|
1476
1999
|
declare const Pagination: ({ from, to, currentPage, onChange, underlineActive, boldActive, disabled, }: PaginationProps) => JSX.Element;
|
|
1477
2000
|
|
|
1478
|
-
declare const
|
|
2001
|
+
declare const PaginatorBlog: ({ from, to, currentPage, onChange, }: Pick<PaginationProps, 'from' | 'to' | 'onChange' | 'currentPage'>) => JSX.Element;
|
|
2002
|
+
|
|
2003
|
+
declare const Text: ({ variant, children, testId, ...allProps }: TextProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
1479
2004
|
declare type TextHeroProps = {
|
|
1480
2005
|
variant: 'hero1' | 'hero2' | 'hero3';
|
|
1481
2006
|
weight?: 'heavy' | 'bold' | 'demi';
|
|
@@ -1485,6 +2010,7 @@ declare type TextHeroProps = {
|
|
|
1485
2010
|
wide?: never;
|
|
1486
2011
|
original?: never;
|
|
1487
2012
|
allCaps?: never;
|
|
2013
|
+
href: never;
|
|
1488
2014
|
};
|
|
1489
2015
|
declare type TextDisplayProps = {
|
|
1490
2016
|
variant: 'display1' | 'display2';
|
|
@@ -1495,6 +2021,7 @@ declare type TextDisplayProps = {
|
|
|
1495
2021
|
wide?: never;
|
|
1496
2022
|
original?: never;
|
|
1497
2023
|
allCaps?: never;
|
|
2024
|
+
href: never;
|
|
1498
2025
|
};
|
|
1499
2026
|
declare type TextHeadingProps = {
|
|
1500
2027
|
variant: 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6';
|
|
@@ -1505,6 +2032,7 @@ declare type TextHeadingProps = {
|
|
|
1505
2032
|
wide?: never;
|
|
1506
2033
|
original?: never;
|
|
1507
2034
|
allCaps?: never;
|
|
2035
|
+
href?: never;
|
|
1508
2036
|
};
|
|
1509
2037
|
declare type TextBodyProps = {
|
|
1510
2038
|
variant: 'body';
|
|
@@ -1515,6 +2043,7 @@ declare type TextBodyProps = {
|
|
|
1515
2043
|
wide?: never;
|
|
1516
2044
|
original?: never;
|
|
1517
2045
|
allCaps?: never;
|
|
2046
|
+
href?: never;
|
|
1518
2047
|
};
|
|
1519
2048
|
declare type TextButtonProps = {
|
|
1520
2049
|
variant: 'button';
|
|
@@ -1525,6 +2054,7 @@ declare type TextButtonProps = {
|
|
|
1525
2054
|
wide?: boolean;
|
|
1526
2055
|
original?: never;
|
|
1527
2056
|
allCaps?: never;
|
|
2057
|
+
href?: never;
|
|
1528
2058
|
};
|
|
1529
2059
|
declare type TextPricingProps = {
|
|
1530
2060
|
variant: 'pricing';
|
|
@@ -1535,6 +2065,7 @@ declare type TextPricingProps = {
|
|
|
1535
2065
|
wide?: never;
|
|
1536
2066
|
original?: boolean;
|
|
1537
2067
|
allCaps?: never;
|
|
2068
|
+
href?: never;
|
|
1538
2069
|
};
|
|
1539
2070
|
declare type TextLinkProps = {
|
|
1540
2071
|
variant: 'link';
|
|
@@ -1545,7 +2076,8 @@ declare type TextLinkProps = {
|
|
|
1545
2076
|
wide?: never;
|
|
1546
2077
|
original?: never;
|
|
1547
2078
|
allCaps?: never;
|
|
1548
|
-
|
|
2079
|
+
href?: string;
|
|
2080
|
+
};
|
|
1549
2081
|
declare type TextLabelProps = {
|
|
1550
2082
|
variant: 'label';
|
|
1551
2083
|
weight?: 'regular' | 'demi';
|
|
@@ -1555,6 +2087,7 @@ declare type TextLabelProps = {
|
|
|
1555
2087
|
wide?: never;
|
|
1556
2088
|
original?: never;
|
|
1557
2089
|
allCaps?: never;
|
|
2090
|
+
href?: never;
|
|
1558
2091
|
} & LabelHTMLAttributes<'label'>;
|
|
1559
2092
|
declare type TextTagProps = {
|
|
1560
2093
|
variant: 'tag';
|
|
@@ -1565,10 +2098,13 @@ declare type TextTagProps = {
|
|
|
1565
2098
|
wide?: never;
|
|
1566
2099
|
original?: never;
|
|
1567
2100
|
allCaps?: boolean;
|
|
2101
|
+
href?: never;
|
|
1568
2102
|
};
|
|
1569
|
-
declare type TextProps = AriaAttributes & {
|
|
2103
|
+
declare type TextProps<T = Element> = AriaAttributes & HTMLAttributes<T> & {
|
|
2104
|
+
children: ReactNode;
|
|
1570
2105
|
style?: CSSProperties;
|
|
1571
2106
|
className?: string;
|
|
2107
|
+
testId?: string;
|
|
1572
2108
|
} & (TextHeroProps | TextDisplayProps | TextHeadingProps | TextBodyProps | TextLinkProps | TextButtonProps | TextPricingProps | TextLabelProps | TextTagProps);
|
|
1573
2109
|
|
|
1574
2110
|
interface SearchBarProps {
|
|
@@ -1576,20 +2112,29 @@ interface SearchBarProps {
|
|
|
1576
2112
|
resultOptions: SearchBarOptionItem[];
|
|
1577
2113
|
onChange: (text: string) => void;
|
|
1578
2114
|
onSearch: (term: string) => void;
|
|
2115
|
+
onClose: () => void;
|
|
1579
2116
|
resultsPanelDataTestId?: string;
|
|
1580
2117
|
allResults?: number;
|
|
2118
|
+
initialTerm?: string;
|
|
2119
|
+
shouldClear?: boolean;
|
|
2120
|
+
isBlogSearchBar?: boolean;
|
|
2121
|
+
ariaLabel?: string;
|
|
2122
|
+
placeholder?: string;
|
|
2123
|
+
id?: string;
|
|
2124
|
+
autoComplete?: string;
|
|
1581
2125
|
}
|
|
1582
|
-
declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, resultsPanelDataTestId, allResults, }: SearchBarProps) => JSX.Element;
|
|
2126
|
+
declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, onClose, resultsPanelDataTestId, allResults, initialTerm, shouldClear, isBlogSearchBar, ariaLabel, placeholder, id, autoComplete, }: SearchBarProps) => JSX.Element;
|
|
1583
2127
|
|
|
1584
2128
|
interface ProductGalleryMobileProps {
|
|
1585
2129
|
images: ImageType[];
|
|
1586
2130
|
selectedValue?: ImageType;
|
|
1587
|
-
|
|
1588
|
-
|
|
2131
|
+
topTag?: JSX.Element;
|
|
2132
|
+
bottomTag?: JSX.Element;
|
|
1589
2133
|
productImageDataTestId?: string;
|
|
1590
2134
|
slideDotsDataTestId?: string;
|
|
2135
|
+
borderRadiusVariant?: boolean;
|
|
1591
2136
|
}
|
|
1592
|
-
declare const ProductGalleryMobile: ({ images, selectedValue,
|
|
2137
|
+
declare const ProductGalleryMobile: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, slideDotsDataTestId, borderRadiusVariant, }: ProductGalleryMobileProps) => JSX.Element;
|
|
1593
2138
|
|
|
1594
2139
|
interface RadioProps {
|
|
1595
2140
|
name: string;
|
|
@@ -1606,19 +2151,24 @@ declare const RadioInput: ({ name, value, id, label, checked, disabled, onChange
|
|
|
1606
2151
|
declare type PortalProps = {
|
|
1607
2152
|
id: string;
|
|
1608
2153
|
className?: string;
|
|
2154
|
+
overflow?: boolean;
|
|
2155
|
+
style?: CSSProperties;
|
|
1609
2156
|
};
|
|
1610
2157
|
declare const Portal: FC<PortalProps>;
|
|
1611
2158
|
|
|
1612
2159
|
declare type ModalProps = {
|
|
1613
2160
|
id: string;
|
|
1614
2161
|
dismissable?: boolean;
|
|
2162
|
+
maxFullScreen?: boolean;
|
|
1615
2163
|
};
|
|
2164
|
+
interface ContainerProps {
|
|
2165
|
+
maxFullScreen: boolean;
|
|
2166
|
+
opened?: boolean;
|
|
2167
|
+
}
|
|
1616
2168
|
declare const Overlay: _emotion_styled.StyledComponent<{
|
|
1617
2169
|
theme?: _emotion_react.Theme | undefined;
|
|
1618
2170
|
as?: React.ElementType<any> | undefined;
|
|
1619
|
-
} & {
|
|
1620
|
-
opened?: boolean | undefined;
|
|
1621
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2171
|
+
} & Pick<ContainerProps, "opened">, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1622
2172
|
declare const Modal: FC<ModalProps>;
|
|
1623
2173
|
declare const modalEvent: (id: string, detail: Omit<Events['modal'], 'id'>) => void;
|
|
1624
2174
|
declare const useModalEvent: (id: string, cb: (event: CustomEvent<Events['modal']>) => void) => void;
|
|
@@ -1665,8 +2215,9 @@ declare type QuantityPickerPropsUncontrolled = {
|
|
|
1665
2215
|
declare type QuantityPickerProps = {
|
|
1666
2216
|
initialValue?: number;
|
|
1667
2217
|
maxValue?: number;
|
|
2218
|
+
testId?: string;
|
|
1668
2219
|
} & (QuantityPickerPropsControlled | QuantityPickerPropsUncontrolled);
|
|
1669
|
-
declare const QuantityPicker: ({ initialValue, maxValue, value, onChange, }: QuantityPickerProps) => JSX.Element;
|
|
2220
|
+
declare const QuantityPicker: ({ initialValue, maxValue, value, testId, onChange, }: QuantityPickerProps) => JSX.Element;
|
|
1670
2221
|
|
|
1671
2222
|
declare type SpacingProps = {
|
|
1672
2223
|
size: number;
|
|
@@ -1695,8 +2246,8 @@ interface PackSelectorProps {
|
|
|
1695
2246
|
declare const PackSelector: FC<PackSelectorProps>;
|
|
1696
2247
|
|
|
1697
2248
|
interface FiltersProps {
|
|
1698
|
-
|
|
1699
|
-
onChange: (
|
|
2249
|
+
values: Filter[];
|
|
2250
|
+
onChange: (newValues: Filter[], filtersState?: FilterChange) => void;
|
|
1700
2251
|
tagsColor?: string;
|
|
1701
2252
|
filterByText: string;
|
|
1702
2253
|
clearAllText: string;
|
|
@@ -1705,8 +2256,129 @@ interface FiltersProps {
|
|
|
1705
2256
|
applyText: string;
|
|
1706
2257
|
mobileBackArrowClick: () => void;
|
|
1707
2258
|
mobileApplyButtonClick: () => void;
|
|
2259
|
+
onResetValues: () => void;
|
|
2260
|
+
}
|
|
2261
|
+
declare const Filters: ({ values, onChange, tagsColor, filterByText, clearAllText, isMobile, filtersSelectText, applyText, mobileApplyButtonClick, mobileBackArrowClick, onResetValues, }: FiltersProps) => JSX.Element;
|
|
2262
|
+
|
|
2263
|
+
interface SearchNavigationProps {
|
|
2264
|
+
returnText?: string;
|
|
2265
|
+
returnUrl?: string;
|
|
2266
|
+
steps?: string[];
|
|
2267
|
+
returnAction?: () => void;
|
|
2268
|
+
}
|
|
2269
|
+
declare const SearchNavigation: ({ returnText, returnUrl, steps, returnAction, }: SearchNavigationProps) => JSX.Element;
|
|
2270
|
+
|
|
2271
|
+
interface TabProps$1 {
|
|
2272
|
+
title: string;
|
|
2273
|
+
content: ReactNode;
|
|
2274
|
+
}
|
|
2275
|
+
interface TabsProps {
|
|
2276
|
+
backgroundColor?: string;
|
|
2277
|
+
initialSelected?: string;
|
|
2278
|
+
tabsMaxWidth?: string;
|
|
2279
|
+
tabs: TabProps$1[];
|
|
2280
|
+
}
|
|
2281
|
+
declare const Tabs: ({ backgroundColor, tabs, initialSelected, tabsMaxWidth, }: TabsProps) => JSX.Element | null;
|
|
2282
|
+
|
|
2283
|
+
interface TabProps {
|
|
2284
|
+
title: string;
|
|
2285
|
+
titleSize?: string;
|
|
2286
|
+
selectedTitleWeight?: number;
|
|
2287
|
+
height?: string;
|
|
2288
|
+
selected?: boolean;
|
|
2289
|
+
color?: string;
|
|
2290
|
+
tabsMaxWidth?: string;
|
|
2291
|
+
onClick: (clickedTab: string) => void;
|
|
2292
|
+
}
|
|
2293
|
+
declare const Tab: ({ title, titleSize, height, selectedTitleWeight, selected, onClick, color, tabsMaxWidth, }: TabProps) => JSX.Element;
|
|
2294
|
+
|
|
2295
|
+
interface IconList {
|
|
2296
|
+
backgroundColor: string;
|
|
2297
|
+
iconColor: string;
|
|
2298
|
+
iconName: string;
|
|
2299
|
+
iconTitle: string;
|
|
2300
|
+
iconSizeDesktop?: number;
|
|
2301
|
+
iconSizeMobile?: number;
|
|
2302
|
+
iconTitlePosition?: 'top' | 'bottom' | 'left' | 'right';
|
|
2303
|
+
iconTitleStyle?: string;
|
|
2304
|
+
iconStyle?: string;
|
|
2305
|
+
isTitleInnerHtml?: boolean;
|
|
2306
|
+
}
|
|
2307
|
+
declare const IconsWithTitle: ({ iconName, iconTitle, backgroundColor, iconColor, iconSizeDesktop, iconSizeMobile, iconTitlePosition, iconTitleStyle, iconStyle, isTitleInnerHtml, }: IconList) => JSX.Element | null;
|
|
2308
|
+
|
|
2309
|
+
interface NoteProps {
|
|
2310
|
+
accentColor: string;
|
|
2311
|
+
color: string;
|
|
2312
|
+
backgroundColor: string;
|
|
2313
|
+
importantNoteText: string;
|
|
2314
|
+
text: string;
|
|
2315
|
+
}
|
|
2316
|
+
declare const Note: ({ accentColor, color, backgroundColor, importantNoteText, text, }: NoteProps) => JSX.Element;
|
|
2317
|
+
|
|
2318
|
+
interface TextWithImageProps {
|
|
2319
|
+
title: string;
|
|
2320
|
+
text?: string;
|
|
2321
|
+
children?: ReactNode;
|
|
2322
|
+
buttomText: string;
|
|
2323
|
+
backgroundColor: string;
|
|
2324
|
+
imageLeftSide?: boolean;
|
|
2325
|
+
URLLink?: string;
|
|
2326
|
+
onButtonClick?: () => void;
|
|
2327
|
+
isRedirectionURL: boolean;
|
|
2328
|
+
btnBGColor?: string;
|
|
2329
|
+
btnHoverBGColor?: string;
|
|
2330
|
+
imgVideo: imageVideoProps;
|
|
2331
|
+
contentAfterButton?: React.ReactNode;
|
|
2332
|
+
titleStyle?: React.CSSProperties;
|
|
2333
|
+
textStyle?: React.CSSProperties;
|
|
2334
|
+
buttonWideOnMobile?: boolean;
|
|
2335
|
+
}
|
|
2336
|
+
declare const TextWithImage: ({ title, text, children, buttomText, backgroundColor, imageLeftSide, titleStyle, textStyle, buttonWideOnMobile, ...props }: TextWithImageProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
2337
|
+
|
|
2338
|
+
interface AccordionOptionsProps {
|
|
2339
|
+
titleColor: string;
|
|
2340
|
+
accordions: AccordionProps[];
|
|
2341
|
+
}
|
|
2342
|
+
declare const AccordionOptions: ({ titleColor, accordions }: AccordionOptionsProps) => JSX.Element;
|
|
2343
|
+
|
|
2344
|
+
interface ShortBannerProps {
|
|
2345
|
+
title: string;
|
|
2346
|
+
bannerText: string;
|
|
2347
|
+
backgroundColor: string;
|
|
2348
|
+
alignCenter?: boolean;
|
|
2349
|
+
widthAuto?: boolean;
|
|
2350
|
+
textColor: string;
|
|
2351
|
+
}
|
|
2352
|
+
declare const ShortBanner: ({ textColor, title, bannerText, backgroundColor, alignCenter, widthAuto, }: ShortBannerProps) => JSX.Element;
|
|
2353
|
+
|
|
2354
|
+
interface BeforeAfterCardProps {
|
|
2355
|
+
name: string;
|
|
2356
|
+
age: string;
|
|
2357
|
+
months: string;
|
|
2358
|
+
beforeImage: string;
|
|
2359
|
+
afterImage: string;
|
|
2360
|
+
alignCenter?: boolean;
|
|
2361
|
+
}
|
|
2362
|
+
declare const BeforeAfterCard: ({ name, age, months, beforeImage, afterImage, alignCenter, }: BeforeAfterCardProps) => JSX.Element;
|
|
2363
|
+
|
|
2364
|
+
interface ImageCardWithDescriptionProps {
|
|
2365
|
+
image: string;
|
|
2366
|
+
title?: string;
|
|
2367
|
+
description?: string;
|
|
2368
|
+
titlePosition?: 'center' | 'left';
|
|
2369
|
+
}
|
|
2370
|
+
declare const ImageCardWithDescription: ({ image, title, description, titlePosition, }: ImageCardWithDescriptionProps) => JSX.Element;
|
|
2371
|
+
|
|
2372
|
+
interface Checkpoint {
|
|
2373
|
+
day: string;
|
|
2374
|
+
date: string;
|
|
2375
|
+
statusMessage: string;
|
|
2376
|
+
}
|
|
2377
|
+
interface TrackingProgressProps {
|
|
2378
|
+
checkPoints: Checkpoint[];
|
|
2379
|
+
amountOfCheckPoints: number;
|
|
1708
2380
|
}
|
|
1709
|
-
declare const
|
|
2381
|
+
declare const TrackingProgress: ({ checkPoints, amountOfCheckPoints }: TrackingProgressProps) => JSX.Element;
|
|
1710
2382
|
|
|
1711
2383
|
declare global {
|
|
1712
2384
|
interface Events {
|
|
@@ -1747,4 +2419,4 @@ declare const formatPrice: (value: number, { locale, currency }?: {
|
|
|
1747
2419
|
currency?: string | undefined;
|
|
1748
2420
|
}) => string;
|
|
1749
2421
|
|
|
1750
|
-
export { Accordion, AmazonButton, AssetsProvider, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection,
|
|
2422
|
+
export { Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, TrackingProgress, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
|