intelicoreact 1.5.40 → 1.6.0
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/dist/Atomic/FormElements/ActionAlert/ActionAlert.js +93 -44
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.scss +23 -13
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.js +43 -38
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.scss +20 -10
- package/dist/Atomic/FormElements/Calendar/Calendar.js +243 -164
- package/dist/Atomic/FormElements/Calendar/Calendar.scss +1 -0
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.js +60 -51
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.scss +21 -11
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.js +47 -39
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.scss +5 -2
- package/dist/Atomic/FormElements/Datepicker/Datepicker.js +410 -308
- package/dist/Atomic/FormElements/Datepicker/components/Calendar.js +169 -109
- package/dist/Atomic/FormElements/Dropdown/Dropdown.js +680 -527
- package/dist/Atomic/FormElements/Dropdown/Dropdown.scss +58 -56
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.js +28 -15
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.js +498 -378
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.scss +33 -29
- package/dist/Atomic/FormElements/FileLoader/FileLoader.js +103 -70
- package/dist/Atomic/FormElements/FileLoader/FileLoader.scss +0 -2
- package/dist/Atomic/FormElements/FileLoader/partial/LoadZone.js +138 -91
- package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.js +109 -55
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.js +254 -193
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.scss +19 -16
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.js +156 -140
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.scss +8 -4
- package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.js +222 -156
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.js +158 -114
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.js +151 -92
- package/dist/Atomic/FormElements/Input/Input.js +340 -330
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +156 -110
- package/dist/Atomic/FormElements/InputColor/InputColor.js +57 -58
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.js +189 -145
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.js +294 -228
- package/dist/Atomic/FormElements/InputDateRange/components/DateInput.js +55 -56
- package/dist/Atomic/FormElements/InputDateRange/components/Datepicker.js +645 -536
- package/dist/Atomic/FormElements/InputDateRange/components/OpenedPart.js +220 -190
- package/dist/Atomic/FormElements/InputDateRange/components/SelectItem.js +33 -31
- package/dist/Atomic/FormElements/InputDateRange/dependencies.js +247 -169
- package/dist/Atomic/FormElements/InputLink/InputLink.js +118 -71
- package/dist/Atomic/FormElements/InputMask/InputCarretPosition.js +47 -38
- package/dist/Atomic/FormElements/InputMask/InputMask.js +938 -1053
- package/dist/Atomic/FormElements/InputMask/config.js +16 -15
- package/dist/Atomic/FormElements/InputMask/functions.js +77 -51
- package/dist/Atomic/FormElements/InputMask2/InputMask2.js +569 -592
- package/dist/Atomic/FormElements/InputMask2/config.js +16 -15
- package/dist/Atomic/FormElements/InputMask2/functions.js +77 -51
- package/dist/Atomic/FormElements/InputMask3/InputMask3.js +651 -679
- package/dist/Atomic/FormElements/InputMask3/config.js +16 -15
- package/dist/Atomic/FormElements/InputMask3/functions.js +77 -51
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.js +127 -88
- package/dist/Atomic/FormElements/InputsRow/InputsRow.js +182 -111
- package/dist/Atomic/FormElements/Label/Label.js +82 -55
- package/dist/Atomic/FormElements/Label/Label.scss +18 -8
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +437 -382
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.js +88 -50
- package/dist/Atomic/FormElements/NumericInput/NumericInput.js +314 -264
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.js +93 -51
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.js +69 -55
- package/dist/Atomic/FormElements/RadioInput/RadioInput.js +51 -45
- package/dist/Atomic/FormElements/RadioInput/RadioInput.scss +4 -4
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.js +53 -40
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.js +169 -120
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.js +195 -141
- package/dist/Atomic/FormElements/RangeList/RangeList.js +199 -140
- package/dist/Atomic/FormElements/RangeList/RangeList.scss +2 -2
- package/dist/Atomic/FormElements/RangeList/partial/AnyOuterClass.scss +0 -3
- package/dist/Atomic/FormElements/RangeList/partial/RangeListRow.js +57 -44
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +463 -377
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.js +760 -759
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.js +36 -31
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.scss +0 -2
- package/dist/Atomic/FormElements/Switcher/Switcher.js +52 -44
- package/dist/Atomic/FormElements/Switcher/Switcher.scss +3 -3
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.js +43 -44
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.scss +0 -2
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.js +37 -36
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.scss +0 -2
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.js +93 -56
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.scss +0 -2
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.js +86 -53
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.scss +0 -2
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.js +46 -54
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +172 -102
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.scss +4 -6
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +209 -154
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.js +59 -56
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.scss +2 -2
- package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.js +140 -112
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +1035 -919
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.scss +153 -116
- package/dist/Atomic/FormElements/Text/Text.js +88 -97
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.js +44 -35
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.scss +8 -8
- package/dist/Atomic/FormElements/Textarea/Textarea.js +102 -64
- package/dist/Atomic/FormElements/Textarea/Textarea.scss +4 -8
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.js +172 -133
- package/dist/Atomic/FormElements/TieredCheckboxes/partial/AccordionWithCheckbox.js +48 -49
- package/dist/Atomic/FormElements/TimeRange/TimeRange.js +114 -63
- package/dist/Atomic/FormElements/TimeRange/TimeRange.scss +9 -3
- package/dist/Atomic/FormElements/UserContacts/UserContacts.js +179 -122
- package/dist/Atomic/FormElements/UserContacts/UserContacts.scss +10 -5
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.js +101 -65
- package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.js +80 -71
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +79 -64
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.scss +0 -2
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.js +42 -34
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.js +102 -83
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.scss +0 -2
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.js +42 -35
- package/dist/Atomic/Layout/Header/Header.js +148 -80
- package/dist/Atomic/Layout/MainMenu/MainMenu.js +213 -133
- package/dist/Atomic/Layout/MainMenu/MainMenu.scss +7 -7
- package/dist/Atomic/Layout/Spinner/Spinner.js +39 -22
- package/dist/Atomic/Layout/Spinner/Spinner.scss +36 -16
- package/dist/Atomic/UI/Accordion/Accordion.js +102 -53
- package/dist/Atomic/UI/Accordion/Accordion.scss +25 -14
- package/dist/Atomic/UI/Accordion/AccordionItem.js +170 -102
- package/dist/Atomic/UI/AccordionTable/AccordionTable.js +251 -167
- package/dist/Atomic/UI/AccordionText/AccordionText.js +105 -54
- package/dist/Atomic/UI/AccordionText/AccordionText.scss +22 -9
- package/dist/Atomic/UI/AdvancedTag/AdvTag.js +207 -135
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.js +100 -46
- package/dist/Atomic/UI/Alert/Alert.js +116 -63
- package/dist/Atomic/UI/Alert/Alert.scss +2 -2
- package/dist/Atomic/UI/Arrow/Arrow.js +163 -110
- package/dist/Atomic/UI/Box/Box.js +37 -37
- package/dist/Atomic/UI/Box/Box.scss +11 -11
- package/dist/Atomic/UI/Button/Button.js +43 -41
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.js +61 -67
- package/dist/Atomic/UI/Chart/Chart.js +170 -96
- package/dist/Atomic/UI/Chart/partial/Chart.constants.js +142 -74
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.js +91 -77
- package/dist/Atomic/UI/Chart/partial/datasetSetters.js +120 -117
- package/dist/Atomic/UI/Chart/partial/optionsConstructor.js +314 -292
- package/dist/Atomic/UI/Chart/partial/optionsSetters.js +54 -39
- package/dist/Atomic/UI/Chart/partial/utils.js +56 -33
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.js +145 -88
- package/dist/Atomic/UI/DateTime/DateTime.js +89 -37
- package/dist/Atomic/UI/DateTime/DateTime.scss +2 -2
- package/dist/Atomic/UI/DebugContainer/DebugContainer.js +93 -31
- package/dist/Atomic/UI/DebugContainer/useDebugContainer.js +66 -18
- package/dist/Atomic/UI/DoubleString/DoubleString.js +134 -77
- package/dist/Atomic/UI/DoubleString/DoubleString.scss +6 -4
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.js +65 -22
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +251 -170
- package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.js +109 -84
- package/dist/Atomic/UI/Hint/Hint.interface.js +4 -0
- package/dist/Atomic/UI/Hint/Hint.js +247 -204
- package/dist/Atomic/UI/Hint/Hint.scss +4 -2
- package/dist/Atomic/UI/Hint/Hint.stories.js +10 -5
- package/dist/Atomic/UI/Hint/Hint.test.js +96 -0
- package/dist/Atomic/UI/Hint/index.js +3 -2
- package/dist/Atomic/UI/Hint/partials/_utils.js +60 -46
- package/dist/Atomic/UI/Modal/Modal.js +171 -172
- package/dist/Atomic/UI/Modal/Modal.scss +91 -65
- package/dist/Atomic/UI/Modal/Modal.stories.js +1 -1
- package/dist/Atomic/UI/Modal/ModalHOC.js +92 -38
- package/dist/Atomic/UI/Modal/ModalMobile.scss +26 -14
- package/dist/Atomic/UI/Modal/partials/ModalFooter.js +68 -18
- package/dist/Atomic/UI/Modal/partials/ModalTitle.js +107 -38
- package/dist/Atomic/UI/Modal/partials/useMobileModal.js +130 -153
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.js +118 -62
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +172 -25
- package/dist/Atomic/UI/NavLine/NavLine.js +306 -273
- package/dist/Atomic/UI/NavLine/NavLine.scss +202 -155
- package/dist/Atomic/UI/NavLine/NavLine.test.js +1 -1
- package/dist/Atomic/UI/PageTitle/PageTitle.js +73 -52
- package/dist/Atomic/UI/PageTitle/PageTitle.scss +52 -14
- package/dist/Atomic/UI/PieChart/PieChart.js +105 -42
- package/dist/Atomic/UI/PieChart/PieChart.scss +87 -11
- package/dist/Atomic/UI/Price/Price.js +27 -20
- package/dist/Atomic/UI/PriceRange/PriceRange.js +40 -18
- package/dist/Atomic/UI/ProgressLine/ProgressLine.js +92 -73
- package/dist/Atomic/UI/ProgressLine/ProgressLine.scss +66 -52
- package/dist/Atomic/UI/Status/Status.js +62 -51
- package/dist/Atomic/UI/Status/Status.scss +48 -29
- package/dist/Atomic/UI/Table/Partials/TdCell.js +126 -88
- package/dist/Atomic/UI/Table/Partials/TdHeader.js +58 -39
- package/dist/Atomic/UI/Table/Partials/TdRow.js +124 -73
- package/dist/Atomic/UI/Table/Partials/TdTitle.js +113 -45
- package/dist/Atomic/UI/Table/Table.js +61 -43
- package/dist/Atomic/UI/Table/Table.scss +0 -3
- package/dist/Atomic/UI/Table/TdTypes/TdActions.js +108 -64
- package/dist/Atomic/UI/Table/TdTypes/TdPriority.js +44 -31
- package/dist/Atomic/UI/Table/TdTypes/TdRange.js +24 -10
- package/dist/Atomic/UI/Table/TdTypes/TdWeight.js +59 -48
- package/dist/Atomic/UI/Tag/Tag.js +157 -113
- package/dist/Atomic/UI/Tag/Tag.scss +104 -47
- package/dist/Atomic/UI/TagList/TagList.js +223 -179
- package/dist/Atomic/UI/TagList/TagList.scss +13 -9
- package/dist/Atomic/UI/UserBox/UserBox.js +80 -56
- package/dist/Atomic/UI/UserBox/UserBox.scss +45 -21
- package/dist/Atomic/UI/UserBox/UserBox.test.js +2 -2
- package/dist/Atomic/UI/WizardStepper/constructor.js +127 -89
- package/dist/Atomic/UI/WizardStepper/index.js +14 -6
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/StateIcon.js +53 -51
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/StateIcon.scss +11 -7
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/index.js +9 -5
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/StepRow.js +84 -67
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/StepRow.scss +13 -7
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/index.js +14 -6
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/StepWrapper.js +50 -45
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/StepWrapper.scss +24 -18
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/index.js +14 -6
- package/dist/Atomic/UI/WizardStepper/ui/icons.js +138 -106
- package/dist/Atomic/UI/WizardStepper/ui/index.js +14 -6
- package/dist/Classes/AbortableFetch.js +394 -326
- package/dist/Classes/AnimatedHandler.js +31 -44
- package/dist/Classes/RESTAPI/index.js +131 -173
- package/dist/Classes/RESTAPI/partials/AbortableFetch.js +399 -334
- package/dist/Classes/RESTAPI/partials/ApiBase.js +30 -30
- package/dist/Classes/RESTAPI/partials/ApiRequestCreators.js +107 -88
- package/dist/Classes/RESTAPI/partials/ApiUtils.js +144 -166
- package/dist/Classes/RESTAPI/partials/CredentialsProcessing.js +180 -204
- package/dist/Classes/RESTAPI/partials/Utils.js +80 -83
- package/dist/Classes/RESTAPI/partials/_outerDependencies.js +16 -8
- package/dist/Classes/RESTAPI/partials/_utils.js +139 -125
- package/dist/Constants/index.constants.js +102 -22
- package/dist/Functions/Portal.js +67 -23
- package/dist/Functions/customEventListener.js +48 -50
- package/dist/Functions/dateTime.js +130 -177
- package/dist/Functions/fieldValueFormatters.js +275 -346
- package/dist/Functions/guards/assertions.js +294 -0
- package/dist/Functions/guards/safeValue.js +75 -0
- package/dist/Functions/guards/typeGuards.js +374 -0
- package/dist/Functions/hooks/useFormFieldsChangesManager.js +125 -96
- package/dist/Functions/locale/createTranslator.js +29 -27
- package/dist/Functions/operations.js +129 -102
- package/dist/Functions/presets/inputMaskPresets.js +88 -99
- package/dist/Functions/presets/inputPresets.js +41 -35
- package/dist/Functions/presets/mobileKeyboardTypesPresets.js +30 -49
- package/dist/Functions/schemas.js +78 -20
- package/dist/Functions/useBodyScrollLock.js +21 -15
- package/dist/Functions/useClickOutside.js +21 -16
- package/dist/Functions/useDebounce.js +62 -21
- package/dist/Functions/useFieldFocus.js +83 -79
- package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.js +39 -46
- package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.js +132 -137
- package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.js +63 -73
- package/dist/Functions/useFormTools/functions/General.js +117 -129
- package/dist/Functions/useFormTools/functions/RenderFields.js +75 -85
- package/dist/Functions/useFormTools/functions/usePrevious.js +16 -10
- package/dist/Functions/useFormTools/index.js +647 -709
- package/dist/Functions/useInputHighlightError.js +104 -53
- package/dist/Functions/useKeyPress/useHandleKeyPress.js +40 -33
- package/dist/Functions/useKeyPress/useKeyPress.js +48 -39
- package/dist/Functions/useLocalStorage.js +38 -31
- package/dist/Functions/useLocationParams.js +31 -24
- package/dist/Functions/useMediaQuery.js +14 -10
- package/dist/Functions/useMetaInfo.js +45 -35
- package/dist/Functions/useMouseUpOutside.js +21 -15
- package/dist/Functions/useOnlineStatus.js +25 -21
- package/dist/Functions/usePasswordChecker.js +183 -111
- package/dist/Functions/usePrevious.js +16 -10
- package/dist/Functions/useResize.js +32 -28
- package/dist/Functions/useScrollTo.js +26 -16
- package/dist/Functions/useToggle.js +20 -16
- package/dist/Functions/utils.js +493 -469
- package/dist/Molecular/CustomIcons/components/AffiliateNetworks.js +75 -28
- package/dist/Molecular/CustomIcons/components/AlertCircle.js +77 -28
- package/dist/Molecular/CustomIcons/components/AppStore.js +84 -32
- package/dist/Molecular/CustomIcons/components/Arrow.js +93 -38
- package/dist/Molecular/CustomIcons/components/ArrowDown.js +63 -20
- package/dist/Molecular/CustomIcons/components/ArrowLeft.js +71 -23
- package/dist/Molecular/CustomIcons/components/ArrowRight.js +71 -23
- package/dist/Molecular/CustomIcons/components/ArrowUp.js +63 -20
- package/dist/Molecular/CustomIcons/components/Bell.js +61 -18
- package/dist/Molecular/CustomIcons/components/Button.js +61 -18
- package/dist/Molecular/CustomIcons/components/Campaigns.js +62 -19
- package/dist/Molecular/CustomIcons/components/Check.js +62 -19
- package/dist/Molecular/CustomIcons/components/Check2.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronDown.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronDownDisabled.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronLeft.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronRight.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronUp.js +61 -18
- package/dist/Molecular/CustomIcons/components/ChevronUpDown.js +81 -33
- package/dist/Molecular/CustomIcons/components/Close.js +64 -20
- package/dist/Molecular/CustomIcons/components/ColumnsOrder.js +95 -45
- package/dist/Molecular/CustomIcons/components/Delete.js +62 -19
- package/dist/Molecular/CustomIcons/components/Edit.js +61 -18
- package/dist/Molecular/CustomIcons/components/Email.js +87 -36
- package/dist/Molecular/CustomIcons/components/FinturfLogo.js +82 -26
- package/dist/Molecular/CustomIcons/components/FinturfLogo2.js +83 -34
- package/dist/Molecular/CustomIcons/components/Flows.js +61 -18
- package/dist/Molecular/CustomIcons/components/Gift.js +71 -23
- package/dist/Molecular/CustomIcons/components/GoogleAuth.js +84 -32
- package/dist/Molecular/CustomIcons/components/GooglePlay.js +84 -32
- package/dist/Molecular/CustomIcons/components/HelpCircle.js +67 -21
- package/dist/Molecular/CustomIcons/components/HelpCircle2.js +68 -22
- package/dist/Molecular/CustomIcons/components/HelpCircleFilled.js +67 -21
- package/dist/Molecular/CustomIcons/components/Home.js +67 -21
- package/dist/Molecular/CustomIcons/components/Home2.js +70 -24
- package/dist/Molecular/CustomIcons/components/Key.js +69 -26
- package/dist/Molecular/CustomIcons/components/Landers.js +68 -22
- package/dist/Molecular/CustomIcons/components/Lock.js +61 -18
- package/dist/Molecular/CustomIcons/components/Mail.js +75 -26
- package/dist/Molecular/CustomIcons/components/Mastercard.js +128 -68
- package/dist/Molecular/CustomIcons/components/Minus.js +79 -31
- package/dist/Molecular/CustomIcons/components/Offers.js +62 -19
- package/dist/Molecular/CustomIcons/components/Pause.js +79 -31
- package/dist/Molecular/CustomIcons/components/PayPal.js +96 -45
- package/dist/Molecular/CustomIcons/components/PayPalLightLarge.js +81 -32
- package/dist/Molecular/CustomIcons/components/Phone.js +81 -33
- package/dist/Molecular/CustomIcons/components/Play.js +79 -31
- package/dist/Molecular/CustomIcons/components/Plus.js +79 -31
- package/dist/Molecular/CustomIcons/components/Profile.js +69 -23
- package/dist/Molecular/CustomIcons/components/QRCode.js +85 -33
- package/dist/Molecular/CustomIcons/components/Rectangle.js +61 -18
- package/dist/Molecular/CustomIcons/components/Revert.js +67 -21
- package/dist/Molecular/CustomIcons/components/Star.js +60 -17
- package/dist/Molecular/CustomIcons/components/Star2.js +62 -19
- package/dist/Molecular/CustomIcons/components/TrafficSources.js +68 -21
- package/dist/Molecular/CustomIcons/components/Trash.js +61 -18
- package/dist/Molecular/CustomIcons/components/TrashRed.js +61 -18
- package/dist/Molecular/CustomIcons/components/Triggers.js +61 -18
- package/dist/Molecular/CustomIcons/components/User.js +71 -23
- package/dist/Molecular/CustomIcons/components/Visa.js +88 -34
- package/dist/Molecular/CustomIcons/components/X.js +61 -18
- package/dist/Molecular/CustomIcons/index.js +76 -674
- package/dist/Molecular/FormElement/FormElement.js +44 -41
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.js +179 -161
- package/dist/Molecular/FormWithDependOn/partials/_utils.js +49 -56
- package/dist/Molecular/InputAddress/InputAddress.js +496 -421
- package/dist/Molecular/InputAddress/InputAddress.scss +12 -14
- package/dist/Molecular/InputPassword/InputPassword.js +99 -47
- package/dist/index.js +11 -8
- package/dist/scss/_mixins.scss +2 -2
- package/dist/scss/_vars.scss +1 -2
- package/dist/scss/main.scss +4 -3
- package/dist/types/declaration/ArrayElement.d.js +4 -0
- package/dist/types/declaration/AsyncReturnType.d.js +4 -0
- package/dist/types/declaration/DeepPartial.d.js +4 -0
- package/dist/types/declaration/DeepReadonly.d.js +4 -0
- package/dist/types/declaration/DeepRequired.d.js +4 -0
- package/dist/types/declaration/Flatten.d.js +4 -0
- package/dist/types/declaration/FunctionType.d.js +4 -0
- package/dist/types/declaration/If.d.js +4 -0
- package/dist/types/declaration/KeysType.d.js +4 -0
- package/dist/types/declaration/NonNullableType.d.js +4 -0
- package/dist/types/declaration/ObjectType.d.js +4 -0
- package/dist/types/declaration/OnlyObjectKeys.d.js +4 -0
- package/dist/types/declaration/PrettyPrint.d.js +31 -0
- package/dist/types/declaration/RequiredFields.d.js +4 -0
- package/dist/types/declaration/TupleType.d.js +4 -0
- package/dist/types/declaration/ValuesType.d.js +4 -0
- package/package.json +18 -21
- package/dist/Atomic/UI/NavLine/Tabs.js +0 -115
- package/dist/Functions/animatingFunctions/getAnimatedHandler.js +0 -1
- package/dist/Functions/useIsMobile.js +0 -26
|
@@ -1,23 +1,33 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
.modal-overlay {
|
|
5
|
-
position: fixed;
|
|
6
|
-
z-index: 4;
|
|
7
|
-
top: 0;
|
|
8
|
-
left: 0;
|
|
9
|
-
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 100%;
|
|
12
|
-
|
|
13
|
-
opacity: 0.5;
|
|
14
|
-
background-color: black;
|
|
15
|
-
|
|
16
|
-
transition: opacity 0.2s ease;
|
|
17
|
-
}
|
|
1
|
+
@use "../../../scss/_vars";
|
|
2
|
+
@use "../../../scss/mixins";
|
|
18
3
|
|
|
19
4
|
.modal {
|
|
5
|
+
--modal-overlay-bg: black;
|
|
6
|
+
--modal-overlay-opacity: 0.5;
|
|
7
|
+
--modal-bg: #fff;
|
|
8
|
+
--modal-header-bg: #f7fafc;
|
|
9
|
+
--modal-body-bg: #f7fafc;
|
|
10
|
+
--modal-footer-bg: #f7fafc;
|
|
11
|
+
--modal-border-color: #e2e5ec;
|
|
12
|
+
--modal-title-color: vars.$color--primary;
|
|
13
|
+
--modal-title-font-size: 16px;
|
|
14
|
+
--modal-title-font-weight: 400;
|
|
15
|
+
--modal-width: 600px;
|
|
20
16
|
--modal-min-height: 300px;
|
|
17
|
+
--modal-margin: 0 10px;
|
|
18
|
+
--modal-padding: 15px;
|
|
19
|
+
--modal-header-padding: 10px 15px;
|
|
20
|
+
--modal-footer-padding: 7.5px 15px;
|
|
21
|
+
--modal-border-radius: 6px;
|
|
22
|
+
--modal-inner-radius: 4px;
|
|
23
|
+
--modal-box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
|
|
24
|
+
--modal-close-btn-size: 40px;
|
|
25
|
+
--modal-close-icon-size: 20px;
|
|
26
|
+
--modal-close-btn-color: #1e1e2d;
|
|
27
|
+
--modal-close-hover-bg: #e2e5ec;
|
|
28
|
+
--modal-primary-bg: #{vars.$color--primary};
|
|
29
|
+
--modal-primary-title-color: #ffffff;
|
|
30
|
+
--modal-primary-close-hover: #5162d4;
|
|
21
31
|
--max-height: calc(100% - 30px);
|
|
22
32
|
|
|
23
33
|
position: relative;
|
|
@@ -26,14 +36,14 @@
|
|
|
26
36
|
display: flex;
|
|
27
37
|
flex-direction: column;
|
|
28
38
|
|
|
29
|
-
width: 600px;
|
|
30
|
-
min-height: var(--modal-min-height);
|
|
31
|
-
max-height: var(--max-height);
|
|
32
|
-
margin: 0 10px;
|
|
39
|
+
width: var(--modal-width, 600px);
|
|
40
|
+
min-height: var(--modal-min-height, 300px);
|
|
41
|
+
max-height: var(--max-height, calc(100% - 30px));
|
|
42
|
+
margin: var(--modal-margin, 0 10px);
|
|
33
43
|
|
|
34
|
-
border-radius: 6px;
|
|
35
|
-
background-color: #fff;
|
|
36
|
-
box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
|
|
44
|
+
border-radius: var(--modal-border-radius, 6px);
|
|
45
|
+
background-color: var(--modal-bg, #fff);
|
|
46
|
+
box-shadow: var(--modal-box-shadow, 0 20px 20px rgb(0 0 0 / 20%));
|
|
37
47
|
|
|
38
48
|
&__header {
|
|
39
49
|
position: relative;
|
|
@@ -42,29 +52,29 @@
|
|
|
42
52
|
justify-content: space-between;
|
|
43
53
|
align-items: center;
|
|
44
54
|
|
|
45
|
-
padding: 10px 15px;
|
|
55
|
+
padding: var(--modal-header-padding, 10px 15px);
|
|
46
56
|
|
|
47
|
-
border-bottom: 1px solid #e2e5ec;
|
|
48
|
-
border-top-left-radius: 4px;
|
|
49
|
-
border-top-right-radius: 4px;
|
|
50
|
-
background-color: #f7fafc;
|
|
57
|
+
border-bottom: 1px solid var(--modal-border-color, #e2e5ec);
|
|
58
|
+
border-top-left-radius: var(--modal-inner-radius, 4px);
|
|
59
|
+
border-top-right-radius: var(--modal-inner-radius, 4px);
|
|
60
|
+
background-color: var(--modal-header-bg, #f7fafc);
|
|
51
61
|
|
|
52
62
|
&-primary {
|
|
53
|
-
background-color:
|
|
63
|
+
background-color: var(--modal-primary-bg, #{vars.$color--primary});
|
|
54
64
|
|
|
55
65
|
&-title {
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
font-weight: 400;
|
|
66
|
+
font-size: var(--modal-title-font-size, 16px);
|
|
67
|
+
font-weight: var(--modal-title-font-weight, 400);
|
|
58
68
|
|
|
59
|
-
color: #ffffff;
|
|
69
|
+
color: var(--modal-primary-title-color, #ffffff);
|
|
60
70
|
}
|
|
61
71
|
}
|
|
62
72
|
|
|
63
73
|
&-title {
|
|
64
|
-
font-size: 16px;
|
|
74
|
+
font-size: var(--modal-title-font-size, 16px);
|
|
65
75
|
font-weight: normal;
|
|
66
76
|
|
|
67
|
-
color:
|
|
77
|
+
color: var(--modal-title-color, vars.$color--primary);
|
|
68
78
|
}
|
|
69
79
|
}
|
|
70
80
|
|
|
@@ -73,20 +83,23 @@
|
|
|
73
83
|
flex-grow: 1;
|
|
74
84
|
|
|
75
85
|
box-sizing: border-box;
|
|
76
|
-
padding: 15px;
|
|
86
|
+
padding: var(--modal-padding, 15px);
|
|
87
|
+
|
|
88
|
+
border-bottom-right-radius: var(--modal-inner-radius, 4px);
|
|
89
|
+
border-bottom-left-radius: var(--modal-inner-radius, 4px);
|
|
90
|
+
background-color: var(--modal-body-bg, #f7fafc);
|
|
77
91
|
|
|
78
|
-
|
|
79
|
-
border-bottom-left-radius: 4px;
|
|
80
|
-
background-color: #f7fafc;
|
|
92
|
+
@include mixins.custom-scroll2;
|
|
81
93
|
|
|
82
|
-
@include custom-scroll2;
|
|
83
94
|
&:first-of-type {
|
|
84
|
-
|
|
85
|
-
|
|
95
|
+
overflow-x: hidden;
|
|
96
|
+
|
|
97
|
+
border-top-left-radius: var(--modal-inner-radius, 4px);
|
|
98
|
+
border-top-right-radius: var(--modal-inner-radius, 4px);
|
|
86
99
|
}
|
|
87
100
|
|
|
88
101
|
&--no-footer {
|
|
89
|
-
padding: 15px;
|
|
102
|
+
padding: var(--modal-padding, 15px);
|
|
90
103
|
}
|
|
91
104
|
}
|
|
92
105
|
|
|
@@ -95,12 +108,12 @@
|
|
|
95
108
|
justify-content: flex-end;
|
|
96
109
|
align-items: center;
|
|
97
110
|
|
|
98
|
-
padding: 7.5px 15px;
|
|
111
|
+
padding: var(--modal-footer-padding, 7.5px 15px);
|
|
99
112
|
|
|
100
|
-
border-top: 1px solid #e2e5ec;
|
|
101
|
-
border-bottom-right-radius: 4px;
|
|
102
|
-
border-bottom-left-radius: 4px;
|
|
103
|
-
background-color: #f7fafc;
|
|
113
|
+
border-top: 1px solid var(--modal-border-color, #e2e5ec);
|
|
114
|
+
border-bottom-right-radius: var(--modal-inner-radius, 4px);
|
|
115
|
+
border-bottom-left-radius: var(--modal-inner-radius, 4px);
|
|
116
|
+
background-color: var(--modal-footer-bg, #f7fafc);
|
|
104
117
|
|
|
105
118
|
&_with-left-content {
|
|
106
119
|
justify-content: space-between;
|
|
@@ -113,7 +126,7 @@
|
|
|
113
126
|
|
|
114
127
|
width: calc(100% - 30px);
|
|
115
128
|
|
|
116
|
-
background-color: #
|
|
129
|
+
background-color: var(--modal-bg, #fff);
|
|
117
130
|
}
|
|
118
131
|
}
|
|
119
132
|
|
|
@@ -125,6 +138,21 @@
|
|
|
125
138
|
}
|
|
126
139
|
}
|
|
127
140
|
|
|
141
|
+
.modal-overlay {
|
|
142
|
+
position: fixed;
|
|
143
|
+
z-index: 4;
|
|
144
|
+
top: 0;
|
|
145
|
+
left: 0;
|
|
146
|
+
|
|
147
|
+
width: 100%;
|
|
148
|
+
height: 100%;
|
|
149
|
+
|
|
150
|
+
opacity: var(--modal-overlay-opacity, 0.5);
|
|
151
|
+
background-color: var(--modal-overlay-bg, black);
|
|
152
|
+
|
|
153
|
+
transition: opacity 0.2s ease;
|
|
154
|
+
}
|
|
155
|
+
|
|
128
156
|
.modal__footer--noborder {
|
|
129
157
|
border-top: none;
|
|
130
158
|
}
|
|
@@ -144,7 +172,6 @@
|
|
|
144
172
|
from {
|
|
145
173
|
opacity: 0;
|
|
146
174
|
}
|
|
147
|
-
|
|
148
175
|
to {
|
|
149
176
|
opacity: 1;
|
|
150
177
|
}
|
|
@@ -172,43 +199,42 @@
|
|
|
172
199
|
justify-content: center;
|
|
173
200
|
align-items: center;
|
|
174
201
|
|
|
175
|
-
width: 40px;
|
|
202
|
+
width: var(--modal-close-btn-size, 40px);
|
|
176
203
|
height: 100%;
|
|
177
204
|
|
|
178
205
|
cursor: pointer;
|
|
179
206
|
|
|
180
|
-
color: #1e1e2d;
|
|
181
|
-
|
|
182
|
-
border-top-right-radius: 5px;
|
|
207
|
+
color: var(--modal-close-btn-color, #1e1e2d);
|
|
208
|
+
border-top-right-radius: var(--modal-inner-radius, 4px);
|
|
183
209
|
background: transparent;
|
|
184
210
|
|
|
185
211
|
&:hover {
|
|
186
|
-
background-color: #e2e5ec;
|
|
212
|
+
background-color: var(--modal-close-hover-bg, #e2e5ec);
|
|
187
213
|
}
|
|
188
214
|
|
|
189
215
|
&-primary {
|
|
190
|
-
color: #1e1e2d;
|
|
216
|
+
color: var(--modal-close-btn-color, #1e1e2d);
|
|
191
217
|
|
|
192
218
|
&:hover {
|
|
193
219
|
opacity: 1;
|
|
194
|
-
background-color: #5162d4;
|
|
220
|
+
background-color: var(--modal-primary-close-hover, #5162d4);
|
|
195
221
|
}
|
|
196
222
|
}
|
|
197
223
|
|
|
198
224
|
&-merchant {
|
|
199
|
-
color: #1e1e2d;
|
|
225
|
+
color: var(--modal-close-btn-color, #1e1e2d);
|
|
200
226
|
|
|
201
227
|
&:hover {
|
|
202
228
|
opacity: 1;
|
|
203
|
-
background-color: #5162d4;
|
|
229
|
+
background-color: var(--modal-primary-close-hover, #5162d4);
|
|
204
230
|
}
|
|
205
231
|
}
|
|
206
232
|
}
|
|
207
233
|
|
|
208
234
|
.modal-close-icon {
|
|
209
|
-
width: 20px;
|
|
210
|
-
min-width: 20px;
|
|
211
|
-
height: 20px;
|
|
235
|
+
width: var(--modal-close-icon-size, 20px);
|
|
236
|
+
min-width: var(--modal-close-icon-size, 20px);
|
|
237
|
+
height: var(--modal-close-icon-size, 20px);
|
|
212
238
|
}
|
|
213
239
|
|
|
214
240
|
.modal-text-card {
|
|
@@ -258,7 +284,7 @@
|
|
|
258
284
|
|
|
259
285
|
font-weight: 400;
|
|
260
286
|
|
|
261
|
-
border-right: 1px solid #e2e5ec;
|
|
287
|
+
border-right: 1px solid var(--modal-border-color, #e2e5ec);
|
|
262
288
|
}
|
|
263
289
|
|
|
264
290
|
th:first-child,
|
|
@@ -311,7 +337,7 @@
|
|
|
311
337
|
}
|
|
312
338
|
|
|
313
339
|
.confirm-modal {
|
|
314
|
-
border-radius: 4px;
|
|
340
|
+
border-radius: var(--modal-inner-radius, 4px);
|
|
315
341
|
|
|
316
342
|
.modal {
|
|
317
343
|
&__header-title {
|
|
@@ -326,7 +352,7 @@
|
|
|
326
352
|
}
|
|
327
353
|
|
|
328
354
|
&__footer {
|
|
329
|
-
background-color: #
|
|
355
|
+
background-color: var(--modal-bg, #fff);
|
|
330
356
|
}
|
|
331
357
|
}
|
|
332
358
|
}
|
|
@@ -42,7 +42,7 @@ _export(exports, {
|
|
|
42
42
|
}
|
|
43
43
|
});
|
|
44
44
|
const _jsxruntime = require("react/jsx-runtime");
|
|
45
|
-
const _Dropdown = /*#__PURE__*/ _interop_require_default(require("
|
|
45
|
+
const _Dropdown = /*#__PURE__*/ _interop_require_default(require("@/Atomic/FormElements/Dropdown/Dropdown"));
|
|
46
46
|
const _react = require("react");
|
|
47
47
|
const _Alert = /*#__PURE__*/ _interop_require_default(require("../Alert/Alert"));
|
|
48
48
|
const _Button = /*#__PURE__*/ _interop_require_default(require("../Button/Button"));
|
|
@@ -1,43 +1,97 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
2
|
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
|
|
3
|
+
value: true
|
|
6
4
|
});
|
|
7
|
-
exports
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _jsxruntime = require("react/jsx-runtime");
|
|
12
|
+
const _classnames = /*#__PURE__*/ _interop_require_default(require("classnames"));
|
|
13
|
+
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
14
|
+
const _useHandleKeyPress = /*#__PURE__*/ _interop_require_default(require("../../../Functions/useKeyPress/useHandleKeyPress"));
|
|
11
15
|
require("./Modal.scss");
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
16
|
+
function _interop_require_default(obj) {
|
|
17
|
+
return obj && obj.__esModule ? obj : {
|
|
18
|
+
default: obj
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function _getRequireWildcardCache(nodeInterop) {
|
|
22
|
+
if (typeof WeakMap !== "function") return null;
|
|
23
|
+
var cacheBabelInterop = new WeakMap();
|
|
24
|
+
var cacheNodeInterop = new WeakMap();
|
|
25
|
+
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
26
|
+
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
27
|
+
})(nodeInterop);
|
|
28
|
+
}
|
|
29
|
+
function _interop_require_wildcard(obj, nodeInterop) {
|
|
30
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
34
|
+
return {
|
|
35
|
+
default: obj
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
var cache = _getRequireWildcardCache(nodeInterop);
|
|
39
|
+
if (cache && cache.has(obj)) {
|
|
40
|
+
return cache.get(obj);
|
|
41
|
+
}
|
|
42
|
+
var newObj = {
|
|
43
|
+
__proto__: null
|
|
44
|
+
};
|
|
45
|
+
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
46
|
+
for(var key in obj){
|
|
47
|
+
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
48
|
+
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
49
|
+
if (desc && (desc.get || desc.set)) {
|
|
50
|
+
Object.defineProperty(newObj, key, desc);
|
|
51
|
+
} else {
|
|
52
|
+
newObj[key] = obj[key];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
newObj.default = obj;
|
|
57
|
+
if (cache) {
|
|
58
|
+
cache.set(obj, newObj);
|
|
59
|
+
}
|
|
60
|
+
return newObj;
|
|
61
|
+
}
|
|
62
|
+
const Modal = ({ zIndex = 100, isOpen, closeModal, children, className, size, testId = 'modal', closeOnEsc = true })=>{
|
|
63
|
+
const modalRef = (0, _react.useRef)(null);
|
|
64
|
+
(0, _useHandleKeyPress.default)({
|
|
65
|
+
escCallback: closeOnEsc && typeof closeModal === 'function' ? ()=>closeModal === null || closeModal === void 0 ? void 0 : closeModal() : undefined
|
|
66
|
+
});
|
|
67
|
+
if (!isOpen) return null;
|
|
68
|
+
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
69
|
+
style: {
|
|
70
|
+
zIndex
|
|
71
|
+
},
|
|
72
|
+
"data-testid": testId,
|
|
73
|
+
className: "modal-box j5",
|
|
74
|
+
role: "presentation",
|
|
75
|
+
children: [
|
|
76
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
77
|
+
className: "modal-overlay",
|
|
78
|
+
onClick: closeModal,
|
|
79
|
+
role: "presentation",
|
|
80
|
+
"aria-hidden": "true"
|
|
81
|
+
}),
|
|
82
|
+
/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
83
|
+
ref: modalRef,
|
|
84
|
+
style: {
|
|
85
|
+
width: size
|
|
86
|
+
},
|
|
87
|
+
className: (0, _classnames.default)(className, 'modal'),
|
|
88
|
+
role: "dialog",
|
|
89
|
+
"aria-modal": "true",
|
|
90
|
+
"aria-labelledby": testId,
|
|
91
|
+
tabIndex: -1,
|
|
92
|
+
children: children
|
|
93
|
+
})
|
|
94
|
+
]
|
|
95
|
+
});
|
|
42
96
|
};
|
|
43
|
-
|
|
97
|
+
const _default = Modal;
|
|
@@ -10,26 +10,40 @@
|
|
|
10
10
|
|
|
11
11
|
@media only screen and (max-width: 768px) {
|
|
12
12
|
.modal-mobile-container {
|
|
13
|
+
--modal-container-z-index: 100;
|
|
14
|
+
--modal-container-width: 100dvw;
|
|
15
|
+
--modal-container-height: 100dvh;
|
|
16
|
+
--modal-container-border-radius: 16px;
|
|
17
|
+
--modal-content-margin-top: 16px;
|
|
18
|
+
--modal-animation-duration: 0.4s;
|
|
19
|
+
--modal-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
20
|
+
|
|
13
21
|
position: relative;
|
|
14
|
-
z-index: 100;
|
|
22
|
+
z-index: var(--modal-container-z-index, 100);
|
|
15
23
|
|
|
16
24
|
overflow-y: auto;
|
|
17
25
|
|
|
18
26
|
box-sizing: border-box;
|
|
19
|
-
width: 100dvw;
|
|
20
|
-
height: 100dvh;
|
|
27
|
+
width: var(--modal-container-width, 100dvw);
|
|
28
|
+
height: var(--modal-container-height, 100dvh);
|
|
21
29
|
|
|
22
|
-
border-radius:
|
|
30
|
+
border-radius: var(--modal-container-border-radius, 16px)
|
|
31
|
+
var(--modal-container-border-radius, 16px) 0 0;
|
|
23
32
|
|
|
24
33
|
.modal {
|
|
34
|
+
--modal-header-footer-width: 100%;
|
|
35
|
+
--modal-header-top: 0;
|
|
36
|
+
--modal-footer-bottom: 0;
|
|
37
|
+
|
|
25
38
|
max-width: 100vw;
|
|
26
39
|
max-height: unset !important;
|
|
27
|
-
margin-top: 16px !important;
|
|
40
|
+
margin-top: var(--modal-content-margin-top, 16px) !important;
|
|
28
41
|
|
|
29
|
-
border-radius:
|
|
42
|
+
border-radius: var(--modal-container-border-radius, 16px)
|
|
43
|
+
var(--modal-container-border-radius, 16px) 0 0;
|
|
30
44
|
|
|
31
45
|
animation-name: slideup;
|
|
32
|
-
animation-duration: 0.4s;
|
|
46
|
+
animation-duration: var(--modal-animation-duration, 0.4s);
|
|
33
47
|
|
|
34
48
|
&__header,
|
|
35
49
|
&__footer {
|
|
@@ -37,7 +51,7 @@
|
|
|
37
51
|
left: 0;
|
|
38
52
|
|
|
39
53
|
box-sizing: border-box;
|
|
40
|
-
width: 100
|
|
54
|
+
width: var(--modal-header-footer-width, 100%);
|
|
41
55
|
|
|
42
56
|
&--hidden {
|
|
43
57
|
position: relative;
|
|
@@ -46,20 +60,18 @@
|
|
|
46
60
|
&--sticky {
|
|
47
61
|
position: sticky;
|
|
48
62
|
|
|
49
|
-
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
|
|
63
|
+
box-shadow: var(--modal-shadow, 0px 0px 16px 0px rgba(0, 0, 0, 0.15));
|
|
50
64
|
}
|
|
51
65
|
}
|
|
52
66
|
|
|
53
67
|
&__header {
|
|
54
|
-
top: 0;
|
|
68
|
+
top: var(--modal-header-top, 0);
|
|
55
69
|
}
|
|
56
70
|
|
|
57
71
|
&__footer {
|
|
58
|
-
|
|
59
|
-
}
|
|
72
|
+
bottom: var(--modal-footer-bottom, 0);
|
|
60
73
|
|
|
61
|
-
|
|
62
|
-
bottom: 0;
|
|
74
|
+
border-radius: 0 !important;
|
|
63
75
|
}
|
|
64
76
|
}
|
|
65
77
|
|
|
@@ -1,21 +1,71 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
2
|
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
|
|
3
|
+
value: true
|
|
6
4
|
});
|
|
7
|
-
exports
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
5
|
+
Object.defineProperty(exports, "default", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _default;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _jsxruntime = require("react/jsx-runtime");
|
|
12
|
+
const _classnames = /*#__PURE__*/ _interop_require_default(require("classnames"));
|
|
13
|
+
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
14
|
+
function _interop_require_default(obj) {
|
|
15
|
+
return obj && obj.__esModule ? obj : {
|
|
16
|
+
default: obj
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function _getRequireWildcardCache(nodeInterop) {
|
|
20
|
+
if (typeof WeakMap !== "function") return null;
|
|
21
|
+
var cacheBabelInterop = new WeakMap();
|
|
22
|
+
var cacheNodeInterop = new WeakMap();
|
|
23
|
+
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
24
|
+
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
25
|
+
})(nodeInterop);
|
|
26
|
+
}
|
|
27
|
+
function _interop_require_wildcard(obj, nodeInterop) {
|
|
28
|
+
if (!nodeInterop && obj && obj.__esModule) {
|
|
29
|
+
return obj;
|
|
30
|
+
}
|
|
31
|
+
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
32
|
+
return {
|
|
33
|
+
default: obj
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
var cache = _getRequireWildcardCache(nodeInterop);
|
|
37
|
+
if (cache && cache.has(obj)) {
|
|
38
|
+
return cache.get(obj);
|
|
39
|
+
}
|
|
40
|
+
var newObj = {
|
|
41
|
+
__proto__: null
|
|
42
|
+
};
|
|
43
|
+
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
44
|
+
for(var key in obj){
|
|
45
|
+
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
46
|
+
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
47
|
+
if (desc && (desc.get || desc.set)) {
|
|
48
|
+
Object.defineProperty(newObj, key, desc);
|
|
49
|
+
} else {
|
|
50
|
+
newObj[key] = obj[key];
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
newObj.default = obj;
|
|
55
|
+
if (cache) {
|
|
56
|
+
cache.set(obj, newObj);
|
|
57
|
+
}
|
|
58
|
+
return newObj;
|
|
59
|
+
}
|
|
60
|
+
const ModalFooter = /*#__PURE__*/ (0, _react.memo)(({ className = '', children, wrapperRef, testId = 'modal-footer' })=>{
|
|
61
|
+
return /*#__PURE__*/ (0, _jsxruntime.jsx)("footer", {
|
|
62
|
+
"data-testid": testId,
|
|
63
|
+
ref: wrapperRef,
|
|
64
|
+
className: (0, _classnames.default)('modal__footer', className),
|
|
65
|
+
role: "contentinfo",
|
|
66
|
+
"aria-label": "Modal footer",
|
|
67
|
+
children: children
|
|
68
|
+
});
|
|
69
|
+
});
|
|
70
|
+
ModalFooter.displayName = 'ModalFooter';
|
|
71
|
+
const _default = ModalFooter;
|