@trafilea/afrodita-components 5.0.0-beta.93 → 5.0.0-beta.95

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
@@ -4,6 +4,7 @@ import React, { FC, ReactNode, ElementType, CSSProperties, AriaAttributes, HTMLA
4
4
  import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
5
5
  import * as _emotion_styled from '@emotion/styled';
6
6
  import { StyledComponent } from '@emotion/styled';
7
+ export { default as styled } from '@emotion/styled';
7
8
  import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
8
9
  import * as _emotion_react from '@emotion/react';
9
10
 
@@ -190,6 +191,56 @@ interface CopyProps extends IconProps {
190
191
  }
191
192
  declare const Copy: ({ height, width, fill, stroke }: CopyProps) => JSX.Element;
192
193
 
194
+ declare const CheckboxEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
195
+
196
+ declare const CheckboxLight: ({ height, width, fill }: IconProps) => JSX.Element;
197
+
198
+ declare const CheckboxSolid: ({ height, width, fill }: IconProps) => JSX.Element;
199
+
200
+ declare const Like: ({ height, width, fill }: IconProps) => JSX.Element;
201
+
202
+ declare const LikeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
203
+
204
+ declare const NotAllowed: ({ height, width, fill }: IconProps) => JSX.Element;
205
+
206
+ declare const RadioEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
207
+
208
+ declare const RadioFilled: ({ height, width, fill }: IconProps) => JSX.Element;
209
+
210
+ declare const Minus$1: ({ height, width, fill }: IconProps) => JSX.Element;
211
+
212
+ declare const SettingsSolid: ({ height, width, fill }: IconProps) => JSX.Element;
213
+
214
+ declare const Settings: ({ height, width, fill }: IconProps) => JSX.Element;
215
+
216
+ declare const Share: ({ height, width, fill }: IconProps) => JSX.Element;
217
+
218
+ declare const CircleCheck: ({ height, width, fill }: IconProps) => JSX.Element;
219
+
220
+ declare const CircleClear: ({ height, width, fill }: IconProps) => JSX.Element;
221
+
222
+ declare const CircleInfo: ({ height, width, fill }: IconProps) => JSX.Element;
223
+
224
+ declare const CircleMinus: ({ height, width, fill }: IconProps) => JSX.Element;
225
+
226
+ declare const CirclePlus: ({ height, width, fill }: IconProps) => JSX.Element;
227
+
228
+ declare const CircleQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
229
+
230
+ declare const CircleWarning: ({ height, width, fill }: IconProps) => JSX.Element;
231
+
232
+ declare const CircleSolidCheck: ({ height, width, fill }: IconProps) => JSX.Element;
233
+
234
+ declare const CircleSolidClear: ({ height, width, fill }: IconProps) => JSX.Element;
235
+
236
+ declare const CircleSolidMinus: ({ height, width, fill }: IconProps) => JSX.Element;
237
+
238
+ declare const CircleSolidPlus: ({ height, width, fill }: IconProps) => JSX.Element;
239
+
240
+ declare const CircleSolidQuestion: ({ height, width, fill }: IconProps) => JSX.Element;
241
+
242
+ declare const CircleSolidWarning: ({ height, width, fill }: IconProps) => JSX.Element;
243
+
193
244
  declare const Actions_Check: typeof Check;
194
245
  declare const Actions_ClearLight: typeof ClearLight;
195
246
  declare const Actions_LightExclamation: typeof LightExclamation;
@@ -204,6 +255,30 @@ declare const Actions_SignOut: typeof SignOut;
204
255
  declare const Actions_Add: typeof Add;
205
256
  type Actions_CopyProps = CopyProps;
206
257
  declare const Actions_Copy: typeof Copy;
258
+ declare const Actions_CheckboxEmpty: typeof CheckboxEmpty;
259
+ declare const Actions_CheckboxLight: typeof CheckboxLight;
260
+ declare const Actions_CheckboxSolid: typeof CheckboxSolid;
261
+ declare const Actions_Like: typeof Like;
262
+ declare const Actions_LikeSolid: typeof LikeSolid;
263
+ declare const Actions_NotAllowed: typeof NotAllowed;
264
+ declare const Actions_RadioEmpty: typeof RadioEmpty;
265
+ declare const Actions_RadioFilled: typeof RadioFilled;
266
+ declare const Actions_SettingsSolid: typeof SettingsSolid;
267
+ declare const Actions_Settings: typeof Settings;
268
+ declare const Actions_Share: typeof Share;
269
+ declare const Actions_CircleCheck: typeof CircleCheck;
270
+ declare const Actions_CircleClear: typeof CircleClear;
271
+ declare const Actions_CircleInfo: typeof CircleInfo;
272
+ declare const Actions_CircleMinus: typeof CircleMinus;
273
+ declare const Actions_CirclePlus: typeof CirclePlus;
274
+ declare const Actions_CircleQuestion: typeof CircleQuestion;
275
+ declare const Actions_CircleWarning: typeof CircleWarning;
276
+ declare const Actions_CircleSolidCheck: typeof CircleSolidCheck;
277
+ declare const Actions_CircleSolidClear: typeof CircleSolidClear;
278
+ declare const Actions_CircleSolidMinus: typeof CircleSolidMinus;
279
+ declare const Actions_CircleSolidPlus: typeof CircleSolidPlus;
280
+ declare const Actions_CircleSolidQuestion: typeof CircleSolidQuestion;
281
+ declare const Actions_CircleSolidWarning: typeof CircleSolidWarning;
207
282
  declare namespace Actions {
208
283
  export {
209
284
  Actions_Check as Check,
@@ -220,6 +295,31 @@ declare namespace Actions {
220
295
  Actions_Add as Add,
221
296
  Actions_CopyProps as CopyProps,
222
297
  Actions_Copy as Copy,
298
+ Actions_CheckboxEmpty as CheckboxEmpty,
299
+ Actions_CheckboxLight as CheckboxLight,
300
+ Actions_CheckboxSolid as CheckboxSolid,
301
+ Actions_Like as Like,
302
+ Actions_LikeSolid as LikeSolid,
303
+ Actions_NotAllowed as NotAllowed,
304
+ Actions_RadioEmpty as RadioEmpty,
305
+ Actions_RadioFilled as RadioFilled,
306
+ Minus$1 as Minus,
307
+ Actions_SettingsSolid as SettingsSolid,
308
+ Actions_Settings as Settings,
309
+ Actions_Share as Share,
310
+ Actions_CircleCheck as CircleCheck,
311
+ Actions_CircleClear as CircleClear,
312
+ Actions_CircleInfo as CircleInfo,
313
+ Actions_CircleMinus as CircleMinus,
314
+ Actions_CirclePlus as CirclePlus,
315
+ Actions_CircleQuestion as CircleQuestion,
316
+ Actions_CircleWarning as CircleWarning,
317
+ Actions_CircleSolidCheck as CircleSolidCheck,
318
+ Actions_CircleSolidClear as CircleSolidClear,
319
+ Actions_CircleSolidMinus as CircleSolidMinus,
320
+ Actions_CircleSolidPlus as CircleSolidPlus,
321
+ Actions_CircleSolidQuestion as CircleSolidQuestion,
322
+ Actions_CircleSolidWarning as CircleSolidWarning,
223
323
  };
224
324
  }
225
325
 
@@ -228,7 +328,7 @@ declare const FitPredictor$1: ({ height, width, fill }: IconProps) => JSX.Elemen
228
328
  interface LoadingProps extends IconProps {
229
329
  backgroundColor: string;
230
330
  }
231
- declare const Loading: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
331
+ declare const Loading$1: ({ height, width, fill, backgroundColor }: LoadingProps) => JSX.Element;
232
332
 
233
333
  declare const Shapermint: ({ height, width }: IconProps) => JSX.Element;
234
334
 
@@ -259,7 +359,6 @@ declare const Play: ({ height, width, fill, testId }: IconProps) => JSX.Element;
259
359
  declare const FitGuarantee: ({ height, width, fill, testId }: IconProps) => JSX.Element;
260
360
 
261
361
  type Other_LoadingProps = LoadingProps;
262
- declare const Other_Loading: typeof Loading;
263
362
  declare const Other_Shapermint: typeof Shapermint;
264
363
  declare const Other_McAfee: typeof McAfee;
265
364
  declare const Other_GetDiscount: typeof GetDiscount;
@@ -278,7 +377,7 @@ declare namespace Other {
278
377
  export {
279
378
  FitPredictor$1 as FitPredictor,
280
379
  Other_LoadingProps as LoadingProps,
281
- Other_Loading as Loading,
380
+ Loading$1 as Loading,
282
381
  Other_Shapermint as Shapermint,
283
382
  Other_McAfee as McAfee,
284
383
  Other_GetDiscount as GetDiscount,
@@ -310,6 +409,28 @@ declare const ChevronUpSolid: ({ height, width, fill }: IconProps) => JSX.Elemen
310
409
 
311
410
  declare const CircleUp: ({ width, height, fill }: IconProps) => JSX.Element;
312
411
 
412
+ declare const CircleChevronLeft: ({ width, height, fill }: IconProps) => JSX.Element;
413
+
414
+ declare const CircleChevronRight: ({ width, height, fill }: IconProps) => JSX.Element;
415
+
416
+ declare const CircleChevronDown: ({ width, height, fill }: IconProps) => JSX.Element;
417
+
418
+ declare const CircleChevronUp: ({ width, height, fill }: IconProps) => JSX.Element;
419
+
420
+ declare const ChevronDownVariant: ({ width, height, fill }: IconProps) => JSX.Element;
421
+
422
+ declare const ChevronUpVariant: ({ width, height, fill }: IconProps) => JSX.Element;
423
+
424
+ declare const ChevronLeftVariant: ({ width, height, fill }: IconProps) => JSX.Element;
425
+
426
+ declare const CircleLineUp: ({ width, height, fill }: IconProps) => JSX.Element;
427
+
428
+ declare const CircleLineDown: ({ width, height, fill }: IconProps) => JSX.Element;
429
+
430
+ declare const CircleLineLeft: ({ width, height, fill }: IconProps) => JSX.Element;
431
+
432
+ declare const CircleLineRight: ({ width, height, fill }: IconProps) => JSX.Element;
433
+
313
434
  declare const Arrows_ChevronDown: typeof ChevronDown;
314
435
  declare const Arrows_ChevronLeft: typeof ChevronLeft;
315
436
  declare const Arrows_ChevronRight: typeof ChevronRight;
@@ -317,6 +438,17 @@ declare const Arrows_ChevronRightVariant: typeof ChevronRightVariant;
317
438
  declare const Arrows_ChevronUp: typeof ChevronUp;
318
439
  declare const Arrows_ChevronUpSolid: typeof ChevronUpSolid;
319
440
  declare const Arrows_CircleUp: typeof CircleUp;
441
+ declare const Arrows_CircleChevronLeft: typeof CircleChevronLeft;
442
+ declare const Arrows_CircleChevronRight: typeof CircleChevronRight;
443
+ declare const Arrows_CircleChevronDown: typeof CircleChevronDown;
444
+ declare const Arrows_CircleChevronUp: typeof CircleChevronUp;
445
+ declare const Arrows_ChevronDownVariant: typeof ChevronDownVariant;
446
+ declare const Arrows_ChevronUpVariant: typeof ChevronUpVariant;
447
+ declare const Arrows_ChevronLeftVariant: typeof ChevronLeftVariant;
448
+ declare const Arrows_CircleLineUp: typeof CircleLineUp;
449
+ declare const Arrows_CircleLineDown: typeof CircleLineDown;
450
+ declare const Arrows_CircleLineLeft: typeof CircleLineLeft;
451
+ declare const Arrows_CircleLineRight: typeof CircleLineRight;
320
452
  declare namespace Arrows {
321
453
  export {
322
454
  Arrows_ChevronDown as ChevronDown,
@@ -326,6 +458,17 @@ declare namespace Arrows {
326
458
  Arrows_ChevronUp as ChevronUp,
327
459
  Arrows_ChevronUpSolid as ChevronUpSolid,
328
460
  Arrows_CircleUp as CircleUp,
461
+ Arrows_CircleChevronLeft as CircleChevronLeft,
462
+ Arrows_CircleChevronRight as CircleChevronRight,
463
+ Arrows_CircleChevronDown as CircleChevronDown,
464
+ Arrows_CircleChevronUp as CircleChevronUp,
465
+ Arrows_ChevronDownVariant as ChevronDownVariant,
466
+ Arrows_ChevronUpVariant as ChevronUpVariant,
467
+ Arrows_ChevronLeftVariant as ChevronLeftVariant,
468
+ Arrows_CircleLineUp as CircleLineUp,
469
+ Arrows_CircleLineDown as CircleLineDown,
470
+ Arrows_CircleLineLeft as CircleLineLeft,
471
+ Arrows_CircleLineRight as CircleLineRight,
329
472
  };
330
473
  }
331
474
 
@@ -349,10 +492,18 @@ declare const Stopwatch: ({ height, width, fill, title }: IconProps) => JSX.Elem
349
492
 
350
493
  declare const Shipping: ({ height, width, fill }: IconProps) => JSX.Element;
351
494
 
352
- declare const LightBulb: ({ height, width, fill }: IconProps) => JSX.Element;
495
+ declare const LightBulb$1: ({ height, width, fill }: IconProps) => JSX.Element;
353
496
 
354
497
  declare const ErrorCross: ({ height, width, fill }: IconProps) => JSX.Element;
355
498
 
499
+ declare const CircleNumber: ({ height, width, fill }: IconProps) => JSX.Element;
500
+
501
+ declare const SizeEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
502
+
503
+ declare const PlayMini: ({ height, width, fill }: IconProps) => JSX.Element;
504
+
505
+ declare const ShippingEmpty: ({ height, width, fill }: IconProps) => JSX.Element;
506
+
356
507
  declare const PDP_Clock: typeof Clock;
357
508
  declare const PDP_FlagUSA: typeof FlagUSA;
358
509
  declare const PDP_Minus: typeof Minus;
@@ -363,8 +514,11 @@ declare const PDP_StarEmpty: typeof StarEmpty;
363
514
  declare const PDP_StarHalf: typeof StarHalf;
364
515
  declare const PDP_Stopwatch: typeof Stopwatch;
365
516
  declare const PDP_Shipping: typeof Shipping;
366
- declare const PDP_LightBulb: typeof LightBulb;
367
517
  declare const PDP_ErrorCross: typeof ErrorCross;
518
+ declare const PDP_CircleNumber: typeof CircleNumber;
519
+ declare const PDP_SizeEmpty: typeof SizeEmpty;
520
+ declare const PDP_PlayMini: typeof PlayMini;
521
+ declare const PDP_ShippingEmpty: typeof ShippingEmpty;
368
522
  declare namespace PDP {
369
523
  export {
370
524
  PDP_Clock as Clock,
@@ -377,8 +531,12 @@ declare namespace PDP {
377
531
  PDP_StarHalf as StarHalf,
378
532
  PDP_Stopwatch as Stopwatch,
379
533
  PDP_Shipping as Shipping,
380
- PDP_LightBulb as LightBulb,
534
+ LightBulb$1 as LightBulb,
381
535
  PDP_ErrorCross as ErrorCross,
536
+ PDP_CircleNumber as CircleNumber,
537
+ PDP_SizeEmpty as SizeEmpty,
538
+ PDP_PlayMini as PlayMini,
539
+ PDP_ShippingEmpty as ShippingEmpty,
382
540
  };
383
541
  }
384
542
 
@@ -437,6 +595,36 @@ declare const ClubMembership: ({ height, width, fill }: IconProps) => JSX.Elemen
437
595
 
438
596
  declare const Benefits: ({ height, width, fill }: IconProps) => JSX.Element;
439
597
 
598
+ declare const Home: ({ height, width, fill }: IconProps) => JSX.Element;
599
+
600
+ declare const HomeSolid: ({ height, width, fill }: IconProps) => JSX.Element;
601
+
602
+ declare const ShoppingBagV2: ({ height, width, fill, testId }: IconProps) => JSX.Element;
603
+
604
+ declare const UserSolid: ({ height, width, fill }: IconProps) => JSX.Element;
605
+
606
+ declare const SlideDot$1: ({ height, width, fill }: IconProps) => JSX.Element;
607
+
608
+ declare const SlideDotSolid: ({ height, width, fill }: IconProps) => JSX.Element;
609
+
610
+ declare const Ellipsis: ({ height, width, fill }: IconProps) => JSX.Element;
611
+
612
+ declare const EllipsisHorizontal: ({ height, width, fill }: IconProps) => JSX.Element;
613
+
614
+ declare const Filters$1: ({ height, width, fill }: IconProps) => JSX.Element;
615
+
616
+ declare const Lock: ({ height, width, fill }: IconProps) => JSX.Element;
617
+
618
+ declare const LockSolid: ({ height, width, fill }: IconProps) => JSX.Element;
619
+
620
+ declare const Loading: ({ height, width, fill }: IconProps) => JSX.Element;
621
+
622
+ declare const MapSolid: ({ height, width, fill }: IconProps) => JSX.Element;
623
+
624
+ declare const UserV2: ({ height, width, fill }: IconProps) => JSX.Element;
625
+
626
+ declare const ShoppingCartV2: ({ height, width, fill }: IconProps) => JSX.Element;
627
+
440
628
  declare const Navigation_Search: typeof Search;
441
629
  declare const Navigation_User: typeof User;
442
630
  declare const Navigation_ShoppingBag: typeof ShoppingBag;
@@ -446,6 +634,19 @@ declare const Navigation_Hamburger: typeof Hamburger;
446
634
  declare const Navigation_AddressInformation: typeof AddressInformation;
447
635
  declare const Navigation_ClubMembership: typeof ClubMembership;
448
636
  declare const Navigation_Benefits: typeof Benefits;
637
+ declare const Navigation_Home: typeof Home;
638
+ declare const Navigation_HomeSolid: typeof HomeSolid;
639
+ declare const Navigation_ShoppingBagV2: typeof ShoppingBagV2;
640
+ declare const Navigation_UserSolid: typeof UserSolid;
641
+ declare const Navigation_SlideDotSolid: typeof SlideDotSolid;
642
+ declare const Navigation_Ellipsis: typeof Ellipsis;
643
+ declare const Navigation_EllipsisHorizontal: typeof EllipsisHorizontal;
644
+ declare const Navigation_Lock: typeof Lock;
645
+ declare const Navigation_LockSolid: typeof LockSolid;
646
+ declare const Navigation_Loading: typeof Loading;
647
+ declare const Navigation_MapSolid: typeof MapSolid;
648
+ declare const Navigation_UserV2: typeof UserV2;
649
+ declare const Navigation_ShoppingCartV2: typeof ShoppingCartV2;
449
650
  declare namespace Navigation {
450
651
  export {
451
652
  Navigation_Search as Search,
@@ -457,6 +658,21 @@ declare namespace Navigation {
457
658
  Navigation_AddressInformation as AddressInformation,
458
659
  Navigation_ClubMembership as ClubMembership,
459
660
  Navigation_Benefits as Benefits,
661
+ Navigation_Home as Home,
662
+ Navigation_HomeSolid as HomeSolid,
663
+ Navigation_ShoppingBagV2 as ShoppingBagV2,
664
+ Navigation_UserSolid as UserSolid,
665
+ SlideDot$1 as SlideDot,
666
+ Navigation_SlideDotSolid as SlideDotSolid,
667
+ Navigation_Ellipsis as Ellipsis,
668
+ Navigation_EllipsisHorizontal as EllipsisHorizontal,
669
+ Filters$1 as Filters,
670
+ Navigation_Lock as Lock,
671
+ Navigation_LockSolid as LockSolid,
672
+ Navigation_Loading as Loading,
673
+ Navigation_MapSolid as MapSolid,
674
+ Navigation_UserV2 as UserV2,
675
+ Navigation_ShoppingCartV2 as ShoppingCartV2,
460
676
  };
461
677
  }
462
678
 
@@ -481,10 +697,40 @@ declare const Mail: ({ height, width, }: Pick<IconWrapperProps, 'width' | 'heigh
481
697
 
482
698
  declare const Community$1: ({ height, width, fill }: IconProps) => JSX.Element;
483
699
 
700
+ declare const QuoteLeft: ({ height, width, fill }: IconProps) => JSX.Element;
701
+
702
+ declare const QuoteRight: ({ height, width, fill }: IconProps) => JSX.Element;
703
+
704
+ declare const QuoteSolidLeft: ({ height, width, fill }: IconProps) => JSX.Element;
705
+
706
+ declare const QuoteSolidRight: ({ height, width, fill }: IconProps) => JSX.Element;
707
+
708
+ declare const Light: ({ height, width, fill }: IconProps) => JSX.Element;
709
+
710
+ declare const LightBulb: ({ height, width, fill }: IconProps) => JSX.Element;
711
+
712
+ declare const LightBulbSolid: ({ height, width, fill }: IconProps) => JSX.Element;
713
+
714
+ declare const CommentDots: ({ height, width, fill }: IconProps) => JSX.Element;
715
+
716
+ declare const CommentLight: ({ height, width, fill }: IconProps) => JSX.Element;
717
+
718
+ declare const CommentMoney: ({ height, width, fill }: IconProps) => JSX.Element;
719
+
484
720
  declare const Messaging_QuestionCircle: typeof QuestionCircle;
485
721
  declare const Messaging_Messenger: typeof Messenger;
486
722
  declare const Messaging_Comment: typeof Comment;
487
723
  declare const Messaging_Mail: typeof Mail;
724
+ declare const Messaging_QuoteLeft: typeof QuoteLeft;
725
+ declare const Messaging_QuoteRight: typeof QuoteRight;
726
+ declare const Messaging_QuoteSolidLeft: typeof QuoteSolidLeft;
727
+ declare const Messaging_QuoteSolidRight: typeof QuoteSolidRight;
728
+ declare const Messaging_Light: typeof Light;
729
+ declare const Messaging_LightBulb: typeof LightBulb;
730
+ declare const Messaging_LightBulbSolid: typeof LightBulbSolid;
731
+ declare const Messaging_CommentDots: typeof CommentDots;
732
+ declare const Messaging_CommentLight: typeof CommentLight;
733
+ declare const Messaging_CommentMoney: typeof CommentMoney;
488
734
  declare namespace Messaging {
489
735
  export {
490
736
  Messaging_QuestionCircle as QuestionCircle,
@@ -492,6 +738,16 @@ declare namespace Messaging {
492
738
  Messaging_Comment as Comment,
493
739
  Messaging_Mail as Mail,
494
740
  Community$1 as Community,
741
+ Messaging_QuoteLeft as QuoteLeft,
742
+ Messaging_QuoteRight as QuoteRight,
743
+ Messaging_QuoteSolidLeft as QuoteSolidLeft,
744
+ Messaging_QuoteSolidRight as QuoteSolidRight,
745
+ Messaging_Light as Light,
746
+ Messaging_LightBulb as LightBulb,
747
+ Messaging_LightBulbSolid as LightBulbSolid,
748
+ Messaging_CommentDots as CommentDots,
749
+ Messaging_CommentLight as CommentLight,
750
+ Messaging_CommentMoney as CommentMoney,
495
751
  };
496
752
  }
497
753
 
@@ -552,10 +808,34 @@ declare namespace SlideDots {
552
808
 
553
809
  declare const Thinking: ({ height, width }: IconProps$1) => JSX.Element;
554
810
 
811
+ declare const SmilingV2: ({ height, width }: IconProps$1) => JSX.Element;
812
+
813
+ declare const Grinning: ({ height, width }: IconProps$1) => JSX.Element;
814
+
815
+ declare const GrinningWithSweat: ({ height, width }: IconProps$1) => JSX.Element;
816
+
817
+ declare const BlowingKiss: ({ height, width }: IconProps$1) => JSX.Element;
818
+
819
+ declare const Frowning: ({ height, width }: IconProps$1) => JSX.Element;
820
+
821
+ declare const Relieved: ({ height, width }: IconProps$1) => JSX.Element;
822
+
555
823
  declare const Emoji_Thinking: typeof Thinking;
824
+ declare const Emoji_SmilingV2: typeof SmilingV2;
825
+ declare const Emoji_Grinning: typeof Grinning;
826
+ declare const Emoji_GrinningWithSweat: typeof GrinningWithSweat;
827
+ declare const Emoji_BlowingKiss: typeof BlowingKiss;
828
+ declare const Emoji_Frowning: typeof Frowning;
829
+ declare const Emoji_Relieved: typeof Relieved;
556
830
  declare namespace Emoji {
557
831
  export {
558
832
  Emoji_Thinking as Thinking,
833
+ Emoji_SmilingV2 as SmilingV2,
834
+ Emoji_Grinning as Grinning,
835
+ Emoji_GrinningWithSweat as GrinningWithSweat,
836
+ Emoji_BlowingKiss as BlowingKiss,
837
+ Emoji_Frowning as Frowning,
838
+ Emoji_Relieved as Relieved,
559
839
  };
560
840
  }
561
841
 
@@ -836,6 +1116,7 @@ declare const ThemeProvider: FC<{
836
1116
  children: ReactNode;
837
1117
  }>;
838
1118
  declare const useTheme: () => Theme;
1119
+
839
1120
  declare const ThemeVariables: FC<{
840
1121
  theme: Theme;
841
1122
  Container?: ElementType;
@@ -1340,10 +1621,13 @@ interface TimerProps extends TimeProps {
1340
1621
  }
1341
1622
  declare const Timer: ({ onTimeUp, displayZeroValues, ...rest }: TimerProps) => JSX.Element;
1342
1623
 
1343
- interface BaseInputCommmonProps {
1624
+ interface BaseInputCommonProps {
1344
1625
  id?: string;
1626
+ value?: string;
1345
1627
  innerRef?: React.Ref<HTMLInputElement>;
1346
1628
  onBlur?: () => void;
1629
+ onFocus?: () => void;
1630
+ onChange?: (value: string, event: any) => void;
1347
1631
  hideClear?: boolean;
1348
1632
  defaultValue?: string;
1349
1633
  maxLength?: number;
@@ -1360,15 +1644,7 @@ interface BaseInputCommmonProps {
1360
1644
  name?: string;
1361
1645
  autoFocus?: boolean;
1362
1646
  }
1363
- interface BaseInputControlled extends BaseInputCommmonProps {
1364
- value: string;
1365
- onChange: (value: string) => void;
1366
- }
1367
- interface BaseInputUncontrolled extends BaseInputCommmonProps {
1368
- value?: never;
1369
- onChange?: (value: string) => void;
1370
- }
1371
- declare type BaseInputProps = BaseInputControlled | BaseInputUncontrolled;
1647
+ declare type BaseInputProps = BaseInputCommonProps;
1372
1648
 
1373
1649
  declare type BasePlusIconProps = BaseInputProps & {
1374
1650
  Icon: IconType;
@@ -1407,7 +1683,7 @@ declare type CustomProps = BaseInputProps & {
1407
1683
  };
1408
1684
 
1409
1685
  declare const Input: {
1410
- Simple: ({ value, onChange, defaultValue, label, children, required, onValidation, size, placeholder, inlinePlaceholder, hasError, inputType, hideClear, innerRef, ...rest }: BaseInputProps) => JSX.Element;
1686
+ Simple: ({ value, onChange, label, children, required, onValidation, size, placeholder, inlinePlaceholder, hasError, inputType, hideClear, innerRef, ...rest }: BaseInputCommonProps) => JSX.Element;
1411
1687
  Custom: ({ onClick, text, variant, ...rest }: CustomProps) => JSX.Element;
1412
1688
  SimplePlusButton: ({ onClick, onClickEdit, text, success, editText, successText, ...rest }: BasePlusButtonProps) => JSX.Element;
1413
1689
  SimplePlusIcon: ({ Icon, ...rest }: BasePlusIconProps) => JSX.Element;
@@ -2035,6 +2311,34 @@ interface AccordionOptionsProps {
2035
2311
  }
2036
2312
  declare const AccordionOptions: ({ titleColor, accordions }: AccordionOptionsProps) => JSX.Element;
2037
2313
 
2314
+ interface ShortBannerProps {
2315
+ title: string;
2316
+ bannerText: string;
2317
+ backgroundColor: string;
2318
+ alignCenter?: boolean;
2319
+ widthAuto?: boolean;
2320
+ textColor: string;
2321
+ }
2322
+ declare const ShortBanner: ({ textColor, title, bannerText, backgroundColor, alignCenter, widthAuto, }: ShortBannerProps) => JSX.Element;
2323
+
2324
+ interface BeforeAfterCardProps {
2325
+ name: string;
2326
+ age: string;
2327
+ months: string;
2328
+ beforeImage: string;
2329
+ afterImage: string;
2330
+ alignCenter?: boolean;
2331
+ }
2332
+ declare const BeforeAfterCard: ({ name, age, months, beforeImage, afterImage, alignCenter, }: BeforeAfterCardProps) => JSX.Element;
2333
+
2334
+ interface ImageCardWithDescriptionProps {
2335
+ image: string;
2336
+ title?: string;
2337
+ description?: string;
2338
+ titlePosition?: 'center' | 'left';
2339
+ }
2340
+ declare const ImageCardWithDescription: ({ image, title, description, titlePosition, }: ImageCardWithDescriptionProps) => JSX.Element;
2341
+
2038
2342
  declare global {
2039
2343
  interface Events {
2040
2344
  modal: {
@@ -2074,4 +2378,4 @@ declare const formatPrice: (value: number, { locale, currency }?: {
2074
2378
  currency?: string | undefined;
2075
2379
  }) => string;
2076
2380
 
2077
- export { Accordion, AccordionOptions, AmazonButton, AssetsProvider, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, 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, IconsWithTitle, Image, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };
2381
+ export { Accordion, AccordionOptions, AmazonButton, AssetsProvider, BeforeAfterCard, Bundle, ButtonPrimary, ButtonSecondary, ButtonSecondaryOutline, ButtonType, CTAProps, _default as Card, CardSectionType, CartProductItem, CategoryTag, Checkbox, Collection, ColorPickerOption, ComponentPosition, ComponentSize, index_d as CrossSell, DeliveryDetails, DiscountTag, Drawer, DropdownListIcons, DropdownListIconsItem, DropdownListIconsSubItem, DropdownOption, Filter, FilterChange, FilteringDropdown, Tags as FilteringTags, Filters, FitPredictor, Icon, IconButton, IconProps, IconWithOpacityProps, IconsWithTitle, Image, ImageCardWithDescription, ImageType, Input, InputValidationType, Modal, MultiColorPicker, Note, OfferBanner, OrderBar, Overlay, PackSelector, Pagination, PaginatorBlog, Pattern, PaymentMethod, PaypalButton, Portal, PriceLabel, PriceLabelV2, ProductGallery, ProductGalleryMobile, ProgressBar, QuantityPicker, RadioGroupInput, RadioGroupOption, RadioInput, Rating, Review, ScrollToTop, SearchBar, SearchBarOptionItem, SearchNavigation, SeasonOfferTag, ShortBanner, SimpleDropdown, SimpleOrderItem, SingleColorPicker, SizeFitGuide, SizeOption, SizeSelector, SizeTable, SliderNavigation, Spacing, Spinner, StarList, Tab, Tabs, Text, TextButton, TextWithImage, Theme, ThemeAssets, ThemeBasicPallete, ThemeBreakpoints, ThemeColorPallete, ThemeColors, ThemeComponent, ThemeFonts, ThemeProvider, ThemeTypography, ThemeVariables, Timer, Tooltip, Totals, WithTestId, decimalFormat, formatPrice, imageVideoProps, isEmail, isEmpty, isNumber, isPhoneNumber, isValidDate, modalEvent, simulateMouseClick, sliceString, useModal, useModalEvent, useOnClickOutside, useTheme, useThemeAssets, useWindowDimensions };