@trafilea/afrodita-components 5.0.0-beta.283 → 5.0.0-beta.285
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.d.ts +1 -1
- package/build/index.esm.js +9 -24
- package/build/index.esm.js.map +1 -1
- package/build/index.js +9 -24
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.js +6 -1
- package/build/theme/truekind.theme.js +1 -1
- package/package.json +1 -1
|
@@ -243,7 +243,7 @@ var revel = {
|
|
|
243
243
|
},
|
|
244
244
|
primary: {
|
|
245
245
|
active: {
|
|
246
|
-
backgroundColor: '
|
|
246
|
+
backgroundColor: '#DA918A',
|
|
247
247
|
color: '--colors-pallete-primary-contrast',
|
|
248
248
|
},
|
|
249
249
|
hover: {
|
|
@@ -1033,6 +1033,11 @@ var revel = {
|
|
|
1033
1033
|
width: '210',
|
|
1034
1034
|
height: '60',
|
|
1035
1035
|
},
|
|
1036
|
+
tyLogo: {
|
|
1037
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
|
|
1038
|
+
width: '410',
|
|
1039
|
+
height: '28',
|
|
1040
|
+
},
|
|
1036
1041
|
},
|
|
1037
1042
|
},
|
|
1038
1043
|
};
|
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.285",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|