@vertigis/viewer-spec 58.0.0 → 58.1.0

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.
@@ -97,6 +97,7 @@ export interface BrandingColors {
97
97
  secondaryBackground: ColorConfig;
98
98
  secondaryBorder: ColorConfig;
99
99
  secondaryForeground: ColorConfig;
100
+ splashScreenForeground: ColorConfig;
100
101
  tabPrimaryForeground: ColorConfig;
101
102
  tabSecondaryForeground: ColorConfig;
102
103
  }