@trafilea/afrodita-components 6.12.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: {
@@ -120,6 +120,14 @@ var tsd = {
120
120
  contrast: '--colors-text-color',
121
121
  },
122
122
  },
123
+ yellow: {
124
+ color: '#FFFF00',
125
+ contrast: '--colors-shades-white-color',
126
+ soft: {
127
+ color: '#F2DF78',
128
+ contrast: '--colors-text-color',
129
+ },
130
+ },
123
131
  },
124
132
  shades: {
125
133
  black: { color: '#000', contrast: '--colors-shades-white-color' },
@@ -296,7 +304,7 @@ var tsd = {
296
304
  },
297
305
  stars: {
298
306
  element: {
299
- color: '--colors-pallete-primary-20-soft-color',
307
+ color: '--colors-pallete-yellow-soft-color',
300
308
  xsmall: {
301
309
  width: '12px',
302
310
  height: '12px',
@@ -767,6 +775,13 @@ var tsd = {
767
775
  qtyPicker: {
768
776
  borderRadius: '0.5rem',
769
777
  },
778
+ gallery: {
779
+ thumbnail: {
780
+ width: '60px',
781
+ height: '80px',
782
+ },
783
+ aspectRatio: '3/4',
784
+ },
770
785
  },
771
786
  typography: {
772
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.12.0",
6
+ "version": "6.14.0",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",