@windstream/react-shared-components 0.2.17 → 0.2.18

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.
@@ -462,7 +462,7 @@ type PrimaryHeroProps = {
462
462
  carouselImages?: string[];
463
463
  squareImage?: boolean;
464
464
  badgeImage?: string;
465
- textColor?: string;
465
+ textColor?: "light" | "dark";
466
466
  maxWidth?: boolean;
467
467
  renderCheckPlans?: (overrides?: CheckPlansProps) => React__default.ReactNode;
468
468
  onModalButtonClick?: (id?: string) => void;