@mvf/external-components 3.11.3 → 3.11.4
Sign up to get free protection for your applications and to get access to all the features.
- package/Assets/BrandLogos/ExpertMarketLogo.d.ts +1 -1
- package/Assets/BrandLogos/ExpertReviewsLogo.d.ts +1 -1
- package/Assets/BrandLogos/GoWizardLogo.d.ts +1 -1
- package/Assets/BrandLogos/HearClearLogo.d.ts +1 -1
- package/Assets/BrandLogos/LasikEyesLogo.d.ts +1 -1
- package/Assets/BrandLogos/StartupsLogo.d.ts +1 -1
- package/Assets/BrandLogos/TechcoLogo.d.ts +1 -1
- package/Assets/BrandLogos/TheEcoExpertsLogo.d.ts +1 -1
- package/Assets/BrandLogos/WebsiteBuilderExpertLogo.d.ts +1 -1
- package/Assets/BrandLogos/brandLogos.d.ts +1 -1
- package/Assets/CustomIcons/CheckboxIcon.d.ts +1 -1
- package/Assets/CustomIcons/RadioIcon.d.ts +1 -1
- package/Assets/svgs/svgs.d.ts +1 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapperStory.d.ts +1 -1
- package/Components/Atoms/AnimationWrapper/makeAnimationWrapperStyling.d.ts +1 -1
- package/Components/Atoms/Button/Button.d.ts +1 -1
- package/Components/Atoms/Button/ButtonStory.d.ts +1 -1
- package/Components/Atoms/Button/makeButtonStyling.d.ts +1 -1
- package/Components/Atoms/CardButton/CardButton.d.ts +1 -1
- package/Components/Atoms/CardButton/CardButtonStory.d.ts +1 -1
- package/Components/Atoms/CardButton/makeCardButtonStyling.d.ts +2 -2
- package/Components/Atoms/CircularProgress/makeCircularProgressStyling.d.ts +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessageStory.d.ts +1 -1
- package/Components/Atoms/ErrorMessage/makeErrorMessageStyles.d.ts +1 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.d.ts +3 -3
- package/Components/Atoms/FormControl/FormControl.d.ts +1 -1
- package/Components/Atoms/FormControl/FormControlStory.d.ts +1 -1
- package/Components/Atoms/FormControl/makeFormControlStyles.d.ts +1 -1
- package/Components/Atoms/IconButton/IconButton.d.ts +1 -1
- package/Components/Atoms/IconButton/IconButtonStory.d.ts +1 -1
- package/Components/Atoms/IconButton/makeIconButtonStyling.d.ts +1 -1
- package/Components/Atoms/InfoPanel/InfoPanel.d.ts +1 -1
- package/Components/Atoms/InfoPanel/InfoPanelStory.d.ts +1 -1
- package/Components/Atoms/InfoPanel/makeInfoPanelStyling.d.ts +5 -5
- package/Components/Atoms/Input/Input.d.ts +1 -1
- package/Components/Atoms/Input/InputStory.d.ts +1 -1
- package/Components/Atoms/Input/makeInputStyles.d.ts +4 -4
- package/Components/Atoms/InputLabel/InputLabel.d.ts +1 -1
- package/Components/Atoms/InputLabel/InputLabelStory.d.ts +1 -1
- package/Components/Atoms/InputLabel/makeInputLabelStyles.d.ts +1 -1
- package/Components/Atoms/InsetCheckbox/InsetCheckbox.d.ts +2 -2
- package/Components/Atoms/InsetCheckbox/InsetCheckboxStory.d.ts +1 -1
- package/Components/Atoms/Link/Link.d.ts +1 -1
- package/Components/Atoms/Link/LinkStory.d.ts +1 -1
- package/Components/Atoms/Link/makeLinkStyling.d.ts +1 -1
- package/Components/Atoms/LoadingIndicator/LoadingIndicator.d.ts +1 -1
- package/Components/Atoms/LoadingIndicator/makeLinearProgressStyling.d.ts +1 -1
- package/Components/Atoms/Modal/Modal.d.ts +1 -1
- package/Components/Atoms/Modal/ModalStory.d.ts +1 -1
- package/Components/Atoms/Modal/makeModalStylings.d.ts +3 -3
- package/Components/Atoms/ProgressBar/ProgressBar.d.ts +1 -1
- package/Components/Atoms/ProgressBar/ProgressBarStory.d.ts +1 -1
- package/Components/Atoms/ProgressBar/makeProgressBarStyling.d.ts +3 -3
- package/Components/Atoms/Text/Text.d.ts +1 -1
- package/Components/Atoms/Text/TextStory.d.ts +1 -1
- package/Components/Atoms/Text/makeTextStyling.d.ts +1 -1
- package/Components/Molecules/CheckBox/CheckBox.d.ts +1 -1
- package/Components/Molecules/CheckBox/CheckBox.test.js +1 -1
- package/Components/Molecules/CheckBox/CheckBoxStory.d.ts +1 -1
- package/Components/Molecules/CheckBox/makeCheckBoxStyling.d.ts +10 -10
- package/Components/Molecules/DatePicker/DatePicker.d.ts +1 -1
- package/Components/Molecules/DatePicker/DatePickerStory.d.ts +1 -1
- package/Components/Molecules/DatePicker/DatePickerTextFieldType.d.ts +1 -1
- package/Components/Molecules/DatePicker/__tests__/DatePicker.test.js +1 -1
- package/Components/Molecules/DatePicker/makeDatePickerStyling.d.ts +3 -3
- package/Components/Molecules/DropDownSelect/DropDownSelect.d.ts +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.d.ts +1 -1
- package/Components/Molecules/DropDownSelect/makeDropDownSelectStyling.d.ts +3 -3
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.d.ts +1 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBoxStory.d.ts +1 -1
- package/Components/Molecules/IconTileCheckBox/makeIconTileCheckBoxStyling.d.ts +5 -5
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.d.ts +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.d.ts +1 -1
- package/Components/Molecules/IconTileRadioButton/makeIconTileRadioButtonStyling.d.ts +4 -4
- package/Components/Molecules/NavBar/NavBar.d.ts +1 -1
- package/Components/Molecules/NavBar/NavBarStory.d.ts +1 -1
- package/Components/Molecules/NavBar/makeNavBarStyles.d.ts +4 -4
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.d.ts +1 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextFieldStory.d.ts +1 -1
- package/Components/Molecules/PhoneNumberTextField/makeFormControlPhoneNumberStyling.d.ts +1 -1
- package/Components/Molecules/RadioButton/RadioButton.d.ts +1 -1
- package/Components/Molecules/RadioButton/RadioButtonStory.d.ts +1 -1
- package/Components/Molecules/RadioButton/makeRadioButtonStyling.d.ts +7 -7
- package/Components/Molecules/ScrollContainer/ScrollContainer.test.js +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerStory.d.ts +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerTypes.d.ts +2 -2
- package/Components/Molecules/ScrollContainer/makeScrollContainerStyling.d.ts +3 -3
- package/Components/Molecules/SupplierCard/ISupplierCardProps.d.ts +1 -1
- package/Components/Molecules/SupplierCard/SupplierCard.d.ts +1 -1
- package/Components/Molecules/SupplierCard/SupplierCard.js +3 -2
- package/Components/Molecules/SupplierCard/SupplierCard.js.map +1 -1
- package/Components/Molecules/SupplierCard/SupplierCardStory.d.ts +2 -1
- package/Components/Molecules/SupplierCard/SupplierCardStory.js +2 -2
- package/Components/Molecules/SupplierCard/SupplierCardStory.js.map +1 -1
- package/Components/Molecules/SupplierCard/defaultProps.d.ts +0 -1
- package/Components/Molecules/SupplierCard/defaultProps.js +0 -1
- package/Components/Molecules/SupplierCard/defaultProps.js.map +1 -1
- package/Components/Molecules/SupplierCard/makeSupplierCardStyling.d.ts +20 -13
- package/Components/Molecules/SupplierCard/makeSupplierCardStyling.js +46 -30
- package/Components/Molecules/SupplierCard/makeSupplierCardStyling.js.map +1 -1
- package/Components/Molecules/TextField/TextField.d.ts +1 -1
- package/Components/Molecules/TextField/TextFieldStory.d.ts +1 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.d.ts +1 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBannerStory.d.ts +1 -1
- package/Components/Molecules/ThankYouBanner/makeThankYouBannerStyling.d.ts +2 -2
- package/Components/Organisms/ListLayout/ListLayout.d.ts +1 -1
- package/Components/Organisms/ListLayout/ListLayoutStory.d.ts +1 -1
- package/Components/Organisms/ListLayout/makeListLayoutStyling.d.ts +2 -2
- package/Components/Organisms/RadioGroup/RadioGroup.d.ts +1 -1
- package/Components/Organisms/RadioGroup/RadioGroup.test.js +1 -1
- package/Components/Organisms/RadioGroup/RadioGroupContext.d.ts +1 -1
- package/Components/Organisms/RadioGroup/RadioGroupStory.d.ts +1 -1
- package/Components/Organisms/TileLayout/IconTileCheckBoxStory.d.ts +1 -1
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.d.ts +1 -1
- package/Components/Organisms/TileLayout/TileLayout.d.ts +1 -1
- package/Components/Organisms/TileLayout/makeTileLayoutStyling.d.ts +3 -3
- package/Helpers/React/FunctionComponentWithDefaultProps.d.ts +1 -1
- package/Helpers/React/css.d.ts +1 -1
- package/Helpers/icons.d.ts +1 -1
- package/Helpers/useThrottle.d.ts +1 -1
- package/Themes/StoryThemeWrapper.d.ts +1 -1
- package/Themes/themes.d.ts +2 -2
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"makeSupplierCardStyling.js","sourceRoot":"","sources":["../../../../src/Components/Molecules/SupplierCard/makeSupplierCardStyling.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"makeSupplierCardStyling.js","sourceRoot":"","sources":["../../../../src/Components/Molecules/SupplierCard/makeSupplierCardStyling.ts"],"names":[],"mappings":"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"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { FunctionComponentWithDefaultProps } from '../../../Helpers/React';
|
2
2
|
import ITextFieldProps from './ITextFieldProps';
|
3
3
|
import defaultProps from './defaultProps';
|
4
|
-
|
4
|
+
type TextFieldType = FunctionComponentWithDefaultProps<ITextFieldProps, typeof defaultProps>;
|
5
5
|
declare const TextField: TextFieldType;
|
6
6
|
export default TextField;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
|
2
|
+
type StoryType = React.FunctionComponent<{
|
3
3
|
disabled: boolean;
|
4
4
|
errorMessage: string;
|
5
5
|
iconType: 'none' | 'person' | 'zipcode' | 'phone' | 'email' | 'company' | 'state' | 'locationService';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
/** @jsxImportSource @emotion/react */
|
3
3
|
import IThankYouBannerProps from './IThankYouBannerProps';
|
4
|
-
|
4
|
+
type ThankYouBannerType = React.FunctionComponent<IThankYouBannerProps>;
|
5
5
|
declare const ThankYouBanner: ThankYouBannerType;
|
6
6
|
export default ThankYouBanner;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import { IBrandLogos } from '../../../Assets/BrandLogos/brandLogos';
|
3
|
-
|
3
|
+
type ThankYouBannerStoryType = React.FunctionComponent<{
|
4
4
|
brandType: keyof IBrandLogos;
|
5
5
|
submissionId: string;
|
6
6
|
}>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const makeThankYouBannerStyling: () => {
|
2
|
-
brandLogo: import("@emotion/
|
3
|
-
thankYouBanner: import("@emotion/
|
2
|
+
brandLogo: import("@emotion/utils").SerializedStyles;
|
3
|
+
thankYouBanner: import("@emotion/utils").SerializedStyles;
|
4
4
|
};
|
5
5
|
export default makeThankYouBannerStyling;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/** @jsxImportSource @emotion/react */
|
2
2
|
import { FunctionComponent } from 'react';
|
3
3
|
import IComponentProps from './IComponentProps';
|
4
|
-
|
4
|
+
type ListLayoutType = FunctionComponent<IComponentProps>;
|
5
5
|
declare const ListLayout: ListLayoutType;
|
6
6
|
export default ListLayout;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from 'react';
|
2
2
|
import { ISvgs } from '../../../Assets/svgs/svgs';
|
3
|
-
|
3
|
+
type ListLayoutStoryType = React.FunctionComponent<{
|
4
4
|
iconType: keyof ISvgs | 'none';
|
5
5
|
optionsCount: number;
|
6
6
|
text: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const makeListLayoutStyling: () => {
|
2
|
-
container: import("@emotion/
|
3
|
-
item: import("@emotion/
|
2
|
+
container: import("@emotion/utils").SerializedStyles;
|
3
|
+
item: import("@emotion/utils").SerializedStyles;
|
4
4
|
};
|
5
5
|
export default makeListLayoutStyling;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { FunctionComponentWithDefaultProps } from '../../../Helpers/React/FunctionComponentWithDefaultProps';
|
2
2
|
import IComponentProps from './IComponentProps';
|
3
3
|
import defaultProps from './defaultProps';
|
4
|
-
|
4
|
+
type RadioGroupType = FunctionComponentWithDefaultProps<IComponentProps, typeof defaultProps>;
|
5
5
|
declare const RadioGroup: RadioGroupType;
|
6
6
|
export default RadioGroup;
|
@@ -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 (_) try {
|
28
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) 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
|
-
|
3
|
+
type RadioGroupStoryType = React.FunctionComponent<{
|
4
4
|
iconType: keyof ISvgs | 'none';
|
5
5
|
defaultSelectedId?: string;
|
6
6
|
itemsCount: number;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import IComponentProps from './IComponentProps';
|
3
|
-
|
3
|
+
type TileLayoutType = FunctionComponent<IComponentProps>;
|
4
4
|
declare const TileLayout: TileLayoutType;
|
5
5
|
export default TileLayout;
|
@@ -2,8 +2,8 @@ interface ITileLayoutStyleProps {
|
|
2
2
|
tileCount: number;
|
3
3
|
}
|
4
4
|
declare const makeTileLayoutStyling: ({ tileCount }: ITileLayoutStyleProps) => {
|
5
|
-
root: import("@emotion/
|
6
|
-
tileContainer: import("@emotion/
|
7
|
-
imgDiv: import("@emotion/
|
5
|
+
root: import("@emotion/utils").SerializedStyles;
|
6
|
+
tileContainer: import("@emotion/utils").SerializedStyles;
|
7
|
+
imgDiv: import("@emotion/utils").SerializedStyles;
|
8
8
|
};
|
9
9
|
export default makeTileLayoutStyling;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export
|
2
|
+
export type FunctionComponentWithDefaultProps<T, D extends Partial<React.ComponentProps<React.FC<T>>>> = Pick<React.FC<T>, Exclude<keyof React.FC<T>, 'defaultProps'>> & (React.FC<T> extends (...a: infer A) => infer R ? (...a: A) => R : never) & {
|
3
3
|
defaultProps: D;
|
4
4
|
};
|
package/Helpers/React/css.d.ts
CHANGED
package/Helpers/icons.d.ts
CHANGED
package/Helpers/useThrottle.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import { DebouncedFunc } from 'lodash';
|
2
|
-
|
2
|
+
type ThrottledFunction = (value: unknown) => void;
|
3
3
|
declare const useThrottle: (func: ThrottledFunction, wait: number) => DebouncedFunc<ThrottledFunction>;
|
4
4
|
export default useThrottle;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { IThemes } from './themes';
|
3
|
-
|
3
|
+
type StoryThemeWrapperType = React.FunctionComponent<{
|
4
4
|
children: React.ReactNode;
|
5
5
|
themeType: keyof IThemes;
|
6
6
|
fontSizeMultiplier?: number;
|
package/Themes/themes.d.ts
CHANGED
@@ -865,8 +865,8 @@ declare const themes: {
|
|
865
865
|
};
|
866
866
|
};
|
867
867
|
};
|
868
|
-
export
|
869
|
-
export
|
868
|
+
export type ITheme = typeof customTheme;
|
869
|
+
export type IThemes = typeof themes;
|
870
870
|
export declare const getThemeWithFontMultiplier: (theme: keyof IThemes, fontSizeMultiplier?: number) => import("@mui/material").Theme & {
|
871
871
|
mvf: {
|
872
872
|
border: {
|