@thryveai/theme-interfaces 2.8.55-testing.2 → 2.8.56
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/dist/product-card-template/layouts/CarouselCard/PCE-centered.js +0 -25
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +1 -1
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +0 -15
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/package.json +1 -1
|
@@ -161,31 +161,6 @@ var CarouselCards = {
|
|
|
161
161
|
},
|
|
162
162
|
},
|
|
163
163
|
},
|
|
164
|
-
{
|
|
165
|
-
component: "ProductWasUnitPrice",
|
|
166
|
-
sectionPosition: {
|
|
167
|
-
mobile: {
|
|
168
|
-
row: "3/auto",
|
|
169
|
-
column: "2/2",
|
|
170
|
-
justify: "right",
|
|
171
|
-
},
|
|
172
|
-
tablet: {
|
|
173
|
-
row: "auto/auto",
|
|
174
|
-
column: "2/2",
|
|
175
|
-
align: "center",
|
|
176
|
-
justify: "right",
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
component: "ProductPriceLoyalty",
|
|
182
|
-
sectionPosition: {
|
|
183
|
-
mobile: {
|
|
184
|
-
row: "auto/auto",
|
|
185
|
-
column: "1/3",
|
|
186
|
-
},
|
|
187
|
-
},
|
|
188
|
-
},
|
|
189
164
|
{
|
|
190
165
|
component: "MembersPrice",
|
|
191
166
|
sectionPosition: {
|
|
@@ -227,21 +227,6 @@ var ProductGridPCECentered = {
|
|
|
227
227
|
},
|
|
228
228
|
},
|
|
229
229
|
},
|
|
230
|
-
{
|
|
231
|
-
component: "ProductWasUnitPrice",
|
|
232
|
-
sectionPosition: {
|
|
233
|
-
mobile: {
|
|
234
|
-
row: "auto/auto",
|
|
235
|
-
column: "2/3",
|
|
236
|
-
},
|
|
237
|
-
tablet: {
|
|
238
|
-
row: "auto/auto",
|
|
239
|
-
column: "2/2",
|
|
240
|
-
align: "center",
|
|
241
|
-
justify: "right",
|
|
242
|
-
},
|
|
243
|
-
},
|
|
244
|
-
},
|
|
245
230
|
{
|
|
246
231
|
component: "MembersPrice",
|
|
247
232
|
sectionPosition: {
|