@thryveai/theme-interfaces 2.8.50 → 2.8.52

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.
@@ -433,7 +433,7 @@ var DefaultConfigSFUI = {
433
433
  },
434
434
  showEmptyMiniList: false,
435
435
  emptyListButton: {
436
- mode: ["pickup", "planning", "delivery"],
436
+ excludeModes: [],
437
437
  style: "secondary",
438
438
  renderBelowReviewCartButton: false,
439
439
  icon: false,
@@ -514,6 +514,23 @@ var DefaultThemeSFUI = function (colors) {
514
514
  color: colors.greyscale5,
515
515
  bgColor: colors.primary5,
516
516
  },
517
+ shoppingLabels: {
518
+ info: {
519
+ textColor: colors.greyscale5,
520
+ iconColor: colors.primary1,
521
+ backgroundColor: colors.greyscale2,
522
+ },
523
+ warning: {
524
+ textColor: colors.greyscale5,
525
+ iconColor: colors.warn,
526
+ backgroundColor: colors.warnLight,
527
+ },
528
+ critical: {
529
+ textColor: colors.greyscale5,
530
+ iconColor: colors.alert,
531
+ backgroundColor: colors.alertLight,
532
+ },
533
+ },
517
534
  },
518
535
  accountPage: {
519
536
  passwordRequirements: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.50",
3
+ "version": "2.8.52",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",