@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
|
@@ -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 Plus = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M9 9H16V6.99H9V0H6.99V7H0V9.01H7V16.01H9.01V9.01L9 9Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Plus = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9 9H16V6.99H9V0H6.99V7H0V9.01H7V16.01H9.01V9.01L9 9Z", 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 Pound = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M3.11928 7.41931H4.51093C4.11332 6.46204 3.91451 5.63147 3.91451 4.9276C3.91451 3.80141 4.29225 2.86526 5.04771 2.11916C5.80318 1.37305 6.73757 1 7.85089 1C9.24254 1 10.2565 1.37305 10.8926 2.11916C11.5421 2.86526 11.8933 3.7451 11.9463 4.75867L9.99801 5.11765C9.98476 4.35747 9.78595 3.78733 9.40159 3.40724C9.03048 3.01307 8.52684 2.81599 7.89066 2.81599C7.334 2.81599 6.85686 3.00603 6.45924 3.38612C6.06163 3.75214 5.86282 4.26596 5.86282 4.9276C5.86282 5.51885 6.08151 6.34942 6.51889 7.41931H10.3757V9.2353H7.03579C7.06229 9.48869 7.07555 9.67873 7.07555 9.80543C7.07555 10.5375 6.90987 11.1991 6.57853 11.7903C6.24718 12.3816 5.7833 12.8391 5.18688 13.1629H9.22266C9.85885 13.1629 10.336 12.9517 10.6541 12.5294C10.9722 12.093 11.1312 11.5581 11.1312 10.9246L13 11.2202C13 12.3323 12.7018 13.2403 12.1054 13.9442C11.5222 14.6481 10.7203 15 9.6998 15H3V12.994C3.66269 12.6983 4.19284 12.2831 4.59046 11.7481C4.98807 11.1991 5.18688 10.629 5.18688 10.0377C5.18688 9.728 5.16037 9.46053 5.10736 9.2353H3.11928V7.41931Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var Pound = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M3.11928 7.41931H4.51093C4.11332 6.46204 3.91451 5.63147 3.91451 4.9276C3.91451 3.80141 4.29225 2.86526 5.04771 2.11916C5.80318 1.37305 6.73757 1 7.85089 1C9.24254 1 10.2565 1.37305 10.8926 2.11916C11.5421 2.86526 11.8933 3.7451 11.9463 4.75867L9.99801 5.11765C9.98476 4.35747 9.78595 3.78733 9.40159 3.40724C9.03048 3.01307 8.52684 2.81599 7.89066 2.81599C7.334 2.81599 6.85686 3.00603 6.45924 3.38612C6.06163 3.75214 5.86282 4.26596 5.86282 4.9276C5.86282 5.51885 6.08151 6.34942 6.51889 7.41931H10.3757V9.2353H7.03579C7.06229 9.48869 7.07555 9.67873 7.07555 9.80543C7.07555 10.5375 6.90987 11.1991 6.57853 11.7903C6.24718 12.3816 5.7833 12.8391 5.18688 13.1629H9.22266C9.85885 13.1629 10.336 12.9517 10.6541 12.5294C10.9722 12.093 11.1312 11.5581 11.1312 10.9246L13 11.2202C13 12.3323 12.7018 13.2403 12.1054 13.9442C11.5222 14.6481 10.7203 15 9.6998 15H3V12.994C3.66269 12.6983 4.19284 12.2831 4.59046 11.7481C4.98807 11.1991 5.18688 10.629 5.18688 10.0377C5.18688 9.728 5.16037 9.46053 5.10736 9.2353H3.11928V7.41931Z", 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 Search = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M16.02 14.61L11.65 10.05C12.37 9.01 12.8 7.76 12.8 6.4C12.8 2.87 9.93 0 6.4 0C2.87 0 0 2.87 0 6.4C0 9.93 2.87 12.8 6.4 12.8C7.85 12.8 9.19 12.31 10.26 11.49L14.57 15.99L16.01 14.61H16.02ZM6.4 10.8C3.97 10.8 2 8.83 2 6.4C2 3.97 3.97 2 6.4 2C8.83 2 10.8 3.97 10.8 6.4C10.8 8.83 8.83 10.8 6.4 10.8Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Search = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M16.02 14.61L11.65 10.05C12.37 9.01 12.8 7.76 12.8 6.4C12.8 2.87 9.93 0 6.4 0C2.87 0 0 2.87 0 6.4C0 9.93 2.87 12.8 6.4 12.8C7.85 12.8 9.19 12.31 10.26 11.49L14.57 15.99L16.01 14.61H16.02ZM6.4 10.8C3.97 10.8 2 8.83 2 6.4C2 3.97 3.97 2 6.4 2C8.83 2 10.8 3.97 10.8 6.4C10.8 8.83 8.83 10.8 6.4 10.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 Show = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M8 3.5C4.89086 3.5 2.07286 5.21886 0 8C2.07286 10.7811 4.89086 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C13.9271 5.21886 11.1091 3.5 8 3.5ZM8 5C9.65714 5 11 6.34286 11 8C11 9.65714 9.65714 11 8 11C6.34286 11 5 9.65714 5 8C5 6.34286 6.34286 5 8 5ZM8 6.5C7.17171 6.5 6.5 7.17171 6.5 8C6.5 8.82829 7.17171 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.17171 8.82829 6.5 8 6.5Z", fill: "currentColor" }))); };
|
|
14
|
+
export var Show = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M8 3.5C4.89086 3.5 2.07286 5.21886 0 8C2.07286 10.7811 4.89086 12.5 8 12.5C11.1091 12.5 13.9271 10.7811 16 8C13.9271 5.21886 11.1091 3.5 8 3.5ZM8 5C9.65714 5 11 6.34286 11 8C11 9.65714 9.65714 11 8 11C6.34286 11 5 9.65714 5 8C5 6.34286 6.34286 5 8 5ZM8 6.5C7.17171 6.5 6.5 7.17171 6.5 8C6.5 8.82829 7.17171 9.5 8 9.5C8.82829 9.5 9.5 8.82829 9.5 8C9.5 7.17171 8.82829 6.5 8 6.5Z", 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 User = function (props) { return (
|
|
15
|
-
React.createElement(Path, { d: "M9.33 3.33C9.33 2.6 8.74 2 8 2C7.27 2 6.67 2.6 6.67 3.33C6.67 4.06 7.27 4.66 8 4.66C8.73 4.66 9.33 4.06 9.33 3.33ZM4.67 3.33C4.67 1.49 6.16 0 8 0C9.84 0 11.33 1.49 11.33 3.33C11.33 5.17 9.84 6.66 8 6.66C6.16 6.66 4.67 5.17 4.67 3.33ZM13.66 14C12.83 11.67 10.61 10 8 10C5.39 10 3.17 11.67 2.34 14H13.66ZM0 16C0 11.6 3.6 8 8 8C12.4 8 16 11.6 16 16H0Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
14
|
+
export var User = function (props) { return (_jsx(Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: _jsx(Path, { d: "M9.33 3.33C9.33 2.6 8.74 2 8 2C7.27 2 6.67 2.6 6.67 3.33C6.67 4.06 7.27 4.66 8 4.66C8.73 4.66 9.33 4.06 9.33 3.33ZM4.67 3.33C4.67 1.49 6.16 0 8 0C9.84 0 11.33 1.49 11.33 3.33C11.33 5.17 9.84 6.66 8 6.66C6.16 6.66 4.67 5.17 4.67 3.33ZM13.66 14C12.83 11.67 10.61 10 8 10C5.39 10 3.17 11.67 2.34 14H13.66ZM0 16C0 11.6 3.6 8 8 8C12.4 8 16 11.6 16 16H0Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
@@ -204,73 +204,6 @@ export function createTheme(customTheme, additional) {
|
|
|
204
204
|
borderColor: colors.borderMuted,
|
|
205
205
|
padding: [space[3], space[6], space[9]],
|
|
206
206
|
},
|
|
207
|
-
badge: {
|
|
208
|
-
fontFamily: fonts.bold,
|
|
209
|
-
lineHeight: lineHeights.standard,
|
|
210
|
-
paddingHorizontal: space[2],
|
|
211
|
-
borderRadius: radii.small,
|
|
212
|
-
fontSize: responsiveFontSizes.body,
|
|
213
|
-
variants: {
|
|
214
|
-
default: {
|
|
215
|
-
background: colors.primaryMuted,
|
|
216
|
-
foreground: colors.primaryAlt,
|
|
217
|
-
},
|
|
218
|
-
error: {
|
|
219
|
-
background: colors.errorMuted,
|
|
220
|
-
foreground: colors.errorAlt,
|
|
221
|
-
},
|
|
222
|
-
success: {
|
|
223
|
-
background: colors.successMuted,
|
|
224
|
-
foreground: colors.successAlt,
|
|
225
|
-
},
|
|
226
|
-
info: {
|
|
227
|
-
background: colors.infoMuted,
|
|
228
|
-
foreground: colors.infoAlt,
|
|
229
|
-
},
|
|
230
|
-
warning: {
|
|
231
|
-
background: colors.warningMuted,
|
|
232
|
-
foreground: colors.warningAlt,
|
|
233
|
-
},
|
|
234
|
-
},
|
|
235
|
-
},
|
|
236
|
-
cta: {
|
|
237
|
-
fontSize: responsiveFontSizes.body,
|
|
238
|
-
fontFamily: fonts.bold,
|
|
239
|
-
lineHeight: lineHeights.standard,
|
|
240
|
-
paddingVertical: space[2],
|
|
241
|
-
paddingHorizontal: space[3],
|
|
242
|
-
borderRadius: radii.small,
|
|
243
|
-
borderWidth: borderWidths.standard,
|
|
244
|
-
iconGap: space[1],
|
|
245
|
-
minHeight: space[11],
|
|
246
|
-
variants: {
|
|
247
|
-
primary: {
|
|
248
|
-
background: colors.primary,
|
|
249
|
-
foreground: colors.primaryContrast,
|
|
250
|
-
border: colors.primary,
|
|
251
|
-
},
|
|
252
|
-
secondary: {
|
|
253
|
-
background: colors.primaryContrast,
|
|
254
|
-
foreground: colors.primary,
|
|
255
|
-
border: colors.primary,
|
|
256
|
-
},
|
|
257
|
-
destructive: {
|
|
258
|
-
background: colors.error,
|
|
259
|
-
foreground: colors.errorContrast,
|
|
260
|
-
border: colors.error,
|
|
261
|
-
},
|
|
262
|
-
missionPrimary: {
|
|
263
|
-
background: colors.mission,
|
|
264
|
-
foreground: colors.missionContrast,
|
|
265
|
-
border: colors.mission,
|
|
266
|
-
},
|
|
267
|
-
missionSecondary: {
|
|
268
|
-
background: colors.primaryContrast,
|
|
269
|
-
foreground: colors.primary,
|
|
270
|
-
border: colors.primary,
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
207
|
checkbox: {
|
|
275
208
|
touchSize: space[11],
|
|
276
209
|
size: space[6],
|
|
@@ -285,41 +218,6 @@ export function createTheme(customTheme, additional) {
|
|
|
285
218
|
checkColor: colors.info,
|
|
286
219
|
errorColor: colors.error,
|
|
287
220
|
},
|
|
288
|
-
notification: {
|
|
289
|
-
borderRadius: radii.small,
|
|
290
|
-
borderWidth: borderWidths.heavy,
|
|
291
|
-
borderColor: colors.error,
|
|
292
|
-
background: colors.errorMuted,
|
|
293
|
-
paddingX: [space[2], space[2]],
|
|
294
|
-
paddingY: [space[3], space[6]],
|
|
295
|
-
dismiss: {
|
|
296
|
-
touchSize: space[6],
|
|
297
|
-
size: space[4],
|
|
298
|
-
icon: 'cross',
|
|
299
|
-
},
|
|
300
|
-
variants: {
|
|
301
|
-
error: {
|
|
302
|
-
borderColor: colors.errorMuted,
|
|
303
|
-
background: colors.errorMuted,
|
|
304
|
-
textColor: colors.errorAlt,
|
|
305
|
-
},
|
|
306
|
-
success: {
|
|
307
|
-
borderColor: colors.successMuted,
|
|
308
|
-
background: colors.successMuted,
|
|
309
|
-
textColor: colors.successAlt,
|
|
310
|
-
},
|
|
311
|
-
info: {
|
|
312
|
-
borderColor: colors.infoMuted,
|
|
313
|
-
background: colors.infoMuted,
|
|
314
|
-
textColor: colors.infoAlt,
|
|
315
|
-
},
|
|
316
|
-
warning: {
|
|
317
|
-
borderColor: colors.warningMuted,
|
|
318
|
-
background: colors.warningMuted,
|
|
319
|
-
textColor: colors.warningAlt,
|
|
320
|
-
},
|
|
321
|
-
},
|
|
322
|
-
},
|
|
323
221
|
text: {
|
|
324
222
|
fontFamily: fonts.body,
|
|
325
223
|
lineHeight: 1,
|
|
@@ -420,33 +318,6 @@ export function createTheme(customTheme, additional) {
|
|
|
420
318
|
iconGap: [space[1], space[2]],
|
|
421
319
|
panelGap: [space[2], space[3]],
|
|
422
320
|
},
|
|
423
|
-
dataTable: {
|
|
424
|
-
borderWidth: borderWidths.standard,
|
|
425
|
-
borderRadius: radii.small,
|
|
426
|
-
borderColor: colors.canvasMuted,
|
|
427
|
-
responsivePadding: {
|
|
428
|
-
vertical: [space[2], space[3]],
|
|
429
|
-
horizontal: [space[1], space[1]],
|
|
430
|
-
},
|
|
431
|
-
tableHeader: {
|
|
432
|
-
color: colors.heading,
|
|
433
|
-
backgroundColor: colors.canvas,
|
|
434
|
-
borderWidth: borderWidths.standard,
|
|
435
|
-
borderColor: colors.border,
|
|
436
|
-
fontFamily: fonts.bold,
|
|
437
|
-
},
|
|
438
|
-
tableCaption: {
|
|
439
|
-
color: colors.heading,
|
|
440
|
-
fontFamily: fonts.bold,
|
|
441
|
-
},
|
|
442
|
-
tableCell: {
|
|
443
|
-
color: colors.body,
|
|
444
|
-
},
|
|
445
|
-
tableRow: {
|
|
446
|
-
backgroundColor: colors.canvas,
|
|
447
|
-
stripeColor: colors.canvasMuted,
|
|
448
|
-
},
|
|
449
|
-
},
|
|
450
321
|
accordion: {
|
|
451
322
|
header: {
|
|
452
323
|
color: colors.primary,
|
|
@@ -455,29 +326,5 @@ export function createTheme(customTheme, additional) {
|
|
|
455
326
|
iconGap: space[3],
|
|
456
327
|
},
|
|
457
328
|
},
|
|
458
|
-
tabs: {
|
|
459
|
-
tab: {
|
|
460
|
-
borderTopWidth: borderWidths.heavy,
|
|
461
|
-
borderBottomWidth: borderWidths.heavy,
|
|
462
|
-
borderColor: colors.canvas,
|
|
463
|
-
fontSize: responsiveFontSizes.body,
|
|
464
|
-
fontFamily: fonts.bold,
|
|
465
|
-
lineHeight: lineHeights.standard,
|
|
466
|
-
paddingHorizontal: [space[4], space[4]],
|
|
467
|
-
paddingVertical: [space[3], space[3]],
|
|
468
|
-
active: {
|
|
469
|
-
borderColor: colors.primary,
|
|
470
|
-
foregroundColor: colors.primary,
|
|
471
|
-
backgroundColor: colors.canvas,
|
|
472
|
-
},
|
|
473
|
-
inactive: {
|
|
474
|
-
foregroundColor: colors.heading,
|
|
475
|
-
backgroundColor: colors.canvas,
|
|
476
|
-
},
|
|
477
|
-
hover: {
|
|
478
|
-
foregroundColor: colors.primaryAlt,
|
|
479
|
-
},
|
|
480
|
-
},
|
|
481
|
-
},
|
|
482
329
|
}, theme, mergeOptions);
|
|
483
330
|
}
|
package/dist/esm/utils/utils.js
CHANGED
|
@@ -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 { forwardRef, Children, } from 'react';
|
|
13
14
|
import { useBreakpoint } from '../hooks';
|
|
14
15
|
function mergeRefs(ref1, ref2) {
|
|
15
16
|
return function (element) {
|
|
@@ -40,11 +41,14 @@ function getText(children) {
|
|
|
40
41
|
function pxToNumber(px) {
|
|
41
42
|
return parseFloat(px);
|
|
42
43
|
}
|
|
44
|
+
function numToPx(num) {
|
|
45
|
+
return "".concat(num, "px");
|
|
46
|
+
}
|
|
43
47
|
function styledComponentWithBreakpoints(Component) {
|
|
44
48
|
return forwardRef(function (props, ref) {
|
|
45
49
|
var breakpoints = useBreakpoint();
|
|
46
50
|
// @ts-ignore.
|
|
47
|
-
return
|
|
51
|
+
return _jsx(Component, __assign({}, props, breakpoints, { ref: ref }));
|
|
48
52
|
});
|
|
49
53
|
}
|
|
50
54
|
function responsiveStyle(property, value, breakpoints, formatter) {
|
|
@@ -90,4 +94,4 @@ function callAll() {
|
|
|
90
94
|
function filterChildrenByType(children, type) {
|
|
91
95
|
return Children.toArray(children).filter(function (child) { return (child === null || child === void 0 ? void 0 : child.type) === type; });
|
|
92
96
|
}
|
|
93
|
-
export { styledComponentWithBreakpoints, responsiveStyle, pxToNumber, mergeRefs, getText, getErrorMessage, callAll, filterChildrenByType, };
|
|
97
|
+
export { styledComponentWithBreakpoints, responsiveStyle, pxToNumber, numToPx, mergeRefs, getText, getErrorMessage, callAll, filterChildrenByType, };
|
|
@@ -5,12 +5,12 @@ var react_1 = require("react");
|
|
|
5
5
|
var react_native_1 = require("react-native");
|
|
6
6
|
var styled_native_1 = require("../styled.native");
|
|
7
7
|
var useBreakpoint = function () {
|
|
8
|
-
var
|
|
8
|
+
var breakpoint = (0, react_1.useContext)(styled_native_1.ThemeContext).core.breakpoint;
|
|
9
9
|
var width = (0, react_native_1.useWindowDimensions)().width;
|
|
10
10
|
return {
|
|
11
|
-
smallAndUp: width
|
|
12
|
-
mediumAndUp: width
|
|
13
|
-
largeAndUp: width
|
|
11
|
+
smallAndUp: width > Number(breakpoint.small),
|
|
12
|
+
mediumAndUp: width > Number(breakpoint.medium),
|
|
13
|
+
largeAndUp: width > Number(breakpoint.large),
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
exports.useBreakpoint = useBreakpoint;
|
|
@@ -10,32 +10,10 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
-
if (k2 === undefined) k2 = k;
|
|
15
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
-
}
|
|
19
|
-
Object.defineProperty(o, k2, desc);
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
14
|
exports.defaultIcons = exports.IconsProvider = exports.useIcons = void 0;
|
|
38
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
+
var react_1 = require("react");
|
|
39
17
|
var icons_1 = require("./icons");
|
|
40
18
|
var defaultIcons = {
|
|
41
19
|
'arrow-down': icons_1.ArrowDown,
|
|
@@ -88,6 +66,6 @@ function IconsProvider(_a) {
|
|
|
88
66
|
var children = _a.children, _b = _a.icons, icons = _b === void 0 ? {} : _b;
|
|
89
67
|
var baseIcons = (0, react_1.useContext)(IconsContext) || defaultIcons;
|
|
90
68
|
var mergedIcons = __assign(__assign({}, baseIcons), icons);
|
|
91
|
-
return (
|
|
69
|
+
return ((0, jsx_runtime_1.jsx)(IconsContext.Provider, __assign({ value: mergedIcons }, { children: children })));
|
|
92
70
|
}
|
|
93
71
|
exports.IconsProvider = IconsProvider;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ArrowDown = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ArrowDown = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ArrowDown = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ArrowDown = ArrowDown;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ArrowLeft = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ArrowLeft = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M16 9V7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16Z", fill: "currentColor" }))); };
|
|
17
|
+
var ArrowLeft = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M16 9V7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16Z", fill: "currentColor" }) }))); };
|
|
22
18
|
exports.ArrowLeft = ArrowLeft;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ArrowRight = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ArrowRight = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M0 9V7H12.2L6.6 1.4L8 0L16 8L8 16L6.6 14.6L12.2 9H0Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var ArrowRight = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M0 9V7H12.2L6.6 1.4L8 0L16 8L8 16L6.6 14.6L12.2 9H0Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.ArrowRight = ArrowRight;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ArrowUp = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ArrowUp = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ArrowUp = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ArrowUp = ArrowUp;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.CaretDown = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var CaretDown = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M8 12.5L2 5.5H14L8 12.5Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var CaretDown = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M8 12.5L2 5.5H14L8 12.5Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.CaretDown = CaretDown;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.CaretLeft = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var CaretLeft = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M3.5 8.11999L10.5 2.12L10.5 14.12L3.5 8.11999Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var CaretLeft = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M3.5 8.11999L10.5 2.12L10.5 14.12L3.5 8.11999Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.CaretLeft = CaretLeft;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.CaretRight = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var CaretRight = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M12.5 7.88L5.5 13.88V1.88L12.5 7.88Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var CaretRight = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M12.5 7.88L5.5 13.88V1.88L12.5 7.88Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.CaretRight = CaretRight;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.CaretUp = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var CaretUp = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M8 3.5L14 10.5L2 10.5L8 3.5Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var CaretUp = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M8 3.5L14 10.5L2 10.5L8 3.5Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.CaretUp = CaretUp;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.Chart = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var Chart = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var Chart = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M2 14V0H0V16H16V14H2ZM5 10H3V13H5V10ZM6.33 3H8.33V13H6.33V3ZM11.67 9H9.67V13H11.67V9ZM13 7H15V13H13V7Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.Chart = Chart;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.Check = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var Check = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { d: "M5 14.21L16 3.21004L14.58 1.79004L5 11.37L1.42 7.79004L0 9.21004L5 14.21Z", fill: "currentColor", fillRule: "evenodd" }))); };
|
|
17
|
+
var Check = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { d: "M5 14.21L16 3.21004L14.58 1.79004L5 11.37L1.42 7.79004L0 9.21004L5 14.21Z", fill: "currentColor", fillRule: "evenodd" }) }))); };
|
|
22
18
|
exports.Check = Check;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronDown = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronDown = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ChevronDown = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ChevronDown = ChevronDown;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronLeft = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronLeft = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.57996 8L10.58 16L12 14.58L5.41996 8L12 1.42L10.58 0L2.57996 8Z", fill: "currentColor" }))); };
|
|
17
|
+
var ChevronLeft = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.57996 8L10.58 16L12 14.58L5.41996 8L12 1.42L10.58 0L2.57996 8Z", fill: "currentColor" }) }))); };
|
|
22
18
|
exports.ChevronLeft = ChevronLeft;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronLeftSmall = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronLeftSmall = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ChevronLeftSmall = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ChevronLeftSmall = ChevronLeftSmall;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronLeftSmallFirst = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronLeftSmallFirst = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ChevronLeftSmallFirst = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ChevronLeftSmallFirst = ChevronLeftSmallFirst;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronRight = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronRight = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.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" }))); };
|
|
17
|
+
var ChevronRight = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
22
18
|
exports.ChevronRight = ChevronRight;
|
|
@@ -10,13 +10,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
14
|
exports.ChevronRightSmall = void 0;
|
|
18
|
-
var
|
|
15
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
16
|
var react_native_svg_1 = require("react-native-svg");
|
|
20
|
-
var ChevronRightSmall = function (props) { return (
|
|
21
|
-
react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 11.06L9.05333 8L6 4.94L6.94 4L10.94 8L6.94 12L6 11.06Z", fill: "currentColor" }))); };
|
|
17
|
+
var ChevronRightSmall = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M6 11.06L9.05333 8L6 4.94L6.94 4L10.94 8L6.94 12L6 11.06Z", fill: "currentColor" }) }))); };
|
|
22
18
|
exports.ChevronRightSmall = ChevronRightSmall;
|