@trafilea/afrodita-components 5.0.0-beta.117 → 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.
@@ -387,6 +387,13 @@ declare type ThemeComponent = {
387
387
  selectedContrast: string;
388
388
  tagColor: string;
389
389
  };
390
+ slideNavigation: {
391
+ slideDots: {
392
+ unselectedDotColor: string;
393
+ selectedDotColor: string;
394
+ dotsOpacity: number;
395
+ };
396
+ };
390
397
  };
391
398
  declare type ThemeTypography = {
392
399
  config: {
@@ -413,6 +420,7 @@ declare type ThemeAssets = {
413
420
  images: {
414
421
  favicon: string;
415
422
  logo: string;
423
+ logoMobile?: string;
416
424
  };
417
425
  [key: string]: any;
418
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',
@@ -491,6 +491,13 @@ var revel = {
491
491
  selectedContrast: '--colors-semantic-positive-contrast',
492
492
  tagColor: '--colors-semantic-attention-color',
493
493
  },
494
+ slideNavigation: {
495
+ slideDots: {
496
+ unselectedDotColor: '--colors-pallete-secondary-60-color',
497
+ selectedDotColor: '--colors-shades-700-color',
498
+ dotsOpacity: 0.9,
499
+ },
500
+ },
494
501
  },
495
502
  typography: {
496
503
  config: {
@@ -730,6 +737,7 @@ var revel = {
730
737
  images: {
731
738
  favicon: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/revel/revel_favicon.png',
732
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',
733
741
  },
734
742
  },
735
743
  };
@@ -387,6 +387,13 @@ declare type ThemeComponent = {
387
387
  selectedContrast: string;
388
388
  tagColor: string;
389
389
  };
390
+ slideNavigation: {
391
+ slideDots: {
392
+ unselectedDotColor: string;
393
+ selectedDotColor: string;
394
+ dotsOpacity: number;
395
+ };
396
+ };
390
397
  };
391
398
  declare type ThemeTypography = {
392
399
  config: {
@@ -413,6 +420,7 @@ declare type ThemeAssets = {
413
420
  images: {
414
421
  favicon: string;
415
422
  logo: string;
423
+ logoMobile?: string;
416
424
  };
417
425
  [key: string]: any;
418
426
  };
@@ -491,6 +491,13 @@ var shapermint = {
491
491
  selectedContrast: '--colors-semantic-positive-contrast',
492
492
  tagColor: '--colors-semantic-attention-color',
493
493
  },
494
+ slideNavigation: {
495
+ slideDots: {
496
+ unselectedDotColor: '--colors-shades-700-color',
497
+ selectedDotColor: '--colors-shades-white-color',
498
+ dotsOpacity: 0.6,
499
+ },
500
+ },
494
501
  },
495
502
  typography: {
496
503
  config: {
@@ -387,6 +387,13 @@ declare type ThemeComponent = {
387
387
  selectedContrast: string;
388
388
  tagColor: string;
389
389
  };
390
+ slideNavigation: {
391
+ slideDots: {
392
+ unselectedDotColor: string;
393
+ selectedDotColor: string;
394
+ dotsOpacity: number;
395
+ };
396
+ };
390
397
  };
391
398
  declare type ThemeTypography = {
392
399
  config: {
@@ -413,6 +420,7 @@ declare type ThemeAssets = {
413
420
  images: {
414
421
  favicon: string;
415
422
  logo: string;
423
+ logoMobile?: string;
416
424
  };
417
425
  [key: string]: any;
418
426
  };
@@ -564,6 +564,13 @@ var truekind = {
564
564
  selectedContrast: '--colors-semantic-positive-contrast',
565
565
  tagColor: '--colors-semantic-attention-color',
566
566
  },
567
+ slideNavigation: {
568
+ slideDots: {
569
+ unselectedDotColor: '--colors-shades-700-color:',
570
+ selectedDotColor: '--colors-shades-white-color',
571
+ dotsOpacity: 0.6,
572
+ },
573
+ },
567
574
  },
568
575
  fonts: {
569
576
  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": "5.0.0-beta.117",
6
+ "version": "5.0.0-beta.119",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",