@trafilea/afrodita-components 5.0.0-beta.259 → 5.0.0-beta.260
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.esm.js +4 -4
- package/build/index.js +4 -4
- package/build/theme/shapermint.theme.js +14 -9
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -12994,9 +12994,9 @@ var templateObject_1$U, templateObject_2$D, templateObject_3$x, templateObject_4
|
|
|
12994
12994
|
|
|
12995
12995
|
var Title$5 = newStyled.h1(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"])), function (props) { return props.color; }, function (_a) {
|
|
12996
12996
|
var theme = _a.theme;
|
|
12997
|
-
return "\n font-size: ".concat(theme.component.deliveryDetails.
|
|
12997
|
+
return "\n font-size: ".concat(theme.component.deliveryDetails.title.fontSize, ";\n line-height: ").concat(theme.component.deliveryDetails.title.lineHeight, ";\n font-weight: ").concat(theme.component.deliveryDetails.title.fontWeight, ";\n ");
|
|
12998
12998
|
});
|
|
12999
|
-
var Line = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin:
|
|
12999
|
+
var Line = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 1.25rem 0;\n"], ["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 1.25rem 0;\n"])), function (props) { return props.backgroundColor; });
|
|
13000
13000
|
var Row$1 = newStyled.div(templateObject_3$w || (templateObject_3$w = __makeTemplateObject(["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"], ["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"])), mediaQueries({
|
|
13001
13001
|
flexDirection: ['column', 'row'],
|
|
13002
13002
|
}));
|
|
@@ -13123,8 +13123,8 @@ var Title$4 = newStyled.h2(function (_a) {
|
|
|
13123
13123
|
var color = _a.color;
|
|
13124
13124
|
return ({
|
|
13125
13125
|
fontWeight: 600,
|
|
13126
|
-
fontSize: '
|
|
13127
|
-
lineHeight: '1.
|
|
13126
|
+
fontSize: '1rem',
|
|
13127
|
+
lineHeight: '1.5rem',
|
|
13128
13128
|
color: color,
|
|
13129
13129
|
margin: '0.063rem 0',
|
|
13130
13130
|
});
|
package/build/index.js
CHANGED
|
@@ -13020,9 +13020,9 @@ var templateObject_1$U, templateObject_2$D, templateObject_3$x, templateObject_4
|
|
|
13020
13020
|
|
|
13021
13021
|
var Title$5 = newStyled.h1(templateObject_1$T || (templateObject_1$T = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n text-align: center;\n"])), function (props) { return props.color; }, function (_a) {
|
|
13022
13022
|
var theme = _a.theme;
|
|
13023
|
-
return "\n font-size: ".concat(theme.component.deliveryDetails.
|
|
13023
|
+
return "\n font-size: ".concat(theme.component.deliveryDetails.title.fontSize, ";\n line-height: ").concat(theme.component.deliveryDetails.title.lineHeight, ";\n font-weight: ").concat(theme.component.deliveryDetails.title.fontWeight, ";\n ");
|
|
13024
13024
|
});
|
|
13025
|
-
var Line = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin:
|
|
13025
|
+
var Line = newStyled.div(templateObject_2$C || (templateObject_2$C = __makeTemplateObject(["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 1.25rem 0;\n"], ["\n width: 100%;\n height: 0.063rem;\n background-color: ", ";\n margin: 1.25rem 0;\n"])), function (props) { return props.backgroundColor; });
|
|
13026
13026
|
var Row$1 = newStyled.div(templateObject_3$w || (templateObject_3$w = __makeTemplateObject(["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"], ["\n display: flex;\n ", "\n justify-content: space-between;\n align-items: flex-start;\n"])), mediaQueries({
|
|
13027
13027
|
flexDirection: ['column', 'row'],
|
|
13028
13028
|
}));
|
|
@@ -13149,8 +13149,8 @@ var Title$4 = newStyled.h2(function (_a) {
|
|
|
13149
13149
|
var color = _a.color;
|
|
13150
13150
|
return ({
|
|
13151
13151
|
fontWeight: 600,
|
|
13152
|
-
fontSize: '
|
|
13153
|
-
lineHeight: '1.
|
|
13152
|
+
fontSize: '1rem',
|
|
13153
|
+
lineHeight: '1.5rem',
|
|
13154
13154
|
color: color,
|
|
13155
13155
|
margin: '0.063rem 0',
|
|
13156
13156
|
});
|
|
@@ -659,7 +659,7 @@ var shapermint = {
|
|
|
659
659
|
backgroundColor: '--colors-shades-5-color',
|
|
660
660
|
padding: '',
|
|
661
661
|
borderRadius: '',
|
|
662
|
-
maxWidth: '
|
|
662
|
+
maxWidth: '453px',
|
|
663
663
|
onMobile: {
|
|
664
664
|
maxWidth: '100%',
|
|
665
665
|
padding: '15px',
|
|
@@ -687,14 +687,14 @@ var shapermint = {
|
|
|
687
687
|
},
|
|
688
688
|
deliveryDetails: {
|
|
689
689
|
title: {
|
|
690
|
-
fontSize: '
|
|
691
|
-
lineHeight: '1.
|
|
692
|
-
fontWeight:
|
|
690
|
+
fontSize: '1rem',
|
|
691
|
+
lineHeight: '1.5rem',
|
|
692
|
+
fontWeight: 700,
|
|
693
693
|
},
|
|
694
694
|
sectionTitle: {
|
|
695
|
-
fontSize: '
|
|
696
|
-
lineHeight: '1.
|
|
697
|
-
fontWeight:
|
|
695
|
+
fontSize: '0.875rem',
|
|
696
|
+
lineHeight: '1.375rem',
|
|
697
|
+
fontWeight: 700,
|
|
698
698
|
},
|
|
699
699
|
note: {
|
|
700
700
|
accentColor: '--colors-semantic-urgent-color',
|
|
@@ -702,8 +702,8 @@ var shapermint = {
|
|
|
702
702
|
backgroundColor: '--colors-pallete-primary-20-color',
|
|
703
703
|
},
|
|
704
704
|
sectionDetails: {
|
|
705
|
-
fontSize: '
|
|
706
|
-
lineHeight: '1.
|
|
705
|
+
fontSize: '0.875rem',
|
|
706
|
+
lineHeight: '1.375rem',
|
|
707
707
|
fontWeight: 400,
|
|
708
708
|
},
|
|
709
709
|
},
|
|
@@ -964,6 +964,11 @@ var shapermint = {
|
|
|
964
964
|
width: '210',
|
|
965
965
|
height: '40',
|
|
966
966
|
},
|
|
967
|
+
tyLogo: {
|
|
968
|
+
url: 'https://cdn.jsdelivr.net/gh/trafilea/storefront-static@main/images/shapermint/shapermint_logo_black.svg',
|
|
969
|
+
width: '192',
|
|
970
|
+
height: '36',
|
|
971
|
+
},
|
|
967
972
|
},
|
|
968
973
|
},
|
|
969
974
|
};
|
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.260",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|