diff --git a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css index fdfd4f023..7b5dbc2f5 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css +++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css @@ -9,3 +9,7 @@ display: flex; flex-direction: column; } + +.form::-webkit-scrollbar { + display: none; +} diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx index 106262a74..4287c6827 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/Form/index.tsx @@ -161,7 +161,7 @@ export default function Form({ error }: FormProps) {

- {savedCreditCards && } + {!!savedCreditCards?.length && } ({ ...card, diff --git a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/index.tsx index 5b0f4b930..f604ce049 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/Actions/Upcoming/ManageStay/Actions/GuaranteeLateArrival/index.tsx @@ -26,7 +26,7 @@ export default function GuaranteeLateArrival() { } const text = intl.formatMessage({ - id: "myStay.gla.heading", + id: "myStay.gla.addLateArrivalGuarantee", defaultMessage: "Add late arrival guarantee", }) @@ -35,7 +35,7 @@ export default function GuaranteeLateArrival() { diff --git a/packages/design-system/lib/fonts.css b/packages/design-system/lib/fonts.css index 5a43f5b3d..f4d44044e 100644 --- a/packages/design-system/lib/fonts.css +++ b/packages/design-system/lib/fonts.css @@ -276,7 +276,7 @@ font-style: normal; font-weight: 400; font-display: block; - src: url(/_static/shared/fonts/material-symbols/rounded-fa2883c6.woff2) + src: url(/_static/shared/fonts/material-symbols/rounded-0ce1d4ea.woff2) format('woff2'); } diff --git a/scripts/material-symbols-update.mts b/scripts/material-symbols-update.mts index ecdcb1ab5..398a42d9c 100644 --- a/scripts/material-symbols-update.mts +++ b/scripts/material-symbols-update.mts @@ -152,6 +152,7 @@ const icons = [ "location_city", "location_on", "lock", + "lock_clock", "loyalty", "luggage", "mail", diff --git a/shared/fonts/material-symbols/.auto-generated b/shared/fonts/material-symbols/.auto-generated index 640087447..080bb3539 100644 --- a/shared/fonts/material-symbols/.auto-generated +++ b/shared/fonts/material-symbols/.auto-generated @@ -1,3 +1,3 @@ Auto-generated, do not edit. Use scripts/material-symbols-update.mts to update. -hash=fa2883c6 -created=2025-12-01T10:31:09.165Z +hash=0ce1d4ea +created=2025-12-03T15:14:42.683Z diff --git a/shared/fonts/material-symbols/rounded-0ce1d4ea.woff2 b/shared/fonts/material-symbols/rounded-0ce1d4ea.woff2 new file mode 100644 index 000000000..74234bf9a Binary files /dev/null and b/shared/fonts/material-symbols/rounded-0ce1d4ea.woff2 differ diff --git a/shared/fonts/material-symbols/rounded-fa2883c6.woff2 b/shared/fonts/material-symbols/rounded-fa2883c6.woff2 deleted file mode 100644 index 16e34efb3..000000000 Binary files a/shared/fonts/material-symbols/rounded-fa2883c6.woff2 and /dev/null differ