@trafilea/afrodita-components 6.13.0 → 6.14.0

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,13 @@ 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
+ };
714
721
  };
715
722
  declare type ThemeTypography = {
716
723
  config: {
@@ -820,6 +820,13 @@ var revel = {
820
820
  qtyPicker: {
821
821
  borderRadius: '0.5rem',
822
822
  },
823
+ gallery: {
824
+ thumbnail: {
825
+ width: '60px',
826
+ height: '80px',
827
+ },
828
+ aspectRatio: '1/1',
829
+ },
823
830
  },
824
831
  typography: {
825
832
  config: {
@@ -711,6 +711,13 @@ 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
+ };
714
721
  };
715
722
  declare type ThemeTypography = {
716
723
  config: {
@@ -796,6 +796,13 @@ var shapermint = {
796
796
  qtyPicker: {
797
797
  borderRadius: '0.5rem',
798
798
  },
799
+ gallery: {
800
+ thumbnail: {
801
+ width: '60px',
802
+ height: '80px',
803
+ },
804
+ aspectRatio: '3/4',
805
+ },
799
806
  },
800
807
  typography: {
801
808
  config: {
@@ -711,6 +711,13 @@ 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
+ };
714
721
  };
715
722
  declare type ThemeTypography = {
716
723
  config: {
@@ -796,6 +796,13 @@ var thebodcon = {
796
796
  qtyPicker: {
797
797
  borderRadius: '0.5rem',
798
798
  },
799
+ gallery: {
800
+ thumbnail: {
801
+ width: '60px',
802
+ height: '80px',
803
+ },
804
+ aspectRatio: '3/4',
805
+ },
799
806
  },
800
807
  typography: {
801
808
  config: {
@@ -711,6 +711,13 @@ 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
+ };
714
721
  };
715
722
  declare type ThemeTypography = {
716
723
  config: {
@@ -775,6 +775,13 @@ var tsd = {
775
775
  qtyPicker: {
776
776
  borderRadius: '0.5rem',
777
777
  },
778
+ gallery: {
779
+ thumbnail: {
780
+ width: '60px',
781
+ height: '80px',
782
+ },
783
+ aspectRatio: '3/4',
784
+ },
778
785
  },
779
786
  typography: {
780
787
  config: {
@@ -711,6 +711,13 @@ 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
+ };
714
721
  };
715
722
  declare type ThemeTypography = {
716
723
  config: {
@@ -888,6 +888,13 @@ var truekind = {
888
888
  qtyPicker: {
889
889
  borderRadius: '1.125rem',
890
890
  },
891
+ gallery: {
892
+ thumbnail: {
893
+ width: '60px',
894
+ height: '80px',
895
+ },
896
+ aspectRatio: '3/4',
897
+ },
891
898
  },
892
899
  fonts: {
893
900
  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.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",