Skip to content

Commit

Permalink
chore: [IOPID-1828] Update DS version and idp list fallback (#5741)
Browse files Browse the repository at this point in the history
## 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
Ladirico authored May 6, 2024
1 parent 8cbc9e1 commit e92e650
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"dependencies": {
"@babel/plugin-transform-regenerator": "^7.18.6",
"@gorhom/bottom-sheet": "^4.1.5",
"@pagopa/io-app-design-system": "1.36.6",
"@pagopa/io-app-design-system": "1.36.9",
"@pagopa/io-pagopa-commons": "^3.1.0",
"@pagopa/io-react-native-crypto": "^0.3.0",
"@pagopa/io-react-native-http-client": "^0.1.3",
Expand Down
24 changes: 12 additions & 12 deletions ts/utils/idps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,84 +9,84 @@ export type LocalIdpsFallback = SpidIdp & { localLogo?: ImageSourcePropType };
export const idps: ReadonlyArray<LocalIdpsFallback> = [
{
id: "arubaid",
name: "Aruba",
name: "Aruba ID",
localLogo: require("../../img/spid-idp-arubaid.png"),
logo: "",
profileUrl: "https://selfcarespid.aruba.it"
},
{
id: "ehtid",
name: "EtnaHiTech",
name: "Etna ID",
logo: "",
localLogo: require("../../img/spid-idp-etnaid.png"),
profileUrl: "https://etnaid.eht.eu/"
},
{
id: "infocamereid",
name: "Infocamere",
name: "ID InfoCamere",
logo: "",
localLogo: require("../../img/spid-idp-infocamereid.png"),
profileUrl: "https://selfcarespid.infocamere.it/spid-selfCare/#/login"
},
{
id: "infocertid",
name: "Infocert",
name: "InfoCert ID",
logo: "",
localLogo: require("../../img/spid-idp-infocertid.png"),
profileUrl: "https://my.infocert.it/selfcare"
},
{
id: "intesiid",
name: "IntesiGroup",
name: "Intesi Group SPID",
logo: "",
localLogo: require("../../img/spid-idp-intesigroupspid.png"),
profileUrl: "https://spid.intesigroup.com"
},
{
id: "lepidaid",
name: "Lepida",
name: "Lepida ID",
logo: "",
localLogo: require("../../img/spid-idp-lepidaid.png"),
profileUrl: "https://id.lepida.it/"
},
{
id: "namirialid",
name: "Namirial",
name: "Namirial ID",
logo: "",
localLogo: require("../../img/spid-idp-namirialid.png"),
profileUrl: "https://idp.namirialtsp.com/idp"
},
{
id: "posteid",
name: "Poste",
name: "Poste ID",
logo: "",
localLogo: require("../../img/spid-idp-posteid.png"),
profileUrl: "https://posteid.poste.it/private/cruscotto.shtml"
},
{
id: "sielteid",
name: "Sielte",
name: "Sielte ID",
logo: "",
localLogo: require("../../img/spid-idp-sielteid.png"),
profileUrl: "https://myid.sieltecloud.it/profile/"
},
{
id: "spiditalia",
name: "SPIDItalia Register.it",
name: "SpidItalia",
logo: "",
localLogo: require("../../img/spid-idp-spiditalia.png"),
profileUrl: "https://spid.register.it"
},
{
id: "timid",
name: "Telecom Italia",
name: "TIM id",
logo: "",
localLogo: require("../../img/spid-idp-timid.png"),
profileUrl: "https://id.tim.it/identity/private/"
},
{
id: "teamsystemid",
name: "TeamSystem",
name: "TeamSystem ID",
logo: "",
localLogo: require("../../img/spid-idp-teamsystemid.png"),
profileUrl: "https://identity.teamsystem.com/"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e92e650

Please sign in to comment.