@trafilea/afrodita-components 6.13.0 → 6.14.1

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.
@@ -711,6 +711,19 @@ declare type ThemeComponent = {
711
711
  qtyPicker: {
712
712
  borderRadius: string;
713
713
  };
714
+ gallery: {
715
+ thumbnail?: {
716
+ width?: string;
717
+ height?: string;
718
+ };
719
+ aspectRatio?: string;
720
+ };
721
+ autoship: {
722
+ discountTag: {
723
+ backgroundColor: string;
724
+ borderRadius: string;
725
+ };
726
+ };
714
727
  };
715
728
  declare type ThemeTypography = {
716
729
  config: {
@@ -820,6 +820,19 @@ var revel = {
820
820
  qtyPicker: {
821
821
  borderRadius: '0.5rem',
822
822
  },
823
+ gallery: {
824
+ thumbnail: {
825
+ width: '100%',
826
+ height: '80px',
827
+ },
828
+ aspectRatio: '1/1',
829
+ },
830
+ autoship: {
831
+ discountTag: {
832
+ backgroundColor: '--colors-semantic-urgent-color',
833
+ borderRadius: '5px',
834
+ },
835
+ },
823
836
  },
824
837
  typography: {
825
838
  config: {
@@ -711,6 +711,19 @@ declare type ThemeComponent = {
711
711
  qtyPicker: {
712
712
  borderRadius: string;
713
713
  };
714
+ gallery: {
715
+ thumbnail?: {
716
+ width?: string;
717
+ height?: string;
718
+ };
719
+ aspectRatio?: string;
720
+ };
721
+ autoship: {
722
+ discountTag: {
723
+ backgroundColor: string;
724
+ borderRadius: string;
725
+ };
726
+ };
714
727
  };
715
728
  declare type ThemeTypography = {
716
729
  config: {
@@ -796,6 +796,19 @@ var shapermint = {
796
796
  qtyPicker: {
797
797
  borderRadius: '0.5rem',
798
798
  },
799
+ gallery: {
800
+ thumbnail: {
801
+ width: '100%',
802
+ height: '80px',
803
+ },
804
+ aspectRatio: '3/4',
805
+ },
806
+ autoship: {
807
+ discountTag: {
808
+ backgroundColor: '--colors-semantic-urgent-color',
809
+ borderRadius: '5px',
810
+ },
811
+ },
799
812
  },
800
813
  typography: {
801
814
  config: {
@@ -711,6 +711,19 @@ declare type ThemeComponent = {
711
711
  qtyPicker: {
712
712
  borderRadius: string;
713
713
  };
714
+ gallery: {
715
+ thumbnail?: {
716
+ width?: string;
717
+ height?: string;
718
+ };
719
+ aspectRatio?: string;
720
+ };
721
+ autoship: {
722
+ discountTag: {
723
+ backgroundColor: string;
724
+ borderRadius: string;
725
+ };
726
+ };
714
727
  };
715
728
  declare type ThemeTypography = {
716
729
  config: {
@@ -796,6 +796,19 @@ var thebodcon = {
796
796
  qtyPicker: {
797
797
  borderRadius: '0.5rem',
798
798
  },
799
+ gallery: {
800
+ thumbnail: {
801
+ width: '100%',
802
+ height: '80px',
803
+ },
804
+ aspectRatio: '3/4',
805
+ },
806
+ autoship: {
807
+ discountTag: {
808
+ backgroundColor: '--colors-semantic-urgent-color',
809
+ borderRadius: '5px',
810
+ },
811
+ },
799
812
  },
800
813
  typography: {
801
814
  config: {
@@ -711,6 +711,19 @@ declare type ThemeComponent = {
711
711
  qtyPicker: {
712
712
  borderRadius: string;
713
713
  };
714
+ gallery: {
715
+ thumbnail?: {
716
+ width?: string;
717
+ height?: string;
718
+ };
719
+ aspectRatio?: string;
720
+ };
721
+ autoship: {
722
+ discountTag: {
723
+ backgroundColor: string;
724
+ borderRadius: string;
725
+ };
726
+ };
714
727
  };
715
728
  declare type ThemeTypography = {
716
729
  config: {
@@ -775,6 +775,19 @@ var tsd = {
775
775
  qtyPicker: {
776
776
  borderRadius: '0.5rem',
777
777
  },
778
+ gallery: {
779
+ thumbnail: {
780
+ width: '100%',
781
+ height: '80px',
782
+ },
783
+ aspectRatio: '3/4',
784
+ },
785
+ autoship: {
786
+ discountTag: {
787
+ backgroundColor: '--colors-pallete-primary-color',
788
+ borderRadius: '4px 4px 0px 0px',
789
+ },
790
+ },
778
791
  },
779
792
  typography: {
780
793
  config: {
@@ -711,6 +711,19 @@ declare type ThemeComponent = {
711
711
  qtyPicker: {
712
712
  borderRadius: string;
713
713
  };
714
+ gallery: {
715
+ thumbnail?: {
716
+ width?: string;
717
+ height?: string;
718
+ };
719
+ aspectRatio?: string;
720
+ };
721
+ autoship: {
722
+ discountTag: {
723
+ backgroundColor: string;
724
+ borderRadius: string;
725
+ };
726
+ };
714
727
  };
715
728
  declare type ThemeTypography = {
716
729
  config: {
@@ -888,6 +888,19 @@ var truekind = {
888
888
  qtyPicker: {
889
889
  borderRadius: '1.125rem',
890
890
  },
891
+ gallery: {
892
+ thumbnail: {
893
+ width: '100%',
894
+ height: '80px',
895
+ },
896
+ aspectRatio: '3/4',
897
+ },
898
+ autoship: {
899
+ discountTag: {
900
+ backgroundColor: '--colors-semantic-urgent-color',
901
+ borderRadius: '5px',
902
+ },
903
+ },
891
904
  },
892
905
  fonts: {
893
906
  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": "6.13.0",
6
+ "version": "6.14.1",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",