@trafilea/afrodita-components 5.0.0-beta.117 → 5.0.0-beta.118
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 +9 -1
- package/build/index.esm.js +174 -145
- package/build/index.esm.js.map +1 -1
- package/build/index.js +174 -145
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +7 -0
- package/build/theme/revel.theme.js +7 -0
- package/build/theme/shapermint.theme.d.ts +7 -0
- package/build/theme/shapermint.theme.js +7 -0
- package/build/theme/truekind.theme.d.ts +7 -0
- package/build/theme/truekind.theme.js +7 -0
- package/package.json +1 -1
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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.
|
|
6
|
+
"version": "5.0.0-beta.118",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|