@windstream/react-shared-components 0.2.16 → 0.2.17

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.
@@ -796,7 +796,12 @@ interface EmailInputBlockProps {
796
796
  successFeedback?: string;
797
797
  ctaText?: string;
798
798
  caption?: React__default.ReactNode;
799
- backgroundColor?: "green" | "white" | "yellow" | "blue" | "navy";
799
+ backgroundColor?: "green" | "white" | "yellow" | "blue" | "navy" | "gray90";
800
+ themeColor?: "blue" | "green" | "orange" | "purple";
801
+ showPinWheel?: boolean;
802
+ padding?: "none" | "large";
803
+ validationErrorMessage?: string;
804
+ requiredErrorMessage?: string;
800
805
  onSubmit: (values: EmailInputFormValues) => void;
801
806
  }
802
807
  interface EmailInputFormValues {