@thryveai/theme-interfaces 2.7.166 → 2.7.167

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.
@@ -797,16 +797,18 @@ exports.AdminSettingsTemplateSFUI = {
797
797
  // description: "Coming Soon",
798
798
  // type: AdminTemplateInputTypes.nullObject,
799
799
  // },
800
- daysToRemainSignedIn: {
801
- title: "Sign In Days",
802
- description: "Time in days to remain signed in in the app",
803
- helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
804
- type: exports.AdminTemplateInputTypes.inputNumber,
805
- options: {
806
- min: 1,
807
- max: 999,
808
- },
809
- },
800
+ // hide settings in relation to ticket (WYN-39462)
801
+ // daysToRemainSignedIn: {
802
+ // title: "Sign In Days",
803
+ // description: "Time in days to remain signed in in the app",
804
+ // helpLink:
805
+ // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo",
806
+ // type: AdminTemplateInputTypes.inputNumber,
807
+ // options: {
808
+ // min: 1,
809
+ // max: 999,
810
+ // },
811
+ // },
810
812
  defaultCountry: {
811
813
  title: "Default country",
812
814
  description: "Select the default country",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.166",
3
+ "version": "2.7.167",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",