@trafilea/afrodita-components 5.0.0-beta.25 → 5.0.0-beta.251

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.d.ts CHANGED
@@ -1,10 +1,14 @@
1
1
  /// <reference types="react" />
2
2
  import { IconProps as IconProps$1 } from 'src/types/types';
3
- import React, { FC, ReactNode, ElementType, CSSProperties, AriaAttributes, AnchorHTMLAttributes, LabelHTMLAttributes, RefObject } from 'react';
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';
10
+ import { ComponentSize as ComponentSize$1 } from 'src/types/enums';
11
+ import facepaint from 'facepaint';
8
12
 
9
13
  declare enum CardSectionType {
10
14
  Header = 0,
@@ -57,11 +61,7 @@ declare type SizeOption = {
57
61
  label: string;
58
62
  description: string;
59
63
  disabled?: boolean;
60
- };
61
- declare type Color = {
62
- primaryColor: string;
63
- secondaryColor?: string;
64
- tertiaryColor?: string;
64
+ noStock?: boolean;
65
65
  };
66
66
  declare type Pattern = {
67
67
  url: string;
@@ -69,8 +69,9 @@ declare type Pattern = {
69
69
  declare type ColorPickerOption = {
70
70
  label: string;
71
71
  description: string;
72
+ noStock?: boolean;
72
73
  meta: {
73
- color?: Color;
74
+ color?: string[];
74
75
  pattern?: Pattern;
75
76
  };
76
77
  };
@@ -82,6 +83,7 @@ declare type ImageType = {
82
83
  key: string;
83
84
  imageUrl: string;
84
85
  alt: string;
86
+ thumbnailUrl?: string;
85
87
  };
86
88
  interface IconWithOpacityProps extends IconProps {
87
89
  opacity?: number;
@@ -101,10 +103,20 @@ declare type Filter = {
101
103
  title: string;
102
104
  columns: number;
103
105
  isOpenByDefault?: boolean;
106
+ isLinkOption?: boolean;
107
+ link?: string;
108
+ color?: string;
109
+ isMultiselect: boolean;
110
+ type?: string;
104
111
  items: Array<{
105
112
  label: string;
106
113
  checked?: boolean;
114
+ isLinkItem?: boolean;
115
+ link?: string;
116
+ blockUncheck?: boolean;
117
+ value?: string;
107
118
  }>;
119
+ showInMobile: boolean;
108
120
  };
109
121
  declare type FilterChange = {
110
122
  sectionIndex: number;
@@ -116,18 +128,84 @@ interface SearchBarOptionItem {
116
128
  price: string;
117
129
  title: string;
118
130
  optionUrl: string;
131
+ }
132
+ interface imageVideoProps {
133
+ imageLink: string;
134
+ isVideo?: {
135
+ videoTitle?: string;
136
+ videoSubtitle?: string;
137
+ textColor?: string;
138
+ videoLink?: string;
139
+ };
140
+ isMobile?: boolean;
119
141
  }
120
142
 
121
143
  declare const SixtyDaysGuarantee: ({ height, width, fill, title }: IconProps) => JSX.Element;
122
144
 
123
145
  declare const Frown: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
124
146
 
147
+ declare const Smiling: ({ height, width, fill, title }: IconProps$1) => JSX.Element;
148
+
149
+ declare const BulletOne: ({ height, width, fill, title }: IconProps) => JSX.Element;
150
+
151
+ declare const BulletTwo: ({ height, width, fill, title }: IconProps) => JSX.Element;
152
+
153
+ declare const BulletThree: ({ height, width, fill, title }: IconProps) => JSX.Element;
154
+
155
+ declare const ThumbsUp: ({ height, width, fill, title }: IconProps) => JSX.Element;
156
+
157
+ declare const ThumbsDown: ({ height, width, fill, title }: IconProps) => JSX.Element;
158
+
159
+ declare const Atom: ({ height, width, fill, testId }: IconProps) => JSX.Element;
160
+
161
+ declare const Bubbles: ({ height, width, fill, testId }: IconProps) => JSX.Element;
162
+
163
+ declare const FairAdvantages: ({ height, width, fill, testId }: IconProps) => JSX.Element;
164
+
165
+ declare const MoneyFlow: ({ height, width, fill, testId }: IconProps) => JSX.Element;
166
+
167
+ declare const ClinicallyTested: ({ height, width, fill, testId }: IconProps) => JSX.Element;
168
+
169
+ declare const CrueltyFree: ({ height, width, fill, testId }: IconProps) => JSX.Element;
170
+
171
+ declare const Certified: ({ height, width, fill, testId }: IconProps) => JSX.Element;
172
+
173
+ declare const NewSixtyDaysGuarantee: ({ height, width, fill, testId }: IconProps) => JSX.Element;
174
+
125
175
  declare const Custom_SixtyDaysGuarantee: typeof SixtyDaysGuarantee;
126
176
  declare const Custom_Frown: typeof Frown;
177
+ declare const Custom_Smiling: typeof Smiling;
178
+ declare const Custom_BulletOne: typeof BulletOne;
179
+ declare const Custom_BulletTwo: typeof BulletTwo;
180
+ declare const Custom_BulletThree: typeof BulletThree;
181
+ declare const Custom_ThumbsUp: typeof ThumbsUp;
182
+ declare const Custom_ThumbsDown: typeof ThumbsDown;
183
+ declare const Custom_Atom: typeof Atom;
184
+ declare const Custom_Bubbles: typeof Bubbles;
185
+ declare const Custom_FairAdvantages: typeof FairAdvantages;
186
+ declare const Custom_MoneyFlow: typeof MoneyFlow;
187
+ declare const Custom_ClinicallyTested: typeof ClinicallyTested;
188
+ declare const Custom_CrueltyFree: typeof CrueltyFree;
189
+ declare const Custom_Certified: typeof Certified;
190
+ declare const Custom_NewSixtyDaysGuarantee: typeof NewSixtyDaysGuarantee;
127
191
  declare namespace Custom {
128
192
  export {
129
193
  Custom_SixtyDaysGuarantee as SixtyDaysGuarantee,
130
194
  Custom_Frown as Frown,
195
+ Custom_Smiling as Smiling,
196
+ Custom_BulletOne as BulletOne,
197
+ Custom_BulletTwo as BulletTwo,
198
+ Custom_BulletThree as BulletThree,
199
+ Custom_ThumbsUp as ThumbsUp,
200
+ Custom_ThumbsDown as ThumbsDown,
201
+ Custom_Atom as Atom,
202
+ Custom_Bubbles as Bubbles,
203
+ Custom_FairAdvantages as FairAdvantages,
204
+ Custom_MoneyFlow as MoneyFlow,
205
+ Custom_ClinicallyTested as ClinicallyTested,
206
+ Custom_CrueltyFree as CrueltyFree,
207
+ Custom_Certified as Certified,
208
+ Custom_NewSixtyDaysGuarantee as NewSixtyDaysGuarantee,
131
209
  };
132
210
  }
133
211
 
@@ -148,6 +226,73 @@ declare const Close: ({ height, width, fill }: IconProps) => JSX.Element;
148
226
 
149
227
  declare const Trash: ({ height, width, fill }: IconProps) => JSX.Element;
150
228
 
229
+ declare const Warning: ({ height, width, fill }: IconProps) => JSX.Element;
230
+
231
+ declare const Edit: ({ height, width, fill }: IconProps) => JSX.Element;
232
+
233
+ declare const SignOut: ({ height, width, fill }: IconProps) => JSX.Element;
234
+
235
+ declare const Add: ({ height, width, fill }: IconProps) => JSX.Element;
236
+
237
+ interface CopyProps extends IconProps {
238
+ stroke?: string;
239
+ }
240
+ declare const Copy: ({ height, width, fill, stroke }: CopyProps) => JSX.Element;
241
+
242
+ declare const CopyOutlined: ({ height, width, fill }: IconProps) => JSX.Element;
243
+
244
+ declare const CheckboxEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
245
+
246
+ declare const CheckboxLight: ({ height, width, fill }: IconProps) => JSX.Element;
247
+
248
+ declare const CheckboxSolid: ({ height, width, fill }: IconProps) => JSX.Element;
249
+
250
+ declare const Like: ({ height, width, fill }: IconProps) => JSX.Element;
251
+
252
+ declare const LikeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
253
+
254
+ declare const NotAllowed: ({ height, width, fill }: IconProps) => JSX.Element;
255
+
256
+ declare const RadioEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
257
+
258
+ declare const RadioFilled: ({ height, width, fill }: IconProps) => JSX.Element;
259
+
260
+ declare const Minus$1: ({ height, width, fill }: IconProps) => JSX.Element;
261
+
262
+ declare const SettingsSolid: ({ height, width, fill }: IconProps) => JSX.Element;
263
+
264
+ declare const Settings: ({ height, width, fill }: IconProps) => JSX.Element;
265
+
266
+ declare const Share: ({ height, width, fill }: IconProps) => JSX.Element;
267
+
268
+ declare const CircleCheck: ({ height, width, fill }: IconProps) => JSX.Element;
269
+
270
+ declare const CircleClear: ({ height, width, fill }: IconProps) => JSX.Element;
271
+
272
+ declare const CircleInfo: ({ height, width, fill }: IconProps) => JSX.Element;
273
+
274
+ declare const CircleMinus: ({ height, width, fill }: IconProps) => JSX.Element;
275
+
276
+ declare const CirclePlus: ({ height, width, fill }: IconProps) => JSX.Element;
277
+
278
+ declare const CircleQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
279
+
280
+ declare const CircleWarning: ({ height, width, fill }: IconProps) => JSX.Element;
281
+
282
+ declare const CircleSolidCheck: ({ height, width, fill }: IconProps) => JSX.Element;
283
+
284
+ declare const CircleSolidClear: ({ height, width, fill }: IconProps) => JSX.Element;
285
+
286
+ declare const CircleSolidMinus: ({ height, width, fill }: IconProps) => JSX.Element;
287
+
288
+ declare const CircleSolidPlus: ({ height, width, fill }: IconProps) => JSX.Element;
289
+
290
+ declare const CircleSolidQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
291
+
292
+ declare const CircleSolidWarning: ({ height, width, fill }: IconProps) => JSX.Element;
293
+
294
+ declare const CircleSolidStyledCheck: ({ height, width, fill }: IconProps) => JSX.Element;
295
+
151
296
  declare const Actions_Check: typeof Check;
152
297
  declare const Actions_ClearLight: typeof ClearLight;
153
298
  declare const Actions_LightExclamation: typeof LightExclamation;
@@ -156,6 +301,38 @@ declare const Actions_LightCheck: typeof LightCheck;
156
301
  declare const Actions_Question: typeof Question;
157
302
  declare const Actions_Close: typeof Close;
158
303
  declare const Actions_Trash: typeof Trash;
304
+ declare const Actions_Warning: typeof Warning;
305
+ declare const Actions_Edit: typeof Edit;
306
+ declare const Actions_SignOut: typeof SignOut;
307
+ declare const Actions_Add: typeof Add;
308
+ type Actions_CopyProps = CopyProps;
309
+ declare const Actions_Copy: typeof Copy;
310
+ declare const Actions_CopyOutlined: typeof CopyOutlined;
311
+ declare const Actions_CheckboxEmpty: typeof CheckboxEmpty;
312
+ declare const Actions_CheckboxLight: typeof CheckboxLight;
313
+ declare const Actions_CheckboxSolid: typeof CheckboxSolid;
314
+ declare const Actions_Like: typeof Like;
315
+ declare const Actions_LikeSolid: typeof LikeSolid;
316
+ declare const Actions_NotAllowed: typeof NotAllowed;
317
+ declare const Actions_RadioEmpty: typeof RadioEmpty;
318
+ declare const Actions_RadioFilled: typeof RadioFilled;
319
+ declare const Actions_SettingsSolid: typeof SettingsSolid;
320
+ declare const Actions_Settings: typeof Settings;
321
+ declare const Actions_Share: typeof Share;
322
+ declare const Actions_CircleCheck: typeof CircleCheck;
323
+ declare const Actions_CircleClear: typeof CircleClear;
324
+ declare const Actions_CircleInfo: typeof CircleInfo;
325
+ declare const Actions_CircleMinus: typeof CircleMinus;
326
+ declare const Actions_CirclePlus: typeof CirclePlus;
327
+ declare const Actions_CircleQuestion: typeof CircleQuestion;
328
+ declare const Actions_CircleWarning: typeof CircleWarning;
329
+ declare const Actions_CircleSolidCheck: typeof CircleSolidCheck;
330
+ declare const Actions_CircleSolidClear: typeof CircleSolidClear;
331
+ declare const Actions_CircleSolidMinus: typeof CircleSolidMinus;
332
+ declare const Actions_CircleSolidPlus: typeof CircleSolidPlus;
333
+ declare const Actions_CircleSolidQuestion: typeof CircleSolidQuestion;
334
+ declare const Actions_CircleSolidWarning: typeof CircleSolidWarning;
335
+ declare const Actions_CircleSolidStyledCheck: typeof CircleSolidStyledCheck;
159
336
  declare namespace Actions {
160
337
  export {
161
338
  Actions_Check as Check,
@@ -166,6 +343,39 @@ declare namespace Actions {
166
343
  Actions_Question as Question,
167
344
  Actions_Close as Close,
168
345
  Actions_Trash as Trash,
346
+ Actions_Warning as Warning,
347
+ Actions_Edit as Edit,
348
+ Actions_SignOut as SignOut,
349
+ Actions_Add as Add,
350
+ Actions_CopyProps as CopyProps,
351
+ Actions_Copy as Copy,
352
+ Actions_CopyOutlined as CopyOutlined,
353
+ Actions_CheckboxEmpty as CheckboxEmpty,
354
+ Actions_CheckboxLight as CheckboxLight,
355
+ Actions_CheckboxSolid as CheckboxSolid,
356
+ Actions_Like as Like,
357
+ Actions_LikeSolid as LikeSolid,
358
+ Actions_NotAllowed as NotAllowed,
359
+ Actions_RadioEmpty as RadioEmpty,
360
+ Actions_RadioFilled as RadioFilled,
361
+ Minus$1 as Minus,
362
+ Actions_SettingsSolid as SettingsSolid,
363
+ Actions_Settings as Settings,
364
+ Actions_Share as Share,
365
+ Actions_CircleCheck as CircleCheck,
366
+ Actions_CircleClear as CircleClear,
367
+ Actions_CircleInfo as CircleInfo,
368
+ Actions_CircleMinus as CircleMinus,
369
+ Actions_CirclePlus as CirclePlus,
370
+ Actions_CircleQuestion as CircleQuestion,
371
+ Actions_CircleWarning as CircleWarning,
372
+ Actions_CircleSolidCheck as CircleSolidCheck,
373
+ Actions_CircleSolidClear as CircleSolidClear,
374
+ Actions_CircleSolidMinus as CircleSolidMinus,
375
+ Actions_CircleSolidPlus as CircleSolidPlus,
376
+ Actions_CircleSolidQuestion as CircleSolidQuestion,
377
+ Actions_CircleSolidWarning as CircleSolidWarning,
378
+ Actions_CircleSolidStyledCheck as CircleSolidStyledCheck,
169
379
  };
170
380
  }
171
381
 
@@ -174,23 +384,78 @@ declare const FitPredictor$1: ({ height, width, fill }: IconProps) => JSX.Elemen
174
384
  interface LoadingProps extends IconProps {
175
385
  backgroundColor: string;
176
386
  }
177
- declare const Loading: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
387
+ declare const Loading$1: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
178
388
 
179
389
  declare const Shapermint: ({ height, width }: IconProps) => JSX.Element;
180
390
 
181
391
  declare const McAfee: ({ height, width }: IconProps) => JSX.Element;
182
392
 
393
+ declare const GetDiscount: ({ height, width }: IconProps) => JSX.Element;
394
+
395
+ declare const ShapermintLogo: ({ height, width, fill }: IconProps) => JSX.Element;
396
+
397
+ declare const Chat: ({ height, width, fill, testId }: IconProps) => JSX.Element;
398
+
399
+ declare const Email: ({ height, width, fill, testId }: IconProps) => JSX.Element;
400
+
401
+ declare const CallUs: ({ height, width, fill, testId }: IconProps) => JSX.Element;
402
+
403
+ declare const SignForm: ({ height, width, fill }: IconProps) => JSX.Element;
404
+
405
+ declare const QrCode: ({ height, width, fill }: IconProps) => JSX.Element;
406
+
407
+ declare const FreeExchange: ({ height, width, fill, testId }: IconProps) => JSX.Element;
408
+
409
+ declare const ShopNow: ({ height, width, fill, testId }: IconProps) => JSX.Element;
410
+
411
+ declare const HasselFreeReturns: ({ height, width, fill, testId }: IconProps) => JSX.Element;
412
+
413
+ declare const Play: ({ height, width, fill, testId }: IconProps) => JSX.Element;
414
+
415
+ declare const FitGuarantee: ({ height, width, fill, testId }: IconProps) => JSX.Element;
416
+
417
+ declare const QuestionWithCircle: ({ height, width, fill, testId }: IconProps) => JSX.Element;
418
+
419
+ declare const ExpressShipping: ({ height, width, fill, testId }: IconProps) => JSX.Element;
420
+
183
421
  type Other_LoadingProps = LoadingProps;
184
- declare const Other_Loading: typeof Loading;
185
422
  declare const Other_Shapermint: typeof Shapermint;
186
423
  declare const Other_McAfee: typeof McAfee;
424
+ declare const Other_GetDiscount: typeof GetDiscount;
425
+ declare const Other_ShapermintLogo: typeof ShapermintLogo;
426
+ declare const Other_Chat: typeof Chat;
427
+ declare const Other_Email: typeof Email;
428
+ declare const Other_CallUs: typeof CallUs;
429
+ declare const Other_SignForm: typeof SignForm;
430
+ declare const Other_QrCode: typeof QrCode;
431
+ declare const Other_FreeExchange: typeof FreeExchange;
432
+ declare const Other_ShopNow: typeof ShopNow;
433
+ declare const Other_HasselFreeReturns: typeof HasselFreeReturns;
434
+ declare const Other_Play: typeof Play;
435
+ declare const Other_FitGuarantee: typeof FitGuarantee;
436
+ declare const Other_QuestionWithCircle: typeof QuestionWithCircle;
437
+ declare const Other_ExpressShipping: typeof ExpressShipping;
187
438
  declare namespace Other {
188
439
  export {
189
440
  FitPredictor$1 as FitPredictor,
190
441
  Other_LoadingProps as LoadingProps,
191
- Other_Loading as Loading,
442
+ Loading$1 as Loading,
192
443
  Other_Shapermint as Shapermint,
193
444
  Other_McAfee as McAfee,
445
+ Other_GetDiscount as GetDiscount,
446
+ Other_ShapermintLogo as ShapermintLogo,
447
+ Other_Chat as Chat,
448
+ Other_Email as Email,
449
+ Other_CallUs as CallUs,
450
+ Other_SignForm as SignForm,
451
+ Other_QrCode as QrCode,
452
+ Other_FreeExchange as FreeExchange,
453
+ Other_ShopNow as ShopNow,
454
+ Other_HasselFreeReturns as HasselFreeReturns,
455
+ Other_Play as Play,
456
+ Other_FitGuarantee as FitGuarantee,
457
+ Other_QuestionWithCircle as QuestionWithCircle,
458
+ Other_ExpressShipping as ExpressShipping,
194
459
  };
195
460
  }
196
461
 
@@ -208,6 +473,28 @@ declare const ChevronUpSolid: ({ height, width, fill }: IconProps) => JSX.Elemen
208
473
 
209
474
  declare const CircleUp: ({ width, height, fill }: IconProps) => JSX.Element;
210
475
 
476
+ declare const CircleChevronLeft: ({ width, height, fill }: IconProps) => JSX.Element;
477
+
478
+ declare const CircleChevronRight: ({ width, height, fill }: IconProps) => JSX.Element;
479
+
480
+ declare const CircleChevronDown: ({ width, height, fill }: IconProps) => JSX.Element;
481
+
482
+ declare const CircleChevronUp: ({ width, height, fill }: IconProps) => JSX.Element;
483
+
484
+ declare const ChevronDownVariant: ({ width, height, fill }: IconProps) => JSX.Element;
485
+
486
+ declare const ChevronUpVariant: ({ width, height, fill }: IconProps) => JSX.Element;
487
+
488
+ declare const ChevronLeftVariant: ({ width, height, fill }: IconProps) => JSX.Element;
489
+
490
+ declare const CircleLineUp: ({ width, height, fill }: IconProps) => JSX.Element;
491
+
492
+ declare const CircleLineDown: ({ width, height, fill }: IconProps) => JSX.Element;
493
+
494
+ declare const CircleLineLeft: ({ width, height, fill }: IconProps) => JSX.Element;
495
+
496
+ declare const CircleLineRight: ({ width, height, fill }: IconProps) => JSX.Element;
497
+
211
498
  declare const Arrows_ChevronDown: typeof ChevronDown;
212
499
  declare const Arrows_ChevronLeft: typeof ChevronLeft;
213
500
  declare const Arrows_ChevronRight: typeof ChevronRight;
@@ -215,6 +502,17 @@ declare const Arrows_ChevronRightVariant: typeof ChevronRightVariant;
215
502
  declare const Arrows_ChevronUp: typeof ChevronUp;
216
503
  declare const Arrows_ChevronUpSolid: typeof ChevronUpSolid;
217
504
  declare const Arrows_CircleUp: typeof CircleUp;
505
+ declare const Arrows_CircleChevronLeft: typeof CircleChevronLeft;
506
+ declare const Arrows_CircleChevronRight: typeof CircleChevronRight;
507
+ declare const Arrows_CircleChevronDown: typeof CircleChevronDown;
508
+ declare const Arrows_CircleChevronUp: typeof CircleChevronUp;
509
+ declare const Arrows_ChevronDownVariant: typeof ChevronDownVariant;
510
+ declare const Arrows_ChevronUpVariant: typeof ChevronUpVariant;
511
+ declare const Arrows_ChevronLeftVariant: typeof ChevronLeftVariant;
512
+ declare const Arrows_CircleLineUp: typeof CircleLineUp;
513
+ declare const Arrows_CircleLineDown: typeof CircleLineDown;
514
+ declare const Arrows_CircleLineLeft: typeof CircleLineLeft;
515
+ declare const Arrows_CircleLineRight: typeof CircleLineRight;
218
516
  declare namespace Arrows {
219
517
  export {
220
518
  Arrows_ChevronDown as ChevronDown,
@@ -224,6 +522,17 @@ declare namespace Arrows {
224
522
  Arrows_ChevronUp as ChevronUp,
225
523
  Arrows_ChevronUpSolid as ChevronUpSolid,
226
524
  Arrows_CircleUp as CircleUp,
525
+ Arrows_CircleChevronLeft as CircleChevronLeft,
526
+ Arrows_CircleChevronRight as CircleChevronRight,
527
+ Arrows_CircleChevronDown as CircleChevronDown,
528
+ Arrows_CircleChevronUp as CircleChevronUp,
529
+ Arrows_ChevronDownVariant as ChevronDownVariant,
530
+ Arrows_ChevronUpVariant as ChevronUpVariant,
531
+ Arrows_ChevronLeftVariant as ChevronLeftVariant,
532
+ Arrows_CircleLineUp as CircleLineUp,
533
+ Arrows_CircleLineDown as CircleLineDown,
534
+ Arrows_CircleLineLeft as CircleLineLeft,
535
+ Arrows_CircleLineRight as CircleLineRight,
227
536
  };
228
537
  }
229
538
 
@@ -247,6 +556,32 @@ declare const Stopwatch: ({ height, width, fill, title }: IconProps) => JSX.Elem
247
556
 
248
557
  declare const Shipping: ({ height, width, fill }: IconProps) => JSX.Element;
249
558
 
559
+ declare const LightBulb$1: ({ height, width, fill }: IconProps) => JSX.Element;
560
+
561
+ declare const ErrorCross: ({ height, width, fill }: IconProps) => JSX.Element;
562
+
563
+ declare const CircleNumber: ({ height, width, fill }: IconProps) => JSX.Element;
564
+
565
+ declare const SizeEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
566
+
567
+ declare const PlayMini: ({ height, width, fill }: IconProps) => JSX.Element;
568
+
569
+ declare const ShippingEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
570
+
571
+ declare const Drop: ({ height, width, fill }: IconProps) => JSX.Element;
572
+
573
+ declare const DropEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
574
+
575
+ declare const Stars: ({ height, width, fill }: IconProps) => JSX.Element;
576
+
577
+ declare const Moon: ({ height, width, fill }: IconProps) => JSX.Element;
578
+
579
+ declare const Hours: ({ height, width, fill }: IconProps) => JSX.Element;
580
+
581
+ declare const NewClock: ({ height, width, fill }: IconProps) => JSX.Element;
582
+
583
+ declare const KlarnaLogo: ({ height, width }: IconProps) => JSX.Element;
584
+
250
585
  declare const PDP_Clock: typeof Clock;
251
586
  declare const PDP_FlagUSA: typeof FlagUSA;
252
587
  declare const PDP_Minus: typeof Minus;
@@ -257,6 +592,18 @@ declare const PDP_StarEmpty: typeof StarEmpty;
257
592
  declare const PDP_StarHalf: typeof StarHalf;
258
593
  declare const PDP_Stopwatch: typeof Stopwatch;
259
594
  declare const PDP_Shipping: typeof Shipping;
595
+ declare const PDP_ErrorCross: typeof ErrorCross;
596
+ declare const PDP_CircleNumber: typeof CircleNumber;
597
+ declare const PDP_SizeEmpty: typeof SizeEmpty;
598
+ declare const PDP_PlayMini: typeof PlayMini;
599
+ declare const PDP_ShippingEmpty: typeof ShippingEmpty;
600
+ declare const PDP_Drop: typeof Drop;
601
+ declare const PDP_DropEmpty: typeof DropEmpty;
602
+ declare const PDP_Stars: typeof Stars;
603
+ declare const PDP_Moon: typeof Moon;
604
+ declare const PDP_Hours: typeof Hours;
605
+ declare const PDP_NewClock: typeof NewClock;
606
+ declare const PDP_KlarnaLogo: typeof KlarnaLogo;
260
607
  declare namespace PDP {
261
608
  export {
262
609
  PDP_Clock as Clock,
@@ -269,6 +616,19 @@ declare namespace PDP {
269
616
  PDP_StarHalf as StarHalf,
270
617
  PDP_Stopwatch as Stopwatch,
271
618
  PDP_Shipping as Shipping,
619
+ LightBulb$1 as LightBulb,
620
+ PDP_ErrorCross as ErrorCross,
621
+ PDP_CircleNumber as CircleNumber,
622
+ PDP_SizeEmpty as SizeEmpty,
623
+ PDP_PlayMini as PlayMini,
624
+ PDP_ShippingEmpty as ShippingEmpty,
625
+ PDP_Drop as Drop,
626
+ PDP_DropEmpty as DropEmpty,
627
+ PDP_Stars as Stars,
628
+ PDP_Moon as Moon,
629
+ PDP_Hours as Hours,
630
+ PDP_NewClock as NewClock,
631
+ PDP_KlarnaLogo as KlarnaLogo,
272
632
  };
273
633
  }
274
634
 
@@ -286,6 +646,8 @@ declare const Twitter: ({ height, width, fill }: IconProps) => JSX.Element;
286
646
 
287
647
  declare const Youtube: ({ height, width, fill }: IconProps) => JSX.Element;
288
648
 
649
+ declare const Interaction: ({ height, width, fill }: IconProps) => JSX.Element;
650
+
289
651
  declare const SocialMedia_Facebook: typeof Facebook;
290
652
  declare const SocialMedia_FacebookSolid: typeof FacebookSolid;
291
653
  declare const SocialMedia_Instagram: typeof Instagram;
@@ -293,6 +655,7 @@ declare const SocialMedia_InstagramSolid: typeof InstagramSolid;
293
655
  declare const SocialMedia_Pinterest: typeof Pinterest;
294
656
  declare const SocialMedia_Twitter: typeof Twitter;
295
657
  declare const SocialMedia_Youtube: typeof Youtube;
658
+ declare const SocialMedia_Interaction: typeof Interaction;
296
659
  declare namespace SocialMedia {
297
660
  export {
298
661
  SocialMedia_Facebook as Facebook,
@@ -302,14 +665,15 @@ declare namespace SocialMedia {
302
665
  SocialMedia_Pinterest as Pinterest,
303
666
  SocialMedia_Twitter as Twitter,
304
667
  SocialMedia_Youtube as Youtube,
668
+ SocialMedia_Interaction as Interaction,
305
669
  };
306
670
  }
307
671
 
308
- declare const Search: ({ height, width, fill }: IconProps) => JSX.Element;
672
+ declare const Search: ({ height, width, fill, testId }: IconProps) => JSX.Element;
309
673
 
310
674
  declare const User: ({ height, width, fill }: IconProps) => JSX.Element;
311
675
 
312
- declare const ShoppingBag: ({ height, width, fill }: IconProps) => JSX.Element;
676
+ declare const ShoppingBag: ({ height, width, fill, testId }: IconProps) => JSX.Element;
313
677
 
314
678
  declare const ShoppingCart: FC<IconProps>;
315
679
 
@@ -317,12 +681,64 @@ declare const MapMarker: ({ height, width, fill }: IconProps) => JSX.Element;
317
681
 
318
682
  declare const Hamburger: FC<IconProps>;
319
683
 
684
+ declare const AddressInformation: ({ height, width, fill }: IconProps) => JSX.Element;
685
+
686
+ declare const ClubMembership: ({ height, width, fill }: IconProps) => JSX.Element;
687
+
688
+ declare const Benefits: ({ height, width, fill }: IconProps) => JSX.Element;
689
+
690
+ declare const Home: ({ height, width, fill }: IconProps) => JSX.Element;
691
+
692
+ declare const HomeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
693
+
694
+ declare const ShoppingBagV2: ({ height, width, fill, testId }: IconProps) => JSX.Element;
695
+
696
+ declare const UserSolid: ({ height, width, fill }: IconProps) => JSX.Element;
697
+
698
+ declare const SlideDot$1: ({ height, width, fill }: IconProps) => JSX.Element;
699
+
700
+ declare const SlideDotSolid: ({ height, width, fill }: IconProps) => JSX.Element;
701
+
702
+ declare const Ellipsis: ({ height, width, fill }: IconProps) => JSX.Element;
703
+
704
+ declare const EllipsisHorizontal: ({ height, width, fill }: IconProps) => JSX.Element;
705
+
706
+ declare const Filters$1: ({ height, width, fill }: IconProps) => JSX.Element;
707
+
708
+ declare const Lock: ({ height, width, fill }: IconProps) => JSX.Element;
709
+
710
+ declare const LockSolid: ({ height, width, fill }: IconProps) => JSX.Element;
711
+
712
+ declare const Loading: ({ height, width, fill }: IconProps) => JSX.Element;
713
+
714
+ declare const MapSolid: ({ height, width, fill }: IconProps) => JSX.Element;
715
+
716
+ declare const UserV2: ({ height, width, fill }: IconProps) => JSX.Element;
717
+
718
+ declare const ShoppingCartV2: ({ height, width, fill }: IconProps) => JSX.Element;
719
+
320
720
  declare const Navigation_Search: typeof Search;
321
721
  declare const Navigation_User: typeof User;
322
722
  declare const Navigation_ShoppingBag: typeof ShoppingBag;
323
723
  declare const Navigation_ShoppingCart: typeof ShoppingCart;
324
724
  declare const Navigation_MapMarker: typeof MapMarker;
325
725
  declare const Navigation_Hamburger: typeof Hamburger;
726
+ declare const Navigation_AddressInformation: typeof AddressInformation;
727
+ declare const Navigation_ClubMembership: typeof ClubMembership;
728
+ declare const Navigation_Benefits: typeof Benefits;
729
+ declare const Navigation_Home: typeof Home;
730
+ declare const Navigation_HomeSolid: typeof HomeSolid;
731
+ declare const Navigation_ShoppingBagV2: typeof ShoppingBagV2;
732
+ declare const Navigation_UserSolid: typeof UserSolid;
733
+ declare const Navigation_SlideDotSolid: typeof SlideDotSolid;
734
+ declare const Navigation_Ellipsis: typeof Ellipsis;
735
+ declare const Navigation_EllipsisHorizontal: typeof EllipsisHorizontal;
736
+ declare const Navigation_Lock: typeof Lock;
737
+ declare const Navigation_LockSolid: typeof LockSolid;
738
+ declare const Navigation_Loading: typeof Loading;
739
+ declare const Navigation_MapSolid: typeof MapSolid;
740
+ declare const Navigation_UserV2: typeof UserV2;
741
+ declare const Navigation_ShoppingCartV2: typeof ShoppingCartV2;
326
742
  declare namespace Navigation {
327
743
  export {
328
744
  Navigation_Search as Search,
@@ -331,6 +747,24 @@ declare namespace Navigation {
331
747
  Navigation_ShoppingCart as ShoppingCart,
332
748
  Navigation_MapMarker as MapMarker,
333
749
  Navigation_Hamburger as Hamburger,
750
+ Navigation_AddressInformation as AddressInformation,
751
+ Navigation_ClubMembership as ClubMembership,
752
+ Navigation_Benefits as Benefits,
753
+ Navigation_Home as Home,
754
+ Navigation_HomeSolid as HomeSolid,
755
+ Navigation_ShoppingBagV2 as ShoppingBagV2,
756
+ Navigation_UserSolid as UserSolid,
757
+ SlideDot$1 as SlideDot,
758
+ Navigation_SlideDotSolid as SlideDotSolid,
759
+ Navigation_Ellipsis as Ellipsis,
760
+ Navigation_EllipsisHorizontal as EllipsisHorizontal,
761
+ Filters$1 as Filters,
762
+ Navigation_Lock as Lock,
763
+ Navigation_LockSolid as LockSolid,
764
+ Navigation_Loading as Loading,
765
+ Navigation_MapSolid as MapSolid,
766
+ Navigation_UserV2 as UserV2,
767
+ Navigation_ShoppingCartV2 as ShoppingCartV2,
334
768
  };
335
769
  }
336
770
 
@@ -351,18 +785,61 @@ interface IconWrapperProps {
351
785
  fill?: string;
352
786
  }
353
787
 
354
- declare const Mail: ({ height, width }: IconWrapperProps) => JSX.Element;
788
+ declare const Mail: ({ height, width, }: Pick<IconWrapperProps, 'width' | 'height'>) => JSX.Element;
789
+
790
+ declare const Community$1: ({ height, width, fill }: IconProps) => JSX.Element;
791
+
792
+ declare const QuoteLeft: ({ height, width, fill }: IconProps) => JSX.Element;
793
+
794
+ declare const QuoteRight: ({ height, width, fill }: IconProps) => JSX.Element;
795
+
796
+ declare const QuoteSolidLeft: ({ height, width, fill }: IconProps) => JSX.Element;
797
+
798
+ declare const QuoteSolidRight: ({ height, width, fill }: IconProps) => JSX.Element;
799
+
800
+ declare const Light: ({ height, width, fill }: IconProps) => JSX.Element;
801
+
802
+ declare const LightBulb: ({ height, width, fill }: IconProps) => JSX.Element;
803
+
804
+ declare const LightBulbSolid: ({ height, width, fill }: IconProps) => JSX.Element;
805
+
806
+ declare const CommentDots: ({ height, width, fill }: IconProps) => JSX.Element;
807
+
808
+ declare const CommentLight: ({ height, width, fill }: IconProps) => JSX.Element;
809
+
810
+ declare const CommentMoney: ({ height, width, fill }: IconProps) => JSX.Element;
355
811
 
356
812
  declare const Messaging_QuestionCircle: typeof QuestionCircle;
357
813
  declare const Messaging_Messenger: typeof Messenger;
358
814
  declare const Messaging_Comment: typeof Comment;
359
815
  declare const Messaging_Mail: typeof Mail;
816
+ declare const Messaging_QuoteLeft: typeof QuoteLeft;
817
+ declare const Messaging_QuoteRight: typeof QuoteRight;
818
+ declare const Messaging_QuoteSolidLeft: typeof QuoteSolidLeft;
819
+ declare const Messaging_QuoteSolidRight: typeof QuoteSolidRight;
820
+ declare const Messaging_Light: typeof Light;
821
+ declare const Messaging_LightBulb: typeof LightBulb;
822
+ declare const Messaging_LightBulbSolid: typeof LightBulbSolid;
823
+ declare const Messaging_CommentDots: typeof CommentDots;
824
+ declare const Messaging_CommentLight: typeof CommentLight;
825
+ declare const Messaging_CommentMoney: typeof CommentMoney;
360
826
  declare namespace Messaging {
361
827
  export {
362
828
  Messaging_QuestionCircle as QuestionCircle,
363
829
  Messaging_Messenger as Messenger,
364
830
  Messaging_Comment as Comment,
365
831
  Messaging_Mail as Mail,
832
+ Community$1 as Community,
833
+ Messaging_QuoteLeft as QuoteLeft,
834
+ Messaging_QuoteRight as QuoteRight,
835
+ Messaging_QuoteSolidLeft as QuoteSolidLeft,
836
+ Messaging_QuoteSolidRight as QuoteSolidRight,
837
+ Messaging_Light as Light,
838
+ Messaging_LightBulb as LightBulb,
839
+ Messaging_LightBulbSolid as LightBulbSolid,
840
+ Messaging_CommentDots as CommentDots,
841
+ Messaging_CommentLight as CommentLight,
842
+ Messaging_CommentMoney as CommentMoney,
366
843
  };
367
844
  }
368
845
 
@@ -423,10 +900,83 @@ declare namespace SlideDots {
423
900
 
424
901
  declare const Thinking: ({ height, width }: IconProps$1) => JSX.Element;
425
902
 
903
+ declare const SmilingV2: ({ height, width }: IconProps$1) => JSX.Element;
904
+
905
+ declare const Grinning: ({ height, width }: IconProps$1) => JSX.Element;
906
+
907
+ declare const GrinningWithSweat: ({ height, width }: IconProps$1) => JSX.Element;
908
+
909
+ declare const BlowingKiss: ({ height, width }: IconProps$1) => JSX.Element;
910
+
911
+ declare const Frowning: ({ height, width }: IconProps$1) => JSX.Element;
912
+
913
+ declare const Relieved: ({ height, width }: IconProps$1) => JSX.Element;
914
+
426
915
  declare const Emoji_Thinking: typeof Thinking;
916
+ declare const Emoji_SmilingV2: typeof SmilingV2;
917
+ declare const Emoji_Grinning: typeof Grinning;
918
+ declare const Emoji_GrinningWithSweat: typeof GrinningWithSweat;
919
+ declare const Emoji_BlowingKiss: typeof BlowingKiss;
920
+ declare const Emoji_Frowning: typeof Frowning;
921
+ declare const Emoji_Relieved: typeof Relieved;
427
922
  declare namespace Emoji {
428
923
  export {
429
924
  Emoji_Thinking as Thinking,
925
+ Emoji_SmilingV2 as SmilingV2,
926
+ Emoji_Grinning as Grinning,
927
+ Emoji_GrinningWithSweat as GrinningWithSweat,
928
+ Emoji_BlowingKiss as BlowingKiss,
929
+ Emoji_Frowning as Frowning,
930
+ Emoji_Relieved as Relieved,
931
+ };
932
+ }
933
+
934
+ declare const FreeShipping: ({ height, width, fill }: IconProps) => JSX.Element;
935
+
936
+ declare const PersonalStylist: ({ height, width, fill }: IconProps) => JSX.Element;
937
+
938
+ declare const Community: ({ height, width, fill }: IconProps) => JSX.Element;
939
+
940
+ declare const VIP: ({ height, width, fill }: IconProps) => JSX.Element;
941
+
942
+ declare const DealsOffers: ({ height, width, fill }: IconProps) => JSX.Element;
943
+
944
+ declare const StyleFashionContent: ({ height, width, fill }: IconProps) => JSX.Element;
945
+
946
+ declare const MembersOnlyDiscount: ({ height, width, fill }: IconProps) => JSX.Element;
947
+
948
+ declare const Profile: ({ height, width, fill, testId }: IconProps) => JSX.Element;
949
+
950
+ declare const MembersOnlyDiscountOpposite: ({ height, width, fill }: IconProps) => JSX.Element;
951
+
952
+ declare const PriorityShipping: ({ height, width, fill }: IconProps) => JSX.Element;
953
+
954
+ declare const Guard: ({ height, width, fill }: IconProps) => JSX.Element;
955
+
956
+ declare const MyAccount_FreeShipping: typeof FreeShipping;
957
+ declare const MyAccount_PersonalStylist: typeof PersonalStylist;
958
+ declare const MyAccount_Community: typeof Community;
959
+ declare const MyAccount_VIP: typeof VIP;
960
+ declare const MyAccount_DealsOffers: typeof DealsOffers;
961
+ declare const MyAccount_StyleFashionContent: typeof StyleFashionContent;
962
+ declare const MyAccount_MembersOnlyDiscount: typeof MembersOnlyDiscount;
963
+ declare const MyAccount_Profile: typeof Profile;
964
+ declare const MyAccount_MembersOnlyDiscountOpposite: typeof MembersOnlyDiscountOpposite;
965
+ declare const MyAccount_PriorityShipping: typeof PriorityShipping;
966
+ declare const MyAccount_Guard: typeof Guard;
967
+ declare namespace MyAccount {
968
+ export {
969
+ MyAccount_FreeShipping as FreeShipping,
970
+ MyAccount_PersonalStylist as PersonalStylist,
971
+ MyAccount_Community as Community,
972
+ MyAccount_VIP as VIP,
973
+ MyAccount_DealsOffers as DealsOffers,
974
+ MyAccount_StyleFashionContent as StyleFashionContent,
975
+ MyAccount_MembersOnlyDiscount as MembersOnlyDiscount,
976
+ MyAccount_Profile as Profile,
977
+ MyAccount_MembersOnlyDiscountOpposite as MembersOnlyDiscountOpposite,
978
+ MyAccount_PriorityShipping as PriorityShipping,
979
+ MyAccount_Guard as Guard,
430
980
  };
431
981
  }
432
982
 
@@ -444,6 +994,7 @@ declare const Icon: {
444
994
  Payment: typeof Payment;
445
995
  SlideDots: typeof SlideDots;
446
996
  Emoji: typeof Emoji;
997
+ MyAccount: typeof MyAccount;
447
998
  };
448
999
 
449
1000
  interface CardBodyProps {
@@ -460,7 +1011,7 @@ interface borderProps {
460
1011
  }
461
1012
  interface CardProps {
462
1013
  children: ReactNode;
463
- backgroundColor: string;
1014
+ backgroundColor?: string;
464
1015
  widthAuto?: boolean;
465
1016
  border?: borderProps;
466
1017
  flex?: boolean;
@@ -488,6 +1039,8 @@ declare type CommonProps<T> = {
488
1039
  initialValue?: Value<T>;
489
1040
  placeHolder: string;
490
1041
  testId?: string;
1042
+ required?: string;
1043
+ showRequiredPlaceholder?: boolean;
491
1044
  };
492
1045
  declare type ControlledProps<T> = {
493
1046
  value: Value<T>;
@@ -498,7 +1051,22 @@ declare type UncontrolledProps<T> = {
498
1051
  onChange?: OnChange<T>;
499
1052
  } & CommonProps<T>;
500
1053
  declare type SimpleDropdownProps<T> = UncontrolledProps<T> | ControlledProps<T>;
501
- declare function SimpleDropdown<T>({ options, disabled, initialValue, placeHolder, label, wide, sort, onChange, value, testId, }: SimpleDropdownProps<T>): JSX.Element;
1054
+ declare function SimpleDropdown<T>({ options, disabled, initialValue, placeHolder, label, wide, sort, onChange, value, testId, required, showRequiredPlaceholder, }: SimpleDropdownProps<T>): JSX.Element;
1055
+
1056
+ interface DialogPositionProps {
1057
+ top: string;
1058
+ right: string;
1059
+ }
1060
+ interface DialogDropdownProps {
1061
+ options: {
1062
+ label: string;
1063
+ value: string;
1064
+ }[];
1065
+ position: DialogPositionProps;
1066
+ style?: React.CSSProperties;
1067
+ className?: string;
1068
+ }
1069
+ declare const DropdownDialog: ({ options, position: { top, right }, style, className, }: DialogDropdownProps) => JSX.Element;
502
1070
 
503
1071
  interface SizeSelectorProps {
504
1072
  label: string;
@@ -529,6 +1097,7 @@ interface BaseButtonProps {
529
1097
  inline?: boolean;
530
1098
  uppercase?: boolean;
531
1099
  testId?: string;
1100
+ id?: string;
532
1101
  }
533
1102
 
534
1103
  declare type BaseProps = Pick<BaseButtonProps, 'disabled' | 'type' | 'onClick'>;
@@ -550,8 +1119,21 @@ interface DiscountTagProps {
550
1119
  borderColor?: string;
551
1120
  textColor?: string;
552
1121
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1122
+ style?: React.CSSProperties;
553
1123
  }
554
- declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, }: DiscountTagProps) => JSX.Element;
1124
+ declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, style, }: DiscountTagProps) => JSX.Element;
1125
+
1126
+ interface ClubOfferTagProps {
1127
+ clubOfferText?: string;
1128
+ className?: string;
1129
+ disabled?: boolean;
1130
+ backgroundColor?: string;
1131
+ borderColor?: string;
1132
+ textColor?: string;
1133
+ size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1134
+ style?: React.CSSProperties;
1135
+ }
1136
+ declare const ClubOfferTag: ({ clubOfferText, className, disabled, backgroundColor, borderColor, textColor, size, style, }: ClubOfferTagProps) => JSX.Element;
555
1137
 
556
1138
  interface PriceLabelProps {
557
1139
  finalPrice: string | number;
@@ -559,9 +1141,16 @@ interface PriceLabelProps {
559
1141
  color?: string;
560
1142
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
561
1143
  discount?: DiscountTagProps;
1144
+ clubOffer?: ClubOfferTagProps;
1145
+ finalPriceStyled?: boolean;
1146
+ finalPriceStyle?: React.CSSProperties;
1147
+ originalPriceStyled?: boolean;
1148
+ originalPriceUnderlined?: boolean;
562
1149
  testId?: string;
563
1150
  }
564
- declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, testId, size, }: PriceLabelProps) => JSX.Element;
1151
+ declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, testId, finalPriceStyled, finalPriceStyle, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
1152
+
1153
+ declare const PriceLabelV2: ({ finalPrice, originalPrice, discount, clubOffer, color, testId, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
565
1154
 
566
1155
  interface ColorPickerProps {
567
1156
  options: ColorPickerOption[];
@@ -583,21 +1172,29 @@ declare const MultiColorPicker: ({ options, label, selectedValue, onChange, }: M
583
1172
  interface ProductGalleryProps {
584
1173
  images: ImageType[];
585
1174
  selectedValue?: ImageType;
586
- DiscountTagElement?: JSX.Element;
587
- BestSellerTagElement?: JSX.Element;
1175
+ topTag?: JSX.Element;
1176
+ bottomTag?: JSX.Element;
588
1177
  productImageDataTestId?: string;
589
1178
  previewListDataTestId?: string;
1179
+ thumbnailPosition?: 'vertical' | 'horizontal';
1180
+ borderRadiusVariant?: boolean;
1181
+ previewImgBorderColor?: string;
1182
+ ctaText?: string;
1183
+ ctaAction?: () => void;
1184
+ hideCTA?: boolean;
590
1185
  }
591
- declare const ProductGallery: ({ images, selectedValue, DiscountTagElement, BestSellerTagElement, productImageDataTestId, previewListDataTestId, }: ProductGalleryProps) => JSX.Element;
1186
+ declare const ProductGallery: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, previewListDataTestId, thumbnailPosition, borderRadiusVariant, previewImgBorderColor, ctaText, ctaAction, hideCTA, }: ProductGalleryProps) => JSX.Element;
592
1187
 
593
1188
  interface RatingProps {
594
1189
  rating: number;
595
1190
  size?: ComponentSize;
596
- reviews: number;
597
- reviewsText: string;
1191
+ reviews?: number;
1192
+ reviewsText?: string;
598
1193
  wrapWithParenthesis?: boolean;
1194
+ underline?: boolean;
1195
+ reviewsContainerId?: string;
599
1196
  }
600
- declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, }: RatingProps) => JSX.Element;
1197
+ declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, underline, reviewsContainerId, }: RatingProps) => JSX.Element;
601
1198
 
602
1199
  interface FitPredictorProps {
603
1200
  onClick: () => void;
@@ -609,8 +1206,23 @@ interface ProgressBarProps {
609
1206
  fillColor: string;
610
1207
  widthAuto?: boolean;
611
1208
  percent?: number;
1209
+ height?: string;
1210
+ backgroundColor?: string;
1211
+ borderRadius?: string;
612
1212
  }
613
- declare const ProgressBar: ({ description, fillColor, widthAuto, percent, }: ProgressBarProps) => JSX.Element;
1213
+ declare const ProgressBar: ({ description, fillColor, widthAuto, percent, height, backgroundColor, borderRadius, }: ProgressBarProps) => JSX.Element;
1214
+
1215
+ interface MotivatorProgressBarProps {
1216
+ fillColor?: string;
1217
+ currentAmount?: number;
1218
+ backgroundColor?: string;
1219
+ unfilledColor?: string;
1220
+ borderRadius?: string;
1221
+ rewardUnlockedMessage: string;
1222
+ endingValue?: number;
1223
+ currencyCode?: string;
1224
+ }
1225
+ declare const MotivatorProgressBar: ({ fillColor, backgroundColor, unfilledColor, currencyCode, endingValue, currentAmount, rewardUnlockedMessage, }: MotivatorProgressBarProps) => JSX.Element;
614
1226
 
615
1227
  interface IconButtonProps {
616
1228
  children: React.ReactNode;
@@ -624,31 +1236,45 @@ interface TooltipProps {
624
1236
  children: React.ReactNode;
625
1237
  position: ComponentPosition;
626
1238
  align?: 'start' | 'center' | 'end';
627
- text: string;
1239
+ content?: {
1240
+ text: string;
1241
+ color?: string;
1242
+ };
1243
+ backgroundColor?: string;
1244
+ maxWidth?: string;
628
1245
  header?: {
629
1246
  title: string;
630
- Icon: IconType;
1247
+ titleColor?: string;
1248
+ Icon?: IconType;
1249
+ iconFill?: string;
631
1250
  };
632
1251
  onClick?: () => void;
633
1252
  }
634
- declare const Tooltip: ({ children, position, text, align, onClick, header, }: TooltipProps) => JSX.Element;
1253
+ declare const Tooltip: ({ children, position, content, backgroundColor, align, maxWidth, onClick, header, }: TooltipProps) => JSX.Element;
635
1254
 
636
1255
  interface AccordionProps {
637
1256
  defaultOpen?: boolean;
1257
+ forceOpenHandler?: boolean;
1258
+ forceOpenValue?: boolean;
1259
+ titleColor?: string;
638
1260
  variant: 'simple' | 'box';
639
1261
  header: ReactNode;
1262
+ headerOnOpen?: ReactNode;
640
1263
  content: ReactNode;
641
1264
  disabled?: boolean;
1265
+ innerHTML?: boolean;
642
1266
  openIcon: IconType;
643
1267
  closeIcon: IconType;
1268
+ onClick?: (index: number) => void;
644
1269
  }
645
- declare const Accordion: ({ header, content, defaultOpen, variant, disabled, openIcon, closeIcon, }: AccordionProps) => JSX.Element;
1270
+ declare const Accordion: ({ header, headerOnOpen, content, defaultOpen, forceOpenHandler, forceOpenValue, titleColor, variant, disabled, innerHTML, openIcon, closeIcon, onClick, }: AccordionProps) => JSX.Element;
646
1271
 
647
1272
  declare const ThemeProvider: FC<{
648
1273
  theme: Theme;
649
1274
  children: ReactNode;
650
1275
  }>;
651
1276
  declare const useTheme: () => Theme;
1277
+
652
1278
  declare const ThemeVariables: FC<{
653
1279
  theme: Theme;
654
1280
  Container?: ElementType;
@@ -678,6 +1304,7 @@ declare type Theme = {
678
1304
  };
679
1305
  declare type ThemeBreakpoints = {
680
1306
  mobile: number;
1307
+ tablet?: number;
681
1308
  desktop: number;
682
1309
  };
683
1310
  declare type ThemeBasicPallete = {
@@ -685,7 +1312,7 @@ declare type ThemeBasicPallete = {
685
1312
  contrast: string;
686
1313
  };
687
1314
  declare type ThemeColorPallete = ThemeBasicPallete & {
688
- soft: ThemeBasicPallete;
1315
+ soft?: ThemeBasicPallete;
689
1316
  };
690
1317
  declare type ThemeColorPrimaryPallete = ThemeColorPallete & {
691
1318
  20: ThemeColorPallete;
@@ -697,6 +1324,7 @@ declare type ThemeColors = {
697
1324
  pallete: {
698
1325
  primary: ThemeColorPrimaryPallete;
699
1326
  secondary: ThemeColorPrimaryPallete;
1327
+ tertiary?: ThemeColorPrimaryPallete;
700
1328
  } & Partial<Record<string, ThemeColorPallete>>;
701
1329
  shades: {
702
1330
  black: ThemeBasicPallete;
@@ -706,6 +1334,7 @@ declare type ThemeColors = {
706
1334
  50: ThemeBasicPallete;
707
1335
  100: ThemeBasicPallete;
708
1336
  150: ThemeBasicPallete;
1337
+ 175: ThemeBasicPallete;
709
1338
  200: ThemeBasicPallete;
710
1339
  250: ThemeBasicPallete;
711
1340
  300: ThemeBasicPallete;
@@ -734,6 +1363,8 @@ declare type ThemeColors = {
734
1363
  color: string;
735
1364
  disabled: string;
736
1365
  highlight: string;
1366
+ shadow?: string;
1367
+ isChecked?: string;
737
1368
  };
738
1369
  background: {
739
1370
  color: string;
@@ -749,6 +1380,10 @@ declare type ThemeComponent = {
749
1380
  border: string;
750
1381
  borderRadius: string;
751
1382
  fontWeight: number;
1383
+ lineHeight: string;
1384
+ letterSpacing: string;
1385
+ minWidth: string;
1386
+ minHeight: string;
752
1387
  size: {
753
1388
  small: {
754
1389
  fontSize: string;
@@ -795,6 +1430,12 @@ declare type ThemeComponent = {
795
1430
  lineHeight: string;
796
1431
  border: string;
797
1432
  boxShadow: string;
1433
+ errorBorder: string;
1434
+ };
1435
+ inputPlaceholder: {
1436
+ fontSize: string;
1437
+ padding: string;
1438
+ focusBorder: string;
798
1439
  };
799
1440
  inputCustom: {
800
1441
  button: {
@@ -827,6 +1468,12 @@ declare type ThemeComponent = {
827
1468
  border: string;
828
1469
  color: string;
829
1470
  };
1471
+ noStock: {
1472
+ fontWeight: number;
1473
+ background: string;
1474
+ border: string;
1475
+ color: string;
1476
+ };
830
1477
  disabled: {
831
1478
  border: string;
832
1479
  };
@@ -880,10 +1527,13 @@ declare type ThemeComponent = {
880
1527
  };
881
1528
  card: {
882
1529
  borderRadius: string;
1530
+ backgroundColor: string;
883
1531
  };
884
1532
  radio: {
885
1533
  borderColor: string;
886
1534
  background: string;
1535
+ textSize: string;
1536
+ lineHeight: string;
887
1537
  size: {
888
1538
  small: {
889
1539
  borderWidth: string;
@@ -912,6 +1562,7 @@ declare type ThemeComponent = {
912
1562
  };
913
1563
  };
914
1564
  label: {
1565
+ color: string;
915
1566
  fontSize: {
916
1567
  small: string;
917
1568
  medium: string;
@@ -1020,11 +1671,13 @@ declare type ThemeComponent = {
1020
1671
  fontWeight: number;
1021
1672
  lineHeight: string;
1022
1673
  padding: string;
1674
+ optionPadding: string;
1023
1675
  color: string;
1024
1676
  fill: string;
1025
1677
  options: {
1026
1678
  borderColor: string;
1027
1679
  color: string;
1680
+ borderRadius: string;
1028
1681
  };
1029
1682
  };
1030
1683
  modal: {
@@ -1038,6 +1691,200 @@ declare type ThemeComponent = {
1038
1691
  selectedContrast: string;
1039
1692
  tagColor: string;
1040
1693
  };
1694
+ slideNavigation: {
1695
+ slideDots: {
1696
+ unselectedDotColor: string;
1697
+ selectedDotColor: string;
1698
+ dotsOpacity: number;
1699
+ };
1700
+ };
1701
+ beforeAfter: {
1702
+ size: {
1703
+ small: {
1704
+ image: {
1705
+ minHeight: string;
1706
+ minWidth: string;
1707
+ mobile: {
1708
+ minHeight: string;
1709
+ minWidth: string;
1710
+ };
1711
+ };
1712
+ imageContainer: {
1713
+ maxWidth: string;
1714
+ padding: string;
1715
+ mobile: {
1716
+ maxWidth: string;
1717
+ };
1718
+ };
1719
+ userInfoText: {
1720
+ fontSize: string;
1721
+ mobile: {
1722
+ fontSize: string;
1723
+ };
1724
+ };
1725
+ };
1726
+ medium: {
1727
+ image: {
1728
+ minHeight: string;
1729
+ minWidth: string;
1730
+ mobile: {
1731
+ minHeight: string;
1732
+ minWidth: string;
1733
+ };
1734
+ };
1735
+ imageContainer: {
1736
+ maxWidth: string;
1737
+ padding: string;
1738
+ mobile: {
1739
+ maxWidth: string;
1740
+ };
1741
+ };
1742
+ userInfoText: {
1743
+ fontSize: string;
1744
+ mobile: {
1745
+ fontSize: string;
1746
+ };
1747
+ };
1748
+ };
1749
+ large: {
1750
+ image: {
1751
+ minHeight: string;
1752
+ minWidth: string;
1753
+ mobile: {
1754
+ minHeight: string;
1755
+ minWidth: string;
1756
+ };
1757
+ };
1758
+ imageContainer: {
1759
+ maxWidth: string;
1760
+ padding: string;
1761
+ mobile: {
1762
+ maxWidth: string;
1763
+ };
1764
+ };
1765
+ userInfoText: {
1766
+ fontSize: string;
1767
+ mobile: {
1768
+ fontSize: string;
1769
+ };
1770
+ };
1771
+ };
1772
+ };
1773
+ };
1774
+ total: {
1775
+ basicTotal: {
1776
+ amount: {
1777
+ color: string;
1778
+ fontSize: string;
1779
+ };
1780
+ currency: {
1781
+ color: string;
1782
+ fontSize: string;
1783
+ lineHeight: string;
1784
+ alignSelf?: string;
1785
+ };
1786
+ savings: {
1787
+ textFontSize: string;
1788
+ textLineHeight: string;
1789
+ amountFontSize: string;
1790
+ amountFontWeight: number;
1791
+ amountLineHeight: string;
1792
+ color?: string;
1793
+ };
1794
+ };
1795
+ };
1796
+ subTotal: {
1797
+ basicSubTotal: {
1798
+ family: string;
1799
+ size: string;
1800
+ weight: number;
1801
+ lineHeight: string;
1802
+ color: string;
1803
+ };
1804
+ };
1805
+ pricing: {
1806
+ priceLabel: {
1807
+ price: {
1808
+ size: ComponentSize$1.Small | ComponentSize$1.Medium | ComponentSize$1.Large;
1809
+ originalPriceColor: string;
1810
+ actualPriceColor: string;
1811
+ };
1812
+ };
1813
+ };
1814
+ orderSummary: {
1815
+ headingTextAlign: string;
1816
+ backgroundColor: string;
1817
+ maxWidth?: string;
1818
+ padding?: string;
1819
+ borderRadius?: string;
1820
+ onMobile: {
1821
+ maxWidth?: string;
1822
+ padding?: string;
1823
+ backgroundColor?: string;
1824
+ };
1825
+ };
1826
+ expressCheckout: {
1827
+ fontFamily: string;
1828
+ fontWeight: number;
1829
+ lineHeight: string;
1830
+ button: {
1831
+ borderRadius: string;
1832
+ };
1833
+ };
1834
+ copyrightText: {
1835
+ fontSize: string;
1836
+ fontWeight: number;
1837
+ lineHeight: string;
1838
+ color: string;
1839
+ };
1840
+ textButton: {
1841
+ fontWeight: number;
1842
+ lineHeight: string;
1843
+ };
1844
+ deliveryDetails: {
1845
+ title: {
1846
+ fontSize: string;
1847
+ lineHeight: string;
1848
+ weight: number;
1849
+ };
1850
+ note: {
1851
+ accentColor: string;
1852
+ color: string;
1853
+ backgroundColor: string;
1854
+ };
1855
+ SectionDetails?: {
1856
+ marginLeft: string;
1857
+ };
1858
+ };
1859
+ text: {
1860
+ orderHeader: {
1861
+ color: string;
1862
+ };
1863
+ };
1864
+ orderBar: {
1865
+ backgroundColor: string;
1866
+ fontColor: string;
1867
+ };
1868
+ banner: {
1869
+ outlineColor: string;
1870
+ filledColor: string;
1871
+ fontColor: string;
1872
+ };
1873
+ offerTitleText: {
1874
+ size: string;
1875
+ weight: number;
1876
+ lineHeight: string;
1877
+ };
1878
+ linePrice: {
1879
+ color: string;
1880
+ badge: {
1881
+ color: string;
1882
+ borderRadius: string;
1883
+ };
1884
+ };
1885
+ divider: {
1886
+ color: string;
1887
+ };
1041
1888
  };
1042
1889
  declare type ThemeTypography = {
1043
1890
  config: {
@@ -1064,6 +1911,26 @@ declare type ThemeAssets = {
1064
1911
  images: {
1065
1912
  favicon: string;
1066
1913
  logo: string;
1914
+ logoSize?: {
1915
+ width: string;
1916
+ height: string;
1917
+ };
1918
+ logoMobile?: string;
1919
+ checkoutLogo?: {
1920
+ url: string;
1921
+ width: string;
1922
+ height: string;
1923
+ };
1924
+ upsellLogo?: {
1925
+ url: string;
1926
+ width: string;
1927
+ height: string;
1928
+ };
1929
+ tyLogo?: {
1930
+ url: string;
1931
+ width: string;
1932
+ height: string;
1933
+ };
1067
1934
  };
1068
1935
  [key: string]: any;
1069
1936
  };
@@ -1074,11 +1941,12 @@ interface CheckboxProps {
1074
1941
  size?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1075
1942
  text: string;
1076
1943
  checked?: boolean;
1944
+ blockUncheck?: boolean;
1077
1945
  id: string;
1078
1946
  backgroundColor?: string;
1079
- variant: 'primary' | 'secondary';
1947
+ variant: 'primary' | 'secondary' | 'color';
1080
1948
  }
1081
- declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, }: CheckboxProps) => JSX.Element;
1949
+ declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, blockUncheck, backgroundColor, }: CheckboxProps) => JSX.Element;
1082
1950
 
1083
1951
  interface RadioGroupInputProps {
1084
1952
  name: string;
@@ -1087,8 +1955,20 @@ interface RadioGroupInputProps {
1087
1955
  onChange: (value: RadioGroupOption) => void;
1088
1956
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1089
1957
  disabled?: boolean;
1958
+ style?: React.CSSProperties;
1959
+ }
1960
+ declare const RadioGroupInput: ({ style, name, options, value, onChange, size, disabled, }: RadioGroupInputProps) => JSX.Element;
1961
+
1962
+ interface ClubRadioGroupInputProps {
1963
+ name: string;
1964
+ options?: RadioGroupOption[];
1965
+ value?: RadioGroupOption;
1966
+ onChange: (value: RadioGroupOption) => void;
1967
+ size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1968
+ disabled?: boolean;
1969
+ style?: React.CSSProperties;
1090
1970
  }
1091
- declare const RadioGroupInput: ({ name, options, value, onChange, size, disabled, }: RadioGroupInputProps) => JSX.Element;
1971
+ declare const ClubRadioGroupInput: ({ style, name, options, value, onChange, size, disabled, }: ClubRadioGroupInputProps) => JSX.Element;
1092
1972
 
1093
1973
  interface SimpleProps {
1094
1974
  title: string;
@@ -1123,16 +2003,18 @@ interface CategoryTagProps {
1123
2003
  text: string;
1124
2004
  size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1125
2005
  className?: string;
2006
+ styledBorder?: boolean;
1126
2007
  }
1127
- declare const CategoryTag: ({ text, size, className }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
2008
+ declare const CategoryTag: ({ text, size, className, styledBorder }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1128
2009
 
1129
2010
  interface SeasonOfferTagProps {
1130
2011
  text: string;
1131
2012
  backgroundColor?: string;
1132
2013
  size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1133
2014
  className?: string;
2015
+ styledBorder?: boolean;
1134
2016
  }
1135
- declare const SeasonOfferTag: ({ text, backgroundColor, size, className, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
2017
+ declare const SeasonOfferTag: ({ text, backgroundColor, size, className, styledBorder, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1136
2018
 
1137
2019
  interface TimeProps {
1138
2020
  hours: number;
@@ -1145,7 +2027,14 @@ interface TimerProps extends TimeProps {
1145
2027
  }
1146
2028
  declare const Timer: ({ onTimeUp, displayZeroValues, ...rest }: TimerProps) => JSX.Element;
1147
2029
 
1148
- interface BaseInputCommmonProps {
2030
+ interface BaseInputCommonProps {
2031
+ id?: string;
2032
+ value?: string;
2033
+ innerRef?: React.Ref<HTMLInputElement>;
2034
+ onBlur?: () => void;
2035
+ onFocus?: () => void;
2036
+ onChange?: (value: string, event: any) => void;
2037
+ hideClear?: boolean;
1149
2038
  defaultValue?: string;
1150
2039
  maxLength?: number;
1151
2040
  placeholder?: string;
@@ -1155,16 +2044,14 @@ interface BaseInputCommmonProps {
1155
2044
  required?: string;
1156
2045
  children?: React.ReactNode;
1157
2046
  size?: 'regular' | 'small';
2047
+ inlinePlaceholder?: boolean;
2048
+ hasError?: boolean;
2049
+ inputType?: 'text' | 'email' | 'password' | 'url';
2050
+ name?: string;
2051
+ autoFocus?: boolean;
2052
+ requiredPlaceholder?: string;
1158
2053
  }
1159
- interface BaseInputControlled extends BaseInputCommmonProps {
1160
- value: string;
1161
- onChange: (value: string) => void;
1162
- }
1163
- interface BaseInputUncontrolled extends BaseInputCommmonProps {
1164
- value?: never;
1165
- onChange?: (value: string) => void;
1166
- }
1167
- declare type BaseInputProps = BaseInputControlled | BaseInputUncontrolled;
2054
+ declare type BaseInputProps = BaseInputCommonProps;
1168
2055
 
1169
2056
  declare type BasePlusIconProps = BaseInputProps & {
1170
2057
  Icon: IconType;
@@ -1203,7 +2090,7 @@ declare type CustomProps = BaseInputProps & {
1203
2090
  };
1204
2091
 
1205
2092
  declare const Input: {
1206
- Simple: ({ value, onChange, defaultValue, label, children, required, onValidation, size, ...rest }: BaseInputProps) => JSX.Element;
2093
+ Simple: ({ value, onChange, label, children, required, onValidation, size, placeholder, inlinePlaceholder, hasError, inputType, hideClear, innerRef, requiredPlaceholder, ...rest }: BaseInputCommonProps) => JSX.Element;
1207
2094
  Custom: ({ onClick, text, variant, ...rest }: CustomProps) => JSX.Element;
1208
2095
  SimplePlusButton: ({ onClick, onClickEdit, text, success, editText, successText, ...rest }: BasePlusButtonProps) => JSX.Element;
1209
2096
  SimplePlusIcon: ({ Icon, ...rest }: BasePlusIconProps) => JSX.Element;
@@ -1263,7 +2150,7 @@ declare type detail = {
1263
2150
  details: string;
1264
2151
  };
1265
2152
  interface orderUpdate extends detail {
1266
- keepMeUpdated: {
2153
+ keepMeUpdated?: {
1267
2154
  title: string;
1268
2155
  onClick: () => void;
1269
2156
  };
@@ -1276,9 +2163,9 @@ interface DeliveryDetailsProps {
1276
2163
  note?: {
1277
2164
  importantNoteText: string;
1278
2165
  text: string;
1279
- accentColor: string;
1280
- backgroundColor: string;
1281
- color: string;
2166
+ accentColor?: string;
2167
+ backgroundColor?: string;
2168
+ color?: string;
1282
2169
  };
1283
2170
  }
1284
2171
  declare const DeliveryDetails: ({ deliveryDetailsText, arrivingBy, shippingTo, instantOrderUpdate, note, }: DeliveryDetailsProps) => JSX.Element;
@@ -1286,26 +2173,37 @@ declare const DeliveryDetails: ({ deliveryDetailsText, arrivingBy, shippingTo, i
1286
2173
  interface ScrollToTopProps {
1287
2174
  scrollToTopText: string;
1288
2175
  onClick: () => void;
2176
+ fill?: string;
1289
2177
  }
1290
- declare const ScrollToTop: ({ scrollToTopText, onClick }: ScrollToTopProps) => JSX.Element;
2178
+ declare const ScrollToTop: ({ scrollToTopText, onClick, fill }: ScrollToTopProps) => JSX.Element;
1291
2179
 
1292
2180
  interface OrderBarProps {
1293
2181
  message: string;
2182
+ color?: string;
1294
2183
  }
1295
- declare const OrderBar: ({ message }: OrderBarProps) => JSX.Element;
2184
+ declare const OrderBar: ({ message, color }: OrderBarProps) => JSX.Element;
2185
+
2186
+ interface TableProps$1 {
2187
+ headers: string[];
2188
+ data: string[][];
2189
+ className?: string;
2190
+ }
2191
+ declare const SizeTable: ({ headers, data, className }: TableProps$1) => JSX.Element;
1296
2192
 
1297
2193
  interface TableProps {
1298
2194
  headers: string[];
1299
2195
  data: string[][];
2196
+ newSizeTableCss?: boolean;
1300
2197
  }
1301
- declare const SizeTable: ({ headers, data }: TableProps) => JSX.Element;
2198
+ declare const SizeChartTable: ({ headers, data, newSizeTableCss }: TableProps) => JSX.Element;
1302
2199
 
1303
2200
  interface Price extends Pick<PriceLabelProps, 'finalPrice' | 'originalPrice'> {
1304
2201
  color?: string;
1305
2202
  }
1306
2203
  interface ProductOrderItemProps {
1307
- title: string;
2204
+ title: React.ReactNode | string;
1308
2205
  subtitle: string;
2206
+ className?: string;
1309
2207
  image: {
1310
2208
  src: string;
1311
2209
  alt: string;
@@ -1316,10 +2214,12 @@ interface ProductOrderItemProps {
1316
2214
  text: string;
1317
2215
  backgroundColor: string;
1318
2216
  };
2217
+ finalPriceStyle?: React.CSSProperties;
1319
2218
  }
1320
- declare const SimpleOrderItem: ({ title, subtitle, image, price, tag, quantity, }: ProductOrderItemProps) => JSX.Element;
2219
+ declare const SimpleOrderItem: ({ title, className, subtitle, image, price, tag, quantity, finalPriceStyle, }: ProductOrderItemProps) => JSX.Element;
1321
2220
 
1322
- interface ReviewProps {
2221
+ interface ReviewProps$1 {
2222
+ reviewId: string;
1323
2223
  reviewerName: string;
1324
2224
  date: Date;
1325
2225
  rating: number;
@@ -1329,27 +2229,35 @@ interface ReviewProps {
1329
2229
  };
1330
2230
  title: string;
1331
2231
  description: string;
1332
- image: {
2232
+ images?: {
1333
2233
  src: string;
1334
2234
  alt: string;
1335
- };
2235
+ }[];
2236
+ reviewVariant?: string;
2237
+ onClickImage?: (image: string) => void;
2238
+ helpfulActionText?: string;
2239
+ helpfulAction?: (id: string) => void;
2240
+ helpfulCount?: number;
1336
2241
  }
1337
- declare const Review: ({ reviewerName, date, rating, stars, title, description, image }: ReviewProps) => JSX.Element;
2242
+ declare const Review$1: ({ reviewId, reviewerName, date, rating, stars, title, description, images, reviewVariant, onClickImage, helpfulActionText, helpfulAction, helpfulCount, }: ReviewProps$1) => JSX.Element;
1338
2243
 
1339
2244
  interface SliderNavigationProps {
1340
- children: JSX.Element[];
2245
+ children: JSX.Element | JSX.Element[] | StyledComponent<any>;
1341
2246
  infinite: boolean;
1342
2247
  adaptiveHeight: boolean;
1343
- dotsSize: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1344
- dotListMarginTop: number;
2248
+ dotsSize?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
2249
+ dotListMarginTop?: number;
1345
2250
  initialSlide?: number;
1346
2251
  arrows?: {
1347
2252
  arrowWidth: number;
1348
2253
  arrowHeight: number;
1349
2254
  arrowPadding: number;
1350
2255
  };
2256
+ dots?: boolean;
2257
+ slidesToShow?: number;
2258
+ speed?: number;
1351
2259
  }
1352
- declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
2260
+ declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, dots, slidesToShow, speed, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
1353
2261
 
1354
2262
  interface DropdownListIconsProps {
1355
2263
  items: DropdownListIconsItem[];
@@ -1367,8 +2275,11 @@ interface ImageStyleProps {
1367
2275
  interface ImageProps extends ImageStyleProps {
1368
2276
  src: string;
1369
2277
  alt: string;
2278
+ srcSet?: string;
2279
+ sizes?: string;
2280
+ loading?: 'lazy' | 'eager';
1370
2281
  }
1371
- declare const Image: ({ src, alt, height, width, borderRadius, objectFit, objectPosition, className, }: ImageProps) => JSX.Element;
2282
+ declare const Image: ({ src, srcSet, sizes, loading, alt, height, width, borderRadius, objectFit, objectPosition, className, }: ImageProps) => JSX.Element;
1372
2283
 
1373
2284
  interface AmazonPaypalBtnProps {
1374
2285
  onClick: () => void;
@@ -1413,6 +2324,32 @@ interface ProductItemProps {
1413
2324
 
1414
2325
  interface ProductItemSmallMobileProps extends ProductItemProps {
1415
2326
  size: ComponentSize.Medium | ComponentSize.Small | ComponentSize.Large;
2327
+ imageHover?: ImageProps;
2328
+ topTag?: JSX.Element;
2329
+ bottomTag?: JSX.Element;
2330
+ onClick?: () => void;
2331
+ priceDisplayType?: 'default' | 'styled';
2332
+ priceAtBottom?: boolean;
2333
+ priceLoading?: boolean;
2334
+ colorPicker?: {
2335
+ display: boolean;
2336
+ position: string;
2337
+ component: JSX.Element | JSX.Element[] | undefined;
2338
+ };
2339
+ isBNPL?: {
2340
+ displayBNPL: boolean;
2341
+ installments: number;
2342
+ installmentPrice: string;
2343
+ iconFolder?: string;
2344
+ iconName: string;
2345
+ showLogo?: boolean;
2346
+ iconColor: string;
2347
+ fontSize: string;
2348
+ };
2349
+ hasStrength?: {
2350
+ strength: number;
2351
+ description: string;
2352
+ };
1416
2353
  }
1417
2354
 
1418
2355
  declare function withProductGrid<P extends ProductItemProps>(ProductItemComponent: React.FC<P>, data: ProductItemProps[]): {
@@ -1421,7 +2358,7 @@ declare function withProductGrid<P extends ProductItemProps>(ProductItemComponen
1421
2358
  };
1422
2359
 
1423
2360
  declare const Collection: {
1424
- ProductItemMobile: ({ title, image, price, rating, size, tags, alignName, url, className, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
2361
+ ProductItemMobile: ({ title, image, imageHover, price, rating, size, alignName, url, className, topTag, bottomTag, onClick, priceDisplayType, priceAtBottom, priceLoading, colorPicker, isBNPL, hasStrength, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
1425
2362
  withProductGrid: typeof withProductGrid;
1426
2363
  };
1427
2364
 
@@ -1482,49 +2419,56 @@ interface PaginationProps {
1482
2419
  underlineActive?: boolean;
1483
2420
  boldActive?: boolean;
1484
2421
  disabled?: boolean;
2422
+ showReducedPages?: boolean;
1485
2423
  }
1486
- declare const Pagination: ({ from, to, currentPage, onChange, underlineActive, boldActive, disabled, }: PaginationProps) => JSX.Element;
2424
+ declare const Pagination: ({ from, to, currentPage, onChange, underlineActive, boldActive, disabled, showReducedPages, }: PaginationProps) => JSX.Element;
2425
+
2426
+ declare const PaginatorBlog: ({ from, to, currentPage, onChange, }: Pick<PaginationProps, 'from' | 'to' | 'onChange' | 'currentPage'>) => JSX.Element;
1487
2427
 
1488
- declare const Text: FC<TextProps>;
2428
+ declare const Text: ({ variant, children, testId, asSpan, ...allProps }: TextProps) => _emotion_react_jsx_runtime.JSX.Element;
1489
2429
  declare type TextHeroProps = {
1490
2430
  variant: 'hero1' | 'hero2' | 'hero3';
1491
2431
  weight?: 'heavy' | 'bold' | 'demi';
1492
- size?: 'regular';
2432
+ size?: 'regular' | 'xsmall';
1493
2433
  underline?: never;
1494
2434
  disabled?: never;
1495
2435
  wide?: never;
1496
2436
  original?: never;
1497
2437
  allCaps?: never;
2438
+ href: never;
1498
2439
  };
1499
2440
  declare type TextDisplayProps = {
1500
2441
  variant: 'display1' | 'display2';
1501
2442
  weight?: 'bold' | 'demi';
1502
- size?: 'regular';
2443
+ size?: 'regular' | 'xsmall';
1503
2444
  underline?: never;
1504
2445
  disabled?: never;
1505
2446
  wide?: never;
1506
2447
  original?: never;
1507
2448
  allCaps?: never;
2449
+ href: never;
1508
2450
  };
1509
2451
  declare type TextHeadingProps = {
1510
- variant: 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6';
2452
+ variant: 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6' | 'heading7' | 'heading8';
1511
2453
  weight?: 'bold' | 'demi' | 'regular';
1512
- size?: 'regular';
2454
+ size?: 'regular' | 'xsmall';
1513
2455
  underline?: never;
1514
2456
  disabled?: never;
1515
2457
  wide?: never;
1516
2458
  original?: never;
1517
2459
  allCaps?: never;
2460
+ href?: never;
1518
2461
  };
1519
2462
  declare type TextBodyProps = {
1520
2463
  variant: 'body';
1521
- size?: 'regular' | 'small';
2464
+ size?: 'regular' | 'small' | 'xsmall';
1522
2465
  weight?: 'bold' | 'demi' | 'regular';
1523
2466
  underline?: never;
1524
2467
  disabled?: never;
1525
2468
  wide?: never;
1526
2469
  original?: never;
1527
2470
  allCaps?: never;
2471
+ href?: never;
1528
2472
  };
1529
2473
  declare type TextButtonProps = {
1530
2474
  variant: 'button';
@@ -1535,6 +2479,7 @@ declare type TextButtonProps = {
1535
2479
  wide?: boolean;
1536
2480
  original?: never;
1537
2481
  allCaps?: never;
2482
+ href?: never;
1538
2483
  };
1539
2484
  declare type TextPricingProps = {
1540
2485
  variant: 'pricing';
@@ -1545,6 +2490,7 @@ declare type TextPricingProps = {
1545
2490
  wide?: never;
1546
2491
  original?: boolean;
1547
2492
  allCaps?: never;
2493
+ href?: never;
1548
2494
  };
1549
2495
  declare type TextLinkProps = {
1550
2496
  variant: 'link';
@@ -1555,9 +2501,11 @@ declare type TextLinkProps = {
1555
2501
  wide?: never;
1556
2502
  original?: never;
1557
2503
  allCaps?: never;
1558
- } & AnchorHTMLAttributes<'a'>;
2504
+ href?: string;
2505
+ };
1559
2506
  declare type TextLabelProps = {
1560
2507
  variant: 'label';
2508
+ color?: string;
1561
2509
  weight?: 'regular' | 'demi';
1562
2510
  size?: 'regular' | 'small';
1563
2511
  underline?: never;
@@ -1565,6 +2513,7 @@ declare type TextLabelProps = {
1565
2513
  wide?: never;
1566
2514
  original?: never;
1567
2515
  allCaps?: never;
2516
+ href?: never;
1568
2517
  } & LabelHTMLAttributes<'label'>;
1569
2518
  declare type TextTagProps = {
1570
2519
  variant: 'tag';
@@ -1575,11 +2524,15 @@ declare type TextTagProps = {
1575
2524
  wide?: never;
1576
2525
  original?: never;
1577
2526
  allCaps?: boolean;
2527
+ href?: never;
1578
2528
  };
1579
- declare type TextProps = AriaAttributes & {
2529
+ declare type TextProps<T = Element> = AriaAttributes & HTMLAttributes<T> & {
2530
+ children: ReactNode;
1580
2531
  style?: CSSProperties;
1581
2532
  className?: string;
1582
2533
  testId?: string;
2534
+ asSpan?: boolean;
2535
+ color?: string;
1583
2536
  } & (TextHeroProps | TextDisplayProps | TextHeadingProps | TextBodyProps | TextLinkProps | TextButtonProps | TextPricingProps | TextLabelProps | TextTagProps);
1584
2537
 
1585
2538
  interface SearchBarProps {
@@ -1591,18 +2544,25 @@ interface SearchBarProps {
1591
2544
  resultsPanelDataTestId?: string;
1592
2545
  allResults?: number;
1593
2546
  initialTerm?: string;
2547
+ shouldClear?: boolean;
2548
+ isBlogSearchBar?: boolean;
2549
+ ariaLabel?: string;
2550
+ placeholder?: string;
2551
+ id?: string;
2552
+ autoComplete?: string;
1594
2553
  }
1595
- declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, onClose, resultsPanelDataTestId, allResults, initialTerm, }: SearchBarProps) => JSX.Element;
2554
+ declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, onClose, resultsPanelDataTestId, allResults, initialTerm, shouldClear, isBlogSearchBar, ariaLabel, placeholder, id, autoComplete, }: SearchBarProps) => JSX.Element;
1596
2555
 
1597
- interface ProductGalleryMobileProps {
2556
+ interface ProductGalleryMobileProps$1 {
1598
2557
  images: ImageType[];
1599
- selectedValue?: ImageType;
1600
- DiscountTagElement?: JSX.Element;
1601
- BestSellerTagElement?: JSX.Element;
2558
+ customClick?: boolean;
2559
+ topTag?: JSX.Element;
2560
+ bottomTag?: JSX.Element;
1602
2561
  productImageDataTestId?: string;
1603
- slideDotsDataTestId?: string;
2562
+ borderRadiusVariant?: boolean;
2563
+ selectedValue?: ImageType;
1604
2564
  }
1605
- declare const ProductGalleryMobile: ({ images, selectedValue, DiscountTagElement, BestSellerTagElement, productImageDataTestId, slideDotsDataTestId, }: ProductGalleryMobileProps) => JSX.Element;
2565
+ declare const ProductGalleryMobile: ({ images, customClick, topTag, bottomTag, productImageDataTestId, borderRadiusVariant, selectedValue, }: ProductGalleryMobileProps$1) => JSX.Element;
1606
2566
 
1607
2567
  interface RadioProps {
1608
2568
  name: string;
@@ -1613,12 +2573,15 @@ interface RadioProps {
1613
2573
  checked?: boolean;
1614
2574
  disabled?: boolean;
1615
2575
  onChange: (option: RadioGroupOption) => void;
2576
+ style?: React.CSSProperties;
1616
2577
  }
1617
- declare const RadioInput: ({ name, value, id, label, checked, disabled, onChange, size, }: RadioProps) => JSX.Element;
2578
+ declare const RadioInput: ({ style, name, value, id, label, checked, disabled, onChange, size, }: RadioProps) => JSX.Element;
1618
2579
 
1619
2580
  declare type PortalProps = {
1620
2581
  id: string;
1621
2582
  className?: string;
2583
+ overflow?: boolean;
2584
+ style?: CSSProperties;
1622
2585
  };
1623
2586
  declare const Portal: FC<PortalProps>;
1624
2587
 
@@ -1626,10 +2589,12 @@ declare type ModalProps = {
1626
2589
  id: string;
1627
2590
  dismissable?: boolean;
1628
2591
  maxFullScreen?: boolean;
2592
+ padding?: string;
1629
2593
  };
1630
2594
  interface ContainerProps {
1631
2595
  maxFullScreen: boolean;
1632
2596
  opened?: boolean;
2597
+ padding?: string;
1633
2598
  }
1634
2599
  declare const Overlay: _emotion_styled.StyledComponent<{
1635
2600
  theme?: _emotion_react.Theme | undefined;
@@ -1692,6 +2657,26 @@ declare type SpacingProps = {
1692
2657
  };
1693
2658
  declare const Spacing: FC<SpacingProps>;
1694
2659
 
2660
+ interface PackOption$1 {
2661
+ label: string;
2662
+ description: string;
2663
+ meta: {
2664
+ discountPercentage: number;
2665
+ originalPrice: number;
2666
+ price: number;
2667
+ quantity: number;
2668
+ icon: string;
2669
+ tag?: string;
2670
+ };
2671
+ }
2672
+ interface PackSelectorProps$1 {
2673
+ packs: PackOption$1[];
2674
+ selectedValue: PackOption$1;
2675
+ onChange: (size: PackOption$1) => void;
2676
+ currencyCode?: string;
2677
+ }
2678
+ declare const PackSelector: FC<PackSelectorProps$1>;
2679
+
1695
2680
  interface PackOption {
1696
2681
  label: string;
1697
2682
  description: string;
@@ -1708,8 +2693,9 @@ interface PackSelectorProps {
1708
2693
  packs: PackOption[];
1709
2694
  selectedValue: PackOption;
1710
2695
  onChange: (size: PackOption) => void;
2696
+ currencyCode?: string;
1711
2697
  }
1712
- declare const PackSelector: FC<PackSelectorProps>;
2698
+ declare const PackSelectorV2: FC<PackSelectorProps>;
1713
2699
 
1714
2700
  interface FiltersProps {
1715
2701
  values: Filter[];
@@ -1734,6 +2720,218 @@ interface SearchNavigationProps {
1734
2720
  }
1735
2721
  declare const SearchNavigation: ({ returnText, returnUrl, steps, returnAction, }: SearchNavigationProps) => JSX.Element;
1736
2722
 
2723
+ interface TabProps$1 {
2724
+ title: string;
2725
+ content: ReactNode;
2726
+ }
2727
+ interface TabsProps {
2728
+ backgroundColor?: string;
2729
+ initialSelected?: string;
2730
+ tabsMaxWidth?: string;
2731
+ tabs: TabProps$1[];
2732
+ }
2733
+ declare const Tabs: ({ backgroundColor, tabs, initialSelected, tabsMaxWidth, }: TabsProps) => JSX.Element | null;
2734
+
2735
+ interface TabProps {
2736
+ title: string;
2737
+ titleSize?: string;
2738
+ selectedTitleWeight?: number;
2739
+ height?: string;
2740
+ selected?: boolean;
2741
+ color?: string;
2742
+ tabsMaxWidth?: string;
2743
+ onClick: (clickedTab: string) => void;
2744
+ }
2745
+ declare const Tab: ({ title, titleSize, height, selectedTitleWeight, selected, onClick, color, tabsMaxWidth, }: TabProps) => JSX.Element;
2746
+
2747
+ interface IconsWithTitleProps {
2748
+ backgroundColor: string;
2749
+ iconColor: string;
2750
+ iconName: string;
2751
+ iconFolder?: string;
2752
+ withWrapper?: boolean;
2753
+ iconTitle: string;
2754
+ iconSizeDesktop?: number;
2755
+ iconSizeMobile?: number;
2756
+ iconTitlePosition?: 'top' | 'bottom' | 'left' | 'right';
2757
+ iconTitleStyle?: string;
2758
+ iconStyle?: string;
2759
+ isTitleInnerHtml?: boolean;
2760
+ }
2761
+ declare const IconsWithTitle: ({ iconName, iconTitle, iconFolder, withWrapper, backgroundColor, iconColor, iconSizeDesktop, iconSizeMobile, iconTitlePosition, iconTitleStyle, iconStyle, isTitleInnerHtml, }: IconsWithTitleProps) => JSX.Element | null;
2762
+
2763
+ interface NoteProps {
2764
+ accentColor?: string;
2765
+ color?: string;
2766
+ backgroundColor?: string;
2767
+ importantNoteText: string;
2768
+ text: string;
2769
+ }
2770
+ declare const Note: ({ accentColor, color, backgroundColor, importantNoteText, text, }: NoteProps) => JSX.Element;
2771
+
2772
+ interface TextWithImageProps {
2773
+ title: string;
2774
+ text?: string;
2775
+ children?: ReactNode;
2776
+ buttomText: string;
2777
+ backgroundColor: string;
2778
+ imageLeftSide?: boolean;
2779
+ URLLink?: string;
2780
+ onButtonClick?: () => void;
2781
+ isRedirectionURL: boolean;
2782
+ btnBGColor?: string;
2783
+ btnHoverBGColor?: string;
2784
+ imgVideo: imageVideoProps;
2785
+ contentAfterButton?: React.ReactNode;
2786
+ titleStyle?: React.CSSProperties;
2787
+ textStyle?: React.CSSProperties;
2788
+ buttonWideOnMobile?: boolean;
2789
+ }
2790
+ declare const TextWithImage: ({ title, text, children, buttomText, backgroundColor, imageLeftSide, titleStyle, textStyle, buttonWideOnMobile, ...props }: TextWithImageProps) => _emotion_react_jsx_runtime.JSX.Element;
2791
+
2792
+ interface AccordionOptionsProps {
2793
+ titleColor: string;
2794
+ accordions: AccordionProps[];
2795
+ }
2796
+ declare const AccordionOptions: ({ titleColor, accordions }: AccordionOptionsProps) => JSX.Element;
2797
+
2798
+ interface ShortBannerProps {
2799
+ title: string;
2800
+ bannerText: string;
2801
+ backgroundColor: string;
2802
+ alignCenter?: boolean;
2803
+ widthAuto?: boolean;
2804
+ textColor: string;
2805
+ }
2806
+ declare const ShortBanner: ({ textColor, title, bannerText, backgroundColor, alignCenter, widthAuto, }: ShortBannerProps) => JSX.Element;
2807
+
2808
+ interface BeforeAfterCardProps {
2809
+ name: string;
2810
+ age?: string;
2811
+ months?: string;
2812
+ beforeImage: string;
2813
+ afterImage: string;
2814
+ alignCenter?: boolean;
2815
+ imageBorderRadius?: string;
2816
+ size?: ComponentSize;
2817
+ }
2818
+ declare const BeforeAfterCard: ({ name, age, months, beforeImage, afterImage, alignCenter, imageBorderRadius, size, }: BeforeAfterCardProps) => JSX.Element;
2819
+
2820
+ interface ImageCardWithDescriptionProps {
2821
+ image: string;
2822
+ title?: string;
2823
+ description?: string;
2824
+ titlePosition?: 'center' | 'left';
2825
+ }
2826
+ declare const ImageCardWithDescription: ({ image, title, description, titlePosition, }: ImageCardWithDescriptionProps) => JSX.Element;
2827
+
2828
+ interface Checkpoint$1 {
2829
+ day: string;
2830
+ date: string;
2831
+ statusMessage: string;
2832
+ }
2833
+ interface TrackingProgressProps {
2834
+ checkPoints: Checkpoint$1[];
2835
+ amountOfCheckPoints: number;
2836
+ }
2837
+ declare const TrackingProgress: ({ checkPoints, amountOfCheckPoints }: TrackingProgressProps) => JSX.Element;
2838
+
2839
+ interface Checkpoint {
2840
+ day: string;
2841
+ date: string;
2842
+ statusMessage: string;
2843
+ }
2844
+ interface TrackingProgressV2Props {
2845
+ checkPoints: Checkpoint[];
2846
+ amountOfCheckPoints: number;
2847
+ warning?: boolean;
2848
+ }
2849
+ declare const TrackingProgressV2: ({ checkPoints, amountOfCheckPoints, warning, }: TrackingProgressV2Props) => JSX.Element;
2850
+
2851
+ interface ReviewsHeaderProps {
2852
+ title?: string;
2853
+ rating: number;
2854
+ reviews: number;
2855
+ reviewsText: string;
2856
+ reviewsSummary: string[];
2857
+ onClickReview: (reveiw: string) => void;
2858
+ }
2859
+ declare const ReviewsHeader: ({ title, rating, reviews, reviewsText, reviewsSummary, onClickReview, }: ReviewsHeaderProps) => JSX.Element;
2860
+
2861
+ interface ReviewProps {
2862
+ reviewId: string;
2863
+ reviewerName: string;
2864
+ date: Date;
2865
+ rating: number;
2866
+ stars: {
2867
+ color: string;
2868
+ size: ComponentSize.Medium | ComponentSize.Small;
2869
+ };
2870
+ title: string;
2871
+ description: string;
2872
+ image?: {
2873
+ src: string;
2874
+ alt: string;
2875
+ };
2876
+ modalId: string;
2877
+ maxFullScreen?: boolean;
2878
+ verified?: boolean;
2879
+ productImage?: string;
2880
+ productTitle?: string;
2881
+ productLink?: string;
2882
+ helpfulCount?: number;
2883
+ helpfulAction?: (id: string) => void;
2884
+ notHelpfulCount?: number;
2885
+ notHelpfulAction?: (id: string) => void;
2886
+ }
2887
+ declare const Review: ({ reviewId, reviewerName, date, rating, stars, title, description, image, modalId, maxFullScreen, verified, productImage, productTitle, productLink, helpfulCount, helpfulAction, notHelpfulCount, notHelpfulAction, }: ReviewProps) => JSX.Element;
2888
+
2889
+ interface ProductGalleryMobileProps {
2890
+ images: ImageType[];
2891
+ selectedValue?: ImageType;
2892
+ topTag?: JSX.Element;
2893
+ bottomTag?: JSX.Element;
2894
+ productImageDataTestId?: string;
2895
+ slideDotsDataTestId?: string;
2896
+ borderRadiusVariant?: boolean;
2897
+ }
2898
+ declare const ProductGalleryMobileV2: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, slideDotsDataTestId, borderRadiusVariant, }: ProductGalleryMobileProps) => JSX.Element;
2899
+
2900
+ interface AbsorbencyLevelProps {
2901
+ dropTotal: number;
2902
+ drops: number;
2903
+ absorbencyTitle: string;
2904
+ absorbencyDescription: string;
2905
+ }
2906
+ declare const AbsorbencyLevel: ({ dropTotal, drops, absorbencyTitle, absorbencyDescription, }: AbsorbencyLevelProps) => JSX.Element;
2907
+
2908
+ interface HurryUpProps {
2909
+ hurryUpText: string;
2910
+ backgroundColor?: string;
2911
+ showTimer?: boolean;
2912
+ iconSize?: number;
2913
+ textPosition?: 'left' | 'right' | 'center';
2914
+ }
2915
+ declare const HurryUp: ({ hurryUpText, backgroundColor, iconSize, textPosition, showTimer, }: HurryUpProps) => JSX.Element;
2916
+
2917
+ interface BuyNowPayLaterProps {
2918
+ displayBNPL: boolean;
2919
+ installments: number;
2920
+ installmentPrice: string;
2921
+ iconFolder?: string;
2922
+ iconName: string;
2923
+ showLogo?: boolean;
2924
+ iconColor?: string;
2925
+ fontSize?: string;
2926
+ }
2927
+ declare const BuyNowPayLater: ({ displayBNPL, installments, installmentPrice, iconFolder, iconName, showLogo, iconColor, fontSize, }: BuyNowPayLaterProps) => JSX.Element | null;
2928
+
2929
+ interface StrengthBarProps {
2930
+ barsFilled?: number;
2931
+ supportText?: string;
2932
+ }
2933
+ declare const StrengthBars: ({ barsFilled, supportText }: StrengthBarProps) => JSX.Element;
2934
+
1737
2935
  declare global {
1738
2936
  interface Events {
1739
2937
  modal: {
@@ -1773,4 +2971,8 @@ declare const formatPrice: (value: number, { locale, currency }?: {
1773
2971
  currency?: string | undefined;
1774
2972
  }) => string;
1775
2973
 
1776
- export { Accordion, AmazonButton, AssetsProvider, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, Color, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, Image, ImageType, Input, InputValidationType, Modal, MultiColorPicker, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Text, TextButton, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, WithTestId, decimalFormat, formatPrice, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
2974
+ declare const getSrcSet: (imgLink: string, ...breakpoints: number[]) => string;
2975
+
2976
+ declare const mediaQueries: facepaint.DynamicStyleFunction;
2977
+
2978
+ export { AbsorbencyLevel, Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, BuyNowPayLater, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, ClubOfferTag, ClubRadioGroupInput, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownDialog, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, HurryUp, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MotivatorProgressBar, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, PackSelectorV2, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProductGalleryMobileV2, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review$1 as Review, Review as ReviewDetail, ReviewsHeader, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeChartTable, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, StrengthBars, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, TrackingProgress, TrackingProgressV2, WithTestId, decimalFormat, formatPrice, getSrcSet, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, mediaQueries, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };