@trafilea/afrodita-components 5.0.0-beta.308 → 5.0.0-beta.310

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.
@@ -397,8 +397,13 @@ declare type ThemeComponent = {
397
397
  borderColor: string;
398
398
  color: string;
399
399
  borderRadius: string;
400
+ borderRadiusV2?: string;
400
401
  backgroundColor?: string;
401
402
  };
403
+ optionsWrapper: {
404
+ borderRadius: string;
405
+ overflow: string;
406
+ };
402
407
  };
403
408
  modal: {
404
409
  minWidth: string;
@@ -586,6 +591,12 @@ declare type ThemeComponent = {
586
591
  orderHeader: {
587
592
  color: string;
588
593
  };
594
+ fitGuarantee: {
595
+ fontWeight: number | string;
596
+ };
597
+ offerBanner: {
598
+ borderRadius: string;
599
+ };
589
600
  };
590
601
  orderBar: {
591
602
  backgroundColor: string;
@@ -657,6 +668,12 @@ declare type ThemeComponent = {
657
668
  color: string;
658
669
  };
659
670
  };
671
+ hurryUp: {
672
+ borderRadius?: string;
673
+ };
674
+ qtyPicker: {
675
+ borderRadius: string;
676
+ };
660
677
  };
661
678
  declare type ThemeTypography = {
662
679
  config: {
@@ -521,6 +521,11 @@ var revel = {
521
521
  borderColor: '--colors-shades-700-color',
522
522
  color: '--colors-shades-700-color',
523
523
  borderRadius: '0.5rem',
524
+ borderRadiusV2: '0.5rem',
525
+ },
526
+ optionsWrapper: {
527
+ borderRadius: 'unset',
528
+ overflow: 'unset',
524
529
  },
525
530
  },
526
531
  modal: {
@@ -708,6 +713,12 @@ var revel = {
708
713
  orderHeader: {
709
714
  color: '--colors-shades-650-color',
710
715
  },
716
+ fitGuarantee: {
717
+ fontWeight: 'unset',
718
+ },
719
+ offerBanner: {
720
+ borderRadius: '0.125rem',
721
+ },
711
722
  },
712
723
  orderBar: {
713
724
  backgroundColor: '#FAF7F2',
@@ -771,6 +782,12 @@ var revel = {
771
782
  color: '--colors-shades-700-color',
772
783
  },
773
784
  },
785
+ hurryUp: {
786
+ borderRadius: 'unset',
787
+ },
788
+ qtyPicker: {
789
+ borderRadius: '0.5rem',
790
+ },
774
791
  },
775
792
  typography: {
776
793
  config: {
@@ -397,8 +397,13 @@ declare type ThemeComponent = {
397
397
  borderColor: string;
398
398
  color: string;
399
399
  borderRadius: string;
400
+ borderRadiusV2?: string;
400
401
  backgroundColor?: string;
401
402
  };
403
+ optionsWrapper: {
404
+ borderRadius: string;
405
+ overflow: string;
406
+ };
402
407
  };
403
408
  modal: {
404
409
  minWidth: string;
@@ -586,6 +591,12 @@ declare type ThemeComponent = {
586
591
  orderHeader: {
587
592
  color: string;
588
593
  };
594
+ fitGuarantee: {
595
+ fontWeight: number | string;
596
+ };
597
+ offerBanner: {
598
+ borderRadius: string;
599
+ };
589
600
  };
590
601
  orderBar: {
591
602
  backgroundColor: string;
@@ -657,6 +668,12 @@ declare type ThemeComponent = {
657
668
  color: string;
658
669
  };
659
670
  };
671
+ hurryUp: {
672
+ borderRadius?: string;
673
+ };
674
+ qtyPicker: {
675
+ borderRadius: string;
676
+ };
660
677
  };
661
678
  declare type ThemeTypography = {
662
679
  config: {
@@ -521,6 +521,11 @@ var shapermint = {
521
521
  borderColor: '--colors-shades-700-color',
522
522
  color: '--colors-shades-700-color',
523
523
  borderRadius: '0.5rem',
524
+ borderRadiusV2: '0.5rem',
525
+ },
526
+ optionsWrapper: {
527
+ borderRadius: 'unset',
528
+ overflow: 'unset',
524
529
  },
525
530
  },
526
531
  modal: {
@@ -704,6 +709,12 @@ var shapermint = {
704
709
  orderHeader: {
705
710
  color: '--colors-pallete-primary-color',
706
711
  },
712
+ fitGuarantee: {
713
+ fontWeight: 'unset',
714
+ },
715
+ offerBanner: {
716
+ borderRadius: '0.125rem',
717
+ },
707
718
  },
708
719
  orderBar: {
709
720
  backgroundColor: '#dfefeb',
@@ -767,6 +778,12 @@ var shapermint = {
767
778
  color: '--colors-pallete-primary-color',
768
779
  },
769
780
  },
781
+ hurryUp: {
782
+ borderRadius: 'unset',
783
+ },
784
+ qtyPicker: {
785
+ borderRadius: '0.5rem',
786
+ },
770
787
  },
771
788
  typography: {
772
789
  config: {
@@ -397,8 +397,13 @@ declare type ThemeComponent = {
397
397
  borderColor: string;
398
398
  color: string;
399
399
  borderRadius: string;
400
+ borderRadiusV2?: string;
400
401
  backgroundColor?: string;
401
402
  };
403
+ optionsWrapper: {
404
+ borderRadius: string;
405
+ overflow: string;
406
+ };
402
407
  };
403
408
  modal: {
404
409
  minWidth: string;
@@ -586,6 +591,12 @@ declare type ThemeComponent = {
586
591
  orderHeader: {
587
592
  color: string;
588
593
  };
594
+ fitGuarantee: {
595
+ fontWeight: number | string;
596
+ };
597
+ offerBanner: {
598
+ borderRadius: string;
599
+ };
589
600
  };
590
601
  orderBar: {
591
602
  backgroundColor: string;
@@ -657,6 +668,12 @@ declare type ThemeComponent = {
657
668
  color: string;
658
669
  };
659
670
  };
671
+ hurryUp: {
672
+ borderRadius?: string;
673
+ };
674
+ qtyPicker: {
675
+ borderRadius: string;
676
+ };
660
677
  };
661
678
  declare type ThemeTypography = {
662
679
  config: {
@@ -457,9 +457,14 @@ var tsd = {
457
457
  options: {
458
458
  borderColor: '--colors-pallete-primary-soft-color',
459
459
  color: '--colors-shades-700-color',
460
- borderRadius: '8px',
460
+ borderRadius: '0.5rem',
461
+ borderRadiusV2: '0.5rem',
461
462
  backgroundColor: '--colors-pallete-secondary-60-color',
462
463
  },
464
+ optionsWrapper: {
465
+ borderRadius: 'unset',
466
+ overflow: 'unset',
467
+ },
463
468
  },
464
469
  modal: {
465
470
  minWidth: '540px',
@@ -646,6 +651,12 @@ var tsd = {
646
651
  orderHeader: {
647
652
  color: '--colors-pallete-primary-color',
648
653
  },
654
+ fitGuarantee: {
655
+ fontWeight: 'unset',
656
+ },
657
+ offerBanner: {
658
+ borderRadius: '0.125rem',
659
+ },
649
660
  },
650
661
  orderBar: {
651
662
  backgroundColor: '--colors-pallete-primary-color',
@@ -709,6 +720,12 @@ var tsd = {
709
720
  color: '--colors-shades-700-color',
710
721
  },
711
722
  },
723
+ hurryUp: {
724
+ borderRadius: 'unset',
725
+ },
726
+ qtyPicker: {
727
+ borderRadius: '0.5rem',
728
+ },
712
729
  },
713
730
  typography: {
714
731
  config: {
@@ -397,8 +397,13 @@ declare type ThemeComponent = {
397
397
  borderColor: string;
398
398
  color: string;
399
399
  borderRadius: string;
400
+ borderRadiusV2?: string;
400
401
  backgroundColor?: string;
401
402
  };
403
+ optionsWrapper: {
404
+ borderRadius: string;
405
+ overflow: string;
406
+ };
402
407
  };
403
408
  modal: {
404
409
  minWidth: string;
@@ -586,6 +591,12 @@ declare type ThemeComponent = {
586
591
  orderHeader: {
587
592
  color: string;
588
593
  };
594
+ fitGuarantee: {
595
+ fontWeight: number | string;
596
+ };
597
+ offerBanner: {
598
+ borderRadius: string;
599
+ };
589
600
  };
590
601
  orderBar: {
591
602
  backgroundColor: string;
@@ -657,6 +668,12 @@ declare type ThemeComponent = {
657
668
  color: string;
658
669
  };
659
670
  };
671
+ hurryUp: {
672
+ borderRadius?: string;
673
+ };
674
+ qtyPicker: {
675
+ borderRadius: string;
676
+ };
660
677
  };
661
678
  declare type ThemeTypography = {
662
679
  config: {
@@ -601,7 +601,12 @@ var truekind = {
601
601
  options: {
602
602
  borderColor: '#8BBEEA',
603
603
  color: '#292929',
604
- borderRadius: '0.5rem',
604
+ borderRadius: '1.25rem',
605
+ borderRadiusV2: 'unset',
606
+ },
607
+ optionsWrapper: {
608
+ borderRadius: '1.25rem',
609
+ overflow: 'hidden',
605
610
  },
606
611
  },
607
612
  modal: {
@@ -788,6 +793,12 @@ var truekind = {
788
793
  orderHeader: {
789
794
  color: '--colors-pallete-primary-color',
790
795
  },
796
+ fitGuarantee: {
797
+ fontWeight: 200,
798
+ },
799
+ offerBanner: {
800
+ borderRadius: '1.25rem',
801
+ },
791
802
  },
792
803
  orderBar: {
793
804
  backgroundColor: '#F7F4F2',
@@ -859,6 +870,12 @@ var truekind = {
859
870
  color: '--colors-shades-700-color',
860
871
  },
861
872
  },
873
+ hurryUp: {
874
+ borderRadius: '1.5rem',
875
+ },
876
+ qtyPicker: {
877
+ borderRadius: '1.125rem',
878
+ },
862
879
  },
863
880
  fonts: {
864
881
  url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/fonts/truekind',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.308",
6
+ "version": "5.0.0-beta.310",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",