@mvf/external-components 3.26.1-dev.0 → 3.27.1-dev.1

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.
Files changed (174) hide show
  1. package/@types/WithExperimentName.d.ts +1 -1
  2. package/Assets/BrandLogos/ExpertMarketLogo.d.ts +1 -1
  3. package/Assets/BrandLogos/ExpertReviewsLogo.d.ts +1 -1
  4. package/Assets/BrandLogos/GoWizardLogo.d.ts +1 -1
  5. package/Assets/BrandLogos/HearClearLogo.d.ts +1 -1
  6. package/Assets/BrandLogos/LasikEyesLogo.d.ts +1 -1
  7. package/Assets/BrandLogos/StartupsLogo.d.ts +1 -1
  8. package/Assets/BrandLogos/TechcoLogo.d.ts +1 -1
  9. package/Assets/BrandLogos/TheEcoExpertsLogo.d.ts +1 -1
  10. package/Assets/BrandLogos/WebsiteBuilderExpertLogo.d.ts +1 -1
  11. package/Assets/BrandLogos/brandLogos.d.ts +1 -1
  12. package/Assets/CustomIcons/CheckboxIcon.d.ts +1 -1
  13. package/Assets/CustomIcons/RadioIcon.d.ts +1 -1
  14. package/Assets/svgs/svgs.d.ts +1 -1
  15. package/Components/Atoms/AnimationWrapper/AnimationWrapper.d.ts +1 -1
  16. package/Components/Atoms/AnimationWrapper/AnimationWrapperStory.d.ts +1 -1
  17. package/Components/Atoms/Button/Button.d.ts +1 -1
  18. package/Components/Atoms/Button/ButtonStory.d.ts +1 -1
  19. package/Components/Atoms/CardButton/CardButton.d.ts +1 -1
  20. package/Components/Atoms/CardButton/CardButtonStory.d.ts +1 -1
  21. package/Components/Atoms/CircularProgress/CircularProgress.d.ts +1 -1
  22. package/Components/Atoms/DynamicFontSizeContainer/DynamicFontSizeContainer.d.ts +1 -1
  23. package/Components/Atoms/ErrorMessage/ErrorMessage.d.ts +1 -1
  24. package/Components/Atoms/ErrorMessage/ErrorMessageStory.d.ts +1 -1
  25. package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.d.ts +3 -3
  26. package/Components/Atoms/FormControl/FormControl.d.ts +1 -1
  27. package/Components/Atoms/FormControl/FormControlStory.d.ts +1 -1
  28. package/Components/Atoms/IconButton/IconButton.d.ts +1 -1
  29. package/Components/Atoms/IconButton/IconButtonStory.d.ts +1 -1
  30. package/Components/Atoms/InfoPanel/InfoPanel.d.ts +1 -1
  31. package/Components/Atoms/InfoPanel/InfoPanelStory.d.ts +1 -1
  32. package/Components/Atoms/Input/Input.d.ts +1 -1
  33. package/Components/Atoms/Input/InputStory.d.ts +1 -1
  34. package/Components/Atoms/InputLabel/InputLabel.d.ts +1 -1
  35. package/Components/Atoms/InputLabel/InputLabelStory.d.ts +1 -1
  36. package/Components/Atoms/InsetCheckbox/InsetCheckbox.d.ts +2 -2
  37. package/Components/Atoms/InsetCheckbox/InsetCheckboxStory.d.ts +1 -1
  38. package/Components/Atoms/Link/Link.d.ts +1 -1
  39. package/Components/Atoms/Link/LinkStory.d.ts +1 -1
  40. package/Components/Atoms/LoadingIndicator/LoadingIndicator.d.ts +1 -1
  41. package/Components/Atoms/Modal/Modal.d.ts +1 -1
  42. package/Components/Atoms/Modal/ModalStory.d.ts +1 -1
  43. package/Components/Atoms/ProgressBar/ProgressBar.d.ts +1 -1
  44. package/Components/Atoms/ProgressBar/ProgressBarStory.d.ts +1 -1
  45. package/Components/Atoms/Text/Text.d.ts +1 -1
  46. package/Components/Atoms/Text/TextStory.d.ts +1 -1
  47. package/Components/Molecules/CheckBox/CheckBox.d.ts +1 -1
  48. package/Components/Molecules/CheckBox/CheckBox.test.js +1 -1
  49. package/Components/Molecules/CheckBox/CheckBoxStory.d.ts +1 -1
  50. package/Components/Molecules/DatePicker/DatePicker.d.ts +1 -1
  51. package/Components/Molecules/DatePicker/DatePickerStory.d.ts +1 -1
  52. package/Components/Molecules/DatePicker/DatePickerTextFieldType.d.ts +1 -1
  53. package/Components/Molecules/DatePicker/__tests__/DatePicker.test.js +1 -1
  54. package/Components/Molecules/DropDownSelect/DropDownSelect.d.ts +1 -1
  55. package/Components/Molecules/DropDownSelect/DropDownSelectStory.d.ts +1 -1
  56. package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.d.ts +1 -1
  57. package/Components/Molecules/IconTileCheckBox/IconTileCheckBoxStory.d.ts +1 -1
  58. package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.d.ts +1 -1
  59. package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +1 -1
  60. package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.d.ts +1 -1
  61. package/Components/Molecules/NavBar/NavBar.d.ts +1 -1
  62. package/Components/Molecules/NavBar/NavBarStory.d.ts +1 -1
  63. package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.d.ts +1 -1
  64. package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextFieldStory.d.ts +1 -1
  65. package/Components/Molecules/RadioButton/RadioButton.d.ts +1 -1
  66. package/Components/Molecules/RadioButton/RadioButtonStory.d.ts +1 -1
  67. package/Components/Molecules/ScrollContainer/ScrollContainer.test.js +1 -1
  68. package/Components/Molecules/ScrollContainer/ScrollContainerStory.d.ts +1 -1
  69. package/Components/Molecules/ScrollContainer/ScrollContainerTypes.d.ts +2 -2
  70. package/Components/Molecules/SupplierCard/SupplierCard.d.ts +1 -1
  71. package/Components/Molecules/SupplierCard/SupplierCardStory.d.ts +1 -1
  72. package/Components/Molecules/TextField/TextField.d.ts +1 -1
  73. package/Components/Molecules/TextField/TextFieldStory.d.ts +1 -1
  74. package/Components/Molecules/ThankYouBanner/ThankYouBanner.d.ts +1 -1
  75. package/Components/Molecules/ThankYouBanner/ThankYouBannerStory.d.ts +1 -1
  76. package/Components/Organisms/ListLayout/IComponentProps.d.ts +1 -0
  77. package/Components/Organisms/ListLayout/ListLayout.d.ts +3 -3
  78. package/Components/Organisms/ListLayout/ListLayout.js +5 -3
  79. package/Components/Organisms/ListLayout/ListLayout.js.map +1 -1
  80. package/Components/Organisms/ListLayout/ListLayoutStory.d.ts +2 -1
  81. package/Components/Organisms/ListLayout/ListLayoutStory.js +2 -2
  82. package/Components/Organisms/ListLayout/ListLayoutStory.js.map +1 -1
  83. package/Components/Organisms/ListLayout/defaultProps.d.ts +4 -0
  84. package/Components/Organisms/ListLayout/defaultProps.js +7 -0
  85. package/Components/Organisms/ListLayout/defaultProps.js.map +1 -0
  86. package/Components/Organisms/RadioGroup/RadioGroup.d.ts +1 -1
  87. package/Components/Organisms/RadioGroup/RadioGroup.test.js +1 -1
  88. package/Components/Organisms/RadioGroup/RadioGroupContext.d.ts +1 -1
  89. package/Components/Organisms/RadioGroup/RadioGroupStory.d.ts +2 -1
  90. package/Components/Organisms/RadioGroup/RadioGroupStory.js +2 -2
  91. package/Components/Organisms/RadioGroup/RadioGroupStory.js.map +1 -1
  92. package/Components/Organisms/TileLayout/IconTileCheckBoxStory.d.ts +1 -1
  93. package/Components/Organisms/TileLayout/IconTileRadioButtonStory.d.ts +1 -1
  94. package/Components/Organisms/TileLayout/TileLayout.d.ts +1 -1
  95. package/Components/Organisms/__helpers__/Options.d.ts +2 -1
  96. package/Components/Organisms/__helpers__/Options.js +3 -3
  97. package/Components/Organisms/__helpers__/Options.js.map +1 -1
  98. package/Experiments/CRO-582/Atoms/ProgressBar/ProgressBar.d.ts +1 -1
  99. package/Experiments/CRO-582/Atoms/ProgressBar/ProgressBarStory.d.ts +1 -1
  100. package/Experiments/CRO-584/Atoms/CardButton/CardButton.d.ts +1 -1
  101. package/Experiments/CRO-584/Atoms/CardButton/CardButtonStory.d.ts +1 -1
  102. package/Experiments/CRO-584/Atoms/ErrorMessageProvider/ErrorMessageProvider.d.ts +3 -3
  103. package/Experiments/CRO-584/Atoms/FormControl/FormControl.d.ts +1 -1
  104. package/Experiments/CRO-584/Atoms/FormControl/FormControlStory.d.ts +1 -1
  105. package/Experiments/CRO-584/Atoms/Input/Input.d.ts +1 -1
  106. package/Experiments/CRO-584/Atoms/Input/InputStory.d.ts +1 -1
  107. package/Experiments/CRO-584/Atoms/InputLabel/InputLabel.d.ts +1 -1
  108. package/Experiments/CRO-584/Atoms/InputLabel/InputLabelStory.d.ts +1 -1
  109. package/Experiments/CRO-584/Atoms/Text/Text.d.ts +1 -1
  110. package/Experiments/CRO-584/Atoms/Text/TextStory.d.ts +1 -1
  111. package/Experiments/CRO-584/Molecules/CheckBox/CheckBox.d.ts +1 -1
  112. package/Experiments/CRO-584/Molecules/CheckBox/CheckBox.test.js +1 -1
  113. package/Experiments/CRO-584/Molecules/CheckBox/CheckBoxStory.d.ts +1 -1
  114. package/Experiments/CRO-584/Molecules/IconTileCheckBox/IconTileCheckBox.d.ts +1 -1
  115. package/Experiments/CRO-584/Molecules/IconTileCheckBox/IconTileCheckBoxStory.d.ts +1 -1
  116. package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButton.d.ts +1 -1
  117. package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +1 -1
  118. package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButtonStory.d.ts +1 -1
  119. package/Experiments/CRO-584/Molecules/RadioButton/RadioButton.d.ts +1 -1
  120. package/Experiments/CRO-584/Molecules/RadioButton/RadioButtonStory.d.ts +1 -1
  121. package/Experiments/CRO-584/Molecules/TextField/TextField.d.ts +1 -1
  122. package/Experiments/CRO-584/Molecules/TextField/TextFieldStory.d.ts +1 -1
  123. package/Experiments/CRO-584/Organisms/ListLayout/IComponentProps.d.ts +1 -0
  124. package/Experiments/CRO-584/Organisms/ListLayout/ListLayout.d.ts +3 -3
  125. package/Experiments/CRO-584/Organisms/ListLayout/ListLayout.js +5 -3
  126. package/Experiments/CRO-584/Organisms/ListLayout/ListLayout.js.map +1 -1
  127. package/Experiments/CRO-584/Organisms/ListLayout/ListLayoutStory.d.ts +1 -1
  128. package/Experiments/CRO-584/Organisms/ListLayout/defaultProps.d.ts +4 -0
  129. package/Experiments/CRO-584/Organisms/ListLayout/defaultProps.js +7 -0
  130. package/Experiments/CRO-584/Organisms/ListLayout/defaultProps.js.map +1 -0
  131. package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroup.d.ts +1 -1
  132. package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroup.test.js +1 -1
  133. package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroupContext.d.ts +1 -1
  134. package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroupStory.d.ts +1 -1
  135. package/Experiments/CRO-584/Organisms/TileLayout/IconTileCheckBoxStory.d.ts +1 -1
  136. package/Experiments/CRO-584/Organisms/TileLayout/IconTileRadioButtonStory.d.ts +1 -1
  137. package/Experiments/CRO-584/Organisms/TileLayout/TileLayout.d.ts +1 -1
  138. package/Experiments/CRO-585-a/Atoms/ProgressBar/ProgressBar.d.ts +1 -1
  139. package/Experiments/CRO-585-a/Atoms/ProgressBar/ProgressBarStory.d.ts +1 -1
  140. package/Experiments/Example/Atoms/CardButton/CardButton.d.ts +1 -1
  141. package/Experiments/Example/Atoms/CardButton/CardButtonStory.d.ts +1 -1
  142. package/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.d.ts +3 -3
  143. package/Experiments/Example/Atoms/FormControl/FormControl.d.ts +1 -1
  144. package/Experiments/Example/Atoms/FormControl/FormControlStory.d.ts +1 -1
  145. package/Experiments/Example/Atoms/Input/Input.d.ts +1 -1
  146. package/Experiments/Example/Atoms/Input/InputStory.d.ts +1 -1
  147. package/Experiments/Example/Atoms/InputLabel/InputLabel.d.ts +1 -1
  148. package/Experiments/Example/Atoms/InputLabel/InputLabelStory.d.ts +1 -1
  149. package/Experiments/Example/Atoms/Text/Text.d.ts +1 -1
  150. package/Experiments/Example/Atoms/Text/TextStory.d.ts +1 -1
  151. package/Experiments/Example/Molecules/CheckBox/CheckBox.d.ts +1 -1
  152. package/Experiments/Example/Molecules/CheckBox/CheckBox.test.js +1 -1
  153. package/Experiments/Example/Molecules/CheckBox/CheckBoxStory.d.ts +1 -1
  154. package/Experiments/Example/Molecules/TextField/TextField.d.ts +1 -1
  155. package/Experiments/Example/Molecules/TextField/TextFieldStory.d.ts +1 -1
  156. package/Experiments/GOLD-1420/Atoms/Button/Button.d.ts +1 -1
  157. package/Experiments/GOLD-1420/Atoms/Button/ButtonStory.d.ts +1 -1
  158. package/Experiments/GOLD-1420/Atoms/CircularProgress/CircularProgress.d.ts +1 -1
  159. package/Experiments/GOLD-1420/Atoms/DynamicFontSizeContainer/DynamicFontSizeContainer.d.ts +1 -1
  160. package/Experiments/GOLD-1420/Atoms/IconButton/IconButton.d.ts +1 -1
  161. package/Experiments/GOLD-1420/Atoms/IconButton/IconButtonStory.d.ts +1 -1
  162. package/Experiments/GOLD-1420/Atoms/InsetCheckbox/InsetCheckbox.d.ts +2 -2
  163. package/Experiments/GOLD-1420/Atoms/InsetCheckbox/InsetCheckboxStory.d.ts +1 -1
  164. package/Experiments/GOLD-1420/Molecules/NavBar/NavBar.d.ts +1 -1
  165. package/Experiments/GOLD-1420/Molecules/NavBar/NavBarStory.d.ts +1 -1
  166. package/Helpers/React/FunctionComponentWithDefaultProps.d.ts +1 -1
  167. package/Helpers/React/css.d.ts +1 -1
  168. package/Helpers/icons.d.ts +1 -1
  169. package/Helpers/useThrottle.d.ts +1 -1
  170. package/Interfaces/Organisms/ListLayout/ListLayout.js +2 -0
  171. package/Interfaces/Organisms/ListLayout/ListLayout.js.map +1 -1
  172. package/Themes/StoryThemeWrapper.d.ts +1 -1
  173. package/Themes/themes.d.ts +2 -2
  174. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- type WithExperimentName<T> = T & {
1
+ declare type WithExperimentName<T> = T & {
2
2
  experimentName: string;
3
3
  };
4
4
  export default WithExperimentName;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type ExpertMarketLogoType = FunctionComponent;
2
+ declare type ExpertMarketLogoType = FunctionComponent;
3
3
  declare const ExpertMarketLogo: ExpertMarketLogoType;
4
4
  export default ExpertMarketLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type ExpertReviewsLogoType = FunctionComponent;
2
+ declare type ExpertReviewsLogoType = FunctionComponent;
3
3
  declare const ExpertReviewsLogo: ExpertReviewsLogoType;
4
4
  export default ExpertReviewsLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type GoWizardLogoType = FunctionComponent;
2
+ declare type GoWizardLogoType = FunctionComponent;
3
3
  declare const GoWizardLogo: GoWizardLogoType;
4
4
  export default GoWizardLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type HearClearLogoType = FunctionComponent;
2
+ declare type HearClearLogoType = FunctionComponent;
3
3
  declare const HearClearLogo: HearClearLogoType;
4
4
  export default HearClearLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type LasikEyesLogoType = FunctionComponent;
2
+ declare type LasikEyesLogoType = FunctionComponent;
3
3
  declare const LasikEyesLogo: LasikEyesLogoType;
4
4
  export default LasikEyesLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type StartUpsLogoType = FunctionComponent;
2
+ declare type StartUpsLogoType = FunctionComponent;
3
3
  declare const StartUpsLogo: StartUpsLogoType;
4
4
  export default StartUpsLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type TechCoLogoType = FunctionComponent;
2
+ declare type TechCoLogoType = FunctionComponent;
3
3
  declare const TechCoLogo: TechCoLogoType;
4
4
  export default TechCoLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type TheEcoExpertsLogoType = FunctionComponent;
2
+ declare type TheEcoExpertsLogoType = FunctionComponent;
3
3
  declare const TheEcoExpertsLogo: TheEcoExpertsLogoType;
4
4
  export default TheEcoExpertsLogo;
@@ -1,4 +1,4 @@
1
1
  import { FunctionComponent } from 'react';
2
- type WebsiteBuilderExpertLogoType = FunctionComponent;
2
+ declare type WebsiteBuilderExpertLogoType = FunctionComponent;
3
3
  declare const WebsiteBuilderExpertLogo: WebsiteBuilderExpertLogoType;
4
4
  export default WebsiteBuilderExpertLogo;
@@ -11,5 +11,5 @@ declare const brandLogos: {
11
11
  lasikEyes: import("react").FunctionComponent<{}>;
12
12
  none: null;
13
13
  };
14
- export type IBrandLogos = typeof brandLogos;
14
+ export declare type IBrandLogos = typeof brandLogos;
15
15
  export default brandLogos;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- type CheckboxType = React.FunctionComponent<{
2
+ declare type CheckboxType = React.FunctionComponent<{
3
3
  isChecked: boolean;
4
4
  }>;
5
5
  declare const CheckboxIcon: CheckboxType;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- type RadioType = React.FunctionComponent<{
2
+ declare type RadioType = React.FunctionComponent<{
3
3
  isChecked: boolean;
4
4
  }>;
5
5
  declare const RadioIcon: RadioType;
@@ -7,5 +7,5 @@ declare const svgs: {
7
7
  truck: string;
8
8
  ringcentral: string;
9
9
  };
10
- export type ISvgs = typeof svgs;
10
+ export declare type ISvgs = typeof svgs;
11
11
  export default svgs;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import IAnimationWrapperProps from './IAnimationWrapperProps';
3
3
  import WithExperimentName from '../../../@types/WithExperimentName';
4
- export type AnimationWrapperType = React.FC<WithExperimentName<IAnimationWrapperProps>>;
4
+ export declare type AnimationWrapperType = React.FC<WithExperimentName<IAnimationWrapperProps>>;
5
5
  declare const AnimationWrapper: AnimationWrapperType;
6
6
  export default AnimationWrapper;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type AnimationWrapperStoryType = React.FunctionComponent<{
2
+ declare type AnimationWrapperStoryType = React.FunctionComponent<{
3
3
  effect: 'fadeIn' | 'fadeInUp' | 'fadeInDown' | 'fadeInLeft' | 'fadeInRight';
4
4
  delay: number;
5
5
  animationTime: number;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import IButtonProps from './IButtonProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type ButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IButtonProps>, typeof defaultProps>;
5
+ export declare type ButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IButtonProps>, typeof defaultProps>;
6
6
  declare const Button: ButtonType;
7
7
  export default Button;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type ButtonStoryType = React.FunctionComponent<{
2
+ declare type ButtonStoryType = React.FunctionComponent<{
3
3
  disabled: boolean;
4
4
  label: string;
5
5
  loading: boolean;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import ICardButtonProps from './ICardButtonProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type CardButtonType = FunctionComponentWithDefaultProps<WithExperimentName<ICardButtonProps>, typeof defaultProps>;
5
+ export declare type CardButtonType = FunctionComponentWithDefaultProps<WithExperimentName<ICardButtonProps>, typeof defaultProps>;
6
6
  declare const CardButton: CardButtonType;
7
7
  export default CardButton;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type CardButtonStoryType = React.FunctionComponent<{
2
+ declare type CardButtonStoryType = React.FunctionComponent<{
3
3
  error: boolean;
4
4
  disabled: boolean;
5
5
  }>;
@@ -1,6 +1,6 @@
1
1
  /** @jsxImportSource @emotion/react */
2
2
  import { FunctionComponent } from 'react';
3
3
  import WithExperimentName from '../../../@types/WithExperimentName';
4
- export type CircularProgressType = FunctionComponent<WithExperimentName<object>>;
4
+ export declare type CircularProgressType = FunctionComponent<WithExperimentName<object>>;
5
5
  declare const CircularProgress: CircularProgressType;
6
6
  export default CircularProgress;
@@ -4,6 +4,6 @@ interface DynamicFontSizeContainerProps {
4
4
  text: string;
5
5
  possibleFontSizes: number[];
6
6
  }
7
- export type DynamicFontSizeContainerType = React.FC<WithExperimentName<DynamicFontSizeContainerProps>>;
7
+ export declare type DynamicFontSizeContainerType = React.FC<WithExperimentName<DynamicFontSizeContainerProps>>;
8
8
  declare const DynamicFontSizeContainer: DynamicFontSizeContainerType;
9
9
  export default DynamicFontSizeContainer;
@@ -1,6 +1,6 @@
1
1
  /** @jsxImportSource @emotion/react */
2
2
  import { FunctionComponent } from 'react';
3
3
  import WithExperimentName from '../../../@types/WithExperimentName';
4
- export type ErrorMessageType = FunctionComponent<WithExperimentName<object>>;
4
+ export declare type ErrorMessageType = FunctionComponent<WithExperimentName<object>>;
5
5
  declare const ErrorMessage: ErrorMessageType;
6
6
  export default ErrorMessage;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type ErrorMessageStoryType = React.FunctionComponent<{
2
+ declare type ErrorMessageStoryType = React.FunctionComponent<{
3
3
  error: boolean;
4
4
  errorMessage: string;
5
5
  }>;
@@ -1,14 +1,14 @@
1
1
  import WithExperimentName from '../../../@types/WithExperimentName';
2
2
  import * as React from 'react';
3
- type ErrorMessageProviderProps = {
3
+ declare type ErrorMessageProviderProps = {
4
4
  errorMessage: string | undefined;
5
5
  };
6
- export type ErrorMessageProviderType = React.FunctionComponent<WithExperimentName<{
6
+ export declare type ErrorMessageProviderType = React.FunctionComponent<WithExperimentName<{
7
7
  children: React.ReactNode;
8
8
  errorMessage?: string;
9
9
  }>>;
10
10
  declare const ErrorMessageProvider: ErrorMessageProviderType;
11
- type UseErrorMessageProps = {
11
+ declare type UseErrorMessageProps = {
12
12
  isErrorMessageProviderRequired: boolean;
13
13
  };
14
14
  export declare const useErrorMessage: (props?: UseErrorMessageProps) => ErrorMessageProviderProps;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import IFormControlProps from './IFormControlProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type FormControlType = FunctionComponentWithDefaultProps<WithExperimentName<IFormControlProps>, typeof defaultProps>;
5
+ export declare type FormControlType = FunctionComponentWithDefaultProps<WithExperimentName<IFormControlProps>, typeof defaultProps>;
6
6
  declare const FormControl: FormControlType;
7
7
  export default FormControl;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StoryType = React.FunctionComponent<{
2
+ declare type StoryType = React.FunctionComponent<{
3
3
  error: boolean;
4
4
  parentContainerWidth: number;
5
5
  }>;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import IComponentProps from './IComponentProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type IconButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type IconButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const IconButton: IconButtonType;
7
7
  export default IconButton;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IIcons } from '../../../Helpers/icons';
3
- type ButtonStartIconStoryType = React.FunctionComponent<{
3
+ declare type ButtonStartIconStoryType = React.FunctionComponent<{
4
4
  disabled: boolean;
5
5
  iconType: keyof IIcons;
6
6
  children: React.ReactNode;
@@ -3,6 +3,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
3
3
  import defaultProps from './defaultProps';
4
4
  import IInfoPanelProps from './IInfoPanelProps';
5
5
  import WithExperimentName from '../../../@types/WithExperimentName';
6
- export type InfoPanelType = FunctionComponentWithDefaultProps<WithExperimentName<IInfoPanelProps>, typeof defaultProps>;
6
+ export declare type InfoPanelType = FunctionComponentWithDefaultProps<WithExperimentName<IInfoPanelProps>, typeof defaultProps>;
7
7
  declare const InfoPanel: InfoPanelType;
8
8
  export default InfoPanel;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ISvgs } from '../../../Assets/svgs/svgs';
3
- type InfoPanelType = React.FunctionComponent<{
3
+ declare type InfoPanelType = React.FunctionComponent<{
4
4
  title?: string;
5
5
  iconType?: keyof ISvgs;
6
6
  content: React.ReactNode;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import IInputProps from './IInputProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type InputType = FunctionComponentWithDefaultProps<WithExperimentName<IInputProps>, typeof defaultProps>;
5
+ export declare type InputType = FunctionComponentWithDefaultProps<WithExperimentName<IInputProps>, typeof defaultProps>;
6
6
  declare const Input: InputType;
7
7
  export default Input;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StoryType = React.FunctionComponent<{
2
+ declare type StoryType = React.FunctionComponent<{
3
3
  disabled: boolean;
4
4
  error: boolean;
5
5
  iconType: 'none' | 'person' | 'zipcode' | 'phone' | 'email' | 'company' | 'state' | 'city';
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import IInputLabelProps from './IInputLabelProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type InputLabelType = FunctionComponentWithDefaultProps<WithExperimentName<IInputLabelProps>, typeof defaultProps>;
5
+ export declare type InputLabelType = FunctionComponentWithDefaultProps<WithExperimentName<IInputLabelProps>, typeof defaultProps>;
6
6
  declare const InputLabel: InputLabelType;
7
7
  export default InputLabel;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- type StoryType = React.FunctionComponent;
2
+ declare type StoryType = React.FunctionComponent;
3
3
  declare const FormControlStory: StoryType;
4
4
  export default FormControlStory;
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import { SerializedStyles } from '@emotion/react';
3
3
  import WithExperimentName from '../../../@types/WithExperimentName';
4
- type InsetCheckboxProps = {
4
+ declare type InsetCheckboxProps = {
5
5
  checked: boolean;
6
6
  dataTestId?: string;
7
7
  customCss?: SerializedStyles;
8
8
  };
9
- export type InsetCheckboxType = React.FunctionComponent<WithExperimentName<InsetCheckboxProps>>;
9
+ export declare type InsetCheckboxType = React.FunctionComponent<WithExperimentName<InsetCheckboxProps>>;
10
10
  declare const InsetCheckbox: InsetCheckboxType;
11
11
  export default InsetCheckbox;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type InsetCheckboxStoryType = React.FunctionComponent<{
2
+ declare type InsetCheckboxStoryType = React.FunctionComponent<{
3
3
  checked: boolean;
4
4
  }>;
5
5
  declare const InsetCheckboxStory: InsetCheckboxStoryType;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import ILinkProps from './ILinkProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type LinkType = FunctionComponentWithDefaultProps<WithExperimentName<ILinkProps>, typeof defaultProps>;
5
+ export declare type LinkType = FunctionComponentWithDefaultProps<WithExperimentName<ILinkProps>, typeof defaultProps>;
6
6
  declare const Link: LinkType;
7
7
  export default Link;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type LinkType = React.FunctionComponent<{
2
+ declare type LinkType = React.FunctionComponent<{
3
3
  children: string;
4
4
  variant: 'button' | 'text';
5
5
  }>;
@@ -2,6 +2,6 @@
2
2
  import { FunctionComponent } from 'react';
3
3
  import IComponentProps from './IComponentProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type LoadingIndicatorType = FunctionComponent<WithExperimentName<IComponentProps>>;
5
+ export declare type LoadingIndicatorType = FunctionComponent<WithExperimentName<IComponentProps>>;
6
6
  declare const LoadingIndicator: LoadingIndicatorType;
7
7
  export default LoadingIndicator;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import IModalProps from './IModalProps';
3
3
  import WithExperimentName from '../../../@types/WithExperimentName';
4
- export type ModalType = React.FunctionComponent<WithExperimentName<IModalProps>>;
4
+ export declare type ModalType = React.FunctionComponent<WithExperimentName<IModalProps>>;
5
5
  declare const Modal: ModalType;
6
6
  export default Modal;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- type ModalStoryType = React.FunctionComponent<{
2
+ declare type ModalStoryType = React.FunctionComponent<{
3
3
  linkVariant: 'text' | 'button';
4
4
  children: React.ReactNode;
5
5
  }>;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import defaultProps from './defaultProps';
3
3
  import IComponentProps from './IComponentProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type ProgressBarType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type ProgressBarType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const ProgressBar: ProgressBarType;
7
7
  export default ProgressBar;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- type ProgressBarStoryType = React.FunctionComponent<{
2
+ declare type ProgressBarStoryType = React.FunctionComponent<{
3
3
  progress: number;
4
4
  text: string;
5
5
  }>;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import ITextProps from './ITextProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type TextType = FunctionComponentWithDefaultProps<WithExperimentName<ITextProps>, typeof defaultProps>;
5
+ export declare type TextType = FunctionComponentWithDefaultProps<WithExperimentName<ITextProps>, typeof defaultProps>;
6
6
  declare const Text: TextType;
7
7
  export default Text;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type TextStoryType = React.FunctionComponent<{
2
+ declare type TextStoryType = React.FunctionComponent<{
3
3
  text: string;
4
4
  variant: 'header' | 'note' | 'summary' | 'question' | 'text' | 'footer' | 'listItem' | 'tileItem' | 'contentWithList';
5
5
  align: 'center' | 'inherit' | 'justify' | 'left' | 'right';
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import ICheckboxProps from './ICheckboxProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type CheckBoxType = FunctionComponentWithDefaultProps<WithExperimentName<ICheckboxProps>, typeof defaultProps>;
5
+ export declare type CheckBoxType = FunctionComponentWithDefaultProps<WithExperimentName<ICheckboxProps>, typeof defaultProps>;
6
6
  declare const CheckBox: CheckBoxType;
7
7
  export default CheckBox;
@@ -25,7 +25,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
25
25
  function verb(n) { return function (v) { return step([n, v]); }; }
26
26
  function step(op) {
27
27
  if (f) throw new TypeError("Generator is already executing.");
28
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ while (_) try {
29
29
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
30
  if (y = 0, t) op = [op[0] & 2, t.value];
31
31
  switch (op[0]) {
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ISvgs } from '../../../Assets/svgs/svgs';
3
- type CheckBoxStoryType = React.FunctionComponent<{
3
+ declare type CheckBoxStoryType = React.FunctionComponent<{
4
4
  error: boolean;
5
5
  showText: boolean;
6
6
  iconType: keyof ISvgs | 'none';
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import IDatePickerProps from './IDatePickerProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type DatePickerType = FunctionComponentWithDefaultProps<WithExperimentName<IDatePickerProps>, typeof defaultProps>;
5
+ export declare type DatePickerType = FunctionComponentWithDefaultProps<WithExperimentName<IDatePickerProps>, typeof defaultProps>;
6
6
  declare const DatePicker: DatePickerType;
7
7
  export default DatePicker;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type DatePickerStoryType = React.FunctionComponent<{
2
+ declare type DatePickerStoryType = React.FunctionComponent<{
3
3
  disableFuture: boolean;
4
4
  disablePast: boolean;
5
5
  errorMessage: string;
@@ -5,5 +5,5 @@ import { TextField } from '@mui/material';
5
5
  * I'm disabling eslint so the type definition can be exactly the same as the one in the material ui x-date-pickers package.
6
6
  * The type defined in MUI is wrong as readOnly is allowed, so I'm using "as" to override the type in DatePicker.tsx
7
7
  */
8
- type DatePickerTextFieldType = SlotComponentProps<typeof TextField, {}, Record<string, any>>;
8
+ declare type DatePickerTextFieldType = SlotComponentProps<typeof TextField, {}, Record<string, any>>;
9
9
  export default DatePickerTextFieldType;
@@ -25,7 +25,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
25
25
  function verb(n) { return function (v) { return step([n, v]); }; }
26
26
  function step(op) {
27
27
  if (f) throw new TypeError("Generator is already executing.");
28
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ while (_) try {
29
29
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
30
  if (y = 0, t) op = [op[0] & 2, t.value];
31
31
  switch (op[0]) {
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import IComponentProps from './IComponentProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type DropDownSelectType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type DropDownSelectType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const DropDownSelect: DropDownSelectType;
7
7
  export default DropDownSelect;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type StoryType = React.FunctionComponent<{
2
+ declare type StoryType = React.FunctionComponent<{
3
3
  disabled: boolean;
4
4
  errorMessage: string;
5
5
  iconType?: 'none' | 'person' | 'zipcode' | 'phone' | 'email' | 'company' | 'state' | 'city';
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import IComponentProps from './IComponentProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type IconTileCheckBoxType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type IconTileCheckBoxType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const IconTileCheckBox: IconTileCheckBoxType;
7
7
  export default IconTileCheckBox;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ISvgs } from '../../../Assets/svgs/svgs';
3
- type IconTileCheckBoxStoryType = React.FunctionComponent<{
3
+ declare type IconTileCheckBoxStoryType = React.FunctionComponent<{
4
4
  error: boolean;
5
5
  iconType: keyof ISvgs;
6
6
  isOtherOption: boolean;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import IComponentProps from './IComponentProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type IconTileRadioButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type IconTileRadioButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const IconTileRadioButton: IconTileRadioButtonType;
7
7
  export default IconTileRadioButton;
@@ -48,7 +48,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
48
48
  function verb(n) { return function (v) { return step([n, v]); }; }
49
49
  function step(op) {
50
50
  if (f) throw new TypeError("Generator is already executing.");
51
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
51
+ while (_) try {
52
52
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
53
53
  if (y = 0, t) op = [op[0] & 2, t.value];
54
54
  switch (op[0]) {
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ISvgs } from '../../../Assets/svgs/svgs';
3
- type IconTileRadioButtonStoryType = React.FunctionComponent<{
3
+ declare type IconTileRadioButtonStoryType = React.FunctionComponent<{
4
4
  error: boolean;
5
5
  iconType: keyof ISvgs;
6
6
  isOtherOption: boolean;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import defaultProps from './defaultProps';
3
3
  import IComponentProps from './IComponentProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type NavBarType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type NavBarType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const NavBar: NavBarType;
7
7
  export default NavBar;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- type NavBarStoryType = React.FunctionComponent<{
2
+ declare type NavBarStoryType = React.FunctionComponent<{
3
3
  disabled: boolean;
4
4
  buttonDisabled: boolean;
5
5
  buttonLabel: string;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
2
2
  import IPhoneNumberTextFieldProps from './IPhoneNumberTextFieldProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type PhoneNumberTextFieldType = FunctionComponentWithDefaultProps<WithExperimentName<IPhoneNumberTextFieldProps>, typeof defaultProps>;
5
+ export declare type PhoneNumberTextFieldType = FunctionComponentWithDefaultProps<WithExperimentName<IPhoneNumberTextFieldProps>, typeof defaultProps>;
6
6
  declare const PhoneNumberTextField: PhoneNumberTextFieldType;
7
7
  export default PhoneNumberTextField;
@@ -1,6 +1,6 @@
1
1
  import 'intl-tel-input/build/css/intlTelInput.css';
2
2
  import * as React from 'react';
3
- type StoryType = React.FunctionComponent<{
3
+ declare type StoryType = React.FunctionComponent<{
4
4
  disabled: boolean;
5
5
  errorMessage: string;
6
6
  isAnswered: boolean;
@@ -2,6 +2,6 @@ import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/Functi
2
2
  import IComponentProps from './IRadioButtonProps';
3
3
  import defaultProps from './defaultProps';
4
4
  import WithExperimentName from '../../../@types/WithExperimentName';
5
- export type RadioButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
5
+ export declare type RadioButtonType = FunctionComponentWithDefaultProps<WithExperimentName<IComponentProps>, typeof defaultProps>;
6
6
  declare const RadioButton: RadioButtonType;
7
7
  export default RadioButton;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { ISvgs } from '../../../Assets/svgs/svgs';
3
- type RadioButtonStoryType = React.FunctionComponent<{
3
+ declare type RadioButtonStoryType = React.FunctionComponent<{
4
4
  error: boolean;
5
5
  iconType: keyof ISvgs | 'none';
6
6
  otherInputError: boolean;
@@ -25,7 +25,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
25
25
  function verb(n) { return function (v) { return step([n, v]); }; }
26
26
  function step(op) {
27
27
  if (f) throw new TypeError("Generator is already executing.");
28
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
28
+ while (_) try {
29
29
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
30
  if (y = 0, t) op = [op[0] & 2, t.value];
31
31
  switch (op[0]) {