@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.
- package/build/index.css +1 -1
- package/build/index.d.ts +9 -8
- package/build/index.esm.css +1 -1
- package/build/index.esm.js +4112 -838
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4112 -838
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +4 -2
- package/build/theme/revel.theme.js +4 -2
- package/build/theme/shapermint.theme.d.ts +4 -2
- package/build/theme/shapermint.theme.js +4 -2
- package/build/theme/truekind.theme.d.ts +4 -2
- package/build/theme/truekind.theme.js +4 -2
- package/package.json +2 -2
|
@@ -680,8 +680,10 @@ var shapermint = {
|
|
|
680
680
|
backgroundColor: '--colors-pallete-primary-20-color',
|
|
681
681
|
},
|
|
682
682
|
},
|
|
683
|
-
|
|
684
|
-
|
|
683
|
+
text: {
|
|
684
|
+
orderHeader: {
|
|
685
|
+
color: '--colors-pallete-primary-color',
|
|
686
|
+
},
|
|
685
687
|
},
|
|
686
688
|
},
|
|
687
689
|
typography: {
|
|
@@ -753,8 +753,10 @@ var truekind = {
|
|
|
753
753
|
backgroundColor: '--colors-pallete-primary-20-color',
|
|
754
754
|
},
|
|
755
755
|
},
|
|
756
|
-
|
|
757
|
-
|
|
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.
|
|
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-
|
|
24
|
+
"react-slick": "^0.29.0",
|
|
25
25
|
"typescript": "^4.3.5"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|