@pagopa/io-app-design-system 1.17.2 → 1.19.0
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/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
- package/lib/commonjs/components/Advice/__test__/advice.test.js +9 -0
- package/lib/commonjs/components/Advice/__test__/advice.test.js.map +1 -1
- package/lib/commonjs/components/accordion/AccordionItem.js +25 -9
- package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
- package/lib/commonjs/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
- package/lib/commonjs/components/avatar/__test__/avatar.test.js +13 -0
- package/lib/commonjs/components/avatar/__test__/avatar.test.js.map +1 -1
- package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
- package/lib/commonjs/components/badge/__test__/badge.test.js +10 -0
- package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
- package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
- package/lib/commonjs/components/banner/__test__/banner.test.js +15 -0
- package/lib/commonjs/components/banner/__test__/banner.test.js.map +1 -1
- package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
- package/lib/commonjs/components/buttons/__test__/button.test.js +57 -0
- package/lib/commonjs/components/buttons/__test__/button.test.js.map +1 -1
- package/lib/commonjs/components/checkbox/CheckboxLabel.js +6 -29
- package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/commonjs/components/codeInput/CodeInput.js +10 -25
- package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -1
- package/lib/commonjs/components/endOfPage/EndOfPage.js +36 -0
- package/lib/commonjs/components/endOfPage/EndOfPage.js.map +1 -0
- package/lib/commonjs/components/endOfPage/index.js +17 -0
- package/lib/commonjs/components/endOfPage/index.js.map +1 -0
- package/lib/commonjs/components/icons/Icon.js +64 -48
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconSystemLocationiOS.js +34 -0
- package/lib/commonjs/components/icons/svg/IconSystemLocationiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconSystemPermissionsAndroid.js +34 -0
- package/lib/commonjs/components/icons/svg/IconSystemPermissionsAndroid.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemPhotosiOS.js +105 -0
- package/lib/commonjs/components/icons/svg/IconSystemPhotosiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/IconSystemPrivacyiOS.js +34 -0
- package/lib/commonjs/components/icons/svg/IconSystemPrivacyiOS.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
- package/lib/commonjs/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
- package/lib/commonjs/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
- package/lib/commonjs/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
- package/lib/commonjs/components/image/Image.js +47 -0
- package/lib/commonjs/components/image/Image.js.map +1 -0
- package/lib/commonjs/components/image/index.js +17 -0
- package/lib/commonjs/components/image/index.js.map +1 -0
- package/lib/commonjs/components/index.js +33 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +9 -3
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemHeader.js +4 -3
- package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +4 -1
- package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemTransaction.js +6 -3
- package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
- package/lib/commonjs/components/listitems/__test__/listitem.test.js +83 -3
- package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/commonjs/components/otpInput/BoxedInput.js +72 -0
- package/lib/commonjs/components/otpInput/BoxedInput.js.map +1 -0
- package/lib/commonjs/components/otpInput/OTPInput.js +131 -0
- package/lib/commonjs/components/otpInput/OTPInput.js.map +1 -0
- package/lib/commonjs/components/otpInput/index.js +17 -0
- package/lib/commonjs/components/otpInput/index.js.map +1 -0
- package/lib/commonjs/components/pictograms/Pictogram.js +74 -68
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramComunicationProblem.js +85 -0
- package/lib/commonjs/components/pictograms/svg/PictogramComunicationProblem.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEventClose.js +40 -0
- package/lib/commonjs/components/pictograms/svg/PictogramEventClose.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramHello.js +61 -0
- package/lib/commonjs/components/pictograms/svg/PictogramHello.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramComunicationProblem.svg +91 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramEventClose.svg +34 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramHello.svg +46 -0
- package/lib/commonjs/components/radio/RadioButtonLabel.js +70 -0
- package/lib/commonjs/components/radio/RadioButtonLabel.js.map +1 -0
- package/lib/commonjs/components/radio/RadioGroup.js +25 -21
- package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
- package/lib/commonjs/components/radio/index.js +11 -0
- package/lib/commonjs/components/radio/index.js.map +1 -1
- package/lib/commonjs/components/tabs/TabItem.js +13 -6
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/components/typography/LabelHeader.js +6 -4
- package/lib/commonjs/components/typography/LabelHeader.js.map +1 -1
- package/lib/commonjs/core/IODSExperimentalContextProvider.js +9 -9
- package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/commonjs/utils/hooks/useErrorShakeAnimation.js +44 -0
- package/lib/commonjs/utils/hooks/useErrorShakeAnimation.js.map +1 -0
- package/lib/commonjs/utils/testing.js +15 -0
- package/lib/commonjs/utils/testing.js.map +1 -0
- package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
- package/lib/module/components/Advice/__test__/advice.test.js +9 -0
- package/lib/module/components/Advice/__test__/advice.test.js.map +1 -1
- package/lib/module/components/accordion/AccordionItem.js +27 -11
- package/lib/module/components/accordion/AccordionItem.js.map +1 -1
- package/lib/module/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
- package/lib/module/components/avatar/__test__/avatar.test.js +13 -0
- package/lib/module/components/avatar/__test__/avatar.test.js.map +1 -1
- package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
- package/lib/module/components/badge/__test__/badge.test.js +10 -0
- package/lib/module/components/badge/__test__/badge.test.js.map +1 -1
- package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
- package/lib/module/components/banner/__test__/banner.test.js +15 -0
- package/lib/module/components/banner/__test__/banner.test.js.map +1 -1
- package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
- package/lib/module/components/buttons/__test__/button.test.js +57 -0
- package/lib/module/components/buttons/__test__/button.test.js.map +1 -1
- package/lib/module/components/checkbox/CheckboxLabel.js +7 -30
- package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
- package/lib/module/components/codeInput/CodeInput.js +9 -25
- package/lib/module/components/codeInput/CodeInput.js.map +1 -1
- package/lib/module/components/endOfPage/EndOfPage.js +28 -0
- package/lib/module/components/endOfPage/EndOfPage.js.map +1 -0
- package/lib/module/components/endOfPage/index.js +2 -0
- package/lib/module/components/endOfPage/index.js.map +1 -0
- package/lib/module/components/icons/Icon.js +64 -48
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/svg/IconSystemLocationiOS.js +26 -0
- package/lib/module/components/icons/svg/IconSystemLocationiOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js +2 -1
- package/lib/module/components/icons/svg/IconSystemNotificationsInstructions.js.map +1 -1
- package/lib/module/components/icons/svg/IconSystemPermissionsAndroid.js +26 -0
- package/lib/module/components/icons/svg/IconSystemPermissionsAndroid.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemPhotosiOS.js +97 -0
- package/lib/module/components/icons/svg/IconSystemPhotosiOS.js.map +1 -0
- package/lib/module/components/icons/svg/IconSystemPrivacyiOS.js +26 -0
- package/lib/module/components/icons/svg/IconSystemPrivacyiOS.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
- package/lib/module/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
- package/lib/module/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
- package/lib/module/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
- package/lib/module/components/image/Image.js +39 -0
- package/lib/module/components/image/Image.js.map +1 -0
- package/lib/module/components/image/index.js +2 -0
- package/lib/module/components/image/index.js.map +1 -0
- package/lib/module/components/index.js +3 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +9 -3
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/listitems/ListItemHeader.js +4 -3
- package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js +4 -1
- package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
- package/lib/module/components/listitems/ListItemTransaction.js +6 -3
- package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
- package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
- package/lib/module/components/listitems/__test__/listitem.test.js +83 -3
- package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
- package/lib/module/components/otpInput/BoxedInput.js +64 -0
- package/lib/module/components/otpInput/BoxedInput.js.map +1 -0
- package/lib/module/components/otpInput/OTPInput.js +121 -0
- package/lib/module/components/otpInput/OTPInput.js.map +1 -0
- package/lib/module/components/otpInput/index.js +2 -0
- package/lib/module/components/otpInput/index.js.map +1 -0
- package/lib/module/components/pictograms/Pictogram.js +74 -68
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramComunicationProblem.js +77 -0
- package/lib/module/components/pictograms/svg/PictogramComunicationProblem.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramEventClose.js +32 -0
- package/lib/module/components/pictograms/svg/PictogramEventClose.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramHello.js +53 -0
- package/lib/module/components/pictograms/svg/PictogramHello.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramComunicationProblem.svg +91 -0
- package/lib/module/components/pictograms/svg/originals/PictogramEventClose.svg +34 -0
- package/lib/module/components/pictograms/svg/originals/PictogramHello.svg +46 -0
- package/lib/module/components/radio/RadioButtonLabel.js +62 -0
- package/lib/module/components/radio/RadioButtonLabel.js.map +1 -0
- package/lib/module/components/radio/RadioGroup.js +25 -21
- package/lib/module/components/radio/RadioGroup.js.map +1 -1
- package/lib/module/components/radio/index.js +1 -0
- package/lib/module/components/radio/index.js.map +1 -1
- package/lib/module/components/tabs/TabItem.js +13 -6
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/components/typography/LabelHeader.js +6 -4
- package/lib/module/components/typography/LabelHeader.js.map +1 -1
- package/lib/module/core/IODSExperimentalContextProvider.js +3 -3
- package/lib/module/core/IODSExperimentalContextProvider.js.map +1 -1
- package/lib/module/utils/hooks/useErrorShakeAnimation.js +37 -0
- package/lib/module/utils/hooks/useErrorShakeAnimation.js.map +1 -0
- package/lib/module/utils/testing.js +7 -0
- package/lib/module/utils/testing.js.map +1 -0
- package/lib/typescript/components/accordion/AccordionItem.d.ts +3 -1
- package/lib/typescript/components/accordion/AccordionItem.d.ts.map +1 -1
- package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
- package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -1
- package/lib/typescript/components/endOfPage/EndOfPage.d.ts +23 -0
- package/lib/typescript/components/endOfPage/EndOfPage.d.ts.map +1 -0
- package/lib/typescript/components/endOfPage/index.d.ts +2 -0
- package/lib/typescript/components/endOfPage/index.d.ts.map +1 -0
- package/lib/typescript/components/icons/Icon.d.ts +8 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemLocationiOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemNotificationsInstructions.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemPermissionsAndroid.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemPhotosiOS.d.ts.map +1 -0
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconSystemPrivacyiOS.d.ts.map +1 -0
- package/lib/typescript/components/image/Image.d.ts +17 -0
- package/lib/typescript/components/image/Image.d.ts.map +1 -0
- package/lib/typescript/components/image/index.d.ts +2 -0
- package/lib/typescript/components/image/index.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +3 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts +10 -4
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemHeader.d.ts +2 -2
- package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +1 -0
- package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts +6 -1
- package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
- package/lib/typescript/components/otpInput/BoxedInput.d.ts +9 -0
- package/lib/typescript/components/otpInput/BoxedInput.d.ts.map +1 -0
- package/lib/typescript/components/otpInput/OTPInput.d.ts +26 -0
- package/lib/typescript/components/otpInput/OTPInput.d.ts.map +1 -0
- package/lib/typescript/components/otpInput/index.d.ts +2 -0
- package/lib/typescript/components/otpInput/index.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts +3 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramComunicationProblem.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramEventClose.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramHello.d.ts.map +1 -0
- package/lib/typescript/components/radio/RadioButtonLabel.d.ts +18 -0
- package/lib/typescript/components/radio/RadioButtonLabel.d.ts.map +1 -0
- package/lib/typescript/components/radio/RadioGroup.d.ts +22 -9
- package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
- package/lib/typescript/components/radio/index.d.ts +1 -0
- package/lib/typescript/components/radio/index.d.ts.map +1 -1
- package/lib/typescript/components/tabs/TabItem.d.ts +2 -1
- package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
- package/lib/typescript/components/typography/LabelHeader.d.ts +1 -1
- package/lib/typescript/components/typography/LabelHeader.d.ts.map +1 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts +5 -1
- package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +1 -1
- package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts +11 -0
- package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts.map +1 -0
- package/lib/typescript/utils/testing.d.ts +4 -0
- package/lib/typescript/utils/testing.d.ts.map +1 -0
- package/package.json +4 -2
- package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +110 -0
- package/src/components/Advice/__test__/advice.test.tsx +10 -0
- package/src/components/accordion/AccordionItem.tsx +33 -13
- package/src/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +37 -0
- package/src/components/avatar/__test__/avatar.test.tsx +10 -0
- package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +46 -0
- package/src/components/badge/__test__/badge.test.tsx +10 -0
- package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +315 -0
- package/src/components/banner/__test__/banner.test.tsx +18 -0
- package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +862 -0
- package/src/components/buttons/__test__/button.test.tsx +77 -1
- package/src/components/checkbox/CheckboxLabel.tsx +4 -31
- package/src/components/codeInput/CodeInput.tsx +5 -33
- package/src/components/endOfPage/EndOfPage.tsx +55 -0
- package/src/components/endOfPage/index.tsx +1 -0
- package/src/components/icons/Icon.tsx +64 -48
- package/src/components/icons/svg/IconSystemLocationiOS.tsx +15 -0
- package/src/components/icons/svg/IconSystemNotificationsInstructions.tsx +2 -1
- package/src/components/icons/svg/IconSystemPermissionsAndroid.tsx +19 -0
- package/src/components/icons/svg/IconSystemPhotosiOS.tsx +114 -0
- package/src/components/icons/svg/IconSystemPrivacyiOS.tsx +15 -0
- package/src/components/icons/svg/originals/IconSystemLocationiOS.svg +7 -0
- package/src/components/icons/svg/originals/IconSystemNotificationsInstructions.svg +22 -0
- package/src/components/icons/svg/originals/IconSystemPhotosiOS.svg +99 -0
- package/src/components/icons/svg/originals/IconSystemPrivacyiOS.svg +14 -0
- package/src/components/image/Image.tsx +49 -0
- package/src/components/image/index.tsx +1 -0
- package/src/components/index.tsx +3 -0
- package/src/components/layout/HeaderSecondLevel.tsx +28 -10
- package/src/components/listitems/ListItemHeader.tsx +6 -3
- package/src/components/listitems/ListItemRadioWithAmount.tsx +5 -1
- package/src/components/listitems/ListItemTransaction.tsx +12 -1
- package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +1729 -0
- package/src/components/listitems/__test__/listitem.test.tsx +104 -3
- package/src/components/otpInput/BoxedInput.tsx +67 -0
- package/src/components/otpInput/OTPInput.tsx +135 -0
- package/src/components/otpInput/index.tsx +1 -0
- package/src/components/pictograms/Pictogram.tsx +74 -68
- package/src/components/pictograms/svg/PictogramComunicationProblem.tsx +94 -0
- package/src/components/pictograms/svg/PictogramEventClose.tsx +34 -0
- package/src/components/pictograms/svg/PictogramHello.tsx +54 -0
- package/src/components/pictograms/svg/originals/PictogramComunicationProblem.svg +91 -0
- package/src/components/pictograms/svg/originals/PictogramEventClose.svg +34 -0
- package/src/components/pictograms/svg/originals/PictogramHello.svg +46 -0
- package/src/components/radio/RadioButtonLabel.tsx +73 -0
- package/src/components/radio/RadioGroup.tsx +61 -11
- package/src/components/radio/index.tsx +1 -0
- package/src/components/tabs/TabItem.tsx +22 -6
- package/src/components/typography/LabelHeader.tsx +11 -6
- package/src/core/IODSExperimentalContextProvider.tsx +3 -3
- package/src/utils/hooks/useErrorShakeAnimation.ts +43 -0
- package/src/utils/testing.tsx +14 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Alert } from "react-native";
|
|
3
3
|
import * as TestRenderer from "react-test-renderer";
|
|
4
|
+
import { TestRendererWithExperimentalEnabledContextProvider } from "../../../utils/testing";
|
|
5
|
+
import ListItemIDP from "../../modules/ModuleIDP";
|
|
6
|
+
import ListItemAction from "../ListItemAction";
|
|
4
7
|
import ListItemInfo from "../ListItemInfo";
|
|
5
8
|
import ListItemInfoCopy from "../ListItemInfoCopy";
|
|
6
9
|
import ListItemNav from "../ListItemNav";
|
|
7
10
|
import ListItemNavAlert from "../ListItemNavAlert";
|
|
8
|
-
import
|
|
9
|
-
import ListItemIDP from "../../modules/ModuleIDP";
|
|
11
|
+
import { ListItemRadioWithAmount } from "../ListItemRadioWithAmount";
|
|
10
12
|
import { ListItemTransaction } from "../ListItemTransaction";
|
|
11
13
|
import { PressableListItemBase } from "../PressableListItemsBase";
|
|
12
|
-
import { ListItemRadioWithAmount } from "../ListItemRadioWithAmount";
|
|
13
14
|
|
|
14
15
|
const onButtonPress = () => {
|
|
15
16
|
Alert.alert("Alert", "Action triggered");
|
|
@@ -114,3 +115,103 @@ describe("Test List Item Components", () => {
|
|
|
114
115
|
expect(notSuggested).toMatchSnapshot();
|
|
115
116
|
});
|
|
116
117
|
});
|
|
118
|
+
|
|
119
|
+
describe("Test List Item Components - Experimental Enabled ", () => {
|
|
120
|
+
it("ListItemInfo Snapshot", () => {
|
|
121
|
+
const listItemInfo = TestRendererWithExperimentalEnabledContextProvider(
|
|
122
|
+
<ListItemInfo
|
|
123
|
+
label={"label"}
|
|
124
|
+
value={"testValue"}
|
|
125
|
+
accessibilityLabel={"accessibilityLabel"}
|
|
126
|
+
></ListItemInfo>
|
|
127
|
+
).toJSON();
|
|
128
|
+
expect(listItemInfo).toMatchSnapshot();
|
|
129
|
+
});
|
|
130
|
+
it("ListItemInfoCopy Snapshot", () => {
|
|
131
|
+
const listItemInfoCopy = TestRendererWithExperimentalEnabledContextProvider(
|
|
132
|
+
<ListItemInfoCopy
|
|
133
|
+
label={"label"}
|
|
134
|
+
value={"testValue"}
|
|
135
|
+
onPress={onButtonPress}
|
|
136
|
+
accessibilityLabel={"accessibilityLabel"}
|
|
137
|
+
></ListItemInfoCopy>
|
|
138
|
+
).toJSON();
|
|
139
|
+
expect(listItemInfoCopy).toMatchSnapshot();
|
|
140
|
+
});
|
|
141
|
+
it("ListItemNav Snapshot", () => {
|
|
142
|
+
const listItemNav = TestRendererWithExperimentalEnabledContextProvider(
|
|
143
|
+
<ListItemNav
|
|
144
|
+
value={"testValue"}
|
|
145
|
+
onPress={onButtonPress}
|
|
146
|
+
accessibilityLabel={"accessibilityLabel"}
|
|
147
|
+
></ListItemNav>
|
|
148
|
+
).toJSON();
|
|
149
|
+
expect(listItemNav).toMatchSnapshot();
|
|
150
|
+
});
|
|
151
|
+
it("ListItemNavAlert Snapshot", () => {
|
|
152
|
+
const listItemNavAlert = TestRendererWithExperimentalEnabledContextProvider(
|
|
153
|
+
<ListItemNavAlert
|
|
154
|
+
value={"testValue"}
|
|
155
|
+
onPress={onButtonPress}
|
|
156
|
+
accessibilityLabel={"accessibilityLabel"}
|
|
157
|
+
></ListItemNavAlert>
|
|
158
|
+
).toJSON();
|
|
159
|
+
expect(listItemNavAlert).toMatchSnapshot();
|
|
160
|
+
});
|
|
161
|
+
it("ListItemAction Snapshot", () => {
|
|
162
|
+
const listItemAction = TestRendererWithExperimentalEnabledContextProvider(
|
|
163
|
+
<ListItemAction
|
|
164
|
+
label={"label"}
|
|
165
|
+
variant={"primary"}
|
|
166
|
+
onPress={onButtonPress}
|
|
167
|
+
accessibilityLabel={"accessibilityLabel"}
|
|
168
|
+
></ListItemAction>
|
|
169
|
+
).toJSON();
|
|
170
|
+
expect(listItemAction).toMatchSnapshot();
|
|
171
|
+
});
|
|
172
|
+
it("ListItemIDP Snapshot", () => {
|
|
173
|
+
const listItemIDP = TestRendererWithExperimentalEnabledContextProvider(
|
|
174
|
+
<ListItemIDP></ListItemIDP>
|
|
175
|
+
).toJSON();
|
|
176
|
+
expect(listItemIDP).toMatchSnapshot();
|
|
177
|
+
});
|
|
178
|
+
it("ListItemTransaction Snapshot", () => {
|
|
179
|
+
const listItemIDP = TestRendererWithExperimentalEnabledContextProvider(
|
|
180
|
+
<ListItemTransaction
|
|
181
|
+
title="TITLE"
|
|
182
|
+
subtitle="subtitle"
|
|
183
|
+
transactionStatus="success"
|
|
184
|
+
transactionAmount="€ 1.000,00"
|
|
185
|
+
isLoading={true}
|
|
186
|
+
onPress={onButtonPress}
|
|
187
|
+
/>
|
|
188
|
+
).toJSON();
|
|
189
|
+
expect(listItemIDP).toMatchSnapshot();
|
|
190
|
+
});
|
|
191
|
+
it("PressableListItemsBase Snapshot", () => {
|
|
192
|
+
const listItemIDP = TestRendererWithExperimentalEnabledContextProvider(
|
|
193
|
+
<PressableListItemBase></PressableListItemBase>
|
|
194
|
+
).toJSON();
|
|
195
|
+
expect(listItemIDP).toMatchSnapshot();
|
|
196
|
+
});
|
|
197
|
+
it("ListItemRadioWithAmount Snapshot", () => {
|
|
198
|
+
const suggested = TestRendererWithExperimentalEnabledContextProvider(
|
|
199
|
+
<ListItemRadioWithAmount
|
|
200
|
+
formattedAmountString="€ 1.000,00"
|
|
201
|
+
label="label"
|
|
202
|
+
suggestReason="suggestReason"
|
|
203
|
+
isSuggested={true}
|
|
204
|
+
selected={true}
|
|
205
|
+
/>
|
|
206
|
+
).toJSON();
|
|
207
|
+
const notSuggested = TestRendererWithExperimentalEnabledContextProvider(
|
|
208
|
+
<ListItemRadioWithAmount
|
|
209
|
+
formattedAmountString="€ 1.000,00"
|
|
210
|
+
label="label"
|
|
211
|
+
isSuggested={false}
|
|
212
|
+
/>
|
|
213
|
+
).toJSON();
|
|
214
|
+
expect(suggested).toMatchSnapshot();
|
|
215
|
+
expect(notSuggested).toMatchSnapshot();
|
|
216
|
+
});
|
|
217
|
+
});
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import { View, StyleSheet } from "react-native";
|
|
4
|
+
import { IOColors } from "../../core";
|
|
5
|
+
import { BaseTypography, H6 } from "../typography";
|
|
6
|
+
|
|
7
|
+
type Props = {
|
|
8
|
+
status: "default" | "focus" | "error";
|
|
9
|
+
secret?: boolean;
|
|
10
|
+
value?: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const styles = StyleSheet.create({
|
|
14
|
+
baseBox: {
|
|
15
|
+
alignItems: "center",
|
|
16
|
+
justifyContent: "center",
|
|
17
|
+
width: 35,
|
|
18
|
+
height: 60,
|
|
19
|
+
borderRadius: 8
|
|
20
|
+
},
|
|
21
|
+
defaultBox: {
|
|
22
|
+
borderWidth: 1,
|
|
23
|
+
borderColor: IOColors["grey-200"]
|
|
24
|
+
},
|
|
25
|
+
focusedBox: {
|
|
26
|
+
borderWidth: 2,
|
|
27
|
+
borderColor: IOColors["blueIO-500"]
|
|
28
|
+
},
|
|
29
|
+
errorBox: {
|
|
30
|
+
borderWidth: 1,
|
|
31
|
+
borderColor: IOColors["error-850"],
|
|
32
|
+
backgroundColor: IOColors["error-100"]
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
// FIXME Replace this component with H3 once the legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
|
|
37
|
+
const SecretValue = () => (
|
|
38
|
+
<BaseTypography
|
|
39
|
+
font="DMMono"
|
|
40
|
+
weight="SemiBold"
|
|
41
|
+
color="bluegreyDark"
|
|
42
|
+
fontStyle={{ fontSize: 22, lineHeight: 33 }}
|
|
43
|
+
accessible={false}
|
|
44
|
+
>
|
|
45
|
+
{"•"}
|
|
46
|
+
</BaseTypography>
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
export const BoxedInput = ({ status, value, secret }: Props) => {
|
|
50
|
+
const derivedStyle = useMemo(() => {
|
|
51
|
+
switch (status) {
|
|
52
|
+
case "error":
|
|
53
|
+
return styles.errorBox;
|
|
54
|
+
case "focus":
|
|
55
|
+
return styles.focusedBox;
|
|
56
|
+
case "default":
|
|
57
|
+
default:
|
|
58
|
+
return styles.defaultBox;
|
|
59
|
+
}
|
|
60
|
+
}, [status]);
|
|
61
|
+
return (
|
|
62
|
+
<View style={[styles.baseBox, derivedStyle]} accessible={false}>
|
|
63
|
+
{value &&
|
|
64
|
+
(secret ? <SecretValue /> : <H6 accessible={false}>{value}</H6>)}
|
|
65
|
+
</View>
|
|
66
|
+
);
|
|
67
|
+
};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { Pressable, TextInput } from "react-native";
|
|
3
|
+
import Animated from "react-native-reanimated";
|
|
4
|
+
import { IOStyles } from "../../core/IOStyles";
|
|
5
|
+
import { LabelSmall } from "../typography";
|
|
6
|
+
import { triggerHaptic } from "../../functions";
|
|
7
|
+
import { VSpacer } from "../spacer";
|
|
8
|
+
import { useErrorShakeAnimation } from "../../utils/hooks/useErrorShakeAnimation";
|
|
9
|
+
import { BoxedInput } from "./BoxedInput";
|
|
10
|
+
|
|
11
|
+
type Props = {
|
|
12
|
+
value: string;
|
|
13
|
+
onValueChange: (value: string) => void;
|
|
14
|
+
length: number;
|
|
15
|
+
secret?: boolean;
|
|
16
|
+
autocomplete?: boolean;
|
|
17
|
+
onValidate?: (value: string) => boolean;
|
|
18
|
+
errorMessage?: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* `OTPInput` is a component that allows the user to enter a one-time password.
|
|
23
|
+
* It has an hidden `TextInput` that is used to handle the keyboard and the focus.
|
|
24
|
+
* The input handles the autocompletion of the OTP code.
|
|
25
|
+
* @param value - The value of the OTP code
|
|
26
|
+
* @param onValueChange - The function to call when the value changes
|
|
27
|
+
* @param length - The length of the OTP code
|
|
28
|
+
* @param secret - If the OTP code should be hidden
|
|
29
|
+
* @param autocomplete - If the OTP code should be autocompleted
|
|
30
|
+
* @param onValidate - The function to call when the OTP code is validated
|
|
31
|
+
* @param errorMessage - The error message to display
|
|
32
|
+
* @returns
|
|
33
|
+
*/
|
|
34
|
+
export const OTPInput = ({
|
|
35
|
+
value,
|
|
36
|
+
onValueChange,
|
|
37
|
+
length,
|
|
38
|
+
onValidate,
|
|
39
|
+
errorMessage = "",
|
|
40
|
+
secret = false,
|
|
41
|
+
autocomplete = false
|
|
42
|
+
}: Props) => {
|
|
43
|
+
const [hasFocus, setHasFocus] = React.useState(false);
|
|
44
|
+
const [hasError, setHasError] = React.useState(false);
|
|
45
|
+
const [inputValue, setInputValue] = React.useState(value);
|
|
46
|
+
|
|
47
|
+
const { translate, animatedStyle, shakeAnimation } = useErrorShakeAnimation();
|
|
48
|
+
|
|
49
|
+
const inputRef = React.createRef<TextInput>();
|
|
50
|
+
const timerRef = React.useRef<NodeJS.Timeout>();
|
|
51
|
+
|
|
52
|
+
const handleValidate = (val: string) => {
|
|
53
|
+
if (!onValidate || val.length < length) {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
const isValid = onValidate(val);
|
|
57
|
+
if (!isValid) {
|
|
58
|
+
setHasError(true);
|
|
59
|
+
triggerHaptic("notificationError");
|
|
60
|
+
// eslint-disable-next-line functional/immutable-data
|
|
61
|
+
translate.value = shakeAnimation();
|
|
62
|
+
|
|
63
|
+
if (timerRef.current) {
|
|
64
|
+
clearTimeout(timerRef.current);
|
|
65
|
+
}
|
|
66
|
+
// eslint-disable-next-line functional/immutable-data
|
|
67
|
+
timerRef.current = setTimeout(() => {
|
|
68
|
+
setHasError(false);
|
|
69
|
+
setInputValue("");
|
|
70
|
+
onValueChange("");
|
|
71
|
+
}, 500);
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
React.useEffect(() => () => clearTimeout(timerRef.current), []);
|
|
76
|
+
|
|
77
|
+
const handleChange = (value: string) => {
|
|
78
|
+
if (value.length > length) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
setInputValue(value);
|
|
82
|
+
onValueChange(value);
|
|
83
|
+
handleValidate(value);
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
return (
|
|
87
|
+
<Animated.View style={[{ flexGrow: 1 }, animatedStyle]}>
|
|
88
|
+
<Pressable
|
|
89
|
+
onPress={() => {
|
|
90
|
+
inputRef.current?.focus();
|
|
91
|
+
setHasFocus(true);
|
|
92
|
+
}}
|
|
93
|
+
style={[IOStyles.row, { justifyContent: "space-around" }]}
|
|
94
|
+
accessible={true}
|
|
95
|
+
accessibilityLabel="OTP Input"
|
|
96
|
+
accessibilityValue={{ text: inputValue }}
|
|
97
|
+
>
|
|
98
|
+
<TextInput
|
|
99
|
+
value={inputValue}
|
|
100
|
+
onChangeText={handleChange}
|
|
101
|
+
style={{ position: "absolute", opacity: 0 }}
|
|
102
|
+
maxLength={length}
|
|
103
|
+
ref={inputRef}
|
|
104
|
+
onBlur={() => setHasFocus(false)}
|
|
105
|
+
keyboardType="numeric"
|
|
106
|
+
inputMode="numeric"
|
|
107
|
+
returnKeyType="done"
|
|
108
|
+
textContentType="oneTimeCode"
|
|
109
|
+
autoComplete={autocomplete ? "sms-otp" : undefined}
|
|
110
|
+
accessible={true}
|
|
111
|
+
/>
|
|
112
|
+
{[...Array(length)].map((_, i) => (
|
|
113
|
+
<BoxedInput
|
|
114
|
+
key={i}
|
|
115
|
+
status={
|
|
116
|
+
hasError
|
|
117
|
+
? "error"
|
|
118
|
+
: hasFocus && inputValue.length === i
|
|
119
|
+
? "focus"
|
|
120
|
+
: "default"
|
|
121
|
+
}
|
|
122
|
+
secret={secret}
|
|
123
|
+
value={inputValue[i]}
|
|
124
|
+
/>
|
|
125
|
+
))}
|
|
126
|
+
</Pressable>
|
|
127
|
+
<VSpacer size={4} />
|
|
128
|
+
{hasError && errorMessage && (
|
|
129
|
+
<LabelSmall color="error-850" style={{ textAlign: "center" }}>
|
|
130
|
+
{errorMessage}
|
|
131
|
+
</LabelSmall>
|
|
132
|
+
)}
|
|
133
|
+
</Animated.View>
|
|
134
|
+
);
|
|
135
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./OTPInput";
|
|
@@ -7,27 +7,50 @@ import {
|
|
|
7
7
|
useIOTheme
|
|
8
8
|
} from "../../core/IOColors";
|
|
9
9
|
|
|
10
|
-
import PictogramMessages from "./svg/PictogramMessages";
|
|
11
10
|
import PictogramAbacus from "./svg/PictogramAbacus";
|
|
11
|
+
import PictogramAccessDenied from "./svg/PictogramAccessDenied";
|
|
12
12
|
import PictogramAirBaloon from "./svg/PictogramAirBaloon";
|
|
13
13
|
import PictogramAirship from "./svg/PictogramAirship";
|
|
14
14
|
import PictogramAttention from "./svg/PictogramAttention";
|
|
15
15
|
import PictogramBaloons from "./svg/PictogramBaloons";
|
|
16
16
|
import PictogramBeerMug from "./svg/PictogramBeerMug";
|
|
17
|
-
import PictogramCameraRequest from "./svg/PictogramCameraRequest";
|
|
18
17
|
import PictogramCameraDenied from "./svg/PictogramCameraDenied";
|
|
18
|
+
import PictogramCameraRequest from "./svg/PictogramCameraRequest";
|
|
19
|
+
import PictogramCharity from "./svg/PictogramCharity";
|
|
20
|
+
import PictogramCie from "./svg/PictogramCie";
|
|
19
21
|
import PictogramCompleted from "./svg/PictogramCompleted";
|
|
22
|
+
import PictogramComunicationProblem from "./svg/PictogramComunicationProblem";
|
|
20
23
|
import PictogramEmailToValidate from "./svg/PictogramEmailToValidate";
|
|
21
24
|
import PictogramEmailValidation from "./svg/PictogramEmailValidation";
|
|
25
|
+
import PictogramEmpty from "./svg/PictogramEmpty";
|
|
22
26
|
import PictogramEmptyArchive from "./svg/PictogramEmptyArchive";
|
|
23
27
|
import PictogramError from "./svg/PictogramError";
|
|
28
|
+
import PictogramFatalError from "./svg/PictogramFatalError";
|
|
29
|
+
import PictogramFeature from "./svg/PictogramFeature";
|
|
24
30
|
import PictogramFeedback from "./svg/PictogramFeedback";
|
|
25
31
|
import PictogramFireworks from "./svg/PictogramFireworks";
|
|
26
32
|
import PictogramHeart from "./svg/PictogramHeart";
|
|
33
|
+
import PictogramHello from "./svg/PictogramHello";
|
|
34
|
+
import PictogramHelp from "./svg/PictogramHelp";
|
|
27
35
|
import PictogramHourglass from "./svg/PictogramHourglass";
|
|
36
|
+
import PictogramITWallet from "./svg/PictogramITWallet";
|
|
37
|
+
import PictogramIdentity from "./svg/PictogramIdentity";
|
|
38
|
+
import PictogramIdentityAdd from "./svg/PictogramIdentityAdd";
|
|
39
|
+
import PictogramIdentityCheck from "./svg/PictogramIdentityCheck";
|
|
40
|
+
import PictogramIdentityRefresh from "./svg/PictogramIdentityRefresh";
|
|
28
41
|
import PictogramInProgress from "./svg/PictogramInProgress";
|
|
29
42
|
import PictogramInbox from "./svg/PictogramInbox";
|
|
43
|
+
import PictogramMessages from "./svg/PictogramMessages";
|
|
30
44
|
import PictogramNotAvailable from "./svg/PictogramNotAvailable";
|
|
45
|
+
import PictogramNotification from "./svg/PictogramNotification";
|
|
46
|
+
import PictogramObjClock from "./svg/PictogramObjClock";
|
|
47
|
+
import PictogramObjFlyingMessage from "./svg/PictogramObjFlyingMessage";
|
|
48
|
+
import PictogramObjFollowMessage from "./svg/PictogramObjFollowMessage";
|
|
49
|
+
import PictogramObjIbanCard from "./svg/PictogramObjIbanCard";
|
|
50
|
+
import PictogramObjKey from "./svg/PictogramObjKey";
|
|
51
|
+
import PictogramObjManual from "./svg/PictogramObjManual";
|
|
52
|
+
import PictogramObjTrash from "./svg/PictogramObjTrash";
|
|
53
|
+
import PictogramPasscode from "./svg/PictogramPasscode";
|
|
31
54
|
import PictogramPiggyBank from "./svg/PictogramPiggyBank";
|
|
32
55
|
import PictogramPin from "./svg/PictogramPin";
|
|
33
56
|
import PictogramPlaces from "./svg/PictogramPlaces";
|
|
@@ -35,99 +58,79 @@ import PictogramProcessing from "./svg/PictogramProcessing";
|
|
|
35
58
|
import PictogramPuzzle from "./svg/PictogramPuzzle";
|
|
36
59
|
import PictogramQuestion from "./svg/PictogramQuestion";
|
|
37
60
|
import PictogramSearch from "./svg/PictogramSearch";
|
|
61
|
+
import PictogramSecurity from "./svg/PictogramSecurity";
|
|
38
62
|
import PictogramSms from "./svg/PictogramSms";
|
|
63
|
+
import PictogramStopSecurity from "./svg/PictogramStopSecurity";
|
|
64
|
+
import PictogramSuccess from "./svg/PictogramSuccess";
|
|
39
65
|
import PictogramTeaBreak from "./svg/PictogramTeaBreak";
|
|
66
|
+
import PictogramTime from "./svg/PictogramTime";
|
|
40
67
|
import PictogramTimeout from "./svg/PictogramTimeout";
|
|
41
68
|
import PictogramUmbrella from "./svg/PictogramUmbrella";
|
|
42
69
|
import PictogramUmbrellaNew from "./svg/PictogramUmbrellaNew";
|
|
43
70
|
import PictogramUnrecognized from "./svg/PictogramUnrecognized";
|
|
44
|
-
import PictogramUploadFile from "./svg/PictogramUploadFile";
|
|
45
|
-
import PictogramSuccess from "./svg/PictogramSuccess";
|
|
46
|
-
import PictogramHelp from "./svg/PictogramHelp";
|
|
47
|
-
import PictogramITWallet from "./svg/PictogramITWallet";
|
|
48
|
-
import PictogramFatalError from "./svg/PictogramFatalError";
|
|
49
71
|
import PictogramUpdateOS from "./svg/PictogramUpdateOS";
|
|
50
|
-
import
|
|
51
|
-
import PictogramIdentityRefresh from "./svg/PictogramIdentityRefresh";
|
|
52
|
-
import PictogramIdentity from "./svg/PictogramIdentity";
|
|
53
|
-
import PictogramAccessDenied from "./svg/PictogramAccessDenied";
|
|
54
|
-
import PictogramTime from "./svg/PictogramTime";
|
|
55
|
-
import PictogramStopSecurity from "./svg/PictogramStopSecurity";
|
|
56
|
-
import PictogramSecurity from "./svg/PictogramSecurity";
|
|
57
|
-
import PictogramPasscode from "./svg/PictogramPasscode";
|
|
58
|
-
import PictogramIdentityCheck from "./svg/PictogramIdentityCheck";
|
|
59
|
-
import PictogramCharity from "./svg/PictogramCharity";
|
|
60
|
-
import PictogramEmpty from "./svg/PictogramEmpty";
|
|
61
|
-
import PictogramCie from "./svg/PictogramCie";
|
|
62
|
-
import PictogramFeature from "./svg/PictogramFeature";
|
|
63
|
-
import PictogramNotification from "./svg/PictogramNotification";
|
|
64
|
-
import PictogramObjClock from "./svg/PictogramObjClock";
|
|
65
|
-
import PictogramObjIbanCard from "./svg/PictogramObjIbanCard";
|
|
66
|
-
import PictogramObjManual from "./svg/PictogramObjManual";
|
|
67
|
-
import PictogramObjTrash from "./svg/PictogramObjTrash";
|
|
68
|
-
import PictogramObjKey from "./svg/PictogramObjKey";
|
|
69
|
-
import PictogramObjFlyingMessage from "./svg/PictogramObjFlyingMessage";
|
|
70
|
-
import PictogramObjFollowMessage from "./svg/PictogramObjFollowMessage";
|
|
72
|
+
import PictogramUploadFile from "./svg/PictogramUploadFile";
|
|
71
73
|
/* Bleed Pictograms */
|
|
74
|
+
import PictogramActivate from "./svg/PictogramActivate";
|
|
75
|
+
import PictogramAttachment from "./svg/PictogramAttachment";
|
|
76
|
+
import PictogramBiometric from "./svg/PictogramBiometric";
|
|
77
|
+
import PictogramBleedAccessDenied from "./svg/PictogramBleedAccessDenied";
|
|
78
|
+
import PictogramBleedAttention from "./svg/PictogramBleedAttention";
|
|
79
|
+
import PictogramBleedCameraDenied from "./svg/PictogramBleedCameraDenied";
|
|
80
|
+
import PictogramBleedCameraRequest from "./svg/PictogramBleedCameraRequest";
|
|
81
|
+
import PictogramBleedCardAdd from "./svg/PictogramBleedCardAdd";
|
|
82
|
+
import PictogramBleedCardFavourite from "./svg/PictogramBleedCardFavourite";
|
|
83
|
+
import PictogramBleedCardIssue from "./svg/PictogramBleedCardIssue";
|
|
84
|
+
import PictogramBleedCardQuestion from "./svg/PictogramBleedCardQuestion";
|
|
72
85
|
import PictogramBleedCharity from "./svg/PictogramBleedCharity";
|
|
73
|
-
import PictogramBleedHelp from "./svg/PictogramBleedHelp";
|
|
74
|
-
import PictogramBleedITWallet from "./svg/PictogramBleedITWallet";
|
|
75
|
-
import PictogramBleedFeedback from "./svg/PictogramBleedFeedback";
|
|
76
|
-
import PictogramBleedSecurity from "./svg/PictogramBleedSecurity";
|
|
77
|
-
import PictogramBleedFeature from "./svg/PictogramBleedFeature";
|
|
78
86
|
import PictogramBleedCie from "./svg/PictogramBleedCie";
|
|
79
|
-
import
|
|
80
|
-
import PictogramBleedCameraDenied from "./svg/PictogramBleedCameraDenied";
|
|
81
|
-
import PictogramBleedNotification from "./svg/PictogramBleedNotification";
|
|
82
|
-
import PictogramStar from "./svg/PictogramStar";
|
|
83
|
-
import PictogramBleedStar from "./svg/PictogramBleedStar";
|
|
87
|
+
import PictogramBleedDoc from "./svg/PictogramBleedDoc";
|
|
84
88
|
import PictogramBleedEmpty from "./svg/PictogramBleedEmpty";
|
|
85
|
-
import
|
|
86
|
-
import PictogramBleedSuccess from "./svg/PictogramBleedSuccess";
|
|
89
|
+
import PictogramBleedEnded from "./svg/PictogramBleedEnded";
|
|
87
90
|
import PictogramBleedFatalError from "./svg/PictogramBleedFatalError";
|
|
91
|
+
import PictogramBleedFeature from "./svg/PictogramBleedFeature";
|
|
92
|
+
import PictogramBleedFeedback from "./svg/PictogramBleedFeedback";
|
|
93
|
+
import PictogramBleedHelp from "./svg/PictogramBleedHelp";
|
|
94
|
+
import PictogramBleedITWallet from "./svg/PictogramBleedITWallet";
|
|
95
|
+
import PictogramBleedIdea from "./svg/PictogramBleedIdea";
|
|
88
96
|
import PictogramBleedIdentity from "./svg/PictogramBleedIdentity";
|
|
89
97
|
import PictogramBleedIdentityAdd from "./svg/PictogramBleedIdentityAdd";
|
|
90
98
|
import PictogramBleedIdentityCheck from "./svg/PictogramBleedIdentityCheck";
|
|
91
99
|
import PictogramBleedIdentityRefresh from "./svg/PictogramBleedIdentityRefresh";
|
|
92
|
-
import
|
|
100
|
+
import PictogramBleedLostConnection from "./svg/PictogramBleedLostConnection";
|
|
101
|
+
import PictogramBleedMessage from "./svg/PictogramBleedMessage";
|
|
102
|
+
import PictogramBleedNotification from "./svg/PictogramBleedNotification";
|
|
103
|
+
import PictogramBleedPasscode from "./svg/PictogramBleedPasscode";
|
|
104
|
+
import PictogramBleedPending from "./svg/PictogramBleedPending";
|
|
105
|
+
import PictogramBleedQrCode from "./svg/PictogramBleedQrCode";
|
|
106
|
+
import PictogramBleedSearch from "./svg/PictogramBleedSearch";
|
|
107
|
+
import PictogramBleedSecurity from "./svg/PictogramBleedSecurity";
|
|
108
|
+
import PictogramBleedStar from "./svg/PictogramBleedStar";
|
|
93
109
|
import PictogramBleedStopSecurity from "./svg/PictogramBleedStopSecurity";
|
|
110
|
+
import PictogramBleedSuccess from "./svg/PictogramBleedSuccess";
|
|
94
111
|
import PictogramBleedTime from "./svg/PictogramBleedTime";
|
|
95
|
-
import PictogramBleedPasscode from "./svg/PictogramBleedPasscode";
|
|
96
|
-
import PictogramTiming from "./svg/PictogramTiming";
|
|
97
112
|
import PictogramBleedTiming from "./svg/PictogramBleedTiming";
|
|
113
|
+
import PictogramCardAdd from "./svg/PictogramCardAdd";
|
|
114
|
+
import PictogramCardFavourite from "./svg/PictogramCardFavourite";
|
|
98
115
|
import PictogramCardIssue from "./svg/PictogramCardIssue";
|
|
99
116
|
import PictogramCardQuestion from "./svg/PictogramCardQuestion";
|
|
100
|
-
import PictogramCardFavourite from "./svg/PictogramCardFavourite";
|
|
101
|
-
import PictogramCardAdd from "./svg/PictogramCardAdd";
|
|
102
|
-
import PictogramBleedCardAdd from "./svg/PictogramBleedCardAdd";
|
|
103
|
-
import PictogramBleedCardFavourite from "./svg/PictogramBleedCardFavourite";
|
|
104
|
-
import PictogramBleedCardQuestion from "./svg/PictogramBleedCardQuestion";
|
|
105
|
-
import PictogramBleedCardIssue from "./svg/PictogramBleedCardIssue";
|
|
106
|
-
import PictogramSearchLens from "./svg/PictogramSearchLens";
|
|
107
|
-
import PictogramBleedSearch from "./svg/PictogramBleedSearch";
|
|
108
|
-
import PictogramBleedDoc from "./svg/PictogramBleedDoc";
|
|
109
117
|
import PictogramDoc from "./svg/PictogramDoc";
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
118
|
+
import PictogramEmailDotCheck from "./svg/PictogramEmailDotCheck";
|
|
119
|
+
import PictogramEmailDotNotif from "./svg/PictogramEmailDotNotif";
|
|
120
|
+
import PictogramEnded from "./svg/PictogramEnded";
|
|
121
|
+
import PictogramEventClose from "./svg/PictogramEventClose";
|
|
114
122
|
import PictogramIdea from "./svg/PictogramIdea";
|
|
115
|
-
import
|
|
123
|
+
import PictogramLostConnection from "./svg/PictogramLostConnection";
|
|
124
|
+
import PictogramMessage from "./svg/PictogramMessage";
|
|
116
125
|
import PictogramMoneyCheck from "./svg/PictogramMoneyCheck";
|
|
117
|
-
import PictogramReactivate from "./svg/PictogramReactivate";
|
|
118
|
-
import PictogramActivate from "./svg/PictogramActivate";
|
|
119
126
|
import PictogramNFCScanAndroid from "./svg/PictogramNFCScanAndroid";
|
|
120
127
|
import PictogramNFCScaniOS from "./svg/PictogramNFCScaniOS";
|
|
121
|
-
import
|
|
122
|
-
import PictogramLostConnection from "./svg/PictogramLostConnection";
|
|
128
|
+
import PictogramPending from "./svg/PictogramPending";
|
|
123
129
|
import PictogramQrCode from "./svg/PictogramQrCode";
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import
|
|
127
|
-
import
|
|
128
|
-
import PictogramBleedLostConnection from "./svg/PictogramBleedLostConnection";
|
|
129
|
-
import PictogramEnded from "./svg/PictogramEnded";
|
|
130
|
-
import PictogramBleedEnded from "./svg/PictogramBleedEnded";
|
|
130
|
+
import PictogramReactivate from "./svg/PictogramReactivate";
|
|
131
|
+
import PictogramSearchLens from "./svg/PictogramSearchLens";
|
|
132
|
+
import PictogramStar from "./svg/PictogramStar";
|
|
133
|
+
import PictogramTiming from "./svg/PictogramTiming";
|
|
131
134
|
|
|
132
135
|
export const IOPictograms = {
|
|
133
136
|
// Start legacy pictograms //
|
|
@@ -209,6 +212,9 @@ export const IOPictograms = {
|
|
|
209
212
|
emailDotNotif: PictogramEmailDotNotif,
|
|
210
213
|
emailDotCheck: PictogramEmailDotCheck,
|
|
211
214
|
biometric: PictogramBiometric,
|
|
215
|
+
eventClose: PictogramEventClose,
|
|
216
|
+
hello: PictogramHello,
|
|
217
|
+
comunicationProblem: PictogramComunicationProblem,
|
|
212
218
|
// Start Objects Pictogram
|
|
213
219
|
ibanCard: PictogramObjIbanCard,
|
|
214
220
|
followMessage: PictogramObjFollowMessage,
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, Path } from "react-native-svg";
|
|
3
|
+
import { SVGPictogramProps } from "../Pictogram";
|
|
4
|
+
|
|
5
|
+
const PictogramComunicationProblem = ({
|
|
6
|
+
size,
|
|
7
|
+
colorValues,
|
|
8
|
+
...props
|
|
9
|
+
}: SVGPictogramProps) => (
|
|
10
|
+
<Svg width={size} height={size} viewBox="0 0 240 240" {...props}>
|
|
11
|
+
<Path
|
|
12
|
+
d="M176.99 121.75L176.44 117.27L172.07 117.8L172.99 125.34C174.47 123.79 175.91 122.58 176.99 121.76V121.75Z"
|
|
13
|
+
fill={colorValues.hands}
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
d="M153.72 158.8C156.62 163.52 159.63 168.41 167.72 175.69L170.67 172.42C163.05 165.56 160.34 161.16 157.48 156.49C154.97 152.4 152.37 148.17 146.55 142.18C145.54 143.23 144.52 144.28 143.48 145.34C148.89 150.93 151.35 154.93 153.73 158.79L153.72 158.8Z"
|
|
17
|
+
fill={colorValues.hands}
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M165.879 101.9L166.019 102.14C167.969 98 173.489 94.2 183.549 90.03C186.189 88.94 188.649 88.57 190.909 88.89C196.019 80.64 198.889 74.82 198.889 74.82C213.739 60.08 208.539 43.32 208.539 43.32C206.109 33.27 192.999 27.7 192.999 27.7C192.999 27.7 171.449 17.65 160.269 46.27C149.089 74.89 162.799 75.98 162.799 75.98C166.359 76.73 164.539 81.24 164.539 81.24C163.839 83.52 161.099 87.8 157.469 92.83C157.889 93.03 158.309 93.23 158.739 93.46C162.129 95.31 164.299 99.11 165.889 101.89L165.879 101.9ZM179.839 70.8C188.489 66.69 193.829 60.97 195.689 53.79C197.069 48.5 195.959 44.42 195.949 44.38C195.729 43.58 196.189 42.75 196.989 42.53C197.779 42.31 198.609 42.77 198.839 43.57C198.889 43.76 203.889 62.7 181.129 73.51C180.919 73.61 180.699 73.66 180.489 73.66C179.929 73.66 179.389 73.34 179.129 72.8C178.769 72.05 179.089 71.16 179.839 70.8Z"
|
|
21
|
+
fill={colorValues.main}
|
|
22
|
+
/>
|
|
23
|
+
<Path
|
|
24
|
+
d="M144.03 150.22C149.69 146.71 154.89 142.51 159.54 137.75C165.1 132.05 168.75 128.41 168.75 128.41C172.19 125.17 180.35 114.8 183.39 111.28C181.82 111 169.71 113.28 168.75 112.52C168.28 113.52 167.54 114.53 166.39 115.53C164.25 117.39 162.18 117.91 160.14 117.55C160.47 118.49 160.68 119.43 160.76 120.35C160.96 122.68 160.25 124.79 158.72 126.47C157.26 128.08 155.31 128.92 153.13 128.89C151.8 128.88 150.42 128.54 149.05 128C150.43 130.19 151.16 132.19 150.83 134.27C150.49 136.46 149.07 138.33 146.35 140.14C145.47 140.73 144.5 140.99 143.47 140.99C137.53 140.99 129.77 132.36 127.17 129.26C123.19 132.46 121.03 133.68 119.85 131.54C117.6 127.48 111.06 126.94 111.06 126.94C100.27 125.39 94.6701 128.35 94.6701 128.35C89.3501 130.58 85.8601 132.93 82.6301 135.63C68.8701 147.15 73.1101 169.7 90.3001 174.86C90.3901 174.89 90.4601 174.91 90.5001 174.93C114.21 181.33 122.2 163.11 122.2 163.11C122.2 163.11 134.34 156.19 144.01 150.2L144.03 150.22ZM119.25 145.43C119.05 146.16 114.13 163.36 89.7601 165.5C89.7201 165.5 89.6701 165.5 89.6301 165.5C88.8601 165.5 88.2101 164.91 88.1401 164.13C88.0701 163.3 88.6801 162.58 89.5001 162.51C111.81 160.55 116.31 144.8 116.36 144.64C116.58 143.84 117.4 143.37 118.2 143.58C119 143.8 119.47 144.62 119.26 145.42L119.25 145.43Z"
|
|
25
|
+
fill={colorValues.main}
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M180.481 73.65C180.701 73.65 180.911 73.6 181.121 73.5C203.881 62.69 198.881 43.75 198.831 43.56C198.611 42.76 197.771 42.29 196.981 42.52C196.181 42.74 195.721 43.57 195.941 44.37C195.951 44.41 197.061 48.49 195.681 53.78C193.821 60.96 188.481 66.68 179.831 70.79C179.081 71.15 178.761 72.04 179.121 72.79C179.381 73.33 179.911 73.65 180.481 73.65Z"
|
|
29
|
+
fill={colorValues.secondary}
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
d="M118.19 143.59C117.39 143.38 116.57 143.85 116.35 144.65C116.31 144.81 111.8 160.56 89.4901 162.52C88.6601 162.59 88.0501 163.32 88.1301 164.14C88.2001 164.92 88.8501 165.51 89.6201 165.51C89.6601 165.51 89.7101 165.51 89.7501 165.51C114.13 163.37 119.04 146.17 119.24 145.44C119.46 144.64 118.98 143.82 118.18 143.6L118.19 143.59Z"
|
|
33
|
+
fill={colorValues.secondary}
|
|
34
|
+
/>
|
|
35
|
+
<Path
|
|
36
|
+
d="M183.36 111.91C188.25 109.56 192.3 106.32 192.47 106.18L189.71 102.75C187.18 104.78 181.02 108.91 176.18 109.79C175 111.26 173.77 112.72 172.52 114.18C175.11 114.64 178.61 114.19 183.36 111.91Z"
|
|
37
|
+
fill={colorValues.hands}
|
|
38
|
+
/>
|
|
39
|
+
<Path
|
|
40
|
+
d="M193.051 119.07C193.491 117.62 194.771 116.17 196.121 114.63C199.231 111.1 203.481 106.26 200.371 97.56C200.151 96.84 198.481 91.97 193.951 89.79C192.991 89.33 191.971 89.04 190.911 88.89C190.051 90.28 189.121 91.75 188.131 93.26C189.581 93.05 190.881 93.21 192.021 93.74C195.021 95.17 196.161 98.83 196.171 98.86C196.181 98.9 196.201 98.95 196.211 98.99C198.471 105.28 195.851 108.26 192.811 111.71C191.211 113.53 189.551 115.42 188.841 117.78C186.101 126.82 191.931 143.53 206.121 154.76L208.851 151.31C195.571 140.8 191.081 125.57 193.051 119.06V119.07Z"
|
|
41
|
+
fill={colorValues.hands}
|
|
42
|
+
/>
|
|
43
|
+
<Path
|
|
44
|
+
d="M183.55 90.03C173.49 94.2 167.97 97.99 166.02 102.14L166.22 102.49C166.38 102.77 166.61 103.1 166.86 103.45C168.06 105.17 170.53 108.72 168.75 112.52C169.71 113.28 170.94 113.9 172.51 114.19C173.77 112.73 174.99 111.27 176.17 109.8C173.98 110.2 172.06 109.93 170.87 108.49C169.43 106.74 169.51 105.55 169.69 104.81C170.48 101.65 175.7 98.05 185.22 94.11C186.24 93.69 187.21 93.41 188.12 93.28C189.11 91.76 190.04 90.3 190.9 88.91C188.64 88.59 186.18 88.96 183.54 90.05L183.55 90.03Z"
|
|
45
|
+
fill={colorValues.hands}
|
|
46
|
+
/>
|
|
47
|
+
<Path
|
|
48
|
+
d="M179.92 122.35L181.1 124.21L179.92 122.35Z"
|
|
49
|
+
fill={colorValues.hands}
|
|
50
|
+
/>
|
|
51
|
+
<Path
|
|
52
|
+
d="M178.73 120.5C178.61 120.57 177.95 121.01 176.98 121.75L177.36 124.88L172.99 125.41V125.34C169.43 129.05 165.69 134.66 166.5 141.37L170.87 140.84C169.76 131.61 180.95 124.31 181.09 124.21L179.91 122.35L178.73 120.49V120.5Z"
|
|
53
|
+
fill={colorValues.hands}
|
|
54
|
+
/>
|
|
55
|
+
<Path
|
|
56
|
+
d="M177.37 124.87L176.99 121.74C175.92 122.57 174.47 123.78 172.99 125.32V125.39L177.37 124.86V124.87Z"
|
|
57
|
+
fill={colorValues.hands}
|
|
58
|
+
/>
|
|
59
|
+
<Path
|
|
60
|
+
d="M130.411 126.33C130.231 126.09 130.051 125.86 129.891 125.64C129.691 125.35 129.551 125.05 129.491 124.72C129.351 124 129.471 122.02 130.731 120.49C131.871 119.11 133.721 118.37 136.221 118.29C136.391 118.54 136.561 118.77 136.741 119.01C137.671 117.91 138.661 116.72 139.711 115.45C139.531 115.25 139.351 115.06 139.191 114.87C139.111 114.78 139.031 114.7 138.941 114.63C139.161 112.24 140.221 107.45 145.211 106.13C145.621 106.5 146.011 106.86 146.401 107.23C147.331 106.07 148.271 104.89 149.201 103.7C148.651 103.23 148.211 102.87 147.961 102.67C148.011 100.57 148.551 97.27 150.251 96.19C151.421 95.45 153.151 95.8 154.781 96.45C155.711 95.21 156.601 94 157.451 92.82C153.601 91.01 150.381 90.88 147.891 92.47C144.451 94.66 143.711 99.33 143.591 102C137.221 103.92 134.991 109.76 134.571 114C130.771 114.48 128.571 116.2 127.341 117.68C124.981 120.54 124.871 123.97 125.171 125.54C125.351 126.48 125.731 127.36 126.291 128.16C126.311 128.19 126.631 128.6 127.181 129.26C128.261 128.39 129.361 127.4 130.401 126.32L130.411 126.33Z"
|
|
61
|
+
fill={colorValues.hands}
|
|
62
|
+
/>
|
|
63
|
+
<Path
|
|
64
|
+
d="M143.489 141C144.519 141 145.489 140.74 146.369 140.15C149.089 138.33 150.509 136.46 150.849 134.28C151.169 132.19 150.439 130.2 149.069 128.01C150.439 128.55 151.819 128.88 153.149 128.9C155.339 128.93 157.279 128.09 158.739 126.48C160.269 124.8 160.969 122.69 160.779 120.36C160.699 119.43 160.479 118.49 160.159 117.56C162.199 117.91 164.269 117.4 166.409 115.54C167.559 114.54 168.299 113.53 168.769 112.53C168.279 112.14 167.859 111.73 167.499 111.29C165.499 108.86 164.809 106.32 165.449 103.74C165.579 103.2 165.779 102.67 166.029 102.15L165.889 101.91C164.309 99.13 162.139 95.33 158.739 93.48C158.309 93.24 157.889 93.04 157.469 92.85C156.619 94.02 155.729 95.24 154.799 96.48C155.439 96.74 156.069 97.04 156.639 97.35C158.939 98.6 160.749 101.78 162.069 104.1L162.409 104.7C162.649 105.12 162.949 105.54 163.259 105.99C165.209 108.78 165.829 110.22 163.509 112.23C161.269 114.18 159.369 113.35 154.539 108.88C152.549 106.66 150.539 104.85 149.219 103.72C148.289 104.9 147.349 106.08 146.419 107.25C147.419 108.18 148.399 109.11 149.329 110.01C149.999 110.66 150.669 111.3 151.329 111.92C153.879 114.76 156.159 118.05 156.389 120.75C156.479 121.87 156.199 122.76 155.479 123.54C154.849 124.23 154.199 124.54 153.189 124.52C149.299 124.48 143.099 119.17 139.719 115.46C138.669 116.73 137.679 117.92 136.749 119.02C138.449 121.4 140.079 123.46 141.549 125.3C144.469 128.96 146.769 131.86 146.499 133.62C146.369 134.48 145.499 135.46 143.919 136.51C142.019 137.78 134.019 131.02 130.419 126.34C129.369 127.42 128.279 128.41 127.199 129.28C129.789 132.38 137.559 141.01 143.499 141.01L143.489 141Z"
|
|
65
|
+
fill={colorValues.hands}
|
|
66
|
+
/>
|
|
67
|
+
<Path
|
|
68
|
+
d="M167.49 111.28C167.85 111.71 168.27 112.13 168.76 112.52C170.53 108.72 168.07 105.17 166.87 103.45C166.62 103.09 166.39 102.77 166.23 102.49L166.03 102.14C165.78 102.67 165.58 103.2 165.45 103.73C164.81 106.31 165.5 108.85 167.5 111.28H167.49Z"
|
|
69
|
+
fill={colorValues.hands}
|
|
70
|
+
/>
|
|
71
|
+
<Path
|
|
72
|
+
d="M63.0998 184.68C62.8498 184.68 62.5998 184.62 62.3598 184.48L45.3598 174.84C44.6398 174.43 44.3898 173.52 44.7898 172.8C45.1998 172.08 46.1198 171.83 46.8298 172.23L63.8298 181.87C64.5498 182.28 64.7998 183.19 64.3998 183.91C64.1198 184.4 63.6198 184.67 63.0898 184.67L63.0998 184.68Z"
|
|
73
|
+
fill={colorValues.secondary}
|
|
74
|
+
/>
|
|
75
|
+
<Path
|
|
76
|
+
d="M48.4204 215.54C47.9904 215.54 47.5704 215.36 47.2704 215C46.7404 214.37 46.8204 213.42 47.4504 212.89L67.0704 196.41C67.7004 195.88 68.6504 195.96 69.1804 196.59C69.7104 197.22 69.6304 198.17 69.0004 198.7L49.3804 215.18C49.1004 215.42 48.7604 215.53 48.4204 215.53V215.54Z"
|
|
77
|
+
fill={colorValues.secondary}
|
|
78
|
+
/>
|
|
79
|
+
<Path
|
|
80
|
+
d="M32.5001 192.78C31.6801 192.78 31.0201 192.13 31.0001 191.31C30.9901 190.48 31.6401 189.8 32.4701 189.78L61.7601 189.26H61.7901C62.6101 189.26 63.2701 189.91 63.2901 190.73C63.3001 191.56 62.6501 192.24 61.8201 192.26L32.5301 192.78H32.5001Z"
|
|
81
|
+
fill={colorValues.secondary}
|
|
82
|
+
/>
|
|
83
|
+
<Path
|
|
84
|
+
d="M71.5586 192.67V192.71C71.5586 192.71 71.5786 192.71 71.5886 192.71L71.5586 192.67Z"
|
|
85
|
+
fill={colorValues.main}
|
|
86
|
+
/>
|
|
87
|
+
<Path
|
|
88
|
+
d="M90.7491 172.96C90.5991 173.41 86.9991 183.57 73.2091 185.5L75.5691 186.76L71.2891 188.87V188.91H77.3291L71.8891 190.72L74.8791 191.46L74.3491 192.4C92.4691 189.81 97.2091 175.74 97.4091 175.11L90.7491 172.95V172.96Z"
|
|
89
|
+
fill={colorValues.main}
|
|
90
|
+
/>
|
|
91
|
+
</Svg>
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
export default PictogramComunicationProblem;
|