@thryveai/theme-interfaces 1.5.5 → 1.5.6

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.
@@ -563,6 +563,7 @@ interface INavBottom extends INavStyles {
563
563
  }
564
564
  interface INavStyles {
565
565
  color: string;
566
+ hoverColor: string;
566
567
  backgroundColor: string;
567
568
  links: {
568
569
  static: ILinkType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",