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

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,79 @@ 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 MyAccount_FreeShipping: typeof FreeShipping;
955
+ declare const MyAccount_PersonalStylist: typeof PersonalStylist;
956
+ declare const MyAccount_Community: typeof Community;
957
+ declare const MyAccount_VIP: typeof VIP;
958
+ declare const MyAccount_DealsOffers: typeof DealsOffers;
959
+ declare const MyAccount_StyleFashionContent: typeof StyleFashionContent;
960
+ declare const MyAccount_MembersOnlyDiscount: typeof MembersOnlyDiscount;
961
+ declare const MyAccount_Profile: typeof Profile;
962
+ declare const MyAccount_MembersOnlyDiscountOpposite: typeof MembersOnlyDiscountOpposite;
963
+ declare const MyAccount_PriorityShipping: typeof PriorityShipping;
964
+ declare namespace MyAccount {
965
+ export {
966
+ MyAccount_FreeShipping as FreeShipping,
967
+ MyAccount_PersonalStylist as PersonalStylist,
968
+ MyAccount_Community as Community,
969
+ MyAccount_VIP as VIP,
970
+ MyAccount_DealsOffers as DealsOffers,
971
+ MyAccount_StyleFashionContent as StyleFashionContent,
972
+ MyAccount_MembersOnlyDiscount as MembersOnlyDiscount,
973
+ MyAccount_Profile as Profile,
974
+ MyAccount_MembersOnlyDiscountOpposite as MembersOnlyDiscountOpposite,
975
+ MyAccount_PriorityShipping as PriorityShipping,
430
976
  };
431
977
  }
432
978
 
@@ -444,6 +990,7 @@ declare const Icon: {
444
990
  Payment: typeof Payment;
445
991
  SlideDots: typeof SlideDots;
446
992
  Emoji: typeof Emoji;
993
+ MyAccount: typeof MyAccount;
447
994
  };
448
995
 
449
996
  interface CardBodyProps {
@@ -460,7 +1007,7 @@ interface borderProps {
460
1007
  }
461
1008
  interface CardProps {
462
1009
  children: ReactNode;
463
- backgroundColor: string;
1010
+ backgroundColor?: string;
464
1011
  widthAuto?: boolean;
465
1012
  border?: borderProps;
466
1013
  flex?: boolean;
@@ -488,6 +1035,8 @@ declare type CommonProps<T> = {
488
1035
  initialValue?: Value<T>;
489
1036
  placeHolder: string;
490
1037
  testId?: string;
1038
+ required?: string;
1039
+ showRequiredPlaceholder?: boolean;
491
1040
  };
492
1041
  declare type ControlledProps<T> = {
493
1042
  value: Value<T>;
@@ -498,7 +1047,22 @@ declare type UncontrolledProps<T> = {
498
1047
  onChange?: OnChange<T>;
499
1048
  } & CommonProps<T>;
500
1049
  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;
1050
+ declare function SimpleDropdown<T>({ options, disabled, initialValue, placeHolder, label, wide, sort, onChange, value, testId, required, showRequiredPlaceholder, }: SimpleDropdownProps<T>): JSX.Element;
1051
+
1052
+ interface DialogPositionProps {
1053
+ top: string;
1054
+ right: string;
1055
+ }
1056
+ interface DialogDropdownProps {
1057
+ options: {
1058
+ label: string;
1059
+ value: string;
1060
+ }[];
1061
+ position: DialogPositionProps;
1062
+ style?: React.CSSProperties;
1063
+ className?: string;
1064
+ }
1065
+ declare const DropdownDialog: ({ options, position: { top, right }, style, className, }: DialogDropdownProps) => JSX.Element;
502
1066
 
503
1067
  interface SizeSelectorProps {
504
1068
  label: string;
@@ -529,6 +1093,7 @@ interface BaseButtonProps {
529
1093
  inline?: boolean;
530
1094
  uppercase?: boolean;
531
1095
  testId?: string;
1096
+ id?: string;
532
1097
  }
533
1098
 
534
1099
  declare type BaseProps = Pick<BaseButtonProps, 'disabled' | 'type' | 'onClick'>;
@@ -550,8 +1115,21 @@ interface DiscountTagProps {
550
1115
  borderColor?: string;
551
1116
  textColor?: string;
552
1117
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1118
+ style?: React.CSSProperties;
553
1119
  }
554
- declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, }: DiscountTagProps) => JSX.Element;
1120
+ declare const DiscountTag: ({ discount, offText, disabled, backgroundColor, borderColor, textColor, size, style, }: DiscountTagProps) => JSX.Element;
1121
+
1122
+ interface ClubOfferTagProps {
1123
+ clubOfferText?: string;
1124
+ className?: string;
1125
+ disabled?: boolean;
1126
+ backgroundColor?: string;
1127
+ borderColor?: string;
1128
+ textColor?: string;
1129
+ size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1130
+ style?: React.CSSProperties;
1131
+ }
1132
+ declare const ClubOfferTag: ({ clubOfferText, className, disabled, backgroundColor, borderColor, textColor, size, style, }: ClubOfferTagProps) => JSX.Element;
555
1133
 
556
1134
  interface PriceLabelProps {
557
1135
  finalPrice: string | number;
@@ -559,9 +1137,16 @@ interface PriceLabelProps {
559
1137
  color?: string;
560
1138
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
561
1139
  discount?: DiscountTagProps;
1140
+ clubOffer?: ClubOfferTagProps;
1141
+ finalPriceStyled?: boolean;
1142
+ finalPriceStyle?: React.CSSProperties;
1143
+ originalPriceStyled?: boolean;
1144
+ originalPriceUnderlined?: boolean;
562
1145
  testId?: string;
563
1146
  }
564
- declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, testId, size, }: PriceLabelProps) => JSX.Element;
1147
+ declare const PriceLabel: ({ finalPrice, originalPrice, discount, color, testId, finalPriceStyled, finalPriceStyle, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
1148
+
1149
+ declare const PriceLabelV2: ({ finalPrice, originalPrice, discount, clubOffer, color, testId, originalPriceStyled, originalPriceUnderlined, size, }: PriceLabelProps) => JSX.Element;
565
1150
 
566
1151
  interface ColorPickerProps {
567
1152
  options: ColorPickerOption[];
@@ -583,21 +1168,29 @@ declare const MultiColorPicker: ({ options, label, selectedValue, onChange, }: M
583
1168
  interface ProductGalleryProps {
584
1169
  images: ImageType[];
585
1170
  selectedValue?: ImageType;
586
- DiscountTagElement?: JSX.Element;
587
- BestSellerTagElement?: JSX.Element;
1171
+ topTag?: JSX.Element;
1172
+ bottomTag?: JSX.Element;
588
1173
  productImageDataTestId?: string;
589
1174
  previewListDataTestId?: string;
1175
+ thumbnailPosition?: 'vertical' | 'horizontal';
1176
+ borderRadiusVariant?: boolean;
1177
+ previewImgBorderColor?: string;
1178
+ ctaText?: string;
1179
+ ctaAction?: () => void;
1180
+ hideCTA?: boolean;
590
1181
  }
591
- declare const ProductGallery: ({ images, selectedValue, DiscountTagElement, BestSellerTagElement, productImageDataTestId, previewListDataTestId, }: ProductGalleryProps) => JSX.Element;
1182
+ declare const ProductGallery: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, previewListDataTestId, thumbnailPosition, borderRadiusVariant, previewImgBorderColor, ctaText, ctaAction, hideCTA, }: ProductGalleryProps) => JSX.Element;
592
1183
 
593
1184
  interface RatingProps {
594
1185
  rating: number;
595
1186
  size?: ComponentSize;
596
- reviews: number;
597
- reviewsText: string;
1187
+ reviews?: number;
1188
+ reviewsText?: string;
598
1189
  wrapWithParenthesis?: boolean;
1190
+ underline?: boolean;
1191
+ reviewsContainerId?: string;
599
1192
  }
600
- declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, }: RatingProps) => JSX.Element;
1193
+ declare const Rating: ({ size, reviews, reviewsText, rating, wrapWithParenthesis, underline, reviewsContainerId, }: RatingProps) => JSX.Element;
601
1194
 
602
1195
  interface FitPredictorProps {
603
1196
  onClick: () => void;
@@ -609,8 +1202,23 @@ interface ProgressBarProps {
609
1202
  fillColor: string;
610
1203
  widthAuto?: boolean;
611
1204
  percent?: number;
1205
+ height?: string;
1206
+ backgroundColor?: string;
1207
+ borderRadius?: string;
1208
+ }
1209
+ declare const ProgressBar: ({ description, fillColor, widthAuto, percent, height, backgroundColor, borderRadius, }: ProgressBarProps) => JSX.Element;
1210
+
1211
+ interface MotivatorProgressBarProps {
1212
+ fillColor?: string;
1213
+ currentAmount?: number;
1214
+ backgroundColor?: string;
1215
+ unfilledColor?: string;
1216
+ borderRadius?: string;
1217
+ rewardUnlockedMessage: string;
1218
+ endingValue?: number;
1219
+ currencyCode?: string;
612
1220
  }
613
- declare const ProgressBar: ({ description, fillColor, widthAuto, percent, }: ProgressBarProps) => JSX.Element;
1221
+ declare const MotivatorProgressBar: ({ fillColor, backgroundColor, unfilledColor, currencyCode, endingValue, currentAmount, rewardUnlockedMessage, }: MotivatorProgressBarProps) => JSX.Element;
614
1222
 
615
1223
  interface IconButtonProps {
616
1224
  children: React.ReactNode;
@@ -624,31 +1232,45 @@ interface TooltipProps {
624
1232
  children: React.ReactNode;
625
1233
  position: ComponentPosition;
626
1234
  align?: 'start' | 'center' | 'end';
627
- text: string;
1235
+ content?: {
1236
+ text: string;
1237
+ color?: string;
1238
+ };
1239
+ backgroundColor?: string;
1240
+ maxWidth?: string;
628
1241
  header?: {
629
1242
  title: string;
630
- Icon: IconType;
1243
+ titleColor?: string;
1244
+ Icon?: IconType;
1245
+ iconFill?: string;
631
1246
  };
632
1247
  onClick?: () => void;
633
1248
  }
634
- declare const Tooltip: ({ children, position, text, align, onClick, header, }: TooltipProps) => JSX.Element;
1249
+ declare const Tooltip: ({ children, position, content, backgroundColor, align, maxWidth, onClick, header, }: TooltipProps) => JSX.Element;
635
1250
 
636
1251
  interface AccordionProps {
637
1252
  defaultOpen?: boolean;
1253
+ forceOpenHandler?: boolean;
1254
+ forceOpenValue?: boolean;
1255
+ titleColor?: string;
638
1256
  variant: 'simple' | 'box';
639
1257
  header: ReactNode;
1258
+ headerOnOpen?: ReactNode;
640
1259
  content: ReactNode;
641
1260
  disabled?: boolean;
1261
+ innerHTML?: boolean;
642
1262
  openIcon: IconType;
643
1263
  closeIcon: IconType;
1264
+ onClick?: (index: number) => void;
644
1265
  }
645
- declare const Accordion: ({ header, content, defaultOpen, variant, disabled, openIcon, closeIcon, }: AccordionProps) => JSX.Element;
1266
+ declare const Accordion: ({ header, headerOnOpen, content, defaultOpen, forceOpenHandler, forceOpenValue, titleColor, variant, disabled, innerHTML, openIcon, closeIcon, onClick, }: AccordionProps) => JSX.Element;
646
1267
 
647
1268
  declare const ThemeProvider: FC<{
648
1269
  theme: Theme;
649
1270
  children: ReactNode;
650
1271
  }>;
651
1272
  declare const useTheme: () => Theme;
1273
+
652
1274
  declare const ThemeVariables: FC<{
653
1275
  theme: Theme;
654
1276
  Container?: ElementType;
@@ -678,6 +1300,7 @@ declare type Theme = {
678
1300
  };
679
1301
  declare type ThemeBreakpoints = {
680
1302
  mobile: number;
1303
+ tablet?: number;
681
1304
  desktop: number;
682
1305
  };
683
1306
  declare type ThemeBasicPallete = {
@@ -685,7 +1308,7 @@ declare type ThemeBasicPallete = {
685
1308
  contrast: string;
686
1309
  };
687
1310
  declare type ThemeColorPallete = ThemeBasicPallete & {
688
- soft: ThemeBasicPallete;
1311
+ soft?: ThemeBasicPallete;
689
1312
  };
690
1313
  declare type ThemeColorPrimaryPallete = ThemeColorPallete & {
691
1314
  20: ThemeColorPallete;
@@ -697,6 +1320,7 @@ declare type ThemeColors = {
697
1320
  pallete: {
698
1321
  primary: ThemeColorPrimaryPallete;
699
1322
  secondary: ThemeColorPrimaryPallete;
1323
+ tertiary?: ThemeColorPrimaryPallete;
700
1324
  } & Partial<Record<string, ThemeColorPallete>>;
701
1325
  shades: {
702
1326
  black: ThemeBasicPallete;
@@ -706,6 +1330,7 @@ declare type ThemeColors = {
706
1330
  50: ThemeBasicPallete;
707
1331
  100: ThemeBasicPallete;
708
1332
  150: ThemeBasicPallete;
1333
+ 175: ThemeBasicPallete;
709
1334
  200: ThemeBasicPallete;
710
1335
  250: ThemeBasicPallete;
711
1336
  300: ThemeBasicPallete;
@@ -734,6 +1359,8 @@ declare type ThemeColors = {
734
1359
  color: string;
735
1360
  disabled: string;
736
1361
  highlight: string;
1362
+ shadow?: string;
1363
+ isChecked?: string;
737
1364
  };
738
1365
  background: {
739
1366
  color: string;
@@ -749,6 +1376,10 @@ declare type ThemeComponent = {
749
1376
  border: string;
750
1377
  borderRadius: string;
751
1378
  fontWeight: number;
1379
+ lineHeight: string;
1380
+ letterSpacing: string;
1381
+ minWidth: string;
1382
+ minHeight: string;
752
1383
  size: {
753
1384
  small: {
754
1385
  fontSize: string;
@@ -795,6 +1426,12 @@ declare type ThemeComponent = {
795
1426
  lineHeight: string;
796
1427
  border: string;
797
1428
  boxShadow: string;
1429
+ errorBorder: string;
1430
+ };
1431
+ inputPlaceholder: {
1432
+ fontSize: string;
1433
+ padding: string;
1434
+ focusBorder: string;
798
1435
  };
799
1436
  inputCustom: {
800
1437
  button: {
@@ -827,6 +1464,12 @@ declare type ThemeComponent = {
827
1464
  border: string;
828
1465
  color: string;
829
1466
  };
1467
+ noStock: {
1468
+ fontWeight: number;
1469
+ background: string;
1470
+ border: string;
1471
+ color: string;
1472
+ };
830
1473
  disabled: {
831
1474
  border: string;
832
1475
  };
@@ -880,10 +1523,13 @@ declare type ThemeComponent = {
880
1523
  };
881
1524
  card: {
882
1525
  borderRadius: string;
1526
+ backgroundColor: string;
883
1527
  };
884
1528
  radio: {
885
1529
  borderColor: string;
886
1530
  background: string;
1531
+ textSize: string;
1532
+ lineHeight: string;
887
1533
  size: {
888
1534
  small: {
889
1535
  borderWidth: string;
@@ -912,6 +1558,7 @@ declare type ThemeComponent = {
912
1558
  };
913
1559
  };
914
1560
  label: {
1561
+ color: string;
915
1562
  fontSize: {
916
1563
  small: string;
917
1564
  medium: string;
@@ -1020,11 +1667,13 @@ declare type ThemeComponent = {
1020
1667
  fontWeight: number;
1021
1668
  lineHeight: string;
1022
1669
  padding: string;
1670
+ optionPadding: string;
1023
1671
  color: string;
1024
1672
  fill: string;
1025
1673
  options: {
1026
1674
  borderColor: string;
1027
1675
  color: string;
1676
+ borderRadius: string;
1028
1677
  };
1029
1678
  };
1030
1679
  modal: {
@@ -1038,6 +1687,180 @@ declare type ThemeComponent = {
1038
1687
  selectedContrast: string;
1039
1688
  tagColor: string;
1040
1689
  };
1690
+ slideNavigation: {
1691
+ slideDots: {
1692
+ unselectedDotColor: string;
1693
+ selectedDotColor: string;
1694
+ dotsOpacity: number;
1695
+ };
1696
+ };
1697
+ beforeAfter: {
1698
+ size: {
1699
+ small: {
1700
+ image: {
1701
+ minHeight: string;
1702
+ minWidth: string;
1703
+ mobile: {
1704
+ minHeight: string;
1705
+ minWidth: string;
1706
+ };
1707
+ };
1708
+ imageContainer: {
1709
+ maxWidth: string;
1710
+ padding: string;
1711
+ mobile: {
1712
+ maxWidth: string;
1713
+ };
1714
+ };
1715
+ userInfoText: {
1716
+ fontSize: string;
1717
+ mobile: {
1718
+ fontSize: string;
1719
+ };
1720
+ };
1721
+ };
1722
+ medium: {
1723
+ image: {
1724
+ minHeight: string;
1725
+ minWidth: string;
1726
+ mobile: {
1727
+ minHeight: string;
1728
+ minWidth: string;
1729
+ };
1730
+ };
1731
+ imageContainer: {
1732
+ maxWidth: string;
1733
+ padding: string;
1734
+ mobile: {
1735
+ maxWidth: string;
1736
+ };
1737
+ };
1738
+ userInfoText: {
1739
+ fontSize: string;
1740
+ mobile: {
1741
+ fontSize: string;
1742
+ };
1743
+ };
1744
+ };
1745
+ large: {
1746
+ image: {
1747
+ minHeight: string;
1748
+ minWidth: string;
1749
+ mobile: {
1750
+ minHeight: string;
1751
+ minWidth: string;
1752
+ };
1753
+ };
1754
+ imageContainer: {
1755
+ maxWidth: string;
1756
+ padding: string;
1757
+ mobile: {
1758
+ maxWidth: string;
1759
+ };
1760
+ };
1761
+ userInfoText: {
1762
+ fontSize: string;
1763
+ mobile: {
1764
+ fontSize: string;
1765
+ };
1766
+ };
1767
+ };
1768
+ };
1769
+ };
1770
+ total: {
1771
+ basicTotal: {
1772
+ amount: {
1773
+ color: string;
1774
+ fontSize: string;
1775
+ };
1776
+ currency: {
1777
+ color: string;
1778
+ fontSize: string;
1779
+ lineHeight: string;
1780
+ alignSelf?: string;
1781
+ };
1782
+ savings: {
1783
+ textFontSize: string;
1784
+ textLineHeight: string;
1785
+ amountFontSize: string;
1786
+ amountFontWeight: number;
1787
+ amountLineHeight: string;
1788
+ color?: string;
1789
+ };
1790
+ };
1791
+ };
1792
+ subTotal: {
1793
+ basicSubTotal: {
1794
+ family: string;
1795
+ size: string;
1796
+ weight: number;
1797
+ lineHeight: string;
1798
+ color: string;
1799
+ };
1800
+ };
1801
+ pricing: {
1802
+ priceLabel: {
1803
+ price: {
1804
+ size: ComponentSize$1.Small | ComponentSize$1.Medium | ComponentSize$1.Large;
1805
+ originalPriceColor: string;
1806
+ actualPriceColor: string;
1807
+ };
1808
+ };
1809
+ };
1810
+ orderSummary: {
1811
+ headingTextAlign: string;
1812
+ backgroundColor: string;
1813
+ maxWidth?: string;
1814
+ padding?: string;
1815
+ borderRadius?: string;
1816
+ onMobile: {
1817
+ maxWidth?: string;
1818
+ padding?: string;
1819
+ backgroundColor?: string;
1820
+ };
1821
+ };
1822
+ expressCheckout: {
1823
+ fontFamily: string;
1824
+ fontWeight: number;
1825
+ lineHeight: string;
1826
+ button: {
1827
+ borderRadius: string;
1828
+ };
1829
+ };
1830
+ copyrightText: {
1831
+ fontSize: string;
1832
+ fontWeight: number;
1833
+ lineHeight: string;
1834
+ color: string;
1835
+ };
1836
+ textButton: {
1837
+ fontWeight: number;
1838
+ lineHeight: string;
1839
+ };
1840
+ deliveryDetails: {
1841
+ title: {
1842
+ fontSize: string;
1843
+ lineHeight: string;
1844
+ weight: number;
1845
+ };
1846
+ note: {
1847
+ accentColor: string;
1848
+ color: string;
1849
+ backgroundColor: string;
1850
+ };
1851
+ SectionDetails?: {
1852
+ marginLeft: string;
1853
+ };
1854
+ };
1855
+ text: {
1856
+ orderHeader: {
1857
+ color: string;
1858
+ };
1859
+ };
1860
+ orderBar: {
1861
+ backgroundColor: string;
1862
+ fontColor: string;
1863
+ };
1041
1864
  };
1042
1865
  declare type ThemeTypography = {
1043
1866
  config: {
@@ -1064,6 +1887,26 @@ declare type ThemeAssets = {
1064
1887
  images: {
1065
1888
  favicon: string;
1066
1889
  logo: string;
1890
+ logoSize?: {
1891
+ width: string;
1892
+ height: string;
1893
+ };
1894
+ logoMobile?: string;
1895
+ checkoutLogo?: {
1896
+ url: string;
1897
+ width: string;
1898
+ height: string;
1899
+ };
1900
+ upsellLogo?: {
1901
+ url: string;
1902
+ width: string;
1903
+ height: string;
1904
+ };
1905
+ tyLogo?: {
1906
+ url: string;
1907
+ width: string;
1908
+ height: string;
1909
+ };
1067
1910
  };
1068
1911
  [key: string]: any;
1069
1912
  };
@@ -1074,11 +1917,12 @@ interface CheckboxProps {
1074
1917
  size?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1075
1918
  text: string;
1076
1919
  checked?: boolean;
1920
+ blockUncheck?: boolean;
1077
1921
  id: string;
1078
1922
  backgroundColor?: string;
1079
- variant: 'primary' | 'secondary';
1923
+ variant: 'primary' | 'secondary' | 'color';
1080
1924
  }
1081
- declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, }: CheckboxProps) => JSX.Element;
1925
+ declare const Checkbox: ({ disabled, onChange, size, text, checked, id, variant, blockUncheck, backgroundColor, }: CheckboxProps) => JSX.Element;
1082
1926
 
1083
1927
  interface RadioGroupInputProps {
1084
1928
  name: string;
@@ -1087,8 +1931,20 @@ interface RadioGroupInputProps {
1087
1931
  onChange: (value: RadioGroupOption) => void;
1088
1932
  size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1089
1933
  disabled?: boolean;
1934
+ style?: React.CSSProperties;
1935
+ }
1936
+ declare const RadioGroupInput: ({ style, name, options, value, onChange, size, disabled, }: RadioGroupInputProps) => JSX.Element;
1937
+
1938
+ interface ClubRadioGroupInputProps {
1939
+ name: string;
1940
+ options?: RadioGroupOption[];
1941
+ value?: RadioGroupOption;
1942
+ onChange: (value: RadioGroupOption) => void;
1943
+ size?: ComponentSize.Small | ComponentSize.Medium | ComponentSize.Large;
1944
+ disabled?: boolean;
1945
+ style?: React.CSSProperties;
1090
1946
  }
1091
- declare const RadioGroupInput: ({ name, options, value, onChange, size, disabled, }: RadioGroupInputProps) => JSX.Element;
1947
+ declare const ClubRadioGroupInput: ({ style, name, options, value, onChange, size, disabled, }: ClubRadioGroupInputProps) => JSX.Element;
1092
1948
 
1093
1949
  interface SimpleProps {
1094
1950
  title: string;
@@ -1123,16 +1979,18 @@ interface CategoryTagProps {
1123
1979
  text: string;
1124
1980
  size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1125
1981
  className?: string;
1982
+ styledBorder?: boolean;
1126
1983
  }
1127
- declare const CategoryTag: ({ text, size, className }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1984
+ declare const CategoryTag: ({ text, size, className, styledBorder }: CategoryTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1128
1985
 
1129
1986
  interface SeasonOfferTagProps {
1130
1987
  text: string;
1131
1988
  backgroundColor?: string;
1132
1989
  size: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1133
1990
  className?: string;
1991
+ styledBorder?: boolean;
1134
1992
  }
1135
- declare const SeasonOfferTag: ({ text, backgroundColor, size, className, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1993
+ declare const SeasonOfferTag: ({ text, backgroundColor, size, className, styledBorder, }: SeasonOfferTagProps) => _emotion_react_jsx_runtime.JSX.Element;
1136
1994
 
1137
1995
  interface TimeProps {
1138
1996
  hours: number;
@@ -1145,7 +2003,14 @@ interface TimerProps extends TimeProps {
1145
2003
  }
1146
2004
  declare const Timer: ({ onTimeUp, displayZeroValues, ...rest }: TimerProps) => JSX.Element;
1147
2005
 
1148
- interface BaseInputCommmonProps {
2006
+ interface BaseInputCommonProps {
2007
+ id?: string;
2008
+ value?: string;
2009
+ innerRef?: React.Ref<HTMLInputElement>;
2010
+ onBlur?: () => void;
2011
+ onFocus?: () => void;
2012
+ onChange?: (value: string, event: any) => void;
2013
+ hideClear?: boolean;
1149
2014
  defaultValue?: string;
1150
2015
  maxLength?: number;
1151
2016
  placeholder?: string;
@@ -1155,16 +2020,14 @@ interface BaseInputCommmonProps {
1155
2020
  required?: string;
1156
2021
  children?: React.ReactNode;
1157
2022
  size?: 'regular' | 'small';
2023
+ inlinePlaceholder?: boolean;
2024
+ hasError?: boolean;
2025
+ inputType?: 'text' | 'email' | 'password' | 'url';
2026
+ name?: string;
2027
+ autoFocus?: boolean;
2028
+ requiredPlaceholder?: string;
1158
2029
  }
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;
2030
+ declare type BaseInputProps = BaseInputCommonProps;
1168
2031
 
1169
2032
  declare type BasePlusIconProps = BaseInputProps & {
1170
2033
  Icon: IconType;
@@ -1203,7 +2066,7 @@ declare type CustomProps = BaseInputProps & {
1203
2066
  };
1204
2067
 
1205
2068
  declare const Input: {
1206
- Simple: ({ value, onChange, defaultValue, label, children, required, onValidation, size, ...rest }: BaseInputProps) => JSX.Element;
2069
+ Simple: ({ value, onChange, label, children, required, onValidation, size, placeholder, inlinePlaceholder, hasError, inputType, hideClear, innerRef, requiredPlaceholder, ...rest }: BaseInputCommonProps) => JSX.Element;
1207
2070
  Custom: ({ onClick, text, variant, ...rest }: CustomProps) => JSX.Element;
1208
2071
  SimplePlusButton: ({ onClick, onClickEdit, text, success, editText, successText, ...rest }: BasePlusButtonProps) => JSX.Element;
1209
2072
  SimplePlusIcon: ({ Icon, ...rest }: BasePlusIconProps) => JSX.Element;
@@ -1263,7 +2126,7 @@ declare type detail = {
1263
2126
  details: string;
1264
2127
  };
1265
2128
  interface orderUpdate extends detail {
1266
- keepMeUpdated: {
2129
+ keepMeUpdated?: {
1267
2130
  title: string;
1268
2131
  onClick: () => void;
1269
2132
  };
@@ -1276,9 +2139,9 @@ interface DeliveryDetailsProps {
1276
2139
  note?: {
1277
2140
  importantNoteText: string;
1278
2141
  text: string;
1279
- accentColor: string;
1280
- backgroundColor: string;
1281
- color: string;
2142
+ accentColor?: string;
2143
+ backgroundColor?: string;
2144
+ color?: string;
1282
2145
  };
1283
2146
  }
1284
2147
  declare const DeliveryDetails: ({ deliveryDetailsText, arrivingBy, shippingTo, instantOrderUpdate, note, }: DeliveryDetailsProps) => JSX.Element;
@@ -1286,26 +2149,37 @@ declare const DeliveryDetails: ({ deliveryDetailsText, arrivingBy, shippingTo, i
1286
2149
  interface ScrollToTopProps {
1287
2150
  scrollToTopText: string;
1288
2151
  onClick: () => void;
2152
+ fill?: string;
1289
2153
  }
1290
- declare const ScrollToTop: ({ scrollToTopText, onClick }: ScrollToTopProps) => JSX.Element;
2154
+ declare const ScrollToTop: ({ scrollToTopText, onClick, fill }: ScrollToTopProps) => JSX.Element;
1291
2155
 
1292
2156
  interface OrderBarProps {
1293
2157
  message: string;
2158
+ color?: string;
2159
+ }
2160
+ declare const OrderBar: ({ message, color }: OrderBarProps) => JSX.Element;
2161
+
2162
+ interface TableProps$1 {
2163
+ headers: string[];
2164
+ data: string[][];
2165
+ className?: string;
1294
2166
  }
1295
- declare const OrderBar: ({ message }: OrderBarProps) => JSX.Element;
2167
+ declare const SizeTable: ({ headers, data, className }: TableProps$1) => JSX.Element;
1296
2168
 
1297
2169
  interface TableProps {
1298
2170
  headers: string[];
1299
2171
  data: string[][];
2172
+ newSizeTableCss?: boolean;
1300
2173
  }
1301
- declare const SizeTable: ({ headers, data }: TableProps) => JSX.Element;
2174
+ declare const SizeChartTable: ({ headers, data, newSizeTableCss }: TableProps) => JSX.Element;
1302
2175
 
1303
2176
  interface Price extends Pick<PriceLabelProps, 'finalPrice' | 'originalPrice'> {
1304
2177
  color?: string;
1305
2178
  }
1306
2179
  interface ProductOrderItemProps {
1307
- title: string;
2180
+ title: React.ReactNode | string;
1308
2181
  subtitle: string;
2182
+ className?: string;
1309
2183
  image: {
1310
2184
  src: string;
1311
2185
  alt: string;
@@ -1316,10 +2190,12 @@ interface ProductOrderItemProps {
1316
2190
  text: string;
1317
2191
  backgroundColor: string;
1318
2192
  };
2193
+ finalPriceStyle?: React.CSSProperties;
1319
2194
  }
1320
- declare const SimpleOrderItem: ({ title, subtitle, image, price, tag, quantity, }: ProductOrderItemProps) => JSX.Element;
2195
+ declare const SimpleOrderItem: ({ title, className, subtitle, image, price, tag, quantity, finalPriceStyle, }: ProductOrderItemProps) => JSX.Element;
1321
2196
 
1322
- interface ReviewProps {
2197
+ interface ReviewProps$1 {
2198
+ reviewId: string;
1323
2199
  reviewerName: string;
1324
2200
  date: Date;
1325
2201
  rating: number;
@@ -1329,27 +2205,35 @@ interface ReviewProps {
1329
2205
  };
1330
2206
  title: string;
1331
2207
  description: string;
1332
- image: {
2208
+ images?: {
1333
2209
  src: string;
1334
2210
  alt: string;
1335
- };
2211
+ }[];
2212
+ reviewVariant?: string;
2213
+ onClickImage?: (image: string) => void;
2214
+ helpfulActionText?: string;
2215
+ helpfulAction?: (id: string) => void;
2216
+ helpfulCount?: number;
1336
2217
  }
1337
- declare const Review: ({ reviewerName, date, rating, stars, title, description, image }: ReviewProps) => JSX.Element;
2218
+ declare const Review$1: ({ reviewId, reviewerName, date, rating, stars, title, description, images, reviewVariant, onClickImage, helpfulActionText, helpfulAction, helpfulCount, }: ReviewProps$1) => JSX.Element;
1338
2219
 
1339
2220
  interface SliderNavigationProps {
1340
- children: JSX.Element[];
2221
+ children: JSX.Element | JSX.Element[] | StyledComponent<any>;
1341
2222
  infinite: boolean;
1342
2223
  adaptiveHeight: boolean;
1343
- dotsSize: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
1344
- dotListMarginTop: number;
2224
+ dotsSize?: ComponentSize.Large | ComponentSize.Medium | ComponentSize.Small;
2225
+ dotListMarginTop?: number;
1345
2226
  initialSlide?: number;
1346
2227
  arrows?: {
1347
2228
  arrowWidth: number;
1348
2229
  arrowHeight: number;
1349
2230
  arrowPadding: number;
1350
2231
  };
2232
+ dots?: boolean;
2233
+ slidesToShow?: number;
2234
+ speed?: number;
1351
2235
  }
1352
- declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
2236
+ declare const SliderNavigation: ({ children, infinite, arrows, adaptiveHeight, dotsSize, dotListMarginTop, initialSlide, dots, slidesToShow, speed, }: SliderNavigationProps) => _emotion_react_jsx_runtime.JSX.Element;
1353
2237
 
1354
2238
  interface DropdownListIconsProps {
1355
2239
  items: DropdownListIconsItem[];
@@ -1367,8 +2251,11 @@ interface ImageStyleProps {
1367
2251
  interface ImageProps extends ImageStyleProps {
1368
2252
  src: string;
1369
2253
  alt: string;
2254
+ srcSet?: string;
2255
+ sizes?: string;
2256
+ loading?: 'lazy' | 'eager';
1370
2257
  }
1371
- declare const Image: ({ src, alt, height, width, borderRadius, objectFit, objectPosition, className, }: ImageProps) => JSX.Element;
2258
+ declare const Image: ({ src, srcSet, sizes, loading, alt, height, width, borderRadius, objectFit, objectPosition, className, }: ImageProps) => JSX.Element;
1372
2259
 
1373
2260
  interface AmazonPaypalBtnProps {
1374
2261
  onClick: () => void;
@@ -1413,6 +2300,32 @@ interface ProductItemProps {
1413
2300
 
1414
2301
  interface ProductItemSmallMobileProps extends ProductItemProps {
1415
2302
  size: ComponentSize.Medium | ComponentSize.Small | ComponentSize.Large;
2303
+ imageHover?: ImageProps;
2304
+ topTag?: JSX.Element;
2305
+ bottomTag?: JSX.Element;
2306
+ onClick?: () => void;
2307
+ priceDisplayType?: 'default' | 'styled';
2308
+ priceAtBottom?: boolean;
2309
+ priceLoading?: boolean;
2310
+ colorPicker?: {
2311
+ display: boolean;
2312
+ position: string;
2313
+ component: JSX.Element | JSX.Element[] | undefined;
2314
+ };
2315
+ isBNPL?: {
2316
+ displayBNPL: boolean;
2317
+ installments: number;
2318
+ installmentPrice: string;
2319
+ iconFolder?: string;
2320
+ iconName: string;
2321
+ showLogo?: boolean;
2322
+ iconColor: string;
2323
+ fontSize: string;
2324
+ };
2325
+ hasStrength?: {
2326
+ strength: number;
2327
+ description: string;
2328
+ };
1416
2329
  }
1417
2330
 
1418
2331
  declare function withProductGrid<P extends ProductItemProps>(ProductItemComponent: React.FC<P>, data: ProductItemProps[]): {
@@ -1421,7 +2334,7 @@ declare function withProductGrid<P extends ProductItemProps>(ProductItemComponen
1421
2334
  };
1422
2335
 
1423
2336
  declare const Collection: {
1424
- ProductItemMobile: ({ title, image, price, rating, size, tags, alignName, url, className, }: ProductItemSmallMobileProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
2337
+ 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
2338
  withProductGrid: typeof withProductGrid;
1426
2339
  };
1427
2340
 
@@ -1482,19 +2395,23 @@ interface PaginationProps {
1482
2395
  underlineActive?: boolean;
1483
2396
  boldActive?: boolean;
1484
2397
  disabled?: boolean;
2398
+ showReducedPages?: boolean;
1485
2399
  }
1486
- declare const Pagination: ({ from, to, currentPage, onChange, underlineActive, boldActive, disabled, }: PaginationProps) => JSX.Element;
2400
+ declare const Pagination: ({ from, to, currentPage, onChange, underlineActive, boldActive, disabled, showReducedPages, }: PaginationProps) => JSX.Element;
2401
+
2402
+ declare const PaginatorBlog: ({ from, to, currentPage, onChange, }: Pick<PaginationProps, 'from' | 'to' | 'onChange' | 'currentPage'>) => JSX.Element;
1487
2403
 
1488
- declare const Text: FC<TextProps>;
2404
+ declare const Text: ({ variant, children, testId, asSpan, ...allProps }: TextProps) => _emotion_react_jsx_runtime.JSX.Element;
1489
2405
  declare type TextHeroProps = {
1490
2406
  variant: 'hero1' | 'hero2' | 'hero3';
1491
2407
  weight?: 'heavy' | 'bold' | 'demi';
1492
- size?: 'regular';
2408
+ size?: 'regular' | 'xsmall';
1493
2409
  underline?: never;
1494
2410
  disabled?: never;
1495
2411
  wide?: never;
1496
2412
  original?: never;
1497
2413
  allCaps?: never;
2414
+ href: never;
1498
2415
  };
1499
2416
  declare type TextDisplayProps = {
1500
2417
  variant: 'display1' | 'display2';
@@ -1505,6 +2422,7 @@ declare type TextDisplayProps = {
1505
2422
  wide?: never;
1506
2423
  original?: never;
1507
2424
  allCaps?: never;
2425
+ href: never;
1508
2426
  };
1509
2427
  declare type TextHeadingProps = {
1510
2428
  variant: 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6';
@@ -1515,6 +2433,7 @@ declare type TextHeadingProps = {
1515
2433
  wide?: never;
1516
2434
  original?: never;
1517
2435
  allCaps?: never;
2436
+ href?: never;
1518
2437
  };
1519
2438
  declare type TextBodyProps = {
1520
2439
  variant: 'body';
@@ -1525,6 +2444,7 @@ declare type TextBodyProps = {
1525
2444
  wide?: never;
1526
2445
  original?: never;
1527
2446
  allCaps?: never;
2447
+ href?: never;
1528
2448
  };
1529
2449
  declare type TextButtonProps = {
1530
2450
  variant: 'button';
@@ -1535,6 +2455,7 @@ declare type TextButtonProps = {
1535
2455
  wide?: boolean;
1536
2456
  original?: never;
1537
2457
  allCaps?: never;
2458
+ href?: never;
1538
2459
  };
1539
2460
  declare type TextPricingProps = {
1540
2461
  variant: 'pricing';
@@ -1545,6 +2466,7 @@ declare type TextPricingProps = {
1545
2466
  wide?: never;
1546
2467
  original?: boolean;
1547
2468
  allCaps?: never;
2469
+ href?: never;
1548
2470
  };
1549
2471
  declare type TextLinkProps = {
1550
2472
  variant: 'link';
@@ -1555,9 +2477,11 @@ declare type TextLinkProps = {
1555
2477
  wide?: never;
1556
2478
  original?: never;
1557
2479
  allCaps?: never;
1558
- } & AnchorHTMLAttributes<'a'>;
2480
+ href?: string;
2481
+ };
1559
2482
  declare type TextLabelProps = {
1560
2483
  variant: 'label';
2484
+ color?: string;
1561
2485
  weight?: 'regular' | 'demi';
1562
2486
  size?: 'regular' | 'small';
1563
2487
  underline?: never;
@@ -1565,6 +2489,7 @@ declare type TextLabelProps = {
1565
2489
  wide?: never;
1566
2490
  original?: never;
1567
2491
  allCaps?: never;
2492
+ href?: never;
1568
2493
  } & LabelHTMLAttributes<'label'>;
1569
2494
  declare type TextTagProps = {
1570
2495
  variant: 'tag';
@@ -1575,11 +2500,15 @@ declare type TextTagProps = {
1575
2500
  wide?: never;
1576
2501
  original?: never;
1577
2502
  allCaps?: boolean;
2503
+ href?: never;
1578
2504
  };
1579
- declare type TextProps = AriaAttributes & {
2505
+ declare type TextProps<T = Element> = AriaAttributes & HTMLAttributes<T> & {
2506
+ children: ReactNode;
1580
2507
  style?: CSSProperties;
1581
2508
  className?: string;
1582
2509
  testId?: string;
2510
+ asSpan?: boolean;
2511
+ color?: string;
1583
2512
  } & (TextHeroProps | TextDisplayProps | TextHeadingProps | TextBodyProps | TextLinkProps | TextButtonProps | TextPricingProps | TextLabelProps | TextTagProps);
1584
2513
 
1585
2514
  interface SearchBarProps {
@@ -1591,18 +2520,25 @@ interface SearchBarProps {
1591
2520
  resultsPanelDataTestId?: string;
1592
2521
  allResults?: number;
1593
2522
  initialTerm?: string;
2523
+ shouldClear?: boolean;
2524
+ isBlogSearchBar?: boolean;
2525
+ ariaLabel?: string;
2526
+ placeholder?: string;
2527
+ id?: string;
2528
+ autoComplete?: string;
1594
2529
  }
1595
- declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, onClose, resultsPanelDataTestId, allResults, initialTerm, }: SearchBarProps) => JSX.Element;
2530
+ declare const SearchBar: ({ suggestions, resultOptions, onChange, onSearch, onClose, resultsPanelDataTestId, allResults, initialTerm, shouldClear, isBlogSearchBar, ariaLabel, placeholder, id, autoComplete, }: SearchBarProps) => JSX.Element;
1596
2531
 
1597
- interface ProductGalleryMobileProps {
2532
+ interface ProductGalleryMobileProps$1 {
1598
2533
  images: ImageType[];
1599
- selectedValue?: ImageType;
1600
- DiscountTagElement?: JSX.Element;
1601
- BestSellerTagElement?: JSX.Element;
2534
+ customClick?: boolean;
2535
+ topTag?: JSX.Element;
2536
+ bottomTag?: JSX.Element;
1602
2537
  productImageDataTestId?: string;
1603
- slideDotsDataTestId?: string;
2538
+ borderRadiusVariant?: boolean;
2539
+ selectedValue?: ImageType;
1604
2540
  }
1605
- declare const ProductGalleryMobile: ({ images, selectedValue, DiscountTagElement, BestSellerTagElement, productImageDataTestId, slideDotsDataTestId, }: ProductGalleryMobileProps) => JSX.Element;
2541
+ declare const ProductGalleryMobile: ({ images, customClick, topTag, bottomTag, productImageDataTestId, borderRadiusVariant, selectedValue, }: ProductGalleryMobileProps$1) => JSX.Element;
1606
2542
 
1607
2543
  interface RadioProps {
1608
2544
  name: string;
@@ -1613,12 +2549,15 @@ interface RadioProps {
1613
2549
  checked?: boolean;
1614
2550
  disabled?: boolean;
1615
2551
  onChange: (option: RadioGroupOption) => void;
2552
+ style?: React.CSSProperties;
1616
2553
  }
1617
- declare const RadioInput: ({ name, value, id, label, checked, disabled, onChange, size, }: RadioProps) => JSX.Element;
2554
+ declare const RadioInput: ({ style, name, value, id, label, checked, disabled, onChange, size, }: RadioProps) => JSX.Element;
1618
2555
 
1619
2556
  declare type PortalProps = {
1620
2557
  id: string;
1621
2558
  className?: string;
2559
+ overflow?: boolean;
2560
+ style?: CSSProperties;
1622
2561
  };
1623
2562
  declare const Portal: FC<PortalProps>;
1624
2563
 
@@ -1626,10 +2565,12 @@ declare type ModalProps = {
1626
2565
  id: string;
1627
2566
  dismissable?: boolean;
1628
2567
  maxFullScreen?: boolean;
2568
+ padding?: string;
1629
2569
  };
1630
2570
  interface ContainerProps {
1631
2571
  maxFullScreen: boolean;
1632
2572
  opened?: boolean;
2573
+ padding?: string;
1633
2574
  }
1634
2575
  declare const Overlay: _emotion_styled.StyledComponent<{
1635
2576
  theme?: _emotion_react.Theme | undefined;
@@ -1692,6 +2633,26 @@ declare type SpacingProps = {
1692
2633
  };
1693
2634
  declare const Spacing: FC<SpacingProps>;
1694
2635
 
2636
+ interface PackOption$1 {
2637
+ label: string;
2638
+ description: string;
2639
+ meta: {
2640
+ discountPercentage: number;
2641
+ originalPrice: number;
2642
+ price: number;
2643
+ quantity: number;
2644
+ icon: string;
2645
+ tag?: string;
2646
+ };
2647
+ }
2648
+ interface PackSelectorProps$1 {
2649
+ packs: PackOption$1[];
2650
+ selectedValue: PackOption$1;
2651
+ onChange: (size: PackOption$1) => void;
2652
+ currencyCode?: string;
2653
+ }
2654
+ declare const PackSelector: FC<PackSelectorProps$1>;
2655
+
1695
2656
  interface PackOption {
1696
2657
  label: string;
1697
2658
  description: string;
@@ -1708,8 +2669,9 @@ interface PackSelectorProps {
1708
2669
  packs: PackOption[];
1709
2670
  selectedValue: PackOption;
1710
2671
  onChange: (size: PackOption) => void;
2672
+ currencyCode?: string;
1711
2673
  }
1712
- declare const PackSelector: FC<PackSelectorProps>;
2674
+ declare const PackSelectorV2: FC<PackSelectorProps>;
1713
2675
 
1714
2676
  interface FiltersProps {
1715
2677
  values: Filter[];
@@ -1734,6 +2696,218 @@ interface SearchNavigationProps {
1734
2696
  }
1735
2697
  declare const SearchNavigation: ({ returnText, returnUrl, steps, returnAction, }: SearchNavigationProps) => JSX.Element;
1736
2698
 
2699
+ interface TabProps$1 {
2700
+ title: string;
2701
+ content: ReactNode;
2702
+ }
2703
+ interface TabsProps {
2704
+ backgroundColor?: string;
2705
+ initialSelected?: string;
2706
+ tabsMaxWidth?: string;
2707
+ tabs: TabProps$1[];
2708
+ }
2709
+ declare const Tabs: ({ backgroundColor, tabs, initialSelected, tabsMaxWidth, }: TabsProps) => JSX.Element | null;
2710
+
2711
+ interface TabProps {
2712
+ title: string;
2713
+ titleSize?: string;
2714
+ selectedTitleWeight?: number;
2715
+ height?: string;
2716
+ selected?: boolean;
2717
+ color?: string;
2718
+ tabsMaxWidth?: string;
2719
+ onClick: (clickedTab: string) => void;
2720
+ }
2721
+ declare const Tab: ({ title, titleSize, height, selectedTitleWeight, selected, onClick, color, tabsMaxWidth, }: TabProps) => JSX.Element;
2722
+
2723
+ interface IconsWithTitleProps {
2724
+ backgroundColor: string;
2725
+ iconColor: string;
2726
+ iconName: string;
2727
+ iconFolder?: string;
2728
+ withWrapper?: boolean;
2729
+ iconTitle: string;
2730
+ iconSizeDesktop?: number;
2731
+ iconSizeMobile?: number;
2732
+ iconTitlePosition?: 'top' | 'bottom' | 'left' | 'right';
2733
+ iconTitleStyle?: string;
2734
+ iconStyle?: string;
2735
+ isTitleInnerHtml?: boolean;
2736
+ }
2737
+ declare const IconsWithTitle: ({ iconName, iconTitle, iconFolder, withWrapper, backgroundColor, iconColor, iconSizeDesktop, iconSizeMobile, iconTitlePosition, iconTitleStyle, iconStyle, isTitleInnerHtml, }: IconsWithTitleProps) => JSX.Element | null;
2738
+
2739
+ interface NoteProps {
2740
+ accentColor?: string;
2741
+ color?: string;
2742
+ backgroundColor?: string;
2743
+ importantNoteText: string;
2744
+ text: string;
2745
+ }
2746
+ declare const Note: ({ accentColor, color, backgroundColor, importantNoteText, text, }: NoteProps) => JSX.Element;
2747
+
2748
+ interface TextWithImageProps {
2749
+ title: string;
2750
+ text?: string;
2751
+ children?: ReactNode;
2752
+ buttomText: string;
2753
+ backgroundColor: string;
2754
+ imageLeftSide?: boolean;
2755
+ URLLink?: string;
2756
+ onButtonClick?: () => void;
2757
+ isRedirectionURL: boolean;
2758
+ btnBGColor?: string;
2759
+ btnHoverBGColor?: string;
2760
+ imgVideo: imageVideoProps;
2761
+ contentAfterButton?: React.ReactNode;
2762
+ titleStyle?: React.CSSProperties;
2763
+ textStyle?: React.CSSProperties;
2764
+ buttonWideOnMobile?: boolean;
2765
+ }
2766
+ declare const TextWithImage: ({ title, text, children, buttomText, backgroundColor, imageLeftSide, titleStyle, textStyle, buttonWideOnMobile, ...props }: TextWithImageProps) => _emotion_react_jsx_runtime.JSX.Element;
2767
+
2768
+ interface AccordionOptionsProps {
2769
+ titleColor: string;
2770
+ accordions: AccordionProps[];
2771
+ }
2772
+ declare const AccordionOptions: ({ titleColor, accordions }: AccordionOptionsProps) => JSX.Element;
2773
+
2774
+ interface ShortBannerProps {
2775
+ title: string;
2776
+ bannerText: string;
2777
+ backgroundColor: string;
2778
+ alignCenter?: boolean;
2779
+ widthAuto?: boolean;
2780
+ textColor: string;
2781
+ }
2782
+ declare const ShortBanner: ({ textColor, title, bannerText, backgroundColor, alignCenter, widthAuto, }: ShortBannerProps) => JSX.Element;
2783
+
2784
+ interface BeforeAfterCardProps {
2785
+ name: string;
2786
+ age?: string;
2787
+ months?: string;
2788
+ beforeImage: string;
2789
+ afterImage: string;
2790
+ alignCenter?: boolean;
2791
+ imageBorderRadius?: string;
2792
+ size?: ComponentSize;
2793
+ }
2794
+ declare const BeforeAfterCard: ({ name, age, months, beforeImage, afterImage, alignCenter, imageBorderRadius, size, }: BeforeAfterCardProps) => JSX.Element;
2795
+
2796
+ interface ImageCardWithDescriptionProps {
2797
+ image: string;
2798
+ title?: string;
2799
+ description?: string;
2800
+ titlePosition?: 'center' | 'left';
2801
+ }
2802
+ declare const ImageCardWithDescription: ({ image, title, description, titlePosition, }: ImageCardWithDescriptionProps) => JSX.Element;
2803
+
2804
+ interface Checkpoint$1 {
2805
+ day: string;
2806
+ date: string;
2807
+ statusMessage: string;
2808
+ }
2809
+ interface TrackingProgressProps {
2810
+ checkPoints: Checkpoint$1[];
2811
+ amountOfCheckPoints: number;
2812
+ }
2813
+ declare const TrackingProgress: ({ checkPoints, amountOfCheckPoints }: TrackingProgressProps) => JSX.Element;
2814
+
2815
+ interface Checkpoint {
2816
+ day: string;
2817
+ date: string;
2818
+ statusMessage: string;
2819
+ }
2820
+ interface TrackingProgressV2Props {
2821
+ checkPoints: Checkpoint[];
2822
+ amountOfCheckPoints: number;
2823
+ warning?: boolean;
2824
+ }
2825
+ declare const TrackingProgressV2: ({ checkPoints, amountOfCheckPoints, warning, }: TrackingProgressV2Props) => JSX.Element;
2826
+
2827
+ interface ReviewsHeaderProps {
2828
+ title?: string;
2829
+ rating: number;
2830
+ reviews: number;
2831
+ reviewsText: string;
2832
+ reviewsSummary: string[];
2833
+ onClickReview: (reveiw: string) => void;
2834
+ }
2835
+ declare const ReviewsHeader: ({ title, rating, reviews, reviewsText, reviewsSummary, onClickReview, }: ReviewsHeaderProps) => JSX.Element;
2836
+
2837
+ interface ReviewProps {
2838
+ reviewId: string;
2839
+ reviewerName: string;
2840
+ date: Date;
2841
+ rating: number;
2842
+ stars: {
2843
+ color: string;
2844
+ size: ComponentSize.Medium | ComponentSize.Small;
2845
+ };
2846
+ title: string;
2847
+ description: string;
2848
+ image?: {
2849
+ src: string;
2850
+ alt: string;
2851
+ };
2852
+ modalId: string;
2853
+ maxFullScreen?: boolean;
2854
+ verified?: boolean;
2855
+ productImage?: string;
2856
+ productTitle?: string;
2857
+ productLink?: string;
2858
+ helpfulCount?: number;
2859
+ helpfulAction?: (id: string) => void;
2860
+ notHelpfulCount?: number;
2861
+ notHelpfulAction?: (id: string) => void;
2862
+ }
2863
+ declare const Review: ({ reviewId, reviewerName, date, rating, stars, title, description, image, modalId, maxFullScreen, verified, productImage, productTitle, productLink, helpfulCount, helpfulAction, notHelpfulCount, notHelpfulAction, }: ReviewProps) => JSX.Element;
2864
+
2865
+ interface ProductGalleryMobileProps {
2866
+ images: ImageType[];
2867
+ selectedValue?: ImageType;
2868
+ topTag?: JSX.Element;
2869
+ bottomTag?: JSX.Element;
2870
+ productImageDataTestId?: string;
2871
+ slideDotsDataTestId?: string;
2872
+ borderRadiusVariant?: boolean;
2873
+ }
2874
+ declare const ProductGalleryMobileV2: ({ images, selectedValue, topTag, bottomTag, productImageDataTestId, slideDotsDataTestId, borderRadiusVariant, }: ProductGalleryMobileProps) => JSX.Element;
2875
+
2876
+ interface AbsorbencyLevelProps {
2877
+ dropTotal: number;
2878
+ drops: number;
2879
+ absorbencyTitle: string;
2880
+ absorbencyDescription: string;
2881
+ }
2882
+ declare const AbsorbencyLevel: ({ dropTotal, drops, absorbencyTitle, absorbencyDescription, }: AbsorbencyLevelProps) => JSX.Element;
2883
+
2884
+ interface HurryUpProps {
2885
+ hurryUpText: string;
2886
+ backgroundColor?: string;
2887
+ showTimer?: boolean;
2888
+ iconSize?: number;
2889
+ textPosition?: 'left' | 'right' | 'center';
2890
+ }
2891
+ declare const HurryUp: ({ hurryUpText, backgroundColor, iconSize, textPosition, showTimer, }: HurryUpProps) => JSX.Element;
2892
+
2893
+ interface BuyNowPayLaterProps {
2894
+ displayBNPL: boolean;
2895
+ installments: number;
2896
+ installmentPrice: string;
2897
+ iconFolder?: string;
2898
+ iconName: string;
2899
+ showLogo?: boolean;
2900
+ iconColor?: string;
2901
+ fontSize?: string;
2902
+ }
2903
+ declare const BuyNowPayLater: ({ displayBNPL, installments, installmentPrice, iconFolder, iconName, showLogo, iconColor, fontSize, }: BuyNowPayLaterProps) => JSX.Element | null;
2904
+
2905
+ interface StrengthBarProps {
2906
+ barsFilled?: number;
2907
+ supportText?: string;
2908
+ }
2909
+ declare const StrengthBars: ({ barsFilled, supportText }: StrengthBarProps) => JSX.Element;
2910
+
1737
2911
  declare global {
1738
2912
  interface Events {
1739
2913
  modal: {
@@ -1773,4 +2947,8 @@ declare const formatPrice: (value: number, { locale, currency }?: {
1773
2947
  currency?: string | undefined;
1774
2948
  }) => string;
1775
2949
 
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 };
2950
+ declare const getSrcSet: (imgLink: string, ...breakpoints: number[]) => string;
2951
+
2952
+ declare const mediaQueries: facepaint.DynamicStyleFunction;
2953
+
2954
+ 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 };