@trafilea/afrodita-components 5.0.0-beta.146 → 5.0.0-beta.148

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.
@@ -552,8 +552,10 @@ declare type ThemeComponent = {
552
552
  backgroundColor: string;
553
553
  };
554
554
  };
555
- orderHeaderText: {
556
- color: string;
555
+ text: {
556
+ orderHeader: {
557
+ color: string;
558
+ };
557
559
  };
558
560
  };
559
561
  declare type ThemeTypography = {
@@ -680,8 +680,10 @@ var revel = {
680
680
  backgroundColor: '#F5DECE',
681
681
  },
682
682
  },
683
- orderHeaderText: {
684
- color: '--colors-shades[650]-color',
683
+ text: {
684
+ orderHeader: {
685
+ color: '--colors-shades-650-color',
686
+ },
685
687
  },
686
688
  },
687
689
  typography: {
@@ -552,8 +552,10 @@ declare type ThemeComponent = {
552
552
  backgroundColor: string;
553
553
  };
554
554
  };
555
- orderHeaderText: {
556
- color: string;
555
+ text: {
556
+ orderHeader: {
557
+ color: string;
558
+ };
557
559
  };
558
560
  };
559
561
  declare type ThemeTypography = {
@@ -680,8 +680,10 @@ var shapermint = {
680
680
  backgroundColor: '--colors-pallete-primary-20-color',
681
681
  },
682
682
  },
683
- orderHeaderText: {
684
- color: '--colors-shades[650]-color',
683
+ text: {
684
+ orderHeader: {
685
+ color: '--colors-pallete-primary-color',
686
+ },
685
687
  },
686
688
  },
687
689
  typography: {
@@ -552,8 +552,10 @@ declare type ThemeComponent = {
552
552
  backgroundColor: string;
553
553
  };
554
554
  };
555
- orderHeaderText: {
556
- color: string;
555
+ text: {
556
+ orderHeader: {
557
+ color: string;
558
+ };
557
559
  };
558
560
  };
559
561
  declare type ThemeTypography = {
@@ -753,8 +753,10 @@ var truekind = {
753
753
  backgroundColor: '--colors-pallete-primary-20-color',
754
754
  },
755
755
  },
756
- orderHeaderText: {
757
- color: '--colors-pallete-primary-color',
756
+ text: {
757
+ orderHeader: {
758
+ color: '--colors-pallete-primary-color',
759
+ },
758
760
  },
759
761
  },
760
762
  fonts: {
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.146",
6
+ "version": "5.0.0-beta.148",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",
@@ -21,7 +21,7 @@
21
21
  "facepaint": "^1.2.1",
22
22
  "html-react-parser": "1.4.8",
23
23
  "react-inner-image-zoom": "^3.0.2",
24
- "react-swipeable": "6.2.0",
24
+ "react-slick": "^0.29.0",
25
25
  "typescript": "^4.3.5"
26
26
  },
27
27
  "scripts": {