@thryveai/theme-interfaces 2.7.181 → 2.7.183

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.
@@ -12,6 +12,7 @@ var DefaultSharedSettingsConfig = {
12
12
  search: { enable: false },
13
13
  stores: [],
14
14
  locationId: "",
15
+ enableRecommendationsV2: false,
15
16
  },
16
17
  specialRequestItems: {
17
18
  enable: false,
@@ -23,13 +24,13 @@ var DefaultSharedSettingsConfig = {
23
24
  showUnclaimedCouponsPrompt: false,
24
25
  missedCouponsButtonInCartURL: "",
25
26
  hideSavingsSection: false,
26
- showRedemptionProductCard: false
27
+ showRedemptionProductCard: false,
27
28
  },
28
29
  flyerConfiguration: null,
29
30
  ageVerification: {
30
31
  ageVerificationPrefix: "",
31
- ageVerificationStatementName: ""
32
- }
32
+ ageVerificationStatementName: "",
33
+ },
33
34
  },
34
35
  checkout: {
35
36
  preserveOrderNote: {
@@ -134,6 +134,54 @@ var DefaultThemeSFUI = function (colors) {
134
134
  textDecoration: "none",
135
135
  },
136
136
  },
137
+ subMenu: {
138
+ backgroundColor: colors.greyscale1,
139
+ links: {
140
+ static: {
141
+ color: colors.greyscale5,
142
+ textDecoration: "none",
143
+ backgroundColor: colors.greyscale1,
144
+ },
145
+ hover: {
146
+ color: colors.primary1,
147
+ textDecoration: "underline",
148
+ backgroundColor: colors.greyscale1,
149
+ },
150
+ clicked: {
151
+ color: colors.primary1,
152
+ textDecoration: "underline",
153
+ backgroundColor: colors.greyscale1,
154
+ },
155
+ visited: {
156
+ color: colors.greyscale5,
157
+ textDecoration: "none",
158
+ backgroundColor: colors.greyscale1,
159
+ },
160
+ },
161
+ },
162
+ subMenuCategories: {
163
+ backgroundColor: colors.greyscale1,
164
+ links: {
165
+ static: {
166
+ color: colors.greyscale5,
167
+ backgroundColor: colors.greyscale1,
168
+ arrowColor: colors.greyscale3,
169
+ fontWeight: exports.globalTheme.FontWeight,
170
+ },
171
+ hover: {
172
+ color: colors.greyscale5,
173
+ backgroundColor: colors.greyscale2,
174
+ arrowColor: colors.greyscale4,
175
+ fontWeight: exports.globalTheme.FontWeightBold,
176
+ },
177
+ clicked: {
178
+ color: colors.greyscale5,
179
+ backgroundColor: colors.greyscale2,
180
+ arrowColor: colors.greyscale4,
181
+ fontWeight: exports.globalTheme.FontWeightBold,
182
+ },
183
+ },
184
+ },
137
185
  },
138
186
  mobileMenu: {
139
187
  color: colors.primary1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.181",
3
+ "version": "2.7.183",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",