@ovotech/element-native 3.8.1-canary-0c92e13-244 → 3.8.1
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 +3 -2
- package/dist/components/Accordion/Accordion.js +97 -130
- package/dist/components/Accordion/Group.js +21 -21
- package/dist/components/Accordion/Icon.js +59 -60
- package/dist/components/Accordion/index.d.ts +1 -1
- package/dist/components/Accordion/index.js +19 -9
- package/dist/components/Accordion/styles.d.ts +2 -20
- package/dist/components/Accordion/styles.js +50 -59
- package/dist/components/Accordion/types.d.ts +2 -2
- package/dist/components/Accordion/types.js +1 -2
- package/dist/components/ActionCard/ActionCard.d.ts +1 -1
- package/dist/components/ActionCard/ActionCard.js +376 -104
- package/dist/components/ActionCard/CloseIconShape.js +14 -40
- package/dist/components/ActionCard/IndicatorIconShape.js +11 -40
- package/dist/components/ActionCard/index.js +185 -5
- package/dist/components/ActionList/ActionList.d.ts +4 -3
- package/dist/components/ActionList/ActionList.js +202 -56
- package/dist/components/ActionList/index.js +100 -6
- package/dist/components/ActionList/styled.d.ts +5 -523
- package/dist/components/ActionList/styled.js +152 -65
- package/dist/components/Badge/Badge.d.ts +3 -9
- package/dist/components/Badge/Badge.js +39 -96
- package/dist/components/Badge/index.js +8 -5
- package/dist/components/CTAButton/CTAButton.d.ts +8 -9
- package/dist/components/CTAButton/CTAButton.js +181 -118
- package/dist/components/CTAButton/index.js +100 -8
- package/dist/components/CTALink/CTALink.d.ts +5 -5
- package/dist/components/CTALink/CTALink.js +105 -22
- package/dist/components/CTALink/index.js +100 -7
- package/dist/components/Card/Card.d.ts +0 -6
- package/dist/components/Card/Card.js +17 -13
- package/dist/components/Card/index.js +7 -5
- package/dist/components/Checkbox/Checkbox.js +173 -78
- package/dist/components/Checkbox/CheckboxField.d.ts +1 -1
- package/dist/components/Checkbox/CheckboxField.js +39 -43
- package/dist/components/Checkbox/index.js +105 -7
- package/dist/components/CurrencyField/CurrencyField.d.ts +1 -1
- package/dist/components/CurrencyField/CurrencyField.js +109 -32
- package/dist/components/CurrencyField/index.js +108 -5
- package/dist/components/CurrencyInput/CurrencyInput.d.ts +2 -2
- package/dist/components/CurrencyInput/CurrencyInput.js +118 -36
- package/dist/components/CurrencyInput/index.d.ts +1 -1
- package/dist/components/CurrencyInput/index.js +100 -5
- package/dist/components/DataTable/DataTable.js +62 -45
- package/dist/components/DataTable/TableRow.js +44 -35
- package/dist/components/DataTable/index.js +25 -20
- package/dist/components/DataTable/styles.d.ts +0 -78
- package/dist/components/DataTable/styles.js +119 -86
- package/dist/components/DataTable/types.d.ts +4 -4
- package/dist/components/DataTable/types.js +1 -2
- package/dist/components/DateField/DateField.d.ts +4 -3
- package/dist/components/DateField/DateField.js +229 -87
- package/dist/components/DateField/index.js +107 -5
- package/dist/components/DescriptionList/DescriptionList.d.ts +2 -2
- package/dist/components/DescriptionList/DescriptionList.js +25 -43
- package/dist/components/DescriptionList/index.js +13 -6
- package/dist/components/DescriptionList/styled.d.ts +0 -6
- package/dist/components/DescriptionList/styled.js +42 -85
- package/dist/components/Disclosure/Disclosure.js +153 -79
- package/dist/components/Disclosure/index.js +96 -16
- package/dist/components/Divider/Divider.d.ts +1 -1
- package/dist/components/Divider/Divider.js +12 -43
- package/dist/components/Divider/index.js +7 -5
- package/dist/components/Em/Em.d.ts +0 -6
- package/dist/components/Em/Em.js +8 -12
- package/dist/components/Em/index.js +6 -5
- package/dist/components/EmailField/EmailField.d.ts +1 -1
- package/dist/components/EmailField/EmailField.js +108 -32
- package/dist/components/EmailField/index.js +107 -5
- package/dist/components/EmailInput/EmailInput.d.ts +1 -1
- package/dist/components/EmailInput/EmailInput.js +106 -18
- package/dist/components/EmailInput/index.js +98 -5
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +2 -2
- package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +115 -50
- package/dist/components/ErrorSummaryNotification/index.js +104 -5
- package/dist/components/ErrorText/ErrorText.d.ts +0 -6
- package/dist/components/ErrorText/ErrorText.js +22 -42
- package/dist/components/ErrorText/index.js +11 -5
- package/dist/components/Field/Field.d.ts +2 -2
- package/dist/components/Field/Field.js +62 -58
- package/dist/components/Field/index.js +16 -16
- package/dist/components/FilterSelect/FilterSelect.d.ts +2 -2
- package/dist/components/FilterSelect/FilterSelect.js +201 -77
- package/dist/components/FilterSelect/index.js +102 -5
- package/dist/components/FormGroup/FormGroup.d.ts +1 -1
- package/dist/components/FormGroup/FormGroup.js +9 -42
- package/dist/components/FormGroup/index.js +8 -5
- package/dist/components/Grid/Col.d.ts +1 -7
- package/dist/components/Grid/Col.js +32 -58
- package/dist/components/Grid/Row.d.ts +0 -6
- package/dist/components/Grid/Row.js +34 -72
- package/dist/components/Grid/index.js +13 -7
- package/dist/components/Heading1/Heading1.js +36 -70
- package/dist/components/Heading1/index.js +10 -5
- package/dist/components/Heading2/Heading2.js +36 -70
- package/dist/components/Heading2/index.js +10 -5
- package/dist/components/Heading3/Heading3.js +36 -70
- package/dist/components/Heading3/index.js +10 -5
- package/dist/components/Heading4/Heading4.js +36 -70
- package/dist/components/Heading4/index.js +10 -5
- package/dist/components/HintText/HintText.d.ts +0 -6
- package/dist/components/HintText/HintText.js +22 -42
- package/dist/components/HintText/index.js +11 -5
- package/dist/components/Icon/Icon.d.ts +2 -2
- package/dist/components/Icon/Icon.js +103 -38
- package/dist/components/Icon/index.js +93 -5
- package/dist/components/Input/Input.d.ts +1 -1
- package/dist/components/Input/Input.js +198 -97
- package/dist/components/Label/Label.js +18 -50
- package/dist/components/Label/index.js +8 -5
- package/dist/components/LabelText/LabelText.d.ts +0 -6
- package/dist/components/LabelText/LabelText.js +20 -42
- package/dist/components/LabelText/index.js +11 -5
- package/dist/components/Lead/Lead.js +18 -52
- package/dist/components/Lead/index.js +8 -5
- package/dist/components/LineThrough/LineThrough.d.ts +0 -6
- package/dist/components/LineThrough/LineThrough.js +7 -12
- package/dist/components/LineThrough/index.js +6 -5
- package/dist/components/List/List.d.ts +1 -1
- package/dist/components/List/List.js +38 -32
- package/dist/components/List/index.js +16 -7
- package/dist/components/List/styled.d.ts +0 -25
- package/dist/components/List/styled.js +37 -52
- package/dist/components/Margin/Margin.d.ts +2 -8
- package/dist/components/Margin/Margin.js +68 -50
- package/dist/components/Margin/index.js +11 -5
- package/dist/components/NavHeader/IconButton.d.ts +2 -2
- package/dist/components/NavHeader/IconButton.js +119 -18
- package/dist/components/NavHeader/NavHeader.d.ts +3 -11
- package/dist/components/NavHeader/NavHeader.js +181 -65
- package/dist/components/NavHeader/NavHeader.styles.d.ts +7 -543
- package/dist/components/NavHeader/NavHeader.styles.js +81 -72
- package/dist/components/NavHeader/index.d.ts +1 -1
- package/dist/components/NavHeader/index.js +104 -5
- package/dist/components/Notification/Notification.d.ts +2 -14
- package/dist/components/Notification/Notification.js +190 -103
- package/dist/components/Notification/index.js +100 -9
- package/dist/components/NumberField/NumberField.d.ts +1 -1
- package/dist/components/NumberField/NumberField.js +108 -32
- package/dist/components/NumberField/index.js +107 -5
- package/dist/components/NumberInput/NumberInput.d.ts +1 -1
- package/dist/components/NumberInput/NumberInput.js +106 -18
- package/dist/components/NumberInput/index.js +98 -5
- package/dist/components/P/P.js +23 -54
- package/dist/components/P/index.js +10 -5
- package/dist/components/PasswordField/PasswordField.d.ts +1 -1
- package/dist/components/PasswordField/PasswordField.js +110 -32
- package/dist/components/PasswordField/index.js +109 -5
- package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +123 -33
- package/dist/components/PasswordInput/PasswordInput.styled.d.ts +1 -7
- package/dist/components/PasswordInput/PasswordInput.styled.js +18 -37
- package/dist/components/PasswordInput/PasswordVisibilityToggle.d.ts +1 -1
- package/dist/components/PasswordInput/PasswordVisibilityToggle.js +128 -26
- package/dist/components/PasswordInput/index.js +100 -5
- package/dist/components/PhoneField/PhoneField.d.ts +1 -1
- package/dist/components/PhoneField/PhoneField.js +108 -32
- package/dist/components/PhoneField/index.js +107 -5
- package/dist/components/PhoneInput/PhoneInput.d.ts +1 -1
- package/dist/components/PhoneInput/PhoneInput.js +106 -17
- package/dist/components/PhoneInput/index.js +98 -5
- package/dist/components/ProductCarousel/NavigationDots.js +57 -74
- package/dist/components/ProductCarousel/ProductCarousel.js +2174 -126
- package/dist/components/ProductCarousel/anchor-point.js +31 -51
- package/dist/components/ProductCarousel/index.js +101 -5
- package/dist/components/Radio/Radio.js +69 -67
- package/dist/components/Radio/RadioField.d.ts +1 -1
- package/dist/components/Radio/RadioField.js +46 -47
- package/dist/components/Radio/index.js +18 -7
- package/dist/components/RadioCard/RadioCard.js +68 -71
- package/dist/components/RadioCard/index.js +13 -5
- package/dist/components/SelectField/Select.d.ts +2 -8
- package/dist/components/SelectField/Select.js +852 -93
- package/dist/components/SelectField/SelectField.d.ts +1 -1
- package/dist/components/SelectField/SelectField.js +125 -32
- package/dist/components/SelectField/index.js +108 -5
- package/dist/components/SkeletonAnimation/SkeletonAnimation.js +47 -34
- package/dist/components/SkeletonAnimation/index.js +7 -5
- package/dist/components/SkeletonCTA/SkeletonCTA.d.ts +1 -1
- package/dist/components/SkeletonCTA/SkeletonCTA.js +17 -41
- package/dist/components/SkeletonCTA/index.js +12 -5
- package/dist/components/SkeletonCircle/SkeletonCircle.d.ts +1 -1
- package/dist/components/SkeletonCircle/SkeletonCircle.js +16 -44
- package/dist/components/SkeletonCircle/index.js +10 -5
- package/dist/components/SkeletonHeading/SkeletonHeading.d.ts +1 -1
- package/dist/components/SkeletonHeading/SkeletonHeading.js +29 -40
- package/dist/components/SkeletonHeading/index.js +12 -5
- package/dist/components/SkeletonText/SkeletonText.d.ts +1 -1
- package/dist/components/SkeletonText/SkeletonText.js +33 -50
- package/dist/components/SkeletonText/index.js +12 -5
- package/dist/components/Small/Small.d.ts +0 -6
- package/dist/components/Small/Small.js +17 -38
- package/dist/components/Small/index.js +11 -5
- package/dist/components/Spinner/Spinner.d.ts +2 -2
- package/dist/components/Spinner/Spinner.js +61 -68
- package/dist/components/Spinner/index.js +9 -5
- package/dist/components/Stack/Stack.d.ts +1 -1
- package/dist/components/Stack/Stack.js +30 -48
- package/dist/components/Stack/index.js +11 -5
- package/dist/components/Stretch/Stretch.d.ts +1 -1
- package/dist/components/Stretch/Stretch.js +11 -55
- package/dist/components/Stretch/index.js +8 -16
- package/dist/components/Strong/Strong.d.ts +0 -6
- package/dist/components/Strong/Strong.js +9 -10
- package/dist/components/Strong/index.js +6 -5
- package/dist/components/SubLabelText/SubLabelText.d.ts +0 -6
- package/dist/components/SubLabelText/SubLabelText.js +20 -42
- package/dist/components/SubLabelText/index.js +11 -5
- package/dist/components/Tabs/Tab.d.ts +2 -1
- package/dist/components/Tabs/Tab.js +60 -76
- package/dist/components/Tabs/TabList.d.ts +2 -2
- package/dist/components/Tabs/TabList.js +37 -77
- package/dist/components/Tabs/TabPanel.js +15 -64
- package/dist/components/Tabs/Tabs.d.ts +3 -2
- package/dist/components/Tabs/Tabs.js +46 -97
- package/dist/components/Tabs/index.js +19 -11
- package/dist/components/TextField/TextField.d.ts +1 -1
- package/dist/components/TextField/TextField.js +108 -32
- package/dist/components/TextField/index.js +107 -5
- package/dist/components/TextGroup/TextGroup.js +23 -40
- package/dist/components/TextGroup/index.js +7 -5
- package/dist/components/TextInput/TextInput.d.ts +1 -1
- package/dist/components/TextInput/TextInput.js +97 -18
- package/dist/components/TextInput/index.js +98 -5
- package/dist/components/TextLink/TextLink.js +118 -74
- package/dist/components/TextLink/index.js +97 -5
- package/dist/components/TextareaField/TextareaField.d.ts +1 -1
- package/dist/components/TextareaField/TextareaField.js +108 -32
- package/dist/components/TextareaField/index.js +107 -5
- package/dist/components/TextareaInput/TextareaInput.d.ts +2 -2
- package/dist/components/TextareaInput/TextareaInput.js +114 -65
- package/dist/components/TextareaInput/index.d.ts +1 -1
- package/dist/components/TextareaInput/index.js +98 -5
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/Toast.js +730 -159
- package/dist/components/Toast/index.js +105 -6
- package/dist/components/Toggle/Toggle.d.ts +1 -1
- package/dist/components/Toggle/Toggle.js +73 -55
- package/dist/components/Toggle/index.js +14 -5
- package/dist/components/Toggle/styles.d.ts +1 -25
- package/dist/components/Toggle/styles.js +38 -28
- package/dist/components/components.spec.native.js +199 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +296 -77
- package/dist/hooks/index.js +8 -17
- package/dist/hooks/use-breakpoint.d.ts +2 -2
- package/dist/hooks/use-breakpoint.js +15 -15
- package/dist/hooks/use-full-width.d.ts +1 -1
- package/dist/hooks/use-full-width.js +16 -19
- package/dist/hooks/use-layout.js +17 -19
- package/dist/index-zQHKJ0fC.js +180 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +320 -18
- package/dist/providers/IconsProvider.js +189 -118
- package/dist/providers/icons/Address.js +13 -40
- package/dist/providers/icons/Advice.js +11 -40
- package/dist/providers/icons/Archive.js +13 -40
- package/dist/providers/icons/ArrowDown.js +11 -40
- package/dist/providers/icons/ArrowLeft.js +11 -40
- package/dist/providers/icons/ArrowRight.js +11 -40
- package/dist/providers/icons/ArrowUp.js +11 -40
- package/dist/providers/icons/Award.js +13 -40
- package/dist/providers/icons/Battery.js +13 -40
- package/dist/providers/icons/Cal.js +11 -40
- package/dist/providers/icons/CalBook.js +13 -40
- package/dist/providers/icons/CaretDown.js +5 -40
- package/dist/providers/icons/CaretLeft.js +5 -40
- package/dist/providers/icons/CaretRight.js +5 -40
- package/dist/providers/icons/CaretUp.js +5 -40
- package/dist/providers/icons/Chart.js +13 -40
- package/dist/providers/icons/ChartFilled.js +11 -40
- package/dist/providers/icons/Check.js +11 -40
- package/dist/providers/icons/CheckCircle.js +13 -40
- package/dist/providers/icons/ChevronDown.js +11 -40
- package/dist/providers/icons/ChevronLeft.js +11 -40
- package/dist/providers/icons/ChevronLeftSmall.js +11 -40
- package/dist/providers/icons/ChevronLeftSmallFirst.js +13 -40
- package/dist/providers/icons/ChevronRight.js +11 -40
- package/dist/providers/icons/ChevronRightSmall.js +11 -40
- package/dist/providers/icons/ChevronRightSmallLast.js +13 -40
- package/dist/providers/icons/ChevronUp.js +11 -40
- package/dist/providers/icons/Circle.js +5 -17
- package/dist/providers/icons/CloseCircle.js +13 -40
- package/dist/providers/icons/Cross.js +11 -40
- package/dist/providers/icons/Doc.js +11 -40
- package/dist/providers/icons/Dollar.js +13 -40
- package/dist/providers/icons/Download.js +13 -40
- package/dist/providers/icons/Eco.js +11 -40
- package/dist/providers/icons/EcoHome.js +13 -40
- package/dist/providers/icons/Edit.js +13 -40
- package/dist/providers/icons/ElectricCar.js +13 -40
- package/dist/providers/icons/ElectricHome.js +13 -40
- package/dist/providers/icons/Electricity.js +11 -40
- package/dist/providers/icons/EnergyAdvice.js +13 -40
- package/dist/providers/icons/Equals.js +13 -40
- package/dist/providers/icons/Euro.js +13 -40
- package/dist/providers/icons/Gas.js +11 -40
- package/dist/providers/icons/GlobeAddress.js +11 -40
- package/dist/providers/icons/Help.js +13 -40
- package/dist/providers/icons/Hide.js +11 -40
- package/dist/providers/icons/Home.js +11 -40
- package/dist/providers/icons/HomeFilled.js +11 -40
- package/dist/providers/icons/HydroPower.js +13 -40
- package/dist/providers/icons/Info.js +13 -40
- package/dist/providers/icons/Link.js +40 -39
- package/dist/providers/icons/Logo.js +11 -17
- package/dist/providers/icons/Mail.js +11 -40
- package/dist/providers/icons/MailOpen.js +11 -40
- package/dist/providers/icons/Menu.js +13 -40
- package/dist/providers/icons/Message.js +11 -40
- package/dist/providers/icons/MessageFilled.js +11 -40
- package/dist/providers/icons/Minus.js +5 -40
- package/dist/providers/icons/Mobile.js +13 -40
- package/dist/providers/icons/NewWindow.js +22 -39
- package/dist/providers/icons/PaymentCard.js +13 -40
- package/dist/providers/icons/Phone.js +11 -40
- package/dist/providers/icons/Plus.js +11 -40
- package/dist/providers/icons/Pound.js +13 -40
- package/dist/providers/icons/Pricing.js +11 -40
- package/dist/providers/icons/Search.js +11 -40
- package/dist/providers/icons/Security.js +13 -40
- package/dist/providers/icons/Show.js +13 -40
- package/dist/providers/icons/SmartHome.js +13 -40
- package/dist/providers/icons/SmartMeter.js +13 -40
- package/dist/providers/icons/Solar.js +11 -40
- package/dist/providers/icons/Star.js +11 -40
- package/dist/providers/icons/Sun.js +13 -40
- package/dist/providers/icons/Torch.js +13 -39
- package/dist/providers/icons/Trees.js +13 -40
- package/dist/providers/icons/Tune.js +13 -40
- package/dist/providers/icons/User.js +13 -40
- package/dist/providers/icons/UserFilled.js +11 -40
- package/dist/providers/icons/Wallet.js +13 -40
- package/dist/providers/icons/WalletFilled.js +11 -40
- package/dist/providers/icons/WarmHome.js +13 -40
- package/dist/providers/icons/Warning.js +13 -40
- package/dist/providers/icons/WebAddress.js +11 -40
- package/dist/providers/icons/WindPower.js +11 -40
- package/dist/providers/icons/index.d.ts +0 -3
- package/dist/providers/icons/index.js +171 -102
- package/dist/providers/index.js +92 -17
- package/dist/providers/types.d.ts +3 -3
- package/dist/providers/types.js +1 -2
- package/dist/styled.native-KEscfVp7.js +3872 -0
- package/dist/styled.native.d.ts +0 -36
- package/dist/styled.native.js +8 -32
- package/dist/test/utils.d.ts +4 -0
- package/dist/test/utils.js +16127 -0
- package/dist/theme/index.js +970 -15
- package/dist/theme-native--5aKgQLJ.js +482 -0
- package/dist/theme-web-MrdqV6Ln.js +482 -0
- package/dist/utils/index.js +14 -16
- package/dist/utils/utils.d.ts +1 -2
- package/dist/utils/utils.js +57 -104
- package/dist/utils-HsZygzDh.js +26 -0
- package/package.json +21 -13
- package/components/package.json +0 -6
- package/dist/esm/components/Accordion/Accordion.js +0 -106
- package/dist/esm/components/Accordion/Group.js +0 -18
- package/dist/esm/components/Accordion/Icon.js +0 -35
- package/dist/esm/components/Accordion/index.js +0 -3
- package/dist/esm/components/Accordion/styles.js +0 -31
- package/dist/esm/components/ActionCard/ActionCard.js +0 -77
- package/dist/esm/components/ActionCard/CloseIconShape.js +0 -11
- package/dist/esm/components/ActionCard/IndicatorIconShape.js +0 -11
- package/dist/esm/components/ActionCard/index.js +0 -1
- package/dist/esm/components/ActionList/ActionList.js +0 -54
- package/dist/esm/components/ActionList/index.js +0 -1
- package/dist/esm/components/ActionList/styled.js +0 -40
- package/dist/esm/components/Badge/Badge.js +0 -70
- package/dist/esm/components/Badge/index.js +0 -1
- package/dist/esm/components/CTAButton/CTAButton.js +0 -90
- package/dist/esm/components/CTAButton/index.js +0 -1
- package/dist/esm/components/CTALink/CTALink.js +0 -18
- package/dist/esm/components/CTALink/index.js +0 -1
- package/dist/esm/components/Card/Card.js +0 -8
- package/dist/esm/components/Card/index.js +0 -1
- package/dist/esm/components/Checkbox/Checkbox.js +0 -74
- package/dist/esm/components/Checkbox/CheckboxField.js +0 -42
- package/dist/esm/components/Checkbox/index.js +0 -2
- package/dist/esm/components/CurrencyField/CurrencyField.js +0 -30
- package/dist/esm/components/CurrencyField/index.js +0 -1
- package/dist/esm/components/CurrencyInput/CurrencyInput.js +0 -34
- package/dist/esm/components/CurrencyInput/index.js +0 -1
- package/dist/esm/components/DataTable/DataTable.js +0 -43
- package/dist/esm/components/DataTable/TableRow.js +0 -33
- package/dist/esm/components/DataTable/index.js +0 -3
- package/dist/esm/components/DataTable/styles.js +0 -61
- package/dist/esm/components/DataTable/types.js +0 -1
- package/dist/esm/components/DateField/DateField.js +0 -63
- package/dist/esm/components/DateField/index.js +0 -1
- package/dist/esm/components/DescriptionList/DescriptionList.js +0 -40
- package/dist/esm/components/DescriptionList/index.js +0 -1
- package/dist/esm/components/DescriptionList/styled.js +0 -58
- package/dist/esm/components/Disclosure/Disclosure.js +0 -55
- package/dist/esm/components/Disclosure/index.js +0 -1
- package/dist/esm/components/Divider/Divider.js +0 -17
- package/dist/esm/components/Divider/index.js +0 -1
- package/dist/esm/components/Em/Em.js +0 -7
- package/dist/esm/components/Em/index.js +0 -1
- package/dist/esm/components/EmailField/EmailField.js +0 -30
- package/dist/esm/components/EmailField/index.js +0 -1
- package/dist/esm/components/EmailInput/EmailInput.js +0 -16
- package/dist/esm/components/EmailInput/index.js +0 -1
- package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +0 -49
- package/dist/esm/components/ErrorSummaryNotification/index.js +0 -1
- package/dist/esm/components/ErrorText/ErrorText.js +0 -17
- package/dist/esm/components/ErrorText/index.js +0 -1
- package/dist/esm/components/Field/Field.js +0 -58
- package/dist/esm/components/Field/index.js +0 -1
- package/dist/esm/components/FilterSelect/FilterSelect.js +0 -52
- package/dist/esm/components/FilterSelect/index.js +0 -1
- package/dist/esm/components/FormGroup/FormGroup.js +0 -37
- package/dist/esm/components/FormGroup/index.js +0 -1
- package/dist/esm/components/Grid/Col.js +0 -33
- package/dist/esm/components/Grid/Row.js +0 -47
- package/dist/esm/components/Grid/index.js +0 -2
- package/dist/esm/components/Heading1/Heading1.js +0 -46
- package/dist/esm/components/Heading1/index.js +0 -1
- package/dist/esm/components/Heading2/Heading2.js +0 -46
- package/dist/esm/components/Heading2/index.js +0 -1
- package/dist/esm/components/Heading3/Heading3.js +0 -46
- package/dist/esm/components/Heading3/index.js +0 -1
- package/dist/esm/components/Heading4/Heading4.js +0 -46
- package/dist/esm/components/Heading4/index.js +0 -1
- package/dist/esm/components/HintText/HintText.js +0 -17
- package/dist/esm/components/HintText/index.js +0 -1
- package/dist/esm/components/Icon/Icon.js +0 -36
- package/dist/esm/components/Icon/index.js +0 -1
- package/dist/esm/components/Input/Input.js +0 -74
- package/dist/esm/components/Label/Label.js +0 -25
- package/dist/esm/components/Label/index.js +0 -1
- package/dist/esm/components/LabelText/LabelText.js +0 -17
- package/dist/esm/components/LabelText/index.js +0 -1
- package/dist/esm/components/Lead/Lead.js +0 -27
- package/dist/esm/components/Lead/index.js +0 -1
- package/dist/esm/components/LineThrough/LineThrough.js +0 -7
- package/dist/esm/components/LineThrough/index.js +0 -1
- package/dist/esm/components/List/List.js +0 -29
- package/dist/esm/components/List/index.js +0 -1
- package/dist/esm/components/List/styled.js +0 -27
- package/dist/esm/components/Margin/Margin.js +0 -46
- package/dist/esm/components/Margin/index.js +0 -1
- package/dist/esm/components/NavHeader/IconButton.js +0 -16
- package/dist/esm/components/NavHeader/NavHeader.js +0 -42
- package/dist/esm/components/NavHeader/NavHeader.styles.js +0 -44
- package/dist/esm/components/NavHeader/index.js +0 -1
- package/dist/esm/components/Notification/Notification.js +0 -78
- package/dist/esm/components/Notification/index.js +0 -1
- package/dist/esm/components/NumberField/NumberField.js +0 -30
- package/dist/esm/components/NumberField/index.js +0 -1
- package/dist/esm/components/NumberInput/NumberInput.js +0 -16
- package/dist/esm/components/NumberInput/index.js +0 -1
- package/dist/esm/components/P/P.js +0 -29
- package/dist/esm/components/P/index.js +0 -1
- package/dist/esm/components/PasswordField/PasswordField.js +0 -30
- package/dist/esm/components/PasswordField/index.js +0 -1
- package/dist/esm/components/PasswordInput/PasswordInput.js +0 -32
- package/dist/esm/components/PasswordInput/PasswordInput.styled.js +0 -12
- package/dist/esm/components/PasswordInput/PasswordVisibilityToggle.js +0 -23
- package/dist/esm/components/PasswordInput/index.js +0 -1
- package/dist/esm/components/PhoneField/PhoneField.js +0 -30
- package/dist/esm/components/PhoneField/index.js +0 -1
- package/dist/esm/components/PhoneInput/PhoneInput.js +0 -15
- package/dist/esm/components/PhoneInput/index.js +0 -1
- package/dist/esm/components/ProductCarousel/NavigationDots.js +0 -50
- package/dist/esm/components/ProductCarousel/ProductCarousel.js +0 -98
- package/dist/esm/components/ProductCarousel/anchor-point.js +0 -49
- package/dist/esm/components/ProductCarousel/index.js +0 -1
- package/dist/esm/components/Radio/Radio.js +0 -62
- package/dist/esm/components/Radio/RadioField.js +0 -46
- package/dist/esm/components/Radio/index.js +0 -2
- package/dist/esm/components/RadioCard/RadioCard.js +0 -66
- package/dist/esm/components/RadioCard/index.js +0 -1
- package/dist/esm/components/SelectField/Select.js +0 -66
- package/dist/esm/components/SelectField/SelectField.js +0 -29
- package/dist/esm/components/SelectField/index.js +0 -1
- package/dist/esm/components/SkeletonAnimation/SkeletonAnimation.js +0 -31
- package/dist/esm/components/SkeletonAnimation/index.js +0 -1
- package/dist/esm/components/SkeletonCTA/SkeletonCTA.js +0 -35
- package/dist/esm/components/SkeletonCTA/index.js +0 -1
- package/dist/esm/components/SkeletonCircle/SkeletonCircle.js +0 -38
- package/dist/esm/components/SkeletonCircle/index.js +0 -1
- package/dist/esm/components/SkeletonHeading/SkeletonHeading.js +0 -34
- package/dist/esm/components/SkeletonHeading/index.js +0 -1
- package/dist/esm/components/SkeletonText/SkeletonText.js +0 -45
- package/dist/esm/components/SkeletonText/index.js +0 -1
- package/dist/esm/components/Small/Small.js +0 -13
- package/dist/esm/components/Small/index.js +0 -1
- package/dist/esm/components/Spinner/Spinner.js +0 -44
- package/dist/esm/components/Spinner/index.js +0 -1
- package/dist/esm/components/Stack/Stack.js +0 -43
- package/dist/esm/components/Stack/index.js +0 -1
- package/dist/esm/components/Stretch/Stretch.js +0 -29
- package/dist/esm/components/Stretch/index.js +0 -1
- package/dist/esm/components/Strong/Strong.js +0 -5
- package/dist/esm/components/Strong/index.js +0 -1
- package/dist/esm/components/SubLabelText/SubLabelText.js +0 -17
- package/dist/esm/components/SubLabelText/index.js +0 -1
- package/dist/esm/components/Tabs/Tab.js +0 -53
- package/dist/esm/components/Tabs/TabList.js +0 -51
- package/dist/esm/components/Tabs/TabPanel.js +0 -38
- package/dist/esm/components/Tabs/Tabs.js +0 -72
- package/dist/esm/components/Tabs/index.js +0 -4
- package/dist/esm/components/TextField/TextField.js +0 -30
- package/dist/esm/components/TextField/index.js +0 -1
- package/dist/esm/components/TextGroup/TextGroup.js +0 -39
- package/dist/esm/components/TextGroup/index.js +0 -1
- package/dist/esm/components/TextInput/TextInput.js +0 -16
- package/dist/esm/components/TextInput/index.js +0 -1
- package/dist/esm/components/TextLink/TextLink.js +0 -49
- package/dist/esm/components/TextLink/index.js +0 -1
- package/dist/esm/components/TextareaField/TextareaField.js +0 -30
- package/dist/esm/components/TextareaField/index.js +0 -1
- package/dist/esm/components/TextareaInput/TextareaInput.js +0 -41
- package/dist/esm/components/TextareaInput/index.js +0 -1
- package/dist/esm/components/Toast/Toast.js +0 -141
- package/dist/esm/components/Toast/index.js +0 -1
- package/dist/esm/components/Toggle/Toggle.js +0 -53
- package/dist/esm/components/Toggle/index.js +0 -1
- package/dist/esm/components/Toggle/styles.js +0 -23
- package/dist/esm/components/index.js +0 -62
- package/dist/esm/hooks/index.js +0 -2
- package/dist/esm/hooks/use-breakpoint.js +0 -12
- package/dist/esm/hooks/use-full-width.js +0 -16
- package/dist/esm/hooks/use-layout.js +0 -16
- package/dist/esm/index.js +0 -3
- package/dist/esm/providers/IconsProvider.js +0 -115
- package/dist/esm/providers/icons/Address.js +0 -14
- package/dist/esm/providers/icons/Advice.js +0 -14
- package/dist/esm/providers/icons/Archive.js +0 -14
- package/dist/esm/providers/icons/ArrowDown.js +0 -14
- package/dist/esm/providers/icons/ArrowLeft.js +0 -14
- package/dist/esm/providers/icons/ArrowRight.js +0 -14
- package/dist/esm/providers/icons/ArrowUp.js +0 -14
- package/dist/esm/providers/icons/Award.js +0 -14
- package/dist/esm/providers/icons/Battery.js +0 -14
- package/dist/esm/providers/icons/Cal.js +0 -14
- package/dist/esm/providers/icons/CalBook.js +0 -14
- package/dist/esm/providers/icons/CaretDown.js +0 -14
- package/dist/esm/providers/icons/CaretLeft.js +0 -14
- package/dist/esm/providers/icons/CaretRight.js +0 -14
- package/dist/esm/providers/icons/CaretUp.js +0 -14
- package/dist/esm/providers/icons/Chart.js +0 -14
- package/dist/esm/providers/icons/ChartFilled.js +0 -14
- package/dist/esm/providers/icons/Check.js +0 -14
- package/dist/esm/providers/icons/CheckCircle.js +0 -14
- package/dist/esm/providers/icons/ChevronDown.js +0 -14
- package/dist/esm/providers/icons/ChevronLeft.js +0 -14
- package/dist/esm/providers/icons/ChevronLeftSmall.js +0 -14
- package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +0 -14
- package/dist/esm/providers/icons/ChevronRight.js +0 -14
- package/dist/esm/providers/icons/ChevronRightSmall.js +0 -14
- package/dist/esm/providers/icons/ChevronRightSmallLast.js +0 -14
- package/dist/esm/providers/icons/ChevronUp.js +0 -14
- package/dist/esm/providers/icons/Circle.js +0 -14
- package/dist/esm/providers/icons/CloseCircle.js +0 -14
- package/dist/esm/providers/icons/Cross.js +0 -14
- package/dist/esm/providers/icons/Doc.js +0 -14
- package/dist/esm/providers/icons/Dollar.js +0 -14
- package/dist/esm/providers/icons/Download.js +0 -14
- package/dist/esm/providers/icons/Eco.js +0 -14
- package/dist/esm/providers/icons/EcoHome.js +0 -14
- package/dist/esm/providers/icons/Edit.js +0 -14
- package/dist/esm/providers/icons/ElectricCar.js +0 -14
- package/dist/esm/providers/icons/ElectricHome.js +0 -14
- package/dist/esm/providers/icons/Electricity.js +0 -14
- package/dist/esm/providers/icons/EnergyAdvice.js +0 -14
- package/dist/esm/providers/icons/Equals.js +0 -14
- package/dist/esm/providers/icons/Euro.js +0 -14
- package/dist/esm/providers/icons/Gas.js +0 -14
- package/dist/esm/providers/icons/GlobeAddress.js +0 -14
- package/dist/esm/providers/icons/Help.js +0 -14
- package/dist/esm/providers/icons/HelpFilled.js +0 -14
- package/dist/esm/providers/icons/Hide.js +0 -14
- package/dist/esm/providers/icons/Home.js +0 -14
- package/dist/esm/providers/icons/HomeFilled.js +0 -14
- package/dist/esm/providers/icons/HydroPower.js +0 -14
- package/dist/esm/providers/icons/Info.js +0 -14
- package/dist/esm/providers/icons/Link.js +0 -14
- package/dist/esm/providers/icons/Logo.js +0 -14
- package/dist/esm/providers/icons/Mail.js +0 -14
- package/dist/esm/providers/icons/MailOpen.js +0 -14
- package/dist/esm/providers/icons/Menu.js +0 -14
- package/dist/esm/providers/icons/Message.js +0 -14
- package/dist/esm/providers/icons/MessageFilled.js +0 -14
- package/dist/esm/providers/icons/Minus.js +0 -14
- package/dist/esm/providers/icons/Mobile.js +0 -14
- package/dist/esm/providers/icons/NewWindow.js +0 -14
- package/dist/esm/providers/icons/PaymentCard.js +0 -14
- package/dist/esm/providers/icons/PaymentCardFilled.js +0 -14
- package/dist/esm/providers/icons/Phone.js +0 -14
- package/dist/esm/providers/icons/Plus.js +0 -14
- package/dist/esm/providers/icons/Pound.js +0 -14
- package/dist/esm/providers/icons/Pricing.js +0 -14
- package/dist/esm/providers/icons/Search.js +0 -14
- package/dist/esm/providers/icons/Security.js +0 -14
- package/dist/esm/providers/icons/Show.js +0 -14
- package/dist/esm/providers/icons/SmartHome.js +0 -14
- package/dist/esm/providers/icons/SmartMeter.js +0 -14
- package/dist/esm/providers/icons/Solar.js +0 -14
- package/dist/esm/providers/icons/Star.js +0 -14
- package/dist/esm/providers/icons/StarFilled.js +0 -14
- package/dist/esm/providers/icons/Sun.js +0 -14
- package/dist/esm/providers/icons/Torch.js +0 -14
- package/dist/esm/providers/icons/Trees.js +0 -14
- package/dist/esm/providers/icons/Tune.js +0 -14
- package/dist/esm/providers/icons/User.js +0 -14
- package/dist/esm/providers/icons/UserFilled.js +0 -14
- package/dist/esm/providers/icons/Wallet.js +0 -14
- package/dist/esm/providers/icons/WalletFilled.js +0 -14
- package/dist/esm/providers/icons/WarmHome.js +0 -14
- package/dist/esm/providers/icons/Warning.js +0 -14
- package/dist/esm/providers/icons/WebAddress.js +0 -14
- package/dist/esm/providers/icons/WindPower.js +0 -14
- package/dist/esm/providers/icons/index.js +0 -87
- package/dist/esm/providers/index.js +0 -2
- package/dist/esm/providers/types.js +0 -1
- package/dist/esm/styled.native.js +0 -4
- package/dist/esm/theme/index.js +0 -1
- package/dist/esm/utils/index.js +0 -1
- package/dist/esm/utils/utils.js +0 -95
- package/dist/providers/icons/HelpFilled.d.ts +0 -2
- package/dist/providers/icons/HelpFilled.js +0 -41
- package/dist/providers/icons/PaymentCardFilled.d.ts +0 -2
- package/dist/providers/icons/PaymentCardFilled.js +0 -41
- package/dist/providers/icons/StarFilled.d.ts +0 -2
- package/dist/providers/icons/StarFilled.js +0 -41
- /package/dist/{esm/components/Accordion/types.js → components/components.spec.native.d.ts} +0 -0
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import o, { Path as a } from "react-native-svg";
|
|
3
|
+
const Z = (c) => /* @__PURE__ */ r(o, { viewBox: "0 0 16 16", ...c, children: [
|
|
4
|
+
/* @__PURE__ */ l(
|
|
5
|
+
a,
|
|
6
|
+
{
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M6.75 7.86a.854.854 0 0 0-.13.105l-1.03 1.03c.16.295.36.565.605.81.245.245.52.445.81.605L8.03 9.385c.04-.04.075-.085.11-.13-.325-.09-.63-.25-.885-.505a1.971 1.971 0 0 1-.505-.885V7.86ZM8.76 4.41l.825-.825a2.002 2.002 0 0 1 2.83 0 2.002 2.002 0 0 1 0 2.83l-.825.825a4.45 4.45 0 0 1 .21 1.91l1.67-1.675A3.48 3.48 0 0 0 14.495 5a3.48 3.48 0 0 0-1.025-2.475A3.48 3.48 0 0 0 10.995 1.5 3.48 3.48 0 0 0 8.52 2.525L6.845 4.2a4.615 4.615 0 0 1 1.915.21Z"
|
|
9
|
+
}
|
|
10
|
+
),
|
|
11
|
+
/* @__PURE__ */ l(
|
|
12
|
+
a,
|
|
13
|
+
{
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "m11.59 7.235-.82.82a3.455 3.455 0 0 1-.39 2.32c.275-.155.53-.34.765-.575l.655-.655a4.59 4.59 0 0 0-.21-1.91ZM8.145 9.245c-.035.045-.065.09-.11.13L7.01 10.4c.33.18.685.3 1.05.365l.685-.685c.24-.24.4-.535.495-.85-.36.105-.735.11-1.095.01v.005Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ l(
|
|
19
|
+
a,
|
|
20
|
+
{
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "m7.24 11.59-.825.825c-.755.755-2.075.755-2.83 0a2.002 2.002 0 0 1 0-2.83l.825-.825a4.45 4.45 0 0 1-.21-1.91L2.53 8.525A3.48 3.48 0 0 0 1.505 11a3.48 3.48 0 0 0 1.025 2.475A3.48 3.48 0 0 0 5.005 14.5a3.48 3.48 0 0 0 2.475-1.025L9.155 11.8a4.615 4.615 0 0 1-1.915-.21ZM9.25 8.14a.854.854 0 0 0 .13-.105l1.03-1.03a3.494 3.494 0 0 0-.605-.81 3.603 3.603 0 0 0-.81-.605L7.97 6.615c-.04.04-.075.085-.11.13.325.09.63.25.885.505.25.25.415.555.505.885v.005Z"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ l(
|
|
26
|
+
a,
|
|
27
|
+
{
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
d: "m4.41 8.765.82-.82a3.455 3.455 0 0 1 .39-2.32c-.275.155-.53.34-.765.575l-.655.655a4.59 4.59 0 0 0 .21 1.91ZM6.76 6.765a1.99 1.99 0 0 1 .565-.09c.18 0 .355.03.53.08.035-.045.065-.09.11-.13L8.99 5.6c-.33-.18-.685-.3-1.05-.365l-.685.685c-.24.24-.4.535-.495.85v-.005Z"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ l(
|
|
33
|
+
a,
|
|
34
|
+
{
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
d: "m5.23 7.945.685-.685c.245-.245.54-.4.85-.495.095-.315.255-.61.495-.85l.685-.685a3.51 3.51 0 0 0-2.325.395 3.469 3.469 0 0 0-.39 2.32ZM10.77 8.055l-.685.685c-.245.245-.54.4-.85.495-.095.315-.255.61-.495.85l-.685.685a3.47 3.47 0 0 0 2.325-.395 3.469 3.469 0 0 0 .39-2.32Z"
|
|
18
37
|
}
|
|
19
|
-
|
|
20
|
-
})
|
|
21
|
-
|
|
22
|
-
|
|
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;
|
|
38
|
+
)
|
|
39
|
+
] });
|
|
40
|
+
export {
|
|
41
|
+
Z as Link
|
|
35
42
|
};
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Link = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Link = function (props) { return ((0, jsx_runtime_1.jsxs)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: [(0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M6.75 7.86a.854.854 0 0 0-.13.105l-1.03 1.03c.16.295.36.565.605.81.245.245.52.445.81.605L8.03 9.385c.04-.04.075-.085.11-.13-.325-.09-.63-.25-.885-.505a1.971 1.971 0 0 1-.505-.885V7.86ZM8.76 4.41l.825-.825a2.002 2.002 0 0 1 2.83 0 2.002 2.002 0 0 1 0 2.83l-.825.825a4.45 4.45 0 0 1 .21 1.91l1.67-1.675A3.48 3.48 0 0 0 14.495 5a3.48 3.48 0 0 0-1.025-2.475A3.48 3.48 0 0 0 10.995 1.5 3.48 3.48 0 0 0 8.52 2.525L6.845 4.2a4.615 4.615 0 0 1 1.915.21Z" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m11.59 7.235-.82.82a3.455 3.455 0 0 1-.39 2.32c.275-.155.53-.34.765-.575l.655-.655a4.59 4.59 0 0 0-.21-1.91ZM8.145 9.245c-.035.045-.065.09-.11.13L7.01 10.4c.33.18.685.3 1.05.365l.685-.685c.24-.24.4-.535.495-.85-.36.105-.735.11-1.095.01v.005Z" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m7.24 11.59-.825.825c-.755.755-2.075.755-2.83 0a2.002 2.002 0 0 1 0-2.83l.825-.825a4.45 4.45 0 0 1-.21-1.91L2.53 8.525A3.48 3.48 0 0 0 1.505 11a3.48 3.48 0 0 0 1.025 2.475A3.48 3.48 0 0 0 5.005 14.5a3.48 3.48 0 0 0 2.475-1.025L9.155 11.8a4.615 4.615 0 0 1-1.915-.21ZM9.25 8.14a.854.854 0 0 0 .13-.105l1.03-1.03a3.494 3.494 0 0 0-.605-.81 3.603 3.603 0 0 0-.81-.605L7.97 6.615c-.04.04-.075.085-.11.13.325.09.63.25.885.505.25.25.415.555.505.885v.005Z" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m4.41 8.765.82-.82a3.455 3.455 0 0 1 .39-2.32c-.275.155-.53.34-.765.575l-.655.655a4.59 4.59 0 0 0 .21 1.91ZM6.76 6.765a1.99 1.99 0 0 1 .565-.09c.18 0 .355.03.53.08.035-.045.065-.09.11-.13L8.99 5.6c-.33-.18-.685-.3-1.05-.365l-.685.685c-.24.24-.4.535-.495.85v-.005Z" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m5.23 7.945.685-.685c.245-.245.54-.4.85-.495.095-.315.255-.61.495-.85l.685-.685a3.51 3.51 0 0 0-2.325.395 3.469 3.469 0 0 0-.39 2.32ZM10.77 8.055l-.685.685c-.245.245-.54.4-.85.495-.095.315-.255.61-.495.85l-.685.685a3.47 3.47 0 0 0 2.325-.395 3.469 3.469 0 0 0 .39-2.32Z" })] }))); };
|
|
41
|
-
exports.Link = Link;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { Svg as o, Path as h } from "react-native-svg";
|
|
3
|
+
const t = (c) => /* @__PURE__ */ l(o, { viewBox: "0 0 48 48", width: 48, height: 48, ...c, children: /* @__PURE__ */ l(
|
|
4
|
+
h,
|
|
5
|
+
{
|
|
6
|
+
fill: "#0A9828",
|
|
7
|
+
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"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
export {
|
|
11
|
+
t as Logo
|
|
12
12
|
};
|
|
13
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.Logo = void 0;
|
|
15
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
-
var react_native_svg_1 = require("react-native-svg");
|
|
17
|
-
var Logo = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.Svg, __assign({ viewBox: "0 0 48 48", width: 48, height: 48 }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.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" }) }))); };
|
|
18
|
-
exports.Logo = Logo;
|
|
@@ -1,41 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import l, { Path as i } from "react-native-svg";
|
|
3
|
+
const h = (r) => /* @__PURE__ */ o(l, { viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o(
|
|
4
|
+
i,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
d: "M14.5 3h-13v10h11.896L13 11.521l1.5-.402V3ZM13 4.5v1.375l-5 1.34-5-1.34V4.5h10Zm-10 7V7.428l5 1.34 5-1.34v4.071H3v.001Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
export {
|
|
11
|
+
h as Mail
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Mail = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Mail = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M14.5 3h-13v10h11.896L13 11.521l1.5-.402V3ZM13 4.5v1.375l-5 1.34-5-1.34V4.5h10Zm-10 7V7.428l5 1.34 5-1.34v4.071H3v.001Z" }) }))); };
|
|
41
|
-
exports.Mail = Mail;
|
|
@@ -1,41 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import l, { Path as i } from "react-native-svg";
|
|
3
|
+
const e = (r) => /* @__PURE__ */ o(l, { viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o(
|
|
4
|
+
i,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
d: "M14.5 11.098V5.5H13v-4H3v4H1.5V13h11.902L13 11.5H3V7.435l5 1.34 5-1.34v4.063l1.5-.402Zm-10-4.813V3h7v3.285L8 7.223l-3.5-.938Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
export {
|
|
11
|
+
e as MailOpen
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.MailOpen = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var MailOpen = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M14.5 11.098V5.5H13v-4H3v4H1.5V13h11.902L13 11.5H3V7.435l5 1.34 5-1.34v4.063l1.5-.402Zm-10-4.813V3h7v3.285L8 7.223l-3.5-.938Z" }) }))); };
|
|
41
|
-
exports.MailOpen = MailOpen;
|
|
@@ -1,41 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import o, { Path as r } from "react-native-svg";
|
|
3
|
+
const m = (e) => /* @__PURE__ */ l(o, { viewBox: "0 0 16 16", ...e, children: /* @__PURE__ */ l(
|
|
4
|
+
r,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
fillRule: "evenodd",
|
|
8
|
+
d: "m14.098 3 .402 1.5H1.902L1.5 3h12.598ZM1.5 7.261l.403 1.5H14.5l-.402-1.5H1.5Zm0 4.239.403 1.5H14.5l-.402-1.5H1.5Z",
|
|
9
|
+
clipRule: "evenodd"
|
|
10
|
+
}
|
|
11
|
+
) });
|
|
12
|
+
export {
|
|
13
|
+
m as Menu
|
|
12
14
|
};
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Menu = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Menu = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.098 3 .402 1.5H1.902L1.5 3h12.598ZM1.5 7.261l.403 1.5H14.5l-.402-1.5H1.5Zm0 4.239.403 1.5H14.5l-.402-1.5H1.5Z", clipRule: "evenodd" }) }))); };
|
|
41
|
-
exports.Menu = Menu;
|
|
@@ -1,41 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import l, { Path as e } from "react-native-svg";
|
|
3
|
+
const i = (r) => /* @__PURE__ */ o(l, { viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o(
|
|
4
|
+
e,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
d: "M13 11.523H5.232l-.252.093-1.98.731V4.5h10v7.023l1.5-.402V3h-13v11.5l4-1.498h7.896L13 11.523Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
export {
|
|
11
|
+
i as Message
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Message = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Message = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M13 11.523H5.232l-.252.093-1.98.731V4.5h10v7.023l1.5-.402V3h-13v11.5l4-1.498h7.896L13 11.523Z" }) }))); };
|
|
41
|
-
exports.Message = Message;
|
|
@@ -1,41 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e, { Path as l } from "react-native-svg";
|
|
3
|
+
const m = (r) => /* @__PURE__ */ o(e, { viewBox: "0 0 21 20", ...r, children: /* @__PURE__ */ o(
|
|
4
|
+
l,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
d: "M18.725 3.75H2.475v14.375l5-1.875h11.25V3.75Z"
|
|
8
|
+
}
|
|
9
|
+
) });
|
|
10
|
+
export {
|
|
11
|
+
m as MessageFilled
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.MessageFilled = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var MessageFilled = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 21 20" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M18.725 3.75H2.475v14.375l5-1.875h11.25V3.75Z" }) }))); };
|
|
41
|
-
exports.MessageFilled = MessageFilled;
|
|
@@ -1,41 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import i, { Path as t } from "react-native-svg";
|
|
3
|
+
const l = (r) => /* @__PURE__ */ o(i, { viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o(t, { fill: "currentColor", d: "m14.095 7.25.405 1.5H1.905L1.5 7.25h12.595Z" }) });
|
|
4
|
+
export {
|
|
5
|
+
l as Minus
|
|
12
6
|
};
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Minus = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Minus = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m14.095 7.25.405 1.5H1.905L1.5 7.25h12.595Z" }) }))); };
|
|
41
|
-
exports.Minus = Minus;
|
|
@@ -1,41 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import l, { Path as r } from "react-native-svg";
|
|
3
|
+
const d = (e) => /* @__PURE__ */ o(l, { viewBox: "0 0 16 16", ...e, children: /* @__PURE__ */ o(
|
|
4
|
+
r,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
fillRule: "evenodd",
|
|
8
|
+
d: "M4 1.5h8v11.095l-1.498.406.397 1.499H4v-13ZM5.5 13h5V3h-5v10Zm1.591-2.037 1.437-.382.382 1.438-1.438.38-.38-1.436Z",
|
|
9
|
+
clipRule: "evenodd"
|
|
10
|
+
}
|
|
11
|
+
) });
|
|
12
|
+
export {
|
|
13
|
+
d as Mobile
|
|
12
14
|
};
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.Mobile = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var Mobile = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M4 1.5h8v11.095l-1.498.406.397 1.499H4v-13ZM5.5 13h5V3h-5v10Zm1.591-2.037 1.437-.382.382 1.438-1.438.38-.38-1.436Z", clipRule: "evenodd" }) }))); };
|
|
41
|
-
exports.Mobile = Mobile;
|
|
@@ -1,41 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { jsxs as e, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import i, { Path as o } from "react-native-svg";
|
|
3
|
+
const t = (r) => /* @__PURE__ */ e(i, { viewBox: "0 0 16 16", ...r, children: [
|
|
4
|
+
/* @__PURE__ */ l(
|
|
5
|
+
o,
|
|
6
|
+
{
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
fillRule: "evenodd",
|
|
9
|
+
d: "M10 3V1.5h4.5V6H13V4.075L10.06 7 9 5.94 11.925 3H10Z",
|
|
10
|
+
clipRule: "evenodd"
|
|
11
|
+
}
|
|
12
|
+
),
|
|
13
|
+
/* @__PURE__ */ l(
|
|
14
|
+
o,
|
|
15
|
+
{
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M12 12.035H4V4h4V2.5H2.5v11h9.9L12 12v.035ZM12 12l1.5-.4V8H12v4Z"
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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;
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ l(o, { fill: "currentColor", d: "M12 12.035V12H4v.035h8Z" })
|
|
21
|
+
] });
|
|
22
|
+
export {
|
|
23
|
+
t as NewWindow
|
|
35
24
|
};
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.NewWindow = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var NewWindow = function (props) { return ((0, jsx_runtime_1.jsxs)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: [(0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M10 3V1.5h4.5V6H13V4.075L10.06 7 9 5.94 11.925 3H10Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M12 12.035H4V4h4V2.5H2.5v11h9.9L12 12v.035ZM12 12l1.5-.4V8H12v4Z" }), (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M12 12.035V12H4v.035h8Z" })] }))); };
|
|
41
|
-
exports.NewWindow = NewWindow;
|
|
@@ -1,41 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import o, { Path as r } from "react-native-svg";
|
|
3
|
+
const h = (l) => /* @__PURE__ */ e(o, { viewBox: "0 0 16 16", ...l, children: /* @__PURE__ */ e(
|
|
4
|
+
r,
|
|
5
|
+
{
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
fillRule: "evenodd",
|
|
8
|
+
d: "M14.5 11.098V3h-13v10h11.902L13 11.5l1.5-.402ZM13 7v4.5H3V7h10ZM3 5.5v-1h9.997l.003.01v.99H3ZM11.75 8v1.5H7.376L6.974 8h4.776Z",
|
|
9
|
+
clipRule: "evenodd"
|
|
10
|
+
}
|
|
11
|
+
) });
|
|
12
|
+
export {
|
|
13
|
+
h as PaymentCard
|
|
12
14
|
};
|
|
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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.PaymentCard = void 0;
|
|
38
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
-
var react_native_svg_1 = __importStar(require("react-native-svg"));
|
|
40
|
-
var PaymentCard = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 11.098V3h-13v10h11.902L13 11.5l1.5-.402ZM13 7v4.5H3V7h10ZM3 5.5v-1h9.997l.003.01v.99H3ZM11.75 8v1.5H7.376L6.974 8h4.776Z", clipRule: "evenodd" }) }))); };
|
|
41
|
-
exports.PaymentCard = PaymentCard;
|