@thryveai/theme-interfaces 2.7.46 → 2.7.48

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/README.md CHANGED
@@ -1,29 +1,29 @@
1
- #V8 Theme Interfaces
2
-
3
- interfaces for all MI9 Retailer Themes.
4
-
5
- ###icons.interfaces
6
- List of all icons used inside the ui projects.
7
-
8
- ###retailer-settings.interfaces
9
- more info here
10
- https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
11
- ###theme.interfaces
12
- The interface for each theme, colors, fonts, sizes and other css properties.
13
-
14
- #To Build Project
15
-
16
- ```
17
- npm install
18
- npm run build
19
- ```
20
-
21
- #To Publish npm package
22
- ```
23
- npm login
24
- npm publish
25
- ```
26
- or
27
- ```
28
- npm run push
29
- ```
1
+ #V8 Theme Interfaces
2
+
3
+ interfaces for all MI9 Retailer Themes.
4
+
5
+ ###icons.interfaces
6
+ List of all icons used inside the ui projects.
7
+
8
+ ###retailer-settings.interfaces
9
+ more info here
10
+ https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
11
+ ###theme.interfaces
12
+ The interface for each theme, colors, fonts, sizes and other css properties.
13
+
14
+ #To Build Project
15
+
16
+ ```
17
+ npm install
18
+ npm run build
19
+ ```
20
+
21
+ #To Publish npm package
22
+ ```
23
+ npm login
24
+ npm publish
25
+ ```
26
+ or
27
+ ```
28
+ npm run push
29
+ ```
@@ -480,6 +480,8 @@ export interface IRegistrationField {
480
480
  placeholder: string;
481
481
  designVersion: IRegistrationFieldTypes;
482
482
  validationTypes: IValidationType[];
483
+ alwaysVisible: boolean;
484
+ editable: boolean;
483
485
  }
484
486
  export interface ICheckoutValidation {
485
487
  instructions: IValidationType[];
@@ -979,14 +979,6 @@ exports.AdminSettingsTemplateSFUI = {
979
979
  value: "_self",
980
980
  label: "Same tab",
981
981
  },
982
- {
983
- value: "_parent",
984
- label: "Parent Frame",
985
- },
986
- {
987
- value: "_top",
988
- label: "Full Body",
989
- },
990
982
  ],
991
983
  },
992
984
  icon: {
@@ -304,7 +304,7 @@ var DefaultConfigSFUI = {
304
304
  enableSelectToContinueText: false,
305
305
  },
306
306
  useContentEngineV2Components: {
307
- Carousel: false,
307
+ Carousel: true,
308
308
  SmallCarousel: false,
309
309
  Freeform: false,
310
310
  ContactUs: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.46",
3
+ "version": "2.7.48",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",