@windstream/react-shared-components 0.1.74 → 0.1.75

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.
@@ -371,6 +371,13 @@ interface Navigation$1 {
371
371
  navigationBackgroundColor?: Color;
372
372
  utilityNavBackgroundColor?: Color;
373
373
  utilityNavLinkColor?: Color;
374
+ /**
375
+ * Tailwind class (or raw class string) applied to the main nav row's
376
+ * text color, e.g. `"text-white"` or `"text-secondary-navy500"`. Used
377
+ * by section / secondary navbars rendered on a dark background where
378
+ * the labels need to be inverted.
379
+ */
380
+ navigationLinkColor?: string;
374
381
  utilityNavActiveIndex?: number;
375
382
  callNowCtaText?: string;
376
383
  callNowCtaIcon?: Asset;