intelicoreact 1.4.21 → 1.4.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 +1 -9
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.js +1 -10
- package/dist/Atomic/FormElements/Calendar/Calendar.js +4 -24
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.js +1 -10
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.js +2 -14
- package/dist/Atomic/FormElements/Datepicker/Datepicker.js +5 -54
- package/dist/Atomic/FormElements/Datepicker/components/Calendar.js +3 -21
- package/dist/Atomic/FormElements/Dropdown/Dropdown.js +51 -144
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.js +1 -7
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.js +25 -91
- package/dist/Atomic/FormElements/FileLoader/FileLoader.js +3 -15
- package/dist/Atomic/FormElements/FileLoader/partial/LoadZone.js +15 -29
- package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.js +5 -15
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.js +6 -26
- package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.js +19 -35
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.js +9 -38
- package/dist/Atomic/FormElements/Input/Input.js +25 -60
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +4 -31
- package/dist/Atomic/FormElements/InputColor/InputColor.js +4 -14
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.js +6 -29
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.js +8 -43
- package/dist/Atomic/FormElements/InputDateRange/components/DateInput.js +3 -21
- package/dist/Atomic/FormElements/InputDateRange/components/Datepicker.js +58 -81
- package/dist/Atomic/FormElements/InputDateRange/components/OpenedPart.js +6 -41
- package/dist/Atomic/FormElements/InputDateRange/components/SelectItem.js +1 -8
- package/dist/Atomic/FormElements/InputDateRange/dependencies.js +16 -46
- package/dist/Atomic/FormElements/InputLink/InputLink.js +6 -23
- package/dist/Atomic/FormElements/InputMask/InputCarretPosition.js +0 -4
- package/dist/Atomic/FormElements/InputMask/InputMask.js +77 -208
- package/dist/Atomic/FormElements/InputMask/functions.js +2 -28
- package/dist/Atomic/FormElements/InputMask2/InputMask2.js +43 -119
- package/dist/Atomic/FormElements/InputMask2/functions.js +2 -28
- package/dist/Atomic/FormElements/InputMask3/InputMask3.js +44 -137
- package/dist/Atomic/FormElements/InputMask3/functions.js +2 -28
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.js +3 -17
- package/dist/Atomic/FormElements/InputsRow/InputsRow.js +5 -24
- package/dist/Atomic/FormElements/Label/Label.js +1 -9
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +35 -73
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.js +3 -15
- package/dist/Atomic/FormElements/NumericInput/NumericInput.js +23 -44
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.js +7 -17
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.js +3 -14
- package/dist/Atomic/FormElements/RadioInput/RadioInput.js +1 -10
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.js +3 -14
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.js +3 -23
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.js +17 -34
- package/dist/Atomic/FormElements/RangeList/RangeList.js +6 -25
- package/dist/Atomic/FormElements/RangeList/partial/RangeListRow.js +1 -11
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +14 -85
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.js +43 -132
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.js +1 -10
- package/dist/Atomic/FormElements/Switcher/Switcher.js +1 -10
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.js +1 -13
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.js +1 -10
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.js +2 -17
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.js +3 -17
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.js +1 -11
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +6 -29
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +2 -3
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.js +1 -12
- package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.js +9 -31
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +125 -213
- package/dist/Atomic/FormElements/Text/Text.js +10 -16
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.js +1 -9
- package/dist/Atomic/FormElements/Textarea/Textarea.js +4 -20
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.js +6 -35
- package/dist/Atomic/FormElements/TieredCheckboxes/partial/AccordionWithCheckbox.js +4 -13
- package/dist/Atomic/FormElements/TimeRange/TimeRange.js +7 -21
- package/dist/Atomic/FormElements/UserContacts/UserContacts.js +8 -35
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.js +5 -18
- package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.js +3 -10
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +3 -11
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.js +1 -2
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.js +5 -12
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.js +3 -3
- package/dist/Atomic/Layout/Header/Header.js +3 -15
- package/dist/Atomic/Layout/MainMenu/MainMenu.js +3 -20
- package/dist/Atomic/Layout/Spinner/Spinner.js +1 -8
- package/dist/Atomic/UI/Accordion/Accordion.js +3 -19
- package/dist/Atomic/UI/Accordion/AccordionItem.js +9 -23
- package/dist/Atomic/UI/AccordionTable/AccordionTable.js +7 -32
- package/dist/Atomic/UI/AccordionText/AccordionText.js +3 -15
- package/dist/Atomic/UI/AdvancedTag/AdvTag.js +4 -21
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.js +3 -15
- package/dist/Atomic/UI/Alert/Alert.js +3 -19
- package/dist/Atomic/UI/Arrow/Arrow.js +3 -16
- package/dist/Atomic/UI/Box/Box.js +3 -9
- package/dist/Atomic/UI/Button/Button.js +2 -11
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.js +1 -10
- package/dist/Atomic/UI/Chart/Chart.js +4 -29
- package/dist/Atomic/UI/Chart/partial/Chart.constants.js +11 -19
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.js +1 -12
- package/dist/Atomic/UI/Chart/partial/datasetSetters.js +11 -34
- package/dist/Atomic/UI/Chart/partial/optionsConstructor.js +82 -56
- package/dist/Atomic/UI/Chart/partial/optionsSetters.js +15 -19
- package/dist/Atomic/UI/Chart/partial/utils.js +6 -20
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.js +3 -13
- package/dist/Atomic/UI/DateTime/DateTime.js +3 -14
- package/dist/Atomic/UI/DebugContainer/DebugContainer.js +4 -16
- package/dist/Atomic/UI/DebugContainer/useDebugContainer.js +3 -11
- package/dist/Atomic/UI/DoubleString/DoubleString.js +5 -17
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.js +3 -10
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +17 -52
- package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.js +1 -29
- package/dist/Atomic/UI/Hint/Hint.js +5 -31
- package/dist/Atomic/UI/Modal/Modal.js +6 -28
- package/dist/Atomic/UI/Modal/ModalHOC.js +1 -9
- package/dist/Atomic/UI/Modal/partials/ModalFooter.js +1 -7
- package/dist/Atomic/UI/Modal/partials/ModalTitle.js +1 -8
- package/dist/Atomic/UI/Modal/partials/useMobileModal.js +32 -49
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.js +6 -21
- package/dist/Atomic/UI/NavLine/NavLine.js +26 -55
- package/dist/Atomic/UI/NavLine/Tabs.js +2 -3
- package/dist/Atomic/UI/PageTitle/PageTitle.js +2 -10
- package/dist/Atomic/UI/PieChart/PieChart.js +1 -10
- package/dist/Atomic/UI/Price/Price.js +3 -8
- package/dist/Atomic/UI/PriceRange/PriceRange.js +1 -7
- package/dist/Atomic/UI/ProgressLine/ProgressLine.js +1 -16
- package/dist/Atomic/UI/Status/Status.js +1 -8
- package/dist/Atomic/UI/Table/Partials/TdCell.js +5 -29
- package/dist/Atomic/UI/Table/Partials/TdHeader.js +1 -11
- package/dist/Atomic/UI/Table/Partials/TdRow.js +5 -17
- package/dist/Atomic/UI/Table/Partials/TdTitle.js +3 -14
- package/dist/Atomic/UI/Table/Table.js +1 -12
- package/dist/Atomic/UI/Table/TdTypes/TdActions.js +2 -18
- package/dist/Atomic/UI/Table/TdTypes/TdPriority.js +1 -9
- package/dist/Atomic/UI/Table/TdTypes/TdRange.js +1 -4
- package/dist/Atomic/UI/Table/TdTypes/TdWeight.js +1 -13
- package/dist/Atomic/UI/Tag/Tag.js +7 -19
- package/dist/Atomic/UI/TagList/TagList.js +20 -38
- package/dist/Atomic/UI/UserBox/UserBox.js +1 -13
- package/dist/Classes/AbortableFetch.js +36 -93
- package/dist/Classes/AnimatedHandler.js +3 -7
- package/dist/Classes/RESTAPI/index.js +39 -42
- package/dist/Classes/RESTAPI/partials/AbortableFetch.js +35 -93
- package/dist/Classes/RESTAPI/partials/ApiBase.js +1 -9
- package/dist/Classes/RESTAPI/partials/ApiRequestCreators.js +24 -32
- package/dist/Classes/RESTAPI/partials/ApiUtils.js +34 -41
- package/dist/Classes/RESTAPI/partials/CredentialsProcessing.js +21 -44
- package/dist/Classes/RESTAPI/partials/Utils.js +6 -19
- package/dist/Classes/RESTAPI/partials/_outerDependencies.js +2 -6
- package/dist/Classes/RESTAPI/partials/_utils.js +13 -36
- package/dist/Constants/index.constants.js +8 -15
- package/dist/Functions/Portal.js +5 -16
- package/dist/Functions/customEventListener.js +4 -17
- package/dist/Functions/fieldValueFormatters.js +43 -83
- package/dist/Functions/hooks/useFormFieldsChangesManager.js +23 -26
- package/dist/Functions/locale/createTranslator.js +4 -9
- package/dist/Functions/operations.js +12 -22
- package/dist/Functions/presets/inputMaskPresets.js +9 -11
- package/dist/Functions/presets/inputPresets.js +8 -11
- package/dist/Functions/presets/mobileKeyboardTypesPresets.js +7 -9
- package/dist/Functions/schemas.js +6 -13
- package/dist/Functions/useBodyScrollLock.js +1 -6
- package/dist/Functions/useClickOutside.js +0 -4
- package/dist/Functions/useDebounce.js +2 -7
- package/dist/Functions/useFieldFocus.js +6 -18
- package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.js +0 -9
- package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.js +12 -23
- package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.js +6 -15
- package/dist/Functions/useFormTools/functions/General.js +18 -28
- package/dist/Functions/useFormTools/functions/RenderFields.js +2 -11
- package/dist/Functions/useFormTools/functions/usePrevious.js +1 -5
- package/dist/Functions/useFormTools/index.js +85 -144
- package/dist/Functions/useInputHighlightError.js +3 -12
- package/dist/Functions/useIsMobile.js +7 -13
- package/dist/Functions/useKeyPress/useHandleKeyPress.js +1 -7
- package/dist/Functions/useKeyPress/useKeyPress.js +1 -9
- package/dist/Functions/useLocalStorage.js +1 -9
- package/dist/Functions/useLocationParams.js +4 -5
- package/dist/Functions/useMediaQuery.js +3 -9
- package/dist/Functions/useMetaInfo.js +3 -10
- package/dist/Functions/useMouseUpOutside.js +0 -3
- package/dist/Functions/useOnlineStatus.js +1 -9
- package/dist/Functions/usePasswordChecker.js +4 -20
- package/dist/Functions/usePrevious.js +1 -5
- package/dist/Functions/useResize.js +2 -10
- package/dist/Functions/useScrollTo.js +2 -7
- package/dist/Functions/useToggle.js +1 -5
- package/dist/Functions/utils.js +56 -131
- package/dist/Molecular/CustomIcons/components/AffiliateNetworks.js +2 -9
- package/dist/Molecular/CustomIcons/components/AlertCircle.js +2 -9
- package/dist/Molecular/CustomIcons/components/AppStore.js +2 -9
- package/dist/Molecular/CustomIcons/components/Arrow.js +2 -9
- package/dist/Molecular/CustomIcons/components/ArrowDown.js +2 -9
- package/dist/Molecular/CustomIcons/components/ArrowLeft.js +2 -9
- package/dist/Molecular/CustomIcons/components/ArrowRight.js +2 -9
- package/dist/Molecular/CustomIcons/components/ArrowUp.js +2 -9
- package/dist/Molecular/CustomIcons/components/Bell.js +2 -9
- package/dist/Molecular/CustomIcons/components/Button.js +2 -9
- package/dist/Molecular/CustomIcons/components/Campaigns.js +2 -9
- package/dist/Molecular/CustomIcons/components/Check.js +2 -9
- package/dist/Molecular/CustomIcons/components/Check2.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronDown.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronDownDisabled.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronLeft.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronRight.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronUp.js +2 -9
- package/dist/Molecular/CustomIcons/components/ChevronUpDown.js +2 -9
- package/dist/Molecular/CustomIcons/components/Close.js +2 -9
- package/dist/Molecular/CustomIcons/components/ColumnsOrder.js +2 -9
- package/dist/Molecular/CustomIcons/components/Delete.js +2 -9
- package/dist/Molecular/CustomIcons/components/Edit.js +2 -9
- package/dist/Molecular/CustomIcons/components/Email.js +2 -9
- package/dist/Molecular/CustomIcons/components/FinturfLogo.js +2 -9
- package/dist/Molecular/CustomIcons/components/FinturfLogo2.js +2 -9
- package/dist/Molecular/CustomIcons/components/Flows.js +2 -9
- package/dist/Molecular/CustomIcons/components/Gift.js +2 -9
- package/dist/Molecular/CustomIcons/components/GoogleAuth.js +2 -9
- package/dist/Molecular/CustomIcons/components/GooglePlay.js +2 -9
- package/dist/Molecular/CustomIcons/components/HelpCircle.js +2 -9
- package/dist/Molecular/CustomIcons/components/HelpCircle2.js +2 -9
- package/dist/Molecular/CustomIcons/components/HelpCircleFilled.js +2 -9
- package/dist/Molecular/CustomIcons/components/Home.js +2 -9
- package/dist/Molecular/CustomIcons/components/Home2.js +2 -9
- package/dist/Molecular/CustomIcons/components/Key.js +2 -9
- package/dist/Molecular/CustomIcons/components/Landers.js +2 -9
- package/dist/Molecular/CustomIcons/components/Lock.js +2 -9
- package/dist/Molecular/CustomIcons/components/Mail.js +2 -9
- package/dist/Molecular/CustomIcons/components/Mastercard.js +2 -9
- package/dist/Molecular/CustomIcons/components/Minus.js +2 -9
- package/dist/Molecular/CustomIcons/components/Offers.js +2 -9
- package/dist/Molecular/CustomIcons/components/Pause.js +2 -9
- package/dist/Molecular/CustomIcons/components/PayPal.js +2 -9
- package/dist/Molecular/CustomIcons/components/PayPalLightLarge.js +2 -9
- package/dist/Molecular/CustomIcons/components/Phone.js +2 -9
- package/dist/Molecular/CustomIcons/components/Play.js +2 -9
- package/dist/Molecular/CustomIcons/components/Plus.js +2 -9
- package/dist/Molecular/CustomIcons/components/Profile.js +2 -9
- package/dist/Molecular/CustomIcons/components/QRCode.js +2 -9
- package/dist/Molecular/CustomIcons/components/Rectangle.js +2 -9
- package/dist/Molecular/CustomIcons/components/Revert.js +2 -9
- package/dist/Molecular/CustomIcons/components/Star.js +2 -9
- package/dist/Molecular/CustomIcons/components/Star2.js +2 -9
- package/dist/Molecular/CustomIcons/components/TrafficSources.js +2 -9
- package/dist/Molecular/CustomIcons/components/Trash.js +2 -9
- package/dist/Molecular/CustomIcons/components/TrashRed.js +2 -9
- package/dist/Molecular/CustomIcons/components/Triggers.js +2 -9
- package/dist/Molecular/CustomIcons/components/User.js +2 -9
- package/dist/Molecular/CustomIcons/components/Visa.js +2 -9
- package/dist/Molecular/CustomIcons/components/X.js +2 -9
- package/dist/Molecular/CustomIcons/index.js +0 -122
- package/dist/Molecular/FormElement/FormElement.js +1 -12
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.js +30 -31
- package/dist/Molecular/FormWithDependOn/partials/_utils.js +9 -12
- package/dist/Molecular/InputAddress/InputAddress.js +65 -114
- package/dist/Molecular/InputPassword/InputPassword.js +5 -19
- package/dist/index.js +0 -2
- package/package.json +1 -1
- package/dist/Atomic/FormElements/UserContacts/partial/defaultIcons.js +0 -91
- package/dist/Atomic/UI/ModalBackup/Modal.js +0 -174
- package/dist/Atomic/UI/ModalBackup/Modal.scss +0 -333
- package/dist/Atomic/UI/ModalBackup/ModalHOC.js +0 -51
- package/dist/Atomic/UI/ModalBackup/partials/ModalFooter.js +0 -24
- package/dist/Atomic/UI/ModalBackup/partials/ModalTitle.js +0 -41
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.User = void 0;
|
|
9
|
-
|
|
10
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
-
|
|
12
9
|
var React = _interopRequireWildcard(require("react"));
|
|
13
|
-
|
|
14
|
-
function
|
|
15
|
-
|
|
16
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
-
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
12
|
const User = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
|
|
19
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
14
|
xmlSpace: "preserve",
|
|
@@ -29,5 +23,4 @@ const User = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.defa
|
|
|
29
23
|
d: "M13.3 14v-1.3a2.732 2.732 0 0 0-2.7-2.7H5.3a2.732 2.732 0 0 0-2.7 2.7V14M8 7.3c1.5 0 2.7-1.2 2.7-2.7S9.5 2 8 2 5.3 3.2 5.3 4.7 6.5 7.3 8 7.3z",
|
|
30
24
|
className: "st0"
|
|
31
25
|
}));
|
|
32
|
-
|
|
33
26
|
exports.User = User;
|
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.Visa = void 0;
|
|
9
|
-
|
|
10
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
-
|
|
12
9
|
var React = _interopRequireWildcard(require("react"));
|
|
13
|
-
|
|
14
|
-
function
|
|
15
|
-
|
|
16
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
-
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
12
|
const Visa = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
|
|
19
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
14
|
width: 38,
|
|
@@ -40,5 +34,4 @@ const Visa = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.defa
|
|
|
40
34
|
fill: "#fff",
|
|
41
35
|
d: "M0 0h38v24H0z"
|
|
42
36
|
}))));
|
|
43
|
-
|
|
44
37
|
exports.Visa = Visa;
|
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.X = void 0;
|
|
9
|
-
|
|
10
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
-
|
|
12
9
|
var React = _interopRequireWildcard(require("react"));
|
|
13
|
-
|
|
14
|
-
function
|
|
15
|
-
|
|
16
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
-
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
12
|
const X = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.default)({
|
|
19
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
14
|
width: 16,
|
|
@@ -24,5 +18,4 @@ const X = props => /*#__PURE__*/React.createElement("svg", (0, _extends2.default
|
|
|
24
18
|
stroke: "#000",
|
|
25
19
|
d: "m12 4-8 8M4 4l8 8"
|
|
26
20
|
}));
|
|
27
|
-
|
|
28
21
|
exports.X = X;
|
|
@@ -3,9 +3,7 @@
|
|
|
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;
|
|
@@ -16,9 +14,7 @@ Object.keys(_AffiliateNetworks).forEach(function (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;
|
|
@@ -29,9 +25,7 @@ Object.keys(_AlertCircle).forEach(function (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;
|
|
@@ -42,9 +36,7 @@ Object.keys(_AppStore).forEach(function (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;
|
|
@@ -55,9 +47,7 @@ Object.keys(_Arrow).forEach(function (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;
|
|
@@ -68,9 +58,7 @@ Object.keys(_ArrowDown).forEach(function (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;
|
|
@@ -81,9 +69,7 @@ Object.keys(_ArrowLeft).forEach(function (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;
|
|
@@ -94,9 +80,7 @@ Object.keys(_ArrowRight).forEach(function (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;
|
|
@@ -107,9 +91,7 @@ Object.keys(_ArrowUp).forEach(function (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;
|
|
@@ -120,9 +102,7 @@ Object.keys(_Bell).forEach(function (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;
|
|
@@ -133,9 +113,7 @@ Object.keys(_Button).forEach(function (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;
|
|
@@ -146,9 +124,7 @@ Object.keys(_Campaigns).forEach(function (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;
|
|
@@ -159,9 +135,7 @@ Object.keys(_Check).forEach(function (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;
|
|
@@ -172,9 +146,7 @@ Object.keys(_Check2).forEach(function (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;
|
|
@@ -185,9 +157,7 @@ Object.keys(_ChevronDown).forEach(function (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;
|
|
@@ -198,9 +168,7 @@ Object.keys(_ChevronDownDisabled).forEach(function (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;
|
|
@@ -211,9 +179,7 @@ Object.keys(_ChevronLeft).forEach(function (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;
|
|
@@ -224,9 +190,7 @@ Object.keys(_ChevronRight).forEach(function (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;
|
|
@@ -237,9 +201,7 @@ Object.keys(_ChevronUp).forEach(function (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;
|
|
@@ -250,9 +212,7 @@ Object.keys(_ChevronUpDown).forEach(function (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;
|
|
@@ -263,9 +223,7 @@ Object.keys(_Close).forEach(function (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;
|
|
@@ -276,9 +234,7 @@ Object.keys(_ColumnsOrder).forEach(function (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;
|
|
@@ -289,9 +245,7 @@ Object.keys(_Delete).forEach(function (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;
|
|
@@ -302,9 +256,7 @@ Object.keys(_Edit).forEach(function (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;
|
|
@@ -315,9 +267,7 @@ Object.keys(_Email).forEach(function (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;
|
|
@@ -328,9 +278,7 @@ Object.keys(_FinturfLogo).forEach(function (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;
|
|
@@ -341,9 +289,7 @@ Object.keys(_FinturfLogo2).forEach(function (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;
|
|
@@ -354,9 +300,7 @@ Object.keys(_Flows).forEach(function (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;
|
|
@@ -367,9 +311,7 @@ Object.keys(_Gift).forEach(function (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;
|
|
@@ -380,9 +322,7 @@ Object.keys(_GoogleAuth).forEach(function (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;
|
|
@@ -393,9 +333,7 @@ Object.keys(_GooglePlay).forEach(function (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;
|
|
@@ -406,9 +344,7 @@ Object.keys(_HelpCircle).forEach(function (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;
|
|
@@ -419,9 +355,7 @@ Object.keys(_HelpCircle2).forEach(function (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;
|
|
@@ -432,9 +366,7 @@ Object.keys(_HelpCircleFilled).forEach(function (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;
|
|
@@ -445,9 +377,7 @@ Object.keys(_Home).forEach(function (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;
|
|
@@ -458,9 +388,7 @@ Object.keys(_Home2).forEach(function (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;
|
|
@@ -471,9 +399,7 @@ Object.keys(_Key).forEach(function (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;
|
|
@@ -484,9 +410,7 @@ Object.keys(_Landers).forEach(function (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;
|
|
@@ -497,9 +421,7 @@ Object.keys(_Lock).forEach(function (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;
|
|
@@ -510,9 +432,7 @@ Object.keys(_Mail).forEach(function (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;
|
|
@@ -523,9 +443,7 @@ Object.keys(_Mastercard).forEach(function (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;
|
|
@@ -536,9 +454,7 @@ Object.keys(_Minus).forEach(function (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;
|
|
@@ -549,9 +465,7 @@ Object.keys(_Offers).forEach(function (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;
|
|
@@ -562,9 +476,7 @@ Object.keys(_Pause).forEach(function (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;
|
|
@@ -575,9 +487,7 @@ Object.keys(_PayPal).forEach(function (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;
|
|
@@ -588,9 +498,7 @@ Object.keys(_PayPalLightLarge).forEach(function (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;
|
|
@@ -601,9 +509,7 @@ Object.keys(_Phone).forEach(function (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;
|
|
@@ -614,9 +520,7 @@ Object.keys(_Play).forEach(function (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;
|
|
@@ -627,9 +531,7 @@ Object.keys(_Plus).forEach(function (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;
|
|
@@ -640,9 +542,7 @@ Object.keys(_Profile).forEach(function (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;
|
|
@@ -653,9 +553,7 @@ Object.keys(_QRCode).forEach(function (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;
|
|
@@ -666,9 +564,7 @@ Object.keys(_Rectangle).forEach(function (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;
|
|
@@ -679,9 +575,7 @@ Object.keys(_Revert).forEach(function (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;
|
|
@@ -692,9 +586,7 @@ Object.keys(_Star).forEach(function (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;
|
|
@@ -705,9 +597,7 @@ Object.keys(_Star2).forEach(function (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;
|
|
@@ -718,9 +608,7 @@ Object.keys(_TrafficSources).forEach(function (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;
|
|
@@ -731,9 +619,7 @@ Object.keys(_Trash).forEach(function (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;
|
|
@@ -744,9 +630,7 @@ Object.keys(_TrashRed).forEach(function (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;
|
|
@@ -757,9 +641,7 @@ Object.keys(_Triggers).forEach(function (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;
|
|
@@ -770,9 +652,7 @@ Object.keys(_User).forEach(function (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;
|
|
@@ -783,9 +663,7 @@ Object.keys(_Visa).forEach(function (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;
|