@windstream/react-shared-components 0.2.42 → 0.2.44

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.
@@ -358,7 +358,7 @@ type ImagePromoBarProps = {
358
358
  cta: any;
359
359
  secondaryCta: any;
360
360
  ctaDisclaimer: React__default.ReactNode;
361
- videoLink: VideoLinkProps;
361
+ videoLink?: VideoLinkProps;
362
362
  maxWidth?: boolean;
363
363
  color: "light" | "dark";
364
364
  enableAnimation?: boolean;