@trafilea/afrodita-components 5.0.0-beta.118 → 5.0.0-beta.119

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 CHANGED
@@ -1565,6 +1565,7 @@ declare type ThemeAssets = {
1565
1565
  images: {
1566
1566
  favicon: string;
1567
1567
  logo: string;
1568
+ logoMobile?: string;
1568
1569
  };
1569
1570
  [key: string]: any;
1570
1571
  };
@@ -420,6 +420,7 @@ declare type ThemeAssets = {
420
420
  images: {
421
421
  favicon: string;
422
422
  logo: string;
423
+ logoMobile?: string;
423
424
  };
424
425
  [key: string]: any;
425
426
  };
@@ -235,7 +235,7 @@ var revel = {
235
235
  background: '--colors-shades-white-color',
236
236
  color: '--colors-shades-700-color',
237
237
  placeholderColor: '--colors-shades-250-color',
238
- borderRadius: '0.5rem',
238
+ borderRadius: '40px',
239
239
  fontSize: '1rem',
240
240
  fontWeight: 400,
241
241
  padding: '0.75rem 1rem',
@@ -737,6 +737,7 @@ var revel = {
737
737
  images: {
738
738
  favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revel_favicon.png',
739
739
  logo: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revelbeauty.svg',
740
+ logoMobile: 'https://cdn11.bigcommerce.com/s-fjtlubkm6t/images/stencil/original/image-manager/mobilelogo.png?t=1667205066&_gl=1*1rjjnv8*_ga*MTM1MjY2Nzk4OS4xNjYzMjQ5ODIy*_ga_WS2VZYPC6G*MTY2NzIwNDk0OS41Ni4xLjE2NjcyMDUwNTguMTQuMC4w',
740
741
  },
741
742
  },
742
743
  };
@@ -420,6 +420,7 @@ declare type ThemeAssets = {
420
420
  images: {
421
421
  favicon: string;
422
422
  logo: string;
423
+ logoMobile?: string;
423
424
  };
424
425
  [key: string]: any;
425
426
  };
@@ -420,6 +420,7 @@ declare type ThemeAssets = {
420
420
  images: {
421
421
  favicon: string;
422
422
  logo: string;
423
+ logoMobile?: string;
423
424
  };
424
425
  [key: string]: any;
425
426
  };
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.118",
6
+ "version": "5.0.0-beta.119",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",