@trafilea/afrodita-components 6.36.18 → 6.36.20
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 +4 -0
- package/build/index.esm.js +8 -5
- package/build/index.esm.js.map +1 -1
- package/build/index.js +8 -5
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +2 -0
- package/build/theme/shapermint.theme.d.ts +2 -0
- package/build/theme/thebodcon.theme.d.ts +2 -0
- package/build/theme/thebodcon.theme.js +5 -3
- package/build/theme/thespadr.theme.d.ts +2 -0
- package/build/theme/truekind.theme.d.ts +2 -0
- package/package.json +1 -1
|
@@ -83,6 +83,7 @@ declare type ThemeColors = {
|
|
|
83
83
|
900: ThemeBasicPallete;
|
|
84
84
|
950: ThemeBasicPallete;
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
|
+
1000?: ThemeBasicPallete;
|
|
86
87
|
};
|
|
87
88
|
semantic: {
|
|
88
89
|
positive: ThemeColorPallete;
|
|
@@ -577,6 +578,7 @@ declare type ThemeComponent = {
|
|
|
577
578
|
padding?: string;
|
|
578
579
|
borderRadius?: string;
|
|
579
580
|
maxWidth?: string;
|
|
581
|
+
color?: string;
|
|
580
582
|
onMobile: {
|
|
581
583
|
position?: string;
|
|
582
584
|
maxWidth?: string;
|
|
@@ -83,6 +83,7 @@ declare type ThemeColors = {
|
|
|
83
83
|
900: ThemeBasicPallete;
|
|
84
84
|
950: ThemeBasicPallete;
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
|
+
1000?: ThemeBasicPallete;
|
|
86
87
|
};
|
|
87
88
|
semantic: {
|
|
88
89
|
positive: ThemeColorPallete;
|
|
@@ -577,6 +578,7 @@ declare type ThemeComponent = {
|
|
|
577
578
|
padding?: string;
|
|
578
579
|
borderRadius?: string;
|
|
579
580
|
maxWidth?: string;
|
|
581
|
+
color?: string;
|
|
580
582
|
onMobile: {
|
|
581
583
|
position?: string;
|
|
582
584
|
maxWidth?: string;
|
|
@@ -83,6 +83,7 @@ declare type ThemeColors = {
|
|
|
83
83
|
900: ThemeBasicPallete;
|
|
84
84
|
950: ThemeBasicPallete;
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
|
+
1000?: ThemeBasicPallete;
|
|
86
87
|
};
|
|
87
88
|
semantic: {
|
|
88
89
|
positive: ThemeColorPallete;
|
|
@@ -577,6 +578,7 @@ declare type ThemeComponent = {
|
|
|
577
578
|
padding?: string;
|
|
578
579
|
borderRadius?: string;
|
|
579
580
|
maxWidth?: string;
|
|
581
|
+
color?: string;
|
|
580
582
|
onMobile: {
|
|
581
583
|
position?: string;
|
|
582
584
|
maxWidth?: string;
|
|
@@ -209,6 +209,7 @@ var thebodcon = {
|
|
|
209
209
|
900: { color: '#191919', contrast: '--colors-shades-white-color' },
|
|
210
210
|
950: { color: '#141414', contrast: '--colors-shades-white-color' },
|
|
211
211
|
990: { color: '#0b0b0b', contrast: '--colors-shades-white-color' },
|
|
212
|
+
1000: { color: '#287379', contrast: '--colors-shades-white-color' },
|
|
212
213
|
},
|
|
213
214
|
semantic: {
|
|
214
215
|
positive: { color: '#2f806a', contrast: '--colors-shades-white-color' },
|
|
@@ -634,7 +635,7 @@ var thebodcon = {
|
|
|
634
635
|
total: {
|
|
635
636
|
basicTotal: {
|
|
636
637
|
amount: {
|
|
637
|
-
color: '--colors-
|
|
638
|
+
color: '--colors-pallete-primary-20-color',
|
|
638
639
|
fontSize: '24px',
|
|
639
640
|
},
|
|
640
641
|
currency: {
|
|
@@ -662,20 +663,21 @@ var thebodcon = {
|
|
|
662
663
|
priceLabel: {
|
|
663
664
|
price: {
|
|
664
665
|
size: ComponentSize.Small,
|
|
665
|
-
originalPriceColor: '--colors-shades-
|
|
666
|
+
originalPriceColor: '--colors-shades-400-color',
|
|
666
667
|
actualPriceColor: '--colors-semantic-urgent-color',
|
|
667
668
|
},
|
|
668
669
|
},
|
|
669
670
|
subtitle: {
|
|
670
671
|
fontSize: '14px',
|
|
671
672
|
lineHeight: '22px',
|
|
672
|
-
color: '--colors-
|
|
673
|
+
color: '--colors-shades-700-color',
|
|
673
674
|
fontWeight: '400',
|
|
674
675
|
},
|
|
675
676
|
},
|
|
676
677
|
orderSummary: {
|
|
677
678
|
headingTextAlign: 'left',
|
|
678
679
|
maxWidth: '428px',
|
|
680
|
+
color: '--colors-shades-700-color',
|
|
679
681
|
onMobile: {
|
|
680
682
|
maxWidth: '100%',
|
|
681
683
|
padding: '15px',
|
|
@@ -83,6 +83,7 @@ declare type ThemeColors = {
|
|
|
83
83
|
900: ThemeBasicPallete;
|
|
84
84
|
950: ThemeBasicPallete;
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
|
+
1000?: ThemeBasicPallete;
|
|
86
87
|
};
|
|
87
88
|
semantic: {
|
|
88
89
|
positive: ThemeColorPallete;
|
|
@@ -577,6 +578,7 @@ declare type ThemeComponent = {
|
|
|
577
578
|
padding?: string;
|
|
578
579
|
borderRadius?: string;
|
|
579
580
|
maxWidth?: string;
|
|
581
|
+
color?: string;
|
|
580
582
|
onMobile: {
|
|
581
583
|
position?: string;
|
|
582
584
|
maxWidth?: string;
|
|
@@ -83,6 +83,7 @@ declare type ThemeColors = {
|
|
|
83
83
|
900: ThemeBasicPallete;
|
|
84
84
|
950: ThemeBasicPallete;
|
|
85
85
|
990: ThemeBasicPallete;
|
|
86
|
+
1000?: ThemeBasicPallete;
|
|
86
87
|
};
|
|
87
88
|
semantic: {
|
|
88
89
|
positive: ThemeColorPallete;
|
|
@@ -577,6 +578,7 @@ declare type ThemeComponent = {
|
|
|
577
578
|
padding?: string;
|
|
578
579
|
borderRadius?: string;
|
|
579
580
|
maxWidth?: string;
|
|
581
|
+
color?: string;
|
|
580
582
|
onMobile: {
|
|
581
583
|
position?: string;
|
|
582
584
|
maxWidth?: string;
|
package/package.json
CHANGED