-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IOPID-1828] Update DS version and idp list fallback (#5741)
## Short description Update DS version in order to use the latest version with accessibility label on idpModule and update idp fallback object. NB: pay particular attention to the '**_Namirial ID_**' and '**_SpidItalia_**' idps on Android ## Demo ### 🤖 A11Y ANDROID 🤖 | Old | New | | - | - | | <video src="https://github.com/pagopa/io-app/assets/83651704/5737e119-2129-4175-8b92-2d3dc342a3e8" /> | <video src="https://github.com/pagopa/io-app-design-system/assets/83651704/3d68d8cd-c6f6-40b5-82d8-6452d5887fe3" /> | ### 🍏 A11Y IOS 🍏 | Old | New | | - | - | | <video src="https://github.com/pagopa/io-app/assets/83651704/b3d4c49e-4b43-4bc9-9125-7dd9f7d6c2c3" /> | <video src="https://github.com/pagopa/io-app/assets/83651704/724775e1-d422-4256-ad33-e608744e42c1" /> | ## How to test Run the application and do the login flow using spid
- Loading branch information
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3278,11 +3278,11 @@ | |
integrity sha512-PugtgEw8u++zAyBpDpSkR8K1OsT2l8QWp3ECL6bZHFoq9PfHDoKeGFWSuX2Z+Ghy93k1fkKf8tsmqNBv+8dEfQ== | ||
dependencies: | ||
"@types/node" ">= 8" | ||
|
||
"@pagopa/[email protected].6": | ||
version "1.36.6" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-app-design-system/-/io-app-design-system-1.36.6.tgz#2434b56d2e5d070fb816ed4a6dd34e6e5d150659" | ||
integrity sha512-eoIzoHVPTkEoWfkEPbBvSY5OsYyxna73nq5xs6NiAYHS4AWjCSI/zvo6AQpvf/0kEZFRae7ZYRq/RQh6+gX3wg== | ||
"@pagopa/[email protected].9": | ||
version "1.36.9" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-app-design-system/-/io-app-design-system-1.36.9.tgz#fa8cbb03ddf6030131e2cc2c9c042771febd7aa4" | ||
integrity sha512-JvDBzY8AaxyBJRSc0Syus8mNUARKxcklmlMskayNgyTlvHBx1KaxvEgbMk/qpxPa8jm1J5mk/5EIQeQB9wpdxA== | ||
dependencies: | ||
"@pagopa/ts-commons" "^12.0.0" | ||
"@testing-library/jest-native" "^5.4.2" | ||
|