@trafilea/afrodita-components 6.39.0 → 6.39.1
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.
|
@@ -1138,6 +1138,11 @@ var revel = {
|
|
|
1138
1138
|
width: '100%',
|
|
1139
1139
|
height: 'auto',
|
|
1140
1140
|
},
|
|
1141
|
+
checkoutLogo: {
|
|
1142
|
+
url: 'https://cdn.revelbeauty.com/assets/images/revel/revelbeauty.svg',
|
|
1143
|
+
width: '100%',
|
|
1144
|
+
height: 'auto',
|
|
1145
|
+
},
|
|
1141
1146
|
tyLogo: {
|
|
1142
1147
|
url: 'https://cdn.revelbeauty.com/assets/images/revel/revelbeauty.svg',
|
|
1143
1148
|
width: '100%',
|
|
@@ -1146,8 +1151,8 @@ var revel = {
|
|
|
1146
1151
|
},
|
|
1147
1152
|
},
|
|
1148
1153
|
label: {
|
|
1149
|
-
member:
|
|
1150
|
-
}
|
|
1154
|
+
member: '',
|
|
1155
|
+
},
|
|
1151
1156
|
};
|
|
1152
1157
|
|
|
1153
1158
|
module.exports = revel;
|
|
@@ -1106,30 +1106,30 @@ var tsd = {
|
|
|
1106
1106
|
favicon: 'https://cdn.shopify.com/s/files/1/0912/0596/files/TSD_favicon.png?v=1692384832',
|
|
1107
1107
|
logo: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1108
1108
|
logoSize: {
|
|
1109
|
-
width: '
|
|
1110
|
-
height: '
|
|
1109
|
+
width: '100%',
|
|
1110
|
+
height: 'auto',
|
|
1111
1111
|
},
|
|
1112
1112
|
logoMobile: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1113
1113
|
checkoutLogo: {
|
|
1114
1114
|
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1115
|
-
width: '
|
|
1116
|
-
height: '
|
|
1115
|
+
width: '100%',
|
|
1116
|
+
height: 'auto',
|
|
1117
1117
|
},
|
|
1118
1118
|
upsellLogo: {
|
|
1119
1119
|
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1120
|
-
width: '
|
|
1121
|
-
height: '
|
|
1120
|
+
width: '100%',
|
|
1121
|
+
height: 'auto',
|
|
1122
1122
|
},
|
|
1123
1123
|
tyLogo: {
|
|
1124
1124
|
url: 'https://cdn.shopify.com/s/files/1/0912/0596/files/thespadr_logo_new.svg?v=1696594843',
|
|
1125
|
-
width: '
|
|
1126
|
-
height: '
|
|
1125
|
+
width: '100%',
|
|
1126
|
+
height: 'auto',
|
|
1127
1127
|
},
|
|
1128
1128
|
},
|
|
1129
1129
|
},
|
|
1130
1130
|
label: {
|
|
1131
|
-
member:
|
|
1132
|
-
}
|
|
1131
|
+
member: '',
|
|
1132
|
+
},
|
|
1133
1133
|
};
|
|
1134
1134
|
|
|
1135
1135
|
module.exports = tsd;
|
package/package.json
CHANGED