diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db8fab8732..2104a53c6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.82.0-rc.0](https://github.com/pagopa/io-app/compare/2.81.0-rc.8...2.82.0-rc.0) (2025-01-29) + + +### Features + +* **IT Wallet:** [[SIW-2004](https://pagopa.atlassian.net/browse/SIW-2004)] update mdl banner copy ([#6644](https://github.com/pagopa/io-app/issues/6644)) ([32b1437](https://github.com/pagopa/io-app/commit/32b14378678ace8258bd772344984e491e1ec020)) +* **ITWallet:** [[SIW-1455](https://pagopa.atlassian.net/browse/SIW-1455)] Reissuing expired or expiring eID ([#6580](https://github.com/pagopa/io-app/issues/6580)) ([e86dd6c](https://github.com/pagopa/io-app/commit/e86dd6cc3ce3f21776ae49c890e059f0256de2be)) + + +### Bug Fixes + +* **Payments:** [[IOBP-1153](https://pagopa.atlassian.net/browse/IOBP-1153),[IOBP-1154](https://pagopa.atlassian.net/browse/IOBP-1154)] Payments mixpanel properties mapping ([#6637](https://github.com/pagopa/io-app/issues/6637)) ([e40b910](https://github.com/pagopa/io-app/commit/e40b91028db1e483499e72d7dd48eab413fb6c0b)) + + +### Chores + +* **Cross:** [[IOAPPX-471](https://pagopa.atlassian.net/browse/IOAPPX-471)] Add `prepare` to `setup` script ([#6640](https://github.com/pagopa/io-app/issues/6640)) ([692bf16](https://github.com/pagopa/io-app/commit/692bf162967675f6d75108c130ef4bfcbe50c994)) +* [[IOAPPX-474](https://pagopa.atlassian.net/browse/IOAPPX-474)] Add haptic feedback to the main cards in the `Services` section ([#6646](https://github.com/pagopa/io-app/issues/6646)) ([c36ad2f](https://github.com/pagopa/io-app/commit/c36ad2f1f2292e4ecd6998acd36da8be4c7573f9)) +* [[IOPID-2615](https://pagopa.atlassian.net/browse/IOPID-2615)] Add specific action to clear the session state ([#6615](https://github.com/pagopa/io-app/issues/6615)) ([47e46f3](https://github.com/pagopa/io-app/commit/47e46f346a6820261588240fc3bb860b35dd38b8)) +* **CDC:** [[IOBP-1010](https://pagopa.atlassian.net/browse/IOBP-1010)] Remove CDC Bonus files and related functions ([#6630](https://github.com/pagopa/io-app/issues/6630)) ([08fbb60](https://github.com/pagopa/io-app/commit/08fbb60cc6f349850786a04b2f4ecd9b21c25cb2)) +* **cross:** [[SIW-1978](https://pagopa.atlassian.net/browse/SIW-1978)] Update `@pagopa/io-app-design-system` to 4.3.2 ([#6633](https://github.com/pagopa/io-app/issues/6633)) ([0aed07e](https://github.com/pagopa/io-app/commit/0aed07ed644528a66285247bafa783c89c090791)) +* **IT Wallet:** [[SIW-1975](https://pagopa.atlassian.net/browse/SIW-1975)] Request app review after first viewing of driving license detail screen ([#6623](https://github.com/pagopa/io-app/issues/6623)) ([7132e67](https://github.com/pagopa/io-app/commit/7132e67c3e5672396004f262eb9b4dd25df43c26)) +* **IT Wallet:** [[SIW-1996](https://pagopa.atlassian.net/browse/SIW-1996)] Bypass the screen capture block in dev mode ([#6639](https://github.com/pagopa/io-app/issues/6639)) ([e18b6d2](https://github.com/pagopa/io-app/commit/e18b6d21887fd9bbbd41c71982ef9170c06cb18f)) + ## [2.81.0-rc.8](https://github.com/pagopa/io-app/compare/2.81.0-rc.7...2.81.0-rc.8) (2025-01-23) diff --git a/README.md b/README.md index a8e28c60403..cc2b38a5051 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ $ bundle install # Install dependencies # Run this only during the first setup and when JS dependencies change -$ yarn install +$ yarn && yarn setup # Install podfiles when targeting iOS (ignore this step for Android) # Run this only during the first setup and when Pods dependencies change diff --git a/android/app/build.gradle b/android/app/build.gradle index fa2353061af..839128971fa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -119,8 +119,8 @@ android { applicationId "it.pagopa.io.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100154914 - versionName "2.81.0.8" + versionCode 100154915 + versionName "2.82.0.0" multiDexEnabled true // The resConfigs attribute will remove all not required localized resources while building the application, // including the localized resources from libraries. diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj index 5eac92480e3..91a8119ab6a 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -802,7 +802,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -839,7 +839,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -1081,7 +1081,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 0; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = M2X5YQ4BJ7; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index d2e7757e28e..0b43d233f67 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.81.0 + 2.82.0 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 8 + 0 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index cc2789aaa58..642b4b19c85 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.81.0 + 2.82.0 CFBundleSignature ???? CFBundleVersion - 8 + 0 \ No newline at end of file diff --git a/locales/en/index.yml b/locales/en/index.yml index bcb75ae1e64..573ecc3d19d 100644 --- a/locales/en/index.yml +++ b/locales/en/index.yml @@ -3439,7 +3439,7 @@ features: alerts: statusAction: Cosa posso fare? mdl: - content: "Puoi usare la tua Patente su IO solo in Italia per dimostrare di essere abilitato alla guida in caso di controlli delle Forze dell'ordine." + content: "Puoi usare la tua Patente su IO solo in Italia esclusivamente per dimostrare l'abilitazione alla guida in caso di controlli delle Forze dell'ordine." ehc: content: "Puoi usare la tua Tessera Sanitaria - Tessera europea di assicurazione malattia su IO per accedere alle prestazioni fornite dal Servizio Sanitario Nazionale." edc: diff --git a/locales/it/index.yml b/locales/it/index.yml index 6d480c00530..7e2c24f382a 100644 --- a/locales/it/index.yml +++ b/locales/it/index.yml @@ -3439,7 +3439,7 @@ features: alerts: statusAction: Cosa posso fare? mdl: - content: "Puoi usare la tua Patente su IO solo in Italia per dimostrare di essere abilitato alla guida in caso di controlli delle Forze dell'ordine." + content: "Puoi usare la tua Patente su IO solo in Italia esclusivamente per dimostrare l'abilitazione alla guida in caso di controlli delle Forze dell'ordine." ehc: content: "Puoi usare la tua Tessera Sanitaria - Tessera europea di assicurazione malattia su IO per accedere alle prestazioni fornite dal Servizio Sanitario Nazionale." edc: diff --git a/package.json b/package.json index 59c1d68e516..de3324cdced 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "italia-app", - "version": "2.81.0-rc.8", + "version": "2.82.0-rc.0", "private": true, "scripts": { "start": "react-native start", - "setup": "yarn install && yarn postinstall", + "setup": "yarn install && yarn postinstall && yarn prepare", "sync": "yarn setup && bundle && (cd ios && bundle exec pod install) && yarn generate", "run-ios": "react-native run-ios", "run-android": "react-native run-android", @@ -57,7 +57,7 @@ "@babel/plugin-transform-private-property-in-object": "^7.25.9", "@babel/plugin-transform-react-jsx": "^7.25.9", "@gorhom/bottom-sheet": "^4.1.5", - "@pagopa/io-app-design-system": "4.3.2", + "@pagopa/io-app-design-system": "4.4.6", "@pagopa/io-pagopa-commons": "^3.1.0", "@pagopa/io-react-native-cieid": "^0.3.5", "@pagopa/io-react-native-crypto": "^1.0.1", @@ -256,8 +256,8 @@ "react-native-get-random-values": "^1.11.0", "react-native-svg-transformer": "^0.14.3", "react-test-renderer": "18.3.1", - "reactotron-react-native": "^5.1.10", - "reactotron-redux": "^3.1.10", + "reactotron-react-native": "^5.1.12", + "reactotron-redux": "^3.1.11", "redux-mock-store": "^1.5.4", "redux-saga-test-plan": "4.0.3", "rn-nodeify": "^10.0.1", diff --git a/publiccode.yml b/publiccode.yml index 9fe8aa6953a..02459bc794b 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -9,7 +9,7 @@ releaseDate: "2024-11-21" url: "https://github.com/pagopa/io-app" applicationSuite: IO landingURL: "https://io.italia.it/" -softwareVersion: 2.81.0-rc.8 +softwareVersion: 2.82.0-rc.0 developmentStatus: beta softwareType: standalone/mobile roadmap: "https://io.italia.it/" diff --git a/scripts/generate-api-models.sh b/scripts/generate-api-models.sh index 1cf8167f19d..a0d9b540c6a 100755 --- a/scripts/generate-api-models.sh +++ b/scripts/generate-api-models.sh @@ -1,6 +1,6 @@ #!/bin/bash -IO_BACKEND_VERSION=v16.7.3-RELEASE +IO_BACKEND_VERSION=v16.7.4-RELEASE # need to change after merge on io-services-metadata IO_SERVICES_METADATA_VERSION=1.0.56 diff --git a/ts/components/__tests__/__snapshots__/IOMarkdown.test.tsx.snap b/ts/components/__tests__/__snapshots__/IOMarkdown.test.tsx.snap index 09fa05dd049..88fbf52fb55 100644 --- a/ts/components/__tests__/__snapshots__/IOMarkdown.test.tsx.snap +++ b/ts/components/__tests__/__snapshots__/IOMarkdown.test.tsx.snap @@ -3,9 +3,9 @@ exports[`IOMarkdown Should match snapshot 1`] = ` ( - - -

- {title} -

-
- {description && ( - { + const { isDeviceScreenSmall } = useDetectSmallScreen(); + + return ( + +

- {description} - - )} - - - - ) + {title} +

+ {description && ( + + {description} + + )} + + {/* Decrease the margin when the device screen is smaller. + The best way should be refactoring the entire screen using flex logic */} + {isDeviceScreenSmall ? : } + + +
+ ); + } ); diff --git a/ts/components/screens/PinCreation/PinCreation.tsx b/ts/components/screens/PinCreation/PinCreation.tsx index 5a1727cbdd7..4a2e3a7f9ec 100644 --- a/ts/components/screens/PinCreation/PinCreation.tsx +++ b/ts/components/screens/PinCreation/PinCreation.tsx @@ -10,11 +10,15 @@ import { } from "@pagopa/io-app-design-system"; import { Millisecond } from "@pagopa/ts-commons/lib/units"; import { useCallback, useRef, useState } from "react"; -import { View, Alert as NativeAlert, Dimensions, Platform } from "react-native"; +import { Alert as NativeAlert, View } from "react-native"; import { FlatList } from "react-native-gesture-handler"; import { defaultPin } from "../../../config"; import { isValidPinNumber } from "../../../features/fastLogin/utils/pinPolicy"; +import { useCreatePin } from "../../../hooks/useCreatePin"; +import { useDetectSmallScreen } from "../../../hooks/useDetectSmallScreen"; +import { useHeaderSecondLevel } from "../../../hooks/useHeaderSecondLevel"; import I18n from "../../../i18n"; +import { useIONavigation } from "../../../navigation/params/AppParamsList"; import { trackPinError, trackPinScreen @@ -22,20 +26,17 @@ import { import { useIOSelector } from "../../../store/hooks"; import { isProfileFirstOnBoardingSelector } from "../../../store/reducers/profile"; import { PinString } from "../../../types/PinString"; +import { setAccessibilityFocus } from "../../../utils/accessibility"; import { getFlowType } from "../../../utils/analytics"; +import { PIN_LENGTH_SIX } from "../../../utils/constants"; import { isDevEnv } from "../../../utils/environment"; -import { useCreatePin } from "../../../hooks/useCreatePin"; -import { Carousel } from "../../Carousel"; -import { useHeaderSecondLevel } from "../../../hooks/useHeaderSecondLevel"; import { useOnboardingAbortAlert } from "../../../utils/hooks/useOnboardingAbortAlert"; -import { useIONavigation } from "../../../navigation/params/AppParamsList"; -import { setAccessibilityFocus } from "../../../utils/accessibility"; import { useOnFirstRender } from "../../../utils/hooks/useOnFirstRender"; -import { ContextualHelpPropsMarkdown } from "../BaseScreenComponent"; -import { PIN_LENGTH_SIX } from "../../../utils/constants"; import { usePreventScreenCapture } from "../../../utils/hooks/usePreventScreenCapture"; -import usePinValidationBottomSheet from "./usePinValidationBottomSheet"; +import { Carousel } from "../../Carousel"; +import { ContextualHelpPropsMarkdown } from "../BaseScreenComponent"; import { PinCaouselItemProps, PinCarouselItem } from "./PinCarouselItem"; +import usePinValidationBottomSheet from "./usePinValidationBottomSheet"; const CREATION_INDEX = 0; const CONFIRMATION_INDEX = 1; @@ -70,7 +71,8 @@ export const PinCreation = ({ isOnboarding = false }: Props) => { const isFirstOnBoarding = useIOSelector(isProfileFirstOnBoardingSelector); const { present, bottomSheet } = usePinValidationBottomSheet(); const { showAlert } = useOnboardingAbortAlert(); - const MIN_HEIGHT_TO_SHOW_FULL_RENDER = 780; + + const { isDeviceScreenSmall } = useDetectSmallScreen(); useOnFirstRender(() => { trackPinScreen(getFlowType(isOnboarding, isFirstOnBoarding)); @@ -225,16 +227,11 @@ export const PinCreation = ({ isOnboarding = false }: Props) => { return ( - {/* - If the device height is less than MIN_HEIGHT_TO_SHOW_FULL_RENDER and the OS is - Android, then the pictogram will not be visible. - Otherwise, the pictogram will be visible. + If the device height is less than MIN_HEIGHT_TO_SHOW_FULL_RENDER, + then the pictogram will not be visible. */} - {!( - Dimensions.get("screen").height < MIN_HEIGHT_TO_SHOW_FULL_RENDER && - Platform.OS === "android" - ) && ( + {!isDeviceScreenSmall && ( diff --git a/ts/components/screens/__tests__/__snapshots__/LoadingScreenContent.test.tsx.snap b/ts/components/screens/__tests__/__snapshots__/LoadingScreenContent.test.tsx.snap index 00a2b2adfe3..c62dc3e9482 100644 --- a/ts/components/screens/__tests__/__snapshots__/LoadingScreenContent.test.tsx.snap +++ b/ts/components/screens/__tests__/__snapshots__/LoadingScreenContent.test.tsx.snap @@ -559,9 +559,9 @@ exports[`LoadingScreenContent should match the snapshot with title, a child, hea diff --git a/ts/components/ui/__test__/__snapshots__/IOScrollViewCentredContent.test.tsx.snap b/ts/components/ui/__test__/__snapshots__/IOScrollViewCentredContent.test.tsx.snap index 6100b96afa0..82840654f50 100644 --- a/ts/components/ui/__test__/__snapshots__/IOScrollViewCentredContent.test.tsx.snap +++ b/ts/components/ui/__test__/__snapshots__/IOScrollViewCentredContent.test.tsx.snap @@ -513,9 +513,9 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -865,7 +873,6 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -1787,7 +1805,6 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -2575,9 +2606,9 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -2927,7 +2966,6 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -3608,9 +3657,9 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -5464,9 +5528,9 @@ exports[`IOScrollViewCentredContent should match snapshot, with description, } > @@ -6394,9 +6468,9 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -6723,7 +6805,6 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -7622,7 +7714,6 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -8410,9 +8515,9 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -8739,7 +8852,6 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -9420,9 +9543,9 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > @@ -11230,9 +11368,9 @@ exports[`IOScrollViewCentredContent should match snapshot, without description, } > diff --git a/ts/components/ui/__test__/__snapshots__/IOScrollViewWithListItems.test.tsx.snap b/ts/components/ui/__test__/__snapshots__/IOScrollViewWithListItems.test.tsx.snap index ca11cc0f5a0..7b7442014e3 100644 --- a/ts/components/ui/__test__/__snapshots__/IOScrollViewWithListItems.test.tsx.snap +++ b/ts/components/ui/__test__/__snapshots__/IOScrollViewWithListItems.test.tsx.snap @@ -358,9 +358,9 @@ exports[`IOScrollViewWithListItems Rendering renders correctly with default prop >
{item.name}
+ {item.newDiscounts && ( diff --git a/ts/features/bonus/cgn/screens/merchants/CgnMerchantCategoriesListScreen.tsx b/ts/features/bonus/cgn/screens/merchants/CgnMerchantCategoriesListScreen.tsx index 8ca77a3dbd5..71fbcf10604 100644 --- a/ts/features/bonus/cgn/screens/merchants/CgnMerchantCategoriesListScreen.tsx +++ b/ts/features/bonus/cgn/screens/merchants/CgnMerchantCategoriesListScreen.tsx @@ -92,7 +92,13 @@ export const CgnMerchantCategoriesListScreen = () => { key={i} value={ countAvailable ? ( - +
{I18n.t(s.nameKey)}
diff --git a/ts/features/bonus/cgn/screens/merchants/CgnMerchantsListByCategory.tsx b/ts/features/bonus/cgn/screens/merchants/CgnMerchantsListByCategory.tsx index 4627381b8bb..34a0239060b 100644 --- a/ts/features/bonus/cgn/screens/merchants/CgnMerchantsListByCategory.tsx +++ b/ts/features/bonus/cgn/screens/merchants/CgnMerchantsListByCategory.tsx @@ -157,7 +157,7 @@ const CgnMerchantsListByCategory = () => { secondAction: { icon: "search", onPress() { - navigate("CGN_MERCHANTS_SEARCH"); + navigate(CGN_ROUTES.DETAILS.MERCHANTS.SEARCH); }, accessibilityLabel: I18n.t( "bonus.cgn.merchantSearch.goToSearchAccessibilityLabel" diff --git a/ts/features/cie/__tests__/__snapshots__/CieIdErrorScreen.test.tsx.snap b/ts/features/cie/__tests__/__snapshots__/CieIdErrorScreen.test.tsx.snap index e5dd874f689..441166c25e4 100644 --- a/ts/features/cie/__tests__/__snapshots__/CieIdErrorScreen.test.tsx.snap +++ b/ts/features/cie/__tests__/__snapshots__/CieIdErrorScreen.test.tsx.snap @@ -182,9 +182,9 @@ exports[`CieIdErrorScreen where device doesn't support NFC Should match the snap />
@@ -662,9 +672,9 @@ exports[`CieIdErrorScreen where device supports NFC Should match the snapshot 1` /> diff --git a/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalled.test.tsx.snap b/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalled.test.tsx.snap index 15e14b1ff5f..262fa9dd12b 100644 --- a/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalled.test.tsx.snap +++ b/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalled.test.tsx.snap @@ -168,9 +168,9 @@ exports[`CieIdNotInstalled Should match the snapshot 1`] = ` /> diff --git a/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalledScreen.test.tsx.snap b/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalledScreen.test.tsx.snap index eac19c5aeb6..1f85dc92688 100644 --- a/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalledScreen.test.tsx.snap +++ b/ts/features/cie/__tests__/__snapshots__/CieIdNotInstalledScreen.test.tsx.snap @@ -168,9 +168,9 @@ exports[`CieIdNotInstalledScreen Should match snapshot 1`] = ` /> diff --git a/ts/features/cie/__tests__/__snapshots__/wizards.test.tsx.snap b/ts/features/cie/__tests__/__snapshots__/wizards.test.tsx.snap index e7268bad652..0751df9c81e 100644 --- a/ts/features/cie/__tests__/__snapshots__/wizards.test.tsx.snap +++ b/ts/features/cie/__tests__/__snapshots__/wizards.test.tsx.snap @@ -37,9 +37,9 @@ exports[`CieIdWizard Should match the snapshot 1`] = ` @@ -414,7 +422,6 @@ To enter the IO app without physically using the Electronic Identity Card, you m } > @@ -610,9 +628,9 @@ exports[`CiePinWizard Should match the snapshot 1`] = ` @@ -794,9 +820,9 @@ exports[`CiePinWizard Should match the snapshot 1`] = ` @@ -1327,7 +1361,6 @@ exports[`CiePinWizard Should match the snapshot 1`] = ` } > @@ -1523,9 +1567,9 @@ exports[`IDActivationWizard Should match the snapshot 1`] = ` - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - + - + + - - - + } + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + diff --git a/ts/features/cieLogin/__tests__/__snapshots__/CieIdAuthUrlError.test.tsx.snap b/ts/features/cieLogin/__tests__/__snapshots__/CieIdAuthUrlError.test.tsx.snap index ef10c226c3e..e28c995cf04 100644 --- a/ts/features/cieLogin/__tests__/__snapshots__/CieIdAuthUrlError.test.tsx.snap +++ b/ts/features/cieLogin/__tests__/__snapshots__/CieIdAuthUrlError.test.tsx.snap @@ -168,9 +168,9 @@ exports[`CieIdAuthUrlError Should match the snapshot 1`] = ` /> { diff --git a/ts/features/design-system/core/DSListItems.tsx b/ts/features/design-system/core/DSListItems.tsx index e2aaabadd90..ebca07259ea 100644 --- a/ts/features/design-system/core/DSListItems.tsx +++ b/ts/features/design-system/core/DSListItems.tsx @@ -1,6 +1,8 @@ import { + Badge, Divider, H4, + H6, Icon, ListItemAction, ListItemHeader, @@ -14,7 +16,7 @@ import { useIOTheme } from "@pagopa/io-app-design-system"; import { Fragment } from "react"; -import { Alert } from "react-native"; +import { Alert, View } from "react-native"; import I18n from "../../../i18n"; import { DSComponentViewerBox } from "../components/DSComponentViewerBox"; @@ -104,11 +106,39 @@ const renderListItemNav = () => ( /> + +
Nome del valoreeeeee eeeeeeeeee
+ +
+ } + onPress={onButtonPress} + /> + + +
- diff --git a/ts/features/fims/history/components/__tests__/__snapshots__/FimsHistoryHeaderComponent.test.tsx.snap b/ts/features/fims/history/components/__tests__/__snapshots__/FimsHistoryHeaderComponent.test.tsx.snap index 27118ef7dc1..38ba75f5a23 100644 --- a/ts/features/fims/history/components/__tests__/__snapshots__/FimsHistoryHeaderComponent.test.tsx.snap +++ b/ts/features/fims/history/components/__tests__/__snapshots__/FimsHistoryHeaderComponent.test.tsx.snap @@ -336,9 +336,9 @@ exports[`FimsHistoryHeaderComponent should match snapshot 1`] = ` > { + const theme = useIOTheme(); const dispatch = useIODispatch(); const store = useIOStore(); const serviceId = consents.service_id as ServiceId; @@ -111,15 +114,19 @@ export const FimsFlowSuccessBody = ({ ]} > - + + {/* TODO: We need to add a variant of `Avatar` that + lets you set a custom icon with a custom colour. */} - + - - - +

{I18n.t("FIMS.consentsScreen.title")}

@@ -195,10 +202,14 @@ const generateBottomSheetProps = ( const styles = StyleSheet.create({ outlineContainer: { - padding: 6, borderWidth: 1, + padding: 8, + alignItems: "center", + justifyContent: "center", borderRadius: 8, - borderColor: hexToRgba(IOColors.black, 0.1) - }, - rowAlignCenter: { flexDirection: "row", alignItems: "center" } + borderColor: hexToRgba(IOColors.black, 0.1), + borderCurve: "continuous", + width: IOVisualCostants.avatarSizeSmall, + height: IOVisualCostants.avatarSizeSmall + } }); diff --git a/ts/features/idpay/configuration/screens/IbanOnboardingScreen.tsx b/ts/features/idpay/configuration/screens/IbanOnboardingScreen.tsx index 63a09fc2cde..c745d644268 100644 --- a/ts/features/idpay/configuration/screens/IbanOnboardingScreen.tsx +++ b/ts/features/idpay/configuration/screens/IbanOnboardingScreen.tsx @@ -100,7 +100,7 @@ export const IbanOnboardingScreen = () => { } ]} > - + {I18n.t("idpay.configuration.iban.onboarding.bottomLabel")} diff --git a/ts/features/idpay/wallet/components/__tests__/__snapshots__/IdPayCard.test.tsx.snap b/ts/features/idpay/wallet/components/__tests__/__snapshots__/IdPayCard.test.tsx.snap index 4748cfdddeb..ac799d40faf 100644 --- a/ts/features/idpay/wallet/components/__tests__/__snapshots__/IdPayCard.test.tsx.snap +++ b/ts/features/idpay/wallet/components/__tests__/__snapshots__/IdPayCard.test.tsx.snap @@ -44,10 +44,10 @@ exports[`IdPayCard should match the snapshot 1`] = ` } >
; - onClaimSelected?: (claim: ItwOptionalClaimItem, isSelected: boolean) => void; -}; - -/** - * Type for a claim item. - */ -export type ItwOptionalClaimItem = { - claim: string; - credential: string; -}; - -const VERTICAL_SPACING = 16; - -const HORIZONTAL_SPACING = 24; - -/** - * A component to render a list of optional claims with a checkbox. - * @param claims - the list of the optional claims - * @param onClaimSelected - the callback function to be called when a claim is selected - */ -export const ItwOptionalClaimsList = ({ claims, onClaimSelected }: Props) => { - const [selectedClaims, setSelectedClaims] = useState>( - new Array(claims.length).fill(false) - ); - - const checkBoxOnPress = (index: number) => { - if (onClaimSelected) { - onClaimSelected(claims[index], !selectedClaims[index]); - } - setSelectedClaims( - selectedClaims.map((value, i) => (i === index ? !value : value)) - ); - }; - - return ( - - {pipe( - claims, - RA.mapWithIndex((index, claim) => ( - - checkBoxOnPress(index)} - > - - -
{claim.claim}
- - - -
- - {I18n.t("features.itWallet.generic.dataSource.single", { - authSource: claim.credential - })} - -
-
- {/* Add a separator view between claims */} - {index !== claims.length - 1 && } -
- )) - )} -
- ); -}; - -const styles = StyleSheet.create({ - container: { - backgroundColor: IOColors.greyUltraLight, - borderRadius: 8, - paddingHorizontal: HORIZONTAL_SPACING - }, - innerContainer: { - paddingVertical: VERTICAL_SPACING - } -}); diff --git a/ts/features/itwallet/common/components/__tests__/__snapshots__/ItwCredentialCard.test.tsx.snap b/ts/features/itwallet/common/components/__tests__/__snapshots__/ItwCredentialCard.test.tsx.snap index 1abbbbf8cdd..f150c5682ba 100644 --- a/ts/features/itwallet/common/components/__tests__/__snapshots__/ItwCredentialCard.test.tsx.snap +++ b/ts/features/itwallet/common/components/__tests__/__snapshots__/ItwCredentialCard.test.tsx.snap @@ -65,7 +65,7 @@ exports[`ItwCredentialCard should match snapshot when credential type is "Europe } >
- - - @@ -1506,9 +1516,9 @@ exports[`ItwIssuanceCredentialAsyncContinuationScreen it should render the docum /> @@ -2376,9 +2396,9 @@ exports[`ItwIssuanceCredentialAsyncContinuationScreen it should render the gener /> - + - + - + ; }; -const avatarContainerSize: IOIconSizeScale = 30; +const avatarContainerSize = 30; const avatarDoubleRadiusSizeSmall: number = 6; const internalSpaceDefaultSize: number = 3; const internalSpacePlaceholderDefaultSize: IOSpacingScale = 6; diff --git a/ts/features/messages/components/Home/__tests__/__snapshots__/EmptyList.test.tsx.snap b/ts/features/messages/components/Home/__tests__/__snapshots__/EmptyList.test.tsx.snap index 27dbc1a3f1b..1f77387f715 100644 --- a/ts/features/messages/components/Home/__tests__/__snapshots__/EmptyList.test.tsx.snap +++ b/ts/features/messages/components/Home/__tests__/__snapshots__/EmptyList.test.tsx.snap @@ -515,9 +515,9 @@ exports[`EmptyList should match snapshot, ARCHIVE category, pot.none 1`] = ` /> @@ -1411,7 +1421,6 @@ exports[`PreconditionsFooter should match snapshot for 'update' footer category } > diff --git a/ts/features/messages/components/Home/__tests__/__snapshots__/PreconditionsTitle.test.tsx.snap b/ts/features/messages/components/Home/__tests__/__snapshots__/PreconditionsTitle.test.tsx.snap index 7b7f9d3d820..37c70b5412d 100644 --- a/ts/features/messages/components/Home/__tests__/__snapshots__/PreconditionsTitle.test.tsx.snap +++ b/ts/features/messages/components/Home/__tests__/__snapshots__/PreconditionsTitle.test.tsx.snap @@ -690,9 +690,9 @@ exports[`PreconditionsTitle should match snapshot when title content is 'header' } > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> +
+ - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - @@ -1481,10 +1478,10 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -1500,15 +1497,15 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Expires on 21/03/2024 at 18:44 - - - Add reminder - + + + Expires on 21/03/2024 at 18:44 + + + Add reminder + + + @@ -1961,14 +1961,9 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -1981,8 +1976,10 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib @@ -1991,10 +1988,10 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -2010,15 +2007,15 @@ exports[`MessageDetailsReminder should match snapshot when the reminder is visib }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Expired on 21 Mar at 18:44 - + + + Expired on 21 Mar at 18:44 + + + @@ -744,10 +741,10 @@ exports[`MessageDetailsReminderExpired should match snapshot when not loading 1` accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -763,15 +760,15 @@ exports[`MessageDetailsReminderExpired should match snapshot when not loading 1` }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Expired on 21 Mar at 10:33 - + + + Expired on 21 Mar at 10:33 + + + diff --git a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsReminderExpiring.test.tsx.snap b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsReminderExpiring.test.tsx.snap index bf87d7bb537..eaf911c889a 100644 --- a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsReminderExpiring.test.tsx.snap +++ b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsReminderExpiring.test.tsx.snap @@ -371,14 +371,9 @@ exports[`MessageDetailsReminderExpiring should match snapshot 1`] = ` @@ -407,10 +404,10 @@ exports[`MessageDetailsReminderExpiring should match snapshot 1`] = ` accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -426,15 +423,15 @@ exports[`MessageDetailsReminderExpiring should match snapshot 1`] = ` }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Expires on 21/03/2024 at 10:33 - - - Add reminder - + + + Expires on 21/03/2024 at 10:33 + + + Add reminder + + + diff --git a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsStickyFooter.test.tsx.snap b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsStickyFooter.test.tsx.snap index 0ba0ef71a0c..7007f66e829 100644 --- a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsStickyFooter.test.tsx.snap +++ b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessageDetailsStickyFooter.test.tsx.snap @@ -427,7 +427,6 @@ exports[`MessageDetailsStickyFooter should match snapshot with both CTAs and no } > @@ -1022,7 +1032,6 @@ exports[`MessageDetailsStickyFooter should match snapshot with both CTAs and vis } > @@ -2070,7 +2093,6 @@ exports[`MessageDetailsStickyFooter should match snapshot with no CTAs and enabl } > diff --git a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessagePaymentItem.test.tsx.snap b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessagePaymentItem.test.tsx.snap index a5cd3276d84..e87fd9dc67c 100644 --- a/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessagePaymentItem.test.tsx.snap +++ b/ts/features/messages/components/MessageDetail/__tests__/__snapshots__/MessagePaymentItem.test.tsx.snap @@ -897,9 +897,9 @@ exports[`MessagePaymentItem component Should match the snapshot for a payable it } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -2377,6 +2363,9 @@ exports[`ShowMoreListItem should match snapshot, one section, one item, with ico "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -2387,75 +2376,67 @@ exports[`ShowMoreListItem should match snapshot, one section, one item, with ico ] } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3252,6 +3162,9 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, no icon "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3262,75 +3175,67 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, no icon ] } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3714,6 +3617,9 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, no icon "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3732,9 +3638,9 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, no icon } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -4255,6 +4153,9 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, with ic "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -4265,75 +4166,67 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, with ic ] } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -4786,6 +4608,9 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, with ic "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -4796,75 +4621,6 @@ exports[`ShowMoreListItem should match snapshot, one section, two items, with ic ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -5396,6 +5144,9 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -5406,75 +5157,67 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item ] } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -6102,6 +5841,9 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -6112,75 +5854,6 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -6612,6 +6275,9 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -6622,75 +6288,6 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -6878,6 +6467,9 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -6896,9 +6488,9 @@ exports[`ShowMoreListItem should match snapshot, three sections, different item } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + +
@@ -7419,6 +7003,9 @@ exports[`ShowMoreListItem should match snapshot, two sections, different item co "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -7429,75 +7016,67 @@ exports[`ShowMoreListItem should match snapshot, two sections, different item co ] } > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + +
@@ -8125,6 +7700,9 @@ exports[`ShowMoreListItem should match snapshot, two sections, different item co "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -8135,75 +7713,6 @@ exports[`ShowMoreListItem should match snapshot, two sections, different item co ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + +
diff --git a/ts/features/messages/screens/__tests__/__snapshots__/MessageAttachment.test.tsx.snap b/ts/features/messages/screens/__tests__/__snapshots__/MessageAttachment.test.tsx.snap index 389f0a771a9..ebae018d53e 100644 --- a/ts/features/messages/screens/__tests__/__snapshots__/MessageAttachment.test.tsx.snap +++ b/ts/features/messages/screens/__tests__/__snapshots__/MessageAttachment.test.tsx.snap @@ -419,9 +419,9 @@ exports[`MessageAttachment Should match the snapshot when everything went fine 1 > @@ -2492,10 +2498,10 @@ exports[`MessageRouterScreen should match snapshot on message data retrieval fai "color": undefined, } } - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -2511,15 +2517,15 @@ exports[`MessageRouterScreen should match snapshot on message data retrieval fai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#0E0F13" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -1045,6 +1056,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -1055,75 +1069,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -1303,6 +1240,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -1316,72 +1256,185 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay - + Codice avviso + + + + + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + + + + + + + - Codice avviso + Codice Fiscale Ente - - - - - - - - - - - - - - - - - - - - - - - Codice Fiscale Ente - - - - - - - - - - + /> + +
@@ -1812,9 +1601,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3196,6 +2994,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3206,75 +3007,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3454,6 +3178,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3464,75 +3191,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3710,6 +3360,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3720,75 +3373,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3963,9 +3539,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -5328,6 +4913,9 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -5338,75 +4926,6 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -5586,6 +5097,9 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -5596,75 +5110,6 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -5842,6 +5279,9 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -5852,75 +5292,6 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -6095,9 +5458,9 @@ Controlla di aver seguito correttamente le istruzioni della tua banca. > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -7445,6 +6817,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -7455,75 +6830,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -7703,6 +7001,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -7713,75 +7014,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -7959,6 +7183,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -7969,75 +7196,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -8212,9 +7362,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -9576,6 +8735,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -9586,75 +8748,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -9834,6 +8919,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -9844,75 +8932,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -10090,6 +9101,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -10100,75 +9114,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -10343,9 +9280,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -11330,6 +10275,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -11775,6 +10729,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -11785,75 +10742,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -12033,6 +10913,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -12043,75 +10926,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -12289,6 +11095,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -12299,75 +11108,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -12542,9 +11274,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -13501,6 +12241,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -13946,6 +12695,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -13956,75 +12708,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -14204,6 +12879,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -14214,75 +12892,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -14460,6 +13061,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -14470,75 +13074,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -14713,9 +13240,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -16063,6 +14599,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -16073,75 +14612,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -16321,6 +14783,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -16331,75 +14796,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -16577,6 +14965,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -16587,75 +14978,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -16830,9 +15144,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -18130,6 +16453,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -18140,75 +16466,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -18388,6 +16637,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -18398,75 +16650,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -18644,6 +16819,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -18654,75 +16832,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -18897,9 +16998,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -20281,6 +18391,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -20291,75 +18404,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -20539,6 +18575,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -20549,75 +18588,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -20795,6 +18757,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -20805,75 +18770,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -21048,9 +18936,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -22412,6 +20309,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -22422,75 +20322,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -22670,6 +20493,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -22680,75 +20506,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -22926,6 +20675,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -22936,75 +20688,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -23179,9 +20854,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -24563,6 +22247,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -24573,75 +22260,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -24821,6 +22431,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -24831,75 +22444,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -25077,6 +22613,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -25087,75 +22626,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -25330,9 +22792,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -26317,6 +23787,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -26762,6 +24241,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -26772,75 +24254,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -27020,6 +24425,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -27030,75 +24438,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -27276,6 +24607,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -27286,75 +24620,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -27529,9 +24786,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -28913,6 +26179,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -28923,75 +26192,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -29171,6 +26363,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -29181,75 +26376,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -29427,6 +26545,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -29437,75 +26558,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -29680,9 +26724,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -31064,6 +28117,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -31074,75 +28130,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -31322,6 +28301,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -31332,75 +28314,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -31578,6 +28483,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -31588,75 +28496,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -31831,9 +28662,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -33223,6 +30063,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -33233,75 +30076,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -33481,6 +30247,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -33491,75 +30260,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -33737,6 +30429,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -33747,75 +30442,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -33990,9 +30608,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -35354,6 +31981,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -35364,75 +31994,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -35612,6 +32165,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -35622,75 +32178,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -35868,6 +32347,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -35878,75 +32360,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -36121,9 +32526,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -37110,6 +33523,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -37555,6 +33977,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -37565,75 +33990,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -37813,6 +34161,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -37823,75 +34174,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -38069,6 +34343,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -38079,75 +34356,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -38322,9 +34522,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -39686,6 +35895,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -39696,75 +35908,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -39944,6 +36079,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -39954,75 +36092,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -40200,6 +36261,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -40210,75 +36274,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -40453,9 +36440,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -41490,6 +37485,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -41935,6 +37939,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -41945,75 +37952,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -42193,6 +38123,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -42203,75 +38136,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -42449,6 +38305,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -42459,75 +38318,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -42702,9 +38484,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -44220,6 +40011,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -44230,75 +40024,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -44478,6 +40195,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -44488,75 +40208,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -44734,6 +40377,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -44744,75 +40390,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -44987,9 +40556,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -45977,6 +41554,8 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -46422,6 +42008,9 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -46432,75 +42021,6 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -46680,6 +42192,9 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -46690,75 +42205,6 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -46936,6 +42374,9 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -46946,75 +42387,6 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -47189,9 +42553,9 @@ Se il problema persiste, prova a usare un altro metodo o gestore del pagamento. > @@ -48240,6 +43612,8 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay onLayout={[Function]} > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -48685,6 +44066,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -48695,75 +44079,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -48943,6 +44250,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -48953,75 +44263,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -49199,6 +44432,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -49209,75 +44445,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -49452,9 +44611,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -50802,6 +45970,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -50812,75 +45983,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -51060,6 +46154,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -51070,75 +46167,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -51316,6 +46336,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -51326,75 +46349,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -51569,9 +46515,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -52961,6 +47916,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -52971,75 +47929,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -53219,6 +48100,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -53229,75 +48113,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -53475,6 +48282,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -53485,75 +48295,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -53728,9 +48461,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -55092,6 +49834,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -55105,330 +49850,187 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay - - - - - - - - - Codice errore - - - PLAFOND_LIMIT_ERROR - - - - - - - - - - - - - - - - - + Codice errore + + - + + + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + + + + + + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -55606,6 +50200,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -55616,75 +50213,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -55859,9 +50379,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -57243,6 +51772,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -57253,75 +51785,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -57501,6 +51956,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -57511,75 +51969,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -57757,6 +52138,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -57767,75 +52151,6 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay ] } > - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -58010,9 +52317,9 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay > @@ -565,9 +573,9 @@ exports[`F24ListBottomSheetLink should be snapshot for a 10 items F24 list 1`] = } > @@ -3640,6 +3676,9 @@ exports[`F24ListBottomSheetLink should be snapshot for an 1 item F24 list 1`] = "columnGap": 8, }, {}, + { + "columnGap": 8, + }, false, ] } @@ -3647,10 +3686,10 @@ exports[`F24ListBottomSheetLink should be snapshot for an 1 item F24 list 1`] = @@ -3801,9 +3845,9 @@ exports[`F24ListBottomSheetLink should be snapshot for an 1 item F24 list 1`] = } > - - - - - - - @@ -716,9 +658,9 @@ exports[`F24Section should match snapshot when there are more than one F24 1`] = } > - - - - - - - - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -3567,6 +3415,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -3577,75 +3428,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -7044,6 +6669,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -7054,75 +6682,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -10208,6 +9681,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -10218,75 +9694,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -13372,6 +12693,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -13382,75 +12706,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -16536,6 +15705,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -16546,75 +15718,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -19700,6 +18717,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -19710,75 +18730,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -22864,6 +21729,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -22874,75 +21742,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -26028,6 +24741,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -26038,75 +24754,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -29192,6 +27753,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -29202,75 +27766,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -32356,6 +30765,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -32366,75 +30778,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -35833,6 +34019,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -35843,75 +34032,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -38997,6 +37031,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -39007,75 +37044,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -42119,6 +39930,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -42129,75 +39943,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -42698,6 +40364,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -42708,75 +40377,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -43277,6 +40798,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -43287,75 +40811,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -43898,6 +41345,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -43908,75 +41358,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -47020,6 +44244,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -47030,75 +44257,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -47599,6 +44678,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -47609,75 +44691,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -48178,6 +45112,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -48188,75 +45125,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -48799,6 +45659,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -48809,75 +45672,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - + Codice IUN + + - + + + + - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + + + + + + + + + + Message + + + + + + + - Codice IUN + Message ID - randomIUN + 01HVPB9XYZMWNEPTDKZJ8ZJV28 - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - Message + pagoPA notice 1 - + Notice code + + - + + + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + + + + + + + + - Message ID + Payee fiscal code - 01HVPB9XYZMWNEPTDKZJ8ZJV28 + 01234567890 - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - pagoPA notice 1 + pagoPA notice 2 @@ -51655,6 +48800,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -51665,75 +48813,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - 1111 2222 3333 4444 00 + 1111 2222 3333 4444 01 - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -51921,6 +48992,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -51931,75 +49005,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - pagoPA notice 2 + pagoPA notice 3 @@ -52234,6 +49234,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -52244,75 +49247,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - 1111 2222 3333 4444 01 - - - - - - - - - - - - - - - - - - - - - - - - - - Payee fiscal code - - - 01234567890 + 1111 2222 3333 4444 02 - - - + - - - - - - - - - - - - - pagoPA notice 3 - - - - - - - - - - - - - - - - - - Notice code - - - 1111 2222 3333 4444 02 - - - - - - - - - + /> + + @@ -53079,6 +49426,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -53089,75 +49439,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -53700,6 +49973,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -53710,75 +49986,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -56822,6 +52872,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -56832,75 +52885,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -57401,6 +53306,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -57411,75 +53319,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -57980,6 +53740,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -57990,75 +53753,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -58601,6 +54287,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -58611,75 +54300,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -61723,6 +57186,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -61733,75 +57199,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -62302,6 +57620,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -62312,75 +57633,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -62881,6 +58054,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -62891,75 +58067,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -63502,6 +58601,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -63512,75 +58614,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -66624,6 +61500,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -66634,75 +61513,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -67203,6 +61934,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -67213,75 +61947,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -67782,6 +62368,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -67792,75 +62381,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -68403,6 +62915,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -68413,75 +62928,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -71567,6 +65927,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -71577,75 +65940,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -75044,6 +69181,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -75054,75 +69194,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -78208,6 +72193,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -78218,75 +72206,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -81330,6 +75092,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -81340,75 +75105,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -81951,6 +75639,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -81961,75 +75652,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -85073,6 +78538,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -85083,75 +78551,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -85694,6 +79085,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -85704,75 +79098,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -88816,6 +81984,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -88826,75 +81997,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -89437,6 +82531,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -89447,75 +82544,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -92559,6 +85430,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -92569,75 +85443,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -93180,6 +85977,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -93190,75 +85990,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -96302,6 +88876,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -96312,75 +88889,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -96923,6 +89423,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -96933,75 +89436,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -100045,6 +92322,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -100055,75 +92335,6 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -100666,6 +92869,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -100676,75 +92882,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -103830,6 +95881,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -103840,75 +95894,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -107307,6 +99135,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -107317,75 +99148,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -110471,6 +102147,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -110481,75 +102160,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -113635,6 +105159,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -113645,75 +105172,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -116799,6 +108171,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -116809,75 +108184,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -119963,6 +111183,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -119973,75 +111196,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -123127,6 +114195,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -123137,75 +114208,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -126291,6 +117207,9 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -126301,75 +117220,67 @@ exports[`MessageBottomMenu should match snapshot, all handled-status items histo ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -129455,6 +120219,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -129465,75 +120232,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -130864,6 +121476,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -130874,75 +121489,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -132586,6 +122975,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -132596,75 +122988,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, ca ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -133995,6 +124232,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -134005,75 +124245,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -135404,6 +125489,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -135414,75 +125502,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -136813,6 +126746,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -136823,75 +126759,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, no ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -138222,6 +128003,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -138232,75 +128016,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -139631,6 +129260,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -139641,75 +129273,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -141040,6 +130517,9 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -141050,75 +130530,67 @@ exports[`MessageBottomMenu should match snapshot, no history, empty payments, un ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -142449,6 +131774,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -142459,75 +131787,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -143858,6 +133031,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -143868,75 +133044,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - Message ID - - - 01HVPB9XYZMWNEPTDKZJ8ZJV28 - - - - - - - - - - - - - - - - - - pagoPA notice 1 - - - - - - - - - - - - - - - - Notice code + Message ID - 1111 2222 3333 4444 55 + 01HVPB9XYZMWNEPTDKZJ8ZJV28 + + + + + + + + + + + + + + pagoPA notice 1 + + + + + + + + - + Notice code + + - + + + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -145580,6 +134530,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -145590,75 +134543,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -146989,6 +135787,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -146999,75 +135800,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -148356,6 +136931,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -148366,75 +136944,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -148935,6 +137365,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -148945,75 +137378,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -149514,6 +137799,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -149524,75 +137812,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -150135,6 +138346,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -150145,75 +138359,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -151502,6 +139490,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -151512,75 +139503,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -152081,6 +139924,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -152091,75 +139937,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -152660,6 +140358,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -152670,75 +140371,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -153281,6 +140905,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -153291,75 +140918,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -154648,6 +142049,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -154658,75 +142062,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -155227,6 +142483,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -155237,75 +142496,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -155806,6 +142917,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -155816,75 +142930,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -156427,6 +143464,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -156437,75 +143477,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -157794,6 +144608,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -157804,75 +144621,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -158373,6 +145042,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -158383,75 +145055,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -158952,6 +145476,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -158962,75 +145489,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -159573,6 +146023,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -159583,75 +146036,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -160940,6 +147167,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -160950,75 +147180,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -161519,6 +147601,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -161529,75 +147614,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -162098,6 +148035,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -162108,75 +148048,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -162719,6 +148582,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -162729,75 +148595,67 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -164086,6 +149726,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -164096,75 +149739,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -164665,6 +150160,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -164675,75 +150173,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -165244,6 +150594,9 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -165254,75 +150607,6 @@ exports[`MessageBottomMenu should match snapshot, no history, multiple payments, ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -165865,6 +151141,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -165875,75 +151154,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -167274,6 +152398,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -167284,75 +152411,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -168996,6 +153897,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -169006,75 +153910,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, cance ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -170405,6 +155154,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -170415,75 +155167,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -171772,6 +156298,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -171782,75 +156311,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -172393,6 +156845,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -172403,75 +156858,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -173760,6 +157989,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -173770,75 +158002,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -174381,6 +158536,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -174391,75 +158549,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -175748,6 +159680,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -175758,75 +159693,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, not c ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -176369,6 +160227,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -176379,75 +160240,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -177736,6 +161371,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -177746,75 +161384,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -178357,6 +161918,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -178367,75 +161931,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -179724,6 +163062,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -179734,75 +163075,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -180345,6 +163609,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -180355,75 +163622,67 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -181712,6 +164753,9 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -181722,75 +164766,6 @@ exports[`MessageBottomMenu should match snapshot, no history, one payment, undef ] } > - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -182333,6 +165300,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -182343,75 +165313,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -183742,6 +166557,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -183752,75 +166570,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -185464,6 +168056,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -185474,75 +168069,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -186873,6 +169313,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -186883,75 +169326,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -188282,6 +170570,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -188292,75 +170583,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -189691,6 +171827,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -189701,75 +171840,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -191100,6 +173084,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -191110,75 +173097,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -192509,6 +174341,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -192519,75 +174354,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -193918,6 +175598,9 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments "flexDirection": "row", "justifyContent": "space-between", }, + { + "columnGap": 18, + }, { "transform": [ { @@ -193928,75 +175611,67 @@ exports[`MessageBottomMenu should match snapshot, no history, undefined payments ] } > - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - + + - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - + - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + diff --git a/ts/features/pn/components/__test__/__snapshots__/MessageCancelledContent.test.tsx.snap b/ts/features/pn/components/__test__/__snapshots__/MessageCancelledContent.test.tsx.snap index a0c93f25017..5e24694d255 100644 --- a/ts/features/pn/components/__test__/__snapshots__/MessageCancelledContent.test.tsx.snap +++ b/ts/features/pn/components/__test__/__snapshots__/MessageCancelledContent.test.tsx.snap @@ -346,14 +346,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -365,8 +360,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no @@ -375,10 +372,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -394,15 +391,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. + + + @@ -826,14 +833,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -845,8 +847,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no @@ -855,10 +859,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -874,15 +878,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. + + + @@ -1306,14 +1320,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -1325,8 +1334,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no @@ -1335,10 +1346,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -1354,15 +1365,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, empty paid no }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. + + + @@ -1786,14 +1807,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -1805,8 +1821,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai @@ -1815,10 +1833,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -1834,15 +1852,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. + + + @@ -2266,14 +2294,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -2285,8 +2308,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai @@ -2295,10 +2320,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -2314,15 +2339,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. + + + @@ -2746,14 +2781,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -2765,8 +2795,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai @@ -2775,10 +2807,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -2794,15 +2826,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, non-empty pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. + + + @@ -3226,14 +3268,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -3245,8 +3282,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai @@ -3255,10 +3294,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -3274,15 +3313,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. + + + @@ -3706,14 +3755,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -3725,8 +3769,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai @@ -3735,10 +3781,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -3754,15 +3800,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. Per l'eventuale rimborso di pagamenti, rivolgiti all'ente. + + + @@ -4186,14 +4242,9 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessible={false} style={ [ - { - "alignContent": "center", - "alignItems": "flex-start", - "flexDirection": "row", - }, { "borderCurve": "continuous", - "borderRadius": 8, + "borderRadius": 12, "padding": 16, }, { @@ -4205,8 +4256,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai @@ -4215,10 +4268,10 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -4234,15 +4287,15 @@ exports[`MessageCancelledContent Should match snapshot, cancelled, undefined pai }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#614C15" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. - + + + Questa notifica è stata annullata dall'ente mittente. Puoi ignorarne il contenuto. + + + diff --git a/ts/features/pn/components/__test__/__snapshots__/MessageDetails.test.tsx.snap b/ts/features/pn/components/__test__/__snapshots__/MessageDetails.test.tsx.snap index 4b11080a677..ebbac0497f7 100644 --- a/ts/features/pn/components/__test__/__snapshots__/MessageDetails.test.tsx.snap +++ b/ts/features/pn/components/__test__/__snapshots__/MessageDetails.test.tsx.snap @@ -376,12 +376,15 @@ exports[`MessageDetails component should match the snapshot with default props 1 "alignItems": "center", "alignSelf": "flex-start", "borderCurve": "continuous", - "borderRadius": 6, "borderWidth": 1, "flexDirection": "row", "justifyContent": "center", - "paddingHorizontal": 8, - "paddingVertical": 6, + }, + { + "borderRadius": 9, + "columnGap": 9, + "paddingHorizontal": 12, + "paddingVertical": 9, }, { "backgroundColor": "#FFFFFF", @@ -402,10 +405,10 @@ exports[`MessageDetails component should match the snapshot with default props 1 accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={16} - bbWidth={16} + bbHeight={24} + bbWidth={24} focusable={false} - height={16} + height={24} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -421,15 +424,15 @@ exports[`MessageDetails component should match the snapshot with default props 1 }, { "flex": 0, - "height": 16, - "width": 16, + "height": 24, + "width": 24, }, ] } tintColor="#0B3EE3" vbHeight={24} vbWidth={24} - width={16} + width={24} > - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + diff --git a/ts/features/pn/components/__test__/__snapshots__/MessageDetailsContent.test.tsx.snap b/ts/features/pn/components/__test__/__snapshots__/MessageDetailsContent.test.tsx.snap index 26dd805fcc0..a011f6b0f7b 100644 --- a/ts/features/pn/components/__test__/__snapshots__/MessageDetailsContent.test.tsx.snap +++ b/ts/features/pn/components/__test__/__snapshots__/MessageDetailsContent.test.tsx.snap @@ -10,9 +10,9 @@ exports[`MessageDetailsContent component should match the snapshot when abstract } />, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10746,6 +10426,8 @@ exports[`MessagePayments should match snapshot when not cancelled, with more-tha } > - - - - - - - - @@ -12567,6 +12187,8 @@ exports[`MessagePayments should match snapshot when not cancelled, with one paya } > - - - - - - - - - - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + - - - - - - - - - - - - - - + fillRule={0} + propList={ + [ + "fill", + "fillRule", + ] + } + /> + + @@ -2423,10 +2208,10 @@ exports[`MessageDetailsScreen should match the snapshot when everything went fin "color": undefined, } } - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -2442,15 +2227,15 @@ exports[`MessageDetailsScreen should match the snapshot when everything went fin }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#0E0F13" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ts/features/services/common/components/__tests__/__snapshots__/ServicesHeader.test.tsx.snap b/ts/features/services/common/components/__tests__/__snapshots__/ServicesHeader.test.tsx.snap index edf42ac3dc6..4853be2d8f6 100644 --- a/ts/features/services/common/components/__tests__/__snapshots__/ServicesHeader.test.tsx.snap +++ b/ts/features/services/common/components/__tests__/__snapshots__/ServicesHeader.test.tsx.snap @@ -80,9 +80,9 @@ exports[`ServicesHeader component should match the snapshot 1`] = ` } > - ({ + isDeviceScreenSmall: + Dimensions.get("screen").height < MIN_HEIGHT_TO_SHOW_FULL_RENDER +}); diff --git a/ts/screens/authentication/__tests__/__snapshots__/LandingScreen.test.tsx.snap b/ts/screens/authentication/__tests__/__snapshots__/LandingScreen.test.tsx.snap index a83529e7405..73ef46fc735 100644 --- a/ts/screens/authentication/__tests__/__snapshots__/LandingScreen.test.tsx.snap +++ b/ts/screens/authentication/__tests__/__snapshots__/LandingScreen.test.tsx.snap @@ -379,10 +379,10 @@ exports[`LandingScreen with CieID FF enabled Should match the snapshot 1`] = ` } /> - - @@ -2028,67 +2026,6 @@ exports[`LandingScreen with CieID FF enabled Should match the snapshot 1`] = ` } } > - - - - - - - - - - - - @@ -5042,67 +4919,6 @@ exports[`LandingScreen with both local and remote CieID FF disabled Should match } } > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ts/screens/modal/IdentificationModal.tsx b/ts/screens/modal/IdentificationModal.tsx index e6e7fd0e49e..b87f7554a49 100644 --- a/ts/screens/modal/IdentificationModal.tsx +++ b/ts/screens/modal/IdentificationModal.tsx @@ -24,8 +24,15 @@ import { View } from "react-native"; import { ScrollView } from "react-native-gesture-handler"; -import { useDispatch } from "react-redux"; import { useSafeAreaInsets } from "react-native-safe-area-context"; +import { useDispatch } from "react-redux"; +import { areTwoMinElapsedFromLastActivity } from "../../features/fastLogin/store/actions/sessionRefreshActions"; +import { refreshSessionToken } from "../../features/fastLogin/store/actions/tokenRefreshActions"; +import { + hasTwoMinutesElapsedSinceLastActivitySelector, + isFastLoginEnabledSelector +} from "../../features/fastLogin/store/selectors"; +import { useDetectSmallScreen } from "../../hooks/useDetectSmallScreen"; import I18n from "../../i18n"; import { identificationCancel, @@ -53,12 +60,6 @@ import { IdentificationInstructionsComponent, getBiometryIconName } from "../../utils/identification"; -import { - hasTwoMinutesElapsedSinceLastActivitySelector, - isFastLoginEnabledSelector -} from "../../features/fastLogin/store/selectors"; -import { refreshSessionToken } from "../../features/fastLogin/store/actions/tokenRefreshActions"; -import { areTwoMinElapsedFromLastActivity } from "../../features/fastLogin/store/actions/sessionRefreshActions"; import { IdentificationLockModal } from "./IdentificationLockModal"; import { IdentificationNumberPad } from "./components/IdentificationNumberPad"; @@ -76,6 +77,8 @@ const IdentificationModal = () => { const colorScheme: ColorSchemeName = "light"; const numberPadVariant = colorScheme ? "dark" : "light"; + const { isDeviceScreenSmall } = useDetectSmallScreen(); + const blueColor = useAppBackgroundAccentColorName(); const appState = useIOSelector(appCurrentStateSelector); @@ -425,7 +428,7 @@ const IdentificationModal = () => { variant="warning" /> - ) : ( + ) : isDeviceScreenSmall && isValidatingTask ? null : ( { /> - + {isDeviceScreenSmall ? ( + + ) : ( + + )} - + {isDeviceScreenSmall ? ( + + ) : ( + + )} @@ -90,10 +87,10 @@ exports[`ProfileMainScreenTopBanner should match snapshot for all possible resul accessibilityLabel="" accessible={false} align="xMidYMid" - bbHeight={24} - bbWidth={24} + bbHeight={36} + bbWidth={36} focusable={false} - height={24} + height={36} importantForAccessibility="no-hide-descendants" meetOrSlice={0} minX={0} @@ -109,15 +106,15 @@ exports[`ProfileMainScreenTopBanner should match snapshot for all possible resul }, { "flex": 0, - "height": 24, - "width": 24, + "height": 36, + "width": 36, }, ] } tintColor="#5D1313" vbHeight={24} vbWidth={24} - width={24} + width={36} > - - - - Turn on push notifications to know when you get a message on IO. - - - Turn on push notifications - + + + Turn on push notifications to know when you get a message on IO. + + + Turn on push notifications + + + @@ -302,9 +302,9 @@ exports[`ProfileMainScreenTopBanner should match snapshot for all possible resul } > =0.40.0" - checksum: d6f52c23b8c636aee456627aaaa8ce5630b25c90921d2eb7e2d28cb1367a2471d4f4ef35db91a5d518614289b5f0950100b5580b25b4f2179b1e8423575b7cb8 + checksum: 073a7ef85f39b731a1e54ada487a25c5ee75b1161ce2957e226a24acf4ebf6e8911478e5e94981c3eebe4f7ab1d95da70deae79cc94557593780763806bc0948 languageName: node linkType: hard -"reactotron-redux@npm:^3.1.10": - version: 3.1.10 - resolution: "reactotron-redux@npm:3.1.10" +"reactotron-redux@npm:^3.1.11": + version: 3.1.11 + resolution: "reactotron-redux@npm:3.1.11" peerDependencies: reactotron-core-client: "*" redux: ">=4.0.0" - checksum: 5922ba94240bb6d221e58e798a30aff35f5de3b4e3bfc0a8ae7d4e9554b6328a4a33e771fd6a9ca8c0fdfc65cd16fd82b583361c41b7e17aa823c3850947392b + checksum: c9eb31da0f55b96708f79cc95ae2a375bc8225f92b3c0858d99b8c7f4a9b8d8a635b72ee866ab5adb53e8ef803590d01fcd749f638144068e2a12c7f4c62192f languageName: node linkType: hard