intelicoreact 1.3.21 → 1.3.23
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 +17 -28
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.scss +9 -9
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.js +19 -30
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.scss +8 -10
- package/dist/Atomic/FormElements/Calendar/Calendar.js +87 -144
- package/dist/Atomic/FormElements/Calendar/Calendar.scss +23 -27
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.js +28 -37
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.scss +16 -19
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.js +23 -39
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.scss +2 -2
- package/dist/Atomic/FormElements/Datepicker/Datepicker.js +154 -290
- package/dist/Atomic/FormElements/Datepicker/Datepicker.scss +0 -8
- package/dist/Atomic/FormElements/Datepicker/components/Calendar.js +55 -96
- package/dist/Atomic/FormElements/Dropdown/Dropdown.js +294 -464
- package/dist/Atomic/FormElements/Dropdown/Dropdown.scss +141 -95
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.js +6 -10
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.scss +3 -3
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.js +113 -183
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.scss +54 -18
- package/dist/Atomic/FormElements/FileLoader/FileLoader.js +41 -66
- package/dist/Atomic/FormElements/FileLoader/FileLoader.scss +31 -30
- package/dist/Atomic/FormElements/FileLoader/partial/LoadZone.js +51 -132
- package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.js +36 -75
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.js +59 -80
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.scss +44 -29
- package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.js +81 -122
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.js +38 -88
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.scss +24 -21
- package/dist/Atomic/FormElements/Input/Input.js +185 -279
- package/dist/Atomic/FormElements/Input/Input.scss +18 -18
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +57 -111
- package/dist/Atomic/FormElements/InputColor/InputColor.js +31 -46
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.js +37 -67
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.scss +9 -6
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.js +135 -203
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.scss +95 -95
- package/dist/Atomic/FormElements/InputDateRange/components/DateInput.js +36 -61
- package/dist/Atomic/FormElements/InputDateRange/components/Datepicker.js +232 -350
- package/dist/Atomic/FormElements/InputDateRange/components/OpenedPart.js +95 -167
- package/dist/Atomic/FormElements/InputDateRange/components/SelectItem.js +15 -20
- package/dist/Atomic/FormElements/InputDateRange/dependencies.js +94 -211
- package/dist/Atomic/FormElements/InputLink/InputLink.js +42 -68
- package/dist/Atomic/FormElements/InputLink/InputLink.scss +5 -5
- package/dist/Atomic/FormElements/InputMask/InputCarretPosition.js +10 -14
- package/dist/Atomic/FormElements/InputMask/InputMask.js +598 -1009
- package/dist/Atomic/FormElements/InputMask/InputMask.scss +10 -10
- package/dist/Atomic/FormElements/InputMask/config.js +9 -9
- package/dist/Atomic/FormElements/InputMask/functions.js +23 -48
- package/dist/Atomic/FormElements/InputMask2/InputMask2.js +296 -432
- package/dist/Atomic/FormElements/InputMask2/InputMask2.scss +13 -12
- package/dist/Atomic/FormElements/InputMask2/config.js +9 -9
- package/dist/Atomic/FormElements/InputMask2/functions.js +23 -48
- package/dist/Atomic/FormElements/InputMask3/InputMask3.js +333 -493
- package/dist/Atomic/FormElements/InputMask3/InputMask3.scss +13 -12
- package/dist/Atomic/FormElements/InputMask3/config.js +9 -9
- package/dist/Atomic/FormElements/InputMask3/functions.js +23 -48
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.js +53 -115
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.scss +34 -31
- package/dist/Atomic/FormElements/InputsRow/InputsRow.js +77 -131
- package/dist/Atomic/FormElements/InputsRow/InputsRow.scss +4 -5
- package/dist/Atomic/FormElements/Label/Label.js +14 -24
- package/dist/Atomic/FormElements/Label/Label.scss +2 -2
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +227 -359
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.scss +8 -9
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.js +26 -48
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.scss +2 -2
- package/dist/Atomic/FormElements/NumericInput/NumericInput.js +149 -223
- package/dist/Atomic/FormElements/NumericInput/NumericInput.scss +18 -18
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.js +31 -63
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.scss +1 -0
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.js +25 -47
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.scss +1 -0
- package/dist/Atomic/FormElements/RadioInput/RadioInput.js +22 -33
- package/dist/Atomic/FormElements/RadioInput/RadioInput.scss +4 -8
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.js +21 -44
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.scss +26 -25
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.js +68 -115
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.scss +17 -19
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.js +71 -114
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.scss +5 -5
- package/dist/Atomic/FormElements/RangeList/RangeList.js +102 -163
- package/dist/Atomic/FormElements/RangeList/RangeList.scss +23 -23
- package/dist/Atomic/FormElements/RangeList/partial/AnyOuterClass.scss +5 -4
- package/dist/Atomic/FormElements/RangeList/partial/RangeListRow.js +23 -29
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +153 -318
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.scss +19 -24
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.stories.scss +7 -7
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider.stories.scss +8 -8
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.js +395 -585
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.scss +165 -91
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.js +14 -24
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.scss +2 -2
- package/dist/Atomic/FormElements/Switcher/Switcher.js +24 -29
- package/dist/Atomic/FormElements/Switcher/Switcher.scss +10 -12
- package/dist/Atomic/FormElements/Switcher/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.js +26 -50
- package/dist/Atomic/FormElements/SwitcherCheckbox/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.js +20 -32
- package/dist/Atomic/FormElements/SwitcherHide/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.js +33 -56
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.scss +1 -1
- package/dist/Atomic/FormElements/SwitcherRadio/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.js +25 -45
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.js +24 -34
- package/dist/Atomic/FormElements/SwitcherRangeList/partial/AnyOuterClass.scss +6 -6
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +56 -125
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.scss +2 -3
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +102 -103
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.js +23 -46
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.scss +2 -3
- package/dist/Atomic/FormElements/SwitcherTextarea/partial/AnyOuterClass.scss +4 -4
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +299 -453
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.scss +103 -64
- package/dist/Atomic/FormElements/Text/Text.js +50 -56
- package/dist/Atomic/FormElements/Text/Text.scss +0 -1
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.js +21 -31
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.scss +15 -15
- package/dist/Atomic/FormElements/Textarea/Textarea.js +16 -27
- package/dist/Atomic/FormElements/Textarea/Textarea.scss +7 -8
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.js +69 -129
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.scss +5 -6
- package/dist/Atomic/FormElements/TieredCheckboxes/partial/AccordionWithCheckbox.js +25 -36
- package/dist/Atomic/FormElements/TimeRange/TimeRange.js +39 -76
- package/dist/Atomic/FormElements/TimeRange/TimeRange.scss +1 -1
- package/dist/Atomic/FormElements/UserContacts/UserContacts.js +82 -149
- package/dist/Atomic/FormElements/UserContacts/partial/AnyOuterClass.scss +5 -6
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.js +48 -80
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.scss +77 -59
- package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.js +32 -42
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +42 -62
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.scss +9 -10
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/AnyOuterClass.scss +16 -14
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.js +20 -21
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.js +54 -73
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.scss +9 -10
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/AnyOuterClass.scss +16 -14
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.js +17 -17
- package/dist/Atomic/Layout/Header/Header.js +26 -53
- package/dist/Atomic/Layout/Header/Header.scss +9 -10
- package/dist/Atomic/Layout/MainMenu/MainMenu.js +48 -92
- package/dist/Atomic/Layout/MainMenu/MainMenu.scss +14 -17
- package/dist/Atomic/Layout/Spinner/Spinner.js +11 -17
- package/dist/Atomic/Layout/Spinner/Spinner.scss +3 -3
- package/dist/Atomic/UI/Accordion/Accordion.js +23 -53
- package/dist/Atomic/UI/Accordion/Accordion.scss +11 -11
- package/dist/Atomic/UI/Accordion/AccordionItem.js +45 -70
- package/dist/Atomic/UI/AccordionTable/AccordionTable.js +63 -121
- package/dist/Atomic/UI/AccordionTable/AccordionTable.scss +33 -38
- package/dist/Atomic/UI/AccordionText/AccordionText.js +15 -39
- package/dist/Atomic/UI/AccordionText/AccordionText.scss +18 -10
- package/dist/Atomic/UI/AdvancedTag/AdvTag.js +67 -114
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.js +26 -54
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.scss +19 -18
- package/dist/Atomic/UI/Alert/Alert.js +24 -48
- package/dist/Atomic/UI/Alert/Alert.scss +21 -21
- package/dist/Atomic/UI/Arrow/Arrow.js +19 -39
- package/dist/Atomic/UI/Box/Box.js +24 -31
- package/dist/Atomic/UI/Box/Box.scss +2 -4
- package/dist/Atomic/UI/Button/Button.js +29 -38
- package/dist/Atomic/UI/Button/Button.scss +34 -34
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.js +24 -33
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.scss +1 -1
- package/dist/Atomic/UI/Chart/Chart.js +55 -96
- package/dist/Atomic/UI/Chart/Chart.scss +4 -4
- package/dist/Atomic/UI/Chart/partial/AnyOuterClass.scss +10 -14
- package/dist/Atomic/UI/Chart/partial/Chart.constants.js +37 -47
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.js +15 -24
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.scss +1 -1
- package/dist/Atomic/UI/Chart/partial/datasetSetters.js +80 -125
- package/dist/Atomic/UI/Chart/partial/optionsConstructor.js +173 -155
- package/dist/Atomic/UI/Chart/partial/optionsSetters.js +28 -44
- package/dist/Atomic/UI/Chart/partial/utils.js +22 -50
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.js +31 -51
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.scss +7 -9
- package/dist/Atomic/UI/DateTime/DateTime.js +26 -41
- package/dist/Atomic/UI/DateTime/DateTime.scss +1 -1
- package/dist/Atomic/UI/DateTime/partial/AnyOuterClass.scss +2 -2
- package/dist/Atomic/UI/DebugContainer/DebugContainer.js +15 -39
- package/dist/Atomic/UI/DebugContainer/DebugContainer.scss +15 -9
- package/dist/Atomic/UI/DebugContainer/useDebugContainer.js +5 -21
- package/dist/Atomic/UI/DoubleString/DoubleString.js +29 -52
- package/dist/Atomic/UI/DoubleString/DoubleString.scss +11 -5
- package/dist/Atomic/UI/DoubleString/partial/AnyOuterClass.scss +4 -4
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.js +15 -63
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +99 -194
- package/dist/Atomic/UI/ExampleChartIntegration/partial/AnyOuterClass.scss +10 -15
- package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.js +57 -120
- package/dist/Atomic/UI/Hint/Hint.js +74 -120
- package/dist/Atomic/UI/Hint/Hint.scss +12 -11
- package/dist/Atomic/UI/Modal/Modal.js +152 -190
- package/dist/Atomic/UI/Modal/Modal.scss +42 -43
- package/dist/Atomic/UI/Modal/ModalHOC.js +14 -26
- package/dist/Atomic/UI/Modal/ModalMobile.scss +18 -11
- package/dist/Atomic/UI/Modal/partials/ModalFooter.js +8 -13
- package/dist/Atomic/UI/Modal/partials/ModalTitle.js +20 -24
- package/dist/Atomic/UI/Modal/partials/useMobileModal.js +102 -164
- package/dist/Atomic/UI/ModalBackup/Modal.js +65 -90
- package/dist/Atomic/UI/ModalBackup/ModalHOC.js +12 -21
- package/dist/Atomic/UI/ModalBackup/partials/ModalFooter.js +6 -11
- package/dist/Atomic/UI/ModalBackup/partials/ModalTitle.js +15 -19
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.js +32 -62
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +5 -5
- package/dist/Atomic/UI/MonoAccordion/partial/AnyOuterClass.scss +4 -5
- package/dist/Atomic/UI/NavLine/NavLine.js +140 -231
- package/dist/Atomic/UI/NavLine/NavLine.scss +34 -36
- package/dist/Atomic/UI/NavLine/Tabs.js +40 -41
- package/dist/Atomic/UI/PageTitle/PageTitle.js +13 -17
- package/dist/Atomic/UI/PageTitle/PageTitle.scss +7 -7
- package/dist/Atomic/UI/PieChart/PieChart.js +14 -24
- package/dist/Atomic/UI/PieChart/PieChart.scss +21 -10
- package/dist/Atomic/UI/Price/Price.js +12 -15
- package/dist/Atomic/UI/PriceRange/PriceRange.js +9 -13
- package/dist/Atomic/UI/ProgressLine/ProgressLine.js +29 -58
- package/dist/Atomic/UI/ProgressLine/ProgressLine.scss +36 -40
- package/dist/Atomic/UI/Status/Status.js +24 -35
- package/dist/Atomic/UI/Status/Status.scss +19 -19
- package/dist/Atomic/UI/Table/Partials/TdCell.js +38 -81
- package/dist/Atomic/UI/Table/Partials/TdHeader.js +9 -18
- package/dist/Atomic/UI/Table/Partials/TdRow.js +34 -70
- package/dist/Atomic/UI/Table/Partials/TdTitle.js +17 -41
- package/dist/Atomic/UI/Table/Table.js +27 -47
- package/dist/Atomic/UI/Table/Table.scss +11 -13
- package/dist/Atomic/UI/Table/TdTypes/TdActions.js +23 -53
- package/dist/Atomic/UI/Table/TdTypes/TdPriority.js +11 -21
- package/dist/Atomic/UI/Table/TdTypes/TdRange.js +6 -11
- package/dist/Atomic/UI/Table/TdTypes/TdTypes.scss +9 -8
- package/dist/Atomic/UI/Table/TdTypes/TdWeight.js +30 -55
- package/dist/Atomic/UI/Tag/Tag.js +24 -52
- package/dist/Atomic/UI/Tag/Tag.scss +12 -11
- package/dist/Atomic/UI/TagList/TagList.js +83 -153
- package/dist/Atomic/UI/TagList/TagList.scss +1 -1
- package/dist/Atomic/UI/UserBox/UserBox.js +17 -29
- package/dist/Atomic/UI/UserBox/UserBox.scss +9 -9
- package/dist/Classes/AbortableFetch.js +283 -422
- package/dist/Classes/AnimatedHandler.js +44 -56
- package/dist/Classes/RESTAPI/index.js +154 -433
- package/dist/Classes/RESTAPI/partials/AbortableFetch.js +290 -428
- package/dist/Classes/RESTAPI/partials/ApiBase.js +26 -69
- package/dist/Classes/RESTAPI/partials/ApiRequestCreators.js +57 -275
- package/dist/Classes/RESTAPI/partials/ApiUtils.js +146 -377
- package/dist/Classes/RESTAPI/partials/CredentialsProcessing.js +173 -421
- package/dist/Classes/RESTAPI/partials/Utils.js +81 -135
- package/dist/Classes/RESTAPI/partials/_outerDependencies.js +2 -6
- package/dist/Classes/RESTAPI/partials/_utils.js +101 -395
- package/dist/Constants/index.constants.js +15 -22
- package/dist/Functions/Portal.js +14 -33
- package/dist/Functions/customEventListener.js +9 -24
- package/dist/Functions/fieldValueFormatters.js +181 -260
- package/dist/Functions/hooks/useFormFieldsChangesManager.js +75 -137
- package/dist/Functions/locale/createTranslator.js +14 -39
- package/dist/Functions/operations.js +44 -58
- package/dist/Functions/presets/inputMaskPresets.js +59 -61
- package/dist/Functions/presets/inputPresets.js +21 -24
- package/dist/Functions/presets/mobileKeyboardTypesPresets.js +9 -11
- package/dist/Functions/schemas.js +14 -23
- package/dist/Functions/useBodyScrollLock.js +20 -0
- package/dist/Functions/useClickOutside.js +5 -9
- package/dist/Functions/useDebounce.js +11 -25
- package/dist/Functions/useFieldFocus.js +42 -71
- package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.js +35 -54
- package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.js +78 -99
- package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.js +55 -91
- package/dist/Functions/useFormTools/functions/General.js +82 -101
- package/dist/Functions/useFormTools/functions/RenderFields.js +49 -76
- package/dist/Functions/useFormTools/functions/usePrevious.js +3 -7
- package/dist/Functions/useFormTools/index.js +386 -604
- package/dist/Functions/useInputHighlightError.js +27 -52
- package/dist/Functions/useIsMobile.js +13 -36
- package/dist/Functions/useKeyPress/useHandleKeyPress.js +44 -0
- package/dist/Functions/useKeyPress/useKeyPress.js +38 -0
- package/dist/Functions/useLocalStorage.js +9 -35
- package/dist/Functions/useLocationParams.js +16 -27
- package/dist/Functions/useMetaInfo.js +23 -54
- package/dist/Functions/useMouseUpOutside.js +4 -7
- package/dist/Functions/useOnlineStatus.js +12 -40
- package/dist/Functions/usePasswordChecker.js +56 -91
- package/dist/Functions/usePrevious.js +3 -19
- package/dist/Functions/useResize.js +15 -53
- package/dist/Functions/useScrollTo.js +7 -21
- package/dist/Functions/useToggle.js +10 -30
- package/dist/Functions/utils.js +199 -458
- package/dist/Molecular/CustomIcons/components/AffiliateNetworks.js +21 -32
- package/dist/Molecular/CustomIcons/components/AlertCircle.js +21 -32
- package/dist/Molecular/CustomIcons/components/AppStore.js +25 -36
- package/dist/Molecular/CustomIcons/components/Arrow.js +31 -42
- package/dist/Molecular/CustomIcons/components/ArrowDown.js +13 -24
- package/dist/Molecular/CustomIcons/components/ArrowLeft.js +16 -27
- package/dist/Molecular/CustomIcons/components/ArrowRight.js +16 -27
- package/dist/Molecular/CustomIcons/components/ArrowUp.js +13 -24
- package/dist/Molecular/CustomIcons/components/Bell.js +11 -22
- package/dist/Molecular/CustomIcons/components/Button.js +11 -22
- package/dist/Molecular/CustomIcons/components/Campaigns.js +12 -23
- package/dist/Molecular/CustomIcons/components/Check.js +12 -23
- package/dist/Molecular/CustomIcons/components/Check2.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronDown.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronDownDisabled.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronLeft.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronRight.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronUp.js +11 -22
- package/dist/Molecular/CustomIcons/components/ChevronUpDown.js +26 -37
- package/dist/Molecular/CustomIcons/components/Close.js +13 -24
- package/dist/Molecular/CustomIcons/components/ColumnsOrder.js +38 -49
- package/dist/Molecular/CustomIcons/components/Delete.js +12 -23
- package/dist/Molecular/CustomIcons/components/Edit.js +11 -22
- package/dist/Molecular/CustomIcons/components/Email.js +29 -40
- package/dist/Molecular/CustomIcons/components/FinturfLogo.js +19 -30
- package/dist/Molecular/CustomIcons/components/FinturfLogo2.js +27 -38
- package/dist/Molecular/CustomIcons/components/Flows.js +11 -22
- package/dist/Molecular/CustomIcons/components/Gift.js +16 -27
- package/dist/Molecular/CustomIcons/components/GoogleAuth.js +25 -36
- package/dist/Molecular/CustomIcons/components/GooglePlay.js +25 -36
- package/dist/Molecular/CustomIcons/components/HelpCircle.js +14 -25
- package/dist/Molecular/CustomIcons/components/HelpCircle2.js +15 -26
- package/dist/Molecular/CustomIcons/components/HelpCircleFilled.js +14 -25
- package/dist/Molecular/CustomIcons/components/Home.js +14 -25
- package/dist/Molecular/CustomIcons/components/Home2.js +17 -28
- package/dist/Molecular/CustomIcons/components/Key.js +19 -30
- package/dist/Molecular/CustomIcons/components/Landers.js +15 -26
- package/dist/Molecular/CustomIcons/components/Lock.js +11 -22
- package/dist/Molecular/CustomIcons/components/Mail.js +19 -30
- package/dist/Molecular/CustomIcons/components/Mastercard.js +61 -72
- package/dist/Molecular/CustomIcons/components/Minus.js +24 -35
- package/dist/Molecular/CustomIcons/components/Offers.js +12 -23
- package/dist/Molecular/CustomIcons/components/Pause.js +24 -35
- package/dist/Molecular/CustomIcons/components/PayPal.js +38 -49
- package/dist/Molecular/CustomIcons/components/PayPalLightLarge.js +25 -36
- package/dist/Molecular/CustomIcons/components/Phone.js +26 -37
- package/dist/Molecular/CustomIcons/components/Play.js +24 -35
- package/dist/Molecular/CustomIcons/components/Plus.js +24 -35
- package/dist/Molecular/CustomIcons/components/Profile.js +16 -27
- package/dist/Molecular/CustomIcons/components/QRCode.js +26 -37
- package/dist/Molecular/CustomIcons/components/Rectangle.js +11 -22
- package/dist/Molecular/CustomIcons/components/Revert.js +14 -25
- package/dist/Molecular/CustomIcons/components/Star.js +10 -21
- package/dist/Molecular/CustomIcons/components/Star2.js +12 -23
- package/dist/Molecular/CustomIcons/components/TrafficSources.js +14 -25
- package/dist/Molecular/CustomIcons/components/Trash.js +11 -22
- package/dist/Molecular/CustomIcons/components/TrashRed.js +11 -22
- package/dist/Molecular/CustomIcons/components/Triggers.js +11 -22
- package/dist/Molecular/CustomIcons/components/User.js +16 -27
- package/dist/Molecular/CustomIcons/components/Visa.js +27 -38
- package/dist/Molecular/CustomIcons/components/X.js +11 -22
- package/dist/Molecular/CustomIcons/index.js +61 -183
- package/dist/Molecular/FormElement/FormElement.js +18 -27
- package/dist/Molecular/FormElement/FormElement.scss +4 -3
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.js +99 -116
- package/dist/Molecular/FormWithDependOn/partials/_utils.js +35 -34
- package/dist/Molecular/InputAddress/InputAddress.js +207 -342
- package/dist/Molecular/InputAddress/InputAddress.scss +176 -112
- package/dist/Molecular/InputPassword/InputPassword.js +22 -50
- package/dist/Molecular/InputPassword/InputPassword.scss +8 -7
- package/dist/index.js +1 -3
- package/dist/scss/_fonts.scss +60 -36
- package/dist/scss/_vars.scss +18 -18
- package/dist/scss/main.scss +4 -4
- package/package.json +1 -1
- package/dist/Atomic/FormElements/UserContacts/partial/defaultIcons.js +0 -91
|
@@ -3,795 +3,673 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
6
|
var _AffiliateNetworks = require("./components/AffiliateNetworks");
|
|
8
|
-
|
|
9
7
|
Object.keys(_AffiliateNetworks).forEach(function (key) {
|
|
10
8
|
if (key === "default" || key === "__esModule") return;
|
|
11
9
|
if (key in exports && exports[key] === _AffiliateNetworks[key]) return;
|
|
12
10
|
Object.defineProperty(exports, key, {
|
|
13
11
|
enumerable: true,
|
|
14
|
-
get: function
|
|
12
|
+
get: function () {
|
|
15
13
|
return _AffiliateNetworks[key];
|
|
16
14
|
}
|
|
17
15
|
});
|
|
18
16
|
});
|
|
19
|
-
|
|
20
17
|
var _AlertCircle = require("./components/AlertCircle");
|
|
21
|
-
|
|
22
18
|
Object.keys(_AlertCircle).forEach(function (key) {
|
|
23
19
|
if (key === "default" || key === "__esModule") return;
|
|
24
20
|
if (key in exports && exports[key] === _AlertCircle[key]) return;
|
|
25
21
|
Object.defineProperty(exports, key, {
|
|
26
22
|
enumerable: true,
|
|
27
|
-
get: function
|
|
23
|
+
get: function () {
|
|
28
24
|
return _AlertCircle[key];
|
|
29
25
|
}
|
|
30
26
|
});
|
|
31
27
|
});
|
|
32
|
-
|
|
33
28
|
var _AppStore = require("./components/AppStore");
|
|
34
|
-
|
|
35
29
|
Object.keys(_AppStore).forEach(function (key) {
|
|
36
30
|
if (key === "default" || key === "__esModule") return;
|
|
37
31
|
if (key in exports && exports[key] === _AppStore[key]) return;
|
|
38
32
|
Object.defineProperty(exports, key, {
|
|
39
33
|
enumerable: true,
|
|
40
|
-
get: function
|
|
34
|
+
get: function () {
|
|
41
35
|
return _AppStore[key];
|
|
42
36
|
}
|
|
43
37
|
});
|
|
44
38
|
});
|
|
45
|
-
|
|
46
39
|
var _Arrow = require("./components/Arrow");
|
|
47
|
-
|
|
48
40
|
Object.keys(_Arrow).forEach(function (key) {
|
|
49
41
|
if (key === "default" || key === "__esModule") return;
|
|
50
42
|
if (key in exports && exports[key] === _Arrow[key]) return;
|
|
51
43
|
Object.defineProperty(exports, key, {
|
|
52
44
|
enumerable: true,
|
|
53
|
-
get: function
|
|
45
|
+
get: function () {
|
|
54
46
|
return _Arrow[key];
|
|
55
47
|
}
|
|
56
48
|
});
|
|
57
49
|
});
|
|
58
|
-
|
|
59
50
|
var _ArrowDown = require("./components/ArrowDown");
|
|
60
|
-
|
|
61
51
|
Object.keys(_ArrowDown).forEach(function (key) {
|
|
62
52
|
if (key === "default" || key === "__esModule") return;
|
|
63
53
|
if (key in exports && exports[key] === _ArrowDown[key]) return;
|
|
64
54
|
Object.defineProperty(exports, key, {
|
|
65
55
|
enumerable: true,
|
|
66
|
-
get: function
|
|
56
|
+
get: function () {
|
|
67
57
|
return _ArrowDown[key];
|
|
68
58
|
}
|
|
69
59
|
});
|
|
70
60
|
});
|
|
71
|
-
|
|
72
61
|
var _ArrowLeft = require("./components/ArrowLeft");
|
|
73
|
-
|
|
74
62
|
Object.keys(_ArrowLeft).forEach(function (key) {
|
|
75
63
|
if (key === "default" || key === "__esModule") return;
|
|
76
64
|
if (key in exports && exports[key] === _ArrowLeft[key]) return;
|
|
77
65
|
Object.defineProperty(exports, key, {
|
|
78
66
|
enumerable: true,
|
|
79
|
-
get: function
|
|
67
|
+
get: function () {
|
|
80
68
|
return _ArrowLeft[key];
|
|
81
69
|
}
|
|
82
70
|
});
|
|
83
71
|
});
|
|
84
|
-
|
|
85
72
|
var _ArrowRight = require("./components/ArrowRight");
|
|
86
|
-
|
|
87
73
|
Object.keys(_ArrowRight).forEach(function (key) {
|
|
88
74
|
if (key === "default" || key === "__esModule") return;
|
|
89
75
|
if (key in exports && exports[key] === _ArrowRight[key]) return;
|
|
90
76
|
Object.defineProperty(exports, key, {
|
|
91
77
|
enumerable: true,
|
|
92
|
-
get: function
|
|
78
|
+
get: function () {
|
|
93
79
|
return _ArrowRight[key];
|
|
94
80
|
}
|
|
95
81
|
});
|
|
96
82
|
});
|
|
97
|
-
|
|
98
83
|
var _ArrowUp = require("./components/ArrowUp");
|
|
99
|
-
|
|
100
84
|
Object.keys(_ArrowUp).forEach(function (key) {
|
|
101
85
|
if (key === "default" || key === "__esModule") return;
|
|
102
86
|
if (key in exports && exports[key] === _ArrowUp[key]) return;
|
|
103
87
|
Object.defineProperty(exports, key, {
|
|
104
88
|
enumerable: true,
|
|
105
|
-
get: function
|
|
89
|
+
get: function () {
|
|
106
90
|
return _ArrowUp[key];
|
|
107
91
|
}
|
|
108
92
|
});
|
|
109
93
|
});
|
|
110
|
-
|
|
111
94
|
var _Bell = require("./components/Bell");
|
|
112
|
-
|
|
113
95
|
Object.keys(_Bell).forEach(function (key) {
|
|
114
96
|
if (key === "default" || key === "__esModule") return;
|
|
115
97
|
if (key in exports && exports[key] === _Bell[key]) return;
|
|
116
98
|
Object.defineProperty(exports, key, {
|
|
117
99
|
enumerable: true,
|
|
118
|
-
get: function
|
|
100
|
+
get: function () {
|
|
119
101
|
return _Bell[key];
|
|
120
102
|
}
|
|
121
103
|
});
|
|
122
104
|
});
|
|
123
|
-
|
|
124
105
|
var _Button = require("./components/Button");
|
|
125
|
-
|
|
126
106
|
Object.keys(_Button).forEach(function (key) {
|
|
127
107
|
if (key === "default" || key === "__esModule") return;
|
|
128
108
|
if (key in exports && exports[key] === _Button[key]) return;
|
|
129
109
|
Object.defineProperty(exports, key, {
|
|
130
110
|
enumerable: true,
|
|
131
|
-
get: function
|
|
111
|
+
get: function () {
|
|
132
112
|
return _Button[key];
|
|
133
113
|
}
|
|
134
114
|
});
|
|
135
115
|
});
|
|
136
|
-
|
|
137
116
|
var _Campaigns = require("./components/Campaigns");
|
|
138
|
-
|
|
139
117
|
Object.keys(_Campaigns).forEach(function (key) {
|
|
140
118
|
if (key === "default" || key === "__esModule") return;
|
|
141
119
|
if (key in exports && exports[key] === _Campaigns[key]) return;
|
|
142
120
|
Object.defineProperty(exports, key, {
|
|
143
121
|
enumerable: true,
|
|
144
|
-
get: function
|
|
122
|
+
get: function () {
|
|
145
123
|
return _Campaigns[key];
|
|
146
124
|
}
|
|
147
125
|
});
|
|
148
126
|
});
|
|
149
|
-
|
|
150
127
|
var _Check = require("./components/Check");
|
|
151
|
-
|
|
152
128
|
Object.keys(_Check).forEach(function (key) {
|
|
153
129
|
if (key === "default" || key === "__esModule") return;
|
|
154
130
|
if (key in exports && exports[key] === _Check[key]) return;
|
|
155
131
|
Object.defineProperty(exports, key, {
|
|
156
132
|
enumerable: true,
|
|
157
|
-
get: function
|
|
133
|
+
get: function () {
|
|
158
134
|
return _Check[key];
|
|
159
135
|
}
|
|
160
136
|
});
|
|
161
137
|
});
|
|
162
|
-
|
|
163
138
|
var _Check2 = require("./components/Check2");
|
|
164
|
-
|
|
165
139
|
Object.keys(_Check2).forEach(function (key) {
|
|
166
140
|
if (key === "default" || key === "__esModule") return;
|
|
167
141
|
if (key in exports && exports[key] === _Check2[key]) return;
|
|
168
142
|
Object.defineProperty(exports, key, {
|
|
169
143
|
enumerable: true,
|
|
170
|
-
get: function
|
|
144
|
+
get: function () {
|
|
171
145
|
return _Check2[key];
|
|
172
146
|
}
|
|
173
147
|
});
|
|
174
148
|
});
|
|
175
|
-
|
|
176
149
|
var _ChevronDown = require("./components/ChevronDown");
|
|
177
|
-
|
|
178
150
|
Object.keys(_ChevronDown).forEach(function (key) {
|
|
179
151
|
if (key === "default" || key === "__esModule") return;
|
|
180
152
|
if (key in exports && exports[key] === _ChevronDown[key]) return;
|
|
181
153
|
Object.defineProperty(exports, key, {
|
|
182
154
|
enumerable: true,
|
|
183
|
-
get: function
|
|
155
|
+
get: function () {
|
|
184
156
|
return _ChevronDown[key];
|
|
185
157
|
}
|
|
186
158
|
});
|
|
187
159
|
});
|
|
188
|
-
|
|
189
160
|
var _ChevronDownDisabled = require("./components/ChevronDownDisabled");
|
|
190
|
-
|
|
191
161
|
Object.keys(_ChevronDownDisabled).forEach(function (key) {
|
|
192
162
|
if (key === "default" || key === "__esModule") return;
|
|
193
163
|
if (key in exports && exports[key] === _ChevronDownDisabled[key]) return;
|
|
194
164
|
Object.defineProperty(exports, key, {
|
|
195
165
|
enumerable: true,
|
|
196
|
-
get: function
|
|
166
|
+
get: function () {
|
|
197
167
|
return _ChevronDownDisabled[key];
|
|
198
168
|
}
|
|
199
169
|
});
|
|
200
170
|
});
|
|
201
|
-
|
|
202
171
|
var _ChevronLeft = require("./components/ChevronLeft");
|
|
203
|
-
|
|
204
172
|
Object.keys(_ChevronLeft).forEach(function (key) {
|
|
205
173
|
if (key === "default" || key === "__esModule") return;
|
|
206
174
|
if (key in exports && exports[key] === _ChevronLeft[key]) return;
|
|
207
175
|
Object.defineProperty(exports, key, {
|
|
208
176
|
enumerable: true,
|
|
209
|
-
get: function
|
|
177
|
+
get: function () {
|
|
210
178
|
return _ChevronLeft[key];
|
|
211
179
|
}
|
|
212
180
|
});
|
|
213
181
|
});
|
|
214
|
-
|
|
215
182
|
var _ChevronRight = require("./components/ChevronRight");
|
|
216
|
-
|
|
217
183
|
Object.keys(_ChevronRight).forEach(function (key) {
|
|
218
184
|
if (key === "default" || key === "__esModule") return;
|
|
219
185
|
if (key in exports && exports[key] === _ChevronRight[key]) return;
|
|
220
186
|
Object.defineProperty(exports, key, {
|
|
221
187
|
enumerable: true,
|
|
222
|
-
get: function
|
|
188
|
+
get: function () {
|
|
223
189
|
return _ChevronRight[key];
|
|
224
190
|
}
|
|
225
191
|
});
|
|
226
192
|
});
|
|
227
|
-
|
|
228
193
|
var _ChevronUp = require("./components/ChevronUp");
|
|
229
|
-
|
|
230
194
|
Object.keys(_ChevronUp).forEach(function (key) {
|
|
231
195
|
if (key === "default" || key === "__esModule") return;
|
|
232
196
|
if (key in exports && exports[key] === _ChevronUp[key]) return;
|
|
233
197
|
Object.defineProperty(exports, key, {
|
|
234
198
|
enumerable: true,
|
|
235
|
-
get: function
|
|
199
|
+
get: function () {
|
|
236
200
|
return _ChevronUp[key];
|
|
237
201
|
}
|
|
238
202
|
});
|
|
239
203
|
});
|
|
240
|
-
|
|
241
204
|
var _ChevronUpDown = require("./components/ChevronUpDown");
|
|
242
|
-
|
|
243
205
|
Object.keys(_ChevronUpDown).forEach(function (key) {
|
|
244
206
|
if (key === "default" || key === "__esModule") return;
|
|
245
207
|
if (key in exports && exports[key] === _ChevronUpDown[key]) return;
|
|
246
208
|
Object.defineProperty(exports, key, {
|
|
247
209
|
enumerable: true,
|
|
248
|
-
get: function
|
|
210
|
+
get: function () {
|
|
249
211
|
return _ChevronUpDown[key];
|
|
250
212
|
}
|
|
251
213
|
});
|
|
252
214
|
});
|
|
253
|
-
|
|
254
215
|
var _Close = require("./components/Close");
|
|
255
|
-
|
|
256
216
|
Object.keys(_Close).forEach(function (key) {
|
|
257
217
|
if (key === "default" || key === "__esModule") return;
|
|
258
218
|
if (key in exports && exports[key] === _Close[key]) return;
|
|
259
219
|
Object.defineProperty(exports, key, {
|
|
260
220
|
enumerable: true,
|
|
261
|
-
get: function
|
|
221
|
+
get: function () {
|
|
262
222
|
return _Close[key];
|
|
263
223
|
}
|
|
264
224
|
});
|
|
265
225
|
});
|
|
266
|
-
|
|
267
226
|
var _ColumnsOrder = require("./components/ColumnsOrder");
|
|
268
|
-
|
|
269
227
|
Object.keys(_ColumnsOrder).forEach(function (key) {
|
|
270
228
|
if (key === "default" || key === "__esModule") return;
|
|
271
229
|
if (key in exports && exports[key] === _ColumnsOrder[key]) return;
|
|
272
230
|
Object.defineProperty(exports, key, {
|
|
273
231
|
enumerable: true,
|
|
274
|
-
get: function
|
|
232
|
+
get: function () {
|
|
275
233
|
return _ColumnsOrder[key];
|
|
276
234
|
}
|
|
277
235
|
});
|
|
278
236
|
});
|
|
279
|
-
|
|
280
237
|
var _Delete = require("./components/Delete");
|
|
281
|
-
|
|
282
238
|
Object.keys(_Delete).forEach(function (key) {
|
|
283
239
|
if (key === "default" || key === "__esModule") return;
|
|
284
240
|
if (key in exports && exports[key] === _Delete[key]) return;
|
|
285
241
|
Object.defineProperty(exports, key, {
|
|
286
242
|
enumerable: true,
|
|
287
|
-
get: function
|
|
243
|
+
get: function () {
|
|
288
244
|
return _Delete[key];
|
|
289
245
|
}
|
|
290
246
|
});
|
|
291
247
|
});
|
|
292
|
-
|
|
293
248
|
var _Edit = require("./components/Edit");
|
|
294
|
-
|
|
295
249
|
Object.keys(_Edit).forEach(function (key) {
|
|
296
250
|
if (key === "default" || key === "__esModule") return;
|
|
297
251
|
if (key in exports && exports[key] === _Edit[key]) return;
|
|
298
252
|
Object.defineProperty(exports, key, {
|
|
299
253
|
enumerable: true,
|
|
300
|
-
get: function
|
|
254
|
+
get: function () {
|
|
301
255
|
return _Edit[key];
|
|
302
256
|
}
|
|
303
257
|
});
|
|
304
258
|
});
|
|
305
|
-
|
|
306
259
|
var _Email = require("./components/Email");
|
|
307
|
-
|
|
308
260
|
Object.keys(_Email).forEach(function (key) {
|
|
309
261
|
if (key === "default" || key === "__esModule") return;
|
|
310
262
|
if (key in exports && exports[key] === _Email[key]) return;
|
|
311
263
|
Object.defineProperty(exports, key, {
|
|
312
264
|
enumerable: true,
|
|
313
|
-
get: function
|
|
265
|
+
get: function () {
|
|
314
266
|
return _Email[key];
|
|
315
267
|
}
|
|
316
268
|
});
|
|
317
269
|
});
|
|
318
|
-
|
|
319
270
|
var _FinturfLogo = require("./components/FinturfLogo");
|
|
320
|
-
|
|
321
271
|
Object.keys(_FinturfLogo).forEach(function (key) {
|
|
322
272
|
if (key === "default" || key === "__esModule") return;
|
|
323
273
|
if (key in exports && exports[key] === _FinturfLogo[key]) return;
|
|
324
274
|
Object.defineProperty(exports, key, {
|
|
325
275
|
enumerable: true,
|
|
326
|
-
get: function
|
|
276
|
+
get: function () {
|
|
327
277
|
return _FinturfLogo[key];
|
|
328
278
|
}
|
|
329
279
|
});
|
|
330
280
|
});
|
|
331
|
-
|
|
332
281
|
var _FinturfLogo2 = require("./components/FinturfLogo2");
|
|
333
|
-
|
|
334
282
|
Object.keys(_FinturfLogo2).forEach(function (key) {
|
|
335
283
|
if (key === "default" || key === "__esModule") return;
|
|
336
284
|
if (key in exports && exports[key] === _FinturfLogo2[key]) return;
|
|
337
285
|
Object.defineProperty(exports, key, {
|
|
338
286
|
enumerable: true,
|
|
339
|
-
get: function
|
|
287
|
+
get: function () {
|
|
340
288
|
return _FinturfLogo2[key];
|
|
341
289
|
}
|
|
342
290
|
});
|
|
343
291
|
});
|
|
344
|
-
|
|
345
292
|
var _Flows = require("./components/Flows");
|
|
346
|
-
|
|
347
293
|
Object.keys(_Flows).forEach(function (key) {
|
|
348
294
|
if (key === "default" || key === "__esModule") return;
|
|
349
295
|
if (key in exports && exports[key] === _Flows[key]) return;
|
|
350
296
|
Object.defineProperty(exports, key, {
|
|
351
297
|
enumerable: true,
|
|
352
|
-
get: function
|
|
298
|
+
get: function () {
|
|
353
299
|
return _Flows[key];
|
|
354
300
|
}
|
|
355
301
|
});
|
|
356
302
|
});
|
|
357
|
-
|
|
358
303
|
var _Gift = require("./components/Gift");
|
|
359
|
-
|
|
360
304
|
Object.keys(_Gift).forEach(function (key) {
|
|
361
305
|
if (key === "default" || key === "__esModule") return;
|
|
362
306
|
if (key in exports && exports[key] === _Gift[key]) return;
|
|
363
307
|
Object.defineProperty(exports, key, {
|
|
364
308
|
enumerable: true,
|
|
365
|
-
get: function
|
|
309
|
+
get: function () {
|
|
366
310
|
return _Gift[key];
|
|
367
311
|
}
|
|
368
312
|
});
|
|
369
313
|
});
|
|
370
|
-
|
|
371
314
|
var _GoogleAuth = require("./components/GoogleAuth");
|
|
372
|
-
|
|
373
315
|
Object.keys(_GoogleAuth).forEach(function (key) {
|
|
374
316
|
if (key === "default" || key === "__esModule") return;
|
|
375
317
|
if (key in exports && exports[key] === _GoogleAuth[key]) return;
|
|
376
318
|
Object.defineProperty(exports, key, {
|
|
377
319
|
enumerable: true,
|
|
378
|
-
get: function
|
|
320
|
+
get: function () {
|
|
379
321
|
return _GoogleAuth[key];
|
|
380
322
|
}
|
|
381
323
|
});
|
|
382
324
|
});
|
|
383
|
-
|
|
384
325
|
var _GooglePlay = require("./components/GooglePlay");
|
|
385
|
-
|
|
386
326
|
Object.keys(_GooglePlay).forEach(function (key) {
|
|
387
327
|
if (key === "default" || key === "__esModule") return;
|
|
388
328
|
if (key in exports && exports[key] === _GooglePlay[key]) return;
|
|
389
329
|
Object.defineProperty(exports, key, {
|
|
390
330
|
enumerable: true,
|
|
391
|
-
get: function
|
|
331
|
+
get: function () {
|
|
392
332
|
return _GooglePlay[key];
|
|
393
333
|
}
|
|
394
334
|
});
|
|
395
335
|
});
|
|
396
|
-
|
|
397
336
|
var _HelpCircle = require("./components/HelpCircle");
|
|
398
|
-
|
|
399
337
|
Object.keys(_HelpCircle).forEach(function (key) {
|
|
400
338
|
if (key === "default" || key === "__esModule") return;
|
|
401
339
|
if (key in exports && exports[key] === _HelpCircle[key]) return;
|
|
402
340
|
Object.defineProperty(exports, key, {
|
|
403
341
|
enumerable: true,
|
|
404
|
-
get: function
|
|
342
|
+
get: function () {
|
|
405
343
|
return _HelpCircle[key];
|
|
406
344
|
}
|
|
407
345
|
});
|
|
408
346
|
});
|
|
409
|
-
|
|
410
347
|
var _HelpCircle2 = require("./components/HelpCircle2");
|
|
411
|
-
|
|
412
348
|
Object.keys(_HelpCircle2).forEach(function (key) {
|
|
413
349
|
if (key === "default" || key === "__esModule") return;
|
|
414
350
|
if (key in exports && exports[key] === _HelpCircle2[key]) return;
|
|
415
351
|
Object.defineProperty(exports, key, {
|
|
416
352
|
enumerable: true,
|
|
417
|
-
get: function
|
|
353
|
+
get: function () {
|
|
418
354
|
return _HelpCircle2[key];
|
|
419
355
|
}
|
|
420
356
|
});
|
|
421
357
|
});
|
|
422
|
-
|
|
423
358
|
var _HelpCircleFilled = require("./components/HelpCircleFilled");
|
|
424
|
-
|
|
425
359
|
Object.keys(_HelpCircleFilled).forEach(function (key) {
|
|
426
360
|
if (key === "default" || key === "__esModule") return;
|
|
427
361
|
if (key in exports && exports[key] === _HelpCircleFilled[key]) return;
|
|
428
362
|
Object.defineProperty(exports, key, {
|
|
429
363
|
enumerable: true,
|
|
430
|
-
get: function
|
|
364
|
+
get: function () {
|
|
431
365
|
return _HelpCircleFilled[key];
|
|
432
366
|
}
|
|
433
367
|
});
|
|
434
368
|
});
|
|
435
|
-
|
|
436
369
|
var _Home = require("./components/Home");
|
|
437
|
-
|
|
438
370
|
Object.keys(_Home).forEach(function (key) {
|
|
439
371
|
if (key === "default" || key === "__esModule") return;
|
|
440
372
|
if (key in exports && exports[key] === _Home[key]) return;
|
|
441
373
|
Object.defineProperty(exports, key, {
|
|
442
374
|
enumerable: true,
|
|
443
|
-
get: function
|
|
375
|
+
get: function () {
|
|
444
376
|
return _Home[key];
|
|
445
377
|
}
|
|
446
378
|
});
|
|
447
379
|
});
|
|
448
|
-
|
|
449
380
|
var _Home2 = require("./components/Home2");
|
|
450
|
-
|
|
451
381
|
Object.keys(_Home2).forEach(function (key) {
|
|
452
382
|
if (key === "default" || key === "__esModule") return;
|
|
453
383
|
if (key in exports && exports[key] === _Home2[key]) return;
|
|
454
384
|
Object.defineProperty(exports, key, {
|
|
455
385
|
enumerable: true,
|
|
456
|
-
get: function
|
|
386
|
+
get: function () {
|
|
457
387
|
return _Home2[key];
|
|
458
388
|
}
|
|
459
389
|
});
|
|
460
390
|
});
|
|
461
|
-
|
|
462
391
|
var _Key = require("./components/Key");
|
|
463
|
-
|
|
464
392
|
Object.keys(_Key).forEach(function (key) {
|
|
465
393
|
if (key === "default" || key === "__esModule") return;
|
|
466
394
|
if (key in exports && exports[key] === _Key[key]) return;
|
|
467
395
|
Object.defineProperty(exports, key, {
|
|
468
396
|
enumerable: true,
|
|
469
|
-
get: function
|
|
397
|
+
get: function () {
|
|
470
398
|
return _Key[key];
|
|
471
399
|
}
|
|
472
400
|
});
|
|
473
401
|
});
|
|
474
|
-
|
|
475
402
|
var _Landers = require("./components/Landers");
|
|
476
|
-
|
|
477
403
|
Object.keys(_Landers).forEach(function (key) {
|
|
478
404
|
if (key === "default" || key === "__esModule") return;
|
|
479
405
|
if (key in exports && exports[key] === _Landers[key]) return;
|
|
480
406
|
Object.defineProperty(exports, key, {
|
|
481
407
|
enumerable: true,
|
|
482
|
-
get: function
|
|
408
|
+
get: function () {
|
|
483
409
|
return _Landers[key];
|
|
484
410
|
}
|
|
485
411
|
});
|
|
486
412
|
});
|
|
487
|
-
|
|
488
413
|
var _Lock = require("./components/Lock");
|
|
489
|
-
|
|
490
414
|
Object.keys(_Lock).forEach(function (key) {
|
|
491
415
|
if (key === "default" || key === "__esModule") return;
|
|
492
416
|
if (key in exports && exports[key] === _Lock[key]) return;
|
|
493
417
|
Object.defineProperty(exports, key, {
|
|
494
418
|
enumerable: true,
|
|
495
|
-
get: function
|
|
419
|
+
get: function () {
|
|
496
420
|
return _Lock[key];
|
|
497
421
|
}
|
|
498
422
|
});
|
|
499
423
|
});
|
|
500
|
-
|
|
501
424
|
var _Mail = require("./components/Mail");
|
|
502
|
-
|
|
503
425
|
Object.keys(_Mail).forEach(function (key) {
|
|
504
426
|
if (key === "default" || key === "__esModule") return;
|
|
505
427
|
if (key in exports && exports[key] === _Mail[key]) return;
|
|
506
428
|
Object.defineProperty(exports, key, {
|
|
507
429
|
enumerable: true,
|
|
508
|
-
get: function
|
|
430
|
+
get: function () {
|
|
509
431
|
return _Mail[key];
|
|
510
432
|
}
|
|
511
433
|
});
|
|
512
434
|
});
|
|
513
|
-
|
|
514
435
|
var _Mastercard = require("./components/Mastercard");
|
|
515
|
-
|
|
516
436
|
Object.keys(_Mastercard).forEach(function (key) {
|
|
517
437
|
if (key === "default" || key === "__esModule") return;
|
|
518
438
|
if (key in exports && exports[key] === _Mastercard[key]) return;
|
|
519
439
|
Object.defineProperty(exports, key, {
|
|
520
440
|
enumerable: true,
|
|
521
|
-
get: function
|
|
441
|
+
get: function () {
|
|
522
442
|
return _Mastercard[key];
|
|
523
443
|
}
|
|
524
444
|
});
|
|
525
445
|
});
|
|
526
|
-
|
|
527
446
|
var _Minus = require("./components/Minus");
|
|
528
|
-
|
|
529
447
|
Object.keys(_Minus).forEach(function (key) {
|
|
530
448
|
if (key === "default" || key === "__esModule") return;
|
|
531
449
|
if (key in exports && exports[key] === _Minus[key]) return;
|
|
532
450
|
Object.defineProperty(exports, key, {
|
|
533
451
|
enumerable: true,
|
|
534
|
-
get: function
|
|
452
|
+
get: function () {
|
|
535
453
|
return _Minus[key];
|
|
536
454
|
}
|
|
537
455
|
});
|
|
538
456
|
});
|
|
539
|
-
|
|
540
457
|
var _Offers = require("./components/Offers");
|
|
541
|
-
|
|
542
458
|
Object.keys(_Offers).forEach(function (key) {
|
|
543
459
|
if (key === "default" || key === "__esModule") return;
|
|
544
460
|
if (key in exports && exports[key] === _Offers[key]) return;
|
|
545
461
|
Object.defineProperty(exports, key, {
|
|
546
462
|
enumerable: true,
|
|
547
|
-
get: function
|
|
463
|
+
get: function () {
|
|
548
464
|
return _Offers[key];
|
|
549
465
|
}
|
|
550
466
|
});
|
|
551
467
|
});
|
|
552
|
-
|
|
553
468
|
var _Pause = require("./components/Pause");
|
|
554
|
-
|
|
555
469
|
Object.keys(_Pause).forEach(function (key) {
|
|
556
470
|
if (key === "default" || key === "__esModule") return;
|
|
557
471
|
if (key in exports && exports[key] === _Pause[key]) return;
|
|
558
472
|
Object.defineProperty(exports, key, {
|
|
559
473
|
enumerable: true,
|
|
560
|
-
get: function
|
|
474
|
+
get: function () {
|
|
561
475
|
return _Pause[key];
|
|
562
476
|
}
|
|
563
477
|
});
|
|
564
478
|
});
|
|
565
|
-
|
|
566
479
|
var _PayPal = require("./components/PayPal");
|
|
567
|
-
|
|
568
480
|
Object.keys(_PayPal).forEach(function (key) {
|
|
569
481
|
if (key === "default" || key === "__esModule") return;
|
|
570
482
|
if (key in exports && exports[key] === _PayPal[key]) return;
|
|
571
483
|
Object.defineProperty(exports, key, {
|
|
572
484
|
enumerable: true,
|
|
573
|
-
get: function
|
|
485
|
+
get: function () {
|
|
574
486
|
return _PayPal[key];
|
|
575
487
|
}
|
|
576
488
|
});
|
|
577
489
|
});
|
|
578
|
-
|
|
579
490
|
var _PayPalLightLarge = require("./components/PayPalLightLarge");
|
|
580
|
-
|
|
581
491
|
Object.keys(_PayPalLightLarge).forEach(function (key) {
|
|
582
492
|
if (key === "default" || key === "__esModule") return;
|
|
583
493
|
if (key in exports && exports[key] === _PayPalLightLarge[key]) return;
|
|
584
494
|
Object.defineProperty(exports, key, {
|
|
585
495
|
enumerable: true,
|
|
586
|
-
get: function
|
|
496
|
+
get: function () {
|
|
587
497
|
return _PayPalLightLarge[key];
|
|
588
498
|
}
|
|
589
499
|
});
|
|
590
500
|
});
|
|
591
|
-
|
|
592
501
|
var _Phone = require("./components/Phone");
|
|
593
|
-
|
|
594
502
|
Object.keys(_Phone).forEach(function (key) {
|
|
595
503
|
if (key === "default" || key === "__esModule") return;
|
|
596
504
|
if (key in exports && exports[key] === _Phone[key]) return;
|
|
597
505
|
Object.defineProperty(exports, key, {
|
|
598
506
|
enumerable: true,
|
|
599
|
-
get: function
|
|
507
|
+
get: function () {
|
|
600
508
|
return _Phone[key];
|
|
601
509
|
}
|
|
602
510
|
});
|
|
603
511
|
});
|
|
604
|
-
|
|
605
512
|
var _Play = require("./components/Play");
|
|
606
|
-
|
|
607
513
|
Object.keys(_Play).forEach(function (key) {
|
|
608
514
|
if (key === "default" || key === "__esModule") return;
|
|
609
515
|
if (key in exports && exports[key] === _Play[key]) return;
|
|
610
516
|
Object.defineProperty(exports, key, {
|
|
611
517
|
enumerable: true,
|
|
612
|
-
get: function
|
|
518
|
+
get: function () {
|
|
613
519
|
return _Play[key];
|
|
614
520
|
}
|
|
615
521
|
});
|
|
616
522
|
});
|
|
617
|
-
|
|
618
523
|
var _Plus = require("./components/Plus");
|
|
619
|
-
|
|
620
524
|
Object.keys(_Plus).forEach(function (key) {
|
|
621
525
|
if (key === "default" || key === "__esModule") return;
|
|
622
526
|
if (key in exports && exports[key] === _Plus[key]) return;
|
|
623
527
|
Object.defineProperty(exports, key, {
|
|
624
528
|
enumerable: true,
|
|
625
|
-
get: function
|
|
529
|
+
get: function () {
|
|
626
530
|
return _Plus[key];
|
|
627
531
|
}
|
|
628
532
|
});
|
|
629
533
|
});
|
|
630
|
-
|
|
631
534
|
var _Profile = require("./components/Profile");
|
|
632
|
-
|
|
633
535
|
Object.keys(_Profile).forEach(function (key) {
|
|
634
536
|
if (key === "default" || key === "__esModule") return;
|
|
635
537
|
if (key in exports && exports[key] === _Profile[key]) return;
|
|
636
538
|
Object.defineProperty(exports, key, {
|
|
637
539
|
enumerable: true,
|
|
638
|
-
get: function
|
|
540
|
+
get: function () {
|
|
639
541
|
return _Profile[key];
|
|
640
542
|
}
|
|
641
543
|
});
|
|
642
544
|
});
|
|
643
|
-
|
|
644
545
|
var _QRCode = require("./components/QRCode");
|
|
645
|
-
|
|
646
546
|
Object.keys(_QRCode).forEach(function (key) {
|
|
647
547
|
if (key === "default" || key === "__esModule") return;
|
|
648
548
|
if (key in exports && exports[key] === _QRCode[key]) return;
|
|
649
549
|
Object.defineProperty(exports, key, {
|
|
650
550
|
enumerable: true,
|
|
651
|
-
get: function
|
|
551
|
+
get: function () {
|
|
652
552
|
return _QRCode[key];
|
|
653
553
|
}
|
|
654
554
|
});
|
|
655
555
|
});
|
|
656
|
-
|
|
657
556
|
var _Rectangle = require("./components/Rectangle");
|
|
658
|
-
|
|
659
557
|
Object.keys(_Rectangle).forEach(function (key) {
|
|
660
558
|
if (key === "default" || key === "__esModule") return;
|
|
661
559
|
if (key in exports && exports[key] === _Rectangle[key]) return;
|
|
662
560
|
Object.defineProperty(exports, key, {
|
|
663
561
|
enumerable: true,
|
|
664
|
-
get: function
|
|
562
|
+
get: function () {
|
|
665
563
|
return _Rectangle[key];
|
|
666
564
|
}
|
|
667
565
|
});
|
|
668
566
|
});
|
|
669
|
-
|
|
670
567
|
var _Revert = require("./components/Revert");
|
|
671
|
-
|
|
672
568
|
Object.keys(_Revert).forEach(function (key) {
|
|
673
569
|
if (key === "default" || key === "__esModule") return;
|
|
674
570
|
if (key in exports && exports[key] === _Revert[key]) return;
|
|
675
571
|
Object.defineProperty(exports, key, {
|
|
676
572
|
enumerable: true,
|
|
677
|
-
get: function
|
|
573
|
+
get: function () {
|
|
678
574
|
return _Revert[key];
|
|
679
575
|
}
|
|
680
576
|
});
|
|
681
577
|
});
|
|
682
|
-
|
|
683
578
|
var _Star = require("./components/Star");
|
|
684
|
-
|
|
685
579
|
Object.keys(_Star).forEach(function (key) {
|
|
686
580
|
if (key === "default" || key === "__esModule") return;
|
|
687
581
|
if (key in exports && exports[key] === _Star[key]) return;
|
|
688
582
|
Object.defineProperty(exports, key, {
|
|
689
583
|
enumerable: true,
|
|
690
|
-
get: function
|
|
584
|
+
get: function () {
|
|
691
585
|
return _Star[key];
|
|
692
586
|
}
|
|
693
587
|
});
|
|
694
588
|
});
|
|
695
|
-
|
|
696
589
|
var _Star2 = require("./components/Star2");
|
|
697
|
-
|
|
698
590
|
Object.keys(_Star2).forEach(function (key) {
|
|
699
591
|
if (key === "default" || key === "__esModule") return;
|
|
700
592
|
if (key in exports && exports[key] === _Star2[key]) return;
|
|
701
593
|
Object.defineProperty(exports, key, {
|
|
702
594
|
enumerable: true,
|
|
703
|
-
get: function
|
|
595
|
+
get: function () {
|
|
704
596
|
return _Star2[key];
|
|
705
597
|
}
|
|
706
598
|
});
|
|
707
599
|
});
|
|
708
|
-
|
|
709
600
|
var _TrafficSources = require("./components/TrafficSources");
|
|
710
|
-
|
|
711
601
|
Object.keys(_TrafficSources).forEach(function (key) {
|
|
712
602
|
if (key === "default" || key === "__esModule") return;
|
|
713
603
|
if (key in exports && exports[key] === _TrafficSources[key]) return;
|
|
714
604
|
Object.defineProperty(exports, key, {
|
|
715
605
|
enumerable: true,
|
|
716
|
-
get: function
|
|
606
|
+
get: function () {
|
|
717
607
|
return _TrafficSources[key];
|
|
718
608
|
}
|
|
719
609
|
});
|
|
720
610
|
});
|
|
721
|
-
|
|
722
611
|
var _Trash = require("./components/Trash");
|
|
723
|
-
|
|
724
612
|
Object.keys(_Trash).forEach(function (key) {
|
|
725
613
|
if (key === "default" || key === "__esModule") return;
|
|
726
614
|
if (key in exports && exports[key] === _Trash[key]) return;
|
|
727
615
|
Object.defineProperty(exports, key, {
|
|
728
616
|
enumerable: true,
|
|
729
|
-
get: function
|
|
617
|
+
get: function () {
|
|
730
618
|
return _Trash[key];
|
|
731
619
|
}
|
|
732
620
|
});
|
|
733
621
|
});
|
|
734
|
-
|
|
735
622
|
var _TrashRed = require("./components/TrashRed");
|
|
736
|
-
|
|
737
623
|
Object.keys(_TrashRed).forEach(function (key) {
|
|
738
624
|
if (key === "default" || key === "__esModule") return;
|
|
739
625
|
if (key in exports && exports[key] === _TrashRed[key]) return;
|
|
740
626
|
Object.defineProperty(exports, key, {
|
|
741
627
|
enumerable: true,
|
|
742
|
-
get: function
|
|
628
|
+
get: function () {
|
|
743
629
|
return _TrashRed[key];
|
|
744
630
|
}
|
|
745
631
|
});
|
|
746
632
|
});
|
|
747
|
-
|
|
748
633
|
var _Triggers = require("./components/Triggers");
|
|
749
|
-
|
|
750
634
|
Object.keys(_Triggers).forEach(function (key) {
|
|
751
635
|
if (key === "default" || key === "__esModule") return;
|
|
752
636
|
if (key in exports && exports[key] === _Triggers[key]) return;
|
|
753
637
|
Object.defineProperty(exports, key, {
|
|
754
638
|
enumerable: true,
|
|
755
|
-
get: function
|
|
639
|
+
get: function () {
|
|
756
640
|
return _Triggers[key];
|
|
757
641
|
}
|
|
758
642
|
});
|
|
759
643
|
});
|
|
760
|
-
|
|
761
644
|
var _User = require("./components/User");
|
|
762
|
-
|
|
763
645
|
Object.keys(_User).forEach(function (key) {
|
|
764
646
|
if (key === "default" || key === "__esModule") return;
|
|
765
647
|
if (key in exports && exports[key] === _User[key]) return;
|
|
766
648
|
Object.defineProperty(exports, key, {
|
|
767
649
|
enumerable: true,
|
|
768
|
-
get: function
|
|
650
|
+
get: function () {
|
|
769
651
|
return _User[key];
|
|
770
652
|
}
|
|
771
653
|
});
|
|
772
654
|
});
|
|
773
|
-
|
|
774
655
|
var _Visa = require("./components/Visa");
|
|
775
|
-
|
|
776
656
|
Object.keys(_Visa).forEach(function (key) {
|
|
777
657
|
if (key === "default" || key === "__esModule") return;
|
|
778
658
|
if (key in exports && exports[key] === _Visa[key]) return;
|
|
779
659
|
Object.defineProperty(exports, key, {
|
|
780
660
|
enumerable: true,
|
|
781
|
-
get: function
|
|
661
|
+
get: function () {
|
|
782
662
|
return _Visa[key];
|
|
783
663
|
}
|
|
784
664
|
});
|
|
785
665
|
});
|
|
786
|
-
|
|
787
666
|
var _X = require("./components/X");
|
|
788
|
-
|
|
789
667
|
Object.keys(_X).forEach(function (key) {
|
|
790
668
|
if (key === "default" || key === "__esModule") return;
|
|
791
669
|
if (key in exports && exports[key] === _X[key]) return;
|
|
792
670
|
Object.defineProperty(exports, key, {
|
|
793
671
|
enumerable: true,
|
|
794
|
-
get: function
|
|
672
|
+
get: function () {
|
|
795
673
|
return _X[key];
|
|
796
674
|
}
|
|
797
675
|
});
|