@ovotech/element-native 2.2.0 → 3.0.0-canary-edaf96f-93
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/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/Accordion/Accordion.js +22 -25
- package/dist/components/Accordion/Group.js +10 -32
- package/dist/components/Accordion/Icon.js +19 -14
- package/dist/components/Accordion/hooks.d.ts +1 -1
- package/dist/components/Accordion/hooks.js +3 -26
- package/dist/components/Accordion/styles.d.ts +688 -46
- package/dist/components/Accordion/styles.js +56 -49
- package/dist/components/Badge/Badge.d.ts +54 -46
- package/dist/components/Badge/Badge.js +35 -20
- package/dist/components/CTAButton/CTAButton.d.ts +7 -12
- package/dist/components/CTAButton/CTAButton.js +23 -27
- package/dist/components/CTALink/CTALink.d.ts +4 -4
- package/dist/components/CTALink/CTALink.js +5 -27
- package/dist/components/Card/Card.d.ts +47 -45
- package/dist/components/Card/Card.js +5 -25
- package/dist/components/Checkbox/Checkbox.d.ts +3 -3
- package/dist/components/Checkbox/Checkbox.js +18 -57
- package/dist/components/Checkbox/CheckboxField.js +7 -37
- package/dist/components/DataTable/DataTable.d.ts +3 -12
- package/dist/components/DataTable/DataTable.js +11 -98
- package/dist/components/DataTable/TableRow.d.ts +2 -0
- package/dist/components/DataTable/TableRow.js +31 -0
- package/dist/components/DataTable/index.d.ts +2 -0
- package/dist/components/DataTable/index.js +16 -0
- package/dist/components/DataTable/styles.d.ts +2517 -0
- package/dist/components/DataTable/styles.js +77 -0
- package/dist/components/DataTable/types.d.ts +15 -0
- package/dist/components/DataTable/types.js +2 -0
- package/dist/components/DateField/DateField.d.ts +2 -2
- package/dist/components/DateField/DateField.js +9 -28
- package/dist/components/DescriptionList/DescriptionList.js +8 -32
- package/dist/components/DescriptionList/styled.d.ts +50 -44
- package/dist/components/DescriptionList/styled.js +9 -34
- package/dist/components/Disclosure/Disclosure.d.ts +3 -3
- package/dist/components/Disclosure/Disclosure.js +12 -18
- package/dist/components/Divider/Divider.js +4 -7
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +1 -1
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +6 -28
- package/dist/components/ErrorText/ErrorText.d.ts +45 -39
- package/dist/components/ErrorText/ErrorText.js +7 -4
- package/dist/components/Field/Field.d.ts +2 -2
- package/dist/components/Field/Field.js +18 -49
- package/dist/components/FormGroup/FormGroup.js +2 -3
- package/dist/components/Grid/Col.d.ts +45 -39
- package/dist/components/Grid/Col.js +4 -3
- package/dist/components/Grid/Row.d.ts +47 -41
- package/dist/components/Grid/Row.js +7 -10
- package/dist/components/Heading/Heading.js +21 -32
- package/dist/components/HintText/HintText.d.ts +45 -39
- package/dist/components/HintText/HintText.js +7 -4
- package/dist/components/Icon/Icon.d.ts +3 -4
- package/dist/components/Icon/Icon.js +5 -27
- package/dist/components/Input/CurrencyInput.d.ts +6 -6
- package/dist/components/Input/CurrencyInput.js +3 -25
- package/dist/components/Input/EmailInput.d.ts +6 -6
- package/dist/components/Input/EmailInput.js +3 -25
- package/dist/components/Input/Input.d.ts +8 -8
- package/dist/components/Input/Input.js +26 -32
- package/dist/components/Input/NumberInput.d.ts +6 -6
- package/dist/components/Input/NumberInput.js +3 -25
- package/dist/components/Input/PasswordInput.d.ts +6 -6
- package/dist/components/Input/PasswordInput.js +3 -25
- package/dist/components/Input/PasswordInput.styled.d.ts +45 -39
- package/dist/components/Input/PasswordInput.styled.js +2 -5
- package/dist/components/Input/PasswordVisibilityToggle.js +14 -29
- package/dist/components/Input/PhoneInput.d.ts +10 -0
- package/dist/components/Input/PhoneInput.js +19 -0
- package/dist/components/Input/TextInput.d.ts +6 -6
- package/dist/components/Input/TextInput.js +3 -25
- package/dist/components/Input/TextareaInput.d.ts +6 -6
- package/dist/components/Input/TextareaInput.js +13 -10
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/index.js +3 -3
- package/dist/components/LabelText/LabelText.d.ts +45 -39
- package/dist/components/LabelText/LabelText.js +5 -4
- package/dist/components/List/List.d.ts +149 -131
- package/dist/components/List/List.js +30 -44
- package/dist/components/Margin/Margin.d.ts +45 -39
- package/dist/components/Margin/Margin.js +3 -3
- package/dist/components/NavHeader/NavHeader.d.ts +1 -1
- package/dist/components/NavHeader/NavHeader.js +34 -35
- package/dist/components/Notification/Notification.d.ts +104 -100
- package/dist/components/Notification/Notification.js +32 -49
- package/dist/components/Radio/Radio.d.ts +3 -3
- package/dist/components/Radio/Radio.js +16 -61
- package/dist/components/Radio/RadioField.js +11 -41
- package/dist/components/SelectField/Select.d.ts +244 -0
- package/dist/components/SelectField/Select.js +102 -0
- package/dist/components/SelectField/SelectField.d.ts +7 -0
- package/dist/components/SelectField/SelectField.js +33 -0
- package/dist/components/SelectField/index.d.ts +1 -0
- package/dist/components/SelectField/index.js +5 -0
- package/dist/components/SkeletonLoading/Skeleton.d.ts +45 -39
- package/dist/components/SkeletonLoading/SkeletonAnimation.js +22 -33
- package/dist/components/SkeletonLoading/SkeletonCTA.js +4 -5
- package/dist/components/SkeletonLoading/SkeletonCircle.js +4 -6
- package/dist/components/SkeletonLoading/SkeletonHeading.js +4 -5
- package/dist/components/SkeletonLoading/SkeletonText.js +5 -5
- package/dist/components/Stack/Stack.js +6 -28
- package/dist/components/Stretch/Stretch.js +2 -2
- package/dist/components/SubLabelText/SubLabelText.d.ts +45 -39
- package/dist/components/SubLabelText/SubLabelText.js +5 -4
- package/dist/components/SummaryList/SummaryList.js +8 -32
- package/dist/components/Tabs/Tab.d.ts +4 -4
- package/dist/components/Tabs/Tab.js +23 -20
- package/dist/components/Tabs/TabList.d.ts +11 -222
- package/dist/components/Tabs/TabList.js +22 -18
- package/dist/components/Tabs/TabPanel.js +33 -10
- package/dist/components/Tabs/Tabs.d.ts +8 -227
- package/dist/components/Tabs/Tabs.js +26 -23
- package/dist/components/Text/Text.d.ts +234 -204
- package/dist/components/Text/Text.js +17 -20
- package/dist/components/TextField/CurrencyField.d.ts +6 -6
- package/dist/components/TextField/CurrencyField.js +3 -26
- package/dist/components/TextField/EmailField.d.ts +6 -6
- package/dist/components/TextField/EmailField.js +3 -26
- package/dist/components/TextField/NumberField.d.ts +6 -6
- package/dist/components/TextField/NumberField.js +3 -26
- package/dist/components/TextField/PasswordField.d.ts +6 -6
- package/dist/components/TextField/PasswordField.js +3 -26
- package/dist/components/TextField/PhoneField.d.ts +10 -0
- package/dist/components/TextField/PhoneField.js +33 -0
- package/dist/components/TextField/TelField.d.ts +10 -6
- package/dist/components/TextField/TelField.js +9 -27
- package/dist/components/TextField/TextField.d.ts +6 -6
- package/dist/components/TextField/TextField.js +3 -26
- package/dist/components/TextField/TextareaField.d.ts +6 -6
- package/dist/components/TextField/TextareaField.js +3 -26
- package/dist/components/TextField/index.d.ts +1 -0
- package/dist/components/TextField/index.js +3 -1
- package/dist/components/TextLink/TextLink.d.ts +4 -4
- package/dist/components/TextLink/TextLink.js +5 -8
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/esm/components/Accordion/Accordion.js +25 -28
- package/dist/esm/components/Accordion/Group.js +10 -9
- package/dist/esm/components/Accordion/Icon.js +20 -12
- package/dist/esm/components/Accordion/hooks.js +3 -3
- package/dist/esm/components/Accordion/styles.js +29 -48
- package/dist/esm/components/Badge/Badge.js +35 -17
- package/dist/esm/components/CTAButton/CTAButton.js +24 -28
- package/dist/esm/components/CTALink/CTALink.js +5 -4
- package/dist/esm/components/Card/Card.js +5 -25
- package/dist/esm/components/Checkbox/Checkbox.js +15 -34
- package/dist/esm/components/Checkbox/CheckboxField.js +7 -14
- package/dist/esm/components/DataTable/DataTable.js +10 -74
- package/dist/esm/components/DataTable/TableRow.js +27 -0
- package/dist/esm/components/DataTable/index.js +2 -0
- package/dist/esm/components/DataTable/styles.js +51 -0
- package/dist/esm/components/DataTable/types.js +1 -0
- package/dist/esm/components/DateField/DateField.js +9 -28
- package/dist/esm/components/DescriptionList/DescriptionList.js +8 -9
- package/dist/esm/components/DescriptionList/styled.js +9 -31
- package/dist/esm/components/Disclosure/Disclosure.js +13 -19
- package/dist/esm/components/Divider/Divider.js +4 -4
- package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +6 -5
- package/dist/esm/components/ErrorText/ErrorText.js +7 -4
- package/dist/esm/components/Field/Field.js +18 -26
- package/dist/esm/components/FormGroup/FormGroup.js +2 -3
- package/dist/esm/components/Grid/Col.js +4 -3
- package/dist/esm/components/Grid/Row.js +7 -7
- package/dist/esm/components/Heading/Heading.js +21 -29
- package/dist/esm/components/HintText/HintText.js +7 -4
- package/dist/esm/components/Icon/Icon.js +5 -4
- package/dist/esm/components/Input/CurrencyInput.js +3 -2
- package/dist/esm/components/Input/EmailInput.js +3 -2
- package/dist/esm/components/Input/Input.js +27 -33
- package/dist/esm/components/Input/NumberInput.js +3 -2
- package/dist/esm/components/Input/PasswordInput.js +3 -2
- package/dist/esm/components/Input/PasswordInput.styled.js +2 -5
- package/dist/esm/components/Input/PasswordVisibilityToggle.js +15 -7
- package/dist/esm/components/Input/{TelInput.js → PhoneInput.js} +4 -3
- package/dist/esm/components/Input/TextInput.js +3 -2
- package/dist/esm/components/Input/TextareaInput.js +13 -10
- package/dist/esm/components/Input/index.js +1 -1
- package/dist/esm/components/LabelText/LabelText.js +5 -4
- package/dist/esm/components/List/List.js +31 -45
- package/dist/esm/components/Margin/Margin.js +3 -3
- package/dist/esm/components/NavHeader/NavHeader.js +34 -32
- package/dist/esm/components/Notification/Notification.js +33 -50
- package/dist/esm/components/Radio/Radio.js +16 -38
- package/dist/esm/components/Radio/RadioField.js +11 -18
- package/dist/esm/components/SelectField/Select.js +75 -0
- package/dist/esm/components/SelectField/SelectField.js +29 -0
- package/dist/esm/components/SelectField/index.js +1 -0
- package/dist/esm/components/SkeletonLoading/SkeletonAnimation.js +23 -11
- package/dist/esm/components/SkeletonLoading/SkeletonCTA.js +4 -5
- package/dist/esm/components/SkeletonLoading/SkeletonCircle.js +4 -6
- package/dist/esm/components/SkeletonLoading/SkeletonHeading.js +4 -5
- package/dist/esm/components/SkeletonLoading/SkeletonText.js +5 -5
- package/dist/esm/components/Stack/Stack.js +6 -5
- package/dist/esm/components/Stretch/Stretch.js +2 -2
- package/dist/esm/components/SubLabelText/SubLabelText.js +5 -4
- package/dist/esm/components/SummaryList/SummaryList.js +8 -9
- package/dist/esm/components/Tabs/Tab.js +23 -17
- package/dist/esm/components/Tabs/TabList.js +21 -18
- package/dist/esm/components/Tabs/TabPanel.js +10 -7
- package/dist/esm/components/Tabs/Tabs.js +25 -23
- package/dist/esm/components/Text/Text.js +17 -20
- package/dist/esm/components/TextField/CurrencyField.js +3 -3
- package/dist/esm/components/TextField/EmailField.js +3 -3
- package/dist/esm/components/TextField/NumberField.js +3 -3
- package/dist/esm/components/TextField/PasswordField.js +3 -3
- package/dist/esm/components/TextField/PhoneField.js +30 -0
- package/dist/esm/components/TextField/TelField.js +9 -4
- package/dist/esm/components/TextField/TextField.js +3 -3
- package/dist/esm/components/TextField/TextareaField.js +3 -3
- package/dist/esm/components/TextField/index.js +1 -0
- package/dist/esm/components/TextLink/TextLink.js +5 -8
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/hooks/use-breakpoint.js +4 -4
- package/dist/esm/providers/IconsProvider.js +3 -2
- package/dist/esm/providers/icons/ArrowDown.js +2 -3
- package/dist/esm/providers/icons/ArrowLeft.js +2 -3
- package/dist/esm/providers/icons/ArrowRight.js +2 -3
- package/dist/esm/providers/icons/ArrowUp.js +2 -3
- package/dist/esm/providers/icons/CaretDown.js +2 -3
- package/dist/esm/providers/icons/CaretLeft.js +2 -3
- package/dist/esm/providers/icons/CaretRight.js +2 -3
- package/dist/esm/providers/icons/CaretUp.js +2 -3
- package/dist/esm/providers/icons/Chart.js +2 -3
- package/dist/esm/providers/icons/Check.js +2 -3
- package/dist/esm/providers/icons/ChevronDown.js +2 -3
- package/dist/esm/providers/icons/ChevronLeft.js +2 -3
- package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -3
- package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -3
- package/dist/esm/providers/icons/ChevronRight.js +2 -3
- package/dist/esm/providers/icons/ChevronRightSmall.js +2 -3
- package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -3
- package/dist/esm/providers/icons/ChevronUp.js +2 -3
- package/dist/esm/providers/icons/Cross.js +2 -3
- package/dist/esm/providers/icons/Dollar.js +2 -3
- package/dist/esm/providers/icons/Download.js +2 -3
- package/dist/esm/providers/icons/Electricity.js +2 -3
- package/dist/esm/providers/icons/Euro.js +2 -3
- package/dist/esm/providers/icons/Gas.js +2 -4
- package/dist/esm/providers/icons/Help.js +2 -3
- package/dist/esm/providers/icons/Hide.js +2 -3
- package/dist/esm/providers/icons/Home.js +2 -3
- package/dist/esm/providers/icons/Info.js +2 -3
- package/dist/esm/providers/icons/Link.js +2 -4
- package/dist/esm/providers/icons/Logo.js +3 -4
- package/dist/esm/providers/icons/Minus.js +2 -3
- package/dist/esm/providers/icons/NewWindow.js +2 -3
- package/dist/esm/providers/icons/PaymentCard.js +2 -3
- package/dist/esm/providers/icons/Plus.js +2 -3
- package/dist/esm/providers/icons/Pound.js +2 -3
- package/dist/esm/providers/icons/Search.js +2 -3
- package/dist/esm/providers/icons/Show.js +2 -3
- package/dist/esm/providers/icons/User.js +2 -3
- package/dist/esm/theme/create-theme.js +0 -153
- package/dist/esm/utils/utils.js +7 -3
- package/dist/hooks/use-breakpoint.js +4 -4
- package/dist/providers/IconsProvider.js +3 -25
- package/dist/providers/icons/ArrowDown.js +2 -6
- package/dist/providers/icons/ArrowLeft.js +2 -6
- package/dist/providers/icons/ArrowRight.js +2 -6
- package/dist/providers/icons/ArrowUp.js +2 -6
- package/dist/providers/icons/CaretDown.js +2 -6
- package/dist/providers/icons/CaretLeft.js +2 -6
- package/dist/providers/icons/CaretRight.js +2 -6
- package/dist/providers/icons/CaretUp.js +2 -6
- package/dist/providers/icons/Chart.js +2 -6
- package/dist/providers/icons/Check.js +2 -6
- package/dist/providers/icons/ChevronDown.js +2 -6
- package/dist/providers/icons/ChevronLeft.js +2 -6
- package/dist/providers/icons/ChevronLeftSmall.js +2 -6
- package/dist/providers/icons/ChevronLeftSmallFirst.js +2 -6
- package/dist/providers/icons/ChevronRight.js +2 -6
- package/dist/providers/icons/ChevronRightSmall.js +2 -6
- package/dist/providers/icons/ChevronRightSmallLast.js +2 -6
- package/dist/providers/icons/ChevronUp.js +2 -6
- package/dist/providers/icons/Cross.js +2 -6
- package/dist/providers/icons/Dollar.js +2 -6
- package/dist/providers/icons/Download.js +2 -6
- package/dist/providers/icons/Electricity.js +2 -6
- package/dist/providers/icons/Euro.js +2 -6
- package/dist/providers/icons/Gas.js +2 -7
- package/dist/providers/icons/Help.js +2 -6
- package/dist/providers/icons/Hide.js +2 -6
- package/dist/providers/icons/Home.js +2 -6
- package/dist/providers/icons/Info.js +2 -6
- package/dist/providers/icons/Link.js +2 -7
- package/dist/providers/icons/Logo.js +2 -6
- package/dist/providers/icons/Minus.js +2 -6
- package/dist/providers/icons/NewWindow.js +2 -6
- package/dist/providers/icons/PaymentCard.js +2 -6
- package/dist/providers/icons/Plus.js +2 -6
- package/dist/providers/icons/Pound.js +2 -6
- package/dist/providers/icons/Search.js +2 -6
- package/dist/providers/icons/Show.js +2 -6
- package/dist/providers/icons/User.js +2 -6
- package/dist/styled.native.d.ts +270 -234
- package/dist/theme/create-theme.js +0 -153
- package/dist/theme/index.d.ts +45 -39
- package/dist/theme/theme.d.ts +0 -90
- package/dist/utils/utils.d.ts +5 -4
- package/dist/utils/utils.js +8 -26
- package/package.json +6 -5
- package/dist/components/Input/TelInput.d.ts +0 -10
- package/dist/components/Input/TelInput.js +0 -41
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
|
+
import { forwardRef } from 'react';
|
|
25
|
+
import { Field } from '../Field';
|
|
26
|
+
import { PhoneInput } from '../Input/PhoneInput';
|
|
27
|
+
export var PhoneField = forwardRef(function (_a, ref) {
|
|
28
|
+
var rest = __rest(_a, []);
|
|
29
|
+
return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(PhoneInput, {}) })));
|
|
30
|
+
});
|
|
@@ -20,11 +20,16 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
|
+
import { forwardRef } from 'react';
|
|
24
25
|
import { Field } from '../Field';
|
|
25
|
-
import {
|
|
26
|
+
import { PhoneInput } from '../Input/PhoneInput';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This component has been deprecated and will be removed in a future release.
|
|
29
|
+
* Please use the PhoneField component instead.
|
|
30
|
+
* */
|
|
26
31
|
export var TelField = forwardRef(function (_a, ref) {
|
|
27
32
|
var rest = __rest(_a, []);
|
|
28
|
-
|
|
29
|
-
|
|
33
|
+
console.warn('TelField component has been deprecated and will be removed in a future release. Please use the PhoneField component instead.');
|
|
34
|
+
return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(PhoneInput, {}) })));
|
|
30
35
|
});
|
|
@@ -20,11 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
|
+
import { forwardRef } from 'react';
|
|
24
25
|
import { Field } from '../Field';
|
|
25
26
|
import { TextInput } from '../Input/TextInput';
|
|
26
27
|
export var TextField = forwardRef(function (_a, ref) {
|
|
27
28
|
var rest = __rest(_a, []);
|
|
28
|
-
return (
|
|
29
|
-
React.createElement(TextInput, null)));
|
|
29
|
+
return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(TextInput, {}) })));
|
|
30
30
|
});
|
|
@@ -20,11 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import
|
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
|
+
import { forwardRef } from 'react';
|
|
24
25
|
import { Field } from '../Field';
|
|
25
26
|
import { TextareaInput } from '../Input/TextareaInput';
|
|
26
27
|
export var TextareaField = forwardRef(function (_a, ref) {
|
|
27
28
|
var rest = __rest(_a, []);
|
|
28
|
-
return (
|
|
29
|
-
React.createElement(TextareaInput, null)));
|
|
29
|
+
return (_jsx(Field, __assign({}, rest, { ref: ref }, { children: _jsx(TextareaInput, {}) })));
|
|
30
30
|
});
|
|
@@ -2,6 +2,7 @@ export { CurrencyField } from './CurrencyField';
|
|
|
2
2
|
export { TextField } from './TextField';
|
|
3
3
|
export { NumberField } from './NumberField';
|
|
4
4
|
export { TelField } from './TelField';
|
|
5
|
+
export { PhoneField } from './PhoneField';
|
|
5
6
|
export { EmailField } from './EmailField';
|
|
6
7
|
export { PasswordField } from './PasswordField';
|
|
7
8
|
export { TextareaField } from './TextareaField';
|
|
@@ -24,14 +24,15 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
24
24
|
}
|
|
25
25
|
return t;
|
|
26
26
|
};
|
|
27
|
-
import
|
|
27
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
28
|
+
import { forwardRef, useContext } from 'react';
|
|
28
29
|
import { Text } from 'react-native';
|
|
29
30
|
import styled, { css, ThemeContext } from '../../styled.native';
|
|
30
31
|
import { getText } from '../../utils/utils';
|
|
31
32
|
import { Icon } from '../Icon';
|
|
32
33
|
var StyledText = styled.Text(function (_a) {
|
|
33
|
-
var
|
|
34
|
-
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: ", ";\n color: ", ";\n text-decoration: underline;\n text-decoration-color: ", ";\n "], ["\n font-family: ", ";\n color: ", ";\n text-decoration: underline;\n text-decoration-color: ", ";\n "])),
|
|
34
|
+
var _b = _a.theme, core = _b.core, semantic = _b.semantic;
|
|
35
|
+
return css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: ", ";\n color: ", ";\n text-decoration: underline;\n text-decoration-color: ", ";\n "], ["\n font-family: ", ";\n color: ", ";\n text-decoration: underline;\n text-decoration-color: ", ";\n "])), core.fontFamily.body.native, semantic.message.link, semantic.message.link);
|
|
35
36
|
});
|
|
36
37
|
var TextLink = forwardRef(function (_a, ref) {
|
|
37
38
|
var children = _a.children, _b = _a.opensInNewWindow, opensInNewWindow = _b === void 0 ? false : _b, accessibilityLabel = _a.accessibilityLabel, rest = __rest(_a, ["children", "opensInNewWindow", "accessibilityLabel"]);
|
|
@@ -39,11 +40,7 @@ var TextLink = forwardRef(function (_a, ref) {
|
|
|
39
40
|
var updatedAccessibilityLabel = opensInNewWindow
|
|
40
41
|
? "".concat(accessibilityLabel ? accessibilityLabel : getText(children), " (opens in new window)")
|
|
41
42
|
: accessibilityLabel;
|
|
42
|
-
return (
|
|
43
|
-
React.createElement(StyledText, null, children),
|
|
44
|
-
opensInNewWindow && (React.createElement(React.Fragment, null,
|
|
45
|
-
"\u00A0",
|
|
46
|
-
React.createElement(Icon, { color: textLink.color, size: 12, name: "new-window" })))));
|
|
43
|
+
return (_jsxs(Text, __assign({}, rest, { accessibilityLabel: updatedAccessibilityLabel, ref: ref }, { children: [_jsx(StyledText, { children: children }), opensInNewWindow && (_jsxs(_Fragment, { children: ["\u00A0", _jsx(Icon, { color: textLink.color, size: 12, name: "new-window" })] }))] })));
|
|
47
44
|
});
|
|
48
45
|
export { TextLink };
|
|
49
46
|
var templateObject_1;
|
|
@@ -2,11 +2,11 @@ import { useContext } from 'react';
|
|
|
2
2
|
import { useWindowDimensions } from 'react-native';
|
|
3
3
|
import { ThemeContext } from '../styled.native';
|
|
4
4
|
export var useBreakpoint = function () {
|
|
5
|
-
var
|
|
5
|
+
var breakpoint = useContext(ThemeContext).core.breakpoint;
|
|
6
6
|
var width = useWindowDimensions().width;
|
|
7
7
|
return {
|
|
8
|
-
smallAndUp: width
|
|
9
|
-
mediumAndUp: width
|
|
10
|
-
largeAndUp: width
|
|
8
|
+
smallAndUp: width > Number(breakpoint.small),
|
|
9
|
+
mediumAndUp: width > Number(breakpoint.medium),
|
|
10
|
+
largeAndUp: width > Number(breakpoint.large),
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -9,7 +9,8 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { createContext, useContext } from 'react';
|
|
13
14
|
import { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, CaretDown, CaretLeft, CaretRight, CaretUp, Chart, Check, ChevronDown, ChevronLeft, ChevronLeftSmall, ChevronLeftSmallFirst, ChevronRight, ChevronRightSmall, ChevronRightSmallLast, ChevronUp, Cross, Dollar, Download, Electricity, Euro, Gas, Help, Hide, Home, Info, Link, Logo, Minus, NewWindow, PaymentCard, Plus, Pound, Search, Show, User, } from './icons';
|
|
14
15
|
var defaultIcons = {
|
|
15
16
|
'arrow-down': ArrowDown,
|
|
@@ -60,6 +61,6 @@ function IconsProvider(_a) {
|
|
|
60
61
|
var children = _a.children, _b = _a.icons, icons = _b === void 0 ? {} : _b;
|
|
61
62
|
var baseIcons = useContext(IconsContext) || defaultIcons;
|
|
62
63
|
var mergedIcons = __assign(__assign({}, baseIcons), icons);
|
|
63
|
-
return (
|
|
64
|
+
return (_jsx(IconsContext.Provider, __assign({ value: mergedIcons }, { children: children })));
|
|
64
65
|
}
|
|
65
66
|
export { useIcons, IconsProvider, defaultIcons };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ArrowDown = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M7 -1.07324e-07L9 -8.34742e-08L9 12.2L14.6 6.6L16 8L8 16L9.5399e-08 8L1.4 6.6L7 12.2L7 -1.07324e-07Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var ArrowDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M7 -1.07324e-07L9 -8.34742e-08L9 12.2L14.6 6.6L16 8L8 16L9.5399e-08 8L1.4 6.6L7 12.2L7 -1.07324e-07Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ArrowLeft = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M16 9V7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ArrowLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M16 9V7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ArrowRight = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M0 9V7H12.2L6.6 1.4L8 0L16 8L8 16L6.6 14.6L12.2 9H0Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var ArrowRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M0 9V7H12.2L6.6 1.4L8 0L16 8L8 16L6.6 14.6L12.2 9H0Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ArrowUp = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M7 16L9 16L9 3.8L14.6 9.4L16 8L8 -3.49691e-07L-3.49691e-07 8L1.4 9.4L7 3.8L7 16Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var ArrowUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M7 16L9 16L9 3.8L14.6 9.4L16 8L8 -3.49691e-07L-3.49691e-07 8L1.4 9.4L7 3.8L7 16Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var CaretDown = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M8 12.5L2 5.5H14L8 12.5Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var CaretDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 12.5L2 5.5H14L8 12.5Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var CaretLeft = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M3.5 8.11999L10.5 2.12L10.5 14.12L3.5 8.11999Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var CaretLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M3.5 8.11999L10.5 2.12L10.5 14.12L3.5 8.11999Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var CaretRight = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M12.5 7.88L5.5 13.88V1.88L12.5 7.88Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var CaretRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M12.5 7.88L5.5 13.88V1.88L12.5 7.88Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var CaretUp = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M8 3.5L14 10.5L2 10.5L8 3.5Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var CaretUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 3.5L14 10.5L2 10.5L8 3.5Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Chart = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Chart = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Check = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M5 14.21L16 3.21004L14.58 1.79004L5 11.37L1.42 7.79004L0 9.21004L5 14.21Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Check = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M5 14.21L16 3.21004L14.58 1.79004L5 11.37L1.42 7.79004L0 9.21004L5 14.21Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronDown = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 12.71L16 4.70998L14.58 3.28998L8 9.86998L1.42 3.28998L0 4.70998L8 12.71Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronDown = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 12.71L16 4.70998L14.58 3.28998L8 9.86998L1.42 3.28998L0 4.70998L8 12.71Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronLeft = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.57996 8L10.58 16L12 14.58L5.41996 8L12 1.42L10.58 0L2.57996 8Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronLeft = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.57996 8L10.58 16L12 14.58L5.41996 8L12 1.42L10.58 0L2.57996 8Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronLeftSmall = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4.94L7.44667 8L10.5 11.06L9.56 12L5.56 8L9.56 4L10.5 4.94Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronLeftSmall = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4.94L7.44667 8L10.5 11.06L9.56 12L5.56 8L9.56 4L10.5 4.94Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronLeftSmallFirst = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M5.19661 4H3.86328V12H5.19661V4ZM9.07661 8L12.1366 11.06L11.1966 12L7.19661 8L11.1966 4L12.1366 4.94L9.07661 8Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronLeftSmallFirst = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M5.19661 4H3.86328V12H5.19661V4ZM9.07661 8L12.1366 11.06L11.1966 12L7.19661 8L11.1966 4L12.1366 4.94L9.07661 8Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronRight = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.71 7.88L4.71004 -0.119995L3.29004 1.3L9.87004 7.88L3.29004 14.46L4.71004 15.88L12.71 7.88Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronRight = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.71 7.88L4.71004 -0.119995L3.29004 1.3L9.87004 7.88L3.29004 14.46L4.71004 15.88L12.71 7.88Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronRightSmall = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 11.06L9.05333 8L6 4.94L6.94 4L10.94 8L6.94 12L6 11.06Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronRightSmall = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 11.06L9.05333 8L6 4.94L6.94 4L10.94 8L6.94 12L6 11.06Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronRightSmallLast = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6.92328 8L3.86328 4.94L4.80328 4L8.80328 8L4.80328 12L3.86328 11.06L6.92328 8ZM12.1366 4H10.8033V12H12.1366V4Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronRightSmallLast = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6.92328 8L3.86328 4.94L4.80328 4L8.80328 8L4.80328 12L3.86328 11.06L6.92328 8ZM12.1366 4H10.8033V12H12.1366V4Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var ChevronUp = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 3L0 11L1.42 12.42L8 5.84L14.58 12.42L16 11L8 3Z", fill: "currentColor" }))); };
|
|
14
|
+
export var ChevronUp = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 3L0 11L1.42 12.42L8 5.84L14.58 12.42L16 11L8 3Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Cross = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M9.42 8L16 1.42L14.58 0L8 6.58L1.42 0L0 1.42L6.58 8L0 14.58L1.42 16L8 9.42L14.58 16L16 14.58L9.42 8Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Cross = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.42 8L16 1.42L14.58 0L8 6.58L1.42 0L0 1.42L6.58 8L0 14.58L1.42 16L8 9.42L14.58 16L16 14.58L9.42 8Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Dollar = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M8.94785 16H7.51227V14.1155C6.32209 13.9947 5.38344 13.59 4.69632 12.9015C4.0092 12.2008 3.61043 11.4096 3.5 10.5277L5.24847 9.98414C5.30982 10.6123 5.53067 11.1619 5.91104 11.6331C6.29141 12.1042 6.82515 12.4002 7.51227 12.521V8.73386L7.05215 8.64326C6.09509 8.44998 5.34663 8.06946 4.80675 7.5017C4.26687 6.93394 3.99693 6.21518 3.99693 5.34541C3.99693 4.47565 4.32209 3.71461 4.97239 3.06229C5.63497 2.40997 6.4816 2.02341 7.51227 1.90261V0H8.94785V1.92072C9.96626 2.0536 10.7454 2.40393 11.2853 2.97169C11.8374 3.52737 12.2055 4.16157 12.3896 4.87429L10.7331 5.47225C10.6718 5.07361 10.4877 4.68705 10.181 4.31257C9.87423 3.93809 9.46319 3.67837 8.94785 3.53341V7.24802L9.22393 7.30238C10.2301 7.49566 11.0276 7.90034 11.6166 8.51642C12.2055 9.1325 12.5 9.85126 12.5 10.6727C12.5 11.5304 12.1871 12.2854 11.5613 12.9377C10.9356 13.59 10.0644 13.9826 8.94785 14.1155V16ZM10.6963 10.7633C10.6963 10.3647 10.5491 10.0083 10.2546 9.69423C9.96012 9.38015 9.52454 9.15666 8.94785 9.02378V12.521C9.52454 12.4122 9.96012 12.2008 10.2546 11.8867C10.5491 11.5727 10.6963 11.1982 10.6963 10.7633ZM5.81902 5.27293C5.81902 6.15478 6.38344 6.70442 7.51227 6.92186V3.47905C6.98466 3.57569 6.56748 3.78709 6.26074 4.11325C5.96626 4.43941 5.81902 4.82597 5.81902 5.27293Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Dollar = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8.94785 16H7.51227V14.1155C6.32209 13.9947 5.38344 13.59 4.69632 12.9015C4.0092 12.2008 3.61043 11.4096 3.5 10.5277L5.24847 9.98414C5.30982 10.6123 5.53067 11.1619 5.91104 11.6331C6.29141 12.1042 6.82515 12.4002 7.51227 12.521V8.73386L7.05215 8.64326C6.09509 8.44998 5.34663 8.06946 4.80675 7.5017C4.26687 6.93394 3.99693 6.21518 3.99693 5.34541C3.99693 4.47565 4.32209 3.71461 4.97239 3.06229C5.63497 2.40997 6.4816 2.02341 7.51227 1.90261V0H8.94785V1.92072C9.96626 2.0536 10.7454 2.40393 11.2853 2.97169C11.8374 3.52737 12.2055 4.16157 12.3896 4.87429L10.7331 5.47225C10.6718 5.07361 10.4877 4.68705 10.181 4.31257C9.87423 3.93809 9.46319 3.67837 8.94785 3.53341V7.24802L9.22393 7.30238C10.2301 7.49566 11.0276 7.90034 11.6166 8.51642C12.2055 9.1325 12.5 9.85126 12.5 10.6727C12.5 11.5304 12.1871 12.2854 11.5613 12.9377C10.9356 13.59 10.0644 13.9826 8.94785 14.1155V16ZM10.6963 10.7633C10.6963 10.3647 10.5491 10.0083 10.2546 9.69423C9.96012 9.38015 9.52454 9.15666 8.94785 9.02378V12.521C9.52454 12.4122 9.96012 12.2008 10.2546 11.8867C10.5491 11.5727 10.6963 11.1982 10.6963 10.7633ZM5.81902 5.27293C5.81902 6.15478 6.38344 6.70442 7.51227 6.92186V3.47905C6.98466 3.57569 6.56748 3.78709 6.26074 4.11325C5.96626 4.43941 5.81902 4.82597 5.81902 5.27293Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Download = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.78C4.56 1.78 1.78 4.56 1.78 8C1.78 11.44 4.57 14.22 8 14.22C11.43 14.22 14.22 11.43 14.22 8C14.22 4.57 11.44 1.78 8 1.78ZM0 8C0 3.58 3.58 0 8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8ZM9 8.85999L10.58 7.28999L12 8.70999L8 12.71L4 8.70999L5.42 7.28999L7 8.85999V3.89999H9V8.85999Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Download = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.78C4.56 1.78 1.78 4.56 1.78 8C1.78 11.44 4.57 14.22 8 14.22C11.43 14.22 14.22 11.43 14.22 8C14.22 4.57 11.44 1.78 8 1.78ZM0 8C0 3.58 3.58 0 8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8ZM9 8.85999L10.58 7.28999L12 8.70999L8 12.71L4 8.70999L5.42 7.28999L7 8.85999V3.89999H9V8.85999Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Electricity = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M9.77997 0V6.22H13.78L6.21997 16V9.78H2.21997L9.77997 0Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Electricity = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.77997 0V6.22H13.78L6.21997 16V9.78H2.21997L9.77997 0Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Euro = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M2 8.86726H3.58264C3.55593 8.5644 3.54257 8.26844 3.54257 7.97935C3.54257 7.73156 3.55593 7.45624 3.58264 7.15339H2V5.54277H3.88314C4.33723 4.09735 5.14524 2.9823 6.30718 2.19764C7.46911 1.39921 8.73122 1 10.0935 1C11.4958 1 12.6377 1.3235 13.5192 1.9705L12.7179 3.56047C12.0367 3.05113 11.1619 2.79646 10.0935 2.79646C9.17195 2.79646 8.33723 3.03048 7.58932 3.49852C6.8414 3.96657 6.28715 4.64798 5.92654 5.54277H11.7963L11.015 7.15339H5.54591C5.50584 7.40118 5.48581 7.6765 5.48581 7.97935C5.48581 8.3648 5.50584 8.66077 5.54591 8.86726H10.2938L9.51252 10.5192H5.96661C6.32721 11.4002 6.86811 12.0678 7.58932 12.5221C8.31052 12.9764 9.12521 13.2035 10.0334 13.2035C11.3022 13.2035 12.2972 12.8319 13.0184 12.0885L14 13.5339C12.8915 14.5113 11.5693 15 10.0334 15C8.69783 15 7.46244 14.6077 6.32721 13.823C5.19199 13.0383 4.39065 11.9371 3.92321 10.5192H2V8.86726Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Euro = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 8.86726H3.58264C3.55593 8.5644 3.54257 8.26844 3.54257 7.97935C3.54257 7.73156 3.55593 7.45624 3.58264 7.15339H2V5.54277H3.88314C4.33723 4.09735 5.14524 2.9823 6.30718 2.19764C7.46911 1.39921 8.73122 1 10.0935 1C11.4958 1 12.6377 1.3235 13.5192 1.9705L12.7179 3.56047C12.0367 3.05113 11.1619 2.79646 10.0935 2.79646C9.17195 2.79646 8.33723 3.03048 7.58932 3.49852C6.8414 3.96657 6.28715 4.64798 5.92654 5.54277H11.7963L11.015 7.15339H5.54591C5.50584 7.40118 5.48581 7.6765 5.48581 7.97935C5.48581 8.3648 5.50584 8.66077 5.54591 8.86726H10.2938L9.51252 10.5192H5.96661C6.32721 11.4002 6.86811 12.0678 7.58932 12.5221C8.31052 12.9764 9.12521 13.2035 10.0334 13.2035C11.3022 13.2035 12.2972 12.8319 13.0184 12.0885L14 13.5339C12.8915 14.5113 11.5693 15 10.0334 15C8.69783 15 7.46244 14.6077 6.32721 13.823C5.19199 13.0383 4.39065 11.9371 3.92321 10.5192H2V8.86726Z", fill: "currentColor" }) }))); };
|
|
@@ -9,8 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Gas = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M7.82 0.31V0C10.53 0 12.71 2.09 12.71 4.67C12.71 6.53 11.55 8.13 9.91 8.89C8.66 9.46 7.82 10.71 7.82 12.13V12.44C5.11 12.44 2.93 10.35 2.93 7.77C2.93 5.91 4.08 4.31 5.73 3.55C6.97 2.98 7.82 1.73 7.82 0.31ZM1.5 16V14H14.5V16H1.5Z", fill: "currentColor" }),
|
|
16
|
-
React.createElement(Path, { d: "M1.33 14.22V16h13.34v-1.78z", fill: "currentColor", opacity: ".3" }))); };
|
|
14
|
+
export var Gas = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { d: "M7.82 0.31V0C10.53 0 12.71 2.09 12.71 4.67C12.71 6.53 11.55 8.13 9.91 8.89C8.66 9.46 7.82 10.71 7.82 12.13V12.44C5.11 12.44 2.93 10.35 2.93 7.77C2.93 5.91 4.08 4.31 5.73 3.55C6.97 2.98 7.82 1.73 7.82 0.31ZM1.5 16V14H14.5V16H1.5Z", fill: "currentColor" }), _jsx(Path, { d: "M1.33 14.22V16h13.34v-1.78z", fill: "currentColor", opacity: ".3" })] }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Help = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M8 1.78C4.56 1.78 1.78 4.56 1.78 8C1.78 11.44 4.57 14.22 8 14.22C11.43 14.22 14.22 11.43 14.22 8C14.22 4.57 11.44 1.78 8 1.78ZM0 8C0 3.58 3.58 0 8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8ZM7.14 12V10.28H8.86V12H7.14ZM5.42 6.61C5.42 4.93 6.38 4 8 4C9.6 4 10.58 4.98 10.58 6.61C10.58 7.61 9.99 8.43 8.93 9.05L8.86 9.09V9.14H7.14V8.02L7.64 7.79C8.51 7.38 8.86 6.99 8.86 6.61C8.86 5.93 8.66 5.72 8 5.72C7.34 5.72 7.16 5.88 7.14 6.52V6.61H5.42Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Help = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 1.78C4.56 1.78 1.78 4.56 1.78 8C1.78 11.44 4.57 14.22 8 14.22C11.43 14.22 14.22 11.43 14.22 8C14.22 4.57 11.44 1.78 8 1.78ZM0 8C0 3.58 3.58 0 8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8ZM7.14 12V10.28H8.86V12H7.14ZM5.42 6.61C5.42 4.93 6.38 4 8 4C9.6 4 10.58 4.98 10.58 6.61C10.58 7.61 9.99 8.43 8.93 9.05L8.86 9.09V9.14H7.14V8.02L7.64 7.79C8.51 7.38 8.86 6.99 8.86 6.61C8.86 5.93 8.66 5.72 8 5.72C7.34 5.72 7.16 5.88 7.14 6.52V6.61H5.42Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Hide = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M15.8125 1.3125L14.5781 0.078125L10.7093 3.947C9.8406 3.65492 8.93342 3.5 8 3.5C4.89086 3.5 2.07286 5.21886 0 8C0.996343 9.33679 2.16484 10.4282 3.45507 11.2012L0.0937505 14.5625L1.32813 15.7969L5.12836 11.9966C6.04613 12.3251 7.00825 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C14.9683 6.61581 13.7521 5.49476 12.4072 4.71779L15.8125 1.3125ZM9.3408 5.31545C8.93732 5.11358 8.48195 5 8 5C6.34286 5 5 6.34286 5 8C5 8.48195 5.11358 8.93732 5.31545 9.3408L6.50731 8.14894C6.50247 8.09995 6.5 8.05026 6.5 8C6.5 7.17171 7.17171 6.5 8 6.5C8.05026 6.5 8.09995 6.50247 8.14894 6.50731L9.3408 5.31545ZM9.46198 7.66302L10.6083 6.51665C10.8576 6.9541 11 7.46039 11 8C11 9.65714 9.65714 11 8 11C7.46039 11 6.9541 10.8576 6.51665 10.6083L7.66302 9.46198C7.77134 9.48686 7.88414 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.88414 9.48686 7.77134 9.46198 7.66302Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Hide = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M15.8125 1.3125L14.5781 0.078125L10.7093 3.947C9.8406 3.65492 8.93342 3.5 8 3.5C4.89086 3.5 2.07286 5.21886 0 8C0.996343 9.33679 2.16484 10.4282 3.45507 11.2012L0.0937505 14.5625L1.32813 15.7969L5.12836 11.9966C6.04613 12.3251 7.00825 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C14.9683 6.61581 13.7521 5.49476 12.4072 4.71779L15.8125 1.3125ZM9.3408 5.31545C8.93732 5.11358 8.48195 5 8 5C6.34286 5 5 6.34286 5 8C5 8.48195 5.11358 8.93732 5.31545 9.3408L6.50731 8.14894C6.50247 8.09995 6.5 8.05026 6.5 8C6.5 7.17171 7.17171 6.5 8 6.5C8.05026 6.5 8.09995 6.50247 8.14894 6.50731L9.3408 5.31545ZM9.46198 7.66302L10.6083 6.51665C10.8576 6.9541 11 7.46039 11 8C11 9.65714 9.65714 11 8 11C7.46039 11 6.9541 10.8576 6.51665 10.6083L7.66302 9.46198C7.77134 9.48686 7.88414 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.88414 9.48686 7.77134 9.46198 7.66302Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Home = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M14 6.4L8 2.4L2 6.4V14H14V6.4ZM0 5.33L8 0L16 5.33V16H0V5.33ZM5.55164 8.64246L9.41534 7.60718L10.4506 11.4709L6.58691 12.5062L5.55164 8.64246Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Home = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M14 6.4L8 2.4L2 6.4V14H14V6.4ZM0 5.33L8 0L16 5.33V16H0V5.33ZM5.55164 8.64246L9.41534 7.60718L10.4506 11.4709L6.58691 12.5062L5.55164 8.64246Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Info = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M1.78 8C1.78 4.56 4.56 1.78 8 1.78C11.44 1.78 14.22 4.57 14.22 8C14.22 11.43 11.43 14.22 8 14.22C4.57 14.22 1.78 11.44 1.78 8ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM7 7V12H9V7H7ZM7 6V4H9V6H7Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Info = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M1.78 8C1.78 4.56 4.56 1.78 8 1.78C11.44 1.78 14.22 4.57 14.22 8C14.22 11.43 11.43 14.22 8 14.22C4.57 14.22 1.78 11.44 1.78 8ZM8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM7 7V12H9V7H7ZM7 6V4H9V6H7Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,8 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Link = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M5.6665 8.81309C5.8348 9.12485 6.05111 9.41886 6.31444 9.68312C7.77261 11.1409 10.1375 11.1409 11.5959 9.68312L13.9066 7.37253C15.3643 5.91498 15.3643 3.5514 13.9066 2.0936C12.4482 0.635794 10.0835 0.635794 8.62535 2.0936L6.5415 4.17592C6.70655 4.15792 6.8731 4.15017 7.04065 4.15017C7.56805 4.15017 8.08069 4.23392 8.56633 4.39543L9.74717 3.21539C10.1528 2.80962 10.6922 2.58636 11.2656 2.58636C11.839 2.58636 12.3784 2.80937 12.784 3.21539C13.1897 3.6204 13.4127 4.15867 13.4127 4.73294C13.4127 5.30721 13.1897 5.84548 12.784 6.25049L10.4739 8.56008C10.0683 8.96609 9.52886 9.1891 8.95544 9.1891C8.38203 9.1891 7.79261 8.86609 7.38675 8.46032C7.18944 8.26382 6.98538 7.9348 6.87935 7.6853L5.6665 8.81309Z", fill: "currentColor" }),
|
|
16
|
-
React.createElement(Path, { d: "M10.3331 7.18702C10.1648 6.87525 9.9485 6.58124 9.68517 6.31698C8.22701 4.85918 5.86208 4.85918 4.40367 6.31698L2.09301 8.62757C0.635339 10.0851 0.635339 12.4487 2.09301 13.9065C3.55142 15.3643 5.9161 15.3643 7.37426 13.9065L9.45811 11.8242C9.29306 11.8422 9.12651 11.8499 8.95897 11.8499C8.43157 11.8499 7.91892 11.7662 7.43328 11.6047L6.25244 12.7847C5.84683 13.1905 5.30742 13.4137 4.73401 13.4137C4.1606 13.4137 3.62119 13.1907 3.21558 12.7847C2.80996 12.3797 2.5869 11.8414 2.5869 11.2672C2.5869 10.6929 2.80996 10.1546 3.21558 9.74961L5.52574 7.44002C5.93135 7.03401 6.47076 6.811 7.04417 6.811C7.61758 6.811 8.207 7.13401 8.61287 7.53978C8.81017 7.73628 9.01423 8.0653 9.12026 8.31481L10.3331 7.18702Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Link = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: [_jsx(Path, { d: "M5.6665 8.81309C5.8348 9.12485 6.05111 9.41886 6.31444 9.68312C7.77261 11.1409 10.1375 11.1409 11.5959 9.68312L13.9066 7.37253C15.3643 5.91498 15.3643 3.5514 13.9066 2.0936C12.4482 0.635794 10.0835 0.635794 8.62535 2.0936L6.5415 4.17592C6.70655 4.15792 6.8731 4.15017 7.04065 4.15017C7.56805 4.15017 8.08069 4.23392 8.56633 4.39543L9.74717 3.21539C10.1528 2.80962 10.6922 2.58636 11.2656 2.58636C11.839 2.58636 12.3784 2.80937 12.784 3.21539C13.1897 3.6204 13.4127 4.15867 13.4127 4.73294C13.4127 5.30721 13.1897 5.84548 12.784 6.25049L10.4739 8.56008C10.0683 8.96609 9.52886 9.1891 8.95544 9.1891C8.38203 9.1891 7.79261 8.86609 7.38675 8.46032C7.18944 8.26382 6.98538 7.9348 6.87935 7.6853L5.6665 8.81309Z", fill: "currentColor" }), _jsx(Path, { d: "M10.3331 7.18702C10.1648 6.87525 9.9485 6.58124 9.68517 6.31698C8.22701 4.85918 5.86208 4.85918 4.40367 6.31698L2.09301 8.62757C0.635339 10.0851 0.635339 12.4487 2.09301 13.9065C3.55142 15.3643 5.9161 15.3643 7.37426 13.9065L9.45811 11.8242C9.29306 11.8422 9.12651 11.8499 8.95897 11.8499C8.43157 11.8499 7.91892 11.7662 7.43328 11.6047L6.25244 12.7847C5.84683 13.1905 5.30742 13.4137 4.73401 13.4137C4.1606 13.4137 3.62119 13.1907 3.21558 12.7847C2.80996 12.3797 2.5869 11.8414 2.5869 11.2672C2.5869 10.6929 2.80996 10.1546 3.21558 9.74961L5.52574 7.44002C5.93135 7.03401 6.47076 6.811 7.04417 6.811C7.61758 6.811 8.207 7.13401 8.61287 7.53978C8.81017 7.73628 9.01423 8.0653 9.12026 8.31481L10.3331 7.18702Z", fill: "currentColor" })] }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
13
|
-
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Logo = function (props) { return (
|
|
15
|
-
React.createElement(Path, { fill: "#0a9928", d: "M10.6,19a15.29,15.29,0,0,1,8.8,2.7l-.9-2.3H28l3.2,11.4.7,2.6s.4-1.3.7-2.6l3.3-11.4h9.5l-.8,2.4a14.59,14.59,0,0,1,8.8-2.7,6.6,6.6,0,0,1,1.4.1L49.9.8.7,14l1.9,7.2A15.22,15.22,0,0,1,10.6,19Zm42.8,8.3a4.62,4.62,0,0,0-4.7,4.9A4.49,4.49,0,0,0,53.4,37a4.54,4.54,0,0,0,4.7-4.8,3.75,3.75,0,0,0-.1-1.1l-.2-.6A4.44,4.44,0,0,0,53.4,27.3ZM15.2,32.1a4.62,4.62,0,0,0-4.7-4.9,4.62,4.62,0,0,0-4.7,4.9,4.49,4.49,0,0,0,4.7,4.8C13.3,37,15.2,35,15.2,32.1ZM53.4,44.9c-6.9,0-12.6-3.9-13.7-10.5L35.8,44.5H28.1L24.2,34.4C23.1,41,17.4,44.9,10.5,44.9a8.6,8.6,0,0,1-1.6-.1l4.9,18.4L63,50l-1.9-7.1A14.7,14.7,0,0,1,53.4,44.9ZM70.8,33.5a4.7,4.7,0,0,0,4.9,5c3.6,0,4.6-2.2,5.6-2.2a1.06,1.06,0,0,1,1,1.2c0,1.3-3.4,3.4-6.6,3.4-5.3,0-7.6-4.1-7.6-8.5s2.8-8.5,7.4-8.5S82.6,28,82.6,32c0,1-.3,1.5-1.5,1.5Zm9.1-2.1c0-2.4-1.4-5.1-4.4-5.1-3.4-.1-4.6,2.6-4.7,5.1Zm4.9-6a1.34,1.34,0,0,1,1.4-1.5,1.39,1.39,0,0,1,1.4,1.5v.7l.1.1A5.53,5.53,0,0,1,92.3,24c2.6,0,5.8,1.6,5.8,6.3v9.2A1.34,1.34,0,0,1,96.7,41a1.39,1.39,0,0,1-1.4-1.5v-9a3.81,3.81,0,1,0-7.6,0v9A1.34,1.34,0,0,1,86.3,41a1.39,1.39,0,0,1-1.4-1.5V25.4ZM103,33.5a4.7,4.7,0,0,0,4.9,5c3.6,0,4.6-2.2,5.6-2.2a1.06,1.06,0,0,1,1,1.2c0,1.3-3.4,3.4-6.6,3.4-5.3,0-7.6-4.1-7.6-8.5s2.8-8.5,7.4-8.5,7.1,4.1,7.1,8.1c0,1-.3,1.5-1.5,1.5Zm9.1-2.1c0-2.4-1.4-5.1-4.4-5.1-3.4-.1-4.6,2.6-4.7,5.1Zm4.9-6a1.34,1.34,0,0,1,1.4-1.5,1.39,1.39,0,0,1,1.4,1.5v1.4h.1c.6-1.3,2.1-2.9,3.7-2.9a1.34,1.34,0,0,1,1.5,1.4c0,.8-.6,1.3-1.7,1.5-1.6.3-3.6,1.5-3.6,4.7v7.9a1.34,1.34,0,0,1-1.4,1.5,1.39,1.39,0,0,1-1.4-1.5Zm23,14.1c0,4.9-3,7.9-7.5,7.9-2.8,0-6.3-1.6-6.3-3a1.17,1.17,0,0,1,1.2-1.3c1.2,0,2.5,1.9,5.4,1.9,3.5,0,4.5-2.7,4.5-5.1V38.5h-.1a4.75,4.75,0,0,1-4.2,2.4c-4.7,0-7.3-4.1-7.3-8.5s2.6-8.5,7.3-8.5a5.53,5.53,0,0,1,4.2,2.1h.1v-.7c0-1,.7-1.3,1.5-1.3a1.31,1.31,0,0,1,1.3,1.3V39.5Zm-7-1c3.4,0,4.5-3.3,4.5-6.1s-1.2-6.1-4.5-6.1-4.5,3.3-4.5,6.1S129.6,38.5,133,38.5Zm9.4-11.9a5.37,5.37,0,0,1-.4-1.5,1.22,1.22,0,0,1,1.2-1.2,1.41,1.41,0,0,1,1.4,1l3.8,11.4h.1l3.7-11.4a1.3,1.3,0,0,1,1.3-1,1.22,1.22,0,0,1,1.2,1.2,5.37,5.37,0,0,1-.4,1.5l-6.9,19.7a1.38,1.38,0,0,1-1.3,1,1.22,1.22,0,0,1-1.2-1.2,5.37,5.37,0,0,1,.4-1.5L147,40Z" }))); };
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Path, Svg, ClipPath, Defs } from 'react-native-svg';
|
|
14
|
+
export var Logo = function (props) { return (_jsxs(Svg, __assign({ viewBox: "0 0 48 48", width: 48, height: 48 }, props, { children: [_jsx(Path, { fill: "#0A9828", d: "M14.316 16.104c-1.837-1.34-4.186-2.084-6.733-2.084-2.262 0-4.364.589-6.1 1.66L0 10.143 37.861 0l3.767 14.063a12.37 12.37 0 00-1.054-.045c-2.562 0-4.924.752-6.771 2.109l.697-1.803h-7.311l-2.562 8.771c-.278.95-.565 1.982-.565 1.982l-.557-1.982-2.56-8.77h-7.316l.687 1.779zm22.654 8.023c0-2.05 1.382-3.76 3.606-3.76 1.711 0 2.919 1.013 3.387 2.414l.127.472c.058.28.092.57.092.873 0 2.2-1.484 3.71-3.606 3.71s-3.606-1.51-3.606-3.71zm-25.781 0c0-2.05-1.384-3.76-3.606-3.76-2.224 0-3.61 1.71-3.61 3.76 0 2.2 1.489 3.71 3.61 3.71 2.122 0 3.606-1.51 3.606-3.71zm18.866 1.69c.835 5.104 5.232 8.101 10.521 8.101 2.209 0 4.265-.52 5.972-1.5l1.456 5.44L10.143 48 6.357 33.865c.401.036.814.055 1.226.055 5.27 0 9.659-2.98 10.515-8.057l3 7.753h5.934l3.023-7.8z" }), _jsx(Defs, { children: _jsx(ClipPath, __assign({ id: "a" }, { children: _jsx(Path, { fill: "#fff", d: "M0 0h48v48H0z" }) })) })] }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var Minus = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M15.96 9V7H0.0400391V9H15.96Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Minus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M15.96 9V7H0.0400391V9H15.96Z", fill: "currentColor" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var NewWindow = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M9.755 3.5075V2H14V6.245H12.4925V4.5725L9.86 7.205L8.795 6.14L11.4275 3.5075H9.755ZM13.25 8.75H11.75V12.5H3.5V4.25H7.25V2.75H2V14H13.25V8.75Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var NewWindow = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.755 3.5075V2H14V6.245H12.4925V4.5725L9.86 7.205L8.795 6.14L11.4275 3.5075H9.755ZM13.25 8.75H11.75V12.5H3.5V4.25H7.25V2.75H2V14H13.25V8.75Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -9,7 +9,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
import
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { Path, Svg } from 'react-native-svg';
|
|
14
|
-
export var PaymentCard = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M2 1H11C12.1 1 13 1.9 13 3V10C13 11.1 12.1 12 11 12H2C0.9 12 0 11.1 0 10V3C0 1.9 0.9 1 2 1ZM11 3H2V4.5H11V3ZM2 6.5V10H11V6.5H2ZM2 15.19H11.25C13.87 15.19 16 13.06 16 10.44V4.5H14V10.44C14 11.96 12.76 13.19 11.25 13.19H2V15.19Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var PaymentCard = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M2 1H11C12.1 1 13 1.9 13 3V10C13 11.1 12.1 12 11 12H2C0.9 12 0 11.1 0 10V3C0 1.9 0.9 1 2 1ZM11 3H2V4.5H11V3ZM2 6.5V10H11V6.5H2ZM2 15.19H11.25C13.87 15.19 16 13.06 16 10.44V4.5H14V10.44C14 11.96 12.76 13.19 11.25 13.19H2V15.19Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|