@mvf/external-components 3.30.0 → 3.31.1-dev.4
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.
- package/Components/Atoms/CardButton/CardButton.js +17 -7
- package/Components/Atoms/CardButton/CardButton.js.map +1 -1
- package/Components/Atoms/CardButton/CardButtonStory.js +17 -7
- package/Components/Atoms/CardButton/CardButtonStory.js.map +1 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.js +17 -7
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.js.map +1 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js +17 -7
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js.map +1 -1
- package/Components/Atoms/FormControl/FormControl.js +3 -1
- package/Components/Atoms/FormControl/FormControl.js.map +1 -1
- package/Components/Atoms/FormControl/makeFormControlStyles.d.ts +3 -1
- package/Components/Atoms/FormControl/makeFormControlStyles.js +1 -2
- package/Components/Atoms/FormControl/makeFormControlStyles.js.map +1 -1
- package/Components/Atoms/InfoPanel/InfoPanelStory.js +17 -7
- package/Components/Atoms/InfoPanel/InfoPanelStory.js.map +1 -1
- package/Components/Atoms/Input/IInputProps.d.ts +5 -0
- package/Components/Atoms/Input/Input.js +20 -9
- package/Components/Atoms/Input/Input.js.map +1 -1
- package/Components/Molecules/CheckBox/CheckBox.js +17 -7
- package/Components/Molecules/CheckBox/CheckBox.js.map +1 -1
- package/Components/Molecules/DatePicker/DatePickerStory.js +17 -7
- package/Components/Molecules/DatePicker/DatePickerStory.js.map +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.js +17 -7
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.js.map +1 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.test.js +17 -7
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.test.js.map +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +17 -7
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js.map +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js +17 -7
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js.map +1 -1
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.js +146 -0
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.test.js +49 -0
- package/Components/Molecules/PhoneNumberTextField/CountryDropdown.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.d.ts +11 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.js +180 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.test.js +54 -0
- package/Components/Molecules/PhoneNumberTextField/CountryModal.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.js +5 -3
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.js.map +1 -1
- package/Components/Molecules/PhoneNumberTextField/__tests__/PhoneNumberTextField.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextField/__tests__/PhoneNumberTextField.test.js +215 -0
- package/Components/Molecules/PhoneNumberTextField/__tests__/PhoneNumberTextField.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/countryData.d.ts +13 -0
- package/Components/Molecules/PhoneNumberTextField/countryData.js +743 -0
- package/Components/Molecules/PhoneNumberTextField/countryData.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/makePhoneInputStyles.d.ts +50 -0
- package/Components/Molecules/PhoneNumberTextField/makePhoneInputStyles.js +147 -0
- package/Components/Molecules/PhoneNumberTextField/makePhoneInputStyles.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/phoneNumberValidation.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextField/phoneNumberValidation.js +66 -0
- package/Components/Molecules/PhoneNumberTextField/phoneNumberValidation.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextField/phoneValidation.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextField/phoneValidation.js +71 -0
- package/Components/Molecules/PhoneNumberTextField/phoneValidation.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.js +206 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.test.js +187 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryDropdown.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.d.ts +10 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.js +229 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.test.js +281 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountryModal.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountrySelector.d.ts +10 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountrySelector.js +32 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/CountrySelector.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/ErrorDisplay.d.ts +9 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/ErrorDisplay.js +26 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/ErrorDisplay.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/FlagIcon.d.ts +10 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/FlagIcon.js +114 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/FlagIcon.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/IPhoneNumberTextFieldProps.d.ts +57 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/IPhoneNumberTextFieldProps.js +3 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/IPhoneNumberTextFieldProps.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.d.ts +22 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.js +59 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.test.js +159 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneInput.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberCallbacks.d.ts +33 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberCallbacks.js +3 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberCallbacks.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.d.ts +7 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.js +195 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.test.js +450 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextField.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldRefactored.d.ts +37 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldRefactored.js +154 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldRefactored.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldStory.d.ts +17 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldStory.js +29 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/PhoneNumberTextFieldStory.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useCountrySelector.d.ts +11 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useCountrySelector.js +34 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useCountrySelector.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useDebouncedValidation.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useDebouncedValidation.js +70 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/useDebouncedValidation.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/usePhoneNumber.d.ts +32 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/usePhoneNumber.js +133 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/hooks/usePhoneNumber.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/DebouncedValidationStory.d.ts +20 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/DebouncedValidationStory.js +60 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/DebouncedValidationStory.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/PhoneNumberTextFieldStory.d.ts +18 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/PhoneNumberTextFieldStory.js +18 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/PhoneNumberTextFieldStory.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/StrictModeStory.d.ts +18 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/StrictModeStory.js +101 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/stories/StrictModeStory.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/styling/makeFormControlPhoneNumberStyling.d.ts +10 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/styling/makeFormControlPhoneNumberStyling.js +138 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/styling/makeFormControlPhoneNumberStyling.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryData.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryData.js +509 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryData.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataFull.d.ts +13 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataFull.js +513 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataFull.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataOptimized.d.ts +0 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataOptimized.js +2 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/countryDataOptimized.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/defaultProps.d.ts +21 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/defaultProps.js +33 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/defaultProps.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.d.ts +15 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.js +120 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.test.js +157 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/__helpers__/utils/phoneValidation.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/countryData.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/countryData.js +507 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/countryData.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/defaultProps.d.ts +21 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/defaultProps.js +33 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/defaultProps.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/index.d.ts +10 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/index.js +21 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/index.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/makeFormControlPhoneNumberStyling.d.ts +8 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/makeFormControlPhoneNumberStyling.js +139 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/makeFormControlPhoneNumberStyling.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.d.ts +15 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.js +120 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.test.d.ts +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.test.js +157 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/phoneValidation.test.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/useCountrySelector.d.ts +12 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/useCountrySelector.js +34 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/useCountrySelector.js.map +1 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/usePhoneNumber.d.ts +31 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/usePhoneNumber.js +130 -0
- package/Components/Molecules/PhoneNumberTextFieldCustom/usePhoneNumber.js.map +1 -0
- package/Components/Molecules/ScrollContainer/ScrollContainer.js +17 -7
- package/Components/Molecules/ScrollContainer/ScrollContainer.js.map +1 -1
- package/Components/Molecules/index.d.ts +1 -0
- package/Components/Molecules/index.js +3 -1
- package/Components/Molecules/index.js.map +1 -1
- package/Components/Organisms/RadioGroup/RadioGroup.js +17 -7
- package/Components/Organisms/RadioGroup/RadioGroup.js.map +1 -1
- package/Components/Organisms/TileLayout/IconTileCheckBoxStory.js +17 -7
- package/Components/Organisms/TileLayout/IconTileCheckBoxStory.js.map +1 -1
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.js +17 -7
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.js.map +1 -1
- package/Components/Organisms/__helpers__/Options.js +17 -7
- package/Components/Organisms/__helpers__/Options.js.map +1 -1
- package/Components/index.d.ts +1 -1
- package/Components/index.js +2 -1
- package/Components/index.js.map +1 -1
- package/Experiments/CRO-584/Atoms/CardButton/CardButton.js +17 -7
- package/Experiments/CRO-584/Atoms/CardButton/CardButton.js.map +1 -1
- package/Experiments/CRO-584/Atoms/CardButton/CardButtonStory.js +17 -7
- package/Experiments/CRO-584/Atoms/CardButton/CardButtonStory.js.map +1 -1
- package/Experiments/CRO-584/Atoms/ErrorMessageProvider/ErrorMessageProvider.js +17 -7
- package/Experiments/CRO-584/Atoms/ErrorMessageProvider/ErrorMessageProvider.js.map +1 -1
- package/Experiments/CRO-584/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js +17 -7
- package/Experiments/CRO-584/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js.map +1 -1
- package/Experiments/CRO-584/Atoms/Input/Input.js +17 -7
- package/Experiments/CRO-584/Atoms/Input/Input.js.map +1 -1
- package/Experiments/CRO-584/Molecules/CheckBox/CheckBox.js +17 -7
- package/Experiments/CRO-584/Molecules/CheckBox/CheckBox.js.map +1 -1
- package/Experiments/CRO-584/Molecules/IconTileCheckBox/IconTileCheckBox.test.js +17 -7
- package/Experiments/CRO-584/Molecules/IconTileCheckBox/IconTileCheckBox.test.js.map +1 -1
- package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +17 -7
- package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButton.test.js.map +1 -1
- package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js +17 -7
- package/Experiments/CRO-584/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js.map +1 -1
- package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroup.js +17 -7
- package/Experiments/CRO-584/Organisms/RadioGroup/RadioGroup.js.map +1 -1
- package/Experiments/CRO-584/Organisms/TileLayout/IconTileCheckBoxStory.js +17 -7
- package/Experiments/CRO-584/Organisms/TileLayout/IconTileCheckBoxStory.js.map +1 -1
- package/Experiments/CRO-584/Organisms/TileLayout/IconTileRadioButtonStory.js +17 -7
- package/Experiments/CRO-584/Organisms/TileLayout/IconTileRadioButtonStory.js.map +1 -1
- package/Experiments/CRO-584/Organisms/__helpers__/Options.js +17 -7
- package/Experiments/CRO-584/Organisms/__helpers__/Options.js.map +1 -1
- package/Experiments/Example/Atoms/CardButton/CardButton.js +17 -7
- package/Experiments/Example/Atoms/CardButton/CardButton.js.map +1 -1
- package/Experiments/Example/Atoms/CardButton/CardButtonStory.js +17 -7
- package/Experiments/Example/Atoms/CardButton/CardButtonStory.js.map +1 -1
- package/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.js +17 -7
- package/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.js.map +1 -1
- package/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js +17 -7
- package/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js.map +1 -1
- package/Experiments/Example/Atoms/Input/Input.js +17 -7
- package/Experiments/Example/Atoms/Input/Input.js.map +1 -1
- package/Experiments/Example/Molecules/CheckBox/CheckBox.js +17 -7
- package/Experiments/Example/Molecules/CheckBox/CheckBox.js.map +1 -1
- package/Themes/apricotTheme.d.ts +172 -0
- package/Themes/apricotTheme.js +37 -0
- package/Themes/apricotTheme.js.map +1 -0
- package/Themes/auroraTheme.d.ts +172 -0
- package/Themes/auroraTheme.js +37 -0
- package/Themes/auroraTheme.js.map +1 -0
- package/Themes/index.d.ts +2 -0
- package/Themes/index.js +7 -1
- package/Themes/index.js.map +1 -1
- package/Themes/palettes.d.ts +54 -0
- package/Themes/palettes.js +4 -0
- package/Themes/palettes.js.map +1 -1
- package/Themes/themes.d.ts +288 -0
- package/Themes/themes.js +27 -7
- package/Themes/themes.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +4 -1
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
15
15
|
}) : function(o, v) {
|
16
16
|
o["default"] = v;
|
17
17
|
});
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
};
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
19
|
+
var ownKeys = function(o) {
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
21
|
+
var ar = [];
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
23
|
+
return ar;
|
24
|
+
};
|
25
|
+
return ownKeys(o);
|
26
|
+
};
|
27
|
+
return function (mod) {
|
28
|
+
if (mod && mod.__esModule) return mod;
|
29
|
+
var result = {};
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
31
|
+
__setModuleDefault(result, mod);
|
32
|
+
return result;
|
33
|
+
};
|
34
|
+
})();
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
27
37
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ErrorMessageProvider.test.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ErrorMessageProvider.test.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sCAAsC;AACtC,gDAAgD;AAChD,sGAAgF;AAChF,6EAA+E;AAE/E,QAAQ,CAAC,0BAA0B,EAAE;IACnC,IAAM,qBAAqB,GAAG;QACpB,IAAA,YAAY,GAAK,IAAA,sCAAe,GAAE,aAAtB,CAAuB;QAC3C,OAAO,0CAAM,YAAY,GAAO,CAAC;IACnC,CAAC,CAAC;IAEF,EAAE,CAAC,oFAAoF,EAAE;QACvF,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,kBAAkB,CAAC,cAAM,OAAA,IAAI,CAAC,EAAE,EAAE,EAAT,CAAS,CAAC,CAAC;QAEjE,MAAM,CAAC;YACL,IAAA,cAAM,EAAC,uBAAC,qBAAqB,KAAG,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC,OAAO,CAAC,6DAA6D,CAAC,CAAC;QAE1E,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,kDAAkD,EAAE;QAC7C,IAAA,SAAS,GAAK,IAAA,6BAAmB,EACvC,uBAAC,8BAAoB,IACnB,YAAY,EAAC,oBAAoB,EACjC,cAAc,EAAC,SAAS,YAExB,uBAAC,qBAAqB,KAAG,GACJ,CACxB,UAPgB,CAOf;QACF,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC;IACvD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,wEAAwE,EAAE;QAC3E,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,kBAAkB,CAAC,cAAM,OAAA,IAAI,CAAC,EAAE,EAAE,EAAT,CAAS,CAAC,CAAC;QACjE,IAAM,4BAA4B,GAAG;YAC3B,IAAA,YAAY,GAAK,IAAA,sCAAe,EAAC;gBACvC,8BAA8B,EAAE,KAAK;aACtC,CAAC,aAFkB,CAEjB;YACH,OAAO,0CAAM,YAAY,GAAO,CAAC;QACnC,CAAC,CAAC;QAEF,MAAM,CAAC;YACL,IAAA,cAAM,EAAC,uBAAC,4BAA4B,KAAG,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CACZ,6DAA6D,CAC9D,CAAC;QAEF,IAAI,CAAC,eAAe,EAAE,CAAC;IACzB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
@@ -26,13 +26,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
26
26
|
}) : function(o, v) {
|
27
27
|
o["default"] = v;
|
28
28
|
});
|
29
|
-
var __importStar = (this && this.__importStar) || function (
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
};
|
29
|
+
var __importStar = (this && this.__importStar) || (function () {
|
30
|
+
var ownKeys = function(o) {
|
31
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
32
|
+
var ar = [];
|
33
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
34
|
+
return ar;
|
35
|
+
};
|
36
|
+
return ownKeys(o);
|
37
|
+
};
|
38
|
+
return function (mod) {
|
39
|
+
if (mod && mod.__esModule) return mod;
|
40
|
+
var result = {};
|
41
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
42
|
+
__setModuleDefault(result, mod);
|
43
|
+
return result;
|
44
|
+
};
|
45
|
+
})();
|
36
46
|
var __rest = (this && this.__rest) || function (s, e) {
|
37
47
|
var t = {};
|
38
48
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Atoms/Input/Input.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Atoms/Input/Input.tsx"],"names":[],"mappings":"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"}
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
15
15
|
}) : function(o, v) {
|
16
16
|
o["default"] = v;
|
17
17
|
});
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
};
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
19
|
+
var ownKeys = function(o) {
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
21
|
+
var ar = [];
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
23
|
+
return ar;
|
24
|
+
};
|
25
|
+
return ownKeys(o);
|
26
|
+
};
|
27
|
+
return function (mod) {
|
28
|
+
if (mod && mod.__esModule) return mod;
|
29
|
+
var result = {};
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
31
|
+
__setModuleDefault(result, mod);
|
32
|
+
return result;
|
33
|
+
};
|
34
|
+
})();
|
25
35
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
26
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
27
37
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CheckBox.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Molecules/CheckBox/CheckBox.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"CheckBox.js","sourceRoot":"","sources":["../../../../../src/Experiments/Example/Molecules/CheckBox/CheckBox.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sCAAsC;AACtC,4DAAwC;AACxC,0DAAsC;AACtC,+BAA2D;AAE3D,iFAA2D;AAE3D,0DAAoC;AACpC,qEAA+C;AAE/C,gEAA0C;AAC1C,2FAAsE;AACtE,qFAA6E;AAC7E,2EAE+B;AAO/B,IAAM,QAAQ,GAAiB,UAAC,EAY/B;QAXC,QAAQ,cAAA,EACR,IAAI,UAAA,EACJ,EAAE,QAAA,EACF,aAAa,mBAAA,EACb,OAAO,aAAA,EACP,QAAQ,cAAA,EACR,SAAS,eAAA,EACT,eAAe,qBAAA,EACf,eAAe,qBAAA,EACf,QAAQ,cAAA,EACR,IAAI,UAAA;IAEE,IAAA,KAA8B,IAAA,gBAAQ,EAAC,QAAQ,CAAC,EAA/C,UAAU,QAAA,EAAE,aAAa,QAAsB,CAAC;IACjD,IAAA,KAA4B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAA1C,SAAS,QAAA,EAAE,YAAY,QAAmB,CAAC;IAC5C,IAAA,KAA8B,IAAA,gBAAQ,EAAC,eAAe,CAAC,EAAtD,UAAU,QAAA,EAAE,aAAa,QAA6B,CAAC;IAC9D,IAAM,MAAM,GAAG,IAAA,6BAAmB,GAAE,CAAC;IACrC,IAAM,aAAa,GAAG,IAAA,cAAM,EAA0B,IAAI,CAAC,CAAC;IAC5D,IAAM,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC;IAE7B,IAAM,mBAAmB,GAAG,CAAC,aAAa,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC;IAEzE,IAAM,UAAU,GAAG,UAAC,KAAwC;QAC1D,IAAI,KAAK,EAAE,CAAC;YACV,KAAK,CAAC,eAAe,EAAE,CAAC;QAC1B,CAAC;QACD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,YAAY,CAAC,KAAK,CAAC,CAAC;YACpB,IAAI,CAAC,UAAU,EAAE,CAAC;gBAChB,aAAa,CAAC,KAAK,CAAC,CAAC;YACvB,CAAC;QACH,CAAC;QAED,IAAI,UAAU,IAAI,SAAS,IAAI,CAAC,UAAU,EAAE,CAAC;YAC3C,UAAU,CAAC;gBACT,aAAa,CAAC,KAAK,CAAC,CAAC;gBACrB,YAAY,CAAC,KAAK,CAAC,CAAC;YACtB,CAAC,EAAE,GAAG,CAAC,CAAC;QACV,CAAC;IACH,CAAC,CAAC;IAEF,IAAM,WAAW,GAAG;QAClB,OAAO,CAAC,EAAE,EAAE,IAAA,EAAE,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,CAAC;QAErC,IAAI,CAAC,UAAU,IAAI,IAAA,iCAAK,GAAE,IAAI,aAAa,EAAE,CAAC;YAC5C,IAAA,wCAAe,EAAC,aAAa,CAAC,CAAC;QACjC,CAAC;QACD,aAAa,CAAC,CAAC,UAAU,CAAC,CAAC;QAC3B,YAAY,CAAC,IAAI,CAAC,CAAC;IACrB,CAAC,CAAC;IAEF,IAAM,gBAAgB,GAA8C,UAAC,CAAC;;QACpE,CAAC,CAAC,eAAe,EAAE,CAAC;QACpB,MAAA,aAAa,CAAC,OAAO,0CAAE,KAAK,EAAE,CAAC;QAC/B,aAAa,CAAC,IAAI,CAAC,CAAC;QACpB,OAAO,CAAC,EAAE,EAAE,IAAA,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;IAClC,CAAC,CAAC;IAEF,IAAM,aAAa,GAAG,UAAC,KAA0C;QAC/D,SAAS,CAAC,KAAK,CAAC,CAAC;QACjB,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,IAAI,aAAa,CAAC,OAAO,EAAE,CAAC;YACnD,IAAI,CAAC,UAAU,EAAE,CAAC;gBAChB,aAAa,CAAC,KAAK,CAAC,CAAC;gBACrB,YAAY,CAAC,KAAK,CAAC,CAAC;YACtB,CAAC;YACD,aAAa,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAC/B,CAAC;IACH,CAAC,CAAC;IAEF,IAAM,sBAAsB,GAAG,UAAC,gBAAsC;QACpE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;QAC3B,aAAa,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;QACtC,aAAa,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;IAC1C,CAAC,CAAC;IAEF,IAAA,iBAAS,EAAC;QACR,IAAI,UAAU,IAAI,aAAa,CAAC,OAAO,EAAE,CAAC;YACxC,aAAa,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QAChC,CAAC;IACH,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC;IAEjB,IAAM,gBAAgB,GAAG,cAAM,OAAA,CAC7B,uBAAC,cAAM,IAAC,IAAI,QAAC,GAAG,EAAE,MAAM,CAAC,QAAQ,YAC/B,uBAAC,aAAK,IACJ,GAAG,EAAE,MAAM,CAAC,UAAU,EACtB,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,YAE9C,uBAAC,mBAAS,IACR,cAAc,EAAC,SAAS,iBACX,8BAAuB,EAAE,CAAE,EACxC,EAAE,EAAE,EAAE,EACN,WAAW,EAAE,IAAI,EACjB,OAAO,EAAE,gBAAgB,EACzB,QAAQ,EAAE,sBAAsB,EAChC,aAAa,EAAE,IAAI,EACnB,QAAQ,EAAE,aAAa,EACvB,YAAY,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,EAC9C,KAAK,EAAE,eAAe,GACtB,GACI,GACD,CACV,EApB8B,CAoB9B,CAAC;IAEF,IAAM,iBAAiB,GAAG,cAAM,OAAA,CAC9B,uBAAC,cAAM,IAAC,IAAI,QAAC,GAAG,EAAE,MAAM,CAAC,QAAQ,iBAAe,qBAAc,EAAE,CAAE,YAChE,uBAAC,aAAK,cACJ,uBAAC,cAAI,IAAC,OAAO,EAAC,UAAU,EAAC,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAC,SAAS,YAC/D,IAAI,GACA,GACD,GACD,CACV,EAR+B,CAQ/B,CAAC;IAEF,IAAM,UAAU,GAAG,UAAC,QAA2B,IAAK,OAAA,CAClD,uBAAC,cAAM,IACL,IAAI,QACJ,GAAG,EAAE,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,YAEhE,gCAAK,GAAG,EAAE,MAAM,CAAC,MAAM,iBAAe,UAAG,QAAQ,iBAAc,YAC5D,IAAI,GACD,GACC,CACV,EATmD,CASnD,CAAC;IAEF,IAAM,sBAAsB,GAAG;QAC7B,OAAO,CACL,uBAAC,cAAM,IAAC,IAAI,QAAC,GAAG,EAAE,IAAA,0CAAoB,EAAC,IAAI,EAAE,aAAa,CAAC,GAAW,CACvE,CAAC;IACJ,CAAC,CAAC;IAEF,OAAO,CACL,uBAAC,oBAAU,IACT,cAAc,EAAC,SAAS,EACxB,QAAQ,EAAE,UAAU,mBACL,UAAU,EACzB,OAAO,EAAE,WAAW,EACpB,SAAS,EAAE,aAAa,iBACZ,oBAAoB,EAChC,QAAQ,EAAE,UAAU,EACpB,MAAM,EAAE,UAAU,YAElB,uBAAC,cAAM,IACL,SAAS,QACT,GAAG,EAAE,MAAM,CAAC,IAAI,EAChB,cAAc,EAAC,YAAY,EAC3B,UAAU,EAAC,QAAQ,EACnB,IAAI,EAAC,QAAQ,YAEb,uBAAC,cAAM,IAAC,SAAS,QAAC,UAAU,EAAC,QAAQ,EAAC,GAAG,EAAE,MAAM,CAAC,SAAS,YACxD,QAAQ,CAAC,CAAC,CAAC,CACV,6DACG,aAAa,IAAI,UAAU,CAAC,MAAM,CAAC,EAEnC,mBAAmB,CAAC,CAAC,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC,iBAAiB,EAAE,EAE9D,aAAa,IAAI,sBAAsB,EAAE,IACzC,CACJ,CAAC,CAAC,CAAC,CACF,UAAU,CAAC,QAAQ,CAAC,CACrB,GACM,GACF,GACE,CACd,CAAC;AACJ,CAAC,CAAC;AAEF,QAAQ,CAAC,YAAY,GAAG,sBAAY,CAAC;AAErC,kBAAe,QAAQ,CAAC"}
|
@@ -0,0 +1,172 @@
|
|
1
|
+
export declare const apricotPalette: {
|
2
|
+
component: {
|
3
|
+
answerSelectedColor: string;
|
4
|
+
answerUnselectedColor: string;
|
5
|
+
continueButtonColor: string;
|
6
|
+
continueButtonHoverColor: string;
|
7
|
+
backButtonColor: string;
|
8
|
+
backButtonHoverColor: string;
|
9
|
+
progressBarFilledColor: string;
|
10
|
+
progressBarUnfilledColor: string;
|
11
|
+
scrollIndicatorColor: string;
|
12
|
+
};
|
13
|
+
background: {
|
14
|
+
answerBackgroundColor: string;
|
15
|
+
secondaryBackgroundColor: string;
|
16
|
+
widgetBackgroundColor: string;
|
17
|
+
};
|
18
|
+
text: {
|
19
|
+
primaryTextColor: string;
|
20
|
+
continueButtonTextColor: string;
|
21
|
+
secondaryTextColor: string;
|
22
|
+
};
|
23
|
+
status: {
|
24
|
+
disabled: string;
|
25
|
+
error: string;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
declare const apricotTheme: import("@mui/material").Theme & {
|
29
|
+
mvf: {
|
30
|
+
border: {
|
31
|
+
width: {
|
32
|
+
thin: number;
|
33
|
+
medium: number;
|
34
|
+
};
|
35
|
+
radius: number;
|
36
|
+
};
|
37
|
+
boxShadow: {
|
38
|
+
light: string;
|
39
|
+
timid: string;
|
40
|
+
medium: string;
|
41
|
+
heavy: string;
|
42
|
+
fierce: string;
|
43
|
+
error: string;
|
44
|
+
primary: string;
|
45
|
+
navigation: {
|
46
|
+
primary: string;
|
47
|
+
secondary: string;
|
48
|
+
};
|
49
|
+
};
|
50
|
+
fontSize: {
|
51
|
+
[key: string]: number;
|
52
|
+
};
|
53
|
+
filters: {
|
54
|
+
darken: {
|
55
|
+
gentle: number;
|
56
|
+
medium: number;
|
57
|
+
harsh: number;
|
58
|
+
};
|
59
|
+
lighten: {
|
60
|
+
gentle: number;
|
61
|
+
medium: number;
|
62
|
+
strong: number;
|
63
|
+
harsh: number;
|
64
|
+
extreme: number;
|
65
|
+
};
|
66
|
+
opacity: {
|
67
|
+
gentle: number;
|
68
|
+
light: number;
|
69
|
+
harsh: number;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
lineHeight: {
|
73
|
+
small: string;
|
74
|
+
medium: string;
|
75
|
+
};
|
76
|
+
palette: {
|
77
|
+
component: {
|
78
|
+
answerSelectedColor: string;
|
79
|
+
answerUnselectedColor: string;
|
80
|
+
continueButtonColor: string;
|
81
|
+
continueButtonHoverColor: string;
|
82
|
+
backButtonColor: string;
|
83
|
+
backButtonHoverColor: string;
|
84
|
+
progressBarFilledColor: string;
|
85
|
+
progressBarUnfilledColor: string;
|
86
|
+
scrollIndicatorColor: string;
|
87
|
+
};
|
88
|
+
background: {
|
89
|
+
answerBackgroundColor: string;
|
90
|
+
secondaryBackgroundColor: string;
|
91
|
+
widgetBackgroundColor: string;
|
92
|
+
};
|
93
|
+
text: {
|
94
|
+
primaryTextColor: string;
|
95
|
+
continueButtonTextColor: string;
|
96
|
+
secondaryTextColor: string;
|
97
|
+
};
|
98
|
+
status: {
|
99
|
+
disabled: string;
|
100
|
+
error: string;
|
101
|
+
};
|
102
|
+
};
|
103
|
+
spacing: {
|
104
|
+
base: string;
|
105
|
+
reset: string;
|
106
|
+
tiny: string;
|
107
|
+
little: string;
|
108
|
+
small: string;
|
109
|
+
petite: string;
|
110
|
+
smedium: string;
|
111
|
+
medium: string;
|
112
|
+
moderate: string;
|
113
|
+
ample: string;
|
114
|
+
large: string;
|
115
|
+
huge: string;
|
116
|
+
massive: string;
|
117
|
+
};
|
118
|
+
brandLogoName: string;
|
119
|
+
table: {
|
120
|
+
row: {
|
121
|
+
height: string;
|
122
|
+
};
|
123
|
+
column: {
|
124
|
+
width: string;
|
125
|
+
};
|
126
|
+
};
|
127
|
+
typography: {
|
128
|
+
p: {
|
129
|
+
size: string;
|
130
|
+
};
|
131
|
+
h1: {
|
132
|
+
size: string;
|
133
|
+
icon: string;
|
134
|
+
};
|
135
|
+
h2: {
|
136
|
+
size: string;
|
137
|
+
icon: string;
|
138
|
+
};
|
139
|
+
h3: {
|
140
|
+
size: string;
|
141
|
+
icon: string;
|
142
|
+
};
|
143
|
+
h4: {
|
144
|
+
size: string;
|
145
|
+
icon: string;
|
146
|
+
};
|
147
|
+
h5: {
|
148
|
+
size: string;
|
149
|
+
icon: string;
|
150
|
+
};
|
151
|
+
h6: {
|
152
|
+
size: string;
|
153
|
+
icon: string;
|
154
|
+
};
|
155
|
+
subheader: {
|
156
|
+
size: string;
|
157
|
+
icon: string;
|
158
|
+
fontFamily: string;
|
159
|
+
};
|
160
|
+
button: {
|
161
|
+
large: string;
|
162
|
+
};
|
163
|
+
weight: {
|
164
|
+
thin: number;
|
165
|
+
medium: number;
|
166
|
+
thick: number;
|
167
|
+
};
|
168
|
+
fontFamily: string;
|
169
|
+
};
|
170
|
+
};
|
171
|
+
};
|
172
|
+
export default apricotTheme;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.apricotPalette = void 0;
|
7
|
+
var themeCreator_1 = __importDefault(require("./themeCreator"));
|
8
|
+
exports.apricotPalette = {
|
9
|
+
component: {
|
10
|
+
answerSelectedColor: 'rgb(26, 155, 219)',
|
11
|
+
answerUnselectedColor: 'rgb(225, 225, 225)',
|
12
|
+
continueButtonColor: 'rgb(255, 151, 26)',
|
13
|
+
continueButtonHoverColor: 'rgb(249, 137, 10)',
|
14
|
+
backButtonColor: 'rgb(237, 237, 237)',
|
15
|
+
backButtonHoverColor: 'rgb(223, 223, 223)',
|
16
|
+
progressBarFilledColor: 'rgb(0, 202, 165)',
|
17
|
+
progressBarUnfilledColor: 'rgb(247, 247, 247)',
|
18
|
+
scrollIndicatorColor: 'rgb(79, 79, 79)',
|
19
|
+
},
|
20
|
+
background: {
|
21
|
+
answerBackgroundColor: 'rgb(255, 255, 255)',
|
22
|
+
secondaryBackgroundColor: 'rgb(247, 247, 247)',
|
23
|
+
widgetBackgroundColor: 'rgb(255,255,255)',
|
24
|
+
},
|
25
|
+
text: {
|
26
|
+
primaryTextColor: 'rgb(0, 0, 0)',
|
27
|
+
continueButtonTextColor: 'rgb(255, 255, 255)',
|
28
|
+
secondaryTextColor: 'rgb(79, 79, 79)',
|
29
|
+
},
|
30
|
+
status: {
|
31
|
+
disabled: 'rgb(134, 134, 134)',
|
32
|
+
error: 'rgb(249, 98, 78)',
|
33
|
+
},
|
34
|
+
};
|
35
|
+
var apricotTheme = (0, themeCreator_1.default)(exports.apricotPalette);
|
36
|
+
exports.default = apricotTheme;
|
37
|
+
//# sourceMappingURL=apricotTheme.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"apricotTheme.js","sourceRoot":"","sources":["../../src/Themes/apricotTheme.ts"],"names":[],"mappings":";;;;;;AAAA,gEAA0C;AAE7B,QAAA,cAAc,GAAG;IAC5B,SAAS,EAAE;QACT,mBAAmB,EAAE,mBAAmB;QACxC,qBAAqB,EAAE,oBAAoB;QAC3C,mBAAmB,EAAE,mBAAmB;QACxC,wBAAwB,EAAE,mBAAmB;QAC7C,eAAe,EAAE,oBAAoB;QACrC,oBAAoB,EAAE,oBAAoB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,wBAAwB,EAAE,oBAAoB;QAC9C,oBAAoB,EAAE,iBAAiB;KACxC;IACD,UAAU,EAAE;QACV,qBAAqB,EAAE,oBAAoB;QAC3C,wBAAwB,EAAE,oBAAoB;QAC9C,qBAAqB,EAAE,kBAAkB;KAC1C;IACD,IAAI,EAAE;QACJ,gBAAgB,EAAE,cAAc;QAChC,uBAAuB,EAAE,oBAAoB;QAC7C,kBAAkB,EAAE,iBAAiB;KACtC;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,oBAAoB;QAC9B,KAAK,EAAE,kBAAkB;KAC1B;CACF,CAAC;AAEF,IAAM,YAAY,GAAG,IAAA,sBAAY,EAAC,sBAAc,CAAC,CAAC;AAElD,kBAAe,YAAY,CAAC"}
|
@@ -0,0 +1,172 @@
|
|
1
|
+
export declare const auroraPalette: {
|
2
|
+
component: {
|
3
|
+
answerSelectedColor: string;
|
4
|
+
answerUnselectedColor: string;
|
5
|
+
continueButtonColor: string;
|
6
|
+
continueButtonHoverColor: string;
|
7
|
+
backButtonColor: string;
|
8
|
+
backButtonHoverColor: string;
|
9
|
+
progressBarFilledColor: string;
|
10
|
+
progressBarUnfilledColor: string;
|
11
|
+
scrollIndicatorColor: string;
|
12
|
+
};
|
13
|
+
background: {
|
14
|
+
answerBackgroundColor: string;
|
15
|
+
secondaryBackgroundColor: string;
|
16
|
+
widgetBackgroundColor: string;
|
17
|
+
};
|
18
|
+
text: {
|
19
|
+
primaryTextColor: string;
|
20
|
+
continueButtonTextColor: string;
|
21
|
+
secondaryTextColor: string;
|
22
|
+
};
|
23
|
+
status: {
|
24
|
+
disabled: string;
|
25
|
+
error: string;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
declare const auroraTheme: import("@mui/material").Theme & {
|
29
|
+
mvf: {
|
30
|
+
border: {
|
31
|
+
width: {
|
32
|
+
thin: number;
|
33
|
+
medium: number;
|
34
|
+
};
|
35
|
+
radius: number;
|
36
|
+
};
|
37
|
+
boxShadow: {
|
38
|
+
light: string;
|
39
|
+
timid: string;
|
40
|
+
medium: string;
|
41
|
+
heavy: string;
|
42
|
+
fierce: string;
|
43
|
+
error: string;
|
44
|
+
primary: string;
|
45
|
+
navigation: {
|
46
|
+
primary: string;
|
47
|
+
secondary: string;
|
48
|
+
};
|
49
|
+
};
|
50
|
+
fontSize: {
|
51
|
+
[key: string]: number;
|
52
|
+
};
|
53
|
+
filters: {
|
54
|
+
darken: {
|
55
|
+
gentle: number;
|
56
|
+
medium: number;
|
57
|
+
harsh: number;
|
58
|
+
};
|
59
|
+
lighten: {
|
60
|
+
gentle: number;
|
61
|
+
medium: number;
|
62
|
+
strong: number;
|
63
|
+
harsh: number;
|
64
|
+
extreme: number;
|
65
|
+
};
|
66
|
+
opacity: {
|
67
|
+
gentle: number;
|
68
|
+
light: number;
|
69
|
+
harsh: number;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
lineHeight: {
|
73
|
+
small: string;
|
74
|
+
medium: string;
|
75
|
+
};
|
76
|
+
palette: {
|
77
|
+
component: {
|
78
|
+
answerSelectedColor: string;
|
79
|
+
answerUnselectedColor: string;
|
80
|
+
continueButtonColor: string;
|
81
|
+
continueButtonHoverColor: string;
|
82
|
+
backButtonColor: string;
|
83
|
+
backButtonHoverColor: string;
|
84
|
+
progressBarFilledColor: string;
|
85
|
+
progressBarUnfilledColor: string;
|
86
|
+
scrollIndicatorColor: string;
|
87
|
+
};
|
88
|
+
background: {
|
89
|
+
answerBackgroundColor: string;
|
90
|
+
secondaryBackgroundColor: string;
|
91
|
+
widgetBackgroundColor: string;
|
92
|
+
};
|
93
|
+
text: {
|
94
|
+
primaryTextColor: string;
|
95
|
+
continueButtonTextColor: string;
|
96
|
+
secondaryTextColor: string;
|
97
|
+
};
|
98
|
+
status: {
|
99
|
+
disabled: string;
|
100
|
+
error: string;
|
101
|
+
};
|
102
|
+
};
|
103
|
+
spacing: {
|
104
|
+
base: string;
|
105
|
+
reset: string;
|
106
|
+
tiny: string;
|
107
|
+
little: string;
|
108
|
+
small: string;
|
109
|
+
petite: string;
|
110
|
+
smedium: string;
|
111
|
+
medium: string;
|
112
|
+
moderate: string;
|
113
|
+
ample: string;
|
114
|
+
large: string;
|
115
|
+
huge: string;
|
116
|
+
massive: string;
|
117
|
+
};
|
118
|
+
brandLogoName: string;
|
119
|
+
table: {
|
120
|
+
row: {
|
121
|
+
height: string;
|
122
|
+
};
|
123
|
+
column: {
|
124
|
+
width: string;
|
125
|
+
};
|
126
|
+
};
|
127
|
+
typography: {
|
128
|
+
p: {
|
129
|
+
size: string;
|
130
|
+
};
|
131
|
+
h1: {
|
132
|
+
size: string;
|
133
|
+
icon: string;
|
134
|
+
};
|
135
|
+
h2: {
|
136
|
+
size: string;
|
137
|
+
icon: string;
|
138
|
+
};
|
139
|
+
h3: {
|
140
|
+
size: string;
|
141
|
+
icon: string;
|
142
|
+
};
|
143
|
+
h4: {
|
144
|
+
size: string;
|
145
|
+
icon: string;
|
146
|
+
};
|
147
|
+
h5: {
|
148
|
+
size: string;
|
149
|
+
icon: string;
|
150
|
+
};
|
151
|
+
h6: {
|
152
|
+
size: string;
|
153
|
+
icon: string;
|
154
|
+
};
|
155
|
+
subheader: {
|
156
|
+
size: string;
|
157
|
+
icon: string;
|
158
|
+
fontFamily: string;
|
159
|
+
};
|
160
|
+
button: {
|
161
|
+
large: string;
|
162
|
+
};
|
163
|
+
weight: {
|
164
|
+
thin: number;
|
165
|
+
medium: number;
|
166
|
+
thick: number;
|
167
|
+
};
|
168
|
+
fontFamily: string;
|
169
|
+
};
|
170
|
+
};
|
171
|
+
};
|
172
|
+
export default auroraTheme;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.auroraPalette = void 0;
|
7
|
+
var themeCreator_1 = __importDefault(require("./themeCreator"));
|
8
|
+
exports.auroraPalette = {
|
9
|
+
component: {
|
10
|
+
answerSelectedColor: 'rgb(0, 140, 255)',
|
11
|
+
answerUnselectedColor: 'rgb(148, 148, 148)',
|
12
|
+
continueButtonColor: 'rgb(6, 171, 72)',
|
13
|
+
continueButtonHoverColor: 'rgb(3, 144, 60)',
|
14
|
+
backButtonColor: 'rgb(237, 237, 237)',
|
15
|
+
backButtonHoverColor: 'rgb(223, 223, 223)',
|
16
|
+
progressBarFilledColor: 'rgb(2, 193, 79)',
|
17
|
+
progressBarUnfilledColor: 'rgb(247, 247, 247)',
|
18
|
+
scrollIndicatorColor: 'rgb(79, 79, 79)',
|
19
|
+
},
|
20
|
+
background: {
|
21
|
+
answerBackgroundColor: 'rgb(255, 255, 255)',
|
22
|
+
secondaryBackgroundColor: 'rgb(247, 247, 247)',
|
23
|
+
widgetBackgroundColor: 'rgb(255,255,255)',
|
24
|
+
},
|
25
|
+
text: {
|
26
|
+
primaryTextColor: 'rgb(0, 0, 0)',
|
27
|
+
continueButtonTextColor: 'rgb(255, 255, 255)',
|
28
|
+
secondaryTextColor: 'rgb(79, 79, 79)',
|
29
|
+
},
|
30
|
+
status: {
|
31
|
+
disabled: 'rgb(134, 134, 134)',
|
32
|
+
error: 'rgb(249, 98, 78)',
|
33
|
+
},
|
34
|
+
};
|
35
|
+
var auroraTheme = (0, themeCreator_1.default)(exports.auroraPalette);
|
36
|
+
exports.default = auroraTheme;
|
37
|
+
//# sourceMappingURL=auroraTheme.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"auroraTheme.js","sourceRoot":"","sources":["../../src/Themes/auroraTheme.ts"],"names":[],"mappings":";;;;;;AAAA,gEAA0C;AAE7B,QAAA,aAAa,GAAG;IAC3B,SAAS,EAAE;QACT,mBAAmB,EAAE,kBAAkB;QACvC,qBAAqB,EAAE,oBAAoB;QAC3C,mBAAmB,EAAE,iBAAiB;QACtC,wBAAwB,EAAE,iBAAiB;QAC3C,eAAe,EAAE,oBAAoB;QACrC,oBAAoB,EAAE,oBAAoB;QAC1C,sBAAsB,EAAE,iBAAiB;QACzC,wBAAwB,EAAE,oBAAoB;QAC9C,oBAAoB,EAAE,iBAAiB;KACxC;IACD,UAAU,EAAE;QACV,qBAAqB,EAAE,oBAAoB;QAC3C,wBAAwB,EAAE,oBAAoB;QAC9C,qBAAqB,EAAE,kBAAkB;KAC1C;IACD,IAAI,EAAE;QACJ,gBAAgB,EAAE,cAAc;QAChC,uBAAuB,EAAE,oBAAoB;QAC7C,kBAAkB,EAAE,iBAAiB;KACtC;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,oBAAoB;QAC9B,KAAK,EAAE,kBAAkB;KAC1B;CACF,CAAC;AAEF,IAAM,WAAW,GAAG,IAAA,sBAAY,EAAC,qBAAa,CAAC,CAAC;AAEhD,kBAAe,WAAW,CAAC"}
|
package/Themes/index.d.ts
CHANGED
@@ -3,6 +3,8 @@ export { default as gowizardTheme, gowizardPalette } from './gowizardTheme';
|
|
3
3
|
export { default as indigoTheme, indigoPalette } from './indigoTheme';
|
4
4
|
export { default as rhubarbTheme, rhubarbPalette } from './rhubarbTheme';
|
5
5
|
export { default as atlanticTheme, atlanticPalette } from './atlanticTheme';
|
6
|
+
export { default as auroraTheme, auroraPalette } from './auroraTheme';
|
7
|
+
export { default as apricotTheme, apricotPalette } from './apricotTheme';
|
6
8
|
export { default as palettes } from './palettes';
|
7
9
|
export { default as themes, ITheme, IThemes } from './themes';
|
8
10
|
export { default as StoryThemeWrapper } from './StoryThemeWrapper';
|
package/Themes/index.js
CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.StoryThemeWrapper = exports.themes = exports.palettes = exports.atlanticPalette = exports.atlanticTheme = exports.rhubarbPalette = exports.rhubarbTheme = exports.indigoPalette = exports.indigoTheme = exports.gowizardPalette = exports.gowizardTheme = exports.chameleonPalette = exports.chameleonTheme = void 0;
|
6
|
+
exports.StoryThemeWrapper = exports.themes = exports.palettes = exports.apricotPalette = exports.apricotTheme = exports.auroraPalette = exports.auroraTheme = exports.atlanticPalette = exports.atlanticTheme = exports.rhubarbPalette = exports.rhubarbTheme = exports.indigoPalette = exports.indigoTheme = exports.gowizardPalette = exports.gowizardTheme = exports.chameleonPalette = exports.chameleonTheme = void 0;
|
7
7
|
var chameleonTheme_1 = require("./chameleonTheme");
|
8
8
|
Object.defineProperty(exports, "chameleonTheme", { enumerable: true, get: function () { return __importDefault(chameleonTheme_1).default; } });
|
9
9
|
Object.defineProperty(exports, "chameleonPalette", { enumerable: true, get: function () { return chameleonTheme_1.chameleonPalette; } });
|
@@ -19,6 +19,12 @@ Object.defineProperty(exports, "rhubarbPalette", { enumerable: true, get: functi
|
|
19
19
|
var atlanticTheme_1 = require("./atlanticTheme");
|
20
20
|
Object.defineProperty(exports, "atlanticTheme", { enumerable: true, get: function () { return __importDefault(atlanticTheme_1).default; } });
|
21
21
|
Object.defineProperty(exports, "atlanticPalette", { enumerable: true, get: function () { return atlanticTheme_1.atlanticPalette; } });
|
22
|
+
var auroraTheme_1 = require("./auroraTheme");
|
23
|
+
Object.defineProperty(exports, "auroraTheme", { enumerable: true, get: function () { return __importDefault(auroraTheme_1).default; } });
|
24
|
+
Object.defineProperty(exports, "auroraPalette", { enumerable: true, get: function () { return auroraTheme_1.auroraPalette; } });
|
25
|
+
var apricotTheme_1 = require("./apricotTheme");
|
26
|
+
Object.defineProperty(exports, "apricotTheme", { enumerable: true, get: function () { return __importDefault(apricotTheme_1).default; } });
|
27
|
+
Object.defineProperty(exports, "apricotPalette", { enumerable: true, get: function () { return apricotTheme_1.apricotPalette; } });
|
22
28
|
var palettes_1 = require("./palettes");
|
23
29
|
Object.defineProperty(exports, "palettes", { enumerable: true, get: function () { return __importDefault(palettes_1).default; } });
|
24
30
|
var themes_1 = require("./themes");
|
package/Themes/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Themes/index.ts"],"names":[],"mappings":";;;;;;AAAA,mDAA+E;AAAtE,iIAAA,OAAO,OAAkB;AAAE,kHAAA,gBAAgB,OAAA;AACpD,iDAA4E;AAAnE,+HAAA,OAAO,OAAiB;AAAE,gHAAA,eAAe,OAAA;AAClD,6CAAsE;AAA7D,2HAAA,OAAO,OAAe;AAAE,4GAAA,aAAa,OAAA;AAC9C,+CAAyE;AAAhE,6HAAA,OAAO,OAAgB;AAAE,8GAAA,cAAc,OAAA;AAChD,iDAA4E;AAAnE,+HAAA,OAAO,OAAiB;AAAE,gHAAA,eAAe,OAAA;AAClD,uCAAiD;AAAxC,qHAAA,OAAO,OAAY;AAC5B,mCAA8D;AAArD,iHAAA,OAAO,OAAU;AAC1B,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Themes/index.ts"],"names":[],"mappings":";;;;;;AAAA,mDAA+E;AAAtE,iIAAA,OAAO,OAAkB;AAAE,kHAAA,gBAAgB,OAAA;AACpD,iDAA4E;AAAnE,+HAAA,OAAO,OAAiB;AAAE,gHAAA,eAAe,OAAA;AAClD,6CAAsE;AAA7D,2HAAA,OAAO,OAAe;AAAE,4GAAA,aAAa,OAAA;AAC9C,+CAAyE;AAAhE,6HAAA,OAAO,OAAgB;AAAE,8GAAA,cAAc,OAAA;AAChD,iDAA4E;AAAnE,+HAAA,OAAO,OAAiB;AAAE,gHAAA,eAAe,OAAA;AAClD,6CAAsE;AAA7D,2HAAA,OAAO,OAAe;AAAE,4GAAA,aAAa,OAAA;AAC9C,+CAAyE;AAAhE,6HAAA,OAAO,OAAgB;AAAE,8GAAA,cAAc,OAAA;AAChD,uCAAiD;AAAxC,qHAAA,OAAO,OAAY;AAC5B,mCAA8D;AAArD,iHAAA,OAAO,OAAU;AAC1B,yDAAmE;AAA1D,uIAAA,OAAO,OAAqB"}
|
package/Themes/palettes.d.ts
CHANGED
@@ -134,6 +134,60 @@ declare const palettes: {
|
|
134
134
|
error: string;
|
135
135
|
};
|
136
136
|
};
|
137
|
+
aurora: {
|
138
|
+
component: {
|
139
|
+
answerSelectedColor: string;
|
140
|
+
answerUnselectedColor: string;
|
141
|
+
continueButtonColor: string;
|
142
|
+
continueButtonHoverColor: string;
|
143
|
+
backButtonColor: string;
|
144
|
+
backButtonHoverColor: string;
|
145
|
+
progressBarFilledColor: string;
|
146
|
+
progressBarUnfilledColor: string;
|
147
|
+
scrollIndicatorColor: string;
|
148
|
+
};
|
149
|
+
background: {
|
150
|
+
answerBackgroundColor: string;
|
151
|
+
secondaryBackgroundColor: string;
|
152
|
+
widgetBackgroundColor: string;
|
153
|
+
};
|
154
|
+
text: {
|
155
|
+
primaryTextColor: string;
|
156
|
+
continueButtonTextColor: string;
|
157
|
+
secondaryTextColor: string;
|
158
|
+
};
|
159
|
+
status: {
|
160
|
+
disabled: string;
|
161
|
+
error: string;
|
162
|
+
};
|
163
|
+
};
|
164
|
+
apricot: {
|
165
|
+
component: {
|
166
|
+
answerSelectedColor: string;
|
167
|
+
answerUnselectedColor: string;
|
168
|
+
continueButtonColor: string;
|
169
|
+
continueButtonHoverColor: string;
|
170
|
+
backButtonColor: string;
|
171
|
+
backButtonHoverColor: string;
|
172
|
+
progressBarFilledColor: string;
|
173
|
+
progressBarUnfilledColor: string;
|
174
|
+
scrollIndicatorColor: string;
|
175
|
+
};
|
176
|
+
background: {
|
177
|
+
answerBackgroundColor: string;
|
178
|
+
secondaryBackgroundColor: string;
|
179
|
+
widgetBackgroundColor: string;
|
180
|
+
};
|
181
|
+
text: {
|
182
|
+
primaryTextColor: string;
|
183
|
+
continueButtonTextColor: string;
|
184
|
+
secondaryTextColor: string;
|
185
|
+
};
|
186
|
+
status: {
|
187
|
+
disabled: string;
|
188
|
+
error: string;
|
189
|
+
};
|
190
|
+
};
|
137
191
|
custom: {
|
138
192
|
component: {
|
139
193
|
answerSelectedColor: string;
|