@trafilea/afrodita-components 5.0.0-beta.324 → 5.0.0-beta.326
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 +1 -1
- package/build/index.js +1 -1
- package/build/theme/thespadr.theme.js +5 -5
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -6367,7 +6367,7 @@ var SkeletonBox = function (_a) {
|
|
|
6367
6367
|
var templateObject_1$1d;
|
|
6368
6368
|
|
|
6369
6369
|
var Container$S = newStyled.div(templateObject_1$1c || (templateObject_1$1c = __makeTemplateObject(["\n display: inline-flex;\n height: 20px;\n padding: 1px 10px;\n align-items: center;\n gap: 6px;\n flex-shrink: 0;\n border-radius: 6px;\n background: #882a2b;\n margin-top: 4px;\n margin-bottom: 10px;\n"], ["\n display: inline-flex;\n height: 20px;\n padding: 1px 10px;\n align-items: center;\n gap: 6px;\n flex-shrink: 0;\n border-radius: 6px;\n background: #882a2b;\n margin-top: 4px;\n margin-bottom: 10px;\n"])));
|
|
6370
|
-
var MobileContainer = newStyled(Container$S)(templateObject_2$S || (templateObject_2$S = __makeTemplateObject(["\n padding: 2px 2px;\n
|
|
6370
|
+
var MobileContainer = newStyled(Container$S)(templateObject_2$S || (templateObject_2$S = __makeTemplateObject(["\n padding: 2px 2px;\n gap: 3px;\n"], ["\n padding: 2px 2px;\n gap: 3px;\n"])));
|
|
6371
6371
|
var DollarPart = newStyled.span(templateObject_3$I || (templateObject_3$I = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"])));
|
|
6372
6372
|
var ClubMembersText = newStyled.span(templateObject_4$x || (templateObject_4$x = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"])));
|
|
6373
6373
|
var MobileDollarPart = newStyled(DollarPart)(templateObject_5$m || (templateObject_5$m = __makeTemplateObject(["\n font-size: 10px;\n"], ["\n font-size: 10px;\n"])));
|
package/build/index.js
CHANGED
|
@@ -6393,7 +6393,7 @@ var SkeletonBox = function (_a) {
|
|
|
6393
6393
|
var templateObject_1$1d;
|
|
6394
6394
|
|
|
6395
6395
|
var Container$S = newStyled.div(templateObject_1$1c || (templateObject_1$1c = __makeTemplateObject(["\n display: inline-flex;\n height: 20px;\n padding: 1px 10px;\n align-items: center;\n gap: 6px;\n flex-shrink: 0;\n border-radius: 6px;\n background: #882a2b;\n margin-top: 4px;\n margin-bottom: 10px;\n"], ["\n display: inline-flex;\n height: 20px;\n padding: 1px 10px;\n align-items: center;\n gap: 6px;\n flex-shrink: 0;\n border-radius: 6px;\n background: #882a2b;\n margin-top: 4px;\n margin-bottom: 10px;\n"])));
|
|
6396
|
-
var MobileContainer = newStyled(Container$S)(templateObject_2$S || (templateObject_2$S = __makeTemplateObject(["\n padding: 2px 2px;\n
|
|
6396
|
+
var MobileContainer = newStyled(Container$S)(templateObject_2$S || (templateObject_2$S = __makeTemplateObject(["\n padding: 2px 2px;\n gap: 3px;\n"], ["\n padding: 2px 2px;\n gap: 3px;\n"])));
|
|
6397
6397
|
var DollarPart = newStyled.span(templateObject_3$I || (templateObject_3$I = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 700;\n line-height: 14px; /* 116.667% */\n"])));
|
|
6398
6398
|
var ClubMembersText = newStyled.span(templateObject_4$x || (templateObject_4$x = __makeTemplateObject(["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"], ["\n color: #fff;\n font-family: 'Avenir Next', sans-serif;\n font-weight: 500;\n line-height: 14px; /* 116.667% */\n"])));
|
|
6399
6399
|
var MobileDollarPart = newStyled(DollarPart)(templateObject_5$m || (templateObject_5$m = __makeTemplateObject(["\n font-size: 10px;\n"], ["\n font-size: 10px;\n"])));
|
|
@@ -1030,24 +1030,24 @@ var tsd = {
|
|
|
1030
1030
|
assets: {
|
|
1031
1031
|
images: {
|
|
1032
1032
|
favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
|
|
1033
|
-
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/
|
|
1033
|
+
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1034
1034
|
logoSize: {
|
|
1035
1035
|
width: '250px',
|
|
1036
1036
|
height: '90px',
|
|
1037
1037
|
},
|
|
1038
|
-
logoMobile: 'https://cdn.shopify.com/s/files/1/0912/0596/files/
|
|
1038
|
+
logoMobile: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1039
1039
|
checkoutLogo: {
|
|
1040
|
-
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/
|
|
1040
|
+
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1041
1041
|
width: '250px',
|
|
1042
1042
|
height: '90px',
|
|
1043
1043
|
},
|
|
1044
1044
|
upsellLogo: {
|
|
1045
|
-
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/
|
|
1045
|
+
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1046
1046
|
width: '250px',
|
|
1047
1047
|
height: '90px',
|
|
1048
1048
|
},
|
|
1049
1049
|
tyLogo: {
|
|
1050
|
-
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/
|
|
1050
|
+
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1051
1051
|
width: '250px',
|
|
1052
1052
|
height: '90px',
|
|
1053
1053
|
},
|
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.326",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|