@thryveai/theme-interfaces 2.7.22 → 2.7.23

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
+ ```
@@ -473,20 +473,20 @@ exports.AdminSettingsTemplateSFUI = {
473
473
  type: exports.AdminTemplateInputTypes.collapsableObject,
474
474
  value: {
475
475
  pdp: {
476
- title: "Disable warning box",
477
- description: "Disable alcohol warning box on pdp.",
476
+ title: "Disable product details page messaging",
477
+ description: "This will hide the alcohol shopping rule messaging in the Storefront product details page for items containing alcohol.",
478
478
  type: exports.AdminTemplateInputTypes.checkbox,
479
479
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
480
480
  },
481
481
  modal: {
482
482
  title: "Disable warning modal",
483
- description: "Disable alcohol warning modal popup.",
483
+ description: "This will hide the alcohol shopping rule warning modal when an item containing alcohol is added to the cart.",
484
484
  type: exports.AdminTemplateInputTypes.checkbox,
485
485
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
486
486
  },
487
487
  productCard: {
488
- title: "Disable shopping rule label",
489
- description: "Disable alchohol rule label in Product Cards.",
488
+ title: "Disable product card messaging",
489
+ description: "This will hide the alcohol shopping rule messaging in the Storefront product card for items containing alcohol.",
490
490
  type: exports.AdminTemplateInputTypes.checkbox,
491
491
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Hide+Alcohol+Rule",
492
492
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.22",
3
+ "version": "2.7.23",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",