@thryveai/theme-interfaces 2.8.54 → 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/index.d.ts +1 -2
- package/dist/index.js +1 -3
- package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.js +9 -9
- package/dist/product-card-template/layouts/CarouselCard/Default.js +9 -9
- 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/DUN-attributes.js +1 -1
- package/dist/product-card-template/layouts/ProductGrid/Default.js +1 -1
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +15 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import DefaultImagesSFUI from "./storefront/defaultImagesStorefront";
|
|
2
|
-
import DefaultIconsSFUI from "./storefront/defaultIconsStorefront";
|
|
3
2
|
import DefaultConfigSFUI from "./storefront/defaultSettingsStorefront";
|
|
4
3
|
import DefaultSharedSettingsConfig from "./storefront/defaultSharedSettings";
|
|
5
4
|
import DefaultThemeSFUI, { globalTheme, DefaultThemeColors } from "./storefront/defaultThemeStorefront";
|
|
@@ -32,7 +31,7 @@ import CommonSharedSettingsConfig from "./storefront/commonSharedSettings";
|
|
|
32
31
|
export declare type DeepPartial<T> = {
|
|
33
32
|
[K in keyof T]?: T[K] extends object ? DeepPartial<T[K]> : T[K];
|
|
34
33
|
};
|
|
35
|
-
export { DefaultSharedSettingsConfig, DefaultConfigSFUI, CommonSharedSettingsConfig, CommonConfigSFUI, DefaultConfigSTS, AllThemeTemplates, DefaultThemeSFUI, globalTheme, DefaultThemeColors, DefaultImagesSFUI,
|
|
34
|
+
export { DefaultSharedSettingsConfig, DefaultConfigSFUI, CommonSharedSettingsConfig, CommonConfigSFUI, DefaultConfigSTS, AllThemeTemplates, DefaultThemeSFUI, globalTheme, DefaultThemeColors, DefaultImagesSFUI, AdminSettingsTemplateSFUI, AdminSettingsTemplateSTS, AdminTemplateInputTypes, AdminImagesTemplateSFUI, AdminThemeTemplateSFUI, AdminThemeTemplateOptions, AdminImagesTemplateSTS, IMobileSettings, AdminSettingsTemplateMobile, MobileDefaultSettings, AdminSharedSettingsTemplateSFUI, };
|
|
36
35
|
export { CMSComponentNames, CMSNames };
|
|
37
36
|
export { ProductAttrToIcons, ProductAttributes };
|
|
38
37
|
export { ITypesOfBusiness, IBusinessAccountObject };
|
package/dist/index.js
CHANGED
|
@@ -14,11 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.ProductAttrToIcons = exports.CMSComponentNames = exports.AdminSharedSettingsTemplateSFUI = exports.MobileDefaultSettings = exports.AdminSettingsTemplateMobile = exports.AdminImagesTemplateSTS = exports.AdminThemeTemplateOptions = exports.AdminThemeTemplateSFUI = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.
|
|
17
|
+
exports.ProductAttrToIcons = exports.CMSComponentNames = exports.AdminSharedSettingsTemplateSFUI = exports.MobileDefaultSettings = exports.AdminSettingsTemplateMobile = exports.AdminImagesTemplateSTS = exports.AdminThemeTemplateOptions = exports.AdminThemeTemplateSFUI = exports.AdminImagesTemplateSFUI = exports.AdminTemplateInputTypes = exports.AdminSettingsTemplateSTS = exports.AdminSettingsTemplateSFUI = exports.DefaultImagesSFUI = exports.DefaultThemeColors = exports.globalTheme = exports.DefaultThemeSFUI = exports.AllThemeTemplates = exports.DefaultConfigSTS = exports.CommonConfigSFUI = exports.CommonSharedSettingsConfig = exports.DefaultConfigSFUI = exports.DefaultSharedSettingsConfig = void 0;
|
|
18
18
|
var defaultImagesStorefront_1 = require("./storefront/defaultImagesStorefront");
|
|
19
19
|
exports.DefaultImagesSFUI = defaultImagesStorefront_1.default;
|
|
20
|
-
var defaultIconsStorefront_1 = require("./storefront/defaultIconsStorefront");
|
|
21
|
-
exports.DefaultIconsSFUI = defaultIconsStorefront_1.default;
|
|
22
20
|
var defaultSettingsStorefront_1 = require("./storefront/defaultSettingsStorefront");
|
|
23
21
|
exports.DefaultConfigSFUI = defaultSettingsStorefront_1.default;
|
|
24
22
|
var defaultSharedSettings_1 = require("./storefront/defaultSharedSettings");
|
|
@@ -165,15 +165,6 @@ var CarouselCardsDunnes = {
|
|
|
165
165
|
},
|
|
166
166
|
},
|
|
167
167
|
},
|
|
168
|
-
{
|
|
169
|
-
component: "ProductPriceLoyalty",
|
|
170
|
-
sectionPosition: {
|
|
171
|
-
mobile: {
|
|
172
|
-
row: "auto/auto",
|
|
173
|
-
column: "1/3",
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
168
|
{
|
|
178
169
|
component: "ProductWasUnitPrice",
|
|
179
170
|
sectionPosition: {
|
|
@@ -190,6 +181,15 @@ var CarouselCardsDunnes = {
|
|
|
190
181
|
},
|
|
191
182
|
},
|
|
192
183
|
},
|
|
184
|
+
{
|
|
185
|
+
component: "ProductPriceLoyalty",
|
|
186
|
+
sectionPosition: {
|
|
187
|
+
mobile: {
|
|
188
|
+
row: "auto/auto",
|
|
189
|
+
column: "1/3",
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
193
|
{
|
|
194
194
|
component: "TaxDetails",
|
|
195
195
|
sectionPosition: {
|
|
@@ -183,15 +183,6 @@ var CarouselCards = {
|
|
|
183
183
|
},
|
|
184
184
|
},
|
|
185
185
|
},
|
|
186
|
-
{
|
|
187
|
-
component: "ProductPriceLoyalty",
|
|
188
|
-
sectionPosition: {
|
|
189
|
-
mobile: {
|
|
190
|
-
row: "auto/auto",
|
|
191
|
-
column: "1/3",
|
|
192
|
-
},
|
|
193
|
-
},
|
|
194
|
-
},
|
|
195
186
|
{
|
|
196
187
|
component: "ProductWasUnitPrice",
|
|
197
188
|
sectionPosition: {
|
|
@@ -208,6 +199,15 @@ var CarouselCards = {
|
|
|
208
199
|
},
|
|
209
200
|
},
|
|
210
201
|
},
|
|
202
|
+
{
|
|
203
|
+
component: "ProductPriceLoyalty",
|
|
204
|
+
sectionPosition: {
|
|
205
|
+
mobile: {
|
|
206
|
+
row: "auto/auto",
|
|
207
|
+
column: "1/3",
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
211
|
{
|
|
212
212
|
component: "TaxDetails",
|
|
213
213
|
sectionPosition: {
|
|
@@ -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: {
|