@windstream/react-shared-components 0.2.21 → 0.2.22

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.
@@ -366,6 +366,7 @@ type ImagePromoBarProps = {
366
366
  videoLink: VideoLinkProps;
367
367
  maxWidth?: boolean;
368
368
  color: "light" | "dark";
369
+ enableAnimation?: boolean;
369
370
  onModalButtonClick?: (id?: string) => void;
370
371
  onClick?: (event: React__default.MouseEvent, source: "primary" | "secondary") => void;
371
372
  renderCheckPlans?: (overrides?: CheckPlansProps) => React__default.ReactNode;