@thryveai/theme-interfaces 2.4.23 → 2.5.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.
- package/dist/index.d.ts +28 -27
- package/dist/index.js +33 -31
- package/dist/interfaces/admin-images-interfaces.d.ts +11 -11
- package/dist/interfaces/admin-images-interfaces.js +2 -2
- package/dist/interfaces/admin-settings-interfaces.d.ts +57 -57
- package/dist/interfaces/admin-settings-interfaces.js +2 -2
- package/dist/interfaces/default-settings.interfaces.d.ts +89 -89
- package/dist/interfaces/default-settings.interfaces.js +3 -3
- package/dist/interfaces/default-theme.interface.d.ts +695 -695
- package/dist/interfaces/default-theme.interface.js +2 -2
- package/dist/interfaces/icons.interfaces.d.ts +7 -7
- package/dist/interfaces/icons.interfaces.js +129 -126
- package/dist/interfaces/retailer-settings.interfaces.d.ts +543 -543
- package/dist/interfaces/retailer-settings.interfaces.js +2 -2
- package/dist/interfaces/sts-settings.interfaces.d.ts +6 -6
- package/dist/interfaces/sts-settings.interfaces.js +2 -2
- package/dist/interfaces/theme.interfaces.d.ts +695 -695
- package/dist/interfaces/theme.interfaces.js +2 -2
- package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +2 -2
- package/dist/storefront/SFUIImagesTemplate.AdminUi.js +112 -112
- package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +14 -14
- package/dist/storefront/SFUISettingsTemplate.AdminUi.js +1025 -1025
- package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +3 -3
- package/dist/storefront/SFUIThemesTemplate.AdminUi.js +113 -113
- package/dist/storefront/contentEngineComponents.d.ts +23 -23
- package/dist/storefront/contentEngineComponents.js +25 -25
- package/dist/storefront/defaultIconsStorefront.d.ts +3 -0
- package/dist/storefront/defaultIconsStorefront.js +129 -0
- package/dist/storefront/defaultImagesStorefront.d.ts +3 -3
- package/dist/storefront/defaultImagesStorefront.js +96 -96
- package/dist/storefront/defaultSettingsStorefront.d.ts +3 -3
- package/dist/storefront/defaultSettingsStorefront.js +298 -297
- package/dist/storefront/defaultThemeStorefront.d.ts +5 -5
- package/dist/storefront/defaultThemeStorefront.js +1156 -1156
- package/dist/sts/STSImagesTemplate.AdminUi.d.ts +2 -2
- package/dist/sts/STSImagesTemplate.AdminUi.js +50 -50
- package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +2 -2
- package/dist/sts/STSSettingsTemplate.AdminUi.js +30 -30
- package/dist/sts/defaultSettingsSts.d.ts +3 -3
- package/dist/sts/defaultSettingsSts.js +9 -9
- package/dist/theme-templates/index.d.ts +3 -3
- package/dist/theme-templates/index.js +8 -8
- package/package.json +11 -3
- package/dist/defaultSettings.d.ts +0 -3
- package/dist/defaultSettings.js +0 -242
- package/dist/storefrontUiSettingsTemplateForAdminPanel.d.ts +0 -3
- package/dist/storefrontUiSettingsTemplateForAdminPanel.js +0 -686
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IAdminImagesTemplateSFUI } from "../interfaces/admin-settings-interfaces";
|
|
2
|
-
export declare const AdminImagesTemplateSFUI: IAdminImagesTemplateSFUI;
|
|
1
|
+
import { IAdminImagesTemplateSFUI } from "../interfaces/admin-settings-interfaces";
|
|
2
|
+
export declare const AdminImagesTemplateSFUI: IAdminImagesTemplateSFUI;
|
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AdminImagesTemplateSFUI = void 0;
|
|
4
|
-
var SFUISettingsTemplate_AdminUi_1 = require("./SFUISettingsTemplate.AdminUi");
|
|
5
|
-
exports.AdminImagesTemplateSFUI = {
|
|
6
|
-
icons: {
|
|
7
|
-
title: "Icons Files",
|
|
8
|
-
description: "The location of the file that contains all the icons.",
|
|
9
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
10
|
-
},
|
|
11
|
-
favicon: {
|
|
12
|
-
title: "Favicon Image",
|
|
13
|
-
description: "The favicon used by the Storefront and most other applications",
|
|
14
|
-
type: "inputChar",
|
|
15
|
-
},
|
|
16
|
-
logos: {
|
|
17
|
-
title: "Logos",
|
|
18
|
-
description: "",
|
|
19
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
20
|
-
value: {
|
|
21
|
-
primary: {
|
|
22
|
-
title: "Main Logo",
|
|
23
|
-
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
24
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
25
|
-
},
|
|
26
|
-
primaryMobile: {
|
|
27
|
-
title: "Mobile Logo",
|
|
28
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
29
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
30
|
-
},
|
|
31
|
-
sts: {
|
|
32
|
-
title: "STS Logo",
|
|
33
|
-
description: "This is the logo used on desktop in the sts app",
|
|
34
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
35
|
-
},
|
|
36
|
-
stsMobile: {
|
|
37
|
-
title: "STS Mobile Logo",
|
|
38
|
-
description: "This is the logo used on mobile in the sts app",
|
|
39
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
stsFavicon: {
|
|
44
|
-
title: "STS Favicon Image",
|
|
45
|
-
description: "The favicon used by the STS application",
|
|
46
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
47
|
-
},
|
|
48
|
-
stsCheckBox: {
|
|
49
|
-
title: "stsCheckBox",
|
|
50
|
-
description: "",
|
|
51
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
52
|
-
value: {
|
|
53
|
-
primary: {
|
|
54
|
-
title: "STS Primary Checkbox",
|
|
55
|
-
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
56
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
57
|
-
},
|
|
58
|
-
empty: {
|
|
59
|
-
title: "STS Empty Checkbox",
|
|
60
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
61
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
62
|
-
},
|
|
63
|
-
success: {
|
|
64
|
-
title: "STS Success Checkbox",
|
|
65
|
-
description: "This is the logo used on desktop in the sts app",
|
|
66
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
confirmationPageImage: {
|
|
71
|
-
title: "Confirmation Page Background Image",
|
|
72
|
-
description: "The background image used on the top of the order confirmation page",
|
|
73
|
-
type: "images",
|
|
74
|
-
},
|
|
75
|
-
rewards: {
|
|
76
|
-
title: "Rewards Image",
|
|
77
|
-
description: "",
|
|
78
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
79
|
-
},
|
|
80
|
-
verifySiteImage: {
|
|
81
|
-
title: "Verify Site Image",
|
|
82
|
-
description: "",
|
|
83
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
84
|
-
},
|
|
85
|
-
missingImg: {
|
|
86
|
-
title: "missingImg",
|
|
87
|
-
description: "",
|
|
88
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
89
|
-
value: {
|
|
90
|
-
x2: {
|
|
91
|
-
title: "Missing Image 2X",
|
|
92
|
-
description: "T ",
|
|
93
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
94
|
-
},
|
|
95
|
-
x3: {
|
|
96
|
-
title: "Missing Image 3X",
|
|
97
|
-
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
98
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
99
|
-
},
|
|
100
|
-
square: {
|
|
101
|
-
title: "Missing Image Square",
|
|
102
|
-
description: "This is the logo used on desktop in the sts app",
|
|
103
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
104
|
-
},
|
|
105
|
-
recipes: {
|
|
106
|
-
title: "Missing Image Recipes",
|
|
107
|
-
description: "This is the logo used on desktop in the sts app",
|
|
108
|
-
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdminImagesTemplateSFUI = void 0;
|
|
4
|
+
var SFUISettingsTemplate_AdminUi_1 = require("./SFUISettingsTemplate.AdminUi");
|
|
5
|
+
exports.AdminImagesTemplateSFUI = {
|
|
6
|
+
icons: {
|
|
7
|
+
title: "Icons Files",
|
|
8
|
+
description: "The location of the file that contains all the icons.",
|
|
9
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.inputChar,
|
|
10
|
+
},
|
|
11
|
+
favicon: {
|
|
12
|
+
title: "Favicon Image",
|
|
13
|
+
description: "The favicon used by the Storefront and most other applications",
|
|
14
|
+
type: "inputChar",
|
|
15
|
+
},
|
|
16
|
+
logos: {
|
|
17
|
+
title: "Logos",
|
|
18
|
+
description: "",
|
|
19
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
20
|
+
value: {
|
|
21
|
+
primary: {
|
|
22
|
+
title: "Main Logo",
|
|
23
|
+
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
24
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
25
|
+
},
|
|
26
|
+
primaryMobile: {
|
|
27
|
+
title: "Mobile Logo",
|
|
28
|
+
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
29
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
30
|
+
},
|
|
31
|
+
sts: {
|
|
32
|
+
title: "STS Logo",
|
|
33
|
+
description: "This is the logo used on desktop in the sts app",
|
|
34
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
35
|
+
},
|
|
36
|
+
stsMobile: {
|
|
37
|
+
title: "STS Mobile Logo",
|
|
38
|
+
description: "This is the logo used on mobile in the sts app",
|
|
39
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
stsFavicon: {
|
|
44
|
+
title: "STS Favicon Image",
|
|
45
|
+
description: "The favicon used by the STS application",
|
|
46
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
47
|
+
},
|
|
48
|
+
stsCheckBox: {
|
|
49
|
+
title: "stsCheckBox",
|
|
50
|
+
description: "",
|
|
51
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
52
|
+
value: {
|
|
53
|
+
primary: {
|
|
54
|
+
title: "STS Primary Checkbox",
|
|
55
|
+
description: "This is the logo used on desktop in the storefront and most other apps",
|
|
56
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
57
|
+
},
|
|
58
|
+
empty: {
|
|
59
|
+
title: "STS Empty Checkbox",
|
|
60
|
+
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
61
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
62
|
+
},
|
|
63
|
+
success: {
|
|
64
|
+
title: "STS Success Checkbox",
|
|
65
|
+
description: "This is the logo used on desktop in the sts app",
|
|
66
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
confirmationPageImage: {
|
|
71
|
+
title: "Confirmation Page Background Image",
|
|
72
|
+
description: "The background image used on the top of the order confirmation page",
|
|
73
|
+
type: "images",
|
|
74
|
+
},
|
|
75
|
+
rewards: {
|
|
76
|
+
title: "Rewards Image",
|
|
77
|
+
description: "",
|
|
78
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
79
|
+
},
|
|
80
|
+
verifySiteImage: {
|
|
81
|
+
title: "Verify Site Image",
|
|
82
|
+
description: "",
|
|
83
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
84
|
+
},
|
|
85
|
+
missingImg: {
|
|
86
|
+
title: "missingImg",
|
|
87
|
+
description: "",
|
|
88
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.object,
|
|
89
|
+
value: {
|
|
90
|
+
x2: {
|
|
91
|
+
title: "Missing Image 2X",
|
|
92
|
+
description: "T ",
|
|
93
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
94
|
+
},
|
|
95
|
+
x3: {
|
|
96
|
+
title: "Missing Image 3X",
|
|
97
|
+
description: "This is the logo used on mobile in the storefront and most other apps",
|
|
98
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
99
|
+
},
|
|
100
|
+
square: {
|
|
101
|
+
title: "Missing Image Square",
|
|
102
|
+
description: "This is the logo used on desktop in the sts app",
|
|
103
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
104
|
+
},
|
|
105
|
+
recipes: {
|
|
106
|
+
title: "Missing Image Recipes",
|
|
107
|
+
description: "This is the logo used on desktop in the sts app",
|
|
108
|
+
type: SFUISettingsTemplate_AdminUi_1.AdminTemplateInputTypes.images,
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { IAdminControlType, IAdminSettingsTemplate, IAdminTemplateInputTypes } from "../interfaces/admin-settings-interfaces";
|
|
2
|
-
import { CMSNames } from "./contentEngineComponents";
|
|
3
|
-
export declare const AdminTemplateInputTypes: IAdminTemplateInputTypes;
|
|
4
|
-
export declare type IUseContentEngineV2ComponentsAdmin = {
|
|
5
|
-
[key in CMSNames]: IContentEngineAdminTypes;
|
|
6
|
-
};
|
|
7
|
-
interface IContentEngineAdminTypes {
|
|
8
|
-
title: string;
|
|
9
|
-
description: string;
|
|
10
|
-
helpLink: string;
|
|
11
|
-
type: IAdminControlType;
|
|
12
|
-
}
|
|
13
|
-
export declare const AdminSettingsTemplateSFUI: IAdminSettingsTemplate;
|
|
14
|
-
export {};
|
|
1
|
+
import { IAdminControlType, IAdminSettingsTemplate, IAdminTemplateInputTypes } from "../interfaces/admin-settings-interfaces";
|
|
2
|
+
import { CMSNames } from "./contentEngineComponents";
|
|
3
|
+
export declare const AdminTemplateInputTypes: IAdminTemplateInputTypes;
|
|
4
|
+
export declare type IUseContentEngineV2ComponentsAdmin = {
|
|
5
|
+
[key in CMSNames]: IContentEngineAdminTypes;
|
|
6
|
+
};
|
|
7
|
+
interface IContentEngineAdminTypes {
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
helpLink: string;
|
|
11
|
+
type: IAdminControlType;
|
|
12
|
+
}
|
|
13
|
+
export declare const AdminSettingsTemplateSFUI: IAdminSettingsTemplate;
|
|
14
|
+
export {};
|