@thryveai/theme-interfaces 2.8.55-testing.1 → 2.8.55-testing.2
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 +25 -0
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +16 -0
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +15 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/package.json +1 -1
|
@@ -161,6 +161,31 @@ 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
|
+
},
|
|
164
189
|
{
|
|
165
190
|
component: "MembersPrice",
|
|
166
191
|
sectionPosition: {
|
|
@@ -159,6 +159,22 @@ var CarouselCards = {
|
|
|
159
159
|
},
|
|
160
160
|
},
|
|
161
161
|
},
|
|
162
|
+
{
|
|
163
|
+
component: "ProductWasUnitPrice",
|
|
164
|
+
sectionPosition: {
|
|
165
|
+
mobile: {
|
|
166
|
+
row: "3/auto",
|
|
167
|
+
column: "2/2",
|
|
168
|
+
justify: "right",
|
|
169
|
+
},
|
|
170
|
+
tablet: {
|
|
171
|
+
row: "auto/auto",
|
|
172
|
+
column: "2/2",
|
|
173
|
+
align: "center",
|
|
174
|
+
justify: "right",
|
|
175
|
+
},
|
|
176
|
+
},
|
|
177
|
+
},
|
|
162
178
|
{
|
|
163
179
|
component: "ProductPriceLoyalty",
|
|
164
180
|
sectionPosition: {
|
|
@@ -227,6 +227,21 @@ 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
|
+
},
|
|
230
245
|
{
|
|
231
246
|
component: "MembersPrice",
|
|
232
247
|
sectionPosition: {
|