From 73884aa428b180060ffe40ec9f72ff737e0d39a7 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Thu, 12 Jun 2025 12:05:13 +0200 Subject: [PATCH] fix: restore old select selectors for label to still support the temp design select deprecated the temp design select in favor of the new one --- .../JobylonFeed/JobList/Filter/index.tsx | 10 +++++----- .../DynamicContent/OverviewTable/Client.tsx | 6 +++--- .../DestinationFilterAndSort/Sort/index.tsx | 4 ++-- .../ChildSelector/ChildInfoSelector.tsx | 6 +++--- .../Filters/FilterAndSortModal/index.tsx | 4 ++-- .../SelectHotel/HotelSorter/index.tsx | 4 ++-- .../{Select => DeprecatedSelect}/index.tsx | 0 .../select.module.css | 17 ----------------- .../{Select => DeprecatedSelect}/select.ts | 0 .../TempDesignSystem/Form/Select/index.tsx | 4 ++-- .../TempDesignSystem/Form/Select/select.ts | 2 +- .../lib/components/Label/label.module.css | 14 ++++++++++++++ 12 files changed, 34 insertions(+), 37 deletions(-) rename apps/scandic-web/components/TempDesignSystem/{Select => DeprecatedSelect}/index.tsx (100%) rename apps/scandic-web/components/TempDesignSystem/{Select => DeprecatedSelect}/select.module.css (85%) rename apps/scandic-web/components/TempDesignSystem/{Select => DeprecatedSelect}/select.ts (100%) diff --git a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx index 47f2b6fac..1a1e33309 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/Filter/index.tsx @@ -2,7 +2,7 @@ import { useIntl } from "react-intl" -import Select from "@/components/TempDesignSystem/Select" +import DeprecatedSelect from "@/components/TempDesignSystem/DeprecatedSelect" import styles from "./filter.module.css" @@ -30,7 +30,7 @@ export default function Filter({ return (
- onFilterChange(JobylonFilterKey.city, value)} /> - -
{child.age >= 0 ? ( -