@trafilea/afrodita-components 5.0.0-beta.250 → 5.0.0-beta.251
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 +28 -4
- package/build/index.esm.js +22 -8
- package/build/index.esm.js.map +1 -1
- package/build/index.js +22 -8
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +20 -0
- package/build/theme/revel.theme.js +20 -0
- package/build/theme/shapermint.theme.d.ts +20 -0
- package/build/theme/shapermint.theme.js +20 -0
- package/build/theme/thespadr.theme.d.ts +20 -0
- package/build/theme/thespadr.theme.js +20 -0
- package/build/theme/truekind.theme.d.ts +20 -0
- package/build/theme/truekind.theme.js +20 -0
- package/package.json +1 -1
|
@@ -583,6 +583,26 @@ declare type ThemeComponent = {
|
|
|
583
583
|
backgroundColor: string;
|
|
584
584
|
fontColor: string;
|
|
585
585
|
};
|
|
586
|
+
banner: {
|
|
587
|
+
outlineColor: string;
|
|
588
|
+
filledColor: string;
|
|
589
|
+
fontColor: string;
|
|
590
|
+
};
|
|
591
|
+
offerTitleText: {
|
|
592
|
+
size: string;
|
|
593
|
+
weight: number;
|
|
594
|
+
lineHeight: string;
|
|
595
|
+
};
|
|
596
|
+
linePrice: {
|
|
597
|
+
color: string;
|
|
598
|
+
badge: {
|
|
599
|
+
color: string;
|
|
600
|
+
borderRadius: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
divider: {
|
|
604
|
+
color: string;
|
|
605
|
+
};
|
|
586
606
|
};
|
|
587
607
|
declare type ThemeTypography = {
|
|
588
608
|
config: {
|
|
@@ -707,6 +707,26 @@ var revel = {
|
|
|
707
707
|
backgroundColor: '#dfefeb',
|
|
708
708
|
fontColor: '--colors-shades-700-color',
|
|
709
709
|
},
|
|
710
|
+
banner: {
|
|
711
|
+
outlineColor: '--colors-semantic-positive-color',
|
|
712
|
+
filledColor: '--colors-semantic-positive-color',
|
|
713
|
+
fontColor: '--colors-semantic-positive-color',
|
|
714
|
+
},
|
|
715
|
+
offerTitleText: {
|
|
716
|
+
size: '18px',
|
|
717
|
+
weight: 700,
|
|
718
|
+
lineHeight: '1.7rem',
|
|
719
|
+
},
|
|
720
|
+
linePrice: {
|
|
721
|
+
color: '--colors-semantic-urgent-color',
|
|
722
|
+
badge: {
|
|
723
|
+
color: '--colors-semantic-urgent-color',
|
|
724
|
+
borderRadius: '8px',
|
|
725
|
+
},
|
|
726
|
+
},
|
|
727
|
+
divider: {
|
|
728
|
+
color: '--colors-pallete-secondary-soft-color',
|
|
729
|
+
},
|
|
710
730
|
},
|
|
711
731
|
typography: {
|
|
712
732
|
config: {
|
|
@@ -583,6 +583,26 @@ declare type ThemeComponent = {
|
|
|
583
583
|
backgroundColor: string;
|
|
584
584
|
fontColor: string;
|
|
585
585
|
};
|
|
586
|
+
banner: {
|
|
587
|
+
outlineColor: string;
|
|
588
|
+
filledColor: string;
|
|
589
|
+
fontColor: string;
|
|
590
|
+
};
|
|
591
|
+
offerTitleText: {
|
|
592
|
+
size: string;
|
|
593
|
+
weight: number;
|
|
594
|
+
lineHeight: string;
|
|
595
|
+
};
|
|
596
|
+
linePrice: {
|
|
597
|
+
color: string;
|
|
598
|
+
badge: {
|
|
599
|
+
color: string;
|
|
600
|
+
borderRadius: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
divider: {
|
|
604
|
+
color: string;
|
|
605
|
+
};
|
|
586
606
|
};
|
|
587
607
|
declare type ThemeTypography = {
|
|
588
608
|
config: {
|
|
@@ -704,6 +704,26 @@ var shapermint = {
|
|
|
704
704
|
backgroundColor: '#dfefeb',
|
|
705
705
|
fontColor: '--colors-shades-700-color',
|
|
706
706
|
},
|
|
707
|
+
banner: {
|
|
708
|
+
outlineColor: '--colors-semantic-urgent-color',
|
|
709
|
+
filledColor: '--colors-semantic-urgent-color',
|
|
710
|
+
fontColor: '--colors-semantic-urgent-color',
|
|
711
|
+
},
|
|
712
|
+
offerTitleText: {
|
|
713
|
+
size: '18px',
|
|
714
|
+
weight: 700,
|
|
715
|
+
lineHeight: '1.7rem',
|
|
716
|
+
},
|
|
717
|
+
linePrice: {
|
|
718
|
+
color: '--colors-semantic-urgent-color',
|
|
719
|
+
badge: {
|
|
720
|
+
color: '--colors-semantic-urgent-color',
|
|
721
|
+
borderRadius: '8px',
|
|
722
|
+
},
|
|
723
|
+
},
|
|
724
|
+
divider: {
|
|
725
|
+
color: '--colors-pallete-secondary-soft-color',
|
|
726
|
+
},
|
|
707
727
|
},
|
|
708
728
|
typography: {
|
|
709
729
|
config: {
|
|
@@ -583,6 +583,26 @@ declare type ThemeComponent = {
|
|
|
583
583
|
backgroundColor: string;
|
|
584
584
|
fontColor: string;
|
|
585
585
|
};
|
|
586
|
+
banner: {
|
|
587
|
+
outlineColor: string;
|
|
588
|
+
filledColor: string;
|
|
589
|
+
fontColor: string;
|
|
590
|
+
};
|
|
591
|
+
offerTitleText: {
|
|
592
|
+
size: string;
|
|
593
|
+
weight: number;
|
|
594
|
+
lineHeight: string;
|
|
595
|
+
};
|
|
596
|
+
linePrice: {
|
|
597
|
+
color: string;
|
|
598
|
+
badge: {
|
|
599
|
+
color: string;
|
|
600
|
+
borderRadius: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
divider: {
|
|
604
|
+
color: string;
|
|
605
|
+
};
|
|
586
606
|
};
|
|
587
607
|
declare type ThemeTypography = {
|
|
588
608
|
config: {
|
|
@@ -742,6 +742,26 @@ var tsd = {
|
|
|
742
742
|
backgroundColor: '--colors-pallete-primary-color',
|
|
743
743
|
fontColor: '--colors-shades-white-color',
|
|
744
744
|
},
|
|
745
|
+
banner: {
|
|
746
|
+
outlineColor: '--colors-pallete-mint-soft-color',
|
|
747
|
+
filledColor: '--colors-pallete-mint-soft-color',
|
|
748
|
+
fontColor: '--colors-shades-700-color',
|
|
749
|
+
},
|
|
750
|
+
offerTitleText: {
|
|
751
|
+
size: '16px',
|
|
752
|
+
weight: 700,
|
|
753
|
+
lineHeight: '22px',
|
|
754
|
+
},
|
|
755
|
+
linePrice: {
|
|
756
|
+
color: '#8BB948',
|
|
757
|
+
badge: {
|
|
758
|
+
color: '#CCC485',
|
|
759
|
+
borderRadius: '6px',
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
divider: {
|
|
763
|
+
color: '--colors-pallete-tertiary-soft-color',
|
|
764
|
+
},
|
|
745
765
|
},
|
|
746
766
|
typography: {
|
|
747
767
|
config: {
|
|
@@ -583,6 +583,26 @@ declare type ThemeComponent = {
|
|
|
583
583
|
backgroundColor: string;
|
|
584
584
|
fontColor: string;
|
|
585
585
|
};
|
|
586
|
+
banner: {
|
|
587
|
+
outlineColor: string;
|
|
588
|
+
filledColor: string;
|
|
589
|
+
fontColor: string;
|
|
590
|
+
};
|
|
591
|
+
offerTitleText: {
|
|
592
|
+
size: string;
|
|
593
|
+
weight: number;
|
|
594
|
+
lineHeight: string;
|
|
595
|
+
};
|
|
596
|
+
linePrice: {
|
|
597
|
+
color: string;
|
|
598
|
+
badge: {
|
|
599
|
+
color: string;
|
|
600
|
+
borderRadius: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
divider: {
|
|
604
|
+
color: string;
|
|
605
|
+
};
|
|
586
606
|
};
|
|
587
607
|
declare type ThemeTypography = {
|
|
588
608
|
config: {
|
|
@@ -785,6 +785,26 @@ var truekind = {
|
|
|
785
785
|
backgroundColor: '#dfefeb',
|
|
786
786
|
fontColor: '--colors-shades-700-color',
|
|
787
787
|
},
|
|
788
|
+
banner: {
|
|
789
|
+
outlineColor: '--colors-semantic-urgent-color',
|
|
790
|
+
filledColor: '--colors-semantic-urgent-color',
|
|
791
|
+
fontColor: '--colors-semantic-urgent-color',
|
|
792
|
+
},
|
|
793
|
+
offerTitleText: {
|
|
794
|
+
size: '18px',
|
|
795
|
+
weight: 700,
|
|
796
|
+
lineHeight: '1.7rem',
|
|
797
|
+
},
|
|
798
|
+
linePrice: {
|
|
799
|
+
color: '--colors-semantic-urgent-color',
|
|
800
|
+
badge: {
|
|
801
|
+
color: '--colors-semantic-urgent-color',
|
|
802
|
+
borderRadius: '8px',
|
|
803
|
+
},
|
|
804
|
+
},
|
|
805
|
+
divider: {
|
|
806
|
+
color: '--colors-pallete-secondary-soft-color',
|
|
807
|
+
},
|
|
788
808
|
},
|
|
789
809
|
fonts: {
|
|
790
810
|
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.251",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|