Feat/BOOK-117 svg accessibility

* feat(BOOK-117): Added aria-label to Scandic Friends levels
* feat(BOOK-117): Added aria-label to hotel logos
* feat(BOOK-117): Added alt text to app download images
* feat(BOOK-117): Added same logo component to footer as the one in the header
* feat(BOOK-117): Added aria attributes to icons similar to how we handled MaterialIcon aria attributes

Approved-by: Bianca Widstam
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-11-13 06:34:18 +00:00
parent c4b564998c
commit ce469bc4b4
117 changed files with 541 additions and 247 deletions

View File

@@ -1,14 +0,0 @@
export enum AppDownLoadLinks {
Apple_da = "/_static/img/store-badges/app-store-badge-da.svg",
Apple_de = "/_static/img/store-badges/app-store-badge-de.svg",
Apple_en = "/_static/img/store-badges/app-store-badge-en.svg",
Apple_fi = "/_static/img/store-badges/app-store-badge-fi.svg",
Apple_no = "/_static/img/store-badges/app-store-badge-no.svg",
Apple_sv = "/_static/img/store-badges/app-store-badge-sv.svg",
Google_da = "/_static/img/store-badges/google-play-badge-da.svg",
Google_de = "/_static/img/store-badges/google-play-badge-de.svg",
Google_en = "/_static/img/store-badges/google-play-badge-en.svg",
Google_fi = "/_static/img/store-badges/google-play-badge-fi.svg",
Google_no = "/_static/img/store-badges/google-play-badge-no.svg",
Google_sv = "/_static/img/store-badges/google-play-badge-sv.svg",
}