From 80100e7631dbe299aa1712311cec8160658e5295 Mon Sep 17 00:00:00 2001
From: Anton Gunnarsson
Date: Wed, 26 Feb 2025 10:36:17 +0000
Subject: [PATCH] Merged in monorepo-step-1 (pull request #1080)
Migrate to a monorepo setup - step 1
* Move web to subfolder /apps/scandic-web
* Yarn + transitive deps
- Move to yarn
- design-system package removed for now since yarn doesn't
support the parameter for token (ie project currently broken)
- Add missing transitive dependencies as Yarn otherwise
prevents these imports
- VS Code doesn't pick up TS path aliases unless you open
/apps/scandic-web instead of root (will be fixed with monorepo)
* Pin framer-motion to temporarily fix typing issue
https://github.com/adobe/react-spectrum/issues/7494
* Pin zod to avoid typ error
There seems to have been a breaking change in the types
returned by zod where error is now returned as undefined
instead of missing in the type. We should just handle this
but to avoid merge conflicts just pin the dependency for
now.
* Pin react-intl version
Pin version of react-intl to avoid tiny type issue where formatMessage
does not accept a generic any more. This will be fixed in a future
commit, but to avoid merge conflicts just pin for now.
* Pin typescript version
Temporarily pin version as newer versions as stricter and results in
a type error. Will be fixed in future commit after merge.
* Setup workspaces
* Add design-system as a monorepo package
* Remove unused env var DESIGN_SYSTEM_ACCESS_TOKEN
* Fix husky for monorepo setup
* Update netlify.toml
* Add lint script to root package.json
* Add stub readme
* Fix react-intl formatMessage types
* Test netlify.toml in root
* Remove root toml
* Update netlify.toml publish path
* Remove package-lock.json
* Update build for branch/preview builds
Approved-by: Linus Flood
---
.gitignore | 57 +-
.husky/.gitignore | 1 -
.husky/pre-commit | 2 +-
.vscode/settings.json | 3 +
.yarnrc.yml | 6 +
README.md | 46 +-
.env => apps/scandic-web/.env | 0
.../scandic-web/.env.local.example | 1 -
.env.test => apps/scandic-web/.env.test | 1 -
.../scandic-web/.eslintrc.json | 2 +-
apps/scandic-web/.gitignore | 60 +
.../scandic-web/.prettierignore | 0
Auth.md => apps/scandic-web/Auth.md | 0
apps/scandic-web/README.md | 28 +
.../__mocks__}/hotelReservation/index.ts | 0
.../scandic-web/actions}/editProfile.ts | 0
.../app}/[lang]/(live)/(protected)/layout.tsx | 0
.../[lang]/(live)/(protected)/loading.tsx | 0
.../[lang]/(live)/(protected)/logout/route.ts | 0
.../my-pages/@breadcrumbs/[...path]/error.tsx | 0
.../my-pages/@breadcrumbs/[...path]/page.tsx | 0
.../my-pages/@breadcrumbs/default.tsx | 0
.../(protected)/my-pages/[...path]/error.tsx | 0
.../my-pages/[...path]/loading.tsx | 0
.../my-pages/[...path]/page.module.css | 0
.../(protected)/my-pages/[...path]/page.tsx | 0
.../(protected)/my-pages/layout.module.css | 0
.../(live)/(protected)/my-pages/layout.tsx | 0
.../(live)/(protected)/my-pages/loading.tsx | 0
.../my-pages/profile/edit/page.module.css | 0
.../my-pages/profile/edit/page.tsx | 0
.../(protected)/my-pages/profile/layout.tsx | 0
.../(protected)/my-pages/profile/page.tsx | 0
.../[contentType]/[uid]/@breadcrumbs/page.tsx | 0
.../[contentType]/[uid]/@preview/loading.tsx | 0
.../[contentType]/[uid]/@preview/page.tsx | 0
.../[contentType]/[uid]/layout.module.css | 0
.../(public)/[contentType]/[uid]/layout.tsx | 0
.../(public)/[contentType]/[uid]/loading.tsx | 0
.../(public)/[contentType]/[uid]/page.tsx | 0
.../booking-confirmation/page.tsx | 0
.../payment-callback/layout.module.css | 0
.../payment-callback/layout.tsx | 0
.../payment-callback/page.tsx | 0
.../alternative-hotels/layout.module.css | 0
.../(standard)/alternative-hotels/layout.tsx | 0
.../alternative-hotels/map/page.module.css | 0
.../alternative-hotels/map/page.tsx | 0
.../(standard)/alternative-hotels/page.tsx | 0
.../(standard)/details/page.module.css | 0
.../(standard)/details/page.tsx | 0
.../(standard)/layout.module.css | 0
.../hotelreservation/(standard)/layout.tsx | 0
.../hotelreservation/(standard)/loading.tsx | 0
.../(standard)/page.module.css | 0
.../hotelreservation/(standard)/page.tsx | 0
.../(standard)/select-hotel/layout.module.css | 0
.../(standard)/select-hotel/layout.tsx | 0
.../select-hotel/map/page.module.css | 0
.../(standard)/select-hotel/map/page.tsx | 0
.../(standard)/select-hotel/page.tsx | 0
.../(standard)/select-hotel/utils.ts | 0
.../select-rate/getValidDates.test.ts | 0
.../(standard)/select-rate/getValidDates.ts | 0
.../(standard)/select-rate/page.tsx | 0
.../hotelreservation/(standard)/utils.ts | 0
.../(public)/hotelreservation/README.md | 0
.../(public)/hotelreservation/layout.tsx | 0
.../my-stay/[refId]/layout.tsx | 0
.../my-stay/[refId]/loading.tsx | 0
.../hotelreservation/my-stay/[refId]/page.tsx | 0
.../app}/[lang]/(live)/(public)/loading.tsx | 0
.../[lang]/(live)/(public)/login/route.ts | 0
.../(live)/(public)/verifymagiclink/route.ts | 0
.../(live)/@bookingwidget/[...path]/page.tsx | 0
.../[contentType]/[uid]/[...paths]/page.tsx | 0
.../[contentType]/[uid]/page.tsx | 0
.../hotelreservation/[...paths]/page.tsx | 0
.../booking-confirmation/page.tsx | 0
.../hotelreservation/loading.tsx | 0
.../@bookingwidget/hotelreservation/page.tsx | 0
.../(live)/@bookingwidget/loading.module.css | 0
.../[lang]/(live)/@bookingwidget/loading.tsx | 0
.../[lang]/(live)/@bookingwidget/page.tsx | 0
.../app}/[lang]/(live)/error.module.css | 0
.../scandic-web/app}/[lang]/(live)/error.tsx | 0
.../scandic-web/app}/[lang]/(live)/layout.tsx | 0
.../(live)/middleware-error/404/page.tsx | 0
.../middleware-error/[status]/page.module.css | 0
.../(live)/middleware-error/[status]/page.tsx | 0
.../app}/[lang]/(live)/not-found.tsx | 0
.../@header/current-content-page/page.tsx | 0
.../[lang]/(live-current)/@header/error.tsx | 0
.../current-content-page/page.tsx | 0
.../app}/[lang]/(live-current)/layout.tsx | 0
.../app}/[lang]/(live-current)/not-found.tsx | 0
.../(partner)/(sas)/(protected)/layout.tsx | 0
.../(partner)/(sas)/(protected)/loading.tsx | 0
.../sas-x-scandic/callback/route.ts | 0
.../components/AlreadyLinkedError.tsx | 0
.../components/DateOfBirthError.tsx | 0
.../components/FailedAttemptsError.tsx | 0
.../sas-x-scandic/components/GenericError.tsx | 0
.../components/SASModal.module.css | 0
.../sas-x-scandic/components/SASModal.tsx | 0
.../components/TooManyCodesError.tsx | 0
.../components/TooManyFailedAttemptsError.tsx | 0
.../(sas)/(protected)/sas-x-scandic/error.tsx | 0
.../(protected)/sas-x-scandic/error/page.tsx | 0
.../sas-x-scandic/layout.module.css | 0
.../(protected)/sas-x-scandic/layout.tsx | 0
.../sas-x-scandic/link/LinkAccountForm.tsx | 4 +-
.../sas-x-scandic/link/link-sas.module.css | 0
.../(protected)/sas-x-scandic/link/page.tsx | 0
.../sas-x-scandic/link/success/page.tsx | 0
.../(protected)/sas-x-scandic/login/page.tsx | 7 +-
.../otp/OneTimePasswordForm.module.css | 0
.../sas-x-scandic/otp/OneTimePasswordForm.tsx | 4 +-
.../(protected)/sas-x-scandic/otp/loading.tsx | 0
.../(protected)/sas-x-scandic/otp/page.tsx | 4 +-
.../(protected)/sas-x-scandic/sasUtils.ts | 0
.../sas-x-scandic/unlink/success/page.tsx | 0
.../app}/[lang]/(partner)/layout.tsx | 0
.../scandic-web/app}/[lang]/layout.tsx | 0
.../webview/[contentType]/[uid]/page.tsx | 0
.../app}/[lang]/webview/layout.module.css | 0
.../app}/[lang]/webview/layout.tsx | 0
.../[lang]/webview/refresh/page.module.css | 0
.../app}/[lang]/webview/refresh/page.tsx | 0
.../scandic-web/app}/api/debug/route.ts | 0
.../scandic-web/app}/api/sitemap/route.ts | 0
.../scandic-web/app}/api/sitemap/sync.ts | 0
.../scandic-web/app}/api/sitemap/telemetry.ts | 0
.../scandic-web/app}/api/sitemap/utils.ts | 0
.../api/web/add-card-callback/[lang]/route.ts | 0
.../app}/api/web/auth/[...nextauth]/route.ts | 0
.../app}/api/web/check-headers/route.ts | 0
.../app}/api/web/revalidate/hotel/route.ts | 0
.../api/web/revalidate/loyaltyConfig/route.ts | 0
.../app}/api/web/revalidate/manually/route.ts | 0
.../app}/api/web/revalidate/route.ts | 0
.../app}/api/web/trpc/[trpc]/route.ts | 0
{app => apps/scandic-web/app}/favicon.ico | Bin
.../scandic-web/app}/global-error.module.css | 0
.../scandic-web/app}/global-error.tsx | 0
{app => apps/scandic-web/app}/globals.css | 0
.../scandic-web/app}/not-found.module.css | 0
auth.ts => apps/scandic-web/auth.ts | 0
.../components}/Auth/TokenRefresher.tsx | 0
.../Blocks/Accordion/accordion.module.css | 0
.../components}/Blocks/Accordion/index.tsx | 0
.../Blocks/CardGallery/cardGallery.module.css | 0
.../components}/Blocks/CardGallery/index.tsx | 0
.../components}/Blocks/CardsGrid.tsx | 0
.../CarouselCards/carouselCards.module.css | 0
.../Blocks/CarouselCards/index.tsx | 0
.../HowItWorks/howItWorks.module.css | 0
.../DynamicContent/HowItWorks/index.tsx | 0
.../DynamicContent/LoyaltyLevels/index.tsx | 7 +-
.../LoyaltyLevels/loyaltyLevels.module.css | 0
.../Overview/Buttons/CopyButton.tsx | 0
.../Overview/Buttons/copybutton.module.css | 0
.../Overview/Friend/Hero/hero.module.css | 0
.../Overview/Friend/Hero/hero.ts | 0
.../Overview/Friend/Hero/heroVariants.ts | 0
.../Overview/Friend/Hero/index.tsx | 0
.../Friend/MembershipNumber/index.tsx | 0
.../membershipNumber.module.css | 0
.../membershipNumberVariants.ts | 0
.../Overview/Friend/friend.module.css | 0
.../DynamicContent/Overview/Friend/index.tsx | 0
.../Overview/Stats/ExpiringPoints/index.tsx | 0
.../Points/Container/container.module.css | 0
.../Overview/Stats/Points/Container/index.tsx | 0
.../Stats/Points/PointsColumn/index.tsx | 0
.../PointsColumn/pointsColumn.module.css | 0
.../Overview/Stats/Points/index.tsx | 0
.../DynamicContent/Overview/Stats/index.tsx | 0
.../Overview/Stats/stats.module.css | 0
.../Blocks/DynamicContent/Overview/index.tsx | 0
.../Overview/overview.module.css | 0
.../DynamicContent/OverviewTable/Client.tsx | 0
.../DesktopHeader/desktopHeader.module.css | 0
.../LargeTable/DesktopHeader/index.tsx | 0
.../OverviewTable/LargeTable/index.tsx | 0
.../LargeTable/largeTable.module.css | 0
.../OverviewTable/LevelSummary/index.tsx | 2 +-
.../LevelSummary/levelSummary.module.css | 0
.../OverviewTable/RewardList/Card/index.tsx | 0
.../RewardList/Card/rewardCard.module.css | 0
.../OverviewTable/RewardList/index.tsx | 0
.../RewardList/rewardList.module.css | 0
.../OverviewTable/RewardValue/index.tsx | 0
.../RewardValue/rewardValue.module.css | 0
.../OverviewTable/YourLevelScript/index.tsx | 0
.../YourLevelScript/yourLevel.module.css | 0
.../DynamicContent/OverviewTable/index.tsx | 0
.../OverviewTable/overviewTable.module.css | 0
.../DynamicContent/OverviewTable/reducer.ts | 0
.../AwardPoints/awardPoints.module.css | 0
.../AwardPoints/awardPointsVariants.ts | 0
.../Points/EarnAndBurn/AwardPoints/index.tsx | 0
.../EarnAndBurn/JourneyTable/Client.tsx | 0
.../JourneyTable/ClientTable/Row/index.tsx | 0
.../ClientTable/clientTable.module.css | 0
.../JourneyTable/ClientTable/index.tsx | 0
.../Points/EarnAndBurn/JourneyTable/index.tsx | 0
.../Points/EarnAndBurn/index.tsx | 0
.../expiringPointsTable.module.css | 0
.../ExpiringPointsTable/index.tsx | 0
.../ExpiringPoints/expiringPoints.module.css | 0
.../Points/ExpiringPoints/index.tsx | 0
.../DynamicContent/Points/Overview/index.tsx | 0
.../Points/Overview/overview.module.css | 0
.../Rewards/CurrentRewards/Client.tsx | 0
.../Rewards/CurrentRewards/current.module.css | 0
.../Rewards/CurrentRewards/index.tsx | 0
.../Rewards/NextLevel/index.tsx | 0
.../Rewards/NextLevel/next.module.css | 0
.../Rewards/Redeem/ActiveRedeemedBadge.tsx | 0
.../Rewards/Redeem/ConfirmClose.tsx | 0
.../Rewards/Redeem/Flows/Campaign.tsx | 0
.../Rewards/Redeem/Flows/Tier.tsx | 0
.../Rewards/Redeem/MembershipNumberBadge.tsx | 0
.../Rewards/Redeem/TimedRedeemedBadge.tsx | 0
.../DynamicContent/Rewards/Redeem/index.tsx | 0
.../Rewards/Redeem/redeem.module.css | 0
.../Rewards/Redeem/useRedeemFlow.ts | 0
.../DynamicContent/Rewards/RewardIcon/data.ts | 0
.../Rewards/RewardIcon/index.tsx | 0
.../Rewards/ScriptedRewardText/index.tsx | 0
.../SAS/LinkedAccounts/Card/TierLevelCard.tsx | 0
.../Card/tierLevelCard.module.css | 0
.../SAS/LinkedAccounts/LevelUpgradeButton.tsx | 0
.../SAS/LinkedAccounts/UnlinkSAS.tsx | 0
.../SAS/LinkedAccounts/index.tsx | 0
.../levelupgradebutton.module.css | 0
.../LinkedAccounts/linkedAccounts.module.css | 0
.../SASTierComparison/index.tsx | 0
.../DynamicContent/SectionWrapper/index.tsx | 0
.../SignupFormWrapper/index.tsx | 0
.../Stays/ListContainer/container.module.css | 0
.../Stays/ListContainer/index.tsx | 0
.../DynamicContent/Stays/Previous/Client.tsx | 0
.../emptyPreviousStays.module.css | 0
.../Previous/EmptyPreviousStays/index.tsx | 0
.../DynamicContent/Stays/Previous/index.tsx | 0
.../Stays/ShowMoreButton/button.module.css | 0
.../Stays/ShowMoreButton/index.tsx | 0
.../emptyUpcomingStays.module.css | 0
.../Soonest/EmptyUpcomingStays/index.tsx | 0
.../DynamicContent/Stays/Soonest/index.tsx | 0
.../DynamicContent/Stays/StayCard/index.tsx | 0
.../Stays/StayCard/stay.module.css | 0
.../DynamicContent/Stays/Upcoming/Client.tsx | 0
.../emptyUpcomingStays.module.css | 0
.../Upcoming/EmptyUpcomingStays/index.tsx | 0
.../DynamicContent/Stays/Upcoming/index.tsx | 0
.../Stays/Upcoming/upcoming.module.css | 0
.../Blocks/DynamicContent/index.tsx | 0
.../fullWidthCampaign.module.css | 0
.../Blocks/FullWidthCampaign/index.tsx | 0
.../hotelListingItem.module.css | 0
.../HotelListing/HotelListingItem/index.tsx | 0
.../HotelListing/HotelListingItem/utils.ts | 0
.../components}/Blocks/HotelListing/index.tsx | 0
.../Blocks/JoinScandicFriends/index.tsx | 0
.../joinScandicFriends.module.css | 0
.../ShortcutsListItems/index.tsx | 0
.../shortcutsListItems.module.css | 0
.../Blocks/ShortcutsList/index.tsx | 0
.../ShortcutsList/shortcutsList.module.css | 0
.../components}/Blocks/Table/index.tsx | 0
.../components}/Blocks/Table/table.module.css | 0
.../components}/Blocks/TextCols/index.tsx | 0
.../Blocks/TextCols/renderOptions.tsx | 0
.../Blocks/TextCols/textcols.module.css | 0
.../components}/Blocks/UspGrid/index.tsx | 0
.../Blocks/UspGrid/renderOptions.tsx | 0
.../Blocks/UspGrid/uspgrid.module.css | 0
.../components}/Blocks/UspGrid/utils.ts | 0
.../scandic-web/components}/Blocks/index.tsx | 0
.../components}/BookingWidget/Client.tsx | 0
.../MobileToggleButton/button.module.css | 0
.../MobileToggleButton/index.tsx | 0
.../BookingWidget/bookingWidget.module.css | 0
.../components}/BookingWidget/index.tsx | 0
.../components}/Breadcrumbs/index.tsx | 0
.../components}/ButtonLink/index.tsx | 0
.../components}/Carousel/CarouselContent.tsx | 0
.../components}/Carousel/CarouselContext.tsx | 0
.../components}/Carousel/CarouselDots.tsx | 0
.../components}/Carousel/CarouselItem.tsx | 0
.../Carousel/CarouselNavigation.tsx | 0
.../components}/Carousel/carousel.module.css | 0
.../components}/Carousel/index.tsx | 0
.../scandic-web/components}/Carousel/types.ts | 0
.../ContentCard/contentCard.module.css | 0
.../components}/ContentCard/contentCard.ts | 0
.../components}/ContentCard/index.tsx | 0
.../CityListingItemSkeleton.tsx | 0
.../cityListingItem.module.css | 0
.../CityListing/CityListingItem/index.tsx | 0
.../CityListing/CityListingSkeleton.tsx | 0
.../CityListing/cityListing.module.css | 0
.../DestinationPage/CityListing/index.tsx | 0
.../CityMap/HotelList/hotelList.module.css | 0
.../CityMap/HotelList/index.tsx | 0
.../CityMap/HotelList/utils.ts | 0
.../HotelListItem/hotelListItem.module.css | 0
.../CityMap/HotelListItem/index.tsx | 0
.../CityMap/cityMap.module.css | 0
.../DestinationCityPage/CityMap/index.tsx | 0
.../DestinationCityPageSkeleton.tsx | 0
.../destinationCityPage.module.css | 0
.../DestinationCityPage/index.tsx | 0
.../CountryMap/CityList/cityList.module.css | 0
.../CountryMap/CityList/index.tsx | 0
.../CityListItem/cityListItem.module.css | 0
.../CountryMap/CityListItem/index.tsx | 0
.../CountryMap/countryMap.module.css | 0
.../CountryMap/index.tsx | 0
.../SidebarContentWrapperSkeleton.tsx | 0
.../SidebarContentWrapper/index.tsx | 0
.../sidebarContentWrapper.module.css | 0
.../destinationCountryPage.module.css | 0
.../DestinationCountryPage/index.tsx | 0
.../Destination/destination.module.css | 0
.../DestinationsList/Destination/index.tsx | 0
.../destinationsList.module.css | 0
.../HotelsSection/DestinationsList/index.tsx | 0
.../HotelsSection/hotelsSection.module.css | 0
.../HotelsSection/index.tsx | 0
.../OverviewMapContainer/InputForm/index.tsx | 0
.../InputForm/inputFrom.module.css | 0
.../OverviewMapContainer/index.tsx | 0
.../destinationOverviewPage.module.css | 0
.../DestinationOverviewPage/index.tsx | 0
.../ExperienceList/ExperienceListSkeleton.tsx | 0
.../ExperienceList/experienceList.module.css | 0
.../DestinationPage/ExperienceList/index.tsx | 0
.../DestinationPage/ExperienceList/utils.ts | 0
.../HotelDataContainer/index.tsx | 0
.../HotelListingItemSkeleton.tsx | 0
.../hotelListingItem.module.css | 0
.../HotelListing/HotelListingItem/index.tsx | 0
.../HotelListing/HotelListingSkeleton.tsx | 0
.../HotelListing/hotelListing.module.css | 0
.../DestinationPage/HotelListing/index.tsx | 0
.../DialogImage/dialogImage.module.css | 0
.../HotelMapCard/DialogImage/index.tsx | 0
.../HotelMapCard/hotelMapCard.module.css | 0
.../DestinationPage/HotelMapCard/index.tsx | 0
.../Map/DynamicMap/dynamicMap.module.css | 0
.../DestinationPage/Map/DynamicMap/index.tsx | 0
.../ClusterMarker/clusterMarker.module.css | 0
.../Map/MapContent/ClusterMarker/index.tsx | 0
.../Map/MapContent/Marker/index.tsx | 0
.../DestinationPage/Map/MapContent/index.tsx | 0
.../DestinationPage/Map/MapProvider.tsx | 0
.../DestinationPage/Map/PageTypeProvider.tsx | 0
.../ContentType/DestinationPage/Map/index.tsx | 0
.../DestinationPage/Map/map.module.css | 0
.../ContentType/DestinationPage/Map/utils.ts | 0
.../SidebarContentWrapperSkeleton.tsx | 0
.../SidebarContentWrapper/index.tsx | 0
.../sidebarContentWrapper.module.css | 0
.../DestinationPage/Sidepeek/index.tsx | 0
.../Sidepeek/sidepeek.module.css | 0
.../StaticMap/MapButton/index.tsx | 0
.../DestinationPage/StaticMap/index.tsx | 0
.../StaticMap/staticMap.module.css | 0
.../TopImages/TopImagesSkeleton.tsx | 0
.../DestinationPage/TopImages/index.tsx | 0
.../TopImages/topImages.module.css | 0
.../ContentType/DestinationPage/utils.ts | 0
.../AmenitiesList/amenitiesList.module.css | 0
.../HotelPage/AmenitiesList/index.tsx | 0
.../CardGrid/ActivitiesCardGrid.tsx | 0
.../Facilities/CardGrid/cardGrid.module.css | 0
.../HotelPage/Facilities/CardGrid/index.tsx | 0
.../Facilities/facilities.module.css | 0
.../HotelPage/Facilities/index.tsx | 0
.../HotelPage/IntroSection/index.tsx | 0
.../IntroSection/introSection.module.css | 0
.../HotelPage/IntroSection/types.ts | 0
.../Map/DynamicMap/Sidebar/index.tsx | 0
.../Map/DynamicMap/Sidebar/sidebar.module.css | 0
.../Map/DynamicMap/dynamicMap.module.css | 0
.../HotelPage/Map/DynamicMap/index.tsx | 0
.../HotelPage/Map/MapCard/index.tsx | 0
.../HotelPage/Map/MapCard/mapCard.module.css | 0
.../HotelPage/Map/MapWithCard/index.tsx | 0
.../Map/MapWithCard/mapWithCard.module.css | 0
.../HotelPage/Map/MobileMapToggle/index.tsx | 0
.../MobileMapToggle/mobileToggle.module.css | 0
.../HotelPage/Map/StaticMap/index.tsx | 0
.../Map/StaticMap/staticMap.module.css | 0
.../HotelPage/PreviewImages/index.tsx | 0
.../PreviewImages/previewImages.module.css | 0
.../HotelPage/Rooms/RoomCard/index.tsx | 0
.../Rooms/RoomCard/roomCard.module.css | 0
.../ContentType/HotelPage/Rooms/index.tsx | 0
.../HotelPage/Rooms/rooms.module.css | 0
.../contactInformation.module.css | 0
.../ContactInformation/index.tsx | 0
.../AboutTheHotel/aboutTheHotel.module.css | 0
.../SidePeeks/AboutTheHotel/index.tsx | 0
.../Activities/activities.module.css | 0
.../HotelPage/SidePeeks/Activities/index.tsx | 0
.../accessibilityAmenity.module.css | 0
.../Accessibility/index.tsx | 0
.../AccordionAmenities/Breakfast/index.tsx | 0
.../AccordionAmenities/CheckIn/index.tsx | 0
.../Parking/ParkingList/index.tsx | 0
.../ParkingList/parkingList.module.css | 0
.../Parking/ParkingPrices/index.tsx | 0
.../ParkingPrices/parkingPrices.module.css | 0
.../AccordionAmenities/Parking/index.tsx | 0
.../Parking/parkingAmenity.module.css | 0
.../Amenities/AccordionAmenities/index.ts | 0
.../filteredAmenities.module.css | 0
.../Amenities/FilteredAmenities/index.tsx | 0
.../HotelPage/SidePeeks/Amenities/index.tsx | 0
.../MeetingsAndConferences/index.tsx | 0
.../meetingsAndConferences.module.css | 0
.../SidePeeks/MeetingsAndConferences/util.ts | 0
.../RestaurantBar/RestaurantBarItem/index.tsx | 0
.../restaurantBarItem.module.css | 0
.../SidePeeks/RestaurantBar/index.tsx | 0
.../RestaurantBar/restaurantBar.module.css | 0
.../HotelPage/SidePeeks/Room/index.tsx | 0
.../HotelPage/SidePeeks/Room/room.module.css | 0
.../Facility/facility.module.css | 0
.../WellnessAndExercise/Facility/index.tsx | 0
.../SidePeeks/WellnessAndExercise/index.tsx | 0
.../wellnessAndExercise.module.css | 0
.../ContentType/HotelPage/SidePeeks/index.ts | 0
.../HotelPage/TabNavigation/index.tsx | 0
.../TabNavigation/tabNavigation.module.css | 0
.../components}/ContentType/HotelPage/data.ts | 0
.../HotelPage/hotelPage.module.css | 0
.../ContentType/HotelPage/index.tsx | 0
.../ContentType/HotelPage/utils.ts | 0
.../accessibilityAdditionalContent.module.css | 0
.../AdditionalContent/Accessibility/index.tsx | 0
.../AdditionalContent/Meetings/index.tsx | 0
.../meetingsAdditionalContent.module.css | 0
.../AdditionalContent/Parking/index.tsx | 0
.../parkingAdditionalContent.module.css | 0
.../HotelSubpage/AdditionalContent/index.tsx | 0
.../HtmlContent/htmlContent.module.css | 0
.../HotelSubpage/HtmlContent/index.tsx | 0
.../HotelSubpage/HtmlContent/utils.ts | 0
.../HotelSubpage/Sidebar/MeetingsSidebar.tsx | 0
.../HotelSubpage/Sidebar/ParkingSidebar.tsx | 0
.../RestaurantSidebar/RestaurantSidebar.tsx | 0
.../restaurantSiderbar.module.css | 0
.../HotelSubpage/Sidebar/WellnessSidebar.tsx | 0
.../HotelSubpage/Sidebar/index.tsx | 0
.../HotelSubpage/Sidebar/sidebar.module.css | 0
.../HotelSubpage/hotelSubpage.module.css | 0
.../ContentType/HotelSubpage/index.tsx | 0
.../ContentType/HotelSubpage/utils.ts | 0
.../ContentType/LoyaltyPage/index.tsx | 0
.../LoyaltyPage/loyaltyPage.module.css | 0
.../ContentType/StartPage/InfoCard/index.tsx | 0
.../StartPage/InfoCard/infoCard.module.css | 0
.../ContentType/StartPage/index.tsx | 0
.../StartPage/startPage.module.css | 0
.../StaticPages/CollectionPage/index.tsx | 0
.../StaticPages/ContentPage/index.tsx | 0
.../ContentType/StaticPages/index.tsx | 0
.../StaticPages/staticPage.module.css | 0
.../ContentType/StaticPages/staticPage.ts | 0
.../ContentType/StaticPages/variants.ts | 0
.../components}/CookieBot/index.tsx | 0
.../components}/Countdown/index.tsx | 0
.../components}/Current/AdobeScript.tsx | 0
.../Current/Aside/Contacts/Contact.tsx | 0
.../Current/Aside/Contacts/contact.module.css | 0
.../Current/Aside/Contacts/index.tsx | 0
.../components}/Current/Aside/Puff/index.tsx | 0
.../Current/Aside/Puff/puff.module.css | 0
.../Current/Aside/Puff/renderOptions.tsx | 0
.../Current/Aside/aside.module.css | 0
.../components}/Current/Aside/index.tsx | 0
.../Current/Blocks/List/ListItem.tsx | 0
.../components}/Current/Blocks/List/index.tsx | 0
.../Current/Blocks/List/list.module.css | 0
.../components}/Current/Blocks/Puffs.tsx | 0
.../components}/Current/Blocks/Text.tsx | 0
.../Current/Blocks/blocks.module.css | 0
.../components}/Current/Blocks/index.tsx | 0
.../ContentPage/contentPage.module.css | 0
.../components}/Current/ContentPage/index.tsx | 0
.../components}/Current/Footer/Navigation.tsx | 0
.../Current/Footer/footer.module.css | 0
.../components}/Current/Footer/index.tsx | 0
.../Current/Footer/navigation.module.css | 0
.../BookingButton/bookingButton.module.css | 0
.../Current/Header/BookingButton/index.tsx | 0
.../Current/Header/HeaderFallback/index.tsx | 0
.../Desktop/desktop.module.css | 0
.../Header/LanguageSwitcher/Desktop/index.tsx | 0
.../Header/LanguageSwitcher/Mobile/index.tsx | 0
.../LanguageSwitcher/Mobile/mobile.module.css | 0
.../Current/Header/LanguageSwitcher/index.tsx | 0
.../Current/Header/MainMenu/index.tsx | 0
.../Header/MainMenu/mainMenu.module.css | 0
.../Header/MyPagesMobileDropdown/index.tsx | 0
.../my-pages-mobile-dropdown.module.css | 0
.../Header/OfflineBanner/banner.module.css | 0
.../Current/Header/OfflineBanner/index.tsx | 0
.../Current/Header/TopMenu/index.tsx | 0
.../Current/Header/TopMenu/topMenu.module.css | 0
.../Current/Header/header.module.css | 0
.../components}/Current/Header/index.tsx | 0
.../components}/Current/Hero/hero.module.css | 0
.../components}/Current/Hero/index.tsx | 0
.../components}/Current/LangPopup/index.tsx | 0
.../Current/LoadingSpinner/index.tsx | 0
.../Current/LoadingSpinner/loading.module.css | 0
.../components}/Current/NotFound/Texts.ts | 0
.../components}/Current/NotFound/index.tsx | 0
.../Current/NotFound/notFound.module.css | 0
.../Breadcrumbs/breadcrumbs.module.css | 0
.../Current/Preamble/Breadcrumbs/index.tsx | 0
.../components}/Current/Preamble/index.tsx | 0
.../Current/Preamble/preamble.module.css | 0
.../Current/Preamble/renderOptions.tsx | 0
.../components}/Current/Section/index.tsx | 0
.../Current/Section/section.module.css | 0
.../components}/Current/SubnavMobile.tsx | 0
.../components}/Current/Tracking.tsx | 0
.../Current/currentRenderOptions.module.css | 0
.../Current/currentRenderOptions.tsx | 0
.../components}/DatePicker/Screen/Desktop.tsx | 0
.../components}/DatePicker/Screen/Mobile.tsx | 0
.../DatePicker/Screen/desktop.module.css | 0
.../DatePicker/Screen/mobile.module.css | 0
.../DatePicker/date-picker.module.css | 0
.../components}/DatePicker/index.tsx | 0
.../DeprecatedJsonToHtml/index.tsx | 0
.../jsontohtml.module.css | 0
.../DeprecatedJsonToHtml/renderOptions.tsx | 0
.../DeprecatedJsonToHtml/utils.tsx | 0
.../components}/Dialog/dialog.module.css | 0
.../scandic-web/components}/Dialog/index.tsx | 0
.../Footer/Details/SocialLink/index.tsx | 0
.../Footer/Details/details.module.css | 0
.../components}/Footer/Details/index.tsx | 0
.../Footer/Navigation/MainNav/index.tsx | 0
.../Navigation/MainNav/mainnav.module.css | 0
.../Footer/Navigation/SecondaryNav/index.tsx | 0
.../SecondaryNav/secondarynav.module.css | 0
.../components}/Footer/Navigation/index.tsx | 0
.../Footer/Navigation/navigation.module.css | 0
.../scandic-web/components}/Footer/index.tsx | 0
.../BookingCode/TabletCodeInput/index.tsx | 0
.../BookingCode/booking-code.module.css | 0
.../FormContent/BookingCode/index.tsx | 0
.../BookingWidget/FormContent/Input/index.tsx | 0
.../FormContent/Input/input.module.css | 0
.../ClearSearchButton/button.module.css | 0
.../SearchList/ClearSearchButton/index.tsx | 0
.../SearchList/ClearSearchButton/variants.ts | 0
.../SearchList/Dialog/dialog.module.css | 0
.../Search/SearchList/Dialog/index.tsx | 0
.../Search/SearchList/Dialog/variants.ts | 0
.../Search/SearchList/List/Label.tsx | 0
.../Search/SearchList/List/ListItem/index.tsx | 0
.../List/ListItem/listItem.module.css | 0
.../SearchList/List/ListItem/variants.ts | 0
.../Search/SearchList/List/index.tsx | 0
.../Search/SearchList/List/list.module.css | 0
.../FormContent/Search/SearchList/index.tsx | 0
.../Search/SearchList/searchList.module.css | 0
.../FormContent/Search/index.tsx | 0
.../FormContent/Search/reducer.ts | 0
.../FormContent/Search/search.module.css | 0
.../FormContent/Voucher/index.tsx | 0
.../FormContent/Voucher/voucher.module.css | 0
.../FormContent/formContent.module.css | 0
.../Forms/BookingWidget/FormContent/index.tsx | 0
.../Forms/BookingWidget/form.module.css | 0
.../components}/Forms/BookingWidget/index.tsx | 0
.../components}/Forms/BookingWidget/schema.ts | 0
.../Forms/BookingWidget/variants.ts | 0
.../FormContent/formContent.module.css | 0
.../Forms/Edit/Profile/FormContent/index.tsx | 0
.../Forms/Edit/Profile/form.module.css | 0
.../components}/Forms/Edit/Profile/index.tsx | 0
.../components}/Forms/Edit/Profile/schema.ts | 0
.../components}/Forms/Signup/form.module.css | 0
.../components}/Forms/Signup/index.tsx | 2 +-
.../components}/Forms/Signup/schema.ts | 0
.../AdultSelector/adult-selector.module.css | 0
.../GuestsRoomsPicker/AdultSelector/index.tsx | 0
.../ChildSelector/ChildInfoSelector.tsx | 0
.../ChildSelector/child-selector.module.css | 0
.../GuestsRoomsPicker/ChildSelector/index.tsx | 0
.../Counter/counter.module.css | 0
.../GuestsRoomsPicker/Counter/index.tsx | 0
.../components}/GuestsRoomsPicker/Form.tsx | 0
.../GuestsRoomsPicker/GuestsRoom/index.tsx | 0
.../guests-rooms-picker.module.css | 0
.../components}/GuestsRoomsPicker/index.tsx | 0
.../Header/HeaderLink/headerLink.module.css | 0
.../components}/Header/HeaderLink/index.tsx | 0
.../Header/MainMenu/Avatar/avatar.module.css | 0
.../Header/MainMenu/Avatar/index.tsx | 0
.../Header/MainMenu/MainMenuButton/index.tsx | 0
.../MainMenuButton/menuButton.module.css | 0
.../Header/MainMenu/MobileMenu/index.tsx | 0
.../MainMenu/MobileMenu/mobileMenu.module.css | 0
.../MainMenu/MobileMenuWrapper/index.tsx | 0
.../Header/MainMenu/MyPagesMenu/index.tsx | 0
.../MyPagesMenu/myPagesMenu.module.css | 0
.../MainMenu/MyPagesMenuContent/index.tsx | 0
.../myPagesMenuContent.module.css | 0
.../MainMenu/MyPagesMenuWrapper/index.tsx | 0
.../myPagesMenuWrapper.module.css | 0
.../MainMenu/MyPagesMobileMenu/index.tsx | 0
.../myPagesMobileMenu.module.css | 0
.../NavigationMenu/MegaMenu/index.tsx | 0
.../MegaMenu/megaMenu.module.css | 0
.../NavigationMenuItem/index.tsx | 0
.../navigationMenuItem.module.css | 0
.../NavigationMenuList/index.tsx | 0
.../navigationMenuList.module.css | 0
.../Header/MainMenu/NavigationMenu/index.tsx | 0
.../components}/Header/MainMenu/index.tsx | 0
.../Header/MainMenu/mainMenu.module.css | 0
.../components}/Header/TopLink/index.tsx | 0
.../components}/Header/TopMenu/index.tsx | 0
.../Header/TopMenu/topMenu.module.css | 0
.../components}/Header/header.module.css | 0
.../scandic-web/components}/Header/index.tsx | 0
.../components}/Hero/hero.module.css | 0
.../scandic-web/components}/Hero/hero.ts | 0
.../scandic-web/components}/Hero/index.tsx | 0
.../Filter/Checkbox/checkbox.module.css | 0
.../Filter/Checkbox/index.tsx | 0
.../Filter/filter.module.css | 0
.../HotelFilterAndSort/Filter/index.tsx | 0
.../HotelFilterAndSort/Sort/index.tsx | 0
.../hotelFilterAndSort.module.css | 0
.../components}/HotelFilterAndSort/index.tsx | 0
.../HotelReservation/AddToCalendar/index.tsx | 0
.../Confirmation/confirmation.module.css | 0
.../Confirmation/index.tsx | 0
.../Header/Actions/AddToCalendarButton.tsx | 0
.../Header/Actions/DownloadInvoice.tsx | 0
.../Header/Actions/ManageBooking.tsx | 0
.../Header/Actions/helpers.ts | 0
.../Header/header.module.css | 0
.../BookingConfirmation/Header/index.tsx | 2 +-
.../HotelDetails/hotelDetails.module.css | 0
.../HotelDetails/index.tsx | 0
.../PaymentDetails/index.tsx | 0
.../PaymentDetails/paymentDetails.module.css | 0
.../Promos/Promo/index.tsx | 0
.../Promos/Promo/promo.module.css | 0
.../BookingConfirmation/Promos/index.tsx | 0
.../Promos/promos.module.css | 0
.../BookingConfirmation/Receipt/index.tsx | 0
.../Receipt/receipt.module.css | 0
.../Rooms/LinkedReservation/index.tsx | 0
.../linkedReservation.module.css | 0
.../BookingConfirmation/Rooms/Room/index.tsx | 0
.../Rooms/Room/room.module.css | 0
.../BookingConfirmation/Rooms/index.tsx | 0
.../Rooms/rooms.module.css | 0
.../BookingConfirmation/index.tsx | 0
.../Contact/contact.module.css | 0
.../HotelReservation/Contact/index.tsx | 0
.../BedType/BedTypeInfo/index.tsx | 0
.../BedType/bedOptions.module.css | 0
.../EnterDetails/BedType/index.tsx | 0
.../EnterDetails/BedType/schema.ts | 0
.../ancillaryChoiceCard.module.css | 0
.../Breakfast/BreakfastChoiceCard/index.tsx | 0
.../Breakfast/breakfast.module.css | 0
.../EnterDetails/Breakfast/index.tsx | 0
.../EnterDetails/Breakfast/schema.ts | 0
.../Details/JoinScandicFriendsCard/index.tsx | 2 +-
.../joinScandicFriendsCard.module.css | 0
.../Details/MemberPriceModal/index.tsx | 0
.../Details/MemberPriceModal/modal.module.css | 0
.../EnterDetails/Details/Signup/index.tsx | 0
.../Details/Signup/signup.module.css | 0
.../Details/SpecialRequests/index.tsx | 0
.../specialRequests.module.css | 0
.../EnterDetails/Details/details.module.css | 0
.../EnterDetails/Details/index.tsx | 0
.../EnterDetails/Details/schema.ts | 0
.../EnterDetails/Header/ToggleSidePeek.tsx | 0
.../EnterDetails/Header/header.module.css | 0
.../EnterDetails/Header/index.tsx | 0
.../guaranteeDetails.module.css | 0
.../Payment/GuaranteeDetails/index.tsx | 0
.../Payment/PaymentCallback/index.tsx | 0
.../EnterDetails/Payment/PaymentClient.tsx | 2 +-
.../Payment/PaymentOption/index.tsx | 0
.../PaymentOption/paymentOption.module.css | 0
.../Payment/PaymentOption/paymentOption.ts | 0
.../EnterDetails/Payment/index.tsx | 0
.../EnterDetails/Payment/payment.module.css | 0
.../EnterDetails/Payment/schema.ts | 0
.../EnterDetails/PriceChangeDialog/index.tsx | 0
.../priceChangeDialog.module.css | 0
.../EnterDetails/SectionAccordion/index.tsx | 0
.../sectionAccordion.module.css | 0
.../SelectedRoom/ToggleSidePeek.tsx | 0
.../EnterDetails/SelectedRoom/index.tsx | 2 +-
.../SelectedRoom/selectedRoom.module.css | 0
.../EnterDetails/StorageCleaner.tsx | 0
.../EnterDetails/Summary/Desktop.tsx | 0
.../Mobile/BottomSheet/bottomSheet.module.css | 0
.../Summary/Mobile/BottomSheet/index.tsx | 0
.../EnterDetails/Summary/Mobile/index.tsx | 0
.../Summary/Mobile/mobile.module.css | 0
.../EnterDetails/Summary/UI/index.tsx | 2 +-
.../EnterDetails/Summary/UI/ui.module.css | 0
.../EnterDetails/Summary/summary.test.tsx | 0
.../HotelCard/HotelCardSkeleton.module.css | 0
.../HotelCard/HotelCardSkeleton.tsx | 0
.../HotelPriceCard/hotelPriceCard.module.css | 0
.../HotelCard/HotelPriceCard/index.tsx | 0
.../HotelCard/NoPriceAvailableCard/index.tsx | 0
.../noPriceAvailable.module.css | 0
.../HotelCard/hotelCard.module.css | 0
.../HotelReservation/HotelCard/index.tsx | 0
.../HotelReservation/HotelCard/variants.ts | 0
.../hotelCardDialogImage.module.css | 0
.../HotelCardDialogImage/index.tsx | 0
.../HotelCardDialogImage/variants.ts | 0
.../ListingHotelCardDialog/index.tsx | 0
.../StandaloneHotelCardDialog/index.tsx | 0
.../hotelCardDialog.module.css | 0
.../HotelCardDialog/index.tsx | 0
.../hotelCardDialogListing.module.css | 0
.../HotelCardDialogListing/index.tsx | 0
.../HotelCardDialogListing/utils.ts | 0
.../hotelCardListing.module.css | 0
.../HotelCardListing/index.tsx | 0
.../HotelCardListing/utils.ts | 0
.../addAncillaryFlowModal.module.css | 0
.../AddAncillaryFlowModal/index.tsx | 0
.../confirmationStep.module.css | 0
.../ConfirmationStep/index.tsx | 4 +-
.../deliveryDetailsStep.module.css | 0
.../DeliveryDetailsStep/index.tsx | 0
.../SelectQuantityStep/index.tsx | 0
.../selectQuantityStep.module.css | 0
.../Ancillaries/AddAncillaryFlow/schema.ts | 0
.../ancillaryGridModal.module.css | 0
.../Ancillaries/AncillaryGridModal/index.tsx | 0
.../MyStay/Ancillaries/ancillaries.module.css | 0
.../MyStay/Ancillaries/index.tsx | 0
.../MyStay/Ancillaries/utils.ts | 0
.../BookingSummary/SummaryCard/index.tsx | 0
.../SummaryCard/summaryCard.module.css | 0
.../BookingSummary/bookingSummary.module.css | 0
.../MyStay/BookingSummary/index.tsx | 0
.../MyStay/CancelStay/Confirmation/index.tsx | 0
.../CancelStay/FinalConfirmation/index.tsx | 0
.../MyStay/CancelStay/cancelStay.module.css | 0
.../MyStay/CancelStay/hooks/useCancelStay.ts | 0
.../MyStay/CancelStay/index.tsx | 0
.../MyStay/CancelStay/utils.ts | 0
.../MyStay/Header/header.module.css | 0
.../HotelReservation/MyStay/Header/index.tsx | 0
.../Actions/AddToCalendarButton.tsx | 0
.../ActionPanel/actionPanel.module.css | 0
.../MyStay/ManageStay/ActionPanel/index.tsx | 0
.../MyStay/ManageStay/ModalContent/index.tsx | 0
.../ModalContent/modalContent.module.css | 0
.../MyStay/ManageStay/index.tsx | 0
.../MyStay/ManageStay/modifyModal.module.css | 0
.../HotelReservation/MyStay/Promo/index.tsx | 0
.../MyStay/Promo/promo.module.css | 0
.../MyStay/ReferenceCard/index.tsx | 0
.../ReferenceCard/referenceCard.module.css | 0
.../MyStay/Room/GuestDetails.tsx | 0
.../HotelReservation/MyStay/Room/index.tsx | 0
.../MyStay/Room/room.module.css | 0
.../HotelReservation/MyStay/index.tsx | 0
.../HotelReservation/MyStay/myStay.module.css | 0
.../MyStay/myStaySkeleton.tsx | 0
.../PriceDetailsTable/index.tsx | 0
.../priceDetailsTable.module.css | 0
.../PriceDetailsModal/index.tsx | 0
.../HotelReservation/ReadMore/index.tsx | 0
.../ReadMore/readMore.module.css | 0
.../RoomCardSkeleton.module.css | 0
.../RoomCardSkeleton/RoomCardSkeleton.tsx | 0
.../bookingCodeFilter.module.css | 0
.../SelectHotel/BookingCodeFilter/index.tsx | 0
.../filterAndSortModal.module.css | 0
.../SelectHotel/FilterAndSortModal/index.tsx | 0
.../SelectHotel/HotelCount/index.tsx | 0
.../FilterCheckbox/filterCheckbox.module.css | 0
.../HotelFilter/FilterCheckbox/index.tsx | 0
.../HotelFilter/hotelFilter.module.css | 0
.../SelectHotel/HotelFilter/index.tsx | 0
.../SelectHotel/HotelSorter/index.tsx | 0
.../MobileMapButtonContainer/index.tsx | 0
.../mobileMapButtonContainer.module.css | 0
.../SelectHotel/NoAvailabilityAlert.tsx | 0
.../HotelListing/hotelListing.module.css | 0
.../SelectHotelMap/HotelListing/index.tsx | 0
.../SelectHotelMapContainer.tsx | 0
...SelectHotelMapContainerSkeleton.module.css | 0
.../SelectHotelMapContainerSkeleton.tsx | 0
.../SelectHotelMapContent/index.tsx | 0
.../selectHotelMapContent.module.css | 0
.../SelectHotelMapContent/utils.ts | 0
.../SelectHotel/SelectHotelMap/index.tsx | 0
.../SelectHotel/SelectHotelSkeleton.tsx | 0
.../HotelReservation/SelectHotel/index.tsx | 0
.../SelectHotel/selectHotel.module.css | 0
.../HotelInfoCard/hotelInfoCard.module.css | 0
.../SelectRate/HotelInfoCard/index.tsx | 0
.../RateSummary/MobileSummary/Summary.tsx | 2 +-
.../RateSummary/MobileSummary/index.tsx | 0
.../MobileSummary/mobileSummary.module.css | 0
.../MobileSummary/summary.module.css | 0
.../RoomsContainer/RateSummary/index.tsx | 4 +-
.../RateSummary/rateSummary.module.css | 0
.../RoomsContainer/RateSummary/utils.ts | 0
.../SelectedRoomPanel/index.tsx | 0
.../selectedRoomPanel.module.css | 0
.../Rooms/MultiRoomWrapper/index.tsx | 0
.../multiRoomWrapper.module.css | 0
.../Rooms/MultiRoomWrapper/variants.ts | 0
.../FlexibilityOption/PriceList/index.tsx | 0
.../PriceList/priceList.module.css | 0
.../FlexibilityOption/PriceList/utils.ts | 0
.../flexibilityOption.module.css | 0
.../RoomCard/FlexibilityOption/index.tsx | 0
.../RoomSelectionPanel/RoomCard/RoomSize.tsx | 0
.../RoomCard/cardVariants.ts | 0
.../RoomSelectionPanel/RoomCard/index.tsx | 0
.../RoomCard/roomCard.module.css | 0
.../RoomTypeFilter/index.tsx | 0
.../RoomTypeFilter/roomFilter.module.css | 0
.../Rooms/RoomSelectionPanel/index.tsx | 0
.../roomSelectionPanel.module.css | 0
.../SelectRate/RoomsContainer/Rooms/index.tsx | 0
.../RoomsContainer/Rooms/rooms.module.css | 0
.../RoomsContainerSkeleton.module.css | 0
.../RoomsContainer/RoomsContainerSkeleton.tsx | 0
.../SelectRate/RoomsContainer/index.tsx | 0
.../HotelReservation/SelectRate/index.tsx | 0
.../HotelReservation/SelectRate/utils.ts | 0
.../HotelReservation/SidePanel/index.tsx | 0
.../SidePanel/sidePanel.module.css | 0
.../HotelReservation/SidePanel/variants.ts | 0
.../hotelReservationSidePeek.module.css | 0
.../HotelReservation/SidePeek/index.tsx | 0
.../HotelReservation/SignupPromo/Desktop.tsx | 2 +-
.../HotelReservation/SignupPromo/Mobile.tsx | 0
.../SignupPromo/signupPromo.module.css | 0
.../TripAdvisorChip/index.tsx | 0
.../tripAdvisorChip.module.css | 0
.../components}/HotelReservation/utils.ts | 0
.../scandic-web/components}/Icons/Ac.tsx | 0
.../components}/Icons/Accesories.tsx | 0
.../components}/Icons/Accessibility.tsx | 0
.../components}/Icons/AccountCircle.tsx | 0
.../scandic-web/components}/Icons/Air.tsx | 0
.../components}/Icons/Airplane.tsx | 0
.../scandic-web/components}/Icons/Allergy.tsx | 0
.../components}/Icons/ArrowRight.tsx | 0
.../scandic-web/components}/Icons/ArrowUp.tsx | 0
.../scandic-web/components}/Icons/Balcony.tsx | 0
.../scandic-web/components}/Icons/Bar.tsx | 0
.../scandic-web/components}/Icons/Bathtub.tsx | 0
.../components}/Icons/BedHotel.tsx | 0
.../components}/Icons/BedroomParent.tsx | 0
.../components}/Icons/Beds/Bed.tsx | 0
.../components}/Icons/Beds/BedDouble.tsx | 0
.../components}/Icons/Beds/BedSingle.tsx | 0
.../components}/Icons/Beds/ExtraBunkBed.tsx | 0
.../Icons/Beds/ExtraPullOutBed.tsx | 0
.../components}/Icons/Beds/ExtraSofaBed.tsx | 0
.../components}/Icons/Beds/ExtraWallBed.tsx | 0
.../components}/Icons/Beds/KingBed.tsx | 0
.../components}/Icons/Beds/KingBedSmall.tsx | 0
.../components}/Icons/Beds/QueenBed.tsx | 0
.../components}/Icons/Beds/SingleBed.tsx | 0
.../components}/Icons/Beds/TwinBeds.tsx | 0
.../scandic-web/components}/Icons/Bike.tsx | 0
.../scandic-web/components}/Icons/Biking.tsx | 0
.../components}/Icons/Breakfast.tsx | 0
.../components}/Icons/Business.tsx | 0
.../scandic-web/components}/Icons/Cable.tsx | 0
.../components}/Icons/Calendar.tsx | 0
.../components}/Icons/CalendarAdd.tsx | 0
.../scandic-web/components}/Icons/Camera.tsx | 0
.../components}/Icons/Cellphone.tsx | 0
.../scandic-web/components}/Icons/Chair.tsx | 0
.../scandic-web/components}/Icons/Check.tsx | 0
.../components}/Icons/CheckCircle.tsx | 0
.../components}/Icons/ChevronDown.tsx | 0
.../components}/Icons/ChevronDownSmall.tsx | 0
.../components}/Icons/ChevronLeft.tsx | 0
.../components}/Icons/ChevronLeftSmall.tsx | 0
.../components}/Icons/ChevronRight.tsx | 0
.../components}/Icons/ChevronRightSmall.tsx | 0
.../components}/Icons/ChevronUp.tsx | 0
.../components}/Icons/ChevronUpSmall.tsx | 0
.../scandic-web/components}/Icons/City.tsx | 0
.../scandic-web/components}/Icons/Close.tsx | 0
.../components}/Icons/CloseLarge.tsx | 0
.../scandic-web/components}/Icons/Coffee.tsx | 0
.../components}/Icons/CoffeeAlt.tsx | 0
.../components}/Icons/CoffeeMaker.tsx | 0
.../scandic-web/components}/Icons/Coin.tsx | 0
.../components}/Icons/CompareArrows.tsx | 0
.../components}/Icons/Concierge.tsx | 0
.../components}/Icons/Contract.tsx | 0
.../components}/Icons/ConvenienceStore24h.tsx | 0
.../scandic-web/components}/Icons/Cool.tsx | 0
.../scandic-web/components}/Icons/Copy.tsx | 0
.../components}/Icons/CreditCard.tsx | 0
.../components}/Icons/CreditCardAdd.tsx | 0
.../components}/Icons/CroissantCoffeeEgg.tsx | 0
.../components}/Icons/CrossCircle.tsx | 0
.../components}/Icons/CrossCircleOutline.tsx | 0
.../components}/Icons/Cultural.tsx | 0
.../components}/Icons/CutleryOne.tsx | 0
.../components}/Icons/CutleryTwo.tsx | 0
.../scandic-web/components}/Icons/Delete.tsx | 0
.../scandic-web/components}/Icons/Desk.tsx | 0
.../scandic-web/components}/Icons/Diamond.tsx | 0
.../scandic-web/components}/Icons/Dining.tsx | 0
.../components}/Icons/Directions.tsx | 0
.../components}/Icons/Discount.tsx | 0
.../components}/Icons/DoorClosed.tsx | 0
.../components}/Icons/DoorOpen.tsx | 0
.../components}/Icons/Download.tsx | 0
.../scandic-web/components}/Icons/Dresser.tsx | 0
.../scandic-web/components}/Icons/Edit.tsx | 0
.../components}/Icons/ElectricBike.tsx | 0
.../components}/Icons/ElectricCar.tsx | 0
.../scandic-web/components}/Icons/Email.tsx | 0
.../components}/Icons/ErrorCircle.tsx | 0
.../components}/Icons/ErrorCircleFilled.tsx | 0
.../scandic-web/components}/Icons/EyeHide.tsx | 0
.../scandic-web/components}/Icons/EyeShow.tsx | 0
.../components}/Icons/Facebook.tsx | 0
.../scandic-web/components}/Icons/Family.tsx | 0
.../scandic-web/components}/Icons/Fan.tsx | 0
.../components}/Icons/FilledHeart.tsx | 0
.../scandic-web/components}/Icons/Filter.tsx | 0
.../scandic-web/components}/Icons/Fitness.tsx | 0
.../components}/Icons/Footstool.tsx | 0
.../scandic-web/components}/Icons/Gallery.tsx | 0
.../scandic-web/components}/Icons/Garage.tsx | 0
.../scandic-web/components}/Icons/Gift.tsx | 0
.../components}/Icons/GiftOpen.tsx | 0
.../scandic-web/components}/Icons/Globe.tsx | 0
.../scandic-web/components}/Icons/Golf.tsx | 0
.../components}/Icons/Groceries.tsx | 0
.../components}/Icons/Hairdryer.tsx | 0
.../scandic-web/components}/Icons/HandKey.tsx | 0
.../components}/Icons/HandSoap.tsx | 0
.../scandic-web/components}/Icons/Hanger.tsx | 0
.../components}/Icons/HangerAlt.tsx | 0
.../components}/Icons/HealthBeauty.tsx | 0
.../scandic-web/components}/Icons/Heart.tsx | 0
.../scandic-web/components}/Icons/Heat.tsx | 0
.../components}/Icons/HotelNight.tsx | 0
.../scandic-web/components}/Icons/House.tsx | 0
.../scandic-web/components}/Icons/Image.tsx | 0
.../components}/Icons/InfoCircle.tsx | 0
.../components}/Icons/Instagram.tsx | 0
.../scandic-web/components}/Icons/Iron.tsx | 0
.../components}/Icons/Kayaking.tsx | 0
.../scandic-web/components}/Icons/Kettle.tsx | 0
.../scandic-web/components}/Icons/Kids.tsx | 0
.../components}/Icons/KidsMocktail.tsx | 0
.../scandic-web/components}/Icons/Lamp.tsx | 0
.../scandic-web/components}/Icons/Laptop.tsx | 0
.../components}/Icons/LaundryMachine.tsx | 0
.../scandic-web/components}/Icons/Link.tsx | 0
.../components}/Icons/LocalBar.tsx | 0
.../components}/Icons/Location.tsx | 0
.../scandic-web/components}/Icons/Lock.tsx | 0
.../Icons/Logos/DowntownCamper.tsx | 0
.../Icons/Logos/GrandHotelOslo.tsx | 0
.../components}/Icons/Logos/Haymarket.tsx | 0
.../components}/Icons/Logos/HotelNorge.tsx | 0
.../components}/Icons/Logos/Marski.tsx | 0
.../components}/Icons/Logos/ScandicGoLogo.tsx | 0
.../components}/Icons/Logos/ScandicLogo.tsx | 0
.../components}/Icons/Logos/index.tsx | 0
.../scandic-web/components}/Icons/Luggage.tsx | 0
.../components}/Icons/MagicWand.tsx | 0
.../scandic-web/components}/Icons/Map.tsx | 0
.../scandic-web/components}/Icons/Measure.tsx | 0
.../components}/Icons/Microwave.tsx | 0
.../scandic-web/components}/Icons/Minus.tsx | 0
.../scandic-web/components}/Icons/Mirror.tsx | 0
.../components}/Icons/MoneyHand.tsx | 0
.../scandic-web/components}/Icons/Museum.tsx | 0
.../scandic-web/components}/Icons/Nature.tsx | 0
.../components}/Icons/Nightlife.tsx | 0
.../components}/Icons/NoBreakfast.tsx | 0
.../components}/Icons/NoSmoking.tsx | 0
.../components}/Icons/OpenInNew.tsx | 0
.../components}/Icons/OpenInNewSmall.tsx | 0
.../components}/Icons/OutdoorFurniture.tsx | 0
.../scandic-web/components}/Icons/Parking.tsx | 0
.../scandic-web/components}/Icons/People2.tsx | 0
.../scandic-web/components}/Icons/Person.tsx | 0
.../scandic-web/components}/Icons/Pets.tsx | 0
.../scandic-web/components}/Icons/Phone.tsx | 0
.../scandic-web/components}/Icons/Plus.tsx | 0
.../components}/Icons/PlusCircle.tsx | 0
.../components}/Icons/PriceTag.tsx | 0
.../scandic-web/components}/Icons/Printer.tsx | 0
.../scandic-web/components}/Icons/Refresh.tsx | 0
.../components}/Icons/Restaurant.tsx | 0
.../components}/Icons/RocketLaunch.tsx | 0
.../components}/Icons/RoomService.tsx | 0
.../components}/Icons/SafetyBox.tsx | 0
.../scandic-web/components}/Icons/Sauna.tsx | 0
.../scandic-web/components}/Icons/Search.tsx | 0
.../scandic-web/components}/Icons/Service.tsx | 0
.../components}/Icons/Shopping.tsx | 0
.../scandic-web/components}/Icons/Shower.tsx | 0
.../components}/Icons/Skateboarding.tsx | 0
.../scandic-web/components}/Icons/Smoking.tsx | 0
.../components}/Icons/Snowflake.tsx | 0
.../scandic-web/components}/Icons/Spa.tsx | 0
.../scandic-web/components}/Icons/Speaker.tsx | 0
.../components}/Icons/StarFilled.tsx | 0
.../scandic-web/components}/Icons/Store.tsx | 0
.../scandic-web/components}/Icons/Street.tsx | 0
.../components}/Icons/Surprise.tsx | 0
.../scandic-web/components}/Icons/Swim.tsx | 0
.../components}/Icons/Thermostat.tsx | 0
.../scandic-web/components}/Icons/Train.tsx | 0
.../components}/Icons/TripAdvisor.tsx | 0
.../scandic-web/components}/Icons/Tshirt.tsx | 0
.../components}/Icons/TshirtWash.tsx | 0
.../components}/Icons/TvCasting.tsx | 0
.../scandic-web/components}/Icons/Voucher.tsx | 0
.../components}/Icons/WarningTriangle.tsx | 0
.../components}/Icons/Wheelchair.tsx | 0
.../scandic-web/components}/Icons/Wifi.tsx | 0
.../components}/Icons/WindowCurtainsAlt.tsx | 0
.../components}/Icons/WindowNotAvailable.tsx | 0
.../scandic-web/components}/Icons/WineBar.tsx | 0
.../components}/Icons/WoodFloor.tsx | 0
.../scandic-web/components}/Icons/Yard.tsx | 0
.../Icons/get-icon-by-icon-name.ts | 0
.../components}/Icons/icon.module.css | 0
.../scandic-web/components}/Icons/index.tsx | 0
.../scandic-web/components}/Icons/variants.ts | 0
.../scandic-web/components}/Image.tsx | 0
.../ImageContainer/imageContainer.module.css | 0
.../components}/ImageContainer/index.tsx | 0
.../ImageGallery/imageGallery.module.css | 0
.../components}/ImageGallery/index.tsx | 0
.../components}/JsonToHtml/index.tsx | 0
.../JsonToHtml/jsontohtml.module.css | 0
.../components}/JsonToHtml/renderOptions.tsx | 0
.../components}/JsonToHtml/utils.tsx | 0
.../LanguageSwitcherContainer/index.tsx | 0
.../languageSwitcherContainer.module.css | 0
.../LanguageSwitcherContent/index.tsx | 0
.../languageSwitcherContent.module.css | 0
.../LanguageSwitcherContent/utils.ts | 0
.../components}/LanguageSwitcher/index.tsx | 0
.../languageSwitcher.module.css | 0
.../components}/LanguageSwitcher/variants.ts | 0
.../scandic-web/components}/Levels/Icon.tsx | 0
.../components}/Levels/Level/BestFriend.tsx | 0
.../components}/Levels/Level/CloseFriend.tsx | 0
.../components}/Levels/Level/DearFriend.tsx | 0
.../components}/Levels/Level/GoodFriend.tsx | 0
.../components}/Levels/Level/LoyalFriend.tsx | 0
.../components}/Levels/Level/NewFriend.tsx | 0
.../Levels/Level/ScandicFamily.tsx | 0
.../Levels/Level/ScandicFriends.tsx | 0
.../components}/Levels/Level/TrueFriend.tsx | 0
.../scandic-web/components}/Levels/index.tsx | 0
.../components}/Levels/levels.module.css | 0
.../scandic-web/components}/Levels/levels.ts | 0
.../components}/Levels/variants.ts | 0
.../components}/Lightbox/FullView.tsx | 0
.../components}/Lightbox/Gallery.tsx | 0
.../components}/Lightbox/Lightbox.module.css | 0
.../components}/Lightbox/index.tsx | 0
.../components}/LivePreview/index.tsx | 0
.../scandic-web/components}/Loading/index.tsx | 0
.../components}/Loading/loading.module.css | 0
.../components}/LoadingSpinner/index.tsx | 0
.../LoadingSpinner/loading.module.css | 0
.../components}/LoginButton/index.tsx | 0
.../components}/MapContainer/index.tsx | 0
.../MapContainer/mapModal.module.css | 0
.../hotelListingMapContent.module.css | 0
.../HotelListingMapContent/index.tsx | 0
.../hotelMapContent.module.css | 0
.../InteractiveMap/HotelMapContent/index.tsx | 0
.../components}/Maps/InteractiveMap/index.tsx | 0
.../InteractiveMap/interactiveMap.module.css | 0
.../Maps/Markers/DowntownCamper.tsx | 0
.../Maps/Markers/DowntownCamperSmall.tsx | 0
.../components}/Maps/Markers/GrandHotel.tsx | 0
.../Maps/Markers/GrandHotelSmall.tsx | 0
.../components}/Maps/Markers/Haymarket.tsx | 0
.../Maps/Markers/HaymarketSmall.tsx | 0
.../HotelMarker/hotelMarker.module.css | 0
.../Maps/Markers/HotelMarker/index.tsx | 0
.../Maps/Markers/HotelMarker/variants.ts | 0
.../components}/Maps/Markers/HotelNorge.tsx | 0
.../Maps/Markers/HotelNorgeSmall.tsx | 0
.../components}/Maps/Markers/Marski.tsx | 0
.../components}/Maps/Markers/MarskiSmall.tsx | 0
.../components}/Maps/Markers/Poi/index.tsx | 0
.../Maps/Markers/Poi/poi.module.css | 0
.../components}/Maps/Markers/Poi/variants.ts | 0
.../components}/Maps/Markers/Scandic.tsx | 0
.../components}/Maps/Markers/ScandicGo.tsx | 0
.../Maps/Markers/ScandicGoSmall.tsx | 0
.../components}/Maps/Markers/ScandicSmall.tsx | 0
.../components}/Maps/Markers/index.tsx | 0
.../components}/Maps/Markers/utils.ts | 0
.../components}/Maps/StaticMap/ReadMe.md | 0
.../components}/Maps/StaticMap/index.tsx | 0
.../components}/MaxWidth/index.tsx | 0
.../components}/MaxWidth/maxWidth.module.css | 0
.../scandic-web/components}/Modal/index.tsx | 0
.../components}/Modal/modal.module.css | 0
.../scandic-web/components}/Modal/modal.ts | 0
.../components}/Modal/motionVariants.ts | 0
.../MyPages/Avatar/avatar.module.css | 0
.../components}/MyPages/Avatar/index.tsx | 0
.../components}/MyPages/Pagination/index.tsx | 0
.../MyPages/Pagination/pagination.module.css | 0
.../Sidebar/SidebarNavigationSkeleton.tsx | 0
.../components}/MyPages/Sidebar/index.tsx | 0
.../MyPages/Sidebar/sidebar.module.css | 0
.../components}/MyPages/Surprises/Card.tsx | 0
.../components}/MyPages/Surprises/Client.tsx | 2 +-
.../components}/MyPages/Surprises/Header.tsx | 0
.../components}/MyPages/Surprises/Initial.tsx | 2 +-
.../MyPages/Surprises/Navigation.tsx | 0
.../components}/MyPages/Surprises/Slide.tsx | 0
.../components}/MyPages/Surprises/confetti.ts | 0
.../components}/MyPages/Surprises/index.tsx | 0
.../MyPages/Surprises/surprises.module.css | 0
.../communication/communication.module.css | 0
.../myprofile/communication/communication.tsx | 0
.../creditCards/creditCards.module.css | 0
.../myprofile/creditCards/creditCards.tsx | 0
.../membershipcards.module.css | 0
.../membershipCards/membershipcards.tsx | 0
.../myprofile/profile/profile.module.css | 0
.../MyPages/myprofile/profile/profile.tsx | 0
.../components}/OpeningHours/index.tsx | 0
.../OpeningHours/openingHours.module.css | 0
.../ParkingInformation/ParkingList/index.tsx | 0
.../ParkingList/parkingList.module.css | 0
.../ParkingPrices/index.tsx | 0
.../ParkingPrices/parkingPrices.module.css | 0
.../components}/ParkingInformation/index.tsx | 0
.../parkingInformation.module.css | 0
.../addCreditCardButton.module.css | 0
.../Profile/AddCreditCardButton/index.tsx | 0
.../CreditCardList/CreditCardList.module.css | 0
.../Profile/CreditCardList/index.tsx | 0
.../CreditCardRow/creditCardRow.module.css | 0
.../Profile/CreditCardRow/index.tsx | 0
.../Profile/DeleteCreditCardButton/index.tsx | 0
.../Profile/DeleteCreditCardConfirmation.tsx | 0
.../Profile/Header/header.module.css | 0
.../components}/Profile/Header/index.tsx | 0
.../Profile/ManagePreferencesButton/index.tsx | 0
.../managePreferencesButton.module.css | 0
.../components}/ProtectedLayout.tsx | 0
.../scandic-web/components}/Redirect.tsx | 0
.../components}/SasTierComparison/index.tsx | 0
.../sasTierComparison.module.css | 0
.../Section/Container/container.module.css | 0
.../components}/Section/Container/index.tsx | 0
.../Section/Header/header.module.css | 0
.../components}/Section/Header/index.tsx | 0
.../components}/Section/Link/index.tsx | 0
.../components}/Section/Link/link.module.css | 0
.../components}/Section/Link/link.ts | 0
.../components}/Section/Link/variants.ts | 0
.../Accordions/Accessibility.tsx | 0
.../Accordions/CheckInCheckOut.tsx | 0
.../Accordions/MeetingsAndConferences.tsx | 0
.../HotelSidePeek/Accordions/Parking.tsx | 0
.../HotelSidePeek/Accordions/Restaurant.tsx | 0
.../Accordions/sidePeekAccordion.module.css | 0
.../HotelSidePeek/hotelSidePeek.module.css | 0
.../SidePeeks/HotelSidePeek/index.tsx | 0
.../SidePeeks/RoomSidePeek/bedIcon.ts | 0
.../SidePeeks/RoomSidePeek/facilityIcon.ts | 0
.../SidePeeks/RoomSidePeek/index.tsx | 0
.../RoomSidePeek/roomSidePeek.module.css | 0
.../SidePeeks/SidePeekProvider/index.tsx | 0
.../Contact/ContactRow/contactRow.module.css | 0
.../JoinLoyalty/Contact/ContactRow/index.tsx | 0
.../JoinLoyalty/Contact/contact.module.css | 0
.../Sidebar/JoinLoyalty/Contact/index.tsx | 0
.../Sidebar/JoinLoyalty/ReadMore/index.tsx | 0
.../JoinLoyalty/ReadMore/readMore.module.css | 0
.../components}/Sidebar/JoinLoyalty/index.tsx | 0
.../JoinLoyalty/joinLoyalty.module.css | 0
.../components}/Sidebar/MyPagesNavigation.tsx | 0
.../components}/Sidebar/SidebarSkeleton.tsx | 0
.../scandic-web/components}/Sidebar/index.tsx | 0
.../components}/Sidebar/sidebar.module.css | 0
.../components}/SitewideAlert/index.tsx | 0
.../SitewideAlert/sitewideAlert.module.css | 0
.../components}/SkeletonShimmer/index.tsx | 0
.../SkeletonShimmer/skeleton.module.css | 0
.../components}/SkipToMainContent.tsx | 0
.../components}/TabFilters/index.tsx | 0
.../TabFilters/tabFilters.module.css | 0
.../AccordionItem/accordionItem.module.css | 0
.../Accordion/AccordionItem/accordionItem.ts | 0
.../Accordion/AccordionItem/index.tsx | 0
.../Accordion/AccordionItem/variants.ts | 0
.../Accordion/accordion.module.css | 0
.../TempDesignSystem/Accordion/accordion.ts | 0
.../TempDesignSystem/Accordion/index.tsx | 0
.../TempDesignSystem/Accordion/variants.ts | 0
.../TempDesignSystem/Alert/Sidepeek/index.tsx | 0
.../Alert/Sidepeek/sidepeek.module.css | 0
.../Alert/Sidepeek/sidepeek.ts | 0
.../TempDesignSystem/Alert/alert.module.css | 0
.../TempDesignSystem/Alert/alert.ts | 0
.../TempDesignSystem/Alert/index.tsx | 0
.../TempDesignSystem/Alert/utils.ts | 0
.../TempDesignSystem/Alert/variants.ts | 0
.../AncillaryCard/ancillaryCard.module.css | 0
.../TempDesignSystem/AncillaryCard/index.tsx | 0
.../backToTopButton.module.css | 0
.../BackToTopButton/index.tsx | 0
.../BackToTopButton/variants.ts | 0
.../Breadcrumbs/BreadcrumbsSkeleton/index.tsx | 0
.../Breadcrumbs/breadcrumbs.module.css | 0
.../Breadcrumbs/breadcrumbs.ts | 0
.../TempDesignSystem/Breadcrumbs/index.tsx | 0
.../TempDesignSystem/Breadcrumbs/variants.ts | 0
.../TempDesignSystem/Button/button.module.css | 0
.../TempDesignSystem/Button/button.ts | 0
.../TempDesignSystem/Button/index.tsx | 0
.../TempDesignSystem/Button/variants.ts | 0
.../Card/CardImage/cardImage.module.css | 0
.../TempDesignSystem/Card/CardImage/index.tsx | 0
.../TempDesignSystem/Card/card.module.css | 0
.../components}/TempDesignSystem/Card/card.ts | 0
.../TempDesignSystem/Card/index.tsx | 0
.../TempDesignSystem/Card/utils.ts | 0
.../TempDesignSystem/Card/variants.ts | 0
.../TempDesignSystem/Chip/chip.module.css | 0
.../components}/TempDesignSystem/Chip/chip.ts | 0
.../TempDesignSystem/Chip/index.tsx | 0
.../TempDesignSystem/Chip/variants.ts | 0
.../Divider/divider.module.css | 0
.../TempDesignSystem/Divider/divider.ts | 0
.../TempDesignSystem/Divider/index.tsx | 0
.../TempDesignSystem/Divider/variants.ts | 0
.../Form/Checkbox/checkbox.module.css | 0
.../TempDesignSystem/Form/Checkbox/index.tsx | 0
.../Form/ChoiceCard/Radio.tsx | 0
.../Form/ChoiceCard/_Card/card.module.css | 0
.../Form/ChoiceCard/_Card/card.ts | 0
.../Form/ChoiceCard/_Card/index.tsx | 0
.../Form/Country/countries.ts | 0
.../Form/Country/country.module.css | 0
.../TempDesignSystem/Form/Country/country.ts | 0
.../TempDesignSystem/Form/Country/index.tsx | 0
.../Form/Date/date.module.css | 0
.../TempDesignSystem/Form/Date/date.test.tsx | 0
.../TempDesignSystem/Form/Date/date.ts | 0
.../TempDesignSystem/Form/Date/index.tsx | 0
.../Form/ErrorMessage/Error.tsx | 0
.../Form/ErrorMessage/error.module.css | 0
.../Form/ErrorMessage/errorMessage.ts | 0
.../Form/ErrorMessage/index.tsx | 0
.../Form/FilterChip/Checkbox.tsx | 0
.../Form/FilterChip/_Chip/chip.module.css | 0
.../Form/FilterChip/_Chip/index.tsx | 0
.../Form/Input/AriaInputWithLabel/index.tsx | 0
.../Input/AriaInputWithLabel/input.module.css | 0
.../Form/Input/AriaInputWithLabel/input.ts | 0
.../TempDesignSystem/Form/Input/index.tsx | 0
.../Form/Input/input.module.css | 0
.../TempDesignSystem/Form/Input/input.ts | 0
.../TempDesignSystem/Form/Label/index.tsx | 0
.../Form/Label/label.module.css | 0
.../TempDesignSystem/Form/Label/label.ts | 0
.../TempDesignSystem/Form/Label/variants.ts | 0
.../Form/NewPassword/index.tsx | 0
.../Form/NewPassword/newPassword.module.css | 0
.../Form/NewPassword/newPassword.ts | 0
.../TempDesignSystem/Form/Phone/index.tsx | 0
.../Form/Phone/phone.module.css | 0
.../TempDesignSystem/Form/Select/index.tsx | 0
.../TempDesignSystem/Form/Select/select.ts | 0
.../Form/SelectChevron/chevron.module.css | 0
.../Form/SelectChevron/index.tsx | 0
.../TempDesignSystem/Form/Switch/index.tsx | 0
.../Form/Switch/switch.module.css | 0
.../TempDesignSystem/Form/TextArea/index.tsx | 0
.../TempDesignSystem/Form/TextArea/input.ts | 0
.../Form/TextArea/textarea.module.css | 0
.../Grids/Dynamic/Item/index.tsx | 0
.../Grids/Dynamic/Item/item.module.css | 0
.../Grids/Dynamic/Item/item.ts | 0
.../Grids/Dynamic/Item/variants.ts | 0
.../Grids/Dynamic/dynamic.module.css | 0
.../TempDesignSystem/Grids/Dynamic/dynamic.ts | 0
.../TempDesignSystem/Grids/Dynamic/index.tsx | 0
.../Grids/Stackable/index.tsx | 0
.../Grids/Stackable/stackable.module.css | 0
.../Grids/Stackable/stackable.ts | 0
.../Grids/Stackable/variants.ts | 0
.../TempDesignSystem/Grids/index.tsx | 0
.../IconChip/iconChip.module.css | 0
.../TempDesignSystem/IconChip/index.tsx | 0
.../TempDesignSystem/IconChip/variants.ts | 0
.../TempDesignSystem/Link/index.tsx | 0
.../TempDesignSystem/Link/link.module.css | 0
.../components}/TempDesignSystem/Link/link.ts | 0
.../TempDesignSystem/Link/variants.ts | 0
.../LinkChips/Chip/chip.module.css | 0
.../TempDesignSystem/LinkChips/Chip/chip.ts | 0
.../TempDesignSystem/LinkChips/Chip/index.tsx | 0
.../TempDesignSystem/LinkChips/index.tsx | 0
.../LinkChips/linkChips.module.css | 0
.../TempDesignSystem/LinkChips/linkChips.ts | 0
.../TempDesignSystem/LoyaltyCard/index.tsx | 0
.../LoyaltyCard/loyaltyCard.module.css | 0
.../LoyaltyCard/loyaltyCard.ts | 0
.../TempDesignSystem/LoyaltyCard/variants.ts | 0
.../MeetingRoomCard/index.tsx | 0
.../meetingRoomCard.module.css | 0
.../TempDesignSystem/MeetingRoomCard/utils.ts | 0
.../Popover/Arrow/arrow.module.css | 0
.../TempDesignSystem/Popover/Arrow/index.tsx | 0
.../TempDesignSystem/Popover/index.tsx | 0
.../Popover/popover.module.css | 0
.../TempDesignSystem/Popover/popover.ts | 0
.../TempDesignSystem/ProgressBar/index.tsx | 0
.../ProgressBar/progressbar.module.css | 0
.../ProgressBar/progressbar.ts | 0
.../TempDesignSystem/ScrollWrapper/index.tsx | 0
.../ScrollWrapper/scrollWrapper.module.css | 0
.../ScrollWrapper/scrollWrapper.ts | 0
.../TempDesignSystem/Select/index.tsx | 0
.../TempDesignSystem/Select/select.module.css | 0
.../TempDesignSystem/Select/select.ts | 0
.../TempDesignSystem/ShowMoreButton/index.tsx | 0
.../ShowMoreButton/showMoreButton.module.css | 0
.../ShowMoreButton/showMoreButton.ts | 0
.../ShowMoreButton/variants.ts | 0
.../TempDesignSystem/SidePeek/index.tsx | 0
.../SidePeek/sidePeek.module.css | 0
.../TempDesignSystem/SidePeek/sidePeek.ts | 0
.../TempDesignSystem/SidePeek/types.ts | 0
.../TempDesignSystem/Table/TBody.tsx | 0
.../components}/TempDesignSystem/Table/TD.tsx | 0
.../components}/TempDesignSystem/Table/TH.tsx | 0
.../TempDesignSystem/Table/THead.tsx | 0
.../components}/TempDesignSystem/Table/TR.tsx | 0
.../TempDesignSystem/Table/index.tsx | 0
.../TempDesignSystem/Table/table.module.css | 0
.../TempDesignSystem/Table/table.ts | 0
.../TempDesignSystem/Table/variants.ts | 0
.../TeaserCard/Sidepeek/index.tsx | 0
.../TeaserCard/Sidepeek/sidepeek.module.css | 0
.../TempDesignSystem/TeaserCard/index.tsx | 0
.../TeaserCard/teaserCard.module.css | 0
.../TempDesignSystem/TeaserCard/variants.ts | 0
.../Text/BiroScript/biroScript.module.css | 0
.../Text/BiroScript/biroScript.ts | 0
.../Text/BiroScript/index.tsx | 0
.../Text/BiroScript/variants.ts | 0
.../Text/Body/body.module.css | 0
.../TempDesignSystem/Text/Body/body.ts | 0
.../TempDesignSystem/Text/Body/index.tsx | 0
.../TempDesignSystem/Text/Body/variants.ts | 0
.../Text/Caption/caption.module.css | 0
.../TempDesignSystem/Text/Caption/caption.ts | 0
.../TempDesignSystem/Text/Caption/index.tsx | 0
.../TempDesignSystem/Text/Caption/variants.ts | 0
.../Text/Footnote/footnote.module.css | 0
.../Text/Footnote/footnote.ts | 0
.../TempDesignSystem/Text/Footnote/index.tsx | 0
.../Text/Footnote/variants.ts | 0
.../TempDesignSystem/Text/Preamble/index.tsx | 0
.../Text/Preamble/preamble.module.css | 0
.../Text/Preamble/preamble.ts | 0
.../Text/Preamble/variants.ts | 0
.../TempDesignSystem/Text/Subtitle/index.tsx | 0
.../Text/Subtitle/subtitle.module.css | 0
.../Text/Subtitle/subtitle.ts | 0
.../Text/Subtitle/variants.ts | 0
.../TempDesignSystem/Text/Title/index.tsx | 0
.../Text/Title/title.module.css | 0
.../TempDesignSystem/Text/Title/title.ts | 0
.../TempDesignSystem/Text/Title/variants.ts | 0
.../TempDesignSystem/Toasts/index.tsx | 0
.../TempDesignSystem/Toasts/toasts.module.css | 0
.../TempDesignSystem/Toasts/toasts.ts | 0
.../TempDesignSystem/Toasts/variants.ts | 0
.../TempDesignSystem/Tooltip/index.tsx | 0
.../Tooltip/tooltip.module.css | 0
.../TempDesignSystem/Tooltip/variants.ts | 0
.../utils/checkForEmptyChildren.ts | 0
.../TrackingSDK/AdobeSDKScript.tsx | 0
.../components}/TrackingSDK/GTMScript.tsx | 0
.../TrackingSDK/RouterTracking.tsx | 0
.../TrackingSDK/RouterTransition.tsx | 0
.../components}/TrackingSDK/index.tsx | 0
.../Webviews/AccountPage/Blocks.tsx | 0
.../AccountPage/accountPage.module.css | 0
.../Webviews/AccountPage/index.tsx | 0
.../Webviews/LinkToOverview/index.tsx | 0
.../LinkToOverview/linkToOverview.module.css | 0
.../Webviews/LoyaltyPage/Blocks.tsx | 0
.../Webviews/LoyaltyPage/index.tsx | 0
.../LoyaltyPage/loyaltyPage.module.css | 0
.../scandic-web/constants}/auth.ts | 0
.../scandic-web/constants}/booking.ts | 0
.../scandic-web/constants}/currentWebHrefs.ts | 0
.../scandic-web/constants}/homeHrefs.ts | 0
.../scandic-web/constants}/languages.ts | 0
.../constants}/membershipLevels.ts | 0
.../scandic-web/constants}/myBooking.ts | 0
.../scandic-web/constants}/poiCategories.ts | 0
.../scandic-web/constants}/rewards.ts | 0
.../constants}/routes/authRequired.ts | 0
.../scandic-web/constants}/routes/baseUrls.ts | 0
.../constants}/routes/handleAuth.js | 0
.../constants}/routes/hotelReservation.js | 0
.../scandic-web/constants}/routes/myPages.js | 0
.../scandic-web/constants}/routes/signup.ts | 0
.../scandic-web/constants}/routes/webviews.ts | 0
.../scandic-web/contexts}/Details.ts | 0
.../scandic-web/contexts}/HotelData.ts | 0
.../scandic-web/contexts}/Rates.ts | 0
.../scandic-web/contexts}/Room.ts | 0
.../scandic-web/cypress.config.ts | 0
.../cypress}/e2e/static-pages/about.cy.ts | 0
.../e2e/static-pages/sponsoring.cy.ts | 0
.../cypress}/e2e/static-pages/wifi.cy.ts | 0
.../cypress}/fixtures/example.json | 0
.../scandic-web/cypress}/support/commands.ts | 0
.../cypress}/support/component-index.html | 0
.../scandic-web/cypress}/support/component.ts | 0
.../scandic-web/cypress}/support/e2e.ts | 0
{env => apps/scandic-web/env}/client.ts | 0
{env => apps/scandic-web/env}/server.ts | 2 -
.../booking/useAvailablePaymentOptions.ts | 0
.../hooks}/booking/useHandleBookingStatus.ts | 0
.../hooks}/booking/usePaymentFailedToast.ts | 0
.../booking/useScrollToActiveSection.ts | 0
.../hooks}/maps/use-map-viewport.ts | 0
.../hooks}/maps/use-supercluster.ts | 0
.../hooks}/useCheckIfExternalLink.ts | 0
.../scandic-web/hooks}/useClickOutside.ts | 0
.../scandic-web/hooks}/useHandleKeyPress.ts | 0
.../scandic-web/hooks}/useHandleKeyUp.ts | 0
{hooks => apps/scandic-web/hooks}/useHash.tsx | 0
.../hooks}/useInitializeFiltersFromUrl.ts | 0
{hooks => apps/scandic-web/hooks}/useLang.ts | 0
.../scandic-web/hooks}/useLazyPathname.ts | 0
.../scandic-web/hooks}/useScrollShadows.ts | 0
.../scandic-web/hooks}/useScrollSpy.ts | 0
.../scandic-web/hooks}/useScrollToTop.ts | 0
.../scandic-web/hooks}/useSessionId.ts | 0
.../hooks}/useSetOverflowVisibleOnRA.ts | 0
.../scandic-web/hooks}/useStickyPosition.ts | 0
.../scandic-web/hooks}/useTrapFocus.ts | 0
{i18n => apps/scandic-web/i18n}/Provider.tsx | 0
.../scandic-web/i18n}/dictionaries/da.json | 0
.../scandic-web/i18n}/dictionaries/de.json | 0
.../scandic-web/i18n}/dictionaries/en.json | 0
.../scandic-web/i18n}/dictionaries/fi.json | 0
.../scandic-web/i18n}/dictionaries/no.json | 0
.../scandic-web/i18n}/dictionaries/sv.json | 0
{i18n => apps/scandic-web/i18n}/i18n.md | 0
{i18n => apps/scandic-web/i18n}/index.ts | 0
.../scandic-web/i18n}/serverContext.ts | 0
.../scandic-web/instrumentation.ts | 0
.../scandic-web/jest.config.ts | 0
.../scandic-web/jest.setup.ts | 0
.../scandic-web/lib}/api/endpoints.ts | 0
{lib => apps/scandic-web/lib}/api/index.ts | 0
.../scandic-web/lib}/discriminatedUnion.ts | 0
{lib => apps/scandic-web/lib}/dt.ts | 0
.../graphql/Fragments/AccountPage/Ref.graphql | 0
.../lib}/graphql/Fragments/Alert.graphql | 0
.../graphql/Fragments/Aside/Contact.graphql | 0
.../lib}/graphql/Fragments/Aside/Puff.graphql | 0
.../Fragments/Blocks/Accordion.graphql | 0
.../graphql/Fragments/Blocks/Card.graphql | 0
.../Fragments/Blocks/CardGallery.graphql | 0
.../Fragments/Blocks/CardsGrid.graphql | 0
.../Fragments/Blocks/CarouselCards.graphql | 0
.../graphql/Fragments/Blocks/Content.graphql | 0
.../Fragments/Blocks/ContentCard.graphql | 0
.../Fragments/Blocks/DynamicContent.graphql | 0
.../Blocks/FullWidthCampaign.graphql | 0
.../Fragments/Blocks/HotelListing.graphql | 0
.../graphql/Fragments/Blocks/InfoCard.graphql | 0
.../Blocks/JoinScandicFriends.graphql | 0
.../graphql/Fragments/Blocks/List.graphql | 0
.../Fragments/Blocks/LoyaltyCard.graphql | 0
.../graphql/Fragments/Blocks/Puff.graphql | 0
.../Fragments/Blocks/Refs/Accordion.graphql | 0
.../Fragments/Blocks/Refs/Card.graphql | 0
.../Fragments/Blocks/Refs/InfoCard.graphql | 0
.../Fragments/Blocks/Refs/LoyaltyCard.graphql | 0
.../Fragments/Blocks/Refs/TeaserCard.graphql | 0
.../Fragments/Blocks/Shortcuts.graphql | 0
.../graphql/Fragments/Blocks/Table.graphql | 0
.../Fragments/Blocks/TeaserCard.graphql | 0
.../graphql/Fragments/Blocks/Text.graphql | 0
.../graphql/Fragments/Blocks/TextCols.graphql | 0
.../Fragments/Blocks/TextContent.graphql | 0
.../graphql/Fragments/Blocks/UspGrid.graphql | 0
.../Fragments/Breadcrumbs/AccountPage.graphql | 0
.../Fragments/Breadcrumbs/Breadcrumbs.graphql | 0
.../Breadcrumbs/CollectionPage.graphql | 0
.../Fragments/Breadcrumbs/ContentPage.graphql | 0
.../Breadcrumbs/CurrentBlocksPage.graphql | 0
.../Breadcrumbs/DestinationCityPage.graphql | 0
.../DestinationCountryPage.graphql | 0
.../DestinationOverviewPage.graphql | 0
.../Fragments/Breadcrumbs/HotelPage.graphql | 0
.../Fragments/Breadcrumbs/LoyaltyPage.graphql | 0
.../CollectionPage/NavigationLinks.graphql | 0
.../Fragments/CollectionPage/Ref.graphql | 0
.../CollectionPage/TopPrimaryButton.graphql | 0
.../lib}/graphql/Fragments/Contact.graphql | 0
.../ContentPage/NavigationLinks.graphql | 0
.../graphql/Fragments/ContentPage/Ref.graphql | 0
.../ContentPage/TopPrimaryButton.graphql | 0
.../CurrentFooter/AppDownloads.graphql | 0
.../Fragments/CurrentFooter/Logo.graphql | 0
.../Fragments/CurrentFooter/MainLinks.graphql | 0
.../CurrentFooter/Navigation.graphql | 0
.../CurrentFooter/Refs/MainLinks.graphql | 0
.../CurrentFooter/Refs/SecondaryLinks.graphql | 0
.../CurrentFooter/SecondaryLinks.graphql | 0
.../CurrentFooter/SocialMedia.graphql | 0
.../CurrentFooter/TripAdvisor.graphql | 0
.../Fragments/DestinationCityPage/Ref.graphql | 0
.../DestinationCountryPage/Ref.graphql | 0
.../DestinationOverviewPage/Ref.graphql | 0
.../Fragments/Footer/AppDownloads.graphql | 0
.../Footer/Refs/TertiaryLinks.graphql | 0
.../Fragments/Footer/SocialMedia.graphql | 0
.../lib}/graphql/Fragments/Grid.graphql | 0
.../lib}/graphql/Fragments/Hero.graphql | 0
.../graphql/Fragments/HotelPage/Ref.graphql | 0
.../lib}/graphql/Fragments/Image.graphql | 0
.../graphql/Fragments/ImageContainer.graphql | 0
.../graphql/Fragments/LoyaltyPage/Ref.graphql | 0
.../lib}/graphql/Fragments/Metadata.graphql | 0
.../PageLink/AccountPageLink.graphql | 0
.../PageLink/CollectionPageLink.graphql | 0
.../PageLink/ContentPageLink.graphql | 0
.../PageLink/CurrentBlocksPageLink.graphql | 0
.../PageLink/CurrentContentPageLink.graphql | 0
.../PageLink/DestinationCityPageLink.graphql | 0
.../DestinationCountryPageLink.graphql | 0
.../DestinationOverviewPageLink.graphql | 0
.../Fragments/PageLink/HotelPageLink.graphql | 0
.../PageLink/LoyaltyPageLink.graphql | 0
.../Fragments/PageLink/StartPageLink.graphql | 0
.../graphql/Fragments/PageSettings.graphql | 0
.../lib}/graphql/Fragments/Preamble.graphql | 0
.../lib}/graphql/Fragments/Puff.graphql | 0
.../graphql/Fragments/Sidebar/Content.graphql | 0
.../Fragments/Sidebar/DynamicContent.graphql | 0
.../Sidebar/JoinLoyaltyContact.graphql | 0
.../Fragments/Sidebar/QuickLinks.graphql | 0
.../Fragments/Sidebar/ScriptedCard.graphql | 0
.../Fragments/Sidebar/TeaserCard.graphql | 0
.../graphql/Fragments/StartPage/Ref.graphql | 0
.../lib}/graphql/Fragments/System.graphql | 0
.../Query/AccountPage/AccountPage.graphql | 0
.../Query/AccountPage/Metadata.graphql | 0
.../Query/AccountPage/Navigation.graphql | 0
.../Query/Breadcrumbs/AccountPage.graphql | 0
.../Query/Breadcrumbs/CollectionPage.graphql | 0
.../Query/Breadcrumbs/ContentPage.graphql | 0
.../Breadcrumbs/DestinationCityPage.graphql | 0
.../DestinationCountryPage.graphql | 0
.../DestinationOverviewPage.graphql | 0
.../Query/Breadcrumbs/HotelPage.graphql | 0
.../Query/Breadcrumbs/LoyaltyPage.graphql | 0
.../CollectionPage/CollectionPage.graphql | 0
.../Query/CollectionPage/Metadata.graphql | 0
.../lib}/graphql/Query/ContactConfig.graphql | 0
.../Query/ContentPage/ContentPage.graphql | 0
.../Query/ContentPage/Metadata.graphql | 0
.../Query/Current/CurrentBlockPage.graphql | 0
.../CurrentBlockPageTrackingData.graphql | 0
.../lib}/graphql/Query/Current/Footer.graphql | 0
.../lib}/graphql/Query/Current/Header.graphql | 0
.../Query/Current/LanguageSwitcher.graphql | 0
.../DestinationCityListData.graphql | 0
.../DestinationCityPage.graphql | 0
.../DestinationCityPageUrl.graphql | 0
.../DestinationCityPage/Metadata.graphql | 0
.../DestinationCountryPage.graphql | 0
.../DestinationCountryPageUrl.graphql | 0
.../DestinationCountryPage/Metadata.graphql | 0
.../DestinationOverviewPage.graphql | 0
.../DestinationOverviewPage/Metadata.graphql | 0
.../lib}/graphql/Query/Footer.graphql | 0
.../lib}/graphql/Query/Header.graphql | 0
.../graphql/Query/HotelPage/HotelPage.graphql | 0
.../Query/HotelPage/HotelPageUrl.graphql | 0
.../graphql/Query/HotelPage/Metadata.graphql | 0
.../lib}/graphql/Query/LoyaltyLevels.graphql | 0
.../Query/LoyaltyPage/LoyaltyPage.graphql | 0
.../Query/LoyaltyPage/Metadata.graphql | 0
.../lib}/graphql/Query/PageSettings.graphql | 0
.../lib}/graphql/Query/ResolveEntry.graphql | 0
.../lib}/graphql/Query/Rewards.graphql | 0
.../graphql/Query/RewardsWithRedeem.graphql | 0
.../graphql/Query/SASTierComparison.graphql | 0
.../lib}/graphql/Query/SiteConfig.graphql | 0
.../graphql/Query/StartPage/StartPage.graphql | 0
.../scandic-web/lib}/graphql/_request.ts | 0
.../lib}/graphql/batchEdgeRequest.ts | 0
.../scandic-web/lib}/graphql/batchRequest.ts | 0
.../scandic-web/lib}/graphql/edgeRequest.ts | 0
.../scandic-web/lib}/graphql/request.ts | 0
.../scandic-web/lib}/previewContext.ts | 0
.../scandic-web/lib}/trpc/Provider.tsx | 0
{lib => apps/scandic-web/lib}/trpc/client.ts | 0
.../lib}/trpc/memoizedRequests/index.ts | 0
{lib => apps/scandic-web/lib}/trpc/server.ts | 0
.../scandic-web/lint-staged.config.js | 0
.../scandic-web/middleware.ts | 0
.../scandic-web/middlewares}/authRequired.ts | 0
.../scandic-web/middlewares}/bookingFlow.ts | 0
.../scandic-web/middlewares}/cmsContent.ts | 0
.../middlewares}/currentWebLogin.ts | 0
.../middlewares}/currentWebLoginEmail.ts | 0
.../middlewares}/currentWebLogout.ts | 0
.../scandic-web/middlewares}/dateFormat.ts | 0
.../scandic-web/middlewares}/handleAuth.ts | 0
.../scandic-web/middlewares}/myPages.ts | 0
.../scandic-web/middlewares}/sasXScandic.ts | 0
.../scandic-web/middlewares}/utils.ts | 0
.../scandic-web/middlewares}/webView.ts | 0
netlify.toml => apps/scandic-web/netlify.toml | 8 +-
.../netlify}/functions/sitemap/index.mts | 0
.../scandic-web/next.config.js | 0
apps/scandic-web/package.json | 140 +
.../scandic-web/prettier.config.cjs | 0
.../providers}/EnterDetailsProvider.tsx | 0
.../providers}/HotelDataProvider.tsx | 0
.../scandic-web/providers}/RatesProvider.tsx | 0
.../scandic-web/providers}/RoomProvider.tsx | 0
.../public}/_static/BestFriend.svg | 0
.../public}/_static/CloseFriend.svg | 0
.../public}/_static/DearFriend.svg | 0
.../public}/_static/GoodFriend.svg | 0
.../public}/_static/LoyalFriend.svg | 0
.../scandic-web/public}/_static/NewFriend.svg | 0
.../public}/_static/TrueFriend.svg | 0
.../public}/_static/css/cookie-bot.css | 0
.../scandic-web/public}/_static/css/core.css | 0
.../public}/_static/css/scandic.css | 0
.../fonts/akkurat/akkurat-light-webfont.woff | Bin
.../fonts/akkurat/akkurat-light-webfont.woff2 | Bin
.../_static/fonts/akkurat/akkurat-light.woff | Bin
.../akkurat/akkurat-regular-webfont.woff | Bin
.../akkurat/akkurat-regular-webfont.woff2 | Bin
.../fonts/akkurat/akkurat-regular.woff | Bin
.../fonts/biro-script-plus/regular.woff2 | Bin
.../fonts/boita/boita-regular-webfont.woff | Bin
.../fonts/boita/boita-regular-webfont.woff2 | Bin
.../_static/fonts/boita/boita-regular.woff | Bin
.../_static/fonts/brandon-text/black.woff | Bin
.../_static/fonts/brandon-text/black.woff2 | Bin
.../_static/fonts/brandon-text/bold.woff | Bin
.../_static/fonts/brandon-text/bold.woff2 | Bin
.../brown-bold/lineto-brown-bold-webfont.woff | Bin
.../lineto-brown-bold-webfont.woff2 | Bin
.../brown/brown-bold/lineto-brown-bold.woff | Bin
.../lineto-brown-light-webfont.woff | Bin
.../lineto-brown-light-webfont.woff2 | Bin
.../brown/brown-light/lineto-brown-light.woff | Bin
.../domainesanstextweb-light-webfont.woff | Bin
.../domainesanstextweb-light-webfont.woff2 | Bin
.../public}/_static/fonts/fira-mono/OFL.txt | 0
.../_static/fonts/fira-mono/bold.woff2 | Bin
.../_static/fonts/fira-mono/medium.woff2 | Bin
.../_static/fonts/fira-mono/regular.woff2 | Bin
.../public}/_static/fonts/fira-sans/OFL.txt | 0
.../_static/fonts/fira-sans/black.woff2 | Bin
.../_static/fonts/fira-sans/bold.woff2 | Bin
.../_static/fonts/fira-sans/light.woff2 | Bin
.../_static/fonts/fira-sans/medium.woff2 | Bin
.../_static/fonts/fira-sans/regular.woff2 | Bin
.../_static/fonts/fira-sans/semibold.woff2 | Bin
.../fonts/gotham/gotham-black-webfont.woff | Bin
.../fonts/gotham/gotham-black-webfont.woff2 | Bin
.../_static/fonts/gotham/gotham-black.woff | Bin
.../fonts/gotham/gotham-bold-webfont.woff | Bin
.../fonts/gotham/gotham-bold-webfont.woff2 | Bin
.../_static/fonts/gotham/gotham-bold.woff | Bin
...asGroteskDisplay55Roman_normal_normal.woff | Bin
...sGroteskDisplay55Roman_normal_normal.woff2 | Bin
...sGroteskDisplay65Medium_normal_normal.woff | Bin
...GroteskDisplay65Medium_normal_normal.woff2 | Bin
.../interstate-black-compressed.woff | Bin
.../interstate-black-compressed.woff2 | Bin
...interstate-regular-condensed-webfont.woff2 | Bin
.../interstate-regular-condensed.woff | Bin
...TCGaramondBookNarrow_normal_condensed.woff | Bin
...CGaramondBookNarrow_normal_condensed.woff2 | Bin
.../_static/fonts/prumo/PrumoText-Light.woff | Bin
.../fonts/prumo/prumotext-light-webfont.woff2 | Bin
.../fonts/roboto/roboto-v20-latin-300.woff | Bin
.../fonts/roboto/roboto-v20-latin-300.woff2 | Bin
.../fonts/roboto/roboto-v20-latin-500.woff | Bin
.../fonts/roboto/roboto-v20-latin-500.woff2 | Bin
.../fonts/roboto/roboto-v20-latin-700.woff | Bin
.../fonts/roboto/roboto-v20-latin-700.woff2 | Bin
.../roboto/roboto-v20-latin-regular.woff | Bin
.../roboto/roboto-v20-latin-regular.woff2 | Bin
.../icons/UI - Enter details/bed king.svg | 0
.../public}/_static/icons/account_circle.svg | 0
.../public}/_static/icons/alternate_email.svg | 0
.../public}/_static/icons/arrow_right.svg | 0
.../public}/_static/icons/arrow_upward.svg | 0
.../public}/_static/icons/calendar_month.svg | 0
.../public}/_static/icons/check-ring.svg | 0
.../public}/_static/icons/check.svg | 0
.../public}/_static/icons/check_circle.svg | 0
.../public}/_static/icons/chevron-down.svg | 0
.../public}/_static/icons/chevron.svg | 0
.../public}/_static/icons/chevron_right.svg | 0
.../public}/_static/icons/close.svg | 0
.../public}/_static/icons/copy.svg | 0
.../public}/_static/icons/flower-image.svg | 0
.../public}/_static/icons/globe.svg | 0
.../public}/_static/icons/good-friend.svg | 0
.../public}/_static/icons/heart.svg | 0
.../public}/_static/icons/home.svg | 0
.../public}/_static/icons/location.svg | 0
.../icons/loyaltylevels/best-friend.svg | 0
.../icons/loyaltylevels/best_friend.svg | 0
.../icons/loyaltylevels/close-friend.svg | 0
.../icons/loyaltylevels/close_friend.svg | 0
.../icons/loyaltylevels/dear-friend.svg | 0
.../icons/loyaltylevels/dear_friend.svg | 0
.../icons/loyaltylevels/good-friend.svg | 0
.../icons/loyaltylevels/good_friend.svg | 0
.../icons/loyaltylevels/loyal-friend.svg | 0
.../icons/loyaltylevels/loyal_friend.svg | 0
.../icons/loyaltylevels/new-friend.svg | 0
.../icons/loyaltylevels/new_friend.svg | 0
.../icons/loyaltylevels/scandic-family.svg | 0
.../icons/loyaltylevels/scandic-friends.svg | 0
.../icons/loyaltylevels/scandic_family.svg | 0
.../icons/loyaltylevels/scandic_friends.svg | 0
.../icons/loyaltylevels/true-friend.svg | 0
.../icons/loyaltylevels/true_friend.svg | 0
.../public}/_static/icons/new-friend.png | Bin
.../icons/payment/american-express.svg | 0
.../_static/icons/payment/apple-pay.svg | 0
.../_static/icons/payment/card-generic.svg | 0
.../public}/_static/icons/payment/dankort.svg | 0
.../_static/icons/payment/diners-club.svg | 0
.../_static/icons/payment/discover.svg | 0
.../_static/icons/payment/google-pay.svg | 0
.../public}/_static/icons/payment/jcb.svg | 0
.../public}/_static/icons/payment/klarna.svg | 0
.../public}/_static/icons/payment/maestro.svg | 0
.../_static/icons/payment/mastercard.svg | 0
.../_static/icons/payment/mobilepay.svg | 0
.../public}/_static/icons/payment/paypal.svg | 0
.../public}/_static/icons/payment/swish.svg | 0
.../_static/icons/payment/unionpay.svg | 0
.../public}/_static/icons/payment/vipps.svg | 0
.../public}/_static/icons/payment/visa.svg | 0
.../public}/_static/icons/person.svg | 0
.../public}/_static/icons/phone.svg | 0
.../scandic-web/public}/_static/icons/qr.svg | 0
.../public}/_static/icons/scandic-friends.png | Bin
.../public}/_static/icons/sweden.svg | 0
.../_static/img/Scandic_Family_Breakfast.jpg | Bin
.../img/Scandic_Park_Party_Lipstick.jpg | Bin
...est-price-guaranteed-badge-transparent.svg | 0
.../img/best-price-guaranteed/checkmark.svg | 0
.../bg-speech-bubble-corner-deemphasized.png | Bin
.../img/bg-speech-bubble-corner-failed.png | Bin
.../bg-speech-bubble-corner-purple-border.png | Bin
.../img/bg-speech-bubble-corner-success.png | Bin
.../_static/img/bg-speech-bubble-corner.png | Bin
.../img/bullet-list-arrow-circle-dawn.svg | 0
.../bullet-list-arrow-circle-lightviolet.svg | 0
.../bullet-list-arrow-circle-nordicsea-v2.svg | 0
.../bullet-list-arrow-circle-sandstone.svg | 0
.../img/bullet-list-arrow-circle-white.svg | 0
.../bullet-list-arrow-double-nordicsea-v2.svg | 0
.../img/bullet-list-arrow-double-white.svg | 0
.../bullet-list-close-circle-nordicsea-v2.svg | 0
.../_static/img/bullet-list-tick-birch-v2.svg | 0
.../public}/_static/img/close-ico.svg | 0
.../public}/_static/img/confetti.svg | 0
.../_static/img/enter-details/breakfast.png | Bin
.../_static/img/friends-stamp-black.svg | 0
.../public}/_static/img/friends-stamp.svg | 0
.../_static/img/icon-scandic-friends.svg | 0
.../public}/_static/img/icons/acute.svg | 0
.../_static/img/icons/add-to-calendar.svg | 0
.../public}/_static/img/icons/ajax-loader.gif | Bin
.../arrow-with-outlined-circle-white.svg | 0
.../img/icons/arrow-with-outlined-circle.svg | 0
.../icons/arrows/arrow-down-body-color.svg | 0
.../img/icons/arrows/arrow-down-dark.svg | 0
.../img/icons/arrows/arrow-down-grey.png | Bin
.../icons/arrows/arrow-down-nordicsea-3px.svg | 0
.../img/icons/arrows/arrow-down-nordicsea.svg | 0
.../img/icons/arrows/arrow-down-white.svg | 0
.../img/icons/arrows/arrow-up-grey.png | Bin
.../_static/img/icons/arrows/downInCircle.svg | 0
.../icons/arrows/dropdown-expand-green-v2.png | Bin
.../icons/arrows/form-select-arrow-black.svg | 0
.../icons/arrows/form-select-arrow-crocus.svg | 0
.../icons/carousel-arrow-right-v2-hover.svg | 0
.../img/icons/carousel-arrow-right-v2.svg | 0
.../img/icons/checkmark-circle-green.svg | 0
.../_static/img/icons/checkmark-circle.svg | 0
.../_static/img/icons/checkmark-gray-v2.svg | 0
.../public}/_static/img/icons/clear-input.png | Bin
.../_static/img/icons/close-button-white.svg | 0
.../_static/img/icons/close-button.svg | 0
.../_static/img/icons/close-circle-red.svg | 0
.../public}/_static/img/icons/error.png | Bin
.../public}/_static/img/icons/eye-icon.svg | 0
.../public}/_static/img/icons/eye-show.svg | 0
.../_static/img/icons/eye-slash-icon.svg | 0
.../icons/gallery/icon-close-active-v2.png | Bin
.../img/icons/gallery/icon-close-v2.png | Bin
.../icons/hotelpage/arrow-double-big-v2.svg | 0
.../img/icons/hotelpage/dropdown-collapse.png | Bin
.../img/icons/hotelpage/dropdown-expand.png | Bin
.../_static/img/icons/hotelpage/filter.svg | 0
.../_static/img/icons/icon-question-white.svg | 0
.../public}/_static/img/icons/info-circle.svg | 0
.../public}/_static/img/icons/info-dark.svg | 0
.../public}/_static/img/icons/info-white.svg | 0
.../img/icons/map/magnifying-ico-v2.svg | 0
.../img/icons/map/magnifying-minus-ico-v2.svg | 0
.../_static/img/icons/map/map-airport-v2.png | Bin
.../_static/img/icons/map/map-attraction.png | Bin
.../public}/_static/img/icons/map/map-bar.png | Bin
.../img/icons/map/map-busstation-v2.png | Bin
.../_static/img/icons/map/map-city-center.png | Bin
.../_static/img/icons/map/map-company.png | Bin
.../_static/img/icons/map/map-default.png | Bin
.../img/icons/map/map-entertainment.png | Bin
.../_static/img/icons/map/map-museum.png | Bin
.../_static/img/icons/map/map-music.png | Bin
.../_static/img/icons/map/map-pin-dd-blue.png | Bin
.../_static/img/icons/map/map-pin-dd-gray.png | Bin
.../img/icons/map/map-pin-dd-lightgray.png | Bin
.../public}/_static/img/icons/map/map-pin.png | Bin
.../_static/img/icons/map/map-restaurant.png | Bin
.../_static/img/icons/map/map-shopping.png | Bin
.../_static/img/icons/map/map-star.png | Bin
.../_static/img/icons/map/map-taxi-v2.png | Bin
.../_static/img/icons/map/map-theatre.png | Bin
.../_static/img/icons/map/map-trains-v2.png | Bin
.../img/icons/map/map-transportation-v2.png | Bin
.../_static/img/icons/map/pin_shadow.png | Bin
.../_static/img/icons/map/zoom-in-v2.png | Bin
.../_static/img/icons/map/zoom-out-v2.png | Bin
.../_static/img/icons/not-allowed-cursor.png | Bin
.../_static/img/icons/payment/Amex.svg | 0
.../img/icons/payment/ChinaUnionPay.svg | 0
.../_static/img/icons/payment/Dankort.svg | 0
.../_static/img/icons/payment/DinersClub.svg | 0
.../_static/img/icons/payment/Discover.svg | 0
.../_static/img/icons/payment/GenericCard.svg | 0
.../public}/_static/img/icons/payment/JCB.svg | 0
.../_static/img/icons/payment/Maestro.svg | 0
.../_static/img/icons/payment/MasterCard.svg | 0
.../_static/img/icons/payment/Visa.svg | 0
.../public}/_static/img/icons/printer-v2.png | Bin
.../_static/img/icons/profile-icon.png | Bin
.../scandic-friends/icon-scandic-friends.svg | 0
.../img/icons/search/arrow-collapse.png | Bin
.../_static/img/icons/search/arrow-expand.png | Bin
.../_static/img/icons/search/search.svg | 0
.../shared/arrow-double-big-crocus-v2.svg | 0
.../arrow-double-nordicsea-dark-right.svg | 0
.../shared/arrow-double-nordicsea-left-v2.svg | 0
.../arrow-double-nordicsea-right-v2.svg | 0
.../arrow-double-nordicsea-right-white.svg | 0
.../icons/shared/arrow-double-white-left.svg | 0
.../img/icons/shared/arrow-down-grey.svg | 0
.../img/icons/shared/arrow-down-v2.svg | 0
.../img/icons/shared/arrow-down-white.svg | 0
.../_static/img/icons/shared/cancel-close.svg | 0
.../_static/img/icons/shared/checkBox.svg | 0
.../img/icons/shared/checkBoxFilled.svg | 0
.../img/icons/shared/checkbox_brown.svg | 0
.../icons/shared/checkbox_brown_selected.svg | 0
.../img/icons/shared/checkbox_disabled.svg | 0
.../img/icons/shared/checkbox_selected.svg | 0
.../shared/checkbox_unselected-disabled.svg | 0
.../img/icons/shared/checkbox_unselected.svg | 0
.../icons/shared/checkbox_white_border.svg | 0
.../icons/shared/checkbox_white_selected.svg | 0
.../_static/img/icons/shared/close-button.svg | 0
.../_static/img/icons/shared/price-tag.svg | 0
.../_static/img/icons/shared/video-icon.png | Bin
.../_static/img/icons/splash/blue-v2.svg | 0
.../_static/img/icons/splash/brown-v2.svg | 0
.../_static/img/icons/splash/green-v2.svg | 0
.../_static/img/icons/splash/grey-v2.svg | 0
.../_static/img/icons/splash/light-green.svg | 0
.../_static/img/icons/splash/orange-v2.svg | 0
.../_static/img/icons/splash/purple-v2.svg | 0
.../public}/_static/img/icons/splash/red.svg | 0
.../public}/_static/img/icons/sprites.svg | 0
.../img/icons/swan-eco/swan_eco_dark_da.png | Bin
.../img/icons/swan-eco/swan_eco_dark_de.png | Bin
.../img/icons/swan-eco/swan_eco_dark_en.png | Bin
.../img/icons/swan-eco/swan_eco_dark_fi.png | Bin
.../img/icons/swan-eco/swan_eco_dark_no.png | Bin
.../img/icons/swan-eco/swan_eco_dark_sv.png | Bin
.../_static/img/icons/warning-alert-gray.svg | 0
.../_static/img/icons/warning-alert-red.svg | 0
.../public}/_static/img/icons/warning.svg | 0
.../public}/_static/img/icons/x-icon.svg | 0
.../_static/img/member-banner-pattern.svg | 0
.../img/partner/sas/sas-campaign-logo.png | Bin
...s_x_scandic_airplane_window_background.jpg | Bin
.../_static/img/rewards/loyalty-award.png | Bin
.../royalslider/custom/arrow-right-hover.svg | 0
.../img/royalslider/custom/arrow-right.svg | 0
.../public}/_static/img/royalslider/grab.png | Bin
.../_static/img/royalslider/grabbing.png | Bin
.../img/royalslider/preloader-white.gif | Bin
.../_static/img/royalslider/preloader.gif | Bin
.../_static/img/royalslider/rs-default.png | Bin
.../public}/_static/img/sas/sas-logotype.svg | 0
.../public}/_static/img/scandic-coin.svg | 0
.../bg-scandic-friends-pattern.png | Bin
.../bg-scandic-friends-pattern.svg | 0
.../_static/img/scandic-logotype-white.png | Bin
.../_static/img/scandic-logotype-white.svg | 0
.../public}/_static/img/scandic-logotype.png | Bin
.../public}/_static/img/scandic-logotype.svg | 0
.../_static/img/scandic-loyalty-time.svg | 0
.../public}/_static/img/scandic-service.svg | 0
.../carousel-arrow-gray-right-hover.svg | 0
.../carousel-arrow-gray-right.svg | 0
.../dc/arrow-double-big-black.svg | 0
.../dc/arrow-double-big-white.svg | 0
.../dc/arrow-double-rust-left.svg | 0
.../signaturehotels/dc/arrow-down-gray.svg | 0
.../signaturehotels/dc/arrow-down-rust.svg | 0
.../dc/bullet-list-arrow-icon-gray-dark.svg | 0
.../dc/downtown-camper-logotype.svg | 0
.../dc/hotelpage-menu-close-gray-dark.svg | 0
.../dc/hotelpage-menu-gray-dark.svg | 0
.../dc/icon-google-directions.svg | 0
.../gc/arrow-double-big-gray.svg | 0
.../gc/arrow-double-gray-left.svg | 0
.../gc/arrow-down-gray-dark.svg | 0
.../gc/arrow-down-white-dark.svg | 0
.../_static/img/signaturehotels/gc/bag.png | Bin
.../gc/bullet-list-arrow-circle-black.svg | 0
.../bullet-list-arrow-circle-white-dark.svg | 0
.../img/signaturehotels/gc/checkbox-black.png | Bin
.../gc/grandcentral-logotype.svg | 0
.../gc/hotelpage-menu-black.svg | 0
.../gc/hotelpage-menu-close-black.svg | 0
.../gc/hotelpage-menu-close-white.svg | 0
.../gho/arrow-double-big-dark-grey.svg | 0
.../gho/arrow-double-dark-grey-left.svg | 0
.../gho/arrow-down-dark-grey.svg | 0
.../signaturehotels/gho/arrow-down-white.svg | 0
.../grandhoteloslo-logotype-horizontal-3.svg | 0
.../gho/hotelpage-menu-dark-grey.svg | 0
.../gho/icon-close-dark-grey-active.png | Bin
.../gho/icon-close-dark-grey.png | Bin
.../haymarket/arrow-double-big-blue.svg | 0
.../haymarket/arrow-double-blue-left.svg | 0
.../haymarket/arrow-down-blue.svg | 0
.../haymarket/arrow-down-white.svg | 0
.../haymarket-logotype-horizontal.svg | 0
.../haymarket/hotelpage-menu-blue.svg | 0
.../haymarket/icon-close-blue-active.png | Bin
.../haymarket/icon-close-blue.png | Bin
.../hn/arrow-double-blue-left.svg | 0
.../signaturehotels/hn/arrow-down-blue.svg | 0
.../img/signaturehotels/hn/arrow-down-red.svg | 0
.../signaturehotels/hn/arrow-down-white.svg | 0
.../hn/hotel-norge-horisontal-logo.svg | 0
.../hn/hotelpage-menu-blue.svg | 0
.../hn/icon-close-blue-active.png | Bin
.../signaturehotels/hn/icon-close-blue.png | Bin
.../hn/icon-google-directions.svg | 0
.../img/signaturehotels/hn/icon-location.svg | 0
.../img/signaturehotels/hn/icon-phone.svg | 0
.../marski/arrow-down-blue.svg | 0
.../marski/arrow-down-dark.svg | 0
.../marski/arrow-down-gray.svg | 0
.../img/signaturehotels/marski/arrow-down.svg | 0
.../marski/arrow-right-blue.svg | 0
.../marski/arrow-right-dark.svg | 0
.../marski/arrow-right-white.svg | 0
.../marski/hotelpage-menu-close-gray-dark.svg | 0
.../marski/hotelpage-menu-close-white.svg | 0
.../marski/icon-google-directions.svg | 0
.../marski/icon-location-white.svg | 0
.../signaturehotels/marski/icon-location.svg | 0
.../img/signaturehotels/marski/icon-mail.svg | 0
.../marski/icon-phone-white.svg | 0
.../marski/map/magnifying-ico.svg | 0
.../marski/map/magnifying-minus-ico.svg | 0
.../marski/map/map-airport.png | Bin
.../marski/map/map-attraction.png | Bin
.../signaturehotels/marski/map/map-bar.png | Bin
.../marski/map/map-busstation.png | Bin
.../marski/map/map-city-center.png | Bin
.../marski/map/map-company.png | Bin
.../marski/map/map-default.png | Bin
.../marski/map/map-entertainment.png | Bin
.../signaturehotels/marski/map/map-museum.png | Bin
.../signaturehotels/marski/map/map-music.png | Bin
.../signaturehotels/marski/map/map-pin.png | Bin
.../marski/map/map-restaurant.png | Bin
.../marski/map/map-shopping.png | Bin
.../signaturehotels/marski/map/map-star.png | Bin
.../signaturehotels/marski/map/map-taxi.png | Bin
.../marski/map/map-theatre.png | Bin
.../signaturehotels/marski/map/map-trains.png | Bin
.../marski/marski-logotype.svg | 0
.../sc-go/add-circle-light-green.svg | 0
.../sc-go/arrow-double-dark-purple-left.svg | 0
.../sc-go/arrow-down-dark-purple.svg | 0
.../sc-go/arrow-down-light-green.svg | 0
.../sc-go/arrow-down-light-purple.svg | 0
.../bullet-list-arrow-circle-dark-purple.svg | 0
.../bullet-list-arrow-circle-light-green.svg | 0
.../sc-go/checkbox-light-green-checked.svg | 0
.../sc-go/checkbox-light-green.svg | 0
.../img/signaturehotels/sc-go/cloud.png | Bin
.../signaturehotels/sc-go/directions-v2.svg | 0
.../sc-go/info-light-green.svg | 0
.../img/signaturehotels/sc-go/logo-v2.svg | 0
.../sc-go/remove-circle-light-green.svg | 0
.../signaturehotels/sc-go/trajectory-bg.svg | 0
.../img/signaturehotels/sc-go/trajectory.png | Bin
.../public}/_static/img/slider/arrow.svg | 0
.../img/store-badges/app-store-badge-de.svg | 0
.../img/store-badges/app-store-badge-dk.svg | 0
.../img/store-badges/app-store-badge-en.svg | 0
.../img/store-badges/app-store-badge-fi.svg | 0
.../img/store-badges/app-store-badge-no.svg | 0
.../img/store-badges/app-store-badge-se.svg | 0
.../img/store-badges/google-play-badge-de.svg | 0
.../img/store-badges/google-play-badge-dk.svg | 0
.../img/store-badges/google-play-badge-en.svg | 0
.../img/store-badges/google-play-badge-fi.svg | 0
.../img/store-badges/google-play-badge-no.svg | 0
.../img/store-badges/google-play-badge-se.svg | 0
.../img/tripadvisor_logo_white_160x24.png | Bin
.../scandic-web/sentry.client.config.ts | 0
.../scandic-web/sentry.edge.config.ts | 0
.../scandic-web/sentry.server.config.ts | 0
.../scandic-web/sentry.shared.config.ts | 0
.../scandic-web/server}/context.ts | 0
.../scandic-web/server}/errors/next.ts | 0
.../scandic-web/server}/errors/trpc.ts | 0
{server => apps/scandic-web/server}/index.ts | 0
.../server}/routers/booking/index.ts | 0
.../server}/routers/booking/input.ts | 0
.../server}/routers/booking/mutation.ts | 0
.../server}/routers/booking/output.ts | 0
.../server}/routers/booking/query.ts | 0
.../server}/routers/booking/utils.ts | 0
.../routers/contentstack/accountPage/index.ts | 0
.../contentstack/accountPage/output.ts | 0
.../routers/contentstack/accountPage/query.ts | 0
.../routers/contentstack/accountPage/utils.ts | 0
.../routers/contentstack/base/index.ts | 0
.../routers/contentstack/base/output.ts | 0
.../routers/contentstack/base/query.ts | 0
.../routers/contentstack/base/telemetry.ts | 0
.../routers/contentstack/base/utils.ts | 0
.../routers/contentstack/breadcrumbs/index.ts | 0
.../contentstack/breadcrumbs/output.ts | 0
.../routers/contentstack/breadcrumbs/query.ts | 0
.../routers/contentstack/breadcrumbs/utils.ts | 0
.../contentstack/collectionPage/index.ts | 0
.../contentstack/collectionPage/output.ts | 0
.../contentstack/collectionPage/query.ts | 0
.../contentstack/collectionPage/utils.ts | 0
.../routers/contentstack/contentPage/index.ts | 0
.../contentstack/contentPage/output.ts | 0
.../routers/contentstack/contentPage/query.ts | 0
.../routers/contentstack/contentPage/utils.ts | 0
.../contentstack/destinationCityPage/index.ts | 0
.../contentstack/destinationCityPage/input.ts | 0
.../destinationCityPage/output.ts | 0
.../contentstack/destinationCityPage/query.ts | 0
.../destinationCityPage/telemetry.ts | 0
.../contentstack/destinationCityPage/utils.ts | 0
.../destinationCountryPage/index.ts | 0
.../destinationCountryPage/input.ts | 0
.../destinationCountryPage/output.ts | 0
.../destinationCountryPage/query.ts | 0
.../destinationCountryPage/telemetry.ts | 0
.../destinationCountryPage/utils.ts | 0
.../destinationOverviewPage/index.ts | 0
.../destinationOverviewPage/output.ts | 0
.../destinationOverviewPage/query.ts | 0
.../destinationOverviewPage/telemetry.ts | 0
.../routers/contentstack/hotelPage/index.ts | 0
.../routers/contentstack/hotelPage/output.ts | 0
.../routers/contentstack/hotelPage/query.ts | 0
.../contentstack/hotelPage/telemetry.ts | 0
.../routers/contentstack/hotelPage/utils.ts | 0
.../server}/routers/contentstack/index.ts | 0
.../contentstack/languageSwitcher/index.ts | 0
.../contentstack/languageSwitcher/input.ts | 0
.../contentstack/languageSwitcher/output.ts | 0
.../contentstack/languageSwitcher/query.ts | 0
.../contentstack/languageSwitcher/utils.ts | 0
.../contentstack/loyaltyLevel/index.ts | 0
.../contentstack/loyaltyLevel/input.ts | 0
.../contentstack/loyaltyLevel/output.ts | 0
.../contentstack/loyaltyLevel/query.ts | 0
.../routers/contentstack/loyaltyPage/index.ts | 0
.../contentstack/loyaltyPage/output.ts | 0
.../routers/contentstack/loyaltyPage/query.ts | 0
.../routers/contentstack/loyaltyPage/utils.ts | 0
.../routers/contentstack/metadata/index.ts | 0
.../routers/contentstack/metadata/input.ts | 0
.../routers/contentstack/metadata/output.ts | 0
.../routers/contentstack/metadata/query.ts | 0
.../routers/contentstack/metadata/utils.ts | 0
.../contentstack/pageSettings/index.ts | 0
.../contentstack/pageSettings/output.ts | 0
.../contentstack/pageSettings/query.ts | 0
.../contentstack/pageSettings/utils.ts | 0
.../routers/contentstack/partner/index.ts | 0
.../routers/contentstack/partner/output.ts | 0
.../routers/contentstack/partner/query.ts | 0
.../routers/contentstack/reward/index.ts | 0
.../routers/contentstack/reward/input.ts | 0
.../routers/contentstack/reward/output.ts | 0
.../routers/contentstack/reward/query.ts | 0
.../routers/contentstack/reward/utils.ts | 0
.../contentstack/schemas/blocks/accordion.ts | 0
.../schemas/blocks/activitiesCard.ts | 0
.../schemas/blocks/cardGallery.ts | 0
.../schemas/blocks/cards/contentCard.ts | 0
.../schemas/blocks/cards/infoCard.ts | 0
.../schemas/blocks/cards/loyaltyCard.ts | 0
.../schemas/blocks/cards/teaserCard.ts | 0
.../contentstack/schemas/blocks/cardsGrid.ts | 0
.../schemas/blocks/carouselCards.ts | 0
.../contentstack/schemas/blocks/content.ts | 0
.../schemas/blocks/contentEmbeds.ts | 0
.../schemas/blocks/dynamicContent.ts | 0
.../schemas/blocks/fullWidthCampaign.ts | 0
.../contentstack/schemas/blocks/hotelFaq.ts | 0
.../schemas/blocks/hotelListing.ts | 0
.../contentstack/schemas/blocks/image.ts | 0
.../schemas/blocks/imageContainer.ts | 0
.../schemas/blocks/joinScandicFriends.ts | 0
.../contentstack/schemas/blocks/shortcuts.ts | 0
.../contentstack/schemas/blocks/spaPage.ts | 0
.../contentstack/schemas/blocks/table.ts | 0
.../contentstack/schemas/blocks/textCols.ts | 0
.../schemas/blocks/textContent.ts | 0
.../contentstack/schemas/blocks/uspGrid.ts | 0
.../schemas/blocks/utils/buttonLinkSchema.ts | 0
.../schemas/blocks/utils/linkConnection.ts | 0
.../contentstack/schemas/imageVault.ts | 0
.../contentstack/schemas/linkConnection.ts | 0
.../routers/contentstack/schemas/pageLinks.ts | 0
.../contentstack/schemas/sidebar/content.ts | 0
.../schemas/sidebar/dynamicContent.ts | 0
.../schemas/sidebar/joinLoyaltyContact.ts | 0
.../schemas/sidebar/quickLinks.ts | 0
.../schemas/sidebar/scriptedCard.ts | 0
.../schemas/sidebar/teaserCard.ts | 0
.../routers/contentstack/schemas/system.ts | 0
.../routers/contentstack/startPage/index.ts | 0
.../routers/contentstack/startPage/output.ts | 0
.../routers/contentstack/startPage/query.ts | 0
.../contentstack/startPage/telemetry.ts | 0
.../routers/contentstack/startPage/utils.ts | 0
.../server}/routers/hotels/index.ts | 0
.../server}/routers/hotels/input.ts | 0
.../server}/routers/hotels/metrics.ts | 0
.../server}/routers/hotels/output.ts | 0
.../server}/routers/hotels/query.ts | 0
.../hotels/schemas/availability/occupancy.ts | 0
.../schemas/availability/productType.ts | 0
.../server}/routers/hotels/schemas/city.ts | 0
.../server}/routers/hotels/schemas/hotel.ts | 0
.../routers/hotels/schemas/hotel/address.ts | 0
.../schemas/hotel/contactInformation.ts | 0
.../routers/hotels/schemas/hotel/content.ts | 0
.../hotels/schemas/hotel/detailedFacility.ts | 0
.../routers/hotels/schemas/hotel/facts.ts | 0
.../hotels/schemas/hotel/healthFacilities.ts | 0
.../schemas/hotel/include/additionalData.ts | 0
.../include/additionalData/displayWebPage.ts | 0
.../hotel/include/additionalData/facility.ts | 0
.../hotel/include/additionalData/gallery.ts | 0
.../additionalData/restaurantsOverviewPage.ts | 0
.../additionalData/specialNeedGroups.ts | 0
.../hotels/schemas/hotel/include/include.ts | 0
.../schemas/hotel/include/nearbyHotels.ts | 0
.../schemas/hotel/include/restaurants.ts | 0
.../schemas/hotel/include/roomCategories.ts | 0
.../routers/hotels/schemas/hotel/location.ts | 0
.../schemas/hotel/merchantInformation.ts | 0
.../routers/hotels/schemas/hotel/parking.ts | 0
.../routers/hotels/schemas/hotel/poi.ts | 0
.../routers/hotels/schemas/hotel/rating.ts | 0
.../hotels/schemas/hotel/rewardNight.ts | 0
.../hotels/schemas/hotel/socialMedia.ts | 0
.../hotels/schemas/hotel/specialAlerts.ts | 0
.../routers/hotels/schemas/hotelFilter.ts | 0
.../server}/routers/hotels/schemas/image.ts | 0
.../routers/hotels/schemas/location/city.ts | 0
.../routers/hotels/schemas/location/hotel.ts | 0
.../routers/hotels/schemas/meetingRoom.ts | 0
.../routers/hotels/schemas/packages.ts | 0
.../hotels/schemas/productTypePrice.ts | 0
.../server}/routers/hotels/schemas/rate.ts | 0
.../routers/hotels/schemas/relationships.ts | 0
.../routers/hotels/schemas/restaurants.ts | 0
.../server}/routers/hotels/schemas/room.ts | 0
.../schemas/roomAvailability/configuration.ts | 0
.../schemas/roomAvailability/product.ts | 0
.../roomAvailability/rateDefinition.ts | 0
.../routers/hotels/schemas/specialAlerts.ts | 0
.../server}/routers/hotels/telemetry.ts | 0
.../server}/routers/hotels/tempHotelData.json | 0
.../server}/routers/hotels/tempRatesData.json | 0
.../server}/routers/hotels/utils.ts | 0
.../server}/routers/navigation/index.ts | 0
.../routers/navigation/mypages/MyPagesLink.ts | 0
.../navigation/mypages/getPrimaryLinks.ts | 0
.../navigation/mypages/getSecondaryLinks.ts | 0
.../routers/navigation/mypages/index.ts | 0
.../server}/routers/partners/index.ts | 0
.../routers/partners/sas/getSasToken.ts | 0
.../server}/routers/partners/sas/index.ts | 0
.../routers/partners/sas/linkAccount.ts | 0
.../routers/partners/sas/otp/constants.ts | 0
.../routers/partners/sas/otp/getOTPState.ts | 0
.../partners/sas/otp/request/requestOtp.ts | 0
.../sas/otp/request/requestOtpError.test.ts | 0
.../sas/otp/request/requestOtpError.ts | 0
.../partners/sas/otp/verify/verifyOtp.ts | 0
.../sas/otp/verify/verifyOtpError.test.ts | 0
.../partners/sas/otp/verify/verifyOtpError.ts | 0
.../partners/sas/performLevelUpgrade.ts | 0
.../routers/partners/sas/unlinkAccount.ts | 0
.../scandic-web/server}/routers/user/index.ts | 0
.../scandic-web/server}/routers/user/input.ts | 0
.../server}/routers/user/mutation.ts | 0
.../server}/routers/user/output.ts | 0
.../scandic-web/server}/routers/user/query.ts | 0
.../routers/user/tempFriendTransactions.json | 0
.../scandic-web/server}/routers/user/utils.ts | 0
.../server}/routers/utils/encryptValue.ts | 0
.../server}/routers/utils/index.ts | 0
.../scandic-web/server}/tokenManager.ts | 0
.../scandic-web/server}/transformer.ts | 0
{server => apps/scandic-web/server}/trpc.ts | 0
{server => apps/scandic-web/server}/utils.ts | 0
.../services}/cms/fetchAndCacheEntry.ts | 0
.../cms/getUidAndContentTypeByPath.ts | 0
.../scandic-web/stores}/bookingCode-filter.ts | 0
.../stores}/enter-details/helpers.ts | 0
.../stores}/enter-details/index.ts | 0
.../useEnterDetailsStore.test.tsx | 0
.../scandic-web/stores}/hotel-data/helper.ts | 0
.../scandic-web/stores}/hotel-data/index.ts | 0
.../scandic-web/stores}/hotel-filters.ts | 0
.../scandic-web/stores}/hotel-page.ts | 0
.../scandic-web/stores}/hotels-map.ts | 0
.../scandic-web/stores}/main-menu.ts | 0
.../stores}/my-stay/add-ancillary-flow.ts | 0
.../scandic-web/stores}/router-transition.ts | 0
.../scandic-web/stores}/select-rate/helper.ts | 0
.../scandic-web/stores}/select-rate/index.ts | 0
.../stores}/select-rate/rate-selection.ts | 0
.../scandic-web/stores}/sidepeek.ts | 0
.../scandic-web/stores}/sticky-position.ts | 0
.../scandic-web/stores}/tracking.ts | 0
.../scandic-web/tsconfig.json | 0
{types => apps/scandic-web/types}/auth.d.ts | 0
.../scandic-web/types}/authError.ts | 0
.../types}/components/ancillaryCard.ts | 0
.../types}/components/blocks/Accordion.ts | 0
.../types}/components/blocks/cardGallery.ts | 0
.../types}/components/blocks/cardsGrid.ts | 0
.../types}/components/blocks/carouselCards.ts | 0
.../components/blocks/dynamicContent.ts | 0
.../types}/components/blocks/hotelListing.ts | 0
.../types}/components/blocks/index.ts | 0
.../types}/components/blocks/infoCard.ts | 0
.../types}/components/blocks/shortcuts.ts | 0
.../types}/components/blocks/surprises.ts | 0
.../types}/components/blocks/table.ts | 0
.../types}/components/blocks/textCols.ts | 0
.../types}/components/blocks/uspGrid.ts | 0
.../types}/components/bookingWidget/enums.ts | 0
.../bookingWidget/guestsRoomsPicker.ts | 0
.../types}/components/bookingWidget/index.ts | 0
.../types}/components/buttonLink.ts | 0
.../types}/components/cardImage.ts | 0
.../types}/components/checkbox/index.ts | 0
.../contentPage/hotelListingItem.ts | 0
.../types}/components/countdown/index.ts | 0
.../types}/components/current/aside.ts | 0
.../components/current/asides/contact.ts | 0
.../types}/components/current/asides/puff.ts | 0
.../types}/components/current/asides/puffs.ts | 0
.../types}/components/current/blocks.ts | 0
.../types}/components/current/blocks/text.ts | 0
.../types}/components/current/breadcrumbs.ts | 0
.../types}/components/current/contentPage.ts | 0
.../types}/components/current/footer.ts | 0
.../types}/components/current/header.ts | 0
.../components/current/header/mainMenu.ts | 0
.../components/current/header/topMenu.ts | 0
.../types}/components/current/hero.ts | 0
.../components/current/languageSwitcher.ts | 0
.../types}/components/current/preamble.ts | 0
.../types}/components/current/subnavMobile.ts | 0
.../types}/components/datepicker.ts | 0
.../types}/components/deprecatedjsontohtml.ts | 0
.../destinationsList/destinationsData.ts | 0
.../scandic-web/types}/components/dialog.ts | 0
.../types}/components/dropdown/dropdown.ts | 0
.../components/footer/appDownloadIcons.ts | 0
.../types}/components/footer/footer.ts | 0
.../types}/components/footer/navigation.ts | 0
.../types}/components/footer/socialIcons.ts | 0
.../types}/components/footer/socialLink.ts | 0
.../types}/components/form/bookingwidget.ts | 0
.../types}/components/form/filterChip.ts | 0
.../types}/components/form/newPassword.ts | 0
.../types}/components/form/phone.ts | 0
.../types}/components/form/signupForm.ts | 0
.../types}/components/header/avatar.ts | 0
.../types}/components/header/headerLink.ts | 0
.../types}/components/header/logo.ts | 0
.../components/header/mainMenuButton.ts | 0
.../types}/components/header/megaMenu.ts | 0
.../types}/components/header/mobileMenu.ts | 0
.../components/header/navigationMenu.ts | 0
.../components/header/navigationMenuItem.ts | 0
.../components/header/navigationMenuList.ts | 0
.../types}/components/header/topLink.ts | 0
.../types}/components/header/topMenuButton.ts | 0
.../types}/components/hotelFilterAndSort.ts | 0
.../types}/components/hotelLogo.ts | 0
.../types}/components/hotelPage/amenities.ts | 0
.../types}/components/hotelPage/facilities.ts | 0
.../types}/components/hotelPage/hotelPage.ts | 0
.../components/hotelPage/map/dynamicMap.ts | 0
.../hotelPage/map/interactiveMap.ts | 0
.../components/hotelPage/map/mapCard.ts | 0
.../hotelPage/map/mapWithCardWrapper.ts | 0
.../components/hotelPage/map/sidebar.ts | 0
.../components/hotelPage/map/staticMap.ts | 0
.../components/hotelPage/meetingRooms.ts | 0
.../components/hotelPage/previewImages.ts | 0
.../types}/components/hotelPage/room.ts | 0
.../hotelPage/sidepeek/aboutTheHotel.ts | 0
.../hotelPage/sidepeek/accessibility.ts | 0
.../hotelPage/sidepeek/activities.ts | 0
.../hotelPage/sidepeek/amenities.ts | 0
.../components/hotelPage/sidepeek/checkIn.ts | 0
.../components/hotelPage/sidepeek/facility.ts | 0
.../sidepeek/meetingsAndConferences.ts | 0
.../hotelPage/sidepeek/openingHours.ts | 0
.../components/hotelPage/sidepeek/parking.ts | 0
.../hotelPage/sidepeek/restaurantBar.ts | 0
.../components/hotelPage/sidepeek/room.ts | 0
.../hotelPage/sidepeek/wellnessAndExercise.ts | 0
.../types}/components/hotelPage/subpage.ts | 0
.../components/hotelPage/tabNavigation.ts | 0
.../actions/addToCalendar.ts | 0
.../actions/downloadInvoice.ts | 0
.../actions/manageBooking.ts | 0
.../bookingConfirmation.ts | 0
.../bookingConfirmation/header.ts | 0
.../bookingConfirmation/hotelDetails.ts | 0
.../bookingConfirmation/paymentDetails.ts | 0
.../bookingConfirmation/promo.ts | 0
.../bookingConfirmation/promos.ts | 0
.../bookingConfirmation/receipt.ts | 0
.../bookingConfirmation/rooms.ts | 0
.../bookingConfirmation/rooms/room.ts | 0
.../hotelReservation/enterDetails/bedType.ts | 0
.../enterDetails/breakfast.ts | 0
.../hotelReservation/enterDetails/details.ts | 0
.../enterDetails/hotelHeader.ts | 0
.../hotelReservation/enterDetails/payment.ts | 0
.../enterDetails/priceChangeDialog.ts | 0
.../hotelReservation/enterDetails/room.ts | 0
.../hotelReservation/enterDetails/summary.ts | 0
.../hotelReservation/hotelSidePeek.ts | 0
.../components/hotelReservation/price.ts | 0
.../selectHotel/availabilityInput.ts | 0
.../selectHotel/filterAndSortModal.ts | 0
.../selectHotel/filterCheckbox.ts | 0
.../selectHotel/hotePriceListProps.ts | 0
.../selectHotel/hotelCardListingProps.ts | 0
.../selectHotel/hotelCardProps.ts | 0
.../selectHotel/hotelFilters.ts | 0
.../selectHotel/hotelSorter.ts | 0
.../hotelReservation/selectHotel/map.ts | 0
.../selectHotel/noAvailabilityAlert.ts | 0
.../selectHotel/priceCardProps.ts | 0
.../selectHotel/selectHotel.ts | 0
.../selectHotel/selectHotelSearchParams.ts | 0
.../selectRate/flexibilityOption.ts | 0
.../selectRate/hotelInfoCard.ts | 0
.../selectRate/hotelSelectionHeader.ts | 0
.../selectRate/imageGallery.ts | 0
.../selectRate/rateSummary.ts | 0
.../hotelReservation/selectRate/roomCard.ts | 0
.../hotelReservation/selectRate/roomFilter.ts | 0
.../selectRate/roomSelection.ts | 0
.../selectRate/roomsContainer.ts | 0
.../selectRate/sectionAccordion.ts | 0
.../hotelReservation/selectRate/selectRate.ts | 0
.../components/hotelReservation/sidePanel.ts | 0
.../components/hotelReservation/sidePeek.ts | 0
.../hotelReservation/signupPromo.ts | 0
.../components/hotelReservation/summary.ts | 0
.../hotelReservation/toggleSidePeekProps.ts | 0
.../hotelReservation/tripAdvisorProps.ts | 0
.../scandic-web/types}/components/icon.ts | 0
.../scandic-web/types}/components/image.ts | 0
.../types}/components/imageContainer.ts | 0
.../types}/components/imageGallery.ts | 0
.../types}/components/imageVault.ts | 0
.../languageSwitcher/languageSwitcher.ts | 0
.../types}/components/lightbox/lightbox.ts | 0
.../types}/components/maps/coordinates.ts | 0
.../components/maps/destinationMarkers.ts | 0
.../types}/components/maps/poiMarker.ts | 0
.../types}/components/maps/staticMap.ts | 0
.../types}/components/max-width.ts | 0
.../types}/components/myPages/friend.ts | 0
.../types}/components/myPages/header.ts | 0
.../types}/components/myPages/membership.ts | 0
.../components/myPages/membershipNumber.ts | 0
.../components/myPages/myPage/accountPage.ts | 0
.../components/myPages/myPage/earnAndBurn.ts | 0
.../myPages/myProfile/creditCards.ts | 0
.../components/myPages/myProfile/edit.ts | 0
.../components/myPages/myProfile/layout.ts | 0
.../components/myPages/myStay/ancillaries.ts | 0
.../types}/components/myPages/pagination.ts | 0
.../types}/components/myPages/points.ts | 0
.../types}/components/myPages/rewards.ts | 0
.../types}/components/myPages/stays/button.ts | 0
.../types}/components/myPages/stays/page.ts | 0
.../components/myPages/stays/previous.ts | 0
.../components/myPages/stays/stayCard.ts | 0
.../components/myPages/stays/upcoming.ts | 0
.../types}/components/myPages/user.ts | 0
.../types}/components/overviewTable.ts | 0
.../scandic-web/types}/components/search.ts | 0
.../components/sidePeeks/roomSidePeek.ts | 0
.../types}/components/sidebar/index.ts | 0
.../components/sidebar/joinLoyaltyContact.ts | 0
.../types}/components/switch/index.ts | 0
.../types}/components/teaserCard.ts | 0
.../scandic-web/types}/components/tooltip.ts | 0
.../scandic-web/types}/components/tracking.ts | 0
.../types}/contexts/enter-details.ts | 0
.../scandic-web/types}/contexts/hotel-data.ts | 0
.../scandic-web/types}/contexts/rates.ts | 0
.../scandic-web/types}/contexts/room.ts | 0
.../scandic-web/types}/discriminatedUnion.ts | 0
.../scandic-web/types}/enums/accountPage.ts | 0
.../scandic-web/types}/enums/alert.ts | 0
.../scandic-web/types}/enums/blocks.ts | 0
.../scandic-web/types}/enums/breakfast.ts | 0
.../scandic-web/types}/enums/cardGallery.ts | 0
.../scandic-web/types}/enums/cards.ts | 0
.../scandic-web/types}/enums/cardsGrid.ts | 0
.../scandic-web/types}/enums/carouselCards.ts | 0
.../types}/enums/collectionPage.ts | 0
.../scandic-web/types}/enums/content.ts | 0
.../scandic-web/types}/enums/contentPage.ts | 0
.../scandic-web/types}/enums/country.ts | 0
.../scandic-web/types}/enums/currency.ts | 0
.../types}/enums/destinationCityPage.ts | 0
.../types}/enums/destinationCountryPage.ts | 0
.../types}/enums/destinationOverviewPage.ts | 0
.../types}/enums/dynamicContent.ts | 0
.../scandic-web/types}/enums/facilities.ts | 0
.../types}/enums/hotelFilterAndSort.ts | 0
.../scandic-web/types}/enums/hotelListing.ts | 0
.../scandic-web/types}/enums/hotelPage.ts | 0
.../scandic-web/types}/enums/hotelType.ts | 0
.../types}/enums/joinLoyaltyContact.ts | 0
.../scandic-web/types}/enums/loyaltyPage.ts | 0
.../scandic-web/types}/enums/meetingRooms.ts | 0
.../scandic-web/types}/enums/packages.ts | 0
.../types}/enums/pointOfInterest.ts | 0
.../scandic-web/types}/enums/scriptedCard.ts | 0
.../scandic-web/types}/enums/sidebar.ts | 0
.../types}/enums/signatureHotel.ts | 0
.../scandic-web/types}/enums/startPage.ts | 0
.../scandic-web/types}/enums/step.ts | 0
.../scandic-web/types}/enums/transactions.ts | 0
.../scandic-web/types}/enums/uspGrid.ts | 0
{types => apps/scandic-web/types}/fetch.ts | 0
.../scandic-web/types}/graphql.d.ts | 0
{types => apps/scandic-web/types}/hotel.ts | 0
{types => apps/scandic-web/types}/i18n.ts | 0
{types => apps/scandic-web/types}/image.ts | 0
{types => apps/scandic-web/types}/jwt.d.ts | 0
.../scandic-web/types}/middleware.ts | 0
.../scandic-web/types}/next/error.ts | 0
{types => apps/scandic-web/types}/params.ts | 0
.../types}/providers/enter-details.ts | 0
.../types}/providers/hotel-data.ts | 0
.../scandic-web/types}/providers/rates.ts | 0
.../scandic-web/types}/providers/room.ts | 0
{types => apps/scandic-web/types}/request.ts | 0
.../types}/requests/asides/contact.ts | 0
.../types}/requests/asides/puff.ts | 0
.../types}/requests/blocks/list.ts | 0
.../types}/requests/blocks/puff.ts | 0
.../types}/requests/blocks/text.ts | 0
.../types}/requests/contentType.ts | 0
.../types}/requests/currentBlockPage.ts | 0
.../types}/requests/currentHeader.ts | 0
.../scandic-web/types}/requests/embeds.ts | 0
.../scandic-web/types}/requests/entry.ts | 0
.../scandic-web/types}/requests/hero.ts | 0
.../types}/requests/imageContainer.ts | 0
.../types}/requests/languageSwitcher.ts | 0
.../types}/requests/myPages/breadcrumbs.ts | 0
.../scandic-web/types}/requests/packages.ts | 0
.../scandic-web/types}/requests/pageLinks.ts | 0
.../scandic-web/types}/requests/preamble.ts | 0
.../scandic-web/types}/requests/puff.ts | 0
.../scandic-web/types}/requests/rte.ts | 0
.../scandic-web/types}/requests/system.ts | 0
.../types}/requests/trackingData.ts | 0
.../scandic-web/types}/requests/utils/all.ts | 0
.../types}/requests/utils/asset.ts | 0
.../types}/requests/utils/edges.ts | 0
.../types}/requests/utils/embeds.ts | 0
.../types}/requests/utils/pageLink.ts | 0
.../scandic-web/types}/requests/utils/refs.ts | 0
.../types}/requests/utils/typename.ts | 0
{types => apps/scandic-web/types}/routes.ts | 0
.../scandic-web/types}/rte/attrs.ts | 0
.../scandic-web/types}/rte/enums.ts | 0
{types => apps/scandic-web/types}/rte/node.ts | 0
.../scandic-web/types}/rte/option.ts | 0
{types => apps/scandic-web/types}/sitemap.ts | 0
.../types}/stores/enter-details.ts | 0
.../scandic-web/types}/stores/hotel-data.ts | 0
.../scandic-web/types}/stores/rates.ts | 0
{types => apps/scandic-web/types}/tokens.ts | 0
.../types}/transitionTypes/jsontohtml.ts | 0
.../types}/transitionTypes/rte/attrs.ts | 0
.../types}/transitionTypes/rte/enums.ts | 0
.../types}/transitionTypes/rte/node.ts | 0
.../types}/transitionTypes/rte/option.ts | 0
.../scandic-web/types}/trpc/meta.ts | 0
.../trpc/routers/booking/confirmation.ts | 0
.../trpc/routers/contentstack/accountPage.ts | 0
.../trpc/routers/contentstack/blocks.ts | 0
.../trpc/routers/contentstack/breadcrumbs.ts | 0
.../routers/contentstack/collectionPage.ts | 0
.../trpc/routers/contentstack/contentPage.ts | 0
.../contentstack/destinationCityPage.ts | 0
.../contentstack/destinationCountryPage.ts | 0
.../contentstack/destinationOverviewPage.ts | 0
.../trpc/routers/contentstack/footer.ts | 0
.../trpc/routers/contentstack/header.ts | 0
.../trpc/routers/contentstack/hotelPage.ts | 0
.../trpc/routers/contentstack/loyaltyPage.ts | 0
.../trpc/routers/contentstack/metadata.ts | 0
.../trpc/routers/contentstack/partner.ts | 0
.../trpc/routers/contentstack/sidebar.ts | 0
.../trpc/routers/contentstack/siteConfig.ts | 0
.../trpc/routers/contentstack/startPage.ts | 0
.../types}/trpc/routers/hotel/availability.ts | 0
.../types}/trpc/routers/hotel/filter.ts | 0
.../types}/trpc/routers/hotel/hotel.ts | 0
.../types}/trpc/routers/hotel/locations.ts | 0
.../types}/trpc/routers/hotel/rate.ts | 0
.../trpc/routers/hotel/roomAvailability.ts | 0
.../types}/trpc/routers/utils/embeds.ts | 0
{types => apps/scandic-web/types}/user.ts | 0
{types => apps/scandic-web/types}/window.d.ts | 0
{utils => apps/scandic-web/utils}/aes.ts | 0
{utils => apps/scandic-web/utils}/cache.ts | 0
.../scandic-web/utils}/clientSession.ts | 0
.../scandic-web/utils}/contactConfig.ts | 0
.../scandic-web/utils}/dateFormatting.ts | 0
{utils => apps/scandic-web/utils}/debounce.ts | 0
{utils => apps/scandic-web/utils}/entry.ts | 0
.../scandic-web/utils}/facilityCards.ts | 0
.../scandic-web/utils}/generateMetadata.ts | 0
.../scandic-web/utils}/generateTag.ts | 0
.../scandic-web/utils}/imageGallery.ts | 0
.../scandic-web/utils}/imageVault.ts | 0
.../scandic-web/utils}/isValidJson.ts | 0
.../scandic-web/utils}/jsonSchemas.ts | 0
.../scandic-web/utils}/languages.ts | 0
.../scandic-web/utils}/loyaltyTable.ts | 0
{utils => apps/scandic-web/utils}/map.ts | 0
.../scandic-web/utils}/maskValue.ts | 0
.../scandic-web/utils}/maskvalue.test.ts | 0
.../scandic-web/utils}/membershipLevels.ts | 0
{utils => apps/scandic-web/utils}/merge.ts | 0
.../scandic-web/utils}/numberFormatting.ts | 0
.../scandic-web/utils}/rangeArray.ts | 0
{utils => apps/scandic-web/utils}/rewards.ts | 0
{utils => apps/scandic-web/utils}/safeTry.ts | 0
{utils => apps/scandic-web/utils}/session.ts | 0
{utils => apps/scandic-web/utils}/sitemap.ts | 0
{utils => apps/scandic-web/utils}/tabbable.ts | 0
{utils => apps/scandic-web/utils}/timeout.ts | 0
{utils => apps/scandic-web/utils}/tracking.ts | 0
{utils => apps/scandic-web/utils}/url.ts | 0
{utils => apps/scandic-web/utils}/user.ts | 0
{utils => apps/scandic-web/utils}/webviews.ts | 0
.../scandic-web/utils}/zod/arrayValidator.ts | 0
.../scandic-web/utils}/zod/numberValidator.ts | 0
.../utils}/zod/passwordValidator.ts | 0
.../scandic-web/utils}/zod/phoneValidator.ts | 0
.../scandic-web/utils}/zod/stringValidator.ts | 0
lint-staged.config.mjs | 3 +
next-env.d.ts | 5 -
package-lock.json | 23466 ----------------
package.json | 134 +-
packages/design-system/.eslintrc.cjs | 14 +
packages/design-system/.gitignore | 26 +
packages/design-system/.npmignore | 2 +
packages/design-system/.prettierignore | 10 +
packages/design-system/.prettierrc | 8 +
packages/design-system/.storybook/main.ts | 35 +
packages/design-system/.storybook/manager.js | 7 +
packages/design-system/.storybook/preview.ts | 21 +
packages/design-system/README.md | 30 +
.../example/CurrentWeb/index.tsx | 12 +
packages/design-system/example/index.html | 12 +
.../design-system/example/main.module.css | 3 +
packages/design-system/example/main.tsx | 16 +
packages/design-system/example/vite-env.d.ts | 2 +
.../lib/components/Card/Card.stories.ts | 27 +
.../lib/components/Card/Card.tsx | 26 +
.../lib/components/Card/card.module.css | 13 +
.../lib/components/Card/index.tsx | 1 +
.../CurrentWeb/Button/Button.stories.tsx | 82 +
.../components/CurrentWeb/Button/Button.tsx | 50 +
.../CurrentWeb/Button/button.module.css | 82 +
.../components/CurrentWeb/Button/index.tsx | 1 +
.../components/CurrentWeb/Icon/TestIcon.tsx | 29 +
.../lib/components/CurrentWeb/Icon/index.tsx | 1 +
packages/design-system/lib/current.ts | 1 +
packages/design-system/lib/docs/colors.mdx | 25 +
.../lib/docs/current-web/colors.mdx | 27 +
packages/design-system/lib/docs/tokens.mdx | 84 +
packages/design-system/lib/generate.ts | 318 +
packages/design-system/lib/new.ts | 1 +
packages/design-system/lib/style-current.css | 6 +
packages/design-system/lib/style-new.css | 8 +
packages/design-system/lib/styles/colors.ts | 628 +
.../lib/styles/fonts/Helvetica/helvetica.ttf | Bin 0 -> 317968 bytes
packages/design-system/lib/styles/globals.css | 5 +
packages/design-system/lib/styles/modes.css | 165 +
packages/design-system/lib/styles/new.css | 134 +
.../lib/styles/numberedTokens.css | 41 +
packages/design-system/lib/styles/old.css | 134 +
packages/design-system/lib/styles/tokens.css | 318 +
.../design-system/lib/styles/typography.css | 217 +
packages/design-system/lib/types/index.ts | 32 +
packages/design-system/lib/utils.test.ts | 61 +
packages/design-system/lib/utils.ts | 19 +
packages/design-system/lib/variables.json | 5271 ++++
packages/design-system/lib/vite-env.d.ts | 2 +
packages/design-system/lint-staged.config.js | 6 +
packages/design-system/package.json | 82 +
...aynezh+vite-plugin-lib-assets+0.5.18.patch | 13 +
.../rollup-plugin-ensure-directives.ts | 106 +
packages/design-system/public/.gitkeep | 0
packages/design-system/tsconfig-build.json | 5 +
packages/design-system/tsconfig.json | 25 +
packages/design-system/vite.config.ts | 116 +
yarn.lock | 22313 +++++++++++++++
2731 files changed, 30986 insertions(+), 23708 deletions(-)
delete mode 100644 .husky/.gitignore
create mode 100644 .vscode/settings.json
create mode 100644 .yarnrc.yml
rename .env => apps/scandic-web/.env (100%)
rename .env.local.example => apps/scandic-web/.env.local.example (98%)
rename .env.test => apps/scandic-web/.env.test (97%)
rename .eslintrc.json => apps/scandic-web/.eslintrc.json (97%)
create mode 100644 apps/scandic-web/.gitignore
rename .prettierignore => apps/scandic-web/.prettierignore (100%)
rename Auth.md => apps/scandic-web/Auth.md (100%)
create mode 100644 apps/scandic-web/README.md
rename {__mocks__ => apps/scandic-web/__mocks__}/hotelReservation/index.ts (100%)
rename {actions => apps/scandic-web/actions}/editProfile.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/logout/route.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/@breadcrumbs/default.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/[...path]/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/[...path]/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/profile/edit/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/profile/edit/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/profile/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(protected)/my-pages/profile/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/@breadcrumbs/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/@preview/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/@preview/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(confirmation)/booking-confirmation/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/utils.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.test.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/(standard)/utils.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/README.md (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/login/route.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/(public)/verifymagiclink/route.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/[...path]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/[contentType]/[uid]/[...paths]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/hotelreservation/booking-confirmation/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/hotelreservation/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/hotelreservation/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/loading.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/@bookingwidget/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/error.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/error.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/middleware-error/404/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/middleware-error/[status]/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/middleware-error/[status]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live)/not-found.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live-current)/@header/current-content-page/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live-current)/@header/error.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live-current)/current-content-page/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live-current)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(live-current)/not-found.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/callback/route.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/FailedAttemptsError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/GenericError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyCodesError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx (98%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx (94%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx (98%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx (98%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/sasUtils.ts (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/(partner)/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/webview/[contentType]/[uid]/page.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/webview/layout.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/webview/layout.tsx (100%)
rename {app => apps/scandic-web/app}/[lang]/webview/refresh/page.module.css (100%)
rename {app => apps/scandic-web/app}/[lang]/webview/refresh/page.tsx (100%)
rename {app => apps/scandic-web/app}/api/debug/route.ts (100%)
rename {app => apps/scandic-web/app}/api/sitemap/route.ts (100%)
rename {app => apps/scandic-web/app}/api/sitemap/sync.ts (100%)
rename {app => apps/scandic-web/app}/api/sitemap/telemetry.ts (100%)
rename {app => apps/scandic-web/app}/api/sitemap/utils.ts (100%)
rename {app => apps/scandic-web/app}/api/web/add-card-callback/[lang]/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/auth/[...nextauth]/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/check-headers/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/revalidate/hotel/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/revalidate/loyaltyConfig/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/revalidate/manually/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/revalidate/route.ts (100%)
rename {app => apps/scandic-web/app}/api/web/trpc/[trpc]/route.ts (100%)
rename {app => apps/scandic-web/app}/favicon.ico (100%)
rename {app => apps/scandic-web/app}/global-error.module.css (100%)
rename {app => apps/scandic-web/app}/global-error.tsx (100%)
rename {app => apps/scandic-web/app}/globals.css (100%)
rename {app => apps/scandic-web/app}/not-found.module.css (100%)
rename auth.ts => apps/scandic-web/auth.ts (100%)
rename {components => apps/scandic-web/components}/Auth/TokenRefresher.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/Accordion/accordion.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/Accordion/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/CardGallery/cardGallery.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/CardGallery/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/CardsGrid.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/CarouselCards/carouselCards.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/CarouselCards/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/HowItWorks/howItWorks.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/HowItWorks/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/LoyaltyLevels/index.tsx (94%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Buttons/CopyButton.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/Hero/hero.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/Hero/hero.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/Hero/heroVariants.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/Hero/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/MembershipNumber/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumber.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumberVariants.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/friend.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Friend/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/Points/Container/container.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/Points/Container/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/pointsColumn.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/Points/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/Stats/stats.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Overview/overview.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/Client.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/desktopHeader.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LargeTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx (95%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/LevelSummary/levelSummary.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardList/Card/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardList/Card/rewardCard.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardList/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardList/rewardList.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardValue/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/RewardValue/rewardValue.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/YourLevelScript/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/overviewTable.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/OverviewTable/reducer.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPoints.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPointsVariants.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Client.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/clientTable.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/EarnAndBurn/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/expiringPointsTable.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/ExpiringPoints/expiringPoints.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/ExpiringPoints/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/Overview/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Points/Overview/overview.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/CurrentRewards/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/NextLevel/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/NextLevel/next.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/redeem.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/Redeem/useRedeemFlow.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/RewardIcon/data.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/RewardIcon/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/Card/TierLevelCard.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/Card/tierLevelCard.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/LevelUpgradeButton.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/levelupgradebutton.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SASTierComparison/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SectionWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/SignupFormWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/ListContainer/container.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/ListContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Previous/Client.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Previous/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/ShowMoreButton/button.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/emptyUpcomingStays.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Soonest/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/StayCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/StayCard/stay.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Upcoming/Client.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Upcoming/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/Stays/Upcoming/upcoming.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/DynamicContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/FullWidthCampaign/fullWidthCampaign.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/FullWidthCampaign/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/HotelListing/HotelListingItem/hotelListingItem.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/HotelListing/HotelListingItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/HotelListing/HotelListingItem/utils.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/HotelListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/JoinScandicFriends/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/JoinScandicFriends/joinScandicFriends.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/ShortcutsList/ShortcutsListItems/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/ShortcutsList/ShortcutsListItems/shortcutsListItems.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/ShortcutsList/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/ShortcutsList/shortcutsList.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/Table/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/Table/table.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/TextCols/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/TextCols/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/TextCols/textcols.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/UspGrid/index.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/UspGrid/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/Blocks/UspGrid/uspgrid.module.css (100%)
rename {components => apps/scandic-web/components}/Blocks/UspGrid/utils.ts (100%)
rename {components => apps/scandic-web/components}/Blocks/index.tsx (100%)
rename {components => apps/scandic-web/components}/BookingWidget/Client.tsx (100%)
rename {components => apps/scandic-web/components}/BookingWidget/MobileToggleButton/button.module.css (100%)
rename {components => apps/scandic-web/components}/BookingWidget/MobileToggleButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/BookingWidget/bookingWidget.module.css (100%)
rename {components => apps/scandic-web/components}/BookingWidget/index.tsx (100%)
rename {components => apps/scandic-web/components}/Breadcrumbs/index.tsx (100%)
rename {components => apps/scandic-web/components}/ButtonLink/index.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/CarouselContent.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/CarouselContext.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/CarouselDots.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/CarouselItem.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/CarouselNavigation.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/carousel.module.css (100%)
rename {components => apps/scandic-web/components}/Carousel/index.tsx (100%)
rename {components => apps/scandic-web/components}/Carousel/types.ts (100%)
rename {components => apps/scandic-web/components}/ContentCard/contentCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentCard/contentCard.ts (100%)
rename {components => apps/scandic-web/components}/ContentCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/CityListingItem/CityListingItemSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/CityListingItem/cityListingItem.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/cityListing.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/CityListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/hotelList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/hotelListItem.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/cityMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/DestinationCityPageSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/destinationCityPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCityPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/cityList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/cityListItem.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/countryMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/CountryMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/sidebarContentWrapper.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/destinationCountryPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationCountryPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/destination.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/destinationsList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/hotelsSection.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/inputFrom.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/destinationOverviewPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/DestinationOverviewPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/ExperienceList/ExperienceListSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/ExperienceList/experienceList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/ExperienceList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/ExperienceList/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelDataContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/HotelListingItem/HotelListingItemSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/HotelListingItem/hotelListingItem.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/HotelListingItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/hotelListing.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelMapCard/DialogImage/dialogImage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelMapCard/DialogImage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelMapCard/hotelMapCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/HotelMapCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/DynamicMap/dynamicMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/DynamicMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/MapContent/ClusterMarker/clusterMarker.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/MapContent/ClusterMarker/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/MapContent/Marker/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/MapContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/MapProvider.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/PageTypeProvider.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/map.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Map/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/SidebarContentWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Sidepeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/Sidepeek/sidepeek.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/StaticMap/MapButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/StaticMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/StaticMap/staticMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/TopImages/TopImagesSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/TopImages/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/TopImages/topImages.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/DestinationPage/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/AmenitiesList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Facilities/CardGrid/ActivitiesCardGrid.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Facilities/CardGrid/cardGrid.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Facilities/CardGrid/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Facilities/facilities.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Facilities/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/IntroSection/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/IntroSection/introSection.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/IntroSection/types.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/DynamicMap/Sidebar/sidebar.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/DynamicMap/dynamicMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/DynamicMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MapCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MapCard/mapCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MapWithCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MapWithCard/mapWithCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MobileMapToggle/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/MobileMapToggle/mobileToggle.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/StaticMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Map/StaticMap/staticMap.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/PreviewImages/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/PreviewImages/previewImages.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Rooms/RoomCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Rooms/RoomCard/roomCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Rooms/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/Rooms/rooms.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/contactInformation.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/AboutTheHotel/aboutTheHotel.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Activities/activities.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Activities/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/accessibilityAmenity.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/CheckIn/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/parkingList.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/parkingPrices.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/parkingAmenity.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/index.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/filteredAmenities.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Amenities/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/meetingsAndConferences.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/RestaurantBar/restaurantBar.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Room/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/Room/room.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/SidePeeks/index.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/TabNavigation/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/TabNavigation/tabNavigation.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/data.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/hotelPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelPage/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Accessibility/accessibilityAdditionalContent.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Accessibility/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Meetings/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Meetings/meetingsAdditionalContent.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Parking/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/Parking/parkingAdditionalContent.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/AdditionalContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/HtmlContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/HtmlContent/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/RestaurantSidebar.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/restaurantSiderbar.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/WellnessSidebar.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/Sidebar/sidebar.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/hotelSubpage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/HotelSubpage/utils.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/LoyaltyPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/LoyaltyPage/loyaltyPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/StartPage/InfoCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/StartPage/InfoCard/infoCard.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/StartPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/StartPage/startPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/CollectionPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/ContentPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/index.tsx (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/staticPage.module.css (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/staticPage.ts (100%)
rename {components => apps/scandic-web/components}/ContentType/StaticPages/variants.ts (100%)
rename {components => apps/scandic-web/components}/CookieBot/index.tsx (100%)
rename {components => apps/scandic-web/components}/Countdown/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/AdobeScript.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Contacts/Contact.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Contacts/contact.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Contacts/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Puff/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Puff/puff.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Aside/Puff/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Aside/aside.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Aside/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/List/ListItem.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/List/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/List/list.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/Puffs.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/Text.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/blocks.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Blocks/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/ContentPage/contentPage.module.css (100%)
rename {components => apps/scandic-web/components}/Current/ContentPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Footer/Navigation.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Footer/footer.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Footer/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Footer/navigation.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/BookingButton/bookingButton.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/BookingButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/HeaderFallback/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/LanguageSwitcher/Desktop/desktop.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/LanguageSwitcher/Desktop/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/LanguageSwitcher/Mobile/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/LanguageSwitcher/Mobile/mobile.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/LanguageSwitcher/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/MainMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/MainMenu/mainMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/MyPagesMobileDropdown/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/MyPagesMobileDropdown/my-pages-mobile-dropdown.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/OfflineBanner/banner.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/OfflineBanner/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/TopMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Header/TopMenu/topMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Hero/hero.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Hero/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/LangPopup/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/LoadingSpinner/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/LoadingSpinner/loading.module.css (100%)
rename {components => apps/scandic-web/components}/Current/NotFound/Texts.ts (100%)
rename {components => apps/scandic-web/components}/Current/NotFound/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/NotFound/notFound.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Preamble/Breadcrumbs/breadcrumbs.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Preamble/Breadcrumbs/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Preamble/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Preamble/preamble.module.css (100%)
rename {components => apps/scandic-web/components}/Current/Preamble/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Section/index.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Section/section.module.css (100%)
rename {components => apps/scandic-web/components}/Current/SubnavMobile.tsx (100%)
rename {components => apps/scandic-web/components}/Current/Tracking.tsx (100%)
rename {components => apps/scandic-web/components}/Current/currentRenderOptions.module.css (100%)
rename {components => apps/scandic-web/components}/Current/currentRenderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/DatePicker/Screen/Desktop.tsx (100%)
rename {components => apps/scandic-web/components}/DatePicker/Screen/Mobile.tsx (100%)
rename {components => apps/scandic-web/components}/DatePicker/Screen/desktop.module.css (100%)
rename {components => apps/scandic-web/components}/DatePicker/Screen/mobile.module.css (100%)
rename {components => apps/scandic-web/components}/DatePicker/date-picker.module.css (100%)
rename {components => apps/scandic-web/components}/DatePicker/index.tsx (100%)
rename {components => apps/scandic-web/components}/DeprecatedJsonToHtml/index.tsx (100%)
rename {components => apps/scandic-web/components}/DeprecatedJsonToHtml/jsontohtml.module.css (100%)
rename {components => apps/scandic-web/components}/DeprecatedJsonToHtml/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/DeprecatedJsonToHtml/utils.tsx (100%)
rename {components => apps/scandic-web/components}/Dialog/dialog.module.css (100%)
rename {components => apps/scandic-web/components}/Dialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Details/SocialLink/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Details/details.module.css (100%)
rename {components => apps/scandic-web/components}/Footer/Details/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/MainNav/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/MainNav/mainnav.module.css (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/SecondaryNav/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/SecondaryNav/secondarynav.module.css (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/index.tsx (100%)
rename {components => apps/scandic-web/components}/Footer/Navigation/navigation.module.css (100%)
rename {components => apps/scandic-web/components}/Footer/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/BookingCode/TabletCodeInput/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/BookingCode/booking-code.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/BookingCode/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Input/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Input/input.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/button.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/variants.ts (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/dialog.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants.ts (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/Label.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/listItem.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/variants.ts (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/List/list.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/SearchList/searchList.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/reducer.ts (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Search/search.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Voucher/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/Voucher/voucher.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/formContent.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/FormContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/form.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/schema.ts (100%)
rename {components => apps/scandic-web/components}/Forms/BookingWidget/variants.ts (100%)
rename {components => apps/scandic-web/components}/Forms/Edit/Profile/FormContent/formContent.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/Edit/Profile/FormContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/Edit/Profile/form.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/Edit/Profile/index.tsx (100%)
rename {components => apps/scandic-web/components}/Forms/Edit/Profile/schema.ts (100%)
rename {components => apps/scandic-web/components}/Forms/Signup/form.module.css (100%)
rename {components => apps/scandic-web/components}/Forms/Signup/index.tsx (99%)
rename {components => apps/scandic-web/components}/Forms/Signup/schema.ts (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/AdultSelector/adult-selector.module.css (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/AdultSelector/index.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/ChildSelector/child-selector.module.css (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/ChildSelector/index.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/Counter/counter.module.css (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/Counter/index.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/Form.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/GuestsRoom/index.tsx (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/guests-rooms-picker.module.css (100%)
rename {components => apps/scandic-web/components}/GuestsRoomsPicker/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/HeaderLink/headerLink.module.css (100%)
rename {components => apps/scandic-web/components}/Header/HeaderLink/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/Avatar/avatar.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/Avatar/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MainMenuButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MainMenuButton/menuButton.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MobileMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MobileMenu/mobileMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MobileMenuWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenu/myPagesMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenuContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenuContent/myPagesMenuContent.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenuWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMobileMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/MyPagesMobileMenu/myPagesMobileMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/MegaMenu/megaMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/NavigationMenuItem/navigationMenuItem.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/NavigationMenuList/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/NavigationMenuList/navigationMenuList.module.css (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/NavigationMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/MainMenu/mainMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/TopLink/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/TopMenu/index.tsx (100%)
rename {components => apps/scandic-web/components}/Header/TopMenu/topMenu.module.css (100%)
rename {components => apps/scandic-web/components}/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/Hero/hero.module.css (100%)
rename {components => apps/scandic-web/components}/Hero/hero.ts (100%)
rename {components => apps/scandic-web/components}/Hero/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/Filter/Checkbox/checkbox.module.css (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/Filter/Checkbox/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/Filter/filter.module.css (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/Filter/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/Sort/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/hotelFilterAndSort.module.css (100%)
rename {components => apps/scandic-web/components}/HotelFilterAndSort/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/AddToCalendar/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Confirmation/confirmation.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Confirmation/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/Actions/DownloadInvoice.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/Actions/ManageBooking.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/Actions/helpers.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Header/index.tsx (98%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/HotelDetails/hotelDetails.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/HotelDetails/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Promos/Promo/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Promos/Promo/promo.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Promos/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Promos/promos.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Receipt/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Receipt/receipt.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/linkedReservation.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/Room/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/Rooms/rooms.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/BookingConfirmation/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/Contact/contact.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/Contact/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/BedType/BedTypeInfo/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/BedType/bedOptions.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/BedType/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/BedType/schema.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/ancillaryChoiceCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Breakfast/breakfast.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Breakfast/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Breakfast/schema.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx (98%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/joinScandicFriendsCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/MemberPriceModal/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/MemberPriceModal/modal.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/Signup/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/Signup/signup.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/SpecialRequests/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/SpecialRequests/specialRequests.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/details.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Details/schema.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Header/ToggleSidePeek.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/GuaranteeDetails/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/PaymentCallback/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/PaymentClient.tsx (99%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/PaymentOption/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/payment.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Payment/schema.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/PriceChangeDialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/PriceChangeDialog/priceChangeDialog.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/SectionAccordion/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/SelectedRoom/ToggleSidePeek.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/SelectedRoom/index.tsx (98%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/StorageCleaner.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/Desktop.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/Mobile/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/UI/index.tsx (99%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/UI/ui.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/EnterDetails/Summary/summary.test.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/HotelCardSkeleton.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/HotelCardSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/HotelPriceCard/hotelPriceCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/HotelPriceCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/NoPriceAvailableCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/NoPriceAvailableCard/noPriceAvailable.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/hotelCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCard/variants.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/HotelCardDialogImage/hotelCardDialogImage.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/HotelCardDialogImage/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/HotelCardDialogImage/variants.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/ListingHotelCardDialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/StandaloneHotelCardDialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/hotelCardDialog.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialog/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialogListing/hotelCardDialogListing.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialogListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardDialogListing/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardListing/hotelCardListing.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/HotelCardListing/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/confirmationStep.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx (97%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/deliveryDetailsStep.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/selectQuantityStep.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/schema.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/ancillaryGridModal.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/ancillaries.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Ancillaries/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/BookingSummary/SummaryCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/BookingSummary/SummaryCard/summaryCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/BookingSummary/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/Confirmation/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/FinalConfirmation/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/cancelStay.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/hooks/useCancelStay.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/CancelStay/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/ActionPanel/Actions/AddToCalendarButton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/ActionPanel/actionPanel.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/ActionPanel/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/ModalContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/ModalContent/modalContent.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ManageStay/modifyModal.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Promo/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Promo/promo.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ReferenceCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/ReferenceCard/referenceCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Room/GuestDetails.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Room/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/Room/room.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/myStay.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/MyStay/myStaySkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/PriceDetailsModal/PriceDetailsTable/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/PriceDetailsModal/PriceDetailsTable/priceDetailsTable.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/PriceDetailsModal/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/ReadMore/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/ReadMore/readMore.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/BookingCodeFilter/bookingCodeFilter.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/FilterAndSortModal/filterAndSortModal.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/FilterAndSortModal/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelCount/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/filterCheckbox.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelFilter/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/HotelSorter/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/MobileMapButtonContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/MobileMapButtonContainer/mobileMapButtonContainer.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/NoAvailabilityAlert.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/hotelListing.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainer.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/SelectHotelSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectHotel/selectHotel.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/HotelInfoCard/hotelInfoCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/HotelInfoCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx (99%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx (98%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RateSummary/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/selectedRoomPanel.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/multiRoomWrapper.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/variants.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/priceList.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/flexibilityOption.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/RoomSize.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/cardVariants.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/roomCard.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/roomFilter.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/roomSelectionPanel.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/RoomsContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SelectRate/utils.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SidePanel/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SidePanel/sidePanel.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SidePanel/variants.ts (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SidePeek/hotelReservationSidePeek.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SidePeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SignupPromo/Desktop.tsx (96%)
rename {components => apps/scandic-web/components}/HotelReservation/SignupPromo/Mobile.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/SignupPromo/signupPromo.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/TripAdvisorChip/index.tsx (100%)
rename {components => apps/scandic-web/components}/HotelReservation/TripAdvisorChip/tripAdvisorChip.module.css (100%)
rename {components => apps/scandic-web/components}/HotelReservation/utils.ts (100%)
rename {components => apps/scandic-web/components}/Icons/Ac.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Accesories.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Accessibility.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/AccountCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Air.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Airplane.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Allergy.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ArrowRight.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ArrowUp.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Balcony.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Bar.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Bathtub.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/BedHotel.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/BedroomParent.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/Bed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/BedDouble.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/BedSingle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/ExtraBunkBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/ExtraPullOutBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/ExtraSofaBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/ExtraWallBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/KingBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/KingBedSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/QueenBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/SingleBed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Beds/TwinBeds.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Bike.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Biking.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Breakfast.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Business.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Cable.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Calendar.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CalendarAdd.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Camera.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Cellphone.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Chair.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Check.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CheckCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronDown.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronDownSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronLeft.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronLeftSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronRight.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronRightSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronUp.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ChevronUpSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/City.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Close.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CloseLarge.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Coffee.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CoffeeAlt.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CoffeeMaker.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Coin.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CompareArrows.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Concierge.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Contract.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ConvenienceStore24h.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Cool.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Copy.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CreditCard.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CreditCardAdd.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CroissantCoffeeEgg.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CrossCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CrossCircleOutline.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Cultural.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CutleryOne.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/CutleryTwo.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Delete.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Desk.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Diamond.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Dining.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Directions.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Discount.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/DoorClosed.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/DoorOpen.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Download.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Dresser.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Edit.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ElectricBike.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ElectricCar.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Email.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ErrorCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/ErrorCircleFilled.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/EyeHide.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/EyeShow.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Facebook.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Family.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Fan.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/FilledHeart.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Filter.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Fitness.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Footstool.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Gallery.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Garage.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Gift.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/GiftOpen.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Globe.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Golf.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Groceries.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Hairdryer.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/HandKey.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/HandSoap.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Hanger.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/HangerAlt.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/HealthBeauty.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Heart.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Heat.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/HotelNight.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/House.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Image.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/InfoCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Instagram.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Iron.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Kayaking.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Kettle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Kids.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/KidsMocktail.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Lamp.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Laptop.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/LaundryMachine.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Link.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/LocalBar.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Location.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Lock.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/DowntownCamper.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/GrandHotelOslo.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/Haymarket.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/HotelNorge.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/Marski.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/ScandicGoLogo.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/ScandicLogo.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Logos/index.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Luggage.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/MagicWand.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Map.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Measure.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Microwave.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Minus.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Mirror.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/MoneyHand.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Museum.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Nature.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Nightlife.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/NoBreakfast.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/NoSmoking.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/OpenInNew.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/OpenInNewSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/OutdoorFurniture.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Parking.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/People2.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Person.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Pets.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Phone.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Plus.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/PlusCircle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/PriceTag.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Printer.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Refresh.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Restaurant.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/RocketLaunch.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/RoomService.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/SafetyBox.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Sauna.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Search.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Service.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Shopping.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Shower.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Skateboarding.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Smoking.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Snowflake.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Spa.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Speaker.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/StarFilled.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Store.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Street.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Surprise.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Swim.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Thermostat.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Train.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/TripAdvisor.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Tshirt.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/TshirtWash.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/TvCasting.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Voucher.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/WarningTriangle.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Wheelchair.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Wifi.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/WindowCurtainsAlt.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/WindowNotAvailable.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/WineBar.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/WoodFloor.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/Yard.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/get-icon-by-icon-name.ts (100%)
rename {components => apps/scandic-web/components}/Icons/icon.module.css (100%)
rename {components => apps/scandic-web/components}/Icons/index.tsx (100%)
rename {components => apps/scandic-web/components}/Icons/variants.ts (100%)
rename {components => apps/scandic-web/components}/Image.tsx (100%)
rename {components => apps/scandic-web/components}/ImageContainer/imageContainer.module.css (100%)
rename {components => apps/scandic-web/components}/ImageContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/ImageGallery/imageGallery.module.css (100%)
rename {components => apps/scandic-web/components}/ImageGallery/index.tsx (100%)
rename {components => apps/scandic-web/components}/JsonToHtml/index.tsx (100%)
rename {components => apps/scandic-web/components}/JsonToHtml/jsontohtml.module.css (100%)
rename {components => apps/scandic-web/components}/JsonToHtml/renderOptions.tsx (100%)
rename {components => apps/scandic-web/components}/JsonToHtml/utils.tsx (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/LanguageSwitcherContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/LanguageSwitcherContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/LanguageSwitcherContent/languageSwitcherContent.module.css (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/LanguageSwitcherContent/utils.ts (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/index.tsx (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/languageSwitcher.module.css (100%)
rename {components => apps/scandic-web/components}/LanguageSwitcher/variants.ts (100%)
rename {components => apps/scandic-web/components}/Levels/Icon.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/BestFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/CloseFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/DearFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/GoodFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/LoyalFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/NewFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/ScandicFamily.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/ScandicFriends.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/Level/TrueFriend.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/index.tsx (100%)
rename {components => apps/scandic-web/components}/Levels/levels.module.css (100%)
rename {components => apps/scandic-web/components}/Levels/levels.ts (100%)
rename {components => apps/scandic-web/components}/Levels/variants.ts (100%)
rename {components => apps/scandic-web/components}/Lightbox/FullView.tsx (100%)
rename {components => apps/scandic-web/components}/Lightbox/Gallery.tsx (100%)
rename {components => apps/scandic-web/components}/Lightbox/Lightbox.module.css (100%)
rename {components => apps/scandic-web/components}/Lightbox/index.tsx (100%)
rename {components => apps/scandic-web/components}/LivePreview/index.tsx (100%)
rename {components => apps/scandic-web/components}/Loading/index.tsx (100%)
rename {components => apps/scandic-web/components}/Loading/loading.module.css (100%)
rename {components => apps/scandic-web/components}/LoadingSpinner/index.tsx (100%)
rename {components => apps/scandic-web/components}/LoadingSpinner/loading.module.css (100%)
rename {components => apps/scandic-web/components}/LoginButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/MapContainer/index.tsx (100%)
rename {components => apps/scandic-web/components}/MapContainer/mapModal.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/HotelListingMapContent/hotelListingMapContent.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/HotelListingMapContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/HotelMapContent/hotelMapContent.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/HotelMapContent/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/InteractiveMap/interactiveMap.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/DowntownCamper.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/DowntownCamperSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/GrandHotel.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/GrandHotelSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Haymarket.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HaymarketSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HotelMarker/hotelMarker.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HotelMarker/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HotelMarker/variants.ts (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HotelNorge.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/HotelNorgeSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Marski.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/MarskiSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Poi/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Poi/poi.module.css (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Poi/variants.ts (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/Scandic.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/ScandicGo.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/ScandicGoSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/ScandicSmall.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/index.tsx (100%)
rename {components => apps/scandic-web/components}/Maps/Markers/utils.ts (100%)
rename {components => apps/scandic-web/components}/Maps/StaticMap/ReadMe.md (100%)
rename {components => apps/scandic-web/components}/Maps/StaticMap/index.tsx (100%)
rename {components => apps/scandic-web/components}/MaxWidth/index.tsx (100%)
rename {components => apps/scandic-web/components}/MaxWidth/maxWidth.module.css (100%)
rename {components => apps/scandic-web/components}/Modal/index.tsx (100%)
rename {components => apps/scandic-web/components}/Modal/modal.module.css (100%)
rename {components => apps/scandic-web/components}/Modal/modal.ts (100%)
rename {components => apps/scandic-web/components}/Modal/motionVariants.ts (100%)
rename {components => apps/scandic-web/components}/MyPages/Avatar/avatar.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/Avatar/index.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Pagination/index.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Pagination/pagination.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/Sidebar/SidebarNavigationSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Sidebar/index.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Sidebar/sidebar.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Card.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Client.tsx (99%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Header.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Initial.tsx (96%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Navigation.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/Slide.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/confetti.ts (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/index.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/Surprises/surprises.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/communication/communication.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/communication/communication.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/creditCards/creditCards.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/creditCards/creditCards.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/membershipCards/membershipcards.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/membershipCards/membershipcards.tsx (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/profile/profile.module.css (100%)
rename {components => apps/scandic-web/components}/MyPages/myprofile/profile/profile.tsx (100%)
rename {components => apps/scandic-web/components}/OpeningHours/index.tsx (100%)
rename {components => apps/scandic-web/components}/OpeningHours/openingHours.module.css (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/ParkingList/index.tsx (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/ParkingList/parkingList.module.css (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/ParkingPrices/index.tsx (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/ParkingPrices/parkingPrices.module.css (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/index.tsx (100%)
rename {components => apps/scandic-web/components}/ParkingInformation/parkingInformation.module.css (100%)
rename {components => apps/scandic-web/components}/Profile/AddCreditCardButton/addCreditCardButton.module.css (100%)
rename {components => apps/scandic-web/components}/Profile/AddCreditCardButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/CreditCardList/CreditCardList.module.css (100%)
rename {components => apps/scandic-web/components}/Profile/CreditCardList/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/CreditCardRow/creditCardRow.module.css (100%)
rename {components => apps/scandic-web/components}/Profile/CreditCardRow/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/DeleteCreditCardButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/DeleteCreditCardConfirmation.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/Profile/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/ManagePreferencesButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/Profile/ManagePreferencesButton/managePreferencesButton.module.css (100%)
rename {components => apps/scandic-web/components}/ProtectedLayout.tsx (100%)
rename {components => apps/scandic-web/components}/Redirect.tsx (100%)
rename {components => apps/scandic-web/components}/SasTierComparison/index.tsx (100%)
rename {components => apps/scandic-web/components}/SasTierComparison/sasTierComparison.module.css (100%)
rename {components => apps/scandic-web/components}/Section/Container/container.module.css (100%)
rename {components => apps/scandic-web/components}/Section/Container/index.tsx (100%)
rename {components => apps/scandic-web/components}/Section/Header/header.module.css (100%)
rename {components => apps/scandic-web/components}/Section/Header/index.tsx (100%)
rename {components => apps/scandic-web/components}/Section/Link/index.tsx (100%)
rename {components => apps/scandic-web/components}/Section/Link/link.module.css (100%)
rename {components => apps/scandic-web/components}/Section/Link/link.ts (100%)
rename {components => apps/scandic-web/components}/Section/Link/variants.ts (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/Accessibility.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/CheckInCheckOut.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/MeetingsAndConferences.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/Parking.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/Restaurant.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/Accordions/sidePeekAccordion.module.css (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/hotelSidePeek.module.css (100%)
rename {components => apps/scandic-web/components}/SidePeeks/HotelSidePeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/RoomSidePeek/bedIcon.ts (100%)
rename {components => apps/scandic-web/components}/SidePeeks/RoomSidePeek/facilityIcon.ts (100%)
rename {components => apps/scandic-web/components}/SidePeeks/RoomSidePeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/SidePeeks/RoomSidePeek/roomSidePeek.module.css (100%)
rename {components => apps/scandic-web/components}/SidePeeks/SidePeekProvider/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/Contact/contact.module.css (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/Contact/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/ReadMore/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/ReadMore/readMore.module.css (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/JoinLoyalty/joinLoyalty.module.css (100%)
rename {components => apps/scandic-web/components}/Sidebar/MyPagesNavigation.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/SidebarSkeleton.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/index.tsx (100%)
rename {components => apps/scandic-web/components}/Sidebar/sidebar.module.css (100%)
rename {components => apps/scandic-web/components}/SitewideAlert/index.tsx (100%)
rename {components => apps/scandic-web/components}/SitewideAlert/sitewideAlert.module.css (100%)
rename {components => apps/scandic-web/components}/SkeletonShimmer/index.tsx (100%)
rename {components => apps/scandic-web/components}/SkeletonShimmer/skeleton.module.css (100%)
rename {components => apps/scandic-web/components}/SkipToMainContent.tsx (100%)
rename {components => apps/scandic-web/components}/TabFilters/index.tsx (100%)
rename {components => apps/scandic-web/components}/TabFilters/tabFilters.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/AccordionItem/accordionItem.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/AccordionItem/accordionItem.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/AccordionItem/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/AccordionItem/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/accordion.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/accordion.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Accordion/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/Sidepeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/Sidepeek/sidepeek.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/Sidepeek/sidepeek.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/alert.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/alert.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/utils.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Alert/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/AncillaryCard/ancillaryCard.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/AncillaryCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/BackToTopButton/backToTopButton.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/BackToTopButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/BackToTopButton/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Breadcrumbs/breadcrumbs.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Breadcrumbs/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Breadcrumbs/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Button/button.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Button/button.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Button/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Button/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/CardImage/cardImage.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/CardImage/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/card.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/card.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/utils.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Card/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Chip/chip.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Chip/chip.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Chip/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Chip/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Divider/divider.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Divider/divider.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Divider/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Divider/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Checkbox/checkbox.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Checkbox/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ChoiceCard/Radio.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ChoiceCard/_Card/card.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ChoiceCard/_Card/card.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Country/countries.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Country/country.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Country/country.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Country/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Date/date.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Date/date.test.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Date/date.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Date/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ErrorMessage/Error.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ErrorMessage/error.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ErrorMessage/errorMessage.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/ErrorMessage/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/FilterChip/Checkbox.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/FilterChip/_Chip/chip.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/FilterChip/_Chip/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/AriaInputWithLabel/input.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/input.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Input/input.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Label/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Label/label.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Label/label.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Label/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/NewPassword/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/NewPassword/newPassword.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/NewPassword/newPassword.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Phone/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Phone/phone.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Select/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Select/select.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/SelectChevron/chevron.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/SelectChevron/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Switch/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/Switch/switch.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/TextArea/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/TextArea/input.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Form/TextArea/textarea.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/Item/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/Item/item.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/Item/item.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/Item/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/dynamic.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/dynamic.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Dynamic/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Stackable/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Stackable/stackable.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Stackable/stackable.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/Stackable/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Grids/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/IconChip/iconChip.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/IconChip/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/IconChip/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Link/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Link/link.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Link/link.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Link/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/Chip/chip.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/Chip/chip.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/Chip/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/linkChips.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LinkChips/linkChips.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LoyaltyCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LoyaltyCard/loyaltyCard.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/LoyaltyCard/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/MeetingRoomCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/MeetingRoomCard/meetingRoomCard.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/MeetingRoomCard/utils.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Popover/Arrow/arrow.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Popover/Arrow/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Popover/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Popover/popover.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Popover/popover.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ProgressBar/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ProgressBar/progressbar.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ProgressBar/progressbar.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ScrollWrapper/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ScrollWrapper/scrollWrapper.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ScrollWrapper/scrollWrapper.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Select/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Select/select.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Select/select.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ShowMoreButton/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ShowMoreButton/showMoreButton.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ShowMoreButton/showMoreButton.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/ShowMoreButton/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/SidePeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/SidePeek/sidePeek.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/SidePeek/sidePeek.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/SidePeek/types.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/TBody.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/TD.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/TH.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/THead.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/TR.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/table.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/table.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Table/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/TeaserCard/Sidepeek/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/TeaserCard/Sidepeek/sidepeek.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/TeaserCard/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/TeaserCard/teaserCard.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/TeaserCard/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/BiroScript/biroScript.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/BiroScript/biroScript.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/BiroScript/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/BiroScript/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Body/body.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Body/body.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Body/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Body/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Caption/caption.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Caption/caption.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Caption/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Caption/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Footnote/footnote.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Footnote/footnote.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Footnote/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Footnote/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Preamble/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Preamble/preamble.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Preamble/preamble.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Preamble/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Subtitle/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Subtitle/subtitle.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Subtitle/subtitle.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Subtitle/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Title/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Title/title.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Title/title.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Text/Title/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Toasts/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Toasts/toasts.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Toasts/toasts.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Toasts/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Tooltip/index.tsx (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Tooltip/tooltip.module.css (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/Tooltip/variants.ts (100%)
rename {components => apps/scandic-web/components}/TempDesignSystem/utils/checkForEmptyChildren.ts (100%)
rename {components => apps/scandic-web/components}/TrackingSDK/AdobeSDKScript.tsx (100%)
rename {components => apps/scandic-web/components}/TrackingSDK/GTMScript.tsx (100%)
rename {components => apps/scandic-web/components}/TrackingSDK/RouterTracking.tsx (100%)
rename {components => apps/scandic-web/components}/TrackingSDK/RouterTransition.tsx (100%)
rename {components => apps/scandic-web/components}/TrackingSDK/index.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/AccountPage/Blocks.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/AccountPage/accountPage.module.css (100%)
rename {components => apps/scandic-web/components}/Webviews/AccountPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/LinkToOverview/index.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/LinkToOverview/linkToOverview.module.css (100%)
rename {components => apps/scandic-web/components}/Webviews/LoyaltyPage/Blocks.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/LoyaltyPage/index.tsx (100%)
rename {components => apps/scandic-web/components}/Webviews/LoyaltyPage/loyaltyPage.module.css (100%)
rename {constants => apps/scandic-web/constants}/auth.ts (100%)
rename {constants => apps/scandic-web/constants}/booking.ts (100%)
rename {constants => apps/scandic-web/constants}/currentWebHrefs.ts (100%)
rename {constants => apps/scandic-web/constants}/homeHrefs.ts (100%)
rename {constants => apps/scandic-web/constants}/languages.ts (100%)
rename {constants => apps/scandic-web/constants}/membershipLevels.ts (100%)
rename {constants => apps/scandic-web/constants}/myBooking.ts (100%)
rename {constants => apps/scandic-web/constants}/poiCategories.ts (100%)
rename {constants => apps/scandic-web/constants}/rewards.ts (100%)
rename {constants => apps/scandic-web/constants}/routes/authRequired.ts (100%)
rename {constants => apps/scandic-web/constants}/routes/baseUrls.ts (100%)
rename {constants => apps/scandic-web/constants}/routes/handleAuth.js (100%)
rename {constants => apps/scandic-web/constants}/routes/hotelReservation.js (100%)
rename {constants => apps/scandic-web/constants}/routes/myPages.js (100%)
rename {constants => apps/scandic-web/constants}/routes/signup.ts (100%)
rename {constants => apps/scandic-web/constants}/routes/webviews.ts (100%)
rename {contexts => apps/scandic-web/contexts}/Details.ts (100%)
rename {contexts => apps/scandic-web/contexts}/HotelData.ts (100%)
rename {contexts => apps/scandic-web/contexts}/Rates.ts (100%)
rename {contexts => apps/scandic-web/contexts}/Room.ts (100%)
rename cypress.config.ts => apps/scandic-web/cypress.config.ts (100%)
rename {cypress => apps/scandic-web/cypress}/e2e/static-pages/about.cy.ts (100%)
rename {cypress => apps/scandic-web/cypress}/e2e/static-pages/sponsoring.cy.ts (100%)
rename {cypress => apps/scandic-web/cypress}/e2e/static-pages/wifi.cy.ts (100%)
rename {cypress => apps/scandic-web/cypress}/fixtures/example.json (100%)
rename {cypress => apps/scandic-web/cypress}/support/commands.ts (100%)
rename {cypress => apps/scandic-web/cypress}/support/component-index.html (100%)
rename {cypress => apps/scandic-web/cypress}/support/component.ts (100%)
rename {cypress => apps/scandic-web/cypress}/support/e2e.ts (100%)
rename {env => apps/scandic-web/env}/client.ts (100%)
rename {env => apps/scandic-web/env}/server.ts (98%)
rename {hooks => apps/scandic-web/hooks}/booking/useAvailablePaymentOptions.ts (100%)
rename {hooks => apps/scandic-web/hooks}/booking/useHandleBookingStatus.ts (100%)
rename {hooks => apps/scandic-web/hooks}/booking/usePaymentFailedToast.ts (100%)
rename {hooks => apps/scandic-web/hooks}/booking/useScrollToActiveSection.ts (100%)
rename {hooks => apps/scandic-web/hooks}/maps/use-map-viewport.ts (100%)
rename {hooks => apps/scandic-web/hooks}/maps/use-supercluster.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useCheckIfExternalLink.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useClickOutside.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useHandleKeyPress.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useHandleKeyUp.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useHash.tsx (100%)
rename {hooks => apps/scandic-web/hooks}/useInitializeFiltersFromUrl.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useLang.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useLazyPathname.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useScrollShadows.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useScrollSpy.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useScrollToTop.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useSessionId.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useSetOverflowVisibleOnRA.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useStickyPosition.ts (100%)
rename {hooks => apps/scandic-web/hooks}/useTrapFocus.ts (100%)
rename {i18n => apps/scandic-web/i18n}/Provider.tsx (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/da.json (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/de.json (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/en.json (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/fi.json (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/no.json (100%)
rename {i18n => apps/scandic-web/i18n}/dictionaries/sv.json (100%)
rename {i18n => apps/scandic-web/i18n}/i18n.md (100%)
rename {i18n => apps/scandic-web/i18n}/index.ts (100%)
rename {i18n => apps/scandic-web/i18n}/serverContext.ts (100%)
rename instrumentation.ts => apps/scandic-web/instrumentation.ts (100%)
rename jest.config.ts => apps/scandic-web/jest.config.ts (100%)
rename jest.setup.ts => apps/scandic-web/jest.setup.ts (100%)
rename {lib => apps/scandic-web/lib}/api/endpoints.ts (100%)
rename {lib => apps/scandic-web/lib}/api/index.ts (100%)
rename {lib => apps/scandic-web/lib}/discriminatedUnion.ts (100%)
rename {lib => apps/scandic-web/lib}/dt.ts (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/AccountPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Alert.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Aside/Contact.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Aside/Puff.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Accordion.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Card.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/CardGallery.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/CardsGrid.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/CarouselCards.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Content.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/ContentCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/DynamicContent.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/FullWidthCampaign.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/HotelListing.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/InfoCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/JoinScandicFriends.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/List.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/LoyaltyCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Puff.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Refs/Accordion.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Refs/Card.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Refs/InfoCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Refs/TeaserCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Shortcuts.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Table.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/TeaserCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/Text.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/TextCols.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/TextContent.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Blocks/UspGrid.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/AccountPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/Breadcrumbs.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/CollectionPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/ContentPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/DestinationCityPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/DestinationCountryPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/DestinationOverviewPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/HotelPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Breadcrumbs/LoyaltyPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CollectionPage/NavigationLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CollectionPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CollectionPage/TopPrimaryButton.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Contact.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/ContentPage/NavigationLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/ContentPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/ContentPage/TopPrimaryButton.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/AppDownloads.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/Logo.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/MainLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/Navigation.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/SocialMedia.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/CurrentFooter/TripAdvisor.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/DestinationCityPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/DestinationCountryPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/DestinationOverviewPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Footer/AppDownloads.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Footer/Refs/TertiaryLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Footer/SocialMedia.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Grid.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Hero.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/HotelPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Image.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/ImageContainer.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/LoyaltyPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/AccountPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/CollectionPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/ContentPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/CurrentContentPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/DestinationCityPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/DestinationCountryPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/DestinationOverviewPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/HotelPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/LoyaltyPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageLink/StartPageLink.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/PageSettings.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Preamble.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Puff.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/Content.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/DynamicContent.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/JoinLoyaltyContact.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/QuickLinks.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/ScriptedCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/Sidebar/TeaserCard.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/StartPage/Ref.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Fragments/System.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/AccountPage/AccountPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/AccountPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/AccountPage/Navigation.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/AccountPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/CollectionPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/ContentPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/DestinationCityPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/DestinationCountryPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/DestinationOverviewPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/HotelPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Breadcrumbs/LoyaltyPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/CollectionPage/CollectionPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/CollectionPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/ContactConfig.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/ContentPage/ContentPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/ContentPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Current/CurrentBlockPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Current/CurrentBlockPageTrackingData.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Current/Footer.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Current/Header.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Current/LanguageSwitcher.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCityPage/DestinationCityListData.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCityPage/DestinationCityPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCityPage/DestinationCityPageUrl.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCityPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCountryPage/DestinationCountryPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCountryPage/DestinationCountryPageUrl.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationCountryPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationOverviewPage/DestinationOverviewPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/DestinationOverviewPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Footer.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Header.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/HotelPage/HotelPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/HotelPage/HotelPageUrl.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/HotelPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/LoyaltyLevels.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/LoyaltyPage/LoyaltyPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/LoyaltyPage/Metadata.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/PageSettings.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/ResolveEntry.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/Rewards.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/RewardsWithRedeem.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/SASTierComparison.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/SiteConfig.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/Query/StartPage/StartPage.graphql (100%)
rename {lib => apps/scandic-web/lib}/graphql/_request.ts (100%)
rename {lib => apps/scandic-web/lib}/graphql/batchEdgeRequest.ts (100%)
rename {lib => apps/scandic-web/lib}/graphql/batchRequest.ts (100%)
rename {lib => apps/scandic-web/lib}/graphql/edgeRequest.ts (100%)
rename {lib => apps/scandic-web/lib}/graphql/request.ts (100%)
rename {lib => apps/scandic-web/lib}/previewContext.ts (100%)
rename {lib => apps/scandic-web/lib}/trpc/Provider.tsx (100%)
rename {lib => apps/scandic-web/lib}/trpc/client.ts (100%)
rename {lib => apps/scandic-web/lib}/trpc/memoizedRequests/index.ts (100%)
rename {lib => apps/scandic-web/lib}/trpc/server.ts (100%)
rename lint-staged.config.js => apps/scandic-web/lint-staged.config.js (100%)
rename middleware.ts => apps/scandic-web/middleware.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/authRequired.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/bookingFlow.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/cmsContent.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/currentWebLogin.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/currentWebLoginEmail.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/currentWebLogout.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/dateFormat.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/handleAuth.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/myPages.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/sasXScandic.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/utils.ts (100%)
rename {middlewares => apps/scandic-web/middlewares}/webView.ts (100%)
rename netlify.toml => apps/scandic-web/netlify.toml (85%)
rename {netlify => apps/scandic-web/netlify}/functions/sitemap/index.mts (100%)
rename next.config.js => apps/scandic-web/next.config.js (100%)
create mode 100644 apps/scandic-web/package.json
rename prettier.config.cjs => apps/scandic-web/prettier.config.cjs (100%)
rename {providers => apps/scandic-web/providers}/EnterDetailsProvider.tsx (100%)
rename {providers => apps/scandic-web/providers}/HotelDataProvider.tsx (100%)
rename {providers => apps/scandic-web/providers}/RatesProvider.tsx (100%)
rename {providers => apps/scandic-web/providers}/RoomProvider.tsx (100%)
rename {public => apps/scandic-web/public}/_static/BestFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/CloseFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/DearFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/GoodFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/LoyalFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/NewFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/TrueFriend.svg (100%)
rename {public => apps/scandic-web/public}/_static/css/cookie-bot.css (100%)
rename {public => apps/scandic-web/public}/_static/css/core.css (100%)
rename {public => apps/scandic-web/public}/_static/css/scandic.css (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-light-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-light-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-light.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-regular-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-regular-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/akkurat/akkurat-regular.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/biro-script-plus/regular.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/boita/boita-regular-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/boita/boita-regular-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/boita/boita-regular.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brandon-text/black.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brandon-text/black.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brandon-text/bold.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brandon-text/bold.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-bold/lineto-brown-bold.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/brown/brown-light/lineto-brown-light.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/domaine/domainesanstextweb-light-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/domaine/domainesanstextweb-light-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-mono/OFL.txt (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-mono/bold.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-mono/medium.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-mono/regular.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/OFL.txt (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/black.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/bold.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/light.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/medium.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/regular.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/fira-sans/semibold.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-black-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-black-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-black.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-bold-webfont.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-bold-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/gotham/gotham-bold.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/interstate/interstate-black-compressed.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/interstate/interstate-black-compressed.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/interstate/interstate-regular-condensed-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/interstate/interstate-regular-condensed.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/prumo/PrumoText-Light.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/prumo/prumotext-light-webfont.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-300.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-300.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-500.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-500.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-700.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-700.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-regular.woff (100%)
rename {public => apps/scandic-web/public}/_static/fonts/roboto/roboto-v20-latin-regular.woff2 (100%)
rename {public => apps/scandic-web/public}/_static/icons/UI - Enter details/bed king.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/account_circle.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/alternate_email.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/arrow_right.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/arrow_upward.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/calendar_month.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/check-ring.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/check.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/check_circle.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/chevron-down.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/chevron.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/chevron_right.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/close.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/copy.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/flower-image.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/globe.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/good-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/heart.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/home.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/location.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/best-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/best_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/close-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/close_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/dear-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/dear_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/good-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/good_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/loyal-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/loyal_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/new-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/new_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/scandic-family.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/scandic-friends.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/scandic_family.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/scandic_friends.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/true-friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/loyaltylevels/true_friend.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/new-friend.png (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/american-express.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/apple-pay.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/card-generic.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/dankort.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/diners-club.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/discover.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/google-pay.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/jcb.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/klarna.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/maestro.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/mastercard.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/mobilepay.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/paypal.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/swish.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/unionpay.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/vipps.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/payment/visa.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/person.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/phone.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/qr.svg (100%)
rename {public => apps/scandic-web/public}/_static/icons/scandic-friends.png (100%)
rename {public => apps/scandic-web/public}/_static/icons/sweden.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/Scandic_Family_Breakfast.jpg (100%)
rename {public => apps/scandic-web/public}/_static/img/Scandic_Park_Party_Lipstick.jpg (100%)
rename {public => apps/scandic-web/public}/_static/img/best-price-guaranteed/best-price-guaranteed-badge-transparent.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/best-price-guaranteed/checkmark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bg-speech-bubble-corner-deemphasized.png (100%)
rename {public => apps/scandic-web/public}/_static/img/bg-speech-bubble-corner-failed.png (100%)
rename {public => apps/scandic-web/public}/_static/img/bg-speech-bubble-corner-purple-border.png (100%)
rename {public => apps/scandic-web/public}/_static/img/bg-speech-bubble-corner-success.png (100%)
rename {public => apps/scandic-web/public}/_static/img/bg-speech-bubble-corner.png (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-circle-dawn.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-circle-lightviolet.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-circle-nordicsea-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-circle-sandstone.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-circle-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-double-nordicsea-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-arrow-double-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-close-circle-nordicsea-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/bullet-list-tick-birch-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/close-ico.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/confetti.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/enter-details/breakfast.png (100%)
rename {public => apps/scandic-web/public}/_static/img/friends-stamp-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/friends-stamp.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icon-scandic-friends.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/acute.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/add-to-calendar.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/ajax-loader.gif (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrow-with-outlined-circle-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrow-with-outlined-circle.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-body-color.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-grey.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-nordicsea-3px.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-nordicsea.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-down-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/arrow-up-grey.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/downInCircle.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/dropdown-expand-green-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/form-select-arrow-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/arrows/form-select-arrow-crocus.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/carousel-arrow-right-v2-hover.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/carousel-arrow-right-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/checkmark-circle-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/checkmark-circle.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/checkmark-gray-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/clear-input.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/close-button-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/close-button.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/close-circle-red.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/error.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/eye-icon.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/eye-show.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/eye-slash-icon.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/gallery/icon-close-active-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/gallery/icon-close-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/hotelpage/arrow-double-big-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/hotelpage/dropdown-collapse.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/hotelpage/dropdown-expand.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/hotelpage/filter.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/icon-question-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/info-circle.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/info-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/info-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/magnifying-ico-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/magnifying-minus-ico-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-airport-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-attraction.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-bar.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-busstation-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-city-center.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-company.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-default.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-entertainment.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-museum.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-music.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-pin-dd-blue.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-pin-dd-gray.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-pin-dd-lightgray.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-pin.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-restaurant.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-shopping.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-star.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-taxi-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-theatre.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-trains-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/map-transportation-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/pin_shadow.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/zoom-in-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/map/zoom-out-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/not-allowed-cursor.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/Amex.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/ChinaUnionPay.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/Dankort.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/DinersClub.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/Discover.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/GenericCard.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/JCB.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/Maestro.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/MasterCard.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/payment/Visa.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/printer-v2.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/profile-icon.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/scandic-friends/icon-scandic-friends.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/search/arrow-collapse.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/search/arrow-expand.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/search/search.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-big-crocus-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-nordicsea-dark-right.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-nordicsea-left-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-nordicsea-right-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-nordicsea-right-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-double-white-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-down-grey.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-down-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/arrow-down-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/cancel-close.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkBox.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkBoxFilled.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_brown.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_brown_selected.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_disabled.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_selected.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_unselected-disabled.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_unselected.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_white_border.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/checkbox_white_selected.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/close-button.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/price-tag.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/shared/video-icon.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/blue-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/brown-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/green-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/grey-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/orange-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/purple-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/splash/red.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/sprites.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_da.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_de.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_en.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_fi.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_no.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/swan-eco/swan_eco_dark_sv.png (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/warning-alert-gray.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/warning-alert-red.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/warning.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/icons/x-icon.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/member-banner-pattern.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/partner/sas/sas-campaign-logo.png (100%)
rename {public => apps/scandic-web/public}/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg (100%)
rename {public => apps/scandic-web/public}/_static/img/rewards/loyalty-award.png (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/custom/arrow-right-hover.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/custom/arrow-right.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/grab.png (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/grabbing.png (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/preloader-white.gif (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/preloader.gif (100%)
rename {public => apps/scandic-web/public}/_static/img/royalslider/rs-default.png (100%)
rename {public => apps/scandic-web/public}/_static/img/sas/sas-logotype.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-coin.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.png (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-logotype-white.png (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-logotype-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-logotype.png (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-logotype.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-loyalty-time.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/scandic-service.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/carousel-arrow-gray-right-hover.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/carousel-arrow-gray-right.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/arrow-double-big-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/arrow-double-big-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/arrow-double-rust-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/arrow-down-gray.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/arrow-down-rust.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/bullet-list-arrow-icon-gray-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/downtown-camper-logotype.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/hotelpage-menu-close-gray-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/hotelpage-menu-gray-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/dc/icon-google-directions.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/arrow-double-big-gray.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/arrow-double-gray-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/arrow-down-gray-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/arrow-down-white-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/bag.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/bullet-list-arrow-circle-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/bullet-list-arrow-circle-white-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/checkbox-black.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/grandcentral-logotype.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/hotelpage-menu-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/hotelpage-menu-close-black.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gc/hotelpage-menu-close-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/arrow-double-big-dark-grey.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/arrow-double-dark-grey-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/arrow-down-dark-grey.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/arrow-down-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/grandhoteloslo-logotype-horizontal-3.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/hotelpage-menu-dark-grey.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/icon-close-dark-grey-active.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/gho/icon-close-dark-grey.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/arrow-double-big-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/arrow-double-blue-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/arrow-down-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/arrow-down-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/haymarket-logotype-horizontal.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/hotelpage-menu-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/icon-close-blue-active.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/haymarket/icon-close-blue.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/arrow-double-blue-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/arrow-down-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/arrow-down-red.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/arrow-down-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/hotel-norge-horisontal-logo.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/hotelpage-menu-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/icon-close-blue-active.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/icon-close-blue.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/icon-google-directions.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/icon-location.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/hn/icon-phone.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-down-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-down-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-down-gray.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-down.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-right-blue.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-right-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/arrow-right-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/hotelpage-menu-close-gray-dark.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/hotelpage-menu-close-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/icon-google-directions.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/icon-location-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/icon-location.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/icon-mail.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/icon-phone-white.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/magnifying-ico.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/magnifying-minus-ico.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-airport.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-attraction.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-bar.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-busstation.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-city-center.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-company.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-default.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-entertainment.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-museum.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-music.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-pin.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-restaurant.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-shopping.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-star.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-taxi.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-theatre.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/map/map-trains.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/marski/marski-logotype.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/add-circle-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/arrow-double-dark-purple-left.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/arrow-down-dark-purple.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/arrow-down-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/arrow-down-light-purple.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-dark-purple.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/checkbox-light-green-checked.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/checkbox-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/cloud.png (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/directions-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/info-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/logo-v2.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/remove-circle-light-green.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/trajectory-bg.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/signaturehotels/sc-go/trajectory.png (100%)
rename {public => apps/scandic-web/public}/_static/img/slider/arrow.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-de.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-dk.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-en.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-fi.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-no.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/app-store-badge-se.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-de.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-dk.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-en.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-fi.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-no.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/store-badges/google-play-badge-se.svg (100%)
rename {public => apps/scandic-web/public}/_static/img/tripadvisor_logo_white_160x24.png (100%)
rename sentry.client.config.ts => apps/scandic-web/sentry.client.config.ts (100%)
rename sentry.edge.config.ts => apps/scandic-web/sentry.edge.config.ts (100%)
rename sentry.server.config.ts => apps/scandic-web/sentry.server.config.ts (100%)
rename sentry.shared.config.ts => apps/scandic-web/sentry.shared.config.ts (100%)
rename {server => apps/scandic-web/server}/context.ts (100%)
rename {server => apps/scandic-web/server}/errors/next.ts (100%)
rename {server => apps/scandic-web/server}/errors/trpc.ts (100%)
rename {server => apps/scandic-web/server}/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/mutation.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/booking/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/accountPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/accountPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/accountPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/accountPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/base/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/base/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/base/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/base/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/base/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/breadcrumbs/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/breadcrumbs/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/breadcrumbs/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/breadcrumbs/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/collectionPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/collectionPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/collectionPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/collectionPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/contentPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/contentPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/contentPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/contentPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCityPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationCountryPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationOverviewPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationOverviewPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationOverviewPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/destinationOverviewPage/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/hotelPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/hotelPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/hotelPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/hotelPage/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/hotelPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/languageSwitcher/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/languageSwitcher/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/languageSwitcher/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/languageSwitcher/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/languageSwitcher/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyLevel/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyLevel/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyLevel/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyLevel/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/loyaltyPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/metadata/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/metadata/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/metadata/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/metadata/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/metadata/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/pageSettings/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/pageSettings/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/pageSettings/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/pageSettings/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/partner/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/partner/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/partner/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/reward/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/reward/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/reward/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/reward/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/reward/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/accordion.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/activitiesCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cardGallery.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cards/contentCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cards/infoCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cards/loyaltyCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cards/teaserCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/cardsGrid.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/carouselCards.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/content.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/contentEmbeds.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/dynamicContent.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/fullWidthCampaign.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/hotelFaq.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/hotelListing.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/image.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/imageContainer.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/joinScandicFriends.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/shortcuts.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/spaPage.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/table.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/textCols.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/textContent.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/uspGrid.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/utils/buttonLinkSchema.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/blocks/utils/linkConnection.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/imageVault.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/linkConnection.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/pageLinks.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/content.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/dynamicContent.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/joinLoyaltyContact.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/quickLinks.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/scriptedCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/sidebar/teaserCard.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/schemas/system.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/startPage/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/startPage/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/startPage/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/startPage/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/contentstack/startPage/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/metrics.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/availability/occupancy.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/availability/productType.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/city.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/address.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/contactInformation.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/content.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/detailedFacility.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/facts.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/healthFacilities.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData/displayWebPage.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData/facility.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData/gallery.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData/restaurantsOverviewPage.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/additionalData/specialNeedGroups.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/include.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/nearbyHotels.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/restaurants.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/include/roomCategories.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/location.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/merchantInformation.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/parking.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/poi.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/rating.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/rewardNight.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/socialMedia.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotel/specialAlerts.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/hotelFilter.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/image.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/location/city.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/location/hotel.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/meetingRoom.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/packages.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/productTypePrice.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/rate.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/relationships.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/restaurants.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/room.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/roomAvailability/configuration.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/roomAvailability/product.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/roomAvailability/rateDefinition.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/schemas/specialAlerts.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/telemetry.ts (100%)
rename {server => apps/scandic-web/server}/routers/hotels/tempHotelData.json (100%)
rename {server => apps/scandic-web/server}/routers/hotels/tempRatesData.json (100%)
rename {server => apps/scandic-web/server}/routers/hotels/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/navigation/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/navigation/mypages/MyPagesLink.ts (100%)
rename {server => apps/scandic-web/server}/routers/navigation/mypages/getPrimaryLinks.ts (100%)
rename {server => apps/scandic-web/server}/routers/navigation/mypages/getSecondaryLinks.ts (100%)
rename {server => apps/scandic-web/server}/routers/navigation/mypages/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/getSasToken.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/linkAccount.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/constants.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/getOTPState.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/request/requestOtp.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/request/requestOtpError.test.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/request/requestOtpError.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/verify/verifyOtp.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/verify/verifyOtpError.test.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/otp/verify/verifyOtpError.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/performLevelUpgrade.ts (100%)
rename {server => apps/scandic-web/server}/routers/partners/sas/unlinkAccount.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/index.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/input.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/mutation.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/output.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/query.ts (100%)
rename {server => apps/scandic-web/server}/routers/user/tempFriendTransactions.json (100%)
rename {server => apps/scandic-web/server}/routers/user/utils.ts (100%)
rename {server => apps/scandic-web/server}/routers/utils/encryptValue.ts (100%)
rename {server => apps/scandic-web/server}/routers/utils/index.ts (100%)
rename {server => apps/scandic-web/server}/tokenManager.ts (100%)
rename {server => apps/scandic-web/server}/transformer.ts (100%)
rename {server => apps/scandic-web/server}/trpc.ts (100%)
rename {server => apps/scandic-web/server}/utils.ts (100%)
rename {services => apps/scandic-web/services}/cms/fetchAndCacheEntry.ts (100%)
rename {services => apps/scandic-web/services}/cms/getUidAndContentTypeByPath.ts (100%)
rename {stores => apps/scandic-web/stores}/bookingCode-filter.ts (100%)
rename {stores => apps/scandic-web/stores}/enter-details/helpers.ts (100%)
rename {stores => apps/scandic-web/stores}/enter-details/index.ts (100%)
rename {stores => apps/scandic-web/stores}/enter-details/useEnterDetailsStore.test.tsx (100%)
rename {stores => apps/scandic-web/stores}/hotel-data/helper.ts (100%)
rename {stores => apps/scandic-web/stores}/hotel-data/index.ts (100%)
rename {stores => apps/scandic-web/stores}/hotel-filters.ts (100%)
rename {stores => apps/scandic-web/stores}/hotel-page.ts (100%)
rename {stores => apps/scandic-web/stores}/hotels-map.ts (100%)
rename {stores => apps/scandic-web/stores}/main-menu.ts (100%)
rename {stores => apps/scandic-web/stores}/my-stay/add-ancillary-flow.ts (100%)
rename {stores => apps/scandic-web/stores}/router-transition.ts (100%)
rename {stores => apps/scandic-web/stores}/select-rate/helper.ts (100%)
rename {stores => apps/scandic-web/stores}/select-rate/index.ts (100%)
rename {stores => apps/scandic-web/stores}/select-rate/rate-selection.ts (100%)
rename {stores => apps/scandic-web/stores}/sidepeek.ts (100%)
rename {stores => apps/scandic-web/stores}/sticky-position.ts (100%)
rename {stores => apps/scandic-web/stores}/tracking.ts (100%)
rename tsconfig.json => apps/scandic-web/tsconfig.json (100%)
rename {types => apps/scandic-web/types}/auth.d.ts (100%)
rename {types => apps/scandic-web/types}/authError.ts (100%)
rename {types => apps/scandic-web/types}/components/ancillaryCard.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/Accordion.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/cardGallery.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/cardsGrid.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/carouselCards.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/dynamicContent.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/hotelListing.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/index.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/infoCard.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/shortcuts.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/surprises.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/table.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/textCols.ts (100%)
rename {types => apps/scandic-web/types}/components/blocks/uspGrid.ts (100%)
rename {types => apps/scandic-web/types}/components/bookingWidget/enums.ts (100%)
rename {types => apps/scandic-web/types}/components/bookingWidget/guestsRoomsPicker.ts (100%)
rename {types => apps/scandic-web/types}/components/bookingWidget/index.ts (100%)
rename {types => apps/scandic-web/types}/components/buttonLink.ts (100%)
rename {types => apps/scandic-web/types}/components/cardImage.ts (100%)
rename {types => apps/scandic-web/types}/components/checkbox/index.ts (100%)
rename {types => apps/scandic-web/types}/components/contentPage/hotelListingItem.ts (100%)
rename {types => apps/scandic-web/types}/components/countdown/index.ts (100%)
rename {types => apps/scandic-web/types}/components/current/aside.ts (100%)
rename {types => apps/scandic-web/types}/components/current/asides/contact.ts (100%)
rename {types => apps/scandic-web/types}/components/current/asides/puff.ts (100%)
rename {types => apps/scandic-web/types}/components/current/asides/puffs.ts (100%)
rename {types => apps/scandic-web/types}/components/current/blocks.ts (100%)
rename {types => apps/scandic-web/types}/components/current/blocks/text.ts (100%)
rename {types => apps/scandic-web/types}/components/current/breadcrumbs.ts (100%)
rename {types => apps/scandic-web/types}/components/current/contentPage.ts (100%)
rename {types => apps/scandic-web/types}/components/current/footer.ts (100%)
rename {types => apps/scandic-web/types}/components/current/header.ts (100%)
rename {types => apps/scandic-web/types}/components/current/header/mainMenu.ts (100%)
rename {types => apps/scandic-web/types}/components/current/header/topMenu.ts (100%)
rename {types => apps/scandic-web/types}/components/current/hero.ts (100%)
rename {types => apps/scandic-web/types}/components/current/languageSwitcher.ts (100%)
rename {types => apps/scandic-web/types}/components/current/preamble.ts (100%)
rename {types => apps/scandic-web/types}/components/current/subnavMobile.ts (100%)
rename {types => apps/scandic-web/types}/components/datepicker.ts (100%)
rename {types => apps/scandic-web/types}/components/deprecatedjsontohtml.ts (100%)
rename {types => apps/scandic-web/types}/components/destinationOverviewPage/destinationsList/destinationsData.ts (100%)
rename {types => apps/scandic-web/types}/components/dialog.ts (100%)
rename {types => apps/scandic-web/types}/components/dropdown/dropdown.ts (100%)
rename {types => apps/scandic-web/types}/components/footer/appDownloadIcons.ts (100%)
rename {types => apps/scandic-web/types}/components/footer/footer.ts (100%)
rename {types => apps/scandic-web/types}/components/footer/navigation.ts (100%)
rename {types => apps/scandic-web/types}/components/footer/socialIcons.ts (100%)
rename {types => apps/scandic-web/types}/components/footer/socialLink.ts (100%)
rename {types => apps/scandic-web/types}/components/form/bookingwidget.ts (100%)
rename {types => apps/scandic-web/types}/components/form/filterChip.ts (100%)
rename {types => apps/scandic-web/types}/components/form/newPassword.ts (100%)
rename {types => apps/scandic-web/types}/components/form/phone.ts (100%)
rename {types => apps/scandic-web/types}/components/form/signupForm.ts (100%)
rename {types => apps/scandic-web/types}/components/header/avatar.ts (100%)
rename {types => apps/scandic-web/types}/components/header/headerLink.ts (100%)
rename {types => apps/scandic-web/types}/components/header/logo.ts (100%)
rename {types => apps/scandic-web/types}/components/header/mainMenuButton.ts (100%)
rename {types => apps/scandic-web/types}/components/header/megaMenu.ts (100%)
rename {types => apps/scandic-web/types}/components/header/mobileMenu.ts (100%)
rename {types => apps/scandic-web/types}/components/header/navigationMenu.ts (100%)
rename {types => apps/scandic-web/types}/components/header/navigationMenuItem.ts (100%)
rename {types => apps/scandic-web/types}/components/header/navigationMenuList.ts (100%)
rename {types => apps/scandic-web/types}/components/header/topLink.ts (100%)
rename {types => apps/scandic-web/types}/components/header/topMenuButton.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelFilterAndSort.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelLogo.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/amenities.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/facilities.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/hotelPage.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/dynamicMap.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/interactiveMap.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/mapCard.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/mapWithCardWrapper.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/sidebar.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/map/staticMap.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/meetingRooms.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/previewImages.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/room.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/aboutTheHotel.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/accessibility.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/activities.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/amenities.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/checkIn.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/facility.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/meetingsAndConferences.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/openingHours.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/parking.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/restaurantBar.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/room.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/sidepeek/wellnessAndExercise.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/subpage.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelPage/tabNavigation.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/actions/addToCalendar.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/actions/downloadInvoice.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/actions/manageBooking.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/bookingConfirmation.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/header.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/hotelDetails.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/paymentDetails.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/promo.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/promos.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/receipt.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/rooms.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/bookingConfirmation/rooms/room.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/bedType.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/breakfast.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/details.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/hotelHeader.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/payment.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/priceChangeDialog.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/room.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/enterDetails/summary.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/hotelSidePeek.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/price.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/availabilityInput.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/filterAndSortModal.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/filterCheckbox.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/hotePriceListProps.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/hotelCardListingProps.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/hotelCardProps.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/hotelFilters.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/hotelSorter.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/map.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/noAvailabilityAlert.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/priceCardProps.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/selectHotel.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectHotel/selectHotelSearchParams.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/flexibilityOption.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/hotelInfoCard.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/hotelSelectionHeader.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/imageGallery.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/rateSummary.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/roomCard.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/roomFilter.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/roomSelection.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/roomsContainer.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/sectionAccordion.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/selectRate/selectRate.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/sidePanel.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/sidePeek.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/signupPromo.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/summary.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/toggleSidePeekProps.ts (100%)
rename {types => apps/scandic-web/types}/components/hotelReservation/tripAdvisorProps.ts (100%)
rename {types => apps/scandic-web/types}/components/icon.ts (100%)
rename {types => apps/scandic-web/types}/components/image.ts (100%)
rename {types => apps/scandic-web/types}/components/imageContainer.ts (100%)
rename {types => apps/scandic-web/types}/components/imageGallery.ts (100%)
rename {types => apps/scandic-web/types}/components/imageVault.ts (100%)
rename {types => apps/scandic-web/types}/components/languageSwitcher/languageSwitcher.ts (100%)
rename {types => apps/scandic-web/types}/components/lightbox/lightbox.ts (100%)
rename {types => apps/scandic-web/types}/components/maps/coordinates.ts (100%)
rename {types => apps/scandic-web/types}/components/maps/destinationMarkers.ts (100%)
rename {types => apps/scandic-web/types}/components/maps/poiMarker.ts (100%)
rename {types => apps/scandic-web/types}/components/maps/staticMap.ts (100%)
rename {types => apps/scandic-web/types}/components/max-width.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/friend.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/header.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/membership.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/membershipNumber.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myPage/accountPage.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myPage/earnAndBurn.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myProfile/creditCards.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myProfile/edit.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myProfile/layout.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/myStay/ancillaries.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/pagination.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/points.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/rewards.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/stays/button.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/stays/page.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/stays/previous.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/stays/stayCard.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/stays/upcoming.ts (100%)
rename {types => apps/scandic-web/types}/components/myPages/user.ts (100%)
rename {types => apps/scandic-web/types}/components/overviewTable.ts (100%)
rename {types => apps/scandic-web/types}/components/search.ts (100%)
rename {types => apps/scandic-web/types}/components/sidePeeks/roomSidePeek.ts (100%)
rename {types => apps/scandic-web/types}/components/sidebar/index.ts (100%)
rename {types => apps/scandic-web/types}/components/sidebar/joinLoyaltyContact.ts (100%)
rename {types => apps/scandic-web/types}/components/switch/index.ts (100%)
rename {types => apps/scandic-web/types}/components/teaserCard.ts (100%)
rename {types => apps/scandic-web/types}/components/tooltip.ts (100%)
rename {types => apps/scandic-web/types}/components/tracking.ts (100%)
rename {types => apps/scandic-web/types}/contexts/enter-details.ts (100%)
rename {types => apps/scandic-web/types}/contexts/hotel-data.ts (100%)
rename {types => apps/scandic-web/types}/contexts/rates.ts (100%)
rename {types => apps/scandic-web/types}/contexts/room.ts (100%)
rename {types => apps/scandic-web/types}/discriminatedUnion.ts (100%)
rename {types => apps/scandic-web/types}/enums/accountPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/alert.ts (100%)
rename {types => apps/scandic-web/types}/enums/blocks.ts (100%)
rename {types => apps/scandic-web/types}/enums/breakfast.ts (100%)
rename {types => apps/scandic-web/types}/enums/cardGallery.ts (100%)
rename {types => apps/scandic-web/types}/enums/cards.ts (100%)
rename {types => apps/scandic-web/types}/enums/cardsGrid.ts (100%)
rename {types => apps/scandic-web/types}/enums/carouselCards.ts (100%)
rename {types => apps/scandic-web/types}/enums/collectionPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/content.ts (100%)
rename {types => apps/scandic-web/types}/enums/contentPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/country.ts (100%)
rename {types => apps/scandic-web/types}/enums/currency.ts (100%)
rename {types => apps/scandic-web/types}/enums/destinationCityPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/destinationCountryPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/destinationOverviewPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/dynamicContent.ts (100%)
rename {types => apps/scandic-web/types}/enums/facilities.ts (100%)
rename {types => apps/scandic-web/types}/enums/hotelFilterAndSort.ts (100%)
rename {types => apps/scandic-web/types}/enums/hotelListing.ts (100%)
rename {types => apps/scandic-web/types}/enums/hotelPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/hotelType.ts (100%)
rename {types => apps/scandic-web/types}/enums/joinLoyaltyContact.ts (100%)
rename {types => apps/scandic-web/types}/enums/loyaltyPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/meetingRooms.ts (100%)
rename {types => apps/scandic-web/types}/enums/packages.ts (100%)
rename {types => apps/scandic-web/types}/enums/pointOfInterest.ts (100%)
rename {types => apps/scandic-web/types}/enums/scriptedCard.ts (100%)
rename {types => apps/scandic-web/types}/enums/sidebar.ts (100%)
rename {types => apps/scandic-web/types}/enums/signatureHotel.ts (100%)
rename {types => apps/scandic-web/types}/enums/startPage.ts (100%)
rename {types => apps/scandic-web/types}/enums/step.ts (100%)
rename {types => apps/scandic-web/types}/enums/transactions.ts (100%)
rename {types => apps/scandic-web/types}/enums/uspGrid.ts (100%)
rename {types => apps/scandic-web/types}/fetch.ts (100%)
rename {types => apps/scandic-web/types}/graphql.d.ts (100%)
rename {types => apps/scandic-web/types}/hotel.ts (100%)
rename {types => apps/scandic-web/types}/i18n.ts (100%)
rename {types => apps/scandic-web/types}/image.ts (100%)
rename {types => apps/scandic-web/types}/jwt.d.ts (100%)
rename {types => apps/scandic-web/types}/middleware.ts (100%)
rename {types => apps/scandic-web/types}/next/error.ts (100%)
rename {types => apps/scandic-web/types}/params.ts (100%)
rename {types => apps/scandic-web/types}/providers/enter-details.ts (100%)
rename {types => apps/scandic-web/types}/providers/hotel-data.ts (100%)
rename {types => apps/scandic-web/types}/providers/rates.ts (100%)
rename {types => apps/scandic-web/types}/providers/room.ts (100%)
rename {types => apps/scandic-web/types}/request.ts (100%)
rename {types => apps/scandic-web/types}/requests/asides/contact.ts (100%)
rename {types => apps/scandic-web/types}/requests/asides/puff.ts (100%)
rename {types => apps/scandic-web/types}/requests/blocks/list.ts (100%)
rename {types => apps/scandic-web/types}/requests/blocks/puff.ts (100%)
rename {types => apps/scandic-web/types}/requests/blocks/text.ts (100%)
rename {types => apps/scandic-web/types}/requests/contentType.ts (100%)
rename {types => apps/scandic-web/types}/requests/currentBlockPage.ts (100%)
rename {types => apps/scandic-web/types}/requests/currentHeader.ts (100%)
rename {types => apps/scandic-web/types}/requests/embeds.ts (100%)
rename {types => apps/scandic-web/types}/requests/entry.ts (100%)
rename {types => apps/scandic-web/types}/requests/hero.ts (100%)
rename {types => apps/scandic-web/types}/requests/imageContainer.ts (100%)
rename {types => apps/scandic-web/types}/requests/languageSwitcher.ts (100%)
rename {types => apps/scandic-web/types}/requests/myPages/breadcrumbs.ts (100%)
rename {types => apps/scandic-web/types}/requests/packages.ts (100%)
rename {types => apps/scandic-web/types}/requests/pageLinks.ts (100%)
rename {types => apps/scandic-web/types}/requests/preamble.ts (100%)
rename {types => apps/scandic-web/types}/requests/puff.ts (100%)
rename {types => apps/scandic-web/types}/requests/rte.ts (100%)
rename {types => apps/scandic-web/types}/requests/system.ts (100%)
rename {types => apps/scandic-web/types}/requests/trackingData.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/all.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/asset.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/edges.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/embeds.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/pageLink.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/refs.ts (100%)
rename {types => apps/scandic-web/types}/requests/utils/typename.ts (100%)
rename {types => apps/scandic-web/types}/routes.ts (100%)
rename {types => apps/scandic-web/types}/rte/attrs.ts (100%)
rename {types => apps/scandic-web/types}/rte/enums.ts (100%)
rename {types => apps/scandic-web/types}/rte/node.ts (100%)
rename {types => apps/scandic-web/types}/rte/option.ts (100%)
rename {types => apps/scandic-web/types}/sitemap.ts (100%)
rename {types => apps/scandic-web/types}/stores/enter-details.ts (100%)
rename {types => apps/scandic-web/types}/stores/hotel-data.ts (100%)
rename {types => apps/scandic-web/types}/stores/rates.ts (100%)
rename {types => apps/scandic-web/types}/tokens.ts (100%)
rename {types => apps/scandic-web/types}/transitionTypes/jsontohtml.ts (100%)
rename {types => apps/scandic-web/types}/transitionTypes/rte/attrs.ts (100%)
rename {types => apps/scandic-web/types}/transitionTypes/rte/enums.ts (100%)
rename {types => apps/scandic-web/types}/transitionTypes/rte/node.ts (100%)
rename {types => apps/scandic-web/types}/transitionTypes/rte/option.ts (100%)
rename {types => apps/scandic-web/types}/trpc/meta.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/booking/confirmation.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/accountPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/blocks.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/breadcrumbs.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/collectionPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/contentPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/destinationCityPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/destinationCountryPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/destinationOverviewPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/footer.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/header.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/hotelPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/loyaltyPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/metadata.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/partner.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/sidebar.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/siteConfig.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/contentstack/startPage.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/availability.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/filter.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/hotel.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/locations.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/rate.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/hotel/roomAvailability.ts (100%)
rename {types => apps/scandic-web/types}/trpc/routers/utils/embeds.ts (100%)
rename {types => apps/scandic-web/types}/user.ts (100%)
rename {types => apps/scandic-web/types}/window.d.ts (100%)
rename {utils => apps/scandic-web/utils}/aes.ts (100%)
rename {utils => apps/scandic-web/utils}/cache.ts (100%)
rename {utils => apps/scandic-web/utils}/clientSession.ts (100%)
rename {utils => apps/scandic-web/utils}/contactConfig.ts (100%)
rename {utils => apps/scandic-web/utils}/dateFormatting.ts (100%)
rename {utils => apps/scandic-web/utils}/debounce.ts (100%)
rename {utils => apps/scandic-web/utils}/entry.ts (100%)
rename {utils => apps/scandic-web/utils}/facilityCards.ts (100%)
rename {utils => apps/scandic-web/utils}/generateMetadata.ts (100%)
rename {utils => apps/scandic-web/utils}/generateTag.ts (100%)
rename {utils => apps/scandic-web/utils}/imageGallery.ts (100%)
rename {utils => apps/scandic-web/utils}/imageVault.ts (100%)
rename {utils => apps/scandic-web/utils}/isValidJson.ts (100%)
rename {utils => apps/scandic-web/utils}/jsonSchemas.ts (100%)
rename {utils => apps/scandic-web/utils}/languages.ts (100%)
rename {utils => apps/scandic-web/utils}/loyaltyTable.ts (100%)
rename {utils => apps/scandic-web/utils}/map.ts (100%)
rename {utils => apps/scandic-web/utils}/maskValue.ts (100%)
rename {utils => apps/scandic-web/utils}/maskvalue.test.ts (100%)
rename {utils => apps/scandic-web/utils}/membershipLevels.ts (100%)
rename {utils => apps/scandic-web/utils}/merge.ts (100%)
rename {utils => apps/scandic-web/utils}/numberFormatting.ts (100%)
rename {utils => apps/scandic-web/utils}/rangeArray.ts (100%)
rename {utils => apps/scandic-web/utils}/rewards.ts (100%)
rename {utils => apps/scandic-web/utils}/safeTry.ts (100%)
rename {utils => apps/scandic-web/utils}/session.ts (100%)
rename {utils => apps/scandic-web/utils}/sitemap.ts (100%)
rename {utils => apps/scandic-web/utils}/tabbable.ts (100%)
rename {utils => apps/scandic-web/utils}/timeout.ts (100%)
rename {utils => apps/scandic-web/utils}/tracking.ts (100%)
rename {utils => apps/scandic-web/utils}/url.ts (100%)
rename {utils => apps/scandic-web/utils}/user.ts (100%)
rename {utils => apps/scandic-web/utils}/webviews.ts (100%)
rename {utils => apps/scandic-web/utils}/zod/arrayValidator.ts (100%)
rename {utils => apps/scandic-web/utils}/zod/numberValidator.ts (100%)
rename {utils => apps/scandic-web/utils}/zod/passwordValidator.ts (100%)
rename {utils => apps/scandic-web/utils}/zod/phoneValidator.ts (100%)
rename {utils => apps/scandic-web/utils}/zod/stringValidator.ts (100%)
create mode 100644 lint-staged.config.mjs
delete mode 100644 next-env.d.ts
delete mode 100644 package-lock.json
create mode 100644 packages/design-system/.eslintrc.cjs
create mode 100644 packages/design-system/.gitignore
create mode 100644 packages/design-system/.npmignore
create mode 100644 packages/design-system/.prettierignore
create mode 100644 packages/design-system/.prettierrc
create mode 100644 packages/design-system/.storybook/main.ts
create mode 100644 packages/design-system/.storybook/manager.js
create mode 100644 packages/design-system/.storybook/preview.ts
create mode 100644 packages/design-system/README.md
create mode 100644 packages/design-system/example/CurrentWeb/index.tsx
create mode 100644 packages/design-system/example/index.html
create mode 100644 packages/design-system/example/main.module.css
create mode 100644 packages/design-system/example/main.tsx
create mode 100644 packages/design-system/example/vite-env.d.ts
create mode 100644 packages/design-system/lib/components/Card/Card.stories.ts
create mode 100644 packages/design-system/lib/components/Card/Card.tsx
create mode 100644 packages/design-system/lib/components/Card/card.module.css
create mode 100644 packages/design-system/lib/components/Card/index.tsx
create mode 100644 packages/design-system/lib/components/CurrentWeb/Button/Button.stories.tsx
create mode 100644 packages/design-system/lib/components/CurrentWeb/Button/Button.tsx
create mode 100644 packages/design-system/lib/components/CurrentWeb/Button/button.module.css
create mode 100644 packages/design-system/lib/components/CurrentWeb/Button/index.tsx
create mode 100644 packages/design-system/lib/components/CurrentWeb/Icon/TestIcon.tsx
create mode 100644 packages/design-system/lib/components/CurrentWeb/Icon/index.tsx
create mode 100644 packages/design-system/lib/current.ts
create mode 100644 packages/design-system/lib/docs/colors.mdx
create mode 100644 packages/design-system/lib/docs/current-web/colors.mdx
create mode 100644 packages/design-system/lib/docs/tokens.mdx
create mode 100644 packages/design-system/lib/generate.ts
create mode 100644 packages/design-system/lib/new.ts
create mode 100644 packages/design-system/lib/style-current.css
create mode 100644 packages/design-system/lib/style-new.css
create mode 100644 packages/design-system/lib/styles/colors.ts
create mode 100644 packages/design-system/lib/styles/fonts/Helvetica/helvetica.ttf
create mode 100644 packages/design-system/lib/styles/globals.css
create mode 100644 packages/design-system/lib/styles/modes.css
create mode 100644 packages/design-system/lib/styles/new.css
create mode 100644 packages/design-system/lib/styles/numberedTokens.css
create mode 100644 packages/design-system/lib/styles/old.css
create mode 100644 packages/design-system/lib/styles/tokens.css
create mode 100644 packages/design-system/lib/styles/typography.css
create mode 100644 packages/design-system/lib/types/index.ts
create mode 100644 packages/design-system/lib/utils.test.ts
create mode 100644 packages/design-system/lib/utils.ts
create mode 100644 packages/design-system/lib/variables.json
create mode 100644 packages/design-system/lib/vite-env.d.ts
create mode 100644 packages/design-system/lint-staged.config.js
create mode 100644 packages/design-system/package.json
create mode 100644 packages/design-system/patches/@laynezh+vite-plugin-lib-assets+0.5.18.patch
create mode 100644 packages/design-system/plugins/rollup-plugin-ensure-directives.ts
create mode 100644 packages/design-system/public/.gitkeep
create mode 100644 packages/design-system/tsconfig-build.json
create mode 100644 packages/design-system/tsconfig.json
create mode 100644 packages/design-system/vite.config.ts
create mode 100644 yarn.lock
diff --git a/.gitignore b/.gitignore
index b24e3e9f6..5b7a5eba9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,51 +1,10 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+node_modules
+**/.DS_Store
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
+# Yarn
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
.yarn/install-state.gz
-
-# testing
-/coverage
-
-# next.js
-/.next/
-/out/
-
-# production
-/build
-
-# misc
-.DS_Store
-*.pem
-
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# local env files
-.env*.local
-
-# vercel
-.vercel
-
-# typescript
-*.tsbuildinfo
-next-env.d.ts
-
-certificates
-# Local Netlify folder
-.netlify
-
-#vscode
-.vscode/
-
-#cursor
-.cursorrules
-
-# localfile with all the CSS variables exported from design system
-variables.css
-# Sentry Config File
-.env.sentry-build-plugin
+.pnp.*
+.yarn/releases
\ No newline at end of file
diff --git a/.husky/.gitignore b/.husky/.gitignore
deleted file mode 100644
index 31354ec13..000000000
--- a/.husky/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-_
diff --git a/.husky/pre-commit b/.husky/pre-commit
index 2312dc587..bae616c39 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1 +1 @@
-npx lint-staged
+yarn dlx lint-staged
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..25fa6215f
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "typescript.tsdk": "node_modules/typescript/lib"
+}
diff --git a/.yarnrc.yml b/.yarnrc.yml
new file mode 100644
index 000000000..97b9a2e7f
--- /dev/null
+++ b/.yarnrc.yml
@@ -0,0 +1,6 @@
+nodeLinker: node-modules
+
+packageExtensions:
+ eslint-config-next@*:
+ dependencies:
+ next: '*'
diff --git a/README.md b/README.md
index c4033664f..29c162fad 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,20 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
+# Scandic Monorepo
+
+This is the monorepo for Scandic's web projects.
+
+## What's inside?
+
+This repo includes the following packages/apps:
+
+### Apps and Packages
+
+- `scandic-web`: [Next.js](https://nextjs.org/) app for our public website
+- `design-system`: a shared library of styles
## Getting Started
-First, run the development server:
+To get started, clone this repository and run `yarn install` in the root directory.
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-# or
-bun dev
-```
+### Running `scandic-web` locally
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
-
-You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
-
-This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
+To run the `scandic-web` app locally see its [README](./apps/scandic-web/README.md).
diff --git a/.env b/apps/scandic-web/.env
similarity index 100%
rename from .env
rename to apps/scandic-web/.env
diff --git a/.env.local.example b/apps/scandic-web/.env.local.example
similarity index 98%
rename from .env.local.example
rename to apps/scandic-web/.env.local.example
index da0cb5d08..fd28543c1 100644
--- a/.env.local.example
+++ b/apps/scandic-web/.env.local.example
@@ -16,7 +16,6 @@ CURITY_ISSUER_SERVICE="https://testlogin.scandichotels.com"
CYPRESS_BASE_URL="http://localhost:3000"
# See next.config.js for info
DEPLOY_PRIME_URL="http://localhost:3000"
-DESIGN_SYSTEM_ACCESS_TOKEN=""
NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
NEXTAUTH_SECRET=""
REVALIDATE_SECRET=""
diff --git a/.env.test b/apps/scandic-web/.env.test
similarity index 97%
rename from .env.test
rename to apps/scandic-web/.env.test
index 0a246a8f7..3a0bf6912 100644
--- a/.env.test
+++ b/apps/scandic-web/.env.test
@@ -18,7 +18,6 @@ CYPRESS_API_BASEURL="test"
CYPRESS_CURITY_USERNAME="test"
CYPRESS_CURITY_PASSWORD="test"
CYPRESS_BASE_URL="test"
-DESIGN_SYSTEM_ACCESS_TOKEN="test"
DEPLOY_PRIME_URL="test"
NEXTAUTH_SECRET="test"
PUBLIC_URL="test"
diff --git a/.eslintrc.json b/apps/scandic-web/.eslintrc.json
similarity index 97%
rename from .eslintrc.json
rename to apps/scandic-web/.eslintrc.json
index be39b08df..863c2ca71 100644
--- a/.eslintrc.json
+++ b/apps/scandic-web/.eslintrc.json
@@ -1,5 +1,5 @@
{
- "extends": ["next/core-web-vitals", "plugin:import/recommended"],
+ "extends": ["next/core-web-vitals", "plugin:import/typescript"],
"plugins": ["simple-import-sort", "@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"rules": {
diff --git a/apps/scandic-web/.gitignore b/apps/scandic-web/.gitignore
new file mode 100644
index 000000000..e823ebf90
--- /dev/null
+++ b/apps/scandic-web/.gitignore
@@ -0,0 +1,60 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+.yarn/install-state.gz
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
+
+certificates
+# Local Netlify folder
+.netlify
+
+#vscode
+.vscode/
+
+#cursor
+.cursorrules
+
+# localfile with all the CSS variables exported from design system
+variables.css
+
+# Sentry Config File
+.env.sentry-build-plugin
+
+# Yarn
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
+.yarn/install-state.gz
+.pnp.*
+.yarn/releases
diff --git a/.prettierignore b/apps/scandic-web/.prettierignore
similarity index 100%
rename from .prettierignore
rename to apps/scandic-web/.prettierignore
diff --git a/Auth.md b/apps/scandic-web/Auth.md
similarity index 100%
rename from Auth.md
rename to apps/scandic-web/Auth.md
diff --git a/apps/scandic-web/README.md b/apps/scandic-web/README.md
new file mode 100644
index 000000000..6be284568
--- /dev/null
+++ b/apps/scandic-web/README.md
@@ -0,0 +1,28 @@
+This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
+
+## Getting Started
+
+- Firt, make sure you have built the `design-system` once:
+
+```bash
+yarn workspace @scandic-hotels/design-system build
+```
+
+- Create a `.env.local` file in the root of the `scandic-web` directory with the keys from the `.env.example` file.
+
+- Then run the development server:
+
+```bash
+yarn dev
+```
+
+Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
+
+## Learn More
+
+To learn more about Next.js, take a look at the following resources:
+
+- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
+- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
+
+You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
diff --git a/__mocks__/hotelReservation/index.ts b/apps/scandic-web/__mocks__/hotelReservation/index.ts
similarity index 100%
rename from __mocks__/hotelReservation/index.ts
rename to apps/scandic-web/__mocks__/hotelReservation/index.ts
diff --git a/actions/editProfile.ts b/apps/scandic-web/actions/editProfile.ts
similarity index 100%
rename from actions/editProfile.ts
rename to apps/scandic-web/actions/editProfile.ts
diff --git a/app/[lang]/(live)/(protected)/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/layout.tsx
diff --git a/app/[lang]/(live)/(protected)/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/loading.tsx
diff --git a/app/[lang]/(live)/(protected)/logout/route.ts b/apps/scandic-web/app/[lang]/(live)/(protected)/logout/route.ts
similarity index 100%
rename from app/[lang]/(live)/(protected)/logout/route.ts
rename to apps/scandic-web/app/[lang]/(live)/(protected)/logout/route.ts
diff --git a/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/error.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/page.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/[...path]/page.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/default.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/default.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/default.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/@breadcrumbs/default.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/error.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/[...path]/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/[...path]/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/loading.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/[...path]/page.module.css b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/[...path]/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.module.css
diff --git a/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/[...path]/page.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.module.css
diff --git a/app/[lang]/(live)/(protected)/my-pages/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/loading.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.module.css b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/profile/edit/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.module.css
diff --git a/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/profile/edit/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/edit/page.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/profile/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/profile/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/layout.tsx
diff --git a/app/[lang]/(live)/(protected)/my-pages/profile/page.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(protected)/my-pages/profile/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/profile/page.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/@breadcrumbs/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@breadcrumbs/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/@breadcrumbs/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@breadcrumbs/page.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/loading.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/@preview/page.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.module.css
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/layout.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/loading.tsx
diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(confirmation)/booking-confirmation/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(confirmation)/booking-confirmation/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(confirmation)/booking-confirmation/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(confirmation)/booking-confirmation/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(payment-callback)/payment-callback/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/map/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/alternative-hotels/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/details/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/loading.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.module.css
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/map/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/utils.ts b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/utils.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/utils.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/utils.ts
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.test.ts b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.test.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.test.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.test.ts
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.ts b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/getValidDates.ts
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-rate/page.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/utils.ts b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/utils.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/(standard)/utils.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/(standard)/utils.ts
diff --git a/app/[lang]/(live)/(public)/hotelreservation/README.md b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/README.md
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/README.md
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/README.md
diff --git a/app/[lang]/(live)/(public)/hotelreservation/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/layout.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/loading.tsx
diff --git a/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/page.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/hotelreservation/my-stay/[refId]/page.tsx
diff --git a/app/[lang]/(live)/(public)/loading.tsx b/apps/scandic-web/app/[lang]/(live)/(public)/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/(public)/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/(public)/loading.tsx
diff --git a/app/[lang]/(live)/(public)/login/route.ts b/apps/scandic-web/app/[lang]/(live)/(public)/login/route.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/login/route.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/login/route.ts
diff --git a/app/[lang]/(live)/(public)/verifymagiclink/route.ts b/apps/scandic-web/app/[lang]/(live)/(public)/verifymagiclink/route.ts
similarity index 100%
rename from app/[lang]/(live)/(public)/verifymagiclink/route.ts
rename to apps/scandic-web/app/[lang]/(live)/(public)/verifymagiclink/route.ts
diff --git a/app/[lang]/(live)/@bookingwidget/[...path]/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/[...path]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/[...path]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/[...path]/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/[...paths]/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/[...paths]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/[...paths]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/[...paths]/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/[contentType]/[uid]/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/[...paths]/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/hotelreservation/booking-confirmation/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/booking-confirmation/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/hotelreservation/booking-confirmation/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/booking-confirmation/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/hotelreservation/loading.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/hotelreservation/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/loading.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/hotelreservation/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/hotelreservation/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/hotelreservation/page.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/loading.module.css b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/loading.module.css
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/loading.module.css
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/loading.module.css
diff --git a/app/[lang]/(live)/@bookingwidget/loading.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/loading.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/loading.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/loading.tsx
diff --git a/app/[lang]/(live)/@bookingwidget/page.tsx b/apps/scandic-web/app/[lang]/(live)/@bookingwidget/page.tsx
similarity index 100%
rename from app/[lang]/(live)/@bookingwidget/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/@bookingwidget/page.tsx
diff --git a/app/[lang]/(live)/error.module.css b/apps/scandic-web/app/[lang]/(live)/error.module.css
similarity index 100%
rename from app/[lang]/(live)/error.module.css
rename to apps/scandic-web/app/[lang]/(live)/error.module.css
diff --git a/app/[lang]/(live)/error.tsx b/apps/scandic-web/app/[lang]/(live)/error.tsx
similarity index 100%
rename from app/[lang]/(live)/error.tsx
rename to apps/scandic-web/app/[lang]/(live)/error.tsx
diff --git a/app/[lang]/(live)/layout.tsx b/apps/scandic-web/app/[lang]/(live)/layout.tsx
similarity index 100%
rename from app/[lang]/(live)/layout.tsx
rename to apps/scandic-web/app/[lang]/(live)/layout.tsx
diff --git a/app/[lang]/(live)/middleware-error/404/page.tsx b/apps/scandic-web/app/[lang]/(live)/middleware-error/404/page.tsx
similarity index 100%
rename from app/[lang]/(live)/middleware-error/404/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/middleware-error/404/page.tsx
diff --git a/app/[lang]/(live)/middleware-error/[status]/page.module.css b/apps/scandic-web/app/[lang]/(live)/middleware-error/[status]/page.module.css
similarity index 100%
rename from app/[lang]/(live)/middleware-error/[status]/page.module.css
rename to apps/scandic-web/app/[lang]/(live)/middleware-error/[status]/page.module.css
diff --git a/app/[lang]/(live)/middleware-error/[status]/page.tsx b/apps/scandic-web/app/[lang]/(live)/middleware-error/[status]/page.tsx
similarity index 100%
rename from app/[lang]/(live)/middleware-error/[status]/page.tsx
rename to apps/scandic-web/app/[lang]/(live)/middleware-error/[status]/page.tsx
diff --git a/app/[lang]/(live)/not-found.tsx b/apps/scandic-web/app/[lang]/(live)/not-found.tsx
similarity index 100%
rename from app/[lang]/(live)/not-found.tsx
rename to apps/scandic-web/app/[lang]/(live)/not-found.tsx
diff --git a/app/[lang]/(live-current)/@header/current-content-page/page.tsx b/apps/scandic-web/app/[lang]/(live-current)/@header/current-content-page/page.tsx
similarity index 100%
rename from app/[lang]/(live-current)/@header/current-content-page/page.tsx
rename to apps/scandic-web/app/[lang]/(live-current)/@header/current-content-page/page.tsx
diff --git a/app/[lang]/(live-current)/@header/error.tsx b/apps/scandic-web/app/[lang]/(live-current)/@header/error.tsx
similarity index 100%
rename from app/[lang]/(live-current)/@header/error.tsx
rename to apps/scandic-web/app/[lang]/(live-current)/@header/error.tsx
diff --git a/app/[lang]/(live-current)/current-content-page/page.tsx b/apps/scandic-web/app/[lang]/(live-current)/current-content-page/page.tsx
similarity index 100%
rename from app/[lang]/(live-current)/current-content-page/page.tsx
rename to apps/scandic-web/app/[lang]/(live-current)/current-content-page/page.tsx
diff --git a/app/[lang]/(live-current)/layout.tsx b/apps/scandic-web/app/[lang]/(live-current)/layout.tsx
similarity index 100%
rename from app/[lang]/(live-current)/layout.tsx
rename to apps/scandic-web/app/[lang]/(live-current)/layout.tsx
diff --git a/app/[lang]/(live-current)/not-found.tsx b/apps/scandic-web/app/[lang]/(live-current)/not-found.tsx
similarity index 100%
rename from app/[lang]/(live-current)/not-found.tsx
rename to apps/scandic-web/app/[lang]/(live-current)/not-found.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/layout.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/layout.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/layout.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/layout.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/loading.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/loading.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/loading.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/loading.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/callback/route.ts b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/callback/route.ts
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/callback/route.ts
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/callback/route.ts
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/AlreadyLinkedError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/DateOfBirthError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/FailedAttemptsError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/FailedAttemptsError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/FailedAttemptsError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/FailedAttemptsError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/GenericError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/GenericError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/GenericError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/GenericError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.module.css
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.module.css
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.module.css
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/SASModal.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyCodesError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyCodesError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyCodesError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyCodesError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/components/TooManyFailedAttemptsError.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/error/page.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.module.css
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.module.css
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.module.css
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/layout.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx
similarity index 98%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx
index c5ac3d8ab..e3ece3169 100644
--- a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx
+++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/LinkAccountForm.tsx
@@ -2,7 +2,7 @@
import Image from "next/image"
import { useParams, useRouter } from "next/navigation"
-import { type ReactNode, useTransition } from "react"
+import { useTransition } from "react"
import { FormProvider, useForm } from "react-hook-form"
import { useIntl } from "react-intl"
@@ -112,7 +112,7 @@ export function LinkAccountForm({
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "By linking your accounts you accept the Scandic Friends & SAS Terms and Conditions . You will be connected throughout the duration of your employment or until further notice, and you can opt out at any time.",
},
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/link-sas.module.css
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/page.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/page.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/link/success/page.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx
similarity index 94%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx
index 6546c267b..283d2dd0d 100644
--- a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx
+++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/login/page.tsx
@@ -14,6 +14,8 @@ import { getIntl } from "@/i18n"
import { SASModal } from "../components/SASModal"
+import type { FormatXMLElementFn } from "intl-messageformat"
+
import type { LangParams, PageArgs, SearchParams } from "@/types/params"
import type { State } from "../sasUtils"
@@ -73,7 +75,10 @@ export default async function SASxScandicLoginPage({
{intentDescriptions[parsedParams.intent]}
- {intl.formatMessage(
+ {intl.formatMessage<
+ React.ReactNode,
+ FormatXMLElementFn
+ >(
{
id: "If you are not redirected automatically, please click here .",
},
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.module.css b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.module.css
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.module.css
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.module.css
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx
similarity index 98%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx
index 24e4282eb..a317d6ed4 100644
--- a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx
+++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/OneTimePasswordForm.tsx
@@ -127,7 +127,7 @@ export default function OneTimePasswordForm({
invalidCode: intl.formatMessage({
id: "The code you’ve entered is incorrect.",
}),
- expiredCode: intl.formatMessage(
+ expiredCode: intl.formatMessage(
{
id: "The code you’ve entered have expired. Resend code. ",
},
@@ -175,7 +175,7 @@ export default function OneTimePasswordForm({
{footnote}
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "Didn't receive a code? Resend code ",
},
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/loading.tsx
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx
similarity index 98%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx
index 8525f869a..88c300b71 100644
--- a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx
+++ b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/otp/page.tsx
@@ -106,13 +106,13 @@ export default async function SASxScandicOneTimePasswordPage({
>
)
const intentDescriptions: Record = {
- link: intl.formatMessage(
+ link: intl.formatMessage(
{
id: "Please enter the code sent to in order to confirm your account linking.",
},
{ maskedContactInfo }
),
- unlink: intl.formatMessage(
+ unlink: intl.formatMessage(
{
id: "Please enter the code sent to in order to unlink your accounts.",
},
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/sasUtils.ts b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/sasUtils.ts
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/sasUtils.ts
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/sasUtils.ts
diff --git a/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx b/apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx
similarity index 100%
rename from app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx
rename to apps/scandic-web/app/[lang]/(partner)/(sas)/(protected)/sas-x-scandic/unlink/success/page.tsx
diff --git a/app/[lang]/(partner)/layout.tsx b/apps/scandic-web/app/[lang]/(partner)/layout.tsx
similarity index 100%
rename from app/[lang]/(partner)/layout.tsx
rename to apps/scandic-web/app/[lang]/(partner)/layout.tsx
diff --git a/app/[lang]/layout.tsx b/apps/scandic-web/app/[lang]/layout.tsx
similarity index 100%
rename from app/[lang]/layout.tsx
rename to apps/scandic-web/app/[lang]/layout.tsx
diff --git a/app/[lang]/webview/[contentType]/[uid]/page.tsx b/apps/scandic-web/app/[lang]/webview/[contentType]/[uid]/page.tsx
similarity index 100%
rename from app/[lang]/webview/[contentType]/[uid]/page.tsx
rename to apps/scandic-web/app/[lang]/webview/[contentType]/[uid]/page.tsx
diff --git a/app/[lang]/webview/layout.module.css b/apps/scandic-web/app/[lang]/webview/layout.module.css
similarity index 100%
rename from app/[lang]/webview/layout.module.css
rename to apps/scandic-web/app/[lang]/webview/layout.module.css
diff --git a/app/[lang]/webview/layout.tsx b/apps/scandic-web/app/[lang]/webview/layout.tsx
similarity index 100%
rename from app/[lang]/webview/layout.tsx
rename to apps/scandic-web/app/[lang]/webview/layout.tsx
diff --git a/app/[lang]/webview/refresh/page.module.css b/apps/scandic-web/app/[lang]/webview/refresh/page.module.css
similarity index 100%
rename from app/[lang]/webview/refresh/page.module.css
rename to apps/scandic-web/app/[lang]/webview/refresh/page.module.css
diff --git a/app/[lang]/webview/refresh/page.tsx b/apps/scandic-web/app/[lang]/webview/refresh/page.tsx
similarity index 100%
rename from app/[lang]/webview/refresh/page.tsx
rename to apps/scandic-web/app/[lang]/webview/refresh/page.tsx
diff --git a/app/api/debug/route.ts b/apps/scandic-web/app/api/debug/route.ts
similarity index 100%
rename from app/api/debug/route.ts
rename to apps/scandic-web/app/api/debug/route.ts
diff --git a/app/api/sitemap/route.ts b/apps/scandic-web/app/api/sitemap/route.ts
similarity index 100%
rename from app/api/sitemap/route.ts
rename to apps/scandic-web/app/api/sitemap/route.ts
diff --git a/app/api/sitemap/sync.ts b/apps/scandic-web/app/api/sitemap/sync.ts
similarity index 100%
rename from app/api/sitemap/sync.ts
rename to apps/scandic-web/app/api/sitemap/sync.ts
diff --git a/app/api/sitemap/telemetry.ts b/apps/scandic-web/app/api/sitemap/telemetry.ts
similarity index 100%
rename from app/api/sitemap/telemetry.ts
rename to apps/scandic-web/app/api/sitemap/telemetry.ts
diff --git a/app/api/sitemap/utils.ts b/apps/scandic-web/app/api/sitemap/utils.ts
similarity index 100%
rename from app/api/sitemap/utils.ts
rename to apps/scandic-web/app/api/sitemap/utils.ts
diff --git a/app/api/web/add-card-callback/[lang]/route.ts b/apps/scandic-web/app/api/web/add-card-callback/[lang]/route.ts
similarity index 100%
rename from app/api/web/add-card-callback/[lang]/route.ts
rename to apps/scandic-web/app/api/web/add-card-callback/[lang]/route.ts
diff --git a/app/api/web/auth/[...nextauth]/route.ts b/apps/scandic-web/app/api/web/auth/[...nextauth]/route.ts
similarity index 100%
rename from app/api/web/auth/[...nextauth]/route.ts
rename to apps/scandic-web/app/api/web/auth/[...nextauth]/route.ts
diff --git a/app/api/web/check-headers/route.ts b/apps/scandic-web/app/api/web/check-headers/route.ts
similarity index 100%
rename from app/api/web/check-headers/route.ts
rename to apps/scandic-web/app/api/web/check-headers/route.ts
diff --git a/app/api/web/revalidate/hotel/route.ts b/apps/scandic-web/app/api/web/revalidate/hotel/route.ts
similarity index 100%
rename from app/api/web/revalidate/hotel/route.ts
rename to apps/scandic-web/app/api/web/revalidate/hotel/route.ts
diff --git a/app/api/web/revalidate/loyaltyConfig/route.ts b/apps/scandic-web/app/api/web/revalidate/loyaltyConfig/route.ts
similarity index 100%
rename from app/api/web/revalidate/loyaltyConfig/route.ts
rename to apps/scandic-web/app/api/web/revalidate/loyaltyConfig/route.ts
diff --git a/app/api/web/revalidate/manually/route.ts b/apps/scandic-web/app/api/web/revalidate/manually/route.ts
similarity index 100%
rename from app/api/web/revalidate/manually/route.ts
rename to apps/scandic-web/app/api/web/revalidate/manually/route.ts
diff --git a/app/api/web/revalidate/route.ts b/apps/scandic-web/app/api/web/revalidate/route.ts
similarity index 100%
rename from app/api/web/revalidate/route.ts
rename to apps/scandic-web/app/api/web/revalidate/route.ts
diff --git a/app/api/web/trpc/[trpc]/route.ts b/apps/scandic-web/app/api/web/trpc/[trpc]/route.ts
similarity index 100%
rename from app/api/web/trpc/[trpc]/route.ts
rename to apps/scandic-web/app/api/web/trpc/[trpc]/route.ts
diff --git a/app/favicon.ico b/apps/scandic-web/app/favicon.ico
similarity index 100%
rename from app/favicon.ico
rename to apps/scandic-web/app/favicon.ico
diff --git a/app/global-error.module.css b/apps/scandic-web/app/global-error.module.css
similarity index 100%
rename from app/global-error.module.css
rename to apps/scandic-web/app/global-error.module.css
diff --git a/app/global-error.tsx b/apps/scandic-web/app/global-error.tsx
similarity index 100%
rename from app/global-error.tsx
rename to apps/scandic-web/app/global-error.tsx
diff --git a/app/globals.css b/apps/scandic-web/app/globals.css
similarity index 100%
rename from app/globals.css
rename to apps/scandic-web/app/globals.css
diff --git a/app/not-found.module.css b/apps/scandic-web/app/not-found.module.css
similarity index 100%
rename from app/not-found.module.css
rename to apps/scandic-web/app/not-found.module.css
diff --git a/auth.ts b/apps/scandic-web/auth.ts
similarity index 100%
rename from auth.ts
rename to apps/scandic-web/auth.ts
diff --git a/components/Auth/TokenRefresher.tsx b/apps/scandic-web/components/Auth/TokenRefresher.tsx
similarity index 100%
rename from components/Auth/TokenRefresher.tsx
rename to apps/scandic-web/components/Auth/TokenRefresher.tsx
diff --git a/components/Blocks/Accordion/accordion.module.css b/apps/scandic-web/components/Blocks/Accordion/accordion.module.css
similarity index 100%
rename from components/Blocks/Accordion/accordion.module.css
rename to apps/scandic-web/components/Blocks/Accordion/accordion.module.css
diff --git a/components/Blocks/Accordion/index.tsx b/apps/scandic-web/components/Blocks/Accordion/index.tsx
similarity index 100%
rename from components/Blocks/Accordion/index.tsx
rename to apps/scandic-web/components/Blocks/Accordion/index.tsx
diff --git a/components/Blocks/CardGallery/cardGallery.module.css b/apps/scandic-web/components/Blocks/CardGallery/cardGallery.module.css
similarity index 100%
rename from components/Blocks/CardGallery/cardGallery.module.css
rename to apps/scandic-web/components/Blocks/CardGallery/cardGallery.module.css
diff --git a/components/Blocks/CardGallery/index.tsx b/apps/scandic-web/components/Blocks/CardGallery/index.tsx
similarity index 100%
rename from components/Blocks/CardGallery/index.tsx
rename to apps/scandic-web/components/Blocks/CardGallery/index.tsx
diff --git a/components/Blocks/CardsGrid.tsx b/apps/scandic-web/components/Blocks/CardsGrid.tsx
similarity index 100%
rename from components/Blocks/CardsGrid.tsx
rename to apps/scandic-web/components/Blocks/CardsGrid.tsx
diff --git a/components/Blocks/CarouselCards/carouselCards.module.css b/apps/scandic-web/components/Blocks/CarouselCards/carouselCards.module.css
similarity index 100%
rename from components/Blocks/CarouselCards/carouselCards.module.css
rename to apps/scandic-web/components/Blocks/CarouselCards/carouselCards.module.css
diff --git a/components/Blocks/CarouselCards/index.tsx b/apps/scandic-web/components/Blocks/CarouselCards/index.tsx
similarity index 100%
rename from components/Blocks/CarouselCards/index.tsx
rename to apps/scandic-web/components/Blocks/CarouselCards/index.tsx
diff --git a/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css b/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/howItWorks.module.css
diff --git a/components/Blocks/DynamicContent/HowItWorks/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/HowItWorks/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/HowItWorks/index.tsx
diff --git a/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx
similarity index 94%
rename from components/Blocks/DynamicContent/LoyaltyLevels/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx
index e04d1e96e..0f3884d3a 100644
--- a/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/index.tsx
@@ -11,6 +11,8 @@ import SectionWrapper from "../SectionWrapper"
import styles from "./loyaltyLevels.module.css"
+import type { FormatXMLElementFn } from "intl-messageformat"
+
import type { LoyaltyLevelsProps } from "@/types/components/blocks/dynamicContent"
import type { LevelCardProps } from "@/types/components/overviewTable"
@@ -42,7 +44,10 @@ async function LevelCard({ level }: LevelCardProps) {
)
if (level.required_nights) {
- pointsMsg = intl.formatMessage(
+ pointsMsg = intl.formatMessage<
+ React.ReactNode,
+ FormatXMLElementFn
+ >(
{
id: "{pointsAmount, number} points or {nightsAmount, number} nights ",
},
diff --git a/components/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css b/apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Buttons/CopyButton.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/CopyButton.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Buttons/CopyButton.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/CopyButton.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/Hero/hero.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.ts b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/Hero/hero.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/hero.ts
diff --git a/components/Blocks/DynamicContent/Overview/Friend/Hero/heroVariants.ts b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/heroVariants.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/Hero/heroVariants.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/heroVariants.ts
diff --git a/components/Blocks/DynamicContent/Overview/Friend/Hero/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/Hero/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/Hero/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumber.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumber.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumber.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumber.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumberVariants.ts b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumberVariants.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumberVariants.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/MembershipNumber/membershipNumberVariants.ts
diff --git a/components/Blocks/DynamicContent/Overview/Friend/friend.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/friend.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/friend.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/friend.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Friend/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Friend/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Friend/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/ExpiringPoints/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/Container/container.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/Container/container.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/Points/Container/container.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/Container/container.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/Container/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/Container/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/Points/Container/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/Container/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/pointsColumn.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/pointsColumn.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/pointsColumn.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/pointsColumn.module.css
diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/Points/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/Stats/stats.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/stats.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/Stats/stats.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/Stats/stats.module.css
diff --git a/components/Blocks/DynamicContent/Overview/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/index.tsx
diff --git a/components/Blocks/DynamicContent/Overview/overview.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/overview.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Overview/overview.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Overview/overview.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/Client.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/Client.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/desktopHeader.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/desktopHeader.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/desktopHeader.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/desktopHeader.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/DesktopHeader/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/LargeTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/LargeTable/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LargeTable/largeTable.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx
similarity index 95%
rename from components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx
index a7d3cdb33..2f1125e4c 100644
--- a/components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LevelSummary/index.tsx
@@ -11,7 +11,7 @@ export default function LevelSummary({
const intl = useIntl()
const pointsMsg: React.ReactNode = level.required_nights
- ? intl.formatMessage(
+ ? intl.formatMessage(
{
id: "{pointsAmount, number} points or {nightsAmount, number} nights",
},
diff --git a/components/Blocks/DynamicContent/OverviewTable/LevelSummary/levelSummary.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LevelSummary/levelSummary.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/LevelSummary/levelSummary.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/LevelSummary/levelSummary.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardList/Card/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/rewardCard.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/rewardCard.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardList/Card/rewardCard.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/Card/rewardCard.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardList/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardList/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardList/rewardList.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/rewardList.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardList/rewardList.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardList/rewardList.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardValue/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardValue/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardValue/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardValue/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/RewardValue/rewardValue.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardValue/rewardValue.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/RewardValue/rewardValue.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/RewardValue/rewardValue.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/YourLevelScript/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/index.tsx
diff --git a/components/Blocks/DynamicContent/OverviewTable/overviewTable.module.css b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/overviewTable.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/overviewTable.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/overviewTable.module.css
diff --git a/components/Blocks/DynamicContent/OverviewTable/reducer.ts b/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/reducer.ts
similarity index 100%
rename from components/Blocks/DynamicContent/OverviewTable/reducer.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/reducer.ts
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPoints.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPoints.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPoints.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPoints.module.css
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPointsVariants.ts b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPointsVariants.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPointsVariants.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/awardPointsVariants.ts
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Client.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Client.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/Client.tsx
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/Row/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/clientTable.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/clientTable.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/clientTable.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/clientTable.module.css
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/ClientTable/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/JourneyTable/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/EarnAndBurn/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/EarnAndBurn/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/expiringPointsTable.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/expiringPointsTable.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/expiringPointsTable.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/expiringPointsTable.module.css
diff --git a/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/ExpiringPointsTable/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/ExpiringPoints/expiringPoints.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/expiringPoints.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Points/ExpiringPoints/expiringPoints.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/expiringPoints.module.css
diff --git a/components/Blocks/DynamicContent/Points/ExpiringPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/ExpiringPoints/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/ExpiringPoints/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/Overview/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/Overview/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Points/Overview/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/Overview/index.tsx
diff --git a/components/Blocks/DynamicContent/Points/Overview/overview.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Points/Overview/overview.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Points/Overview/overview.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Points/Overview/overview.module.css
diff --git a/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/Client.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css
diff --git a/components/Blocks/DynamicContent/Rewards/CurrentRewards/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/CurrentRewards/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/index.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/index.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/NextLevel/next.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/next.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/NextLevel/next.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/NextLevel/next.module.css
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ActiveRedeemedBadge.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/ConfirmClose.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Campaign.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/Flows/Tier.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/MembershipNumberBadge.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/TimedRedeemedBadge.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/index.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/redeem.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/redeem.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/redeem.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/redeem.module.css
diff --git a/components/Blocks/DynamicContent/Rewards/Redeem/useRedeemFlow.ts b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/useRedeemFlow.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/Redeem/useRedeemFlow.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/Redeem/useRedeemFlow.ts
diff --git a/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts
diff --git a/components/Blocks/DynamicContent/Rewards/RewardIcon/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/RewardIcon/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/RewardIcon/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/RewardIcon/index.tsx
diff --git a/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Rewards/ScriptedRewardText/index.tsx
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/TierLevelCard.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/TierLevelCard.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/TierLevelCard.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/TierLevelCard.tsx
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/tierLevelCard.module.css b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/tierLevelCard.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/tierLevelCard.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/Card/tierLevelCard.module.css
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/LevelUpgradeButton.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/LevelUpgradeButton.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/LevelUpgradeButton.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/LevelUpgradeButton.tsx
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/UnlinkSAS.tsx
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/index.tsx
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/levelupgradebutton.module.css b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/levelupgradebutton.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/levelupgradebutton.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/levelupgradebutton.module.css
diff --git a/components/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css b/apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css
diff --git a/components/Blocks/DynamicContent/SASTierComparison/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SASTierComparison/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SASTierComparison/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SASTierComparison/index.tsx
diff --git a/components/Blocks/DynamicContent/SectionWrapper/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SectionWrapper/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SectionWrapper/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SectionWrapper/index.tsx
diff --git a/components/Blocks/DynamicContent/SignupFormWrapper/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/SignupFormWrapper/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/SignupFormWrapper/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/SignupFormWrapper/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/ListContainer/container.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/container.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/ListContainer/container.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/container.module.css
diff --git a/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Previous/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/Client.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Previous/Client.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/Client.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/emptyPreviousStays.module.css
diff --git a/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/EmptyPreviousStays/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Previous/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Previous/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Previous/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/ShowMoreButton/button.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/button.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/ShowMoreButton/button.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/button.module.css
diff --git a/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/ShowMoreButton/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/emptyUpcomingStays.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/emptyUpcomingStays.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/emptyUpcomingStays.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/emptyUpcomingStays.module.css
diff --git a/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/EmptyUpcomingStays/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Soonest/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Soonest/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Soonest/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/StayCard/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/StayCard/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/StayCard/stay.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/stay.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/StayCard/stay.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/StayCard/stay.module.css
diff --git a/components/Blocks/DynamicContent/Stays/Upcoming/Client.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/Client.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Upcoming/Client.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/Client.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/emptyUpcomingStays.module.css
diff --git a/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/EmptyUpcomingStays/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Upcoming/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Upcoming/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/index.tsx
diff --git a/components/Blocks/DynamicContent/Stays/Upcoming/upcoming.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/upcoming.module.css
similarity index 100%
rename from components/Blocks/DynamicContent/Stays/Upcoming/upcoming.module.css
rename to apps/scandic-web/components/Blocks/DynamicContent/Stays/Upcoming/upcoming.module.css
diff --git a/components/Blocks/DynamicContent/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/index.tsx
similarity index 100%
rename from components/Blocks/DynamicContent/index.tsx
rename to apps/scandic-web/components/Blocks/DynamicContent/index.tsx
diff --git a/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css b/apps/scandic-web/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css
similarity index 100%
rename from components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css
rename to apps/scandic-web/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css
diff --git a/components/Blocks/FullWidthCampaign/index.tsx b/apps/scandic-web/components/Blocks/FullWidthCampaign/index.tsx
similarity index 100%
rename from components/Blocks/FullWidthCampaign/index.tsx
rename to apps/scandic-web/components/Blocks/FullWidthCampaign/index.tsx
diff --git a/components/Blocks/HotelListing/HotelListingItem/hotelListingItem.module.css b/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/hotelListingItem.module.css
similarity index 100%
rename from components/Blocks/HotelListing/HotelListingItem/hotelListingItem.module.css
rename to apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/hotelListingItem.module.css
diff --git a/components/Blocks/HotelListing/HotelListingItem/index.tsx b/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx
similarity index 100%
rename from components/Blocks/HotelListing/HotelListingItem/index.tsx
rename to apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/index.tsx
diff --git a/components/Blocks/HotelListing/HotelListingItem/utils.ts b/apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/utils.ts
similarity index 100%
rename from components/Blocks/HotelListing/HotelListingItem/utils.ts
rename to apps/scandic-web/components/Blocks/HotelListing/HotelListingItem/utils.ts
diff --git a/components/Blocks/HotelListing/index.tsx b/apps/scandic-web/components/Blocks/HotelListing/index.tsx
similarity index 100%
rename from components/Blocks/HotelListing/index.tsx
rename to apps/scandic-web/components/Blocks/HotelListing/index.tsx
diff --git a/components/Blocks/JoinScandicFriends/index.tsx b/apps/scandic-web/components/Blocks/JoinScandicFriends/index.tsx
similarity index 100%
rename from components/Blocks/JoinScandicFriends/index.tsx
rename to apps/scandic-web/components/Blocks/JoinScandicFriends/index.tsx
diff --git a/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css b/apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css
similarity index 100%
rename from components/Blocks/JoinScandicFriends/joinScandicFriends.module.css
rename to apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css
diff --git a/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx b/apps/scandic-web/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx
similarity index 100%
rename from components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx
rename to apps/scandic-web/components/Blocks/ShortcutsList/ShortcutsListItems/index.tsx
diff --git a/components/Blocks/ShortcutsList/ShortcutsListItems/shortcutsListItems.module.css b/apps/scandic-web/components/Blocks/ShortcutsList/ShortcutsListItems/shortcutsListItems.module.css
similarity index 100%
rename from components/Blocks/ShortcutsList/ShortcutsListItems/shortcutsListItems.module.css
rename to apps/scandic-web/components/Blocks/ShortcutsList/ShortcutsListItems/shortcutsListItems.module.css
diff --git a/components/Blocks/ShortcutsList/index.tsx b/apps/scandic-web/components/Blocks/ShortcutsList/index.tsx
similarity index 100%
rename from components/Blocks/ShortcutsList/index.tsx
rename to apps/scandic-web/components/Blocks/ShortcutsList/index.tsx
diff --git a/components/Blocks/ShortcutsList/shortcutsList.module.css b/apps/scandic-web/components/Blocks/ShortcutsList/shortcutsList.module.css
similarity index 100%
rename from components/Blocks/ShortcutsList/shortcutsList.module.css
rename to apps/scandic-web/components/Blocks/ShortcutsList/shortcutsList.module.css
diff --git a/components/Blocks/Table/index.tsx b/apps/scandic-web/components/Blocks/Table/index.tsx
similarity index 100%
rename from components/Blocks/Table/index.tsx
rename to apps/scandic-web/components/Blocks/Table/index.tsx
diff --git a/components/Blocks/Table/table.module.css b/apps/scandic-web/components/Blocks/Table/table.module.css
similarity index 100%
rename from components/Blocks/Table/table.module.css
rename to apps/scandic-web/components/Blocks/Table/table.module.css
diff --git a/components/Blocks/TextCols/index.tsx b/apps/scandic-web/components/Blocks/TextCols/index.tsx
similarity index 100%
rename from components/Blocks/TextCols/index.tsx
rename to apps/scandic-web/components/Blocks/TextCols/index.tsx
diff --git a/components/Blocks/TextCols/renderOptions.tsx b/apps/scandic-web/components/Blocks/TextCols/renderOptions.tsx
similarity index 100%
rename from components/Blocks/TextCols/renderOptions.tsx
rename to apps/scandic-web/components/Blocks/TextCols/renderOptions.tsx
diff --git a/components/Blocks/TextCols/textcols.module.css b/apps/scandic-web/components/Blocks/TextCols/textcols.module.css
similarity index 100%
rename from components/Blocks/TextCols/textcols.module.css
rename to apps/scandic-web/components/Blocks/TextCols/textcols.module.css
diff --git a/components/Blocks/UspGrid/index.tsx b/apps/scandic-web/components/Blocks/UspGrid/index.tsx
similarity index 100%
rename from components/Blocks/UspGrid/index.tsx
rename to apps/scandic-web/components/Blocks/UspGrid/index.tsx
diff --git a/components/Blocks/UspGrid/renderOptions.tsx b/apps/scandic-web/components/Blocks/UspGrid/renderOptions.tsx
similarity index 100%
rename from components/Blocks/UspGrid/renderOptions.tsx
rename to apps/scandic-web/components/Blocks/UspGrid/renderOptions.tsx
diff --git a/components/Blocks/UspGrid/uspgrid.module.css b/apps/scandic-web/components/Blocks/UspGrid/uspgrid.module.css
similarity index 100%
rename from components/Blocks/UspGrid/uspgrid.module.css
rename to apps/scandic-web/components/Blocks/UspGrid/uspgrid.module.css
diff --git a/components/Blocks/UspGrid/utils.ts b/apps/scandic-web/components/Blocks/UspGrid/utils.ts
similarity index 100%
rename from components/Blocks/UspGrid/utils.ts
rename to apps/scandic-web/components/Blocks/UspGrid/utils.ts
diff --git a/components/Blocks/index.tsx b/apps/scandic-web/components/Blocks/index.tsx
similarity index 100%
rename from components/Blocks/index.tsx
rename to apps/scandic-web/components/Blocks/index.tsx
diff --git a/components/BookingWidget/Client.tsx b/apps/scandic-web/components/BookingWidget/Client.tsx
similarity index 100%
rename from components/BookingWidget/Client.tsx
rename to apps/scandic-web/components/BookingWidget/Client.tsx
diff --git a/components/BookingWidget/MobileToggleButton/button.module.css b/apps/scandic-web/components/BookingWidget/MobileToggleButton/button.module.css
similarity index 100%
rename from components/BookingWidget/MobileToggleButton/button.module.css
rename to apps/scandic-web/components/BookingWidget/MobileToggleButton/button.module.css
diff --git a/components/BookingWidget/MobileToggleButton/index.tsx b/apps/scandic-web/components/BookingWidget/MobileToggleButton/index.tsx
similarity index 100%
rename from components/BookingWidget/MobileToggleButton/index.tsx
rename to apps/scandic-web/components/BookingWidget/MobileToggleButton/index.tsx
diff --git a/components/BookingWidget/bookingWidget.module.css b/apps/scandic-web/components/BookingWidget/bookingWidget.module.css
similarity index 100%
rename from components/BookingWidget/bookingWidget.module.css
rename to apps/scandic-web/components/BookingWidget/bookingWidget.module.css
diff --git a/components/BookingWidget/index.tsx b/apps/scandic-web/components/BookingWidget/index.tsx
similarity index 100%
rename from components/BookingWidget/index.tsx
rename to apps/scandic-web/components/BookingWidget/index.tsx
diff --git a/components/Breadcrumbs/index.tsx b/apps/scandic-web/components/Breadcrumbs/index.tsx
similarity index 100%
rename from components/Breadcrumbs/index.tsx
rename to apps/scandic-web/components/Breadcrumbs/index.tsx
diff --git a/components/ButtonLink/index.tsx b/apps/scandic-web/components/ButtonLink/index.tsx
similarity index 100%
rename from components/ButtonLink/index.tsx
rename to apps/scandic-web/components/ButtonLink/index.tsx
diff --git a/components/Carousel/CarouselContent.tsx b/apps/scandic-web/components/Carousel/CarouselContent.tsx
similarity index 100%
rename from components/Carousel/CarouselContent.tsx
rename to apps/scandic-web/components/Carousel/CarouselContent.tsx
diff --git a/components/Carousel/CarouselContext.tsx b/apps/scandic-web/components/Carousel/CarouselContext.tsx
similarity index 100%
rename from components/Carousel/CarouselContext.tsx
rename to apps/scandic-web/components/Carousel/CarouselContext.tsx
diff --git a/components/Carousel/CarouselDots.tsx b/apps/scandic-web/components/Carousel/CarouselDots.tsx
similarity index 100%
rename from components/Carousel/CarouselDots.tsx
rename to apps/scandic-web/components/Carousel/CarouselDots.tsx
diff --git a/components/Carousel/CarouselItem.tsx b/apps/scandic-web/components/Carousel/CarouselItem.tsx
similarity index 100%
rename from components/Carousel/CarouselItem.tsx
rename to apps/scandic-web/components/Carousel/CarouselItem.tsx
diff --git a/components/Carousel/CarouselNavigation.tsx b/apps/scandic-web/components/Carousel/CarouselNavigation.tsx
similarity index 100%
rename from components/Carousel/CarouselNavigation.tsx
rename to apps/scandic-web/components/Carousel/CarouselNavigation.tsx
diff --git a/components/Carousel/carousel.module.css b/apps/scandic-web/components/Carousel/carousel.module.css
similarity index 100%
rename from components/Carousel/carousel.module.css
rename to apps/scandic-web/components/Carousel/carousel.module.css
diff --git a/components/Carousel/index.tsx b/apps/scandic-web/components/Carousel/index.tsx
similarity index 100%
rename from components/Carousel/index.tsx
rename to apps/scandic-web/components/Carousel/index.tsx
diff --git a/components/Carousel/types.ts b/apps/scandic-web/components/Carousel/types.ts
similarity index 100%
rename from components/Carousel/types.ts
rename to apps/scandic-web/components/Carousel/types.ts
diff --git a/components/ContentCard/contentCard.module.css b/apps/scandic-web/components/ContentCard/contentCard.module.css
similarity index 100%
rename from components/ContentCard/contentCard.module.css
rename to apps/scandic-web/components/ContentCard/contentCard.module.css
diff --git a/components/ContentCard/contentCard.ts b/apps/scandic-web/components/ContentCard/contentCard.ts
similarity index 100%
rename from components/ContentCard/contentCard.ts
rename to apps/scandic-web/components/ContentCard/contentCard.ts
diff --git a/components/ContentCard/index.tsx b/apps/scandic-web/components/ContentCard/index.tsx
similarity index 100%
rename from components/ContentCard/index.tsx
rename to apps/scandic-web/components/ContentCard/index.tsx
diff --git a/components/ContentType/DestinationPage/CityListing/CityListingItem/CityListingItemSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/CityListingItemSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/CityListingItem/CityListingItemSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/CityListingItemSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/CityListing/CityListingItem/cityListingItem.module.css b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/cityListingItem.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/CityListingItem/cityListingItem.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/cityListingItem.module.css
diff --git a/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx
diff --git a/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/CityListing/cityListing.module.css b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/cityListing.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/cityListing.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/cityListing.module.css
diff --git a/components/ContentType/DestinationPage/CityListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/CityListing/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/CityListing/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/hotelList.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/hotelList.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/hotelList.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/hotelList.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/utils.ts b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/utils.ts
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/utils.ts
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelList/utils.ts
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/hotelListItem.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/hotelListItem.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/hotelListItem.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/hotelListItem.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/HotelListItem/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/cityMap.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/cityMap.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/cityMap.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/cityMap.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/CityMap/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/DestinationCityPageSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/DestinationCityPageSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/DestinationCityPageSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/DestinationCityPageSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/destinationCityPage.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/destinationCityPage.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/destinationCityPage.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/destinationCityPage.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCityPage/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/cityList.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/cityList.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/cityList.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/cityList.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityList/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/cityListItem.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/cityListItem.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/cityListItem.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/cityListItem.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/CityListItem/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/countryMap.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/countryMap.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/countryMap.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/countryMap.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/CountryMap/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/sidebarContentWrapper.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/sidebarContentWrapper.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/sidebarContentWrapper.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/SidebarContentWrapper/sidebarContentWrapper.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/destinationCountryPage.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/destinationCountryPage.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/destinationCountryPage.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/destinationCountryPage.module.css
diff --git a/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/destination.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/destination.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/destination.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/destination.module.css
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/Destination/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/destinationsList.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/destinationsList.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/destinationsList.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/destinationsList.module.css
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/DestinationsList/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/hotelsSection.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/hotelsSection.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/hotelsSection.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/hotelsSection.module.css
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/HotelsSection/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/inputFrom.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/inputFrom.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/inputFrom.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/InputForm/inputFrom.module.css
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/OverviewMapContainer/index.tsx
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/destinationOverviewPage.module.css b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/destinationOverviewPage.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/destinationOverviewPage.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/destinationOverviewPage.module.css
diff --git a/components/ContentType/DestinationPage/DestinationOverviewPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/DestinationOverviewPage/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/DestinationOverviewPage/index.tsx
diff --git a/components/ContentType/DestinationPage/ExperienceList/ExperienceListSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/ExperienceListSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/ExperienceList/ExperienceListSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/ExperienceListSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/ExperienceList/experienceList.module.css b/apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/experienceList.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/ExperienceList/experienceList.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/experienceList.module.css
diff --git a/components/ContentType/DestinationPage/ExperienceList/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/ExperienceList/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/index.tsx
diff --git a/components/ContentType/DestinationPage/ExperienceList/utils.ts b/apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/utils.ts
similarity index 100%
rename from components/ContentType/DestinationPage/ExperienceList/utils.ts
rename to apps/scandic-web/components/ContentType/DestinationPage/ExperienceList/utils.ts
diff --git a/components/ContentType/DestinationPage/HotelDataContainer/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelDataContainer/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelDataContainer/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelDataContainer/index.tsx
diff --git a/components/ContentType/DestinationPage/HotelListing/HotelListingItem/HotelListingItemSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/HotelListingItemSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/HotelListingItem/HotelListingItemSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/HotelListingItemSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/HotelListing/HotelListingItem/hotelListingItem.module.css b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/hotelListingItem.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/HotelListingItem/hotelListingItem.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/hotelListingItem.module.css
diff --git a/components/ContentType/DestinationPage/HotelListing/HotelListingItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/HotelListingItem/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingItem/index.tsx
diff --git a/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/HotelListingSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/HotelListing/hotelListing.module.css b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/hotelListing.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/hotelListing.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/hotelListing.module.css
diff --git a/components/ContentType/DestinationPage/HotelListing/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelListing/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelListing/index.tsx
diff --git a/components/ContentType/DestinationPage/HotelMapCard/DialogImage/dialogImage.module.css b/apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/DialogImage/dialogImage.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/HotelMapCard/DialogImage/dialogImage.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/DialogImage/dialogImage.module.css
diff --git a/components/ContentType/DestinationPage/HotelMapCard/DialogImage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/DialogImage/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelMapCard/DialogImage/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/DialogImage/index.tsx
diff --git a/components/ContentType/DestinationPage/HotelMapCard/hotelMapCard.module.css b/apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/hotelMapCard.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/HotelMapCard/hotelMapCard.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/hotelMapCard.module.css
diff --git a/components/ContentType/DestinationPage/HotelMapCard/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/HotelMapCard/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/HotelMapCard/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/DynamicMap/dynamicMap.module.css b/apps/scandic-web/components/ContentType/DestinationPage/Map/DynamicMap/dynamicMap.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/Map/DynamicMap/dynamicMap.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/DynamicMap/dynamicMap.module.css
diff --git a/components/ContentType/DestinationPage/Map/DynamicMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/DynamicMap/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/DynamicMap/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/DynamicMap/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/clusterMarker.module.css b/apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/clusterMarker.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/clusterMarker.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/clusterMarker.module.css
diff --git a/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/ClusterMarker/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/MapContent/Marker/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/Marker/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/MapContent/Marker/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/Marker/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/MapContent/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/MapContent/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/MapContent/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/MapProvider.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/MapProvider.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/MapProvider.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/MapProvider.tsx
diff --git a/components/ContentType/DestinationPage/Map/PageTypeProvider.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/PageTypeProvider.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/PageTypeProvider.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/PageTypeProvider.tsx
diff --git a/components/ContentType/DestinationPage/Map/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Map/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Map/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/index.tsx
diff --git a/components/ContentType/DestinationPage/Map/map.module.css b/apps/scandic-web/components/ContentType/DestinationPage/Map/map.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/Map/map.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/map.module.css
diff --git a/components/ContentType/DestinationPage/Map/utils.ts b/apps/scandic-web/components/ContentType/DestinationPage/Map/utils.ts
similarity index 100%
rename from components/ContentType/DestinationPage/Map/utils.ts
rename to apps/scandic-web/components/ContentType/DestinationPage/Map/utils.ts
diff --git a/components/ContentType/DestinationPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/SidebarContentWrapperSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/SidebarContentWrapper/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/SidebarContentWrapper/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/index.tsx
diff --git a/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css b/apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/SidebarContentWrapper/sidebarContentWrapper.module.css
diff --git a/components/ContentType/DestinationPage/Sidepeek/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/Sidepeek/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/index.tsx
diff --git a/components/ContentType/DestinationPage/Sidepeek/sidepeek.module.css b/apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/sidepeek.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/Sidepeek/sidepeek.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/Sidepeek/sidepeek.module.css
diff --git a/components/ContentType/DestinationPage/StaticMap/MapButton/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/MapButton/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/StaticMap/MapButton/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/StaticMap/MapButton/index.tsx
diff --git a/components/ContentType/DestinationPage/StaticMap/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/StaticMap/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/StaticMap/index.tsx
diff --git a/components/ContentType/DestinationPage/StaticMap/staticMap.module.css b/apps/scandic-web/components/ContentType/DestinationPage/StaticMap/staticMap.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/StaticMap/staticMap.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/StaticMap/staticMap.module.css
diff --git a/components/ContentType/DestinationPage/TopImages/TopImagesSkeleton.tsx b/apps/scandic-web/components/ContentType/DestinationPage/TopImages/TopImagesSkeleton.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/TopImages/TopImagesSkeleton.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/TopImages/TopImagesSkeleton.tsx
diff --git a/components/ContentType/DestinationPage/TopImages/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx
similarity index 100%
rename from components/ContentType/DestinationPage/TopImages/index.tsx
rename to apps/scandic-web/components/ContentType/DestinationPage/TopImages/index.tsx
diff --git a/components/ContentType/DestinationPage/TopImages/topImages.module.css b/apps/scandic-web/components/ContentType/DestinationPage/TopImages/topImages.module.css
similarity index 100%
rename from components/ContentType/DestinationPage/TopImages/topImages.module.css
rename to apps/scandic-web/components/ContentType/DestinationPage/TopImages/topImages.module.css
diff --git a/components/ContentType/DestinationPage/utils.ts b/apps/scandic-web/components/ContentType/DestinationPage/utils.ts
similarity index 100%
rename from components/ContentType/DestinationPage/utils.ts
rename to apps/scandic-web/components/ContentType/DestinationPage/utils.ts
diff --git a/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css b/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css
similarity index 100%
rename from components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/amenitiesList.module.css
diff --git a/components/ContentType/HotelPage/AmenitiesList/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/AmenitiesList/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/AmenitiesList/index.tsx
diff --git a/components/ContentType/HotelPage/Facilities/CardGrid/ActivitiesCardGrid.tsx b/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/ActivitiesCardGrid.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Facilities/CardGrid/ActivitiesCardGrid.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/ActivitiesCardGrid.tsx
diff --git a/components/ContentType/HotelPage/Facilities/CardGrid/cardGrid.module.css b/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/cardGrid.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Facilities/CardGrid/cardGrid.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/cardGrid.module.css
diff --git a/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
diff --git a/components/ContentType/HotelPage/Facilities/facilities.module.css b/apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Facilities/facilities.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Facilities/facilities.module.css
diff --git a/components/ContentType/HotelPage/Facilities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Facilities/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Facilities/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Facilities/index.tsx
diff --git a/components/ContentType/HotelPage/IntroSection/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/IntroSection/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx
diff --git a/components/ContentType/HotelPage/IntroSection/introSection.module.css b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/introSection.module.css
similarity index 100%
rename from components/ContentType/HotelPage/IntroSection/introSection.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/IntroSection/introSection.module.css
diff --git a/components/ContentType/HotelPage/IntroSection/types.ts b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/types.ts
similarity index 100%
rename from components/ContentType/HotelPage/IntroSection/types.ts
rename to apps/scandic-web/components/ContentType/HotelPage/IntroSection/types.ts
diff --git a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/index.tsx
diff --git a/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/sidebar.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/sidebar.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/DynamicMap/Sidebar/sidebar.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/Sidebar/sidebar.module.css
diff --git a/components/ContentType/HotelPage/Map/DynamicMap/dynamicMap.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/dynamicMap.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/DynamicMap/dynamicMap.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/dynamicMap.module.css
diff --git a/components/ContentType/HotelPage/Map/DynamicMap/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/DynamicMap/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/DynamicMap/index.tsx
diff --git a/components/ContentType/HotelPage/Map/MapCard/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/MapCard/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/index.tsx
diff --git a/components/ContentType/HotelPage/Map/MapCard/mapCard.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/mapCard.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/MapCard/mapCard.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MapCard/mapCard.module.css
diff --git a/components/ContentType/HotelPage/Map/MapWithCard/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/MapWithCard/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/MapWithCard/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MapWithCard/index.tsx
diff --git a/components/ContentType/HotelPage/Map/MapWithCard/mapWithCard.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/MapWithCard/mapWithCard.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/MapWithCard/mapWithCard.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MapWithCard/mapWithCard.module.css
diff --git a/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/index.tsx
diff --git a/components/ContentType/HotelPage/Map/MobileMapToggle/mobileToggle.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/mobileToggle.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/MobileMapToggle/mobileToggle.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/MobileMapToggle/mobileToggle.module.css
diff --git a/components/ContentType/HotelPage/Map/StaticMap/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Map/StaticMap/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/index.tsx
diff --git a/components/ContentType/HotelPage/Map/StaticMap/staticMap.module.css b/apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/staticMap.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Map/StaticMap/staticMap.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Map/StaticMap/staticMap.module.css
diff --git a/components/ContentType/HotelPage/PreviewImages/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/PreviewImages/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/PreviewImages/index.tsx
diff --git a/components/ContentType/HotelPage/PreviewImages/previewImages.module.css b/apps/scandic-web/components/ContentType/HotelPage/PreviewImages/previewImages.module.css
similarity index 100%
rename from components/ContentType/HotelPage/PreviewImages/previewImages.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/PreviewImages/previewImages.module.css
diff --git a/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/index.tsx
diff --git a/components/ContentType/HotelPage/Rooms/RoomCard/roomCard.module.css b/apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/roomCard.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Rooms/RoomCard/roomCard.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Rooms/RoomCard/roomCard.module.css
diff --git a/components/ContentType/HotelPage/Rooms/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/Rooms/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx
diff --git a/components/ContentType/HotelPage/Rooms/rooms.module.css b/apps/scandic-web/components/ContentType/HotelPage/Rooms/rooms.module.css
similarity index 100%
rename from components/ContentType/HotelPage/Rooms/rooms.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/Rooms/rooms.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/contactInformation.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/contactInformation.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/contactInformation.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/contactInformation.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/aboutTheHotel.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/aboutTheHotel.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/AboutTheHotel/aboutTheHotel.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/aboutTheHotel.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Activities/activities.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/activities.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Activities/activities.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/activities.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Activities/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Activities/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/accessibilityAmenity.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/accessibilityAmenity.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/accessibilityAmenity.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/accessibilityAmenity.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Accessibility/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/CheckIn/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/CheckIn/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/CheckIn/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/CheckIn/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/parkingList.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/parkingList.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/parkingList.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingList/parkingList.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/parkingPrices.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/parkingPrices.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/parkingPrices.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/ParkingPrices/parkingPrices.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/parkingAmenity.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/parkingAmenity.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/parkingAmenity.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Parking/parkingAmenity.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/index.ts b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/index.ts
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/index.ts
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/index.ts
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/filteredAmenities.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/filteredAmenities.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/filteredAmenities.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/filteredAmenities.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/FilteredAmenities/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/meetingsAndConferences.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/meetingsAndConferences.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/meetingsAndConferences.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/meetingsAndConferences.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/util.ts
diff --git a/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/restaurantBarItem.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/RestaurantBar/restaurantBar.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/restaurantBar.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/RestaurantBar/restaurantBar.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/restaurantBar.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/Room/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Room/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/Room/room.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/room.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/Room/room.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Room/room.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/index.tsx
diff --git a/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/wellnessAndExercise.module.css
diff --git a/components/ContentType/HotelPage/SidePeeks/index.ts b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/index.ts
similarity index 100%
rename from components/ContentType/HotelPage/SidePeeks/index.ts
rename to apps/scandic-web/components/ContentType/HotelPage/SidePeeks/index.ts
diff --git a/components/ContentType/HotelPage/TabNavigation/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/TabNavigation/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/TabNavigation/index.tsx
diff --git a/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css b/apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css
similarity index 100%
rename from components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/TabNavigation/tabNavigation.module.css
diff --git a/components/ContentType/HotelPage/data.ts b/apps/scandic-web/components/ContentType/HotelPage/data.ts
similarity index 100%
rename from components/ContentType/HotelPage/data.ts
rename to apps/scandic-web/components/ContentType/HotelPage/data.ts
diff --git a/components/ContentType/HotelPage/hotelPage.module.css b/apps/scandic-web/components/ContentType/HotelPage/hotelPage.module.css
similarity index 100%
rename from components/ContentType/HotelPage/hotelPage.module.css
rename to apps/scandic-web/components/ContentType/HotelPage/hotelPage.module.css
diff --git a/components/ContentType/HotelPage/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/index.tsx
similarity index 100%
rename from components/ContentType/HotelPage/index.tsx
rename to apps/scandic-web/components/ContentType/HotelPage/index.tsx
diff --git a/components/ContentType/HotelPage/utils.ts b/apps/scandic-web/components/ContentType/HotelPage/utils.ts
similarity index 100%
rename from components/ContentType/HotelPage/utils.ts
rename to apps/scandic-web/components/ContentType/HotelPage/utils.ts
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/accessibilityAdditionalContent.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/accessibilityAdditionalContent.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Accessibility/accessibilityAdditionalContent.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/accessibilityAdditionalContent.module.css
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Accessibility/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Accessibility/index.tsx
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Meetings/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Meetings/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Meetings/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Meetings/index.tsx
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Meetings/meetingsAdditionalContent.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Meetings/meetingsAdditionalContent.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Meetings/meetingsAdditionalContent.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Meetings/meetingsAdditionalContent.module.css
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Parking/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Parking/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Parking/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Parking/index.tsx
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/Parking/parkingAdditionalContent.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Parking/parkingAdditionalContent.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/Parking/parkingAdditionalContent.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/Parking/parkingAdditionalContent.module.css
diff --git a/components/ContentType/HotelSubpage/AdditionalContent/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/AdditionalContent/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/AdditionalContent/index.tsx
diff --git a/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css
diff --git a/components/ContentType/HotelSubpage/HtmlContent/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/HtmlContent/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/index.tsx
diff --git a/components/ContentType/HotelSubpage/HtmlContent/utils.ts b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/utils.ts
similarity index 100%
rename from components/ContentType/HotelSubpage/HtmlContent/utils.ts
rename to apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/utils.ts
diff --git a/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/MeetingsSidebar.tsx
diff --git a/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/ParkingSidebar.tsx
diff --git a/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/RestaurantSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/RestaurantSidebar.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/RestaurantSidebar.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/RestaurantSidebar.tsx
diff --git a/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/restaurantSiderbar.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/restaurantSiderbar.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/restaurantSiderbar.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/RestaurantSidebar/restaurantSiderbar.module.css
diff --git a/components/ContentType/HotelSubpage/Sidebar/WellnessSidebar.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/WellnessSidebar.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/WellnessSidebar.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/WellnessSidebar.tsx
diff --git a/components/ContentType/HotelSubpage/Sidebar/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/index.tsx
diff --git a/components/ContentType/HotelSubpage/Sidebar/sidebar.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/sidebar.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/Sidebar/sidebar.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/Sidebar/sidebar.module.css
diff --git a/components/ContentType/HotelSubpage/hotelSubpage.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/hotelSubpage.module.css
similarity index 100%
rename from components/ContentType/HotelSubpage/hotelSubpage.module.css
rename to apps/scandic-web/components/ContentType/HotelSubpage/hotelSubpage.module.css
diff --git a/components/ContentType/HotelSubpage/index.tsx b/apps/scandic-web/components/ContentType/HotelSubpage/index.tsx
similarity index 100%
rename from components/ContentType/HotelSubpage/index.tsx
rename to apps/scandic-web/components/ContentType/HotelSubpage/index.tsx
diff --git a/components/ContentType/HotelSubpage/utils.ts b/apps/scandic-web/components/ContentType/HotelSubpage/utils.ts
similarity index 100%
rename from components/ContentType/HotelSubpage/utils.ts
rename to apps/scandic-web/components/ContentType/HotelSubpage/utils.ts
diff --git a/components/ContentType/LoyaltyPage/index.tsx b/apps/scandic-web/components/ContentType/LoyaltyPage/index.tsx
similarity index 100%
rename from components/ContentType/LoyaltyPage/index.tsx
rename to apps/scandic-web/components/ContentType/LoyaltyPage/index.tsx
diff --git a/components/ContentType/LoyaltyPage/loyaltyPage.module.css b/apps/scandic-web/components/ContentType/LoyaltyPage/loyaltyPage.module.css
similarity index 100%
rename from components/ContentType/LoyaltyPage/loyaltyPage.module.css
rename to apps/scandic-web/components/ContentType/LoyaltyPage/loyaltyPage.module.css
diff --git a/components/ContentType/StartPage/InfoCard/index.tsx b/apps/scandic-web/components/ContentType/StartPage/InfoCard/index.tsx
similarity index 100%
rename from components/ContentType/StartPage/InfoCard/index.tsx
rename to apps/scandic-web/components/ContentType/StartPage/InfoCard/index.tsx
diff --git a/components/ContentType/StartPage/InfoCard/infoCard.module.css b/apps/scandic-web/components/ContentType/StartPage/InfoCard/infoCard.module.css
similarity index 100%
rename from components/ContentType/StartPage/InfoCard/infoCard.module.css
rename to apps/scandic-web/components/ContentType/StartPage/InfoCard/infoCard.module.css
diff --git a/components/ContentType/StartPage/index.tsx b/apps/scandic-web/components/ContentType/StartPage/index.tsx
similarity index 100%
rename from components/ContentType/StartPage/index.tsx
rename to apps/scandic-web/components/ContentType/StartPage/index.tsx
diff --git a/components/ContentType/StartPage/startPage.module.css b/apps/scandic-web/components/ContentType/StartPage/startPage.module.css
similarity index 100%
rename from components/ContentType/StartPage/startPage.module.css
rename to apps/scandic-web/components/ContentType/StartPage/startPage.module.css
diff --git a/components/ContentType/StaticPages/CollectionPage/index.tsx b/apps/scandic-web/components/ContentType/StaticPages/CollectionPage/index.tsx
similarity index 100%
rename from components/ContentType/StaticPages/CollectionPage/index.tsx
rename to apps/scandic-web/components/ContentType/StaticPages/CollectionPage/index.tsx
diff --git a/components/ContentType/StaticPages/ContentPage/index.tsx b/apps/scandic-web/components/ContentType/StaticPages/ContentPage/index.tsx
similarity index 100%
rename from components/ContentType/StaticPages/ContentPage/index.tsx
rename to apps/scandic-web/components/ContentType/StaticPages/ContentPage/index.tsx
diff --git a/components/ContentType/StaticPages/index.tsx b/apps/scandic-web/components/ContentType/StaticPages/index.tsx
similarity index 100%
rename from components/ContentType/StaticPages/index.tsx
rename to apps/scandic-web/components/ContentType/StaticPages/index.tsx
diff --git a/components/ContentType/StaticPages/staticPage.module.css b/apps/scandic-web/components/ContentType/StaticPages/staticPage.module.css
similarity index 100%
rename from components/ContentType/StaticPages/staticPage.module.css
rename to apps/scandic-web/components/ContentType/StaticPages/staticPage.module.css
diff --git a/components/ContentType/StaticPages/staticPage.ts b/apps/scandic-web/components/ContentType/StaticPages/staticPage.ts
similarity index 100%
rename from components/ContentType/StaticPages/staticPage.ts
rename to apps/scandic-web/components/ContentType/StaticPages/staticPage.ts
diff --git a/components/ContentType/StaticPages/variants.ts b/apps/scandic-web/components/ContentType/StaticPages/variants.ts
similarity index 100%
rename from components/ContentType/StaticPages/variants.ts
rename to apps/scandic-web/components/ContentType/StaticPages/variants.ts
diff --git a/components/CookieBot/index.tsx b/apps/scandic-web/components/CookieBot/index.tsx
similarity index 100%
rename from components/CookieBot/index.tsx
rename to apps/scandic-web/components/CookieBot/index.tsx
diff --git a/components/Countdown/index.tsx b/apps/scandic-web/components/Countdown/index.tsx
similarity index 100%
rename from components/Countdown/index.tsx
rename to apps/scandic-web/components/Countdown/index.tsx
diff --git a/components/Current/AdobeScript.tsx b/apps/scandic-web/components/Current/AdobeScript.tsx
similarity index 100%
rename from components/Current/AdobeScript.tsx
rename to apps/scandic-web/components/Current/AdobeScript.tsx
diff --git a/components/Current/Aside/Contacts/Contact.tsx b/apps/scandic-web/components/Current/Aside/Contacts/Contact.tsx
similarity index 100%
rename from components/Current/Aside/Contacts/Contact.tsx
rename to apps/scandic-web/components/Current/Aside/Contacts/Contact.tsx
diff --git a/components/Current/Aside/Contacts/contact.module.css b/apps/scandic-web/components/Current/Aside/Contacts/contact.module.css
similarity index 100%
rename from components/Current/Aside/Contacts/contact.module.css
rename to apps/scandic-web/components/Current/Aside/Contacts/contact.module.css
diff --git a/components/Current/Aside/Contacts/index.tsx b/apps/scandic-web/components/Current/Aside/Contacts/index.tsx
similarity index 100%
rename from components/Current/Aside/Contacts/index.tsx
rename to apps/scandic-web/components/Current/Aside/Contacts/index.tsx
diff --git a/components/Current/Aside/Puff/index.tsx b/apps/scandic-web/components/Current/Aside/Puff/index.tsx
similarity index 100%
rename from components/Current/Aside/Puff/index.tsx
rename to apps/scandic-web/components/Current/Aside/Puff/index.tsx
diff --git a/components/Current/Aside/Puff/puff.module.css b/apps/scandic-web/components/Current/Aside/Puff/puff.module.css
similarity index 100%
rename from components/Current/Aside/Puff/puff.module.css
rename to apps/scandic-web/components/Current/Aside/Puff/puff.module.css
diff --git a/components/Current/Aside/Puff/renderOptions.tsx b/apps/scandic-web/components/Current/Aside/Puff/renderOptions.tsx
similarity index 100%
rename from components/Current/Aside/Puff/renderOptions.tsx
rename to apps/scandic-web/components/Current/Aside/Puff/renderOptions.tsx
diff --git a/components/Current/Aside/aside.module.css b/apps/scandic-web/components/Current/Aside/aside.module.css
similarity index 100%
rename from components/Current/Aside/aside.module.css
rename to apps/scandic-web/components/Current/Aside/aside.module.css
diff --git a/components/Current/Aside/index.tsx b/apps/scandic-web/components/Current/Aside/index.tsx
similarity index 100%
rename from components/Current/Aside/index.tsx
rename to apps/scandic-web/components/Current/Aside/index.tsx
diff --git a/components/Current/Blocks/List/ListItem.tsx b/apps/scandic-web/components/Current/Blocks/List/ListItem.tsx
similarity index 100%
rename from components/Current/Blocks/List/ListItem.tsx
rename to apps/scandic-web/components/Current/Blocks/List/ListItem.tsx
diff --git a/components/Current/Blocks/List/index.tsx b/apps/scandic-web/components/Current/Blocks/List/index.tsx
similarity index 100%
rename from components/Current/Blocks/List/index.tsx
rename to apps/scandic-web/components/Current/Blocks/List/index.tsx
diff --git a/components/Current/Blocks/List/list.module.css b/apps/scandic-web/components/Current/Blocks/List/list.module.css
similarity index 100%
rename from components/Current/Blocks/List/list.module.css
rename to apps/scandic-web/components/Current/Blocks/List/list.module.css
diff --git a/components/Current/Blocks/Puffs.tsx b/apps/scandic-web/components/Current/Blocks/Puffs.tsx
similarity index 100%
rename from components/Current/Blocks/Puffs.tsx
rename to apps/scandic-web/components/Current/Blocks/Puffs.tsx
diff --git a/components/Current/Blocks/Text.tsx b/apps/scandic-web/components/Current/Blocks/Text.tsx
similarity index 100%
rename from components/Current/Blocks/Text.tsx
rename to apps/scandic-web/components/Current/Blocks/Text.tsx
diff --git a/components/Current/Blocks/blocks.module.css b/apps/scandic-web/components/Current/Blocks/blocks.module.css
similarity index 100%
rename from components/Current/Blocks/blocks.module.css
rename to apps/scandic-web/components/Current/Blocks/blocks.module.css
diff --git a/components/Current/Blocks/index.tsx b/apps/scandic-web/components/Current/Blocks/index.tsx
similarity index 100%
rename from components/Current/Blocks/index.tsx
rename to apps/scandic-web/components/Current/Blocks/index.tsx
diff --git a/components/Current/ContentPage/contentPage.module.css b/apps/scandic-web/components/Current/ContentPage/contentPage.module.css
similarity index 100%
rename from components/Current/ContentPage/contentPage.module.css
rename to apps/scandic-web/components/Current/ContentPage/contentPage.module.css
diff --git a/components/Current/ContentPage/index.tsx b/apps/scandic-web/components/Current/ContentPage/index.tsx
similarity index 100%
rename from components/Current/ContentPage/index.tsx
rename to apps/scandic-web/components/Current/ContentPage/index.tsx
diff --git a/components/Current/Footer/Navigation.tsx b/apps/scandic-web/components/Current/Footer/Navigation.tsx
similarity index 100%
rename from components/Current/Footer/Navigation.tsx
rename to apps/scandic-web/components/Current/Footer/Navigation.tsx
diff --git a/components/Current/Footer/footer.module.css b/apps/scandic-web/components/Current/Footer/footer.module.css
similarity index 100%
rename from components/Current/Footer/footer.module.css
rename to apps/scandic-web/components/Current/Footer/footer.module.css
diff --git a/components/Current/Footer/index.tsx b/apps/scandic-web/components/Current/Footer/index.tsx
similarity index 100%
rename from components/Current/Footer/index.tsx
rename to apps/scandic-web/components/Current/Footer/index.tsx
diff --git a/components/Current/Footer/navigation.module.css b/apps/scandic-web/components/Current/Footer/navigation.module.css
similarity index 100%
rename from components/Current/Footer/navigation.module.css
rename to apps/scandic-web/components/Current/Footer/navigation.module.css
diff --git a/components/Current/Header/BookingButton/bookingButton.module.css b/apps/scandic-web/components/Current/Header/BookingButton/bookingButton.module.css
similarity index 100%
rename from components/Current/Header/BookingButton/bookingButton.module.css
rename to apps/scandic-web/components/Current/Header/BookingButton/bookingButton.module.css
diff --git a/components/Current/Header/BookingButton/index.tsx b/apps/scandic-web/components/Current/Header/BookingButton/index.tsx
similarity index 100%
rename from components/Current/Header/BookingButton/index.tsx
rename to apps/scandic-web/components/Current/Header/BookingButton/index.tsx
diff --git a/components/Current/Header/HeaderFallback/index.tsx b/apps/scandic-web/components/Current/Header/HeaderFallback/index.tsx
similarity index 100%
rename from components/Current/Header/HeaderFallback/index.tsx
rename to apps/scandic-web/components/Current/Header/HeaderFallback/index.tsx
diff --git a/components/Current/Header/LanguageSwitcher/Desktop/desktop.module.css b/apps/scandic-web/components/Current/Header/LanguageSwitcher/Desktop/desktop.module.css
similarity index 100%
rename from components/Current/Header/LanguageSwitcher/Desktop/desktop.module.css
rename to apps/scandic-web/components/Current/Header/LanguageSwitcher/Desktop/desktop.module.css
diff --git a/components/Current/Header/LanguageSwitcher/Desktop/index.tsx b/apps/scandic-web/components/Current/Header/LanguageSwitcher/Desktop/index.tsx
similarity index 100%
rename from components/Current/Header/LanguageSwitcher/Desktop/index.tsx
rename to apps/scandic-web/components/Current/Header/LanguageSwitcher/Desktop/index.tsx
diff --git a/components/Current/Header/LanguageSwitcher/Mobile/index.tsx b/apps/scandic-web/components/Current/Header/LanguageSwitcher/Mobile/index.tsx
similarity index 100%
rename from components/Current/Header/LanguageSwitcher/Mobile/index.tsx
rename to apps/scandic-web/components/Current/Header/LanguageSwitcher/Mobile/index.tsx
diff --git a/components/Current/Header/LanguageSwitcher/Mobile/mobile.module.css b/apps/scandic-web/components/Current/Header/LanguageSwitcher/Mobile/mobile.module.css
similarity index 100%
rename from components/Current/Header/LanguageSwitcher/Mobile/mobile.module.css
rename to apps/scandic-web/components/Current/Header/LanguageSwitcher/Mobile/mobile.module.css
diff --git a/components/Current/Header/LanguageSwitcher/index.tsx b/apps/scandic-web/components/Current/Header/LanguageSwitcher/index.tsx
similarity index 100%
rename from components/Current/Header/LanguageSwitcher/index.tsx
rename to apps/scandic-web/components/Current/Header/LanguageSwitcher/index.tsx
diff --git a/components/Current/Header/MainMenu/index.tsx b/apps/scandic-web/components/Current/Header/MainMenu/index.tsx
similarity index 100%
rename from components/Current/Header/MainMenu/index.tsx
rename to apps/scandic-web/components/Current/Header/MainMenu/index.tsx
diff --git a/components/Current/Header/MainMenu/mainMenu.module.css b/apps/scandic-web/components/Current/Header/MainMenu/mainMenu.module.css
similarity index 100%
rename from components/Current/Header/MainMenu/mainMenu.module.css
rename to apps/scandic-web/components/Current/Header/MainMenu/mainMenu.module.css
diff --git a/components/Current/Header/MyPagesMobileDropdown/index.tsx b/apps/scandic-web/components/Current/Header/MyPagesMobileDropdown/index.tsx
similarity index 100%
rename from components/Current/Header/MyPagesMobileDropdown/index.tsx
rename to apps/scandic-web/components/Current/Header/MyPagesMobileDropdown/index.tsx
diff --git a/components/Current/Header/MyPagesMobileDropdown/my-pages-mobile-dropdown.module.css b/apps/scandic-web/components/Current/Header/MyPagesMobileDropdown/my-pages-mobile-dropdown.module.css
similarity index 100%
rename from components/Current/Header/MyPagesMobileDropdown/my-pages-mobile-dropdown.module.css
rename to apps/scandic-web/components/Current/Header/MyPagesMobileDropdown/my-pages-mobile-dropdown.module.css
diff --git a/components/Current/Header/OfflineBanner/banner.module.css b/apps/scandic-web/components/Current/Header/OfflineBanner/banner.module.css
similarity index 100%
rename from components/Current/Header/OfflineBanner/banner.module.css
rename to apps/scandic-web/components/Current/Header/OfflineBanner/banner.module.css
diff --git a/components/Current/Header/OfflineBanner/index.tsx b/apps/scandic-web/components/Current/Header/OfflineBanner/index.tsx
similarity index 100%
rename from components/Current/Header/OfflineBanner/index.tsx
rename to apps/scandic-web/components/Current/Header/OfflineBanner/index.tsx
diff --git a/components/Current/Header/TopMenu/index.tsx b/apps/scandic-web/components/Current/Header/TopMenu/index.tsx
similarity index 100%
rename from components/Current/Header/TopMenu/index.tsx
rename to apps/scandic-web/components/Current/Header/TopMenu/index.tsx
diff --git a/components/Current/Header/TopMenu/topMenu.module.css b/apps/scandic-web/components/Current/Header/TopMenu/topMenu.module.css
similarity index 100%
rename from components/Current/Header/TopMenu/topMenu.module.css
rename to apps/scandic-web/components/Current/Header/TopMenu/topMenu.module.css
diff --git a/components/Current/Header/header.module.css b/apps/scandic-web/components/Current/Header/header.module.css
similarity index 100%
rename from components/Current/Header/header.module.css
rename to apps/scandic-web/components/Current/Header/header.module.css
diff --git a/components/Current/Header/index.tsx b/apps/scandic-web/components/Current/Header/index.tsx
similarity index 100%
rename from components/Current/Header/index.tsx
rename to apps/scandic-web/components/Current/Header/index.tsx
diff --git a/components/Current/Hero/hero.module.css b/apps/scandic-web/components/Current/Hero/hero.module.css
similarity index 100%
rename from components/Current/Hero/hero.module.css
rename to apps/scandic-web/components/Current/Hero/hero.module.css
diff --git a/components/Current/Hero/index.tsx b/apps/scandic-web/components/Current/Hero/index.tsx
similarity index 100%
rename from components/Current/Hero/index.tsx
rename to apps/scandic-web/components/Current/Hero/index.tsx
diff --git a/components/Current/LangPopup/index.tsx b/apps/scandic-web/components/Current/LangPopup/index.tsx
similarity index 100%
rename from components/Current/LangPopup/index.tsx
rename to apps/scandic-web/components/Current/LangPopup/index.tsx
diff --git a/components/Current/LoadingSpinner/index.tsx b/apps/scandic-web/components/Current/LoadingSpinner/index.tsx
similarity index 100%
rename from components/Current/LoadingSpinner/index.tsx
rename to apps/scandic-web/components/Current/LoadingSpinner/index.tsx
diff --git a/components/Current/LoadingSpinner/loading.module.css b/apps/scandic-web/components/Current/LoadingSpinner/loading.module.css
similarity index 100%
rename from components/Current/LoadingSpinner/loading.module.css
rename to apps/scandic-web/components/Current/LoadingSpinner/loading.module.css
diff --git a/components/Current/NotFound/Texts.ts b/apps/scandic-web/components/Current/NotFound/Texts.ts
similarity index 100%
rename from components/Current/NotFound/Texts.ts
rename to apps/scandic-web/components/Current/NotFound/Texts.ts
diff --git a/components/Current/NotFound/index.tsx b/apps/scandic-web/components/Current/NotFound/index.tsx
similarity index 100%
rename from components/Current/NotFound/index.tsx
rename to apps/scandic-web/components/Current/NotFound/index.tsx
diff --git a/components/Current/NotFound/notFound.module.css b/apps/scandic-web/components/Current/NotFound/notFound.module.css
similarity index 100%
rename from components/Current/NotFound/notFound.module.css
rename to apps/scandic-web/components/Current/NotFound/notFound.module.css
diff --git a/components/Current/Preamble/Breadcrumbs/breadcrumbs.module.css b/apps/scandic-web/components/Current/Preamble/Breadcrumbs/breadcrumbs.module.css
similarity index 100%
rename from components/Current/Preamble/Breadcrumbs/breadcrumbs.module.css
rename to apps/scandic-web/components/Current/Preamble/Breadcrumbs/breadcrumbs.module.css
diff --git a/components/Current/Preamble/Breadcrumbs/index.tsx b/apps/scandic-web/components/Current/Preamble/Breadcrumbs/index.tsx
similarity index 100%
rename from components/Current/Preamble/Breadcrumbs/index.tsx
rename to apps/scandic-web/components/Current/Preamble/Breadcrumbs/index.tsx
diff --git a/components/Current/Preamble/index.tsx b/apps/scandic-web/components/Current/Preamble/index.tsx
similarity index 100%
rename from components/Current/Preamble/index.tsx
rename to apps/scandic-web/components/Current/Preamble/index.tsx
diff --git a/components/Current/Preamble/preamble.module.css b/apps/scandic-web/components/Current/Preamble/preamble.module.css
similarity index 100%
rename from components/Current/Preamble/preamble.module.css
rename to apps/scandic-web/components/Current/Preamble/preamble.module.css
diff --git a/components/Current/Preamble/renderOptions.tsx b/apps/scandic-web/components/Current/Preamble/renderOptions.tsx
similarity index 100%
rename from components/Current/Preamble/renderOptions.tsx
rename to apps/scandic-web/components/Current/Preamble/renderOptions.tsx
diff --git a/components/Current/Section/index.tsx b/apps/scandic-web/components/Current/Section/index.tsx
similarity index 100%
rename from components/Current/Section/index.tsx
rename to apps/scandic-web/components/Current/Section/index.tsx
diff --git a/components/Current/Section/section.module.css b/apps/scandic-web/components/Current/Section/section.module.css
similarity index 100%
rename from components/Current/Section/section.module.css
rename to apps/scandic-web/components/Current/Section/section.module.css
diff --git a/components/Current/SubnavMobile.tsx b/apps/scandic-web/components/Current/SubnavMobile.tsx
similarity index 100%
rename from components/Current/SubnavMobile.tsx
rename to apps/scandic-web/components/Current/SubnavMobile.tsx
diff --git a/components/Current/Tracking.tsx b/apps/scandic-web/components/Current/Tracking.tsx
similarity index 100%
rename from components/Current/Tracking.tsx
rename to apps/scandic-web/components/Current/Tracking.tsx
diff --git a/components/Current/currentRenderOptions.module.css b/apps/scandic-web/components/Current/currentRenderOptions.module.css
similarity index 100%
rename from components/Current/currentRenderOptions.module.css
rename to apps/scandic-web/components/Current/currentRenderOptions.module.css
diff --git a/components/Current/currentRenderOptions.tsx b/apps/scandic-web/components/Current/currentRenderOptions.tsx
similarity index 100%
rename from components/Current/currentRenderOptions.tsx
rename to apps/scandic-web/components/Current/currentRenderOptions.tsx
diff --git a/components/DatePicker/Screen/Desktop.tsx b/apps/scandic-web/components/DatePicker/Screen/Desktop.tsx
similarity index 100%
rename from components/DatePicker/Screen/Desktop.tsx
rename to apps/scandic-web/components/DatePicker/Screen/Desktop.tsx
diff --git a/components/DatePicker/Screen/Mobile.tsx b/apps/scandic-web/components/DatePicker/Screen/Mobile.tsx
similarity index 100%
rename from components/DatePicker/Screen/Mobile.tsx
rename to apps/scandic-web/components/DatePicker/Screen/Mobile.tsx
diff --git a/components/DatePicker/Screen/desktop.module.css b/apps/scandic-web/components/DatePicker/Screen/desktop.module.css
similarity index 100%
rename from components/DatePicker/Screen/desktop.module.css
rename to apps/scandic-web/components/DatePicker/Screen/desktop.module.css
diff --git a/components/DatePicker/Screen/mobile.module.css b/apps/scandic-web/components/DatePicker/Screen/mobile.module.css
similarity index 100%
rename from components/DatePicker/Screen/mobile.module.css
rename to apps/scandic-web/components/DatePicker/Screen/mobile.module.css
diff --git a/components/DatePicker/date-picker.module.css b/apps/scandic-web/components/DatePicker/date-picker.module.css
similarity index 100%
rename from components/DatePicker/date-picker.module.css
rename to apps/scandic-web/components/DatePicker/date-picker.module.css
diff --git a/components/DatePicker/index.tsx b/apps/scandic-web/components/DatePicker/index.tsx
similarity index 100%
rename from components/DatePicker/index.tsx
rename to apps/scandic-web/components/DatePicker/index.tsx
diff --git a/components/DeprecatedJsonToHtml/index.tsx b/apps/scandic-web/components/DeprecatedJsonToHtml/index.tsx
similarity index 100%
rename from components/DeprecatedJsonToHtml/index.tsx
rename to apps/scandic-web/components/DeprecatedJsonToHtml/index.tsx
diff --git a/components/DeprecatedJsonToHtml/jsontohtml.module.css b/apps/scandic-web/components/DeprecatedJsonToHtml/jsontohtml.module.css
similarity index 100%
rename from components/DeprecatedJsonToHtml/jsontohtml.module.css
rename to apps/scandic-web/components/DeprecatedJsonToHtml/jsontohtml.module.css
diff --git a/components/DeprecatedJsonToHtml/renderOptions.tsx b/apps/scandic-web/components/DeprecatedJsonToHtml/renderOptions.tsx
similarity index 100%
rename from components/DeprecatedJsonToHtml/renderOptions.tsx
rename to apps/scandic-web/components/DeprecatedJsonToHtml/renderOptions.tsx
diff --git a/components/DeprecatedJsonToHtml/utils.tsx b/apps/scandic-web/components/DeprecatedJsonToHtml/utils.tsx
similarity index 100%
rename from components/DeprecatedJsonToHtml/utils.tsx
rename to apps/scandic-web/components/DeprecatedJsonToHtml/utils.tsx
diff --git a/components/Dialog/dialog.module.css b/apps/scandic-web/components/Dialog/dialog.module.css
similarity index 100%
rename from components/Dialog/dialog.module.css
rename to apps/scandic-web/components/Dialog/dialog.module.css
diff --git a/components/Dialog/index.tsx b/apps/scandic-web/components/Dialog/index.tsx
similarity index 100%
rename from components/Dialog/index.tsx
rename to apps/scandic-web/components/Dialog/index.tsx
diff --git a/components/Footer/Details/SocialLink/index.tsx b/apps/scandic-web/components/Footer/Details/SocialLink/index.tsx
similarity index 100%
rename from components/Footer/Details/SocialLink/index.tsx
rename to apps/scandic-web/components/Footer/Details/SocialLink/index.tsx
diff --git a/components/Footer/Details/details.module.css b/apps/scandic-web/components/Footer/Details/details.module.css
similarity index 100%
rename from components/Footer/Details/details.module.css
rename to apps/scandic-web/components/Footer/Details/details.module.css
diff --git a/components/Footer/Details/index.tsx b/apps/scandic-web/components/Footer/Details/index.tsx
similarity index 100%
rename from components/Footer/Details/index.tsx
rename to apps/scandic-web/components/Footer/Details/index.tsx
diff --git a/components/Footer/Navigation/MainNav/index.tsx b/apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx
similarity index 100%
rename from components/Footer/Navigation/MainNav/index.tsx
rename to apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx
diff --git a/components/Footer/Navigation/MainNav/mainnav.module.css b/apps/scandic-web/components/Footer/Navigation/MainNav/mainnav.module.css
similarity index 100%
rename from components/Footer/Navigation/MainNav/mainnav.module.css
rename to apps/scandic-web/components/Footer/Navigation/MainNav/mainnav.module.css
diff --git a/components/Footer/Navigation/SecondaryNav/index.tsx b/apps/scandic-web/components/Footer/Navigation/SecondaryNav/index.tsx
similarity index 100%
rename from components/Footer/Navigation/SecondaryNav/index.tsx
rename to apps/scandic-web/components/Footer/Navigation/SecondaryNav/index.tsx
diff --git a/components/Footer/Navigation/SecondaryNav/secondarynav.module.css b/apps/scandic-web/components/Footer/Navigation/SecondaryNav/secondarynav.module.css
similarity index 100%
rename from components/Footer/Navigation/SecondaryNav/secondarynav.module.css
rename to apps/scandic-web/components/Footer/Navigation/SecondaryNav/secondarynav.module.css
diff --git a/components/Footer/Navigation/index.tsx b/apps/scandic-web/components/Footer/Navigation/index.tsx
similarity index 100%
rename from components/Footer/Navigation/index.tsx
rename to apps/scandic-web/components/Footer/Navigation/index.tsx
diff --git a/components/Footer/Navigation/navigation.module.css b/apps/scandic-web/components/Footer/Navigation/navigation.module.css
similarity index 100%
rename from components/Footer/Navigation/navigation.module.css
rename to apps/scandic-web/components/Footer/Navigation/navigation.module.css
diff --git a/components/Footer/index.tsx b/apps/scandic-web/components/Footer/index.tsx
similarity index 100%
rename from components/Footer/index.tsx
rename to apps/scandic-web/components/Footer/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/BookingCode/TabletCodeInput/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/TabletCodeInput/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/BookingCode/TabletCodeInput/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/TabletCodeInput/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/BookingCode/booking-code.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/booking-code.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/BookingCode/booking-code.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/booking-code.module.css
diff --git a/components/Forms/BookingWidget/FormContent/BookingCode/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/BookingCode/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/BookingCode/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Input/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Input/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Input/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Input/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Input/input.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Input/input.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Input/input.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Input/input.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/button.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/button.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/button.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/button.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/variants.ts b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/variants.ts
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/variants.ts
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/ClearSearchButton/variants.ts
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/dialog.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/dialog.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/dialog.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/dialog.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants.ts b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants.ts
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants.ts
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/Dialog/variants.ts
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/Label.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/Label.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/Label.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/Label.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/listItem.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/listItem.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/listItem.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/listItem.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/variants.ts b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/variants.ts
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/variants.ts
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/ListItem/variants.ts
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/List/list.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/list.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/List/list.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/List/list.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/SearchList/searchList.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/searchList.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/SearchList/searchList.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/SearchList/searchList.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Search/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Search/reducer.ts b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/reducer.ts
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/reducer.ts
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/reducer.ts
diff --git a/components/Forms/BookingWidget/FormContent/Search/search.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/search.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Search/search.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Search/search.module.css
diff --git a/components/Forms/BookingWidget/FormContent/Voucher/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Voucher/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Voucher/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Voucher/index.tsx
diff --git a/components/Forms/BookingWidget/FormContent/Voucher/voucher.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/Voucher/voucher.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/Voucher/voucher.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/Voucher/voucher.module.css
diff --git a/components/Forms/BookingWidget/FormContent/formContent.module.css b/apps/scandic-web/components/Forms/BookingWidget/FormContent/formContent.module.css
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/formContent.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/formContent.module.css
diff --git a/components/Forms/BookingWidget/FormContent/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/FormContent/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/FormContent/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/FormContent/index.tsx
diff --git a/components/Forms/BookingWidget/form.module.css b/apps/scandic-web/components/Forms/BookingWidget/form.module.css
similarity index 100%
rename from components/Forms/BookingWidget/form.module.css
rename to apps/scandic-web/components/Forms/BookingWidget/form.module.css
diff --git a/components/Forms/BookingWidget/index.tsx b/apps/scandic-web/components/Forms/BookingWidget/index.tsx
similarity index 100%
rename from components/Forms/BookingWidget/index.tsx
rename to apps/scandic-web/components/Forms/BookingWidget/index.tsx
diff --git a/components/Forms/BookingWidget/schema.ts b/apps/scandic-web/components/Forms/BookingWidget/schema.ts
similarity index 100%
rename from components/Forms/BookingWidget/schema.ts
rename to apps/scandic-web/components/Forms/BookingWidget/schema.ts
diff --git a/components/Forms/BookingWidget/variants.ts b/apps/scandic-web/components/Forms/BookingWidget/variants.ts
similarity index 100%
rename from components/Forms/BookingWidget/variants.ts
rename to apps/scandic-web/components/Forms/BookingWidget/variants.ts
diff --git a/components/Forms/Edit/Profile/FormContent/formContent.module.css b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/formContent.module.css
similarity index 100%
rename from components/Forms/Edit/Profile/FormContent/formContent.module.css
rename to apps/scandic-web/components/Forms/Edit/Profile/FormContent/formContent.module.css
diff --git a/components/Forms/Edit/Profile/FormContent/index.tsx b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx
similarity index 100%
rename from components/Forms/Edit/Profile/FormContent/index.tsx
rename to apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx
diff --git a/components/Forms/Edit/Profile/form.module.css b/apps/scandic-web/components/Forms/Edit/Profile/form.module.css
similarity index 100%
rename from components/Forms/Edit/Profile/form.module.css
rename to apps/scandic-web/components/Forms/Edit/Profile/form.module.css
diff --git a/components/Forms/Edit/Profile/index.tsx b/apps/scandic-web/components/Forms/Edit/Profile/index.tsx
similarity index 100%
rename from components/Forms/Edit/Profile/index.tsx
rename to apps/scandic-web/components/Forms/Edit/Profile/index.tsx
diff --git a/components/Forms/Edit/Profile/schema.ts b/apps/scandic-web/components/Forms/Edit/Profile/schema.ts
similarity index 100%
rename from components/Forms/Edit/Profile/schema.ts
rename to apps/scandic-web/components/Forms/Edit/Profile/schema.ts
diff --git a/components/Forms/Signup/form.module.css b/apps/scandic-web/components/Forms/Signup/form.module.css
similarity index 100%
rename from components/Forms/Signup/form.module.css
rename to apps/scandic-web/components/Forms/Signup/form.module.css
diff --git a/components/Forms/Signup/index.tsx b/apps/scandic-web/components/Forms/Signup/index.tsx
similarity index 99%
rename from components/Forms/Signup/index.tsx
rename to apps/scandic-web/components/Forms/Signup/index.tsx
index 0a4e67341..5828b1178 100644
--- a/components/Forms/Signup/index.tsx
+++ b/apps/scandic-web/components/Forms/Signup/index.tsx
@@ -163,7 +163,7 @@ export default function SignupForm({ title }: SignUpFormProps) {
{/* TODO: Update copy once ready */}
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "By accepting the Terms and Conditions for Scandic Friends I understand that my personal data will be processed in accordance with Scandic's Privacy Policy .",
},
diff --git a/components/Forms/Signup/schema.ts b/apps/scandic-web/components/Forms/Signup/schema.ts
similarity index 100%
rename from components/Forms/Signup/schema.ts
rename to apps/scandic-web/components/Forms/Signup/schema.ts
diff --git a/components/GuestsRoomsPicker/AdultSelector/adult-selector.module.css b/apps/scandic-web/components/GuestsRoomsPicker/AdultSelector/adult-selector.module.css
similarity index 100%
rename from components/GuestsRoomsPicker/AdultSelector/adult-selector.module.css
rename to apps/scandic-web/components/GuestsRoomsPicker/AdultSelector/adult-selector.module.css
diff --git a/components/GuestsRoomsPicker/AdultSelector/index.tsx b/apps/scandic-web/components/GuestsRoomsPicker/AdultSelector/index.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/AdultSelector/index.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/AdultSelector/index.tsx
diff --git a/components/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx b/apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/ChildInfoSelector.tsx
diff --git a/components/GuestsRoomsPicker/ChildSelector/child-selector.module.css b/apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/child-selector.module.css
similarity index 100%
rename from components/GuestsRoomsPicker/ChildSelector/child-selector.module.css
rename to apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/child-selector.module.css
diff --git a/components/GuestsRoomsPicker/ChildSelector/index.tsx b/apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/index.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/ChildSelector/index.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/ChildSelector/index.tsx
diff --git a/components/GuestsRoomsPicker/Counter/counter.module.css b/apps/scandic-web/components/GuestsRoomsPicker/Counter/counter.module.css
similarity index 100%
rename from components/GuestsRoomsPicker/Counter/counter.module.css
rename to apps/scandic-web/components/GuestsRoomsPicker/Counter/counter.module.css
diff --git a/components/GuestsRoomsPicker/Counter/index.tsx b/apps/scandic-web/components/GuestsRoomsPicker/Counter/index.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/Counter/index.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/Counter/index.tsx
diff --git a/components/GuestsRoomsPicker/Form.tsx b/apps/scandic-web/components/GuestsRoomsPicker/Form.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/Form.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/Form.tsx
diff --git a/components/GuestsRoomsPicker/GuestsRoom/index.tsx b/apps/scandic-web/components/GuestsRoomsPicker/GuestsRoom/index.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/GuestsRoom/index.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/GuestsRoom/index.tsx
diff --git a/components/GuestsRoomsPicker/guests-rooms-picker.module.css b/apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css
similarity index 100%
rename from components/GuestsRoomsPicker/guests-rooms-picker.module.css
rename to apps/scandic-web/components/GuestsRoomsPicker/guests-rooms-picker.module.css
diff --git a/components/GuestsRoomsPicker/index.tsx b/apps/scandic-web/components/GuestsRoomsPicker/index.tsx
similarity index 100%
rename from components/GuestsRoomsPicker/index.tsx
rename to apps/scandic-web/components/GuestsRoomsPicker/index.tsx
diff --git a/components/Header/HeaderLink/headerLink.module.css b/apps/scandic-web/components/Header/HeaderLink/headerLink.module.css
similarity index 100%
rename from components/Header/HeaderLink/headerLink.module.css
rename to apps/scandic-web/components/Header/HeaderLink/headerLink.module.css
diff --git a/components/Header/HeaderLink/index.tsx b/apps/scandic-web/components/Header/HeaderLink/index.tsx
similarity index 100%
rename from components/Header/HeaderLink/index.tsx
rename to apps/scandic-web/components/Header/HeaderLink/index.tsx
diff --git a/components/Header/MainMenu/Avatar/avatar.module.css b/apps/scandic-web/components/Header/MainMenu/Avatar/avatar.module.css
similarity index 100%
rename from components/Header/MainMenu/Avatar/avatar.module.css
rename to apps/scandic-web/components/Header/MainMenu/Avatar/avatar.module.css
diff --git a/components/Header/MainMenu/Avatar/index.tsx b/apps/scandic-web/components/Header/MainMenu/Avatar/index.tsx
similarity index 100%
rename from components/Header/MainMenu/Avatar/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/Avatar/index.tsx
diff --git a/components/Header/MainMenu/MainMenuButton/index.tsx b/apps/scandic-web/components/Header/MainMenu/MainMenuButton/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MainMenuButton/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MainMenuButton/index.tsx
diff --git a/components/Header/MainMenu/MainMenuButton/menuButton.module.css b/apps/scandic-web/components/Header/MainMenu/MainMenuButton/menuButton.module.css
similarity index 100%
rename from components/Header/MainMenu/MainMenuButton/menuButton.module.css
rename to apps/scandic-web/components/Header/MainMenu/MainMenuButton/menuButton.module.css
diff --git a/components/Header/MainMenu/MobileMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MobileMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MobileMenu/index.tsx
diff --git a/components/Header/MainMenu/MobileMenu/mobileMenu.module.css b/apps/scandic-web/components/Header/MainMenu/MobileMenu/mobileMenu.module.css
similarity index 100%
rename from components/Header/MainMenu/MobileMenu/mobileMenu.module.css
rename to apps/scandic-web/components/Header/MainMenu/MobileMenu/mobileMenu.module.css
diff --git a/components/Header/MainMenu/MobileMenuWrapper/index.tsx b/apps/scandic-web/components/Header/MainMenu/MobileMenuWrapper/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MobileMenuWrapper/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MobileMenuWrapper/index.tsx
diff --git a/components/Header/MainMenu/MyPagesMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenu/index.tsx
diff --git a/components/Header/MainMenu/MyPagesMenu/myPagesMenu.module.css b/apps/scandic-web/components/Header/MainMenu/MyPagesMenu/myPagesMenu.module.css
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenu/myPagesMenu.module.css
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenu/myPagesMenu.module.css
diff --git a/components/Header/MainMenu/MyPagesMenuContent/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenuContent/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/index.tsx
diff --git a/components/Header/MainMenu/MyPagesMenuContent/myPagesMenuContent.module.css b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/myPagesMenuContent.module.css
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenuContent/myPagesMenuContent.module.css
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenuContent/myPagesMenuContent.module.css
diff --git a/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/index.tsx
diff --git a/components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css b/apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css
similarity index 100%
rename from components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMenuWrapper/myPagesMenuWrapper.module.css
diff --git a/components/Header/MainMenu/MyPagesMobileMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/MyPagesMobileMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/index.tsx
diff --git a/components/Header/MainMenu/MyPagesMobileMenu/myPagesMobileMenu.module.css b/apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/myPagesMobileMenu.module.css
similarity index 100%
rename from components/Header/MainMenu/MyPagesMobileMenu/myPagesMobileMenu.module.css
rename to apps/scandic-web/components/Header/MainMenu/MyPagesMobileMenu/myPagesMobileMenu.module.css
diff --git a/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx
diff --git a/components/Header/MainMenu/NavigationMenu/MegaMenu/megaMenu.module.css b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/megaMenu.module.css
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/MegaMenu/megaMenu.module.css
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/megaMenu.module.css
diff --git a/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/index.tsx
diff --git a/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/navigationMenuItem.module.css b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/navigationMenuItem.module.css
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/NavigationMenuItem/navigationMenuItem.module.css
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuItem/navigationMenuItem.module.css
diff --git a/components/Header/MainMenu/NavigationMenu/NavigationMenuList/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuList/index.tsx
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/NavigationMenuList/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuList/index.tsx
diff --git a/components/Header/MainMenu/NavigationMenu/NavigationMenuList/navigationMenuList.module.css b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuList/navigationMenuList.module.css
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/NavigationMenuList/navigationMenuList.module.css
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/NavigationMenuList/navigationMenuList.module.css
diff --git a/components/Header/MainMenu/NavigationMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/NavigationMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/NavigationMenu/index.tsx
diff --git a/components/Header/MainMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/index.tsx
similarity index 100%
rename from components/Header/MainMenu/index.tsx
rename to apps/scandic-web/components/Header/MainMenu/index.tsx
diff --git a/components/Header/MainMenu/mainMenu.module.css b/apps/scandic-web/components/Header/MainMenu/mainMenu.module.css
similarity index 100%
rename from components/Header/MainMenu/mainMenu.module.css
rename to apps/scandic-web/components/Header/MainMenu/mainMenu.module.css
diff --git a/components/Header/TopLink/index.tsx b/apps/scandic-web/components/Header/TopLink/index.tsx
similarity index 100%
rename from components/Header/TopLink/index.tsx
rename to apps/scandic-web/components/Header/TopLink/index.tsx
diff --git a/components/Header/TopMenu/index.tsx b/apps/scandic-web/components/Header/TopMenu/index.tsx
similarity index 100%
rename from components/Header/TopMenu/index.tsx
rename to apps/scandic-web/components/Header/TopMenu/index.tsx
diff --git a/components/Header/TopMenu/topMenu.module.css b/apps/scandic-web/components/Header/TopMenu/topMenu.module.css
similarity index 100%
rename from components/Header/TopMenu/topMenu.module.css
rename to apps/scandic-web/components/Header/TopMenu/topMenu.module.css
diff --git a/components/Header/header.module.css b/apps/scandic-web/components/Header/header.module.css
similarity index 100%
rename from components/Header/header.module.css
rename to apps/scandic-web/components/Header/header.module.css
diff --git a/components/Header/index.tsx b/apps/scandic-web/components/Header/index.tsx
similarity index 100%
rename from components/Header/index.tsx
rename to apps/scandic-web/components/Header/index.tsx
diff --git a/components/Hero/hero.module.css b/apps/scandic-web/components/Hero/hero.module.css
similarity index 100%
rename from components/Hero/hero.module.css
rename to apps/scandic-web/components/Hero/hero.module.css
diff --git a/components/Hero/hero.ts b/apps/scandic-web/components/Hero/hero.ts
similarity index 100%
rename from components/Hero/hero.ts
rename to apps/scandic-web/components/Hero/hero.ts
diff --git a/components/Hero/index.tsx b/apps/scandic-web/components/Hero/index.tsx
similarity index 100%
rename from components/Hero/index.tsx
rename to apps/scandic-web/components/Hero/index.tsx
diff --git a/components/HotelFilterAndSort/Filter/Checkbox/checkbox.module.css b/apps/scandic-web/components/HotelFilterAndSort/Filter/Checkbox/checkbox.module.css
similarity index 100%
rename from components/HotelFilterAndSort/Filter/Checkbox/checkbox.module.css
rename to apps/scandic-web/components/HotelFilterAndSort/Filter/Checkbox/checkbox.module.css
diff --git a/components/HotelFilterAndSort/Filter/Checkbox/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/Filter/Checkbox/index.tsx
similarity index 100%
rename from components/HotelFilterAndSort/Filter/Checkbox/index.tsx
rename to apps/scandic-web/components/HotelFilterAndSort/Filter/Checkbox/index.tsx
diff --git a/components/HotelFilterAndSort/Filter/filter.module.css b/apps/scandic-web/components/HotelFilterAndSort/Filter/filter.module.css
similarity index 100%
rename from components/HotelFilterAndSort/Filter/filter.module.css
rename to apps/scandic-web/components/HotelFilterAndSort/Filter/filter.module.css
diff --git a/components/HotelFilterAndSort/Filter/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx
similarity index 100%
rename from components/HotelFilterAndSort/Filter/index.tsx
rename to apps/scandic-web/components/HotelFilterAndSort/Filter/index.tsx
diff --git a/components/HotelFilterAndSort/Sort/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx
similarity index 100%
rename from components/HotelFilterAndSort/Sort/index.tsx
rename to apps/scandic-web/components/HotelFilterAndSort/Sort/index.tsx
diff --git a/components/HotelFilterAndSort/hotelFilterAndSort.module.css b/apps/scandic-web/components/HotelFilterAndSort/hotelFilterAndSort.module.css
similarity index 100%
rename from components/HotelFilterAndSort/hotelFilterAndSort.module.css
rename to apps/scandic-web/components/HotelFilterAndSort/hotelFilterAndSort.module.css
diff --git a/components/HotelFilterAndSort/index.tsx b/apps/scandic-web/components/HotelFilterAndSort/index.tsx
similarity index 100%
rename from components/HotelFilterAndSort/index.tsx
rename to apps/scandic-web/components/HotelFilterAndSort/index.tsx
diff --git a/components/HotelReservation/AddToCalendar/index.tsx b/apps/scandic-web/components/HotelReservation/AddToCalendar/index.tsx
similarity index 100%
rename from components/HotelReservation/AddToCalendar/index.tsx
rename to apps/scandic-web/components/HotelReservation/AddToCalendar/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Confirmation/confirmation.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Confirmation/confirmation.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Confirmation/confirmation.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Confirmation/confirmation.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Confirmation/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Confirmation/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Confirmation/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Confirmation/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/AddToCalendarButton.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Header/Actions/DownloadInvoice.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/DownloadInvoice.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Header/Actions/DownloadInvoice.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/DownloadInvoice.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Header/Actions/ManageBooking.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/ManageBooking.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Header/Actions/ManageBooking.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/ManageBooking.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Header/Actions/helpers.ts b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/helpers.ts
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Header/Actions/helpers.ts
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/Actions/helpers.ts
diff --git a/components/HotelReservation/BookingConfirmation/Header/header.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/header.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Header/header.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/header.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Header/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/index.tsx
similarity index 98%
rename from components/HotelReservation/BookingConfirmation/Header/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/index.tsx
index a6873dfc8..98537fefd 100644
--- a/components/HotelReservation/BookingConfirmation/Header/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Header/index.tsx
@@ -25,7 +25,7 @@ export default function Header({
}: BookingConfirmationHeaderProps) {
const intl = useIntl()
- const text = intl.formatMessage(
+ const text = intl.formatMessage(
{
id: "Thank you for booking with us! We look forward to welcoming you and hope you have a pleasant stay. If you have any questions or need to make changes to your reservation, please contact us. ",
},
diff --git a/components/HotelReservation/BookingConfirmation/HotelDetails/hotelDetails.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/HotelDetails/hotelDetails.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/HotelDetails/hotelDetails.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/HotelDetails/hotelDetails.module.css
diff --git a/components/HotelReservation/BookingConfirmation/HotelDetails/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/HotelDetails/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/HotelDetails/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/HotelDetails/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/PaymentDetails/paymentDetails.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Promos/Promo/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/Promo/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Promos/Promo/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/Promo/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Promos/Promo/promo.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/Promo/promo.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Promos/Promo/promo.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/Promo/promo.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Promos/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Promos/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Promos/promos.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/promos.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Promos/promos.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Promos/promos.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Receipt/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Receipt/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Receipt/receipt.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/receipt.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Receipt/receipt.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Receipt/receipt.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/linkedReservation.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/linkedReservation.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/linkedReservation.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/LinkedReservation/linkedReservation.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/Room/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/Room/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/Room/room.module.css
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/index.tsx
diff --git a/components/HotelReservation/BookingConfirmation/Rooms/rooms.module.css b/apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/rooms.module.css
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/Rooms/rooms.module.css
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/Rooms/rooms.module.css
diff --git a/components/HotelReservation/BookingConfirmation/index.tsx b/apps/scandic-web/components/HotelReservation/BookingConfirmation/index.tsx
similarity index 100%
rename from components/HotelReservation/BookingConfirmation/index.tsx
rename to apps/scandic-web/components/HotelReservation/BookingConfirmation/index.tsx
diff --git a/components/HotelReservation/Contact/contact.module.css b/apps/scandic-web/components/HotelReservation/Contact/contact.module.css
similarity index 100%
rename from components/HotelReservation/Contact/contact.module.css
rename to apps/scandic-web/components/HotelReservation/Contact/contact.module.css
diff --git a/components/HotelReservation/Contact/index.tsx b/apps/scandic-web/components/HotelReservation/Contact/index.tsx
similarity index 100%
rename from components/HotelReservation/Contact/index.tsx
rename to apps/scandic-web/components/HotelReservation/Contact/index.tsx
diff --git a/components/HotelReservation/EnterDetails/BedType/BedTypeInfo/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/BedType/BedTypeInfo/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/BedType/BedTypeInfo/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/BedType/BedTypeInfo/index.tsx
diff --git a/components/HotelReservation/EnterDetails/BedType/bedOptions.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/BedType/bedOptions.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/BedType/bedOptions.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/BedType/bedOptions.module.css
diff --git a/components/HotelReservation/EnterDetails/BedType/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/BedType/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/BedType/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/BedType/index.tsx
diff --git a/components/HotelReservation/EnterDetails/BedType/schema.ts b/apps/scandic-web/components/HotelReservation/EnterDetails/BedType/schema.ts
similarity index 100%
rename from components/HotelReservation/EnterDetails/BedType/schema.ts
rename to apps/scandic-web/components/HotelReservation/EnterDetails/BedType/schema.ts
diff --git a/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/ancillaryChoiceCard.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/ancillaryChoiceCard.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/ancillaryChoiceCard.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/ancillaryChoiceCard.module.css
diff --git a/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/BreakfastChoiceCard/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Breakfast/breakfast.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/breakfast.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Breakfast/breakfast.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/breakfast.module.css
diff --git a/components/HotelReservation/EnterDetails/Breakfast/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Breakfast/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Breakfast/schema.ts b/apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/schema.ts
similarity index 100%
rename from components/HotelReservation/EnterDetails/Breakfast/schema.ts
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Breakfast/schema.ts
diff --git a/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx
similarity index 98%
rename from components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx
index 5786a9d39..efabb48c4 100644
--- a/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/index.tsx
@@ -87,7 +87,7 @@ export default function JoinScandicFriendsCard({
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "By signing up you accept the Scandic Friends Terms and Conditions . Your membership is valid until further notice, and you can terminate your membership at any time by sending an email to Scandic's customer service",
},
diff --git a/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/joinScandicFriendsCard.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/joinScandicFriendsCard.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/joinScandicFriendsCard.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/JoinScandicFriendsCard/joinScandicFriendsCard.module.css
diff --git a/components/HotelReservation/EnterDetails/Details/MemberPriceModal/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/MemberPriceModal/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/MemberPriceModal/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/MemberPriceModal/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Details/MemberPriceModal/modal.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/MemberPriceModal/modal.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/MemberPriceModal/modal.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/MemberPriceModal/modal.module.css
diff --git a/components/HotelReservation/EnterDetails/Details/Signup/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Signup/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/Signup/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/Signup/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Details/Signup/signup.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/Signup/signup.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/Signup/signup.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/Signup/signup.module.css
diff --git a/components/HotelReservation/EnterDetails/Details/SpecialRequests/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/SpecialRequests/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/SpecialRequests/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/SpecialRequests/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Details/SpecialRequests/specialRequests.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/SpecialRequests/specialRequests.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/SpecialRequests/specialRequests.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/SpecialRequests/specialRequests.module.css
diff --git a/components/HotelReservation/EnterDetails/Details/details.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/details.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/details.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/details.module.css
diff --git a/components/HotelReservation/EnterDetails/Details/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Details/schema.ts b/apps/scandic-web/components/HotelReservation/EnterDetails/Details/schema.ts
similarity index 100%
rename from components/HotelReservation/EnterDetails/Details/schema.ts
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Details/schema.ts
diff --git a/components/HotelReservation/EnterDetails/Header/ToggleSidePeek.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Header/ToggleSidePeek.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Header/ToggleSidePeek.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Header/ToggleSidePeek.tsx
diff --git a/components/HotelReservation/EnterDetails/Header/header.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Header/header.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Header/header.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Header/header.module.css
diff --git a/components/HotelReservation/EnterDetails/Header/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Header/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Header/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Header/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/guaranteeDetails.module.css
diff --git a/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/GuaranteeDetails/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Payment/PaymentCallback/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentCallback/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/PaymentCallback/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentCallback/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx
similarity index 99%
rename from components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx
index d41262981..87d2022e1 100644
--- a/components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx
+++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentClient.tsx
@@ -398,7 +398,7 @@ export default function PaymentClient({
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "By paying with any of the payment methods available, I accept the terms for this booking and the general Terms & Conditions , and understand that Scandic will process my personal data for this booking in accordance with Scandic's Privacy policy . I also accept that Scandic require a valid credit card during my visit in case anything is left unpaid.",
},
diff --git a/components/HotelReservation/EnterDetails/Payment/PaymentOption/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/PaymentOption/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.module.css
diff --git a/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.ts b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.ts
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.ts
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/PaymentOption/paymentOption.ts
diff --git a/components/HotelReservation/EnterDetails/Payment/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Payment/payment.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/payment.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/payment.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/payment.module.css
diff --git a/components/HotelReservation/EnterDetails/Payment/schema.ts b/apps/scandic-web/components/HotelReservation/EnterDetails/Payment/schema.ts
similarity index 100%
rename from components/HotelReservation/EnterDetails/Payment/schema.ts
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Payment/schema.ts
diff --git a/components/HotelReservation/EnterDetails/PriceChangeDialog/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/PriceChangeDialog/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/PriceChangeDialog/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/PriceChangeDialog/index.tsx
diff --git a/components/HotelReservation/EnterDetails/PriceChangeDialog/priceChangeDialog.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/PriceChangeDialog/priceChangeDialog.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/PriceChangeDialog/priceChangeDialog.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/PriceChangeDialog/priceChangeDialog.module.css
diff --git a/components/HotelReservation/EnterDetails/SectionAccordion/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/SectionAccordion/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/SectionAccordion/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/SectionAccordion/index.tsx
diff --git a/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/SectionAccordion/sectionAccordion.module.css
diff --git a/components/HotelReservation/EnterDetails/SelectedRoom/ToggleSidePeek.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/ToggleSidePeek.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/SelectedRoom/ToggleSidePeek.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/ToggleSidePeek.tsx
diff --git a/components/HotelReservation/EnterDetails/SelectedRoom/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/index.tsx
similarity index 98%
rename from components/HotelReservation/EnterDetails/SelectedRoom/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/index.tsx
index e9c28348a..c250ffc20 100644
--- a/components/HotelReservation/EnterDetails/SelectedRoom/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/index.tsx
@@ -63,7 +63,7 @@ export default function SelectedRoom({
className={styles.description}
color="uiTextHighContrast"
>
- {intl.formatMessage(
+ {intl.formatMessage(
{ id: "{roomType} {rateDescription} " },
{
roomType: roomType,
diff --git a/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/SelectedRoom/selectedRoom.module.css
diff --git a/components/HotelReservation/EnterDetails/StorageCleaner.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/StorageCleaner.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/StorageCleaner.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/StorageCleaner.tsx
diff --git a/components/HotelReservation/EnterDetails/Summary/Desktop.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Desktop.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/Desktop.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Desktop.tsx
diff --git a/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/bottomSheet.module.css
diff --git a/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/BottomSheet/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Summary/Mobile/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/index.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/Mobile/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/index.tsx
diff --git a/components/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/Mobile/mobile.module.css
diff --git a/components/HotelReservation/EnterDetails/Summary/UI/index.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/UI/index.tsx
similarity index 99%
rename from components/HotelReservation/EnterDetails/Summary/UI/index.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/UI/index.tsx
index d9251ff2a..b80612c1c 100644
--- a/components/HotelReservation/EnterDetails/Summary/UI/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/UI/index.tsx
@@ -344,7 +344,7 @@ export default function SummaryUI({
- {intl.formatMessage(
+ {intl.formatMessage(
{ id: "Total price (incl VAT)" },
{ b: (str) => {str} }
)}
diff --git a/components/HotelReservation/EnterDetails/Summary/UI/ui.module.css b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/UI/ui.module.css
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/UI/ui.module.css
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/UI/ui.module.css
diff --git a/components/HotelReservation/EnterDetails/Summary/summary.test.tsx b/apps/scandic-web/components/HotelReservation/EnterDetails/Summary/summary.test.tsx
similarity index 100%
rename from components/HotelReservation/EnterDetails/Summary/summary.test.tsx
rename to apps/scandic-web/components/HotelReservation/EnterDetails/Summary/summary.test.tsx
diff --git a/components/HotelReservation/HotelCard/HotelCardSkeleton.module.css b/apps/scandic-web/components/HotelReservation/HotelCard/HotelCardSkeleton.module.css
similarity index 100%
rename from components/HotelReservation/HotelCard/HotelCardSkeleton.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCard/HotelCardSkeleton.module.css
diff --git a/components/HotelReservation/HotelCard/HotelCardSkeleton.tsx b/apps/scandic-web/components/HotelReservation/HotelCard/HotelCardSkeleton.tsx
similarity index 100%
rename from components/HotelReservation/HotelCard/HotelCardSkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCard/HotelCardSkeleton.tsx
diff --git a/components/HotelReservation/HotelCard/HotelPriceCard/hotelPriceCard.module.css b/apps/scandic-web/components/HotelReservation/HotelCard/HotelPriceCard/hotelPriceCard.module.css
similarity index 100%
rename from components/HotelReservation/HotelCard/HotelPriceCard/hotelPriceCard.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCard/HotelPriceCard/hotelPriceCard.module.css
diff --git a/components/HotelReservation/HotelCard/HotelPriceCard/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCard/HotelPriceCard/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCard/HotelPriceCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCard/HotelPriceCard/index.tsx
diff --git a/components/HotelReservation/HotelCard/NoPriceAvailableCard/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCard/NoPriceAvailableCard/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCard/NoPriceAvailableCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCard/NoPriceAvailableCard/index.tsx
diff --git a/components/HotelReservation/HotelCard/NoPriceAvailableCard/noPriceAvailable.module.css b/apps/scandic-web/components/HotelReservation/HotelCard/NoPriceAvailableCard/noPriceAvailable.module.css
similarity index 100%
rename from components/HotelReservation/HotelCard/NoPriceAvailableCard/noPriceAvailable.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCard/NoPriceAvailableCard/noPriceAvailable.module.css
diff --git a/components/HotelReservation/HotelCard/hotelCard.module.css b/apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css
similarity index 100%
rename from components/HotelReservation/HotelCard/hotelCard.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCard/hotelCard.module.css
diff --git a/components/HotelReservation/HotelCard/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCard/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCard/index.tsx
diff --git a/components/HotelReservation/HotelCard/variants.ts b/apps/scandic-web/components/HotelReservation/HotelCard/variants.ts
similarity index 100%
rename from components/HotelReservation/HotelCard/variants.ts
rename to apps/scandic-web/components/HotelReservation/HotelCard/variants.ts
diff --git a/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/hotelCardDialogImage.module.css b/apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/hotelCardDialogImage.module.css
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/HotelCardDialogImage/hotelCardDialogImage.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/hotelCardDialogImage.module.css
diff --git a/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/HotelCardDialogImage/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/index.tsx
diff --git a/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/variants.ts b/apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/variants.ts
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/HotelCardDialogImage/variants.ts
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/HotelCardDialogImage/variants.ts
diff --git a/components/HotelReservation/HotelCardDialog/ListingHotelCardDialog/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardDialog/ListingHotelCardDialog/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/ListingHotelCardDialog/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/ListingHotelCardDialog/index.tsx
diff --git a/components/HotelReservation/HotelCardDialog/StandaloneHotelCardDialog/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardDialog/StandaloneHotelCardDialog/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/StandaloneHotelCardDialog/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/StandaloneHotelCardDialog/index.tsx
diff --git a/components/HotelReservation/HotelCardDialog/hotelCardDialog.module.css b/apps/scandic-web/components/HotelReservation/HotelCardDialog/hotelCardDialog.module.css
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/hotelCardDialog.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/hotelCardDialog.module.css
diff --git a/components/HotelReservation/HotelCardDialog/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardDialog/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardDialog/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardDialog/index.tsx
diff --git a/components/HotelReservation/HotelCardDialogListing/hotelCardDialogListing.module.css b/apps/scandic-web/components/HotelReservation/HotelCardDialogListing/hotelCardDialogListing.module.css
similarity index 100%
rename from components/HotelReservation/HotelCardDialogListing/hotelCardDialogListing.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCardDialogListing/hotelCardDialogListing.module.css
diff --git a/components/HotelReservation/HotelCardDialogListing/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardDialogListing/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardDialogListing/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardDialogListing/index.tsx
diff --git a/components/HotelReservation/HotelCardDialogListing/utils.ts b/apps/scandic-web/components/HotelReservation/HotelCardDialogListing/utils.ts
similarity index 100%
rename from components/HotelReservation/HotelCardDialogListing/utils.ts
rename to apps/scandic-web/components/HotelReservation/HotelCardDialogListing/utils.ts
diff --git a/components/HotelReservation/HotelCardListing/hotelCardListing.module.css b/apps/scandic-web/components/HotelReservation/HotelCardListing/hotelCardListing.module.css
similarity index 100%
rename from components/HotelReservation/HotelCardListing/hotelCardListing.module.css
rename to apps/scandic-web/components/HotelReservation/HotelCardListing/hotelCardListing.module.css
diff --git a/components/HotelReservation/HotelCardListing/index.tsx b/apps/scandic-web/components/HotelReservation/HotelCardListing/index.tsx
similarity index 100%
rename from components/HotelReservation/HotelCardListing/index.tsx
rename to apps/scandic-web/components/HotelReservation/HotelCardListing/index.tsx
diff --git a/components/HotelReservation/HotelCardListing/utils.ts b/apps/scandic-web/components/HotelReservation/HotelCardListing/utils.ts
similarity index 100%
rename from components/HotelReservation/HotelCardListing/utils.ts
rename to apps/scandic-web/components/HotelReservation/HotelCardListing/utils.ts
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/addAncillaryFlowModal.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/AddAncillaryFlowModal/index.tsx
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/confirmationStep.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/confirmationStep.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/confirmationStep.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/confirmationStep.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx
similarity index 97%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx
index d8f4bc18e..c1a1fada4 100644
--- a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/ConfirmationStep/index.tsx
@@ -62,7 +62,7 @@ export default function ConfirmationStep() {
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "Yes, I accept the general Terms & Conditions , and understand that Scandic will process my personal data in accordance with Scandic's Privacy policy . There you can learn more about what data we process, your rights and where to turn if you have questions.",
},
@@ -94,7 +94,7 @@ export default function ConfirmationStep() {
- {intl.formatMessage(
+ {intl.formatMessage(
{ id: "Total price (incl VAT)" },
{ b: (str) => {str} }
)}
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/deliveryDetailsStep.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/deliveryDetailsStep.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/deliveryDetailsStep.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/deliveryDetailsStep.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/DeliveryDetailsStep/index.tsx
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/index.tsx
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/selectQuantityStep.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/selectQuantityStep.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/selectQuantityStep.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/SelectQuantityStep/selectQuantityStep.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/schema.ts b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/schema.ts
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/schema.ts
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AddAncillaryFlow/schema.ts
diff --git a/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/ancillaryGridModal.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/ancillaryGridModal.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/ancillaryGridModal.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/ancillaryGridModal.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/AncillaryGridModal/index.tsx
diff --git a/components/HotelReservation/MyStay/Ancillaries/ancillaries.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ancillaries.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/ancillaries.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/ancillaries.module.css
diff --git a/components/HotelReservation/MyStay/Ancillaries/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/index.tsx
diff --git a/components/HotelReservation/MyStay/Ancillaries/utils.ts b/apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts
similarity index 100%
rename from components/HotelReservation/MyStay/Ancillaries/utils.ts
rename to apps/scandic-web/components/HotelReservation/MyStay/Ancillaries/utils.ts
diff --git a/components/HotelReservation/MyStay/BookingSummary/SummaryCard/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/SummaryCard/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/BookingSummary/SummaryCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/SummaryCard/index.tsx
diff --git a/components/HotelReservation/MyStay/BookingSummary/SummaryCard/summaryCard.module.css b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/SummaryCard/summaryCard.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/BookingSummary/SummaryCard/summaryCard.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/SummaryCard/summaryCard.module.css
diff --git a/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/bookingSummary.module.css
diff --git a/components/HotelReservation/MyStay/BookingSummary/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/BookingSummary/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/BookingSummary/index.tsx
diff --git a/components/HotelReservation/MyStay/CancelStay/Confirmation/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/Confirmation/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/Confirmation/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/Confirmation/index.tsx
diff --git a/components/HotelReservation/MyStay/CancelStay/FinalConfirmation/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/FinalConfirmation/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/FinalConfirmation/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/FinalConfirmation/index.tsx
diff --git a/components/HotelReservation/MyStay/CancelStay/cancelStay.module.css b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/cancelStay.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/cancelStay.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/cancelStay.module.css
diff --git a/components/HotelReservation/MyStay/CancelStay/hooks/useCancelStay.ts b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/hooks/useCancelStay.ts
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/hooks/useCancelStay.ts
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/hooks/useCancelStay.ts
diff --git a/components/HotelReservation/MyStay/CancelStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/index.tsx
diff --git a/components/HotelReservation/MyStay/CancelStay/utils.ts b/apps/scandic-web/components/HotelReservation/MyStay/CancelStay/utils.ts
similarity index 100%
rename from components/HotelReservation/MyStay/CancelStay/utils.ts
rename to apps/scandic-web/components/HotelReservation/MyStay/CancelStay/utils.ts
diff --git a/components/HotelReservation/MyStay/Header/header.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Header/header.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Header/header.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Header/header.module.css
diff --git a/components/HotelReservation/MyStay/Header/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Header/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Header/index.tsx
diff --git a/components/HotelReservation/MyStay/ManageStay/ActionPanel/Actions/AddToCalendarButton.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/Actions/AddToCalendarButton.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/ActionPanel/Actions/AddToCalendarButton.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/Actions/AddToCalendarButton.tsx
diff --git a/components/HotelReservation/MyStay/ManageStay/ActionPanel/actionPanel.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/actionPanel.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/ActionPanel/actionPanel.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/actionPanel.module.css
diff --git a/components/HotelReservation/MyStay/ManageStay/ActionPanel/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/ActionPanel/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ActionPanel/index.tsx
diff --git a/components/HotelReservation/MyStay/ManageStay/ModalContent/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ModalContent/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/ModalContent/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ModalContent/index.tsx
diff --git a/components/HotelReservation/MyStay/ManageStay/ModalContent/modalContent.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ModalContent/modalContent.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/ModalContent/modalContent.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/ModalContent/modalContent.module.css
diff --git a/components/HotelReservation/MyStay/ManageStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/index.tsx
diff --git a/components/HotelReservation/MyStay/ManageStay/modifyModal.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ManageStay/modifyModal.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/ManageStay/modifyModal.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/ManageStay/modifyModal.module.css
diff --git a/components/HotelReservation/MyStay/Promo/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Promo/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Promo/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Promo/index.tsx
diff --git a/components/HotelReservation/MyStay/Promo/promo.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Promo/promo.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Promo/promo.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Promo/promo.module.css
diff --git a/components/HotelReservation/MyStay/ReferenceCard/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/ReferenceCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/index.tsx
diff --git a/components/HotelReservation/MyStay/ReferenceCard/referenceCard.module.css b/apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/referenceCard.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/ReferenceCard/referenceCard.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/ReferenceCard/referenceCard.module.css
diff --git a/components/HotelReservation/MyStay/Room/GuestDetails.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Room/GuestDetails.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Room/GuestDetails.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Room/GuestDetails.tsx
diff --git a/components/HotelReservation/MyStay/Room/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/Room/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/Room/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/Room/index.tsx
diff --git a/components/HotelReservation/MyStay/Room/room.module.css b/apps/scandic-web/components/HotelReservation/MyStay/Room/room.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/Room/room.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/Room/room.module.css
diff --git a/components/HotelReservation/MyStay/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/index.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/index.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/index.tsx
diff --git a/components/HotelReservation/MyStay/myStay.module.css b/apps/scandic-web/components/HotelReservation/MyStay/myStay.module.css
similarity index 100%
rename from components/HotelReservation/MyStay/myStay.module.css
rename to apps/scandic-web/components/HotelReservation/MyStay/myStay.module.css
diff --git a/components/HotelReservation/MyStay/myStaySkeleton.tsx b/apps/scandic-web/components/HotelReservation/MyStay/myStaySkeleton.tsx
similarity index 100%
rename from components/HotelReservation/MyStay/myStaySkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/MyStay/myStaySkeleton.tsx
diff --git a/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/index.tsx b/apps/scandic-web/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/index.tsx
similarity index 100%
rename from components/HotelReservation/PriceDetailsModal/PriceDetailsTable/index.tsx
rename to apps/scandic-web/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/index.tsx
diff --git a/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/priceDetailsTable.module.css b/apps/scandic-web/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/priceDetailsTable.module.css
similarity index 100%
rename from components/HotelReservation/PriceDetailsModal/PriceDetailsTable/priceDetailsTable.module.css
rename to apps/scandic-web/components/HotelReservation/PriceDetailsModal/PriceDetailsTable/priceDetailsTable.module.css
diff --git a/components/HotelReservation/PriceDetailsModal/index.tsx b/apps/scandic-web/components/HotelReservation/PriceDetailsModal/index.tsx
similarity index 100%
rename from components/HotelReservation/PriceDetailsModal/index.tsx
rename to apps/scandic-web/components/HotelReservation/PriceDetailsModal/index.tsx
diff --git a/components/HotelReservation/ReadMore/index.tsx b/apps/scandic-web/components/HotelReservation/ReadMore/index.tsx
similarity index 100%
rename from components/HotelReservation/ReadMore/index.tsx
rename to apps/scandic-web/components/HotelReservation/ReadMore/index.tsx
diff --git a/components/HotelReservation/ReadMore/readMore.module.css b/apps/scandic-web/components/HotelReservation/ReadMore/readMore.module.css
similarity index 100%
rename from components/HotelReservation/ReadMore/readMore.module.css
rename to apps/scandic-web/components/HotelReservation/ReadMore/readMore.module.css
diff --git a/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css b/apps/scandic-web/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css
similarity index 100%
rename from components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css
rename to apps/scandic-web/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.module.css
diff --git a/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx b/apps/scandic-web/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx
similarity index 100%
rename from components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/RoomCardSkeleton/RoomCardSkeleton.tsx
diff --git a/components/HotelReservation/SelectHotel/BookingCodeFilter/bookingCodeFilter.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/bookingCodeFilter.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/BookingCodeFilter/bookingCodeFilter.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/bookingCodeFilter.module.css
diff --git a/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/BookingCodeFilter/index.tsx
diff --git a/components/HotelReservation/SelectHotel/FilterAndSortModal/filterAndSortModal.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/FilterAndSortModal/filterAndSortModal.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/FilterAndSortModal/filterAndSortModal.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/FilterAndSortModal/filterAndSortModal.module.css
diff --git a/components/HotelReservation/SelectHotel/FilterAndSortModal/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/FilterAndSortModal/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/FilterAndSortModal/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/FilterAndSortModal/index.tsx
diff --git a/components/HotelReservation/SelectHotel/HotelCount/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelCount/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelCount/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelCount/index.tsx
diff --git a/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/filterCheckbox.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/filterCheckbox.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/filterCheckbox.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/filterCheckbox.module.css
diff --git a/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/FilterCheckbox/index.tsx
diff --git a/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/hotelFilter.module.css
diff --git a/components/HotelReservation/SelectHotel/HotelFilter/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelFilter/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelFilter/index.tsx
diff --git a/components/HotelReservation/SelectHotel/HotelSorter/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/HotelSorter/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/HotelSorter/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/HotelSorter/index.tsx
diff --git a/components/HotelReservation/SelectHotel/MobileMapButtonContainer/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/MobileMapButtonContainer/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/MobileMapButtonContainer/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/MobileMapButtonContainer/index.tsx
diff --git a/components/HotelReservation/SelectHotel/MobileMapButtonContainer/mobileMapButtonContainer.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/MobileMapButtonContainer/mobileMapButtonContainer.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/MobileMapButtonContainer/mobileMapButtonContainer.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/MobileMapButtonContainer/mobileMapButtonContainer.module.css
diff --git a/components/HotelReservation/SelectHotel/NoAvailabilityAlert.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/NoAvailabilityAlert.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/NoAvailabilityAlert.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/NoAvailabilityAlert.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/hotelListing.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/hotelListing.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/hotelListing.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/hotelListing.module.css
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/HotelListing/index.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainer.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainer.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainer.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainer.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.module.css
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContainerSkeleton.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/selectHotelMapContent.module.css
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/utils.ts b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/utils.ts
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/utils.ts
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/utils.ts
diff --git a/components/HotelReservation/SelectHotel/SelectHotelMap/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelMap/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/index.tsx
diff --git a/components/HotelReservation/SelectHotel/SelectHotelSkeleton.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelSkeleton.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/SelectHotelSkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelSkeleton.tsx
diff --git a/components/HotelReservation/SelectHotel/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectHotel/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx
diff --git a/components/HotelReservation/SelectHotel/selectHotel.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css
similarity index 100%
rename from components/HotelReservation/SelectHotel/selectHotel.module.css
rename to apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css
diff --git a/components/HotelReservation/SelectRate/HotelInfoCard/hotelInfoCard.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/hotelInfoCard.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/HotelInfoCard/hotelInfoCard.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/hotelInfoCard.module.css
diff --git a/components/HotelReservation/SelectRate/HotelInfoCard/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/HotelInfoCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/HotelInfoCard/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx
similarity index 99%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx
index 103bc5ee5..6881d6675 100644
--- a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx
+++ b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/Summary.tsx
@@ -230,7 +230,7 @@ export default function Summary({
- {intl.formatMessage
(
+ {intl.formatMessage(
{ id: "Total price (incl VAT)" },
{ b: (str) => {str} }
)}
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/mobileSummary.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/MobileSummary/summary.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx
similarity index 98%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx
index 3102c9182..98cce62a7 100644
--- a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx
+++ b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/index.tsx
@@ -109,7 +109,7 @@ export default function RateSummary({ isUserLoggedIn }: RateSummaryProps) {
}
}
- function handleSubmit(e: React.FormEvent) {
+ function handleSubmit(e: React.FormEvent) {
e.preventDefault()
startTransition(() => {
router.push(`details?${params}`)
@@ -213,7 +213,7 @@ export default function RateSummary({ isUserLoggedIn }: RateSummaryProps) {
)}
- {intl.formatMessage
(
+ {intl.formatMessage(
{ id: "Total price (incl VAT)" },
{ b: (str) => {str} }
)}
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/rateSummary.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/utils.ts b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/utils.ts
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RateSummary/utils.ts
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RateSummary/utils.ts
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/selectedRoomPanel.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/selectedRoomPanel.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/selectedRoomPanel.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/SelectedRoomPanel/selectedRoomPanel.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/multiRoomWrapper.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/multiRoomWrapper.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/multiRoomWrapper.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/multiRoomWrapper.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/variants.ts b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/variants.ts
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/variants.ts
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/MultiRoomWrapper/variants.ts
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/priceList.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/priceList.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/priceList.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/priceList.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/utils.ts b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/utils.ts
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/utils.ts
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/PriceList/utils.ts
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/flexibilityOption.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/flexibilityOption.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/flexibilityOption.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/flexibilityOption.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/FlexibilityOption/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/RoomSize.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/RoomSize.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/RoomSize.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/RoomSize.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/cardVariants.ts b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/cardVariants.ts
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/cardVariants.ts
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/cardVariants.ts
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/roomCard.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/roomCard.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/roomCard.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomCard/roomCard.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/roomFilter.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/roomFilter.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/roomFilter.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/RoomTypeFilter/roomFilter.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/roomSelectionPanel.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/roomSelectionPanel.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/roomSelectionPanel.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/RoomSelectionPanel/roomSelectionPanel.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/index.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/Rooms/rooms.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.module.css b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.module.css
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.module.css
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.module.css
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/RoomsContainerSkeleton.tsx
diff --git a/components/HotelReservation/SelectRate/RoomsContainer/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/RoomsContainer/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/RoomsContainer/index.tsx
diff --git a/components/HotelReservation/SelectRate/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate/index.tsx
similarity index 100%
rename from components/HotelReservation/SelectRate/index.tsx
rename to apps/scandic-web/components/HotelReservation/SelectRate/index.tsx
diff --git a/components/HotelReservation/SelectRate/utils.ts b/apps/scandic-web/components/HotelReservation/SelectRate/utils.ts
similarity index 100%
rename from components/HotelReservation/SelectRate/utils.ts
rename to apps/scandic-web/components/HotelReservation/SelectRate/utils.ts
diff --git a/components/HotelReservation/SidePanel/index.tsx b/apps/scandic-web/components/HotelReservation/SidePanel/index.tsx
similarity index 100%
rename from components/HotelReservation/SidePanel/index.tsx
rename to apps/scandic-web/components/HotelReservation/SidePanel/index.tsx
diff --git a/components/HotelReservation/SidePanel/sidePanel.module.css b/apps/scandic-web/components/HotelReservation/SidePanel/sidePanel.module.css
similarity index 100%
rename from components/HotelReservation/SidePanel/sidePanel.module.css
rename to apps/scandic-web/components/HotelReservation/SidePanel/sidePanel.module.css
diff --git a/components/HotelReservation/SidePanel/variants.ts b/apps/scandic-web/components/HotelReservation/SidePanel/variants.ts
similarity index 100%
rename from components/HotelReservation/SidePanel/variants.ts
rename to apps/scandic-web/components/HotelReservation/SidePanel/variants.ts
diff --git a/components/HotelReservation/SidePeek/hotelReservationSidePeek.module.css b/apps/scandic-web/components/HotelReservation/SidePeek/hotelReservationSidePeek.module.css
similarity index 100%
rename from components/HotelReservation/SidePeek/hotelReservationSidePeek.module.css
rename to apps/scandic-web/components/HotelReservation/SidePeek/hotelReservationSidePeek.module.css
diff --git a/components/HotelReservation/SidePeek/index.tsx b/apps/scandic-web/components/HotelReservation/SidePeek/index.tsx
similarity index 100%
rename from components/HotelReservation/SidePeek/index.tsx
rename to apps/scandic-web/components/HotelReservation/SidePeek/index.tsx
diff --git a/components/HotelReservation/SignupPromo/Desktop.tsx b/apps/scandic-web/components/HotelReservation/SignupPromo/Desktop.tsx
similarity index 96%
rename from components/HotelReservation/SignupPromo/Desktop.tsx
rename to apps/scandic-web/components/HotelReservation/SignupPromo/Desktop.tsx
index a774e2d5c..b0729a85e 100644
--- a/components/HotelReservation/SignupPromo/Desktop.tsx
+++ b/apps/scandic-web/components/HotelReservation/SignupPromo/Desktop.tsx
@@ -28,7 +28,7 @@ export default function SignupPromoDesktop({
>
{badgeContent && {badgeContent} }
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "To get the member price {price} , log in or join when completing the booking.",
},
diff --git a/components/HotelReservation/SignupPromo/Mobile.tsx b/apps/scandic-web/components/HotelReservation/SignupPromo/Mobile.tsx
similarity index 100%
rename from components/HotelReservation/SignupPromo/Mobile.tsx
rename to apps/scandic-web/components/HotelReservation/SignupPromo/Mobile.tsx
diff --git a/components/HotelReservation/SignupPromo/signupPromo.module.css b/apps/scandic-web/components/HotelReservation/SignupPromo/signupPromo.module.css
similarity index 100%
rename from components/HotelReservation/SignupPromo/signupPromo.module.css
rename to apps/scandic-web/components/HotelReservation/SignupPromo/signupPromo.module.css
diff --git a/components/HotelReservation/TripAdvisorChip/index.tsx b/apps/scandic-web/components/HotelReservation/TripAdvisorChip/index.tsx
similarity index 100%
rename from components/HotelReservation/TripAdvisorChip/index.tsx
rename to apps/scandic-web/components/HotelReservation/TripAdvisorChip/index.tsx
diff --git a/components/HotelReservation/TripAdvisorChip/tripAdvisorChip.module.css b/apps/scandic-web/components/HotelReservation/TripAdvisorChip/tripAdvisorChip.module.css
similarity index 100%
rename from components/HotelReservation/TripAdvisorChip/tripAdvisorChip.module.css
rename to apps/scandic-web/components/HotelReservation/TripAdvisorChip/tripAdvisorChip.module.css
diff --git a/components/HotelReservation/utils.ts b/apps/scandic-web/components/HotelReservation/utils.ts
similarity index 100%
rename from components/HotelReservation/utils.ts
rename to apps/scandic-web/components/HotelReservation/utils.ts
diff --git a/components/Icons/Ac.tsx b/apps/scandic-web/components/Icons/Ac.tsx
similarity index 100%
rename from components/Icons/Ac.tsx
rename to apps/scandic-web/components/Icons/Ac.tsx
diff --git a/components/Icons/Accesories.tsx b/apps/scandic-web/components/Icons/Accesories.tsx
similarity index 100%
rename from components/Icons/Accesories.tsx
rename to apps/scandic-web/components/Icons/Accesories.tsx
diff --git a/components/Icons/Accessibility.tsx b/apps/scandic-web/components/Icons/Accessibility.tsx
similarity index 100%
rename from components/Icons/Accessibility.tsx
rename to apps/scandic-web/components/Icons/Accessibility.tsx
diff --git a/components/Icons/AccountCircle.tsx b/apps/scandic-web/components/Icons/AccountCircle.tsx
similarity index 100%
rename from components/Icons/AccountCircle.tsx
rename to apps/scandic-web/components/Icons/AccountCircle.tsx
diff --git a/components/Icons/Air.tsx b/apps/scandic-web/components/Icons/Air.tsx
similarity index 100%
rename from components/Icons/Air.tsx
rename to apps/scandic-web/components/Icons/Air.tsx
diff --git a/components/Icons/Airplane.tsx b/apps/scandic-web/components/Icons/Airplane.tsx
similarity index 100%
rename from components/Icons/Airplane.tsx
rename to apps/scandic-web/components/Icons/Airplane.tsx
diff --git a/components/Icons/Allergy.tsx b/apps/scandic-web/components/Icons/Allergy.tsx
similarity index 100%
rename from components/Icons/Allergy.tsx
rename to apps/scandic-web/components/Icons/Allergy.tsx
diff --git a/components/Icons/ArrowRight.tsx b/apps/scandic-web/components/Icons/ArrowRight.tsx
similarity index 100%
rename from components/Icons/ArrowRight.tsx
rename to apps/scandic-web/components/Icons/ArrowRight.tsx
diff --git a/components/Icons/ArrowUp.tsx b/apps/scandic-web/components/Icons/ArrowUp.tsx
similarity index 100%
rename from components/Icons/ArrowUp.tsx
rename to apps/scandic-web/components/Icons/ArrowUp.tsx
diff --git a/components/Icons/Balcony.tsx b/apps/scandic-web/components/Icons/Balcony.tsx
similarity index 100%
rename from components/Icons/Balcony.tsx
rename to apps/scandic-web/components/Icons/Balcony.tsx
diff --git a/components/Icons/Bar.tsx b/apps/scandic-web/components/Icons/Bar.tsx
similarity index 100%
rename from components/Icons/Bar.tsx
rename to apps/scandic-web/components/Icons/Bar.tsx
diff --git a/components/Icons/Bathtub.tsx b/apps/scandic-web/components/Icons/Bathtub.tsx
similarity index 100%
rename from components/Icons/Bathtub.tsx
rename to apps/scandic-web/components/Icons/Bathtub.tsx
diff --git a/components/Icons/BedHotel.tsx b/apps/scandic-web/components/Icons/BedHotel.tsx
similarity index 100%
rename from components/Icons/BedHotel.tsx
rename to apps/scandic-web/components/Icons/BedHotel.tsx
diff --git a/components/Icons/BedroomParent.tsx b/apps/scandic-web/components/Icons/BedroomParent.tsx
similarity index 100%
rename from components/Icons/BedroomParent.tsx
rename to apps/scandic-web/components/Icons/BedroomParent.tsx
diff --git a/components/Icons/Beds/Bed.tsx b/apps/scandic-web/components/Icons/Beds/Bed.tsx
similarity index 100%
rename from components/Icons/Beds/Bed.tsx
rename to apps/scandic-web/components/Icons/Beds/Bed.tsx
diff --git a/components/Icons/Beds/BedDouble.tsx b/apps/scandic-web/components/Icons/Beds/BedDouble.tsx
similarity index 100%
rename from components/Icons/Beds/BedDouble.tsx
rename to apps/scandic-web/components/Icons/Beds/BedDouble.tsx
diff --git a/components/Icons/Beds/BedSingle.tsx b/apps/scandic-web/components/Icons/Beds/BedSingle.tsx
similarity index 100%
rename from components/Icons/Beds/BedSingle.tsx
rename to apps/scandic-web/components/Icons/Beds/BedSingle.tsx
diff --git a/components/Icons/Beds/ExtraBunkBed.tsx b/apps/scandic-web/components/Icons/Beds/ExtraBunkBed.tsx
similarity index 100%
rename from components/Icons/Beds/ExtraBunkBed.tsx
rename to apps/scandic-web/components/Icons/Beds/ExtraBunkBed.tsx
diff --git a/components/Icons/Beds/ExtraPullOutBed.tsx b/apps/scandic-web/components/Icons/Beds/ExtraPullOutBed.tsx
similarity index 100%
rename from components/Icons/Beds/ExtraPullOutBed.tsx
rename to apps/scandic-web/components/Icons/Beds/ExtraPullOutBed.tsx
diff --git a/components/Icons/Beds/ExtraSofaBed.tsx b/apps/scandic-web/components/Icons/Beds/ExtraSofaBed.tsx
similarity index 100%
rename from components/Icons/Beds/ExtraSofaBed.tsx
rename to apps/scandic-web/components/Icons/Beds/ExtraSofaBed.tsx
diff --git a/components/Icons/Beds/ExtraWallBed.tsx b/apps/scandic-web/components/Icons/Beds/ExtraWallBed.tsx
similarity index 100%
rename from components/Icons/Beds/ExtraWallBed.tsx
rename to apps/scandic-web/components/Icons/Beds/ExtraWallBed.tsx
diff --git a/components/Icons/Beds/KingBed.tsx b/apps/scandic-web/components/Icons/Beds/KingBed.tsx
similarity index 100%
rename from components/Icons/Beds/KingBed.tsx
rename to apps/scandic-web/components/Icons/Beds/KingBed.tsx
diff --git a/components/Icons/Beds/KingBedSmall.tsx b/apps/scandic-web/components/Icons/Beds/KingBedSmall.tsx
similarity index 100%
rename from components/Icons/Beds/KingBedSmall.tsx
rename to apps/scandic-web/components/Icons/Beds/KingBedSmall.tsx
diff --git a/components/Icons/Beds/QueenBed.tsx b/apps/scandic-web/components/Icons/Beds/QueenBed.tsx
similarity index 100%
rename from components/Icons/Beds/QueenBed.tsx
rename to apps/scandic-web/components/Icons/Beds/QueenBed.tsx
diff --git a/components/Icons/Beds/SingleBed.tsx b/apps/scandic-web/components/Icons/Beds/SingleBed.tsx
similarity index 100%
rename from components/Icons/Beds/SingleBed.tsx
rename to apps/scandic-web/components/Icons/Beds/SingleBed.tsx
diff --git a/components/Icons/Beds/TwinBeds.tsx b/apps/scandic-web/components/Icons/Beds/TwinBeds.tsx
similarity index 100%
rename from components/Icons/Beds/TwinBeds.tsx
rename to apps/scandic-web/components/Icons/Beds/TwinBeds.tsx
diff --git a/components/Icons/Bike.tsx b/apps/scandic-web/components/Icons/Bike.tsx
similarity index 100%
rename from components/Icons/Bike.tsx
rename to apps/scandic-web/components/Icons/Bike.tsx
diff --git a/components/Icons/Biking.tsx b/apps/scandic-web/components/Icons/Biking.tsx
similarity index 100%
rename from components/Icons/Biking.tsx
rename to apps/scandic-web/components/Icons/Biking.tsx
diff --git a/components/Icons/Breakfast.tsx b/apps/scandic-web/components/Icons/Breakfast.tsx
similarity index 100%
rename from components/Icons/Breakfast.tsx
rename to apps/scandic-web/components/Icons/Breakfast.tsx
diff --git a/components/Icons/Business.tsx b/apps/scandic-web/components/Icons/Business.tsx
similarity index 100%
rename from components/Icons/Business.tsx
rename to apps/scandic-web/components/Icons/Business.tsx
diff --git a/components/Icons/Cable.tsx b/apps/scandic-web/components/Icons/Cable.tsx
similarity index 100%
rename from components/Icons/Cable.tsx
rename to apps/scandic-web/components/Icons/Cable.tsx
diff --git a/components/Icons/Calendar.tsx b/apps/scandic-web/components/Icons/Calendar.tsx
similarity index 100%
rename from components/Icons/Calendar.tsx
rename to apps/scandic-web/components/Icons/Calendar.tsx
diff --git a/components/Icons/CalendarAdd.tsx b/apps/scandic-web/components/Icons/CalendarAdd.tsx
similarity index 100%
rename from components/Icons/CalendarAdd.tsx
rename to apps/scandic-web/components/Icons/CalendarAdd.tsx
diff --git a/components/Icons/Camera.tsx b/apps/scandic-web/components/Icons/Camera.tsx
similarity index 100%
rename from components/Icons/Camera.tsx
rename to apps/scandic-web/components/Icons/Camera.tsx
diff --git a/components/Icons/Cellphone.tsx b/apps/scandic-web/components/Icons/Cellphone.tsx
similarity index 100%
rename from components/Icons/Cellphone.tsx
rename to apps/scandic-web/components/Icons/Cellphone.tsx
diff --git a/components/Icons/Chair.tsx b/apps/scandic-web/components/Icons/Chair.tsx
similarity index 100%
rename from components/Icons/Chair.tsx
rename to apps/scandic-web/components/Icons/Chair.tsx
diff --git a/components/Icons/Check.tsx b/apps/scandic-web/components/Icons/Check.tsx
similarity index 100%
rename from components/Icons/Check.tsx
rename to apps/scandic-web/components/Icons/Check.tsx
diff --git a/components/Icons/CheckCircle.tsx b/apps/scandic-web/components/Icons/CheckCircle.tsx
similarity index 100%
rename from components/Icons/CheckCircle.tsx
rename to apps/scandic-web/components/Icons/CheckCircle.tsx
diff --git a/components/Icons/ChevronDown.tsx b/apps/scandic-web/components/Icons/ChevronDown.tsx
similarity index 100%
rename from components/Icons/ChevronDown.tsx
rename to apps/scandic-web/components/Icons/ChevronDown.tsx
diff --git a/components/Icons/ChevronDownSmall.tsx b/apps/scandic-web/components/Icons/ChevronDownSmall.tsx
similarity index 100%
rename from components/Icons/ChevronDownSmall.tsx
rename to apps/scandic-web/components/Icons/ChevronDownSmall.tsx
diff --git a/components/Icons/ChevronLeft.tsx b/apps/scandic-web/components/Icons/ChevronLeft.tsx
similarity index 100%
rename from components/Icons/ChevronLeft.tsx
rename to apps/scandic-web/components/Icons/ChevronLeft.tsx
diff --git a/components/Icons/ChevronLeftSmall.tsx b/apps/scandic-web/components/Icons/ChevronLeftSmall.tsx
similarity index 100%
rename from components/Icons/ChevronLeftSmall.tsx
rename to apps/scandic-web/components/Icons/ChevronLeftSmall.tsx
diff --git a/components/Icons/ChevronRight.tsx b/apps/scandic-web/components/Icons/ChevronRight.tsx
similarity index 100%
rename from components/Icons/ChevronRight.tsx
rename to apps/scandic-web/components/Icons/ChevronRight.tsx
diff --git a/components/Icons/ChevronRightSmall.tsx b/apps/scandic-web/components/Icons/ChevronRightSmall.tsx
similarity index 100%
rename from components/Icons/ChevronRightSmall.tsx
rename to apps/scandic-web/components/Icons/ChevronRightSmall.tsx
diff --git a/components/Icons/ChevronUp.tsx b/apps/scandic-web/components/Icons/ChevronUp.tsx
similarity index 100%
rename from components/Icons/ChevronUp.tsx
rename to apps/scandic-web/components/Icons/ChevronUp.tsx
diff --git a/components/Icons/ChevronUpSmall.tsx b/apps/scandic-web/components/Icons/ChevronUpSmall.tsx
similarity index 100%
rename from components/Icons/ChevronUpSmall.tsx
rename to apps/scandic-web/components/Icons/ChevronUpSmall.tsx
diff --git a/components/Icons/City.tsx b/apps/scandic-web/components/Icons/City.tsx
similarity index 100%
rename from components/Icons/City.tsx
rename to apps/scandic-web/components/Icons/City.tsx
diff --git a/components/Icons/Close.tsx b/apps/scandic-web/components/Icons/Close.tsx
similarity index 100%
rename from components/Icons/Close.tsx
rename to apps/scandic-web/components/Icons/Close.tsx
diff --git a/components/Icons/CloseLarge.tsx b/apps/scandic-web/components/Icons/CloseLarge.tsx
similarity index 100%
rename from components/Icons/CloseLarge.tsx
rename to apps/scandic-web/components/Icons/CloseLarge.tsx
diff --git a/components/Icons/Coffee.tsx b/apps/scandic-web/components/Icons/Coffee.tsx
similarity index 100%
rename from components/Icons/Coffee.tsx
rename to apps/scandic-web/components/Icons/Coffee.tsx
diff --git a/components/Icons/CoffeeAlt.tsx b/apps/scandic-web/components/Icons/CoffeeAlt.tsx
similarity index 100%
rename from components/Icons/CoffeeAlt.tsx
rename to apps/scandic-web/components/Icons/CoffeeAlt.tsx
diff --git a/components/Icons/CoffeeMaker.tsx b/apps/scandic-web/components/Icons/CoffeeMaker.tsx
similarity index 100%
rename from components/Icons/CoffeeMaker.tsx
rename to apps/scandic-web/components/Icons/CoffeeMaker.tsx
diff --git a/components/Icons/Coin.tsx b/apps/scandic-web/components/Icons/Coin.tsx
similarity index 100%
rename from components/Icons/Coin.tsx
rename to apps/scandic-web/components/Icons/Coin.tsx
diff --git a/components/Icons/CompareArrows.tsx b/apps/scandic-web/components/Icons/CompareArrows.tsx
similarity index 100%
rename from components/Icons/CompareArrows.tsx
rename to apps/scandic-web/components/Icons/CompareArrows.tsx
diff --git a/components/Icons/Concierge.tsx b/apps/scandic-web/components/Icons/Concierge.tsx
similarity index 100%
rename from components/Icons/Concierge.tsx
rename to apps/scandic-web/components/Icons/Concierge.tsx
diff --git a/components/Icons/Contract.tsx b/apps/scandic-web/components/Icons/Contract.tsx
similarity index 100%
rename from components/Icons/Contract.tsx
rename to apps/scandic-web/components/Icons/Contract.tsx
diff --git a/components/Icons/ConvenienceStore24h.tsx b/apps/scandic-web/components/Icons/ConvenienceStore24h.tsx
similarity index 100%
rename from components/Icons/ConvenienceStore24h.tsx
rename to apps/scandic-web/components/Icons/ConvenienceStore24h.tsx
diff --git a/components/Icons/Cool.tsx b/apps/scandic-web/components/Icons/Cool.tsx
similarity index 100%
rename from components/Icons/Cool.tsx
rename to apps/scandic-web/components/Icons/Cool.tsx
diff --git a/components/Icons/Copy.tsx b/apps/scandic-web/components/Icons/Copy.tsx
similarity index 100%
rename from components/Icons/Copy.tsx
rename to apps/scandic-web/components/Icons/Copy.tsx
diff --git a/components/Icons/CreditCard.tsx b/apps/scandic-web/components/Icons/CreditCard.tsx
similarity index 100%
rename from components/Icons/CreditCard.tsx
rename to apps/scandic-web/components/Icons/CreditCard.tsx
diff --git a/components/Icons/CreditCardAdd.tsx b/apps/scandic-web/components/Icons/CreditCardAdd.tsx
similarity index 100%
rename from components/Icons/CreditCardAdd.tsx
rename to apps/scandic-web/components/Icons/CreditCardAdd.tsx
diff --git a/components/Icons/CroissantCoffeeEgg.tsx b/apps/scandic-web/components/Icons/CroissantCoffeeEgg.tsx
similarity index 100%
rename from components/Icons/CroissantCoffeeEgg.tsx
rename to apps/scandic-web/components/Icons/CroissantCoffeeEgg.tsx
diff --git a/components/Icons/CrossCircle.tsx b/apps/scandic-web/components/Icons/CrossCircle.tsx
similarity index 100%
rename from components/Icons/CrossCircle.tsx
rename to apps/scandic-web/components/Icons/CrossCircle.tsx
diff --git a/components/Icons/CrossCircleOutline.tsx b/apps/scandic-web/components/Icons/CrossCircleOutline.tsx
similarity index 100%
rename from components/Icons/CrossCircleOutline.tsx
rename to apps/scandic-web/components/Icons/CrossCircleOutline.tsx
diff --git a/components/Icons/Cultural.tsx b/apps/scandic-web/components/Icons/Cultural.tsx
similarity index 100%
rename from components/Icons/Cultural.tsx
rename to apps/scandic-web/components/Icons/Cultural.tsx
diff --git a/components/Icons/CutleryOne.tsx b/apps/scandic-web/components/Icons/CutleryOne.tsx
similarity index 100%
rename from components/Icons/CutleryOne.tsx
rename to apps/scandic-web/components/Icons/CutleryOne.tsx
diff --git a/components/Icons/CutleryTwo.tsx b/apps/scandic-web/components/Icons/CutleryTwo.tsx
similarity index 100%
rename from components/Icons/CutleryTwo.tsx
rename to apps/scandic-web/components/Icons/CutleryTwo.tsx
diff --git a/components/Icons/Delete.tsx b/apps/scandic-web/components/Icons/Delete.tsx
similarity index 100%
rename from components/Icons/Delete.tsx
rename to apps/scandic-web/components/Icons/Delete.tsx
diff --git a/components/Icons/Desk.tsx b/apps/scandic-web/components/Icons/Desk.tsx
similarity index 100%
rename from components/Icons/Desk.tsx
rename to apps/scandic-web/components/Icons/Desk.tsx
diff --git a/components/Icons/Diamond.tsx b/apps/scandic-web/components/Icons/Diamond.tsx
similarity index 100%
rename from components/Icons/Diamond.tsx
rename to apps/scandic-web/components/Icons/Diamond.tsx
diff --git a/components/Icons/Dining.tsx b/apps/scandic-web/components/Icons/Dining.tsx
similarity index 100%
rename from components/Icons/Dining.tsx
rename to apps/scandic-web/components/Icons/Dining.tsx
diff --git a/components/Icons/Directions.tsx b/apps/scandic-web/components/Icons/Directions.tsx
similarity index 100%
rename from components/Icons/Directions.tsx
rename to apps/scandic-web/components/Icons/Directions.tsx
diff --git a/components/Icons/Discount.tsx b/apps/scandic-web/components/Icons/Discount.tsx
similarity index 100%
rename from components/Icons/Discount.tsx
rename to apps/scandic-web/components/Icons/Discount.tsx
diff --git a/components/Icons/DoorClosed.tsx b/apps/scandic-web/components/Icons/DoorClosed.tsx
similarity index 100%
rename from components/Icons/DoorClosed.tsx
rename to apps/scandic-web/components/Icons/DoorClosed.tsx
diff --git a/components/Icons/DoorOpen.tsx b/apps/scandic-web/components/Icons/DoorOpen.tsx
similarity index 100%
rename from components/Icons/DoorOpen.tsx
rename to apps/scandic-web/components/Icons/DoorOpen.tsx
diff --git a/components/Icons/Download.tsx b/apps/scandic-web/components/Icons/Download.tsx
similarity index 100%
rename from components/Icons/Download.tsx
rename to apps/scandic-web/components/Icons/Download.tsx
diff --git a/components/Icons/Dresser.tsx b/apps/scandic-web/components/Icons/Dresser.tsx
similarity index 100%
rename from components/Icons/Dresser.tsx
rename to apps/scandic-web/components/Icons/Dresser.tsx
diff --git a/components/Icons/Edit.tsx b/apps/scandic-web/components/Icons/Edit.tsx
similarity index 100%
rename from components/Icons/Edit.tsx
rename to apps/scandic-web/components/Icons/Edit.tsx
diff --git a/components/Icons/ElectricBike.tsx b/apps/scandic-web/components/Icons/ElectricBike.tsx
similarity index 100%
rename from components/Icons/ElectricBike.tsx
rename to apps/scandic-web/components/Icons/ElectricBike.tsx
diff --git a/components/Icons/ElectricCar.tsx b/apps/scandic-web/components/Icons/ElectricCar.tsx
similarity index 100%
rename from components/Icons/ElectricCar.tsx
rename to apps/scandic-web/components/Icons/ElectricCar.tsx
diff --git a/components/Icons/Email.tsx b/apps/scandic-web/components/Icons/Email.tsx
similarity index 100%
rename from components/Icons/Email.tsx
rename to apps/scandic-web/components/Icons/Email.tsx
diff --git a/components/Icons/ErrorCircle.tsx b/apps/scandic-web/components/Icons/ErrorCircle.tsx
similarity index 100%
rename from components/Icons/ErrorCircle.tsx
rename to apps/scandic-web/components/Icons/ErrorCircle.tsx
diff --git a/components/Icons/ErrorCircleFilled.tsx b/apps/scandic-web/components/Icons/ErrorCircleFilled.tsx
similarity index 100%
rename from components/Icons/ErrorCircleFilled.tsx
rename to apps/scandic-web/components/Icons/ErrorCircleFilled.tsx
diff --git a/components/Icons/EyeHide.tsx b/apps/scandic-web/components/Icons/EyeHide.tsx
similarity index 100%
rename from components/Icons/EyeHide.tsx
rename to apps/scandic-web/components/Icons/EyeHide.tsx
diff --git a/components/Icons/EyeShow.tsx b/apps/scandic-web/components/Icons/EyeShow.tsx
similarity index 100%
rename from components/Icons/EyeShow.tsx
rename to apps/scandic-web/components/Icons/EyeShow.tsx
diff --git a/components/Icons/Facebook.tsx b/apps/scandic-web/components/Icons/Facebook.tsx
similarity index 100%
rename from components/Icons/Facebook.tsx
rename to apps/scandic-web/components/Icons/Facebook.tsx
diff --git a/components/Icons/Family.tsx b/apps/scandic-web/components/Icons/Family.tsx
similarity index 100%
rename from components/Icons/Family.tsx
rename to apps/scandic-web/components/Icons/Family.tsx
diff --git a/components/Icons/Fan.tsx b/apps/scandic-web/components/Icons/Fan.tsx
similarity index 100%
rename from components/Icons/Fan.tsx
rename to apps/scandic-web/components/Icons/Fan.tsx
diff --git a/components/Icons/FilledHeart.tsx b/apps/scandic-web/components/Icons/FilledHeart.tsx
similarity index 100%
rename from components/Icons/FilledHeart.tsx
rename to apps/scandic-web/components/Icons/FilledHeart.tsx
diff --git a/components/Icons/Filter.tsx b/apps/scandic-web/components/Icons/Filter.tsx
similarity index 100%
rename from components/Icons/Filter.tsx
rename to apps/scandic-web/components/Icons/Filter.tsx
diff --git a/components/Icons/Fitness.tsx b/apps/scandic-web/components/Icons/Fitness.tsx
similarity index 100%
rename from components/Icons/Fitness.tsx
rename to apps/scandic-web/components/Icons/Fitness.tsx
diff --git a/components/Icons/Footstool.tsx b/apps/scandic-web/components/Icons/Footstool.tsx
similarity index 100%
rename from components/Icons/Footstool.tsx
rename to apps/scandic-web/components/Icons/Footstool.tsx
diff --git a/components/Icons/Gallery.tsx b/apps/scandic-web/components/Icons/Gallery.tsx
similarity index 100%
rename from components/Icons/Gallery.tsx
rename to apps/scandic-web/components/Icons/Gallery.tsx
diff --git a/components/Icons/Garage.tsx b/apps/scandic-web/components/Icons/Garage.tsx
similarity index 100%
rename from components/Icons/Garage.tsx
rename to apps/scandic-web/components/Icons/Garage.tsx
diff --git a/components/Icons/Gift.tsx b/apps/scandic-web/components/Icons/Gift.tsx
similarity index 100%
rename from components/Icons/Gift.tsx
rename to apps/scandic-web/components/Icons/Gift.tsx
diff --git a/components/Icons/GiftOpen.tsx b/apps/scandic-web/components/Icons/GiftOpen.tsx
similarity index 100%
rename from components/Icons/GiftOpen.tsx
rename to apps/scandic-web/components/Icons/GiftOpen.tsx
diff --git a/components/Icons/Globe.tsx b/apps/scandic-web/components/Icons/Globe.tsx
similarity index 100%
rename from components/Icons/Globe.tsx
rename to apps/scandic-web/components/Icons/Globe.tsx
diff --git a/components/Icons/Golf.tsx b/apps/scandic-web/components/Icons/Golf.tsx
similarity index 100%
rename from components/Icons/Golf.tsx
rename to apps/scandic-web/components/Icons/Golf.tsx
diff --git a/components/Icons/Groceries.tsx b/apps/scandic-web/components/Icons/Groceries.tsx
similarity index 100%
rename from components/Icons/Groceries.tsx
rename to apps/scandic-web/components/Icons/Groceries.tsx
diff --git a/components/Icons/Hairdryer.tsx b/apps/scandic-web/components/Icons/Hairdryer.tsx
similarity index 100%
rename from components/Icons/Hairdryer.tsx
rename to apps/scandic-web/components/Icons/Hairdryer.tsx
diff --git a/components/Icons/HandKey.tsx b/apps/scandic-web/components/Icons/HandKey.tsx
similarity index 100%
rename from components/Icons/HandKey.tsx
rename to apps/scandic-web/components/Icons/HandKey.tsx
diff --git a/components/Icons/HandSoap.tsx b/apps/scandic-web/components/Icons/HandSoap.tsx
similarity index 100%
rename from components/Icons/HandSoap.tsx
rename to apps/scandic-web/components/Icons/HandSoap.tsx
diff --git a/components/Icons/Hanger.tsx b/apps/scandic-web/components/Icons/Hanger.tsx
similarity index 100%
rename from components/Icons/Hanger.tsx
rename to apps/scandic-web/components/Icons/Hanger.tsx
diff --git a/components/Icons/HangerAlt.tsx b/apps/scandic-web/components/Icons/HangerAlt.tsx
similarity index 100%
rename from components/Icons/HangerAlt.tsx
rename to apps/scandic-web/components/Icons/HangerAlt.tsx
diff --git a/components/Icons/HealthBeauty.tsx b/apps/scandic-web/components/Icons/HealthBeauty.tsx
similarity index 100%
rename from components/Icons/HealthBeauty.tsx
rename to apps/scandic-web/components/Icons/HealthBeauty.tsx
diff --git a/components/Icons/Heart.tsx b/apps/scandic-web/components/Icons/Heart.tsx
similarity index 100%
rename from components/Icons/Heart.tsx
rename to apps/scandic-web/components/Icons/Heart.tsx
diff --git a/components/Icons/Heat.tsx b/apps/scandic-web/components/Icons/Heat.tsx
similarity index 100%
rename from components/Icons/Heat.tsx
rename to apps/scandic-web/components/Icons/Heat.tsx
diff --git a/components/Icons/HotelNight.tsx b/apps/scandic-web/components/Icons/HotelNight.tsx
similarity index 100%
rename from components/Icons/HotelNight.tsx
rename to apps/scandic-web/components/Icons/HotelNight.tsx
diff --git a/components/Icons/House.tsx b/apps/scandic-web/components/Icons/House.tsx
similarity index 100%
rename from components/Icons/House.tsx
rename to apps/scandic-web/components/Icons/House.tsx
diff --git a/components/Icons/Image.tsx b/apps/scandic-web/components/Icons/Image.tsx
similarity index 100%
rename from components/Icons/Image.tsx
rename to apps/scandic-web/components/Icons/Image.tsx
diff --git a/components/Icons/InfoCircle.tsx b/apps/scandic-web/components/Icons/InfoCircle.tsx
similarity index 100%
rename from components/Icons/InfoCircle.tsx
rename to apps/scandic-web/components/Icons/InfoCircle.tsx
diff --git a/components/Icons/Instagram.tsx b/apps/scandic-web/components/Icons/Instagram.tsx
similarity index 100%
rename from components/Icons/Instagram.tsx
rename to apps/scandic-web/components/Icons/Instagram.tsx
diff --git a/components/Icons/Iron.tsx b/apps/scandic-web/components/Icons/Iron.tsx
similarity index 100%
rename from components/Icons/Iron.tsx
rename to apps/scandic-web/components/Icons/Iron.tsx
diff --git a/components/Icons/Kayaking.tsx b/apps/scandic-web/components/Icons/Kayaking.tsx
similarity index 100%
rename from components/Icons/Kayaking.tsx
rename to apps/scandic-web/components/Icons/Kayaking.tsx
diff --git a/components/Icons/Kettle.tsx b/apps/scandic-web/components/Icons/Kettle.tsx
similarity index 100%
rename from components/Icons/Kettle.tsx
rename to apps/scandic-web/components/Icons/Kettle.tsx
diff --git a/components/Icons/Kids.tsx b/apps/scandic-web/components/Icons/Kids.tsx
similarity index 100%
rename from components/Icons/Kids.tsx
rename to apps/scandic-web/components/Icons/Kids.tsx
diff --git a/components/Icons/KidsMocktail.tsx b/apps/scandic-web/components/Icons/KidsMocktail.tsx
similarity index 100%
rename from components/Icons/KidsMocktail.tsx
rename to apps/scandic-web/components/Icons/KidsMocktail.tsx
diff --git a/components/Icons/Lamp.tsx b/apps/scandic-web/components/Icons/Lamp.tsx
similarity index 100%
rename from components/Icons/Lamp.tsx
rename to apps/scandic-web/components/Icons/Lamp.tsx
diff --git a/components/Icons/Laptop.tsx b/apps/scandic-web/components/Icons/Laptop.tsx
similarity index 100%
rename from components/Icons/Laptop.tsx
rename to apps/scandic-web/components/Icons/Laptop.tsx
diff --git a/components/Icons/LaundryMachine.tsx b/apps/scandic-web/components/Icons/LaundryMachine.tsx
similarity index 100%
rename from components/Icons/LaundryMachine.tsx
rename to apps/scandic-web/components/Icons/LaundryMachine.tsx
diff --git a/components/Icons/Link.tsx b/apps/scandic-web/components/Icons/Link.tsx
similarity index 100%
rename from components/Icons/Link.tsx
rename to apps/scandic-web/components/Icons/Link.tsx
diff --git a/components/Icons/LocalBar.tsx b/apps/scandic-web/components/Icons/LocalBar.tsx
similarity index 100%
rename from components/Icons/LocalBar.tsx
rename to apps/scandic-web/components/Icons/LocalBar.tsx
diff --git a/components/Icons/Location.tsx b/apps/scandic-web/components/Icons/Location.tsx
similarity index 100%
rename from components/Icons/Location.tsx
rename to apps/scandic-web/components/Icons/Location.tsx
diff --git a/components/Icons/Lock.tsx b/apps/scandic-web/components/Icons/Lock.tsx
similarity index 100%
rename from components/Icons/Lock.tsx
rename to apps/scandic-web/components/Icons/Lock.tsx
diff --git a/components/Icons/Logos/DowntownCamper.tsx b/apps/scandic-web/components/Icons/Logos/DowntownCamper.tsx
similarity index 100%
rename from components/Icons/Logos/DowntownCamper.tsx
rename to apps/scandic-web/components/Icons/Logos/DowntownCamper.tsx
diff --git a/components/Icons/Logos/GrandHotelOslo.tsx b/apps/scandic-web/components/Icons/Logos/GrandHotelOslo.tsx
similarity index 100%
rename from components/Icons/Logos/GrandHotelOslo.tsx
rename to apps/scandic-web/components/Icons/Logos/GrandHotelOslo.tsx
diff --git a/components/Icons/Logos/Haymarket.tsx b/apps/scandic-web/components/Icons/Logos/Haymarket.tsx
similarity index 100%
rename from components/Icons/Logos/Haymarket.tsx
rename to apps/scandic-web/components/Icons/Logos/Haymarket.tsx
diff --git a/components/Icons/Logos/HotelNorge.tsx b/apps/scandic-web/components/Icons/Logos/HotelNorge.tsx
similarity index 100%
rename from components/Icons/Logos/HotelNorge.tsx
rename to apps/scandic-web/components/Icons/Logos/HotelNorge.tsx
diff --git a/components/Icons/Logos/Marski.tsx b/apps/scandic-web/components/Icons/Logos/Marski.tsx
similarity index 100%
rename from components/Icons/Logos/Marski.tsx
rename to apps/scandic-web/components/Icons/Logos/Marski.tsx
diff --git a/components/Icons/Logos/ScandicGoLogo.tsx b/apps/scandic-web/components/Icons/Logos/ScandicGoLogo.tsx
similarity index 100%
rename from components/Icons/Logos/ScandicGoLogo.tsx
rename to apps/scandic-web/components/Icons/Logos/ScandicGoLogo.tsx
diff --git a/components/Icons/Logos/ScandicLogo.tsx b/apps/scandic-web/components/Icons/Logos/ScandicLogo.tsx
similarity index 100%
rename from components/Icons/Logos/ScandicLogo.tsx
rename to apps/scandic-web/components/Icons/Logos/ScandicLogo.tsx
diff --git a/components/Icons/Logos/index.tsx b/apps/scandic-web/components/Icons/Logos/index.tsx
similarity index 100%
rename from components/Icons/Logos/index.tsx
rename to apps/scandic-web/components/Icons/Logos/index.tsx
diff --git a/components/Icons/Luggage.tsx b/apps/scandic-web/components/Icons/Luggage.tsx
similarity index 100%
rename from components/Icons/Luggage.tsx
rename to apps/scandic-web/components/Icons/Luggage.tsx
diff --git a/components/Icons/MagicWand.tsx b/apps/scandic-web/components/Icons/MagicWand.tsx
similarity index 100%
rename from components/Icons/MagicWand.tsx
rename to apps/scandic-web/components/Icons/MagicWand.tsx
diff --git a/components/Icons/Map.tsx b/apps/scandic-web/components/Icons/Map.tsx
similarity index 100%
rename from components/Icons/Map.tsx
rename to apps/scandic-web/components/Icons/Map.tsx
diff --git a/components/Icons/Measure.tsx b/apps/scandic-web/components/Icons/Measure.tsx
similarity index 100%
rename from components/Icons/Measure.tsx
rename to apps/scandic-web/components/Icons/Measure.tsx
diff --git a/components/Icons/Microwave.tsx b/apps/scandic-web/components/Icons/Microwave.tsx
similarity index 100%
rename from components/Icons/Microwave.tsx
rename to apps/scandic-web/components/Icons/Microwave.tsx
diff --git a/components/Icons/Minus.tsx b/apps/scandic-web/components/Icons/Minus.tsx
similarity index 100%
rename from components/Icons/Minus.tsx
rename to apps/scandic-web/components/Icons/Minus.tsx
diff --git a/components/Icons/Mirror.tsx b/apps/scandic-web/components/Icons/Mirror.tsx
similarity index 100%
rename from components/Icons/Mirror.tsx
rename to apps/scandic-web/components/Icons/Mirror.tsx
diff --git a/components/Icons/MoneyHand.tsx b/apps/scandic-web/components/Icons/MoneyHand.tsx
similarity index 100%
rename from components/Icons/MoneyHand.tsx
rename to apps/scandic-web/components/Icons/MoneyHand.tsx
diff --git a/components/Icons/Museum.tsx b/apps/scandic-web/components/Icons/Museum.tsx
similarity index 100%
rename from components/Icons/Museum.tsx
rename to apps/scandic-web/components/Icons/Museum.tsx
diff --git a/components/Icons/Nature.tsx b/apps/scandic-web/components/Icons/Nature.tsx
similarity index 100%
rename from components/Icons/Nature.tsx
rename to apps/scandic-web/components/Icons/Nature.tsx
diff --git a/components/Icons/Nightlife.tsx b/apps/scandic-web/components/Icons/Nightlife.tsx
similarity index 100%
rename from components/Icons/Nightlife.tsx
rename to apps/scandic-web/components/Icons/Nightlife.tsx
diff --git a/components/Icons/NoBreakfast.tsx b/apps/scandic-web/components/Icons/NoBreakfast.tsx
similarity index 100%
rename from components/Icons/NoBreakfast.tsx
rename to apps/scandic-web/components/Icons/NoBreakfast.tsx
diff --git a/components/Icons/NoSmoking.tsx b/apps/scandic-web/components/Icons/NoSmoking.tsx
similarity index 100%
rename from components/Icons/NoSmoking.tsx
rename to apps/scandic-web/components/Icons/NoSmoking.tsx
diff --git a/components/Icons/OpenInNew.tsx b/apps/scandic-web/components/Icons/OpenInNew.tsx
similarity index 100%
rename from components/Icons/OpenInNew.tsx
rename to apps/scandic-web/components/Icons/OpenInNew.tsx
diff --git a/components/Icons/OpenInNewSmall.tsx b/apps/scandic-web/components/Icons/OpenInNewSmall.tsx
similarity index 100%
rename from components/Icons/OpenInNewSmall.tsx
rename to apps/scandic-web/components/Icons/OpenInNewSmall.tsx
diff --git a/components/Icons/OutdoorFurniture.tsx b/apps/scandic-web/components/Icons/OutdoorFurniture.tsx
similarity index 100%
rename from components/Icons/OutdoorFurniture.tsx
rename to apps/scandic-web/components/Icons/OutdoorFurniture.tsx
diff --git a/components/Icons/Parking.tsx b/apps/scandic-web/components/Icons/Parking.tsx
similarity index 100%
rename from components/Icons/Parking.tsx
rename to apps/scandic-web/components/Icons/Parking.tsx
diff --git a/components/Icons/People2.tsx b/apps/scandic-web/components/Icons/People2.tsx
similarity index 100%
rename from components/Icons/People2.tsx
rename to apps/scandic-web/components/Icons/People2.tsx
diff --git a/components/Icons/Person.tsx b/apps/scandic-web/components/Icons/Person.tsx
similarity index 100%
rename from components/Icons/Person.tsx
rename to apps/scandic-web/components/Icons/Person.tsx
diff --git a/components/Icons/Pets.tsx b/apps/scandic-web/components/Icons/Pets.tsx
similarity index 100%
rename from components/Icons/Pets.tsx
rename to apps/scandic-web/components/Icons/Pets.tsx
diff --git a/components/Icons/Phone.tsx b/apps/scandic-web/components/Icons/Phone.tsx
similarity index 100%
rename from components/Icons/Phone.tsx
rename to apps/scandic-web/components/Icons/Phone.tsx
diff --git a/components/Icons/Plus.tsx b/apps/scandic-web/components/Icons/Plus.tsx
similarity index 100%
rename from components/Icons/Plus.tsx
rename to apps/scandic-web/components/Icons/Plus.tsx
diff --git a/components/Icons/PlusCircle.tsx b/apps/scandic-web/components/Icons/PlusCircle.tsx
similarity index 100%
rename from components/Icons/PlusCircle.tsx
rename to apps/scandic-web/components/Icons/PlusCircle.tsx
diff --git a/components/Icons/PriceTag.tsx b/apps/scandic-web/components/Icons/PriceTag.tsx
similarity index 100%
rename from components/Icons/PriceTag.tsx
rename to apps/scandic-web/components/Icons/PriceTag.tsx
diff --git a/components/Icons/Printer.tsx b/apps/scandic-web/components/Icons/Printer.tsx
similarity index 100%
rename from components/Icons/Printer.tsx
rename to apps/scandic-web/components/Icons/Printer.tsx
diff --git a/components/Icons/Refresh.tsx b/apps/scandic-web/components/Icons/Refresh.tsx
similarity index 100%
rename from components/Icons/Refresh.tsx
rename to apps/scandic-web/components/Icons/Refresh.tsx
diff --git a/components/Icons/Restaurant.tsx b/apps/scandic-web/components/Icons/Restaurant.tsx
similarity index 100%
rename from components/Icons/Restaurant.tsx
rename to apps/scandic-web/components/Icons/Restaurant.tsx
diff --git a/components/Icons/RocketLaunch.tsx b/apps/scandic-web/components/Icons/RocketLaunch.tsx
similarity index 100%
rename from components/Icons/RocketLaunch.tsx
rename to apps/scandic-web/components/Icons/RocketLaunch.tsx
diff --git a/components/Icons/RoomService.tsx b/apps/scandic-web/components/Icons/RoomService.tsx
similarity index 100%
rename from components/Icons/RoomService.tsx
rename to apps/scandic-web/components/Icons/RoomService.tsx
diff --git a/components/Icons/SafetyBox.tsx b/apps/scandic-web/components/Icons/SafetyBox.tsx
similarity index 100%
rename from components/Icons/SafetyBox.tsx
rename to apps/scandic-web/components/Icons/SafetyBox.tsx
diff --git a/components/Icons/Sauna.tsx b/apps/scandic-web/components/Icons/Sauna.tsx
similarity index 100%
rename from components/Icons/Sauna.tsx
rename to apps/scandic-web/components/Icons/Sauna.tsx
diff --git a/components/Icons/Search.tsx b/apps/scandic-web/components/Icons/Search.tsx
similarity index 100%
rename from components/Icons/Search.tsx
rename to apps/scandic-web/components/Icons/Search.tsx
diff --git a/components/Icons/Service.tsx b/apps/scandic-web/components/Icons/Service.tsx
similarity index 100%
rename from components/Icons/Service.tsx
rename to apps/scandic-web/components/Icons/Service.tsx
diff --git a/components/Icons/Shopping.tsx b/apps/scandic-web/components/Icons/Shopping.tsx
similarity index 100%
rename from components/Icons/Shopping.tsx
rename to apps/scandic-web/components/Icons/Shopping.tsx
diff --git a/components/Icons/Shower.tsx b/apps/scandic-web/components/Icons/Shower.tsx
similarity index 100%
rename from components/Icons/Shower.tsx
rename to apps/scandic-web/components/Icons/Shower.tsx
diff --git a/components/Icons/Skateboarding.tsx b/apps/scandic-web/components/Icons/Skateboarding.tsx
similarity index 100%
rename from components/Icons/Skateboarding.tsx
rename to apps/scandic-web/components/Icons/Skateboarding.tsx
diff --git a/components/Icons/Smoking.tsx b/apps/scandic-web/components/Icons/Smoking.tsx
similarity index 100%
rename from components/Icons/Smoking.tsx
rename to apps/scandic-web/components/Icons/Smoking.tsx
diff --git a/components/Icons/Snowflake.tsx b/apps/scandic-web/components/Icons/Snowflake.tsx
similarity index 100%
rename from components/Icons/Snowflake.tsx
rename to apps/scandic-web/components/Icons/Snowflake.tsx
diff --git a/components/Icons/Spa.tsx b/apps/scandic-web/components/Icons/Spa.tsx
similarity index 100%
rename from components/Icons/Spa.tsx
rename to apps/scandic-web/components/Icons/Spa.tsx
diff --git a/components/Icons/Speaker.tsx b/apps/scandic-web/components/Icons/Speaker.tsx
similarity index 100%
rename from components/Icons/Speaker.tsx
rename to apps/scandic-web/components/Icons/Speaker.tsx
diff --git a/components/Icons/StarFilled.tsx b/apps/scandic-web/components/Icons/StarFilled.tsx
similarity index 100%
rename from components/Icons/StarFilled.tsx
rename to apps/scandic-web/components/Icons/StarFilled.tsx
diff --git a/components/Icons/Store.tsx b/apps/scandic-web/components/Icons/Store.tsx
similarity index 100%
rename from components/Icons/Store.tsx
rename to apps/scandic-web/components/Icons/Store.tsx
diff --git a/components/Icons/Street.tsx b/apps/scandic-web/components/Icons/Street.tsx
similarity index 100%
rename from components/Icons/Street.tsx
rename to apps/scandic-web/components/Icons/Street.tsx
diff --git a/components/Icons/Surprise.tsx b/apps/scandic-web/components/Icons/Surprise.tsx
similarity index 100%
rename from components/Icons/Surprise.tsx
rename to apps/scandic-web/components/Icons/Surprise.tsx
diff --git a/components/Icons/Swim.tsx b/apps/scandic-web/components/Icons/Swim.tsx
similarity index 100%
rename from components/Icons/Swim.tsx
rename to apps/scandic-web/components/Icons/Swim.tsx
diff --git a/components/Icons/Thermostat.tsx b/apps/scandic-web/components/Icons/Thermostat.tsx
similarity index 100%
rename from components/Icons/Thermostat.tsx
rename to apps/scandic-web/components/Icons/Thermostat.tsx
diff --git a/components/Icons/Train.tsx b/apps/scandic-web/components/Icons/Train.tsx
similarity index 100%
rename from components/Icons/Train.tsx
rename to apps/scandic-web/components/Icons/Train.tsx
diff --git a/components/Icons/TripAdvisor.tsx b/apps/scandic-web/components/Icons/TripAdvisor.tsx
similarity index 100%
rename from components/Icons/TripAdvisor.tsx
rename to apps/scandic-web/components/Icons/TripAdvisor.tsx
diff --git a/components/Icons/Tshirt.tsx b/apps/scandic-web/components/Icons/Tshirt.tsx
similarity index 100%
rename from components/Icons/Tshirt.tsx
rename to apps/scandic-web/components/Icons/Tshirt.tsx
diff --git a/components/Icons/TshirtWash.tsx b/apps/scandic-web/components/Icons/TshirtWash.tsx
similarity index 100%
rename from components/Icons/TshirtWash.tsx
rename to apps/scandic-web/components/Icons/TshirtWash.tsx
diff --git a/components/Icons/TvCasting.tsx b/apps/scandic-web/components/Icons/TvCasting.tsx
similarity index 100%
rename from components/Icons/TvCasting.tsx
rename to apps/scandic-web/components/Icons/TvCasting.tsx
diff --git a/components/Icons/Voucher.tsx b/apps/scandic-web/components/Icons/Voucher.tsx
similarity index 100%
rename from components/Icons/Voucher.tsx
rename to apps/scandic-web/components/Icons/Voucher.tsx
diff --git a/components/Icons/WarningTriangle.tsx b/apps/scandic-web/components/Icons/WarningTriangle.tsx
similarity index 100%
rename from components/Icons/WarningTriangle.tsx
rename to apps/scandic-web/components/Icons/WarningTriangle.tsx
diff --git a/components/Icons/Wheelchair.tsx b/apps/scandic-web/components/Icons/Wheelchair.tsx
similarity index 100%
rename from components/Icons/Wheelchair.tsx
rename to apps/scandic-web/components/Icons/Wheelchair.tsx
diff --git a/components/Icons/Wifi.tsx b/apps/scandic-web/components/Icons/Wifi.tsx
similarity index 100%
rename from components/Icons/Wifi.tsx
rename to apps/scandic-web/components/Icons/Wifi.tsx
diff --git a/components/Icons/WindowCurtainsAlt.tsx b/apps/scandic-web/components/Icons/WindowCurtainsAlt.tsx
similarity index 100%
rename from components/Icons/WindowCurtainsAlt.tsx
rename to apps/scandic-web/components/Icons/WindowCurtainsAlt.tsx
diff --git a/components/Icons/WindowNotAvailable.tsx b/apps/scandic-web/components/Icons/WindowNotAvailable.tsx
similarity index 100%
rename from components/Icons/WindowNotAvailable.tsx
rename to apps/scandic-web/components/Icons/WindowNotAvailable.tsx
diff --git a/components/Icons/WineBar.tsx b/apps/scandic-web/components/Icons/WineBar.tsx
similarity index 100%
rename from components/Icons/WineBar.tsx
rename to apps/scandic-web/components/Icons/WineBar.tsx
diff --git a/components/Icons/WoodFloor.tsx b/apps/scandic-web/components/Icons/WoodFloor.tsx
similarity index 100%
rename from components/Icons/WoodFloor.tsx
rename to apps/scandic-web/components/Icons/WoodFloor.tsx
diff --git a/components/Icons/Yard.tsx b/apps/scandic-web/components/Icons/Yard.tsx
similarity index 100%
rename from components/Icons/Yard.tsx
rename to apps/scandic-web/components/Icons/Yard.tsx
diff --git a/components/Icons/get-icon-by-icon-name.ts b/apps/scandic-web/components/Icons/get-icon-by-icon-name.ts
similarity index 100%
rename from components/Icons/get-icon-by-icon-name.ts
rename to apps/scandic-web/components/Icons/get-icon-by-icon-name.ts
diff --git a/components/Icons/icon.module.css b/apps/scandic-web/components/Icons/icon.module.css
similarity index 100%
rename from components/Icons/icon.module.css
rename to apps/scandic-web/components/Icons/icon.module.css
diff --git a/components/Icons/index.tsx b/apps/scandic-web/components/Icons/index.tsx
similarity index 100%
rename from components/Icons/index.tsx
rename to apps/scandic-web/components/Icons/index.tsx
diff --git a/components/Icons/variants.ts b/apps/scandic-web/components/Icons/variants.ts
similarity index 100%
rename from components/Icons/variants.ts
rename to apps/scandic-web/components/Icons/variants.ts
diff --git a/components/Image.tsx b/apps/scandic-web/components/Image.tsx
similarity index 100%
rename from components/Image.tsx
rename to apps/scandic-web/components/Image.tsx
diff --git a/components/ImageContainer/imageContainer.module.css b/apps/scandic-web/components/ImageContainer/imageContainer.module.css
similarity index 100%
rename from components/ImageContainer/imageContainer.module.css
rename to apps/scandic-web/components/ImageContainer/imageContainer.module.css
diff --git a/components/ImageContainer/index.tsx b/apps/scandic-web/components/ImageContainer/index.tsx
similarity index 100%
rename from components/ImageContainer/index.tsx
rename to apps/scandic-web/components/ImageContainer/index.tsx
diff --git a/components/ImageGallery/imageGallery.module.css b/apps/scandic-web/components/ImageGallery/imageGallery.module.css
similarity index 100%
rename from components/ImageGallery/imageGallery.module.css
rename to apps/scandic-web/components/ImageGallery/imageGallery.module.css
diff --git a/components/ImageGallery/index.tsx b/apps/scandic-web/components/ImageGallery/index.tsx
similarity index 100%
rename from components/ImageGallery/index.tsx
rename to apps/scandic-web/components/ImageGallery/index.tsx
diff --git a/components/JsonToHtml/index.tsx b/apps/scandic-web/components/JsonToHtml/index.tsx
similarity index 100%
rename from components/JsonToHtml/index.tsx
rename to apps/scandic-web/components/JsonToHtml/index.tsx
diff --git a/components/JsonToHtml/jsontohtml.module.css b/apps/scandic-web/components/JsonToHtml/jsontohtml.module.css
similarity index 100%
rename from components/JsonToHtml/jsontohtml.module.css
rename to apps/scandic-web/components/JsonToHtml/jsontohtml.module.css
diff --git a/components/JsonToHtml/renderOptions.tsx b/apps/scandic-web/components/JsonToHtml/renderOptions.tsx
similarity index 100%
rename from components/JsonToHtml/renderOptions.tsx
rename to apps/scandic-web/components/JsonToHtml/renderOptions.tsx
diff --git a/components/JsonToHtml/utils.tsx b/apps/scandic-web/components/JsonToHtml/utils.tsx
similarity index 100%
rename from components/JsonToHtml/utils.tsx
rename to apps/scandic-web/components/JsonToHtml/utils.tsx
diff --git a/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx
similarity index 100%
rename from components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx
rename to apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/index.tsx
diff --git a/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css
similarity index 100%
rename from components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css
rename to apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css
diff --git a/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx
similarity index 100%
rename from components/LanguageSwitcher/LanguageSwitcherContent/index.tsx
rename to apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/index.tsx
diff --git a/components/LanguageSwitcher/LanguageSwitcherContent/languageSwitcherContent.module.css b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/languageSwitcherContent.module.css
similarity index 100%
rename from components/LanguageSwitcher/LanguageSwitcherContent/languageSwitcherContent.module.css
rename to apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/languageSwitcherContent.module.css
diff --git a/components/LanguageSwitcher/LanguageSwitcherContent/utils.ts b/apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/utils.ts
similarity index 100%
rename from components/LanguageSwitcher/LanguageSwitcherContent/utils.ts
rename to apps/scandic-web/components/LanguageSwitcher/LanguageSwitcherContent/utils.ts
diff --git a/components/LanguageSwitcher/index.tsx b/apps/scandic-web/components/LanguageSwitcher/index.tsx
similarity index 100%
rename from components/LanguageSwitcher/index.tsx
rename to apps/scandic-web/components/LanguageSwitcher/index.tsx
diff --git a/components/LanguageSwitcher/languageSwitcher.module.css b/apps/scandic-web/components/LanguageSwitcher/languageSwitcher.module.css
similarity index 100%
rename from components/LanguageSwitcher/languageSwitcher.module.css
rename to apps/scandic-web/components/LanguageSwitcher/languageSwitcher.module.css
diff --git a/components/LanguageSwitcher/variants.ts b/apps/scandic-web/components/LanguageSwitcher/variants.ts
similarity index 100%
rename from components/LanguageSwitcher/variants.ts
rename to apps/scandic-web/components/LanguageSwitcher/variants.ts
diff --git a/components/Levels/Icon.tsx b/apps/scandic-web/components/Levels/Icon.tsx
similarity index 100%
rename from components/Levels/Icon.tsx
rename to apps/scandic-web/components/Levels/Icon.tsx
diff --git a/components/Levels/Level/BestFriend.tsx b/apps/scandic-web/components/Levels/Level/BestFriend.tsx
similarity index 100%
rename from components/Levels/Level/BestFriend.tsx
rename to apps/scandic-web/components/Levels/Level/BestFriend.tsx
diff --git a/components/Levels/Level/CloseFriend.tsx b/apps/scandic-web/components/Levels/Level/CloseFriend.tsx
similarity index 100%
rename from components/Levels/Level/CloseFriend.tsx
rename to apps/scandic-web/components/Levels/Level/CloseFriend.tsx
diff --git a/components/Levels/Level/DearFriend.tsx b/apps/scandic-web/components/Levels/Level/DearFriend.tsx
similarity index 100%
rename from components/Levels/Level/DearFriend.tsx
rename to apps/scandic-web/components/Levels/Level/DearFriend.tsx
diff --git a/components/Levels/Level/GoodFriend.tsx b/apps/scandic-web/components/Levels/Level/GoodFriend.tsx
similarity index 100%
rename from components/Levels/Level/GoodFriend.tsx
rename to apps/scandic-web/components/Levels/Level/GoodFriend.tsx
diff --git a/components/Levels/Level/LoyalFriend.tsx b/apps/scandic-web/components/Levels/Level/LoyalFriend.tsx
similarity index 100%
rename from components/Levels/Level/LoyalFriend.tsx
rename to apps/scandic-web/components/Levels/Level/LoyalFriend.tsx
diff --git a/components/Levels/Level/NewFriend.tsx b/apps/scandic-web/components/Levels/Level/NewFriend.tsx
similarity index 100%
rename from components/Levels/Level/NewFriend.tsx
rename to apps/scandic-web/components/Levels/Level/NewFriend.tsx
diff --git a/components/Levels/Level/ScandicFamily.tsx b/apps/scandic-web/components/Levels/Level/ScandicFamily.tsx
similarity index 100%
rename from components/Levels/Level/ScandicFamily.tsx
rename to apps/scandic-web/components/Levels/Level/ScandicFamily.tsx
diff --git a/components/Levels/Level/ScandicFriends.tsx b/apps/scandic-web/components/Levels/Level/ScandicFriends.tsx
similarity index 100%
rename from components/Levels/Level/ScandicFriends.tsx
rename to apps/scandic-web/components/Levels/Level/ScandicFriends.tsx
diff --git a/components/Levels/Level/TrueFriend.tsx b/apps/scandic-web/components/Levels/Level/TrueFriend.tsx
similarity index 100%
rename from components/Levels/Level/TrueFriend.tsx
rename to apps/scandic-web/components/Levels/Level/TrueFriend.tsx
diff --git a/components/Levels/index.tsx b/apps/scandic-web/components/Levels/index.tsx
similarity index 100%
rename from components/Levels/index.tsx
rename to apps/scandic-web/components/Levels/index.tsx
diff --git a/components/Levels/levels.module.css b/apps/scandic-web/components/Levels/levels.module.css
similarity index 100%
rename from components/Levels/levels.module.css
rename to apps/scandic-web/components/Levels/levels.module.css
diff --git a/components/Levels/levels.ts b/apps/scandic-web/components/Levels/levels.ts
similarity index 100%
rename from components/Levels/levels.ts
rename to apps/scandic-web/components/Levels/levels.ts
diff --git a/components/Levels/variants.ts b/apps/scandic-web/components/Levels/variants.ts
similarity index 100%
rename from components/Levels/variants.ts
rename to apps/scandic-web/components/Levels/variants.ts
diff --git a/components/Lightbox/FullView.tsx b/apps/scandic-web/components/Lightbox/FullView.tsx
similarity index 100%
rename from components/Lightbox/FullView.tsx
rename to apps/scandic-web/components/Lightbox/FullView.tsx
diff --git a/components/Lightbox/Gallery.tsx b/apps/scandic-web/components/Lightbox/Gallery.tsx
similarity index 100%
rename from components/Lightbox/Gallery.tsx
rename to apps/scandic-web/components/Lightbox/Gallery.tsx
diff --git a/components/Lightbox/Lightbox.module.css b/apps/scandic-web/components/Lightbox/Lightbox.module.css
similarity index 100%
rename from components/Lightbox/Lightbox.module.css
rename to apps/scandic-web/components/Lightbox/Lightbox.module.css
diff --git a/components/Lightbox/index.tsx b/apps/scandic-web/components/Lightbox/index.tsx
similarity index 100%
rename from components/Lightbox/index.tsx
rename to apps/scandic-web/components/Lightbox/index.tsx
diff --git a/components/LivePreview/index.tsx b/apps/scandic-web/components/LivePreview/index.tsx
similarity index 100%
rename from components/LivePreview/index.tsx
rename to apps/scandic-web/components/LivePreview/index.tsx
diff --git a/components/Loading/index.tsx b/apps/scandic-web/components/Loading/index.tsx
similarity index 100%
rename from components/Loading/index.tsx
rename to apps/scandic-web/components/Loading/index.tsx
diff --git a/components/Loading/loading.module.css b/apps/scandic-web/components/Loading/loading.module.css
similarity index 100%
rename from components/Loading/loading.module.css
rename to apps/scandic-web/components/Loading/loading.module.css
diff --git a/components/LoadingSpinner/index.tsx b/apps/scandic-web/components/LoadingSpinner/index.tsx
similarity index 100%
rename from components/LoadingSpinner/index.tsx
rename to apps/scandic-web/components/LoadingSpinner/index.tsx
diff --git a/components/LoadingSpinner/loading.module.css b/apps/scandic-web/components/LoadingSpinner/loading.module.css
similarity index 100%
rename from components/LoadingSpinner/loading.module.css
rename to apps/scandic-web/components/LoadingSpinner/loading.module.css
diff --git a/components/LoginButton/index.tsx b/apps/scandic-web/components/LoginButton/index.tsx
similarity index 100%
rename from components/LoginButton/index.tsx
rename to apps/scandic-web/components/LoginButton/index.tsx
diff --git a/components/MapContainer/index.tsx b/apps/scandic-web/components/MapContainer/index.tsx
similarity index 100%
rename from components/MapContainer/index.tsx
rename to apps/scandic-web/components/MapContainer/index.tsx
diff --git a/components/MapContainer/mapModal.module.css b/apps/scandic-web/components/MapContainer/mapModal.module.css
similarity index 100%
rename from components/MapContainer/mapModal.module.css
rename to apps/scandic-web/components/MapContainer/mapModal.module.css
diff --git a/components/Maps/InteractiveMap/HotelListingMapContent/hotelListingMapContent.module.css b/apps/scandic-web/components/Maps/InteractiveMap/HotelListingMapContent/hotelListingMapContent.module.css
similarity index 100%
rename from components/Maps/InteractiveMap/HotelListingMapContent/hotelListingMapContent.module.css
rename to apps/scandic-web/components/Maps/InteractiveMap/HotelListingMapContent/hotelListingMapContent.module.css
diff --git a/components/Maps/InteractiveMap/HotelListingMapContent/index.tsx b/apps/scandic-web/components/Maps/InteractiveMap/HotelListingMapContent/index.tsx
similarity index 100%
rename from components/Maps/InteractiveMap/HotelListingMapContent/index.tsx
rename to apps/scandic-web/components/Maps/InteractiveMap/HotelListingMapContent/index.tsx
diff --git a/components/Maps/InteractiveMap/HotelMapContent/hotelMapContent.module.css b/apps/scandic-web/components/Maps/InteractiveMap/HotelMapContent/hotelMapContent.module.css
similarity index 100%
rename from components/Maps/InteractiveMap/HotelMapContent/hotelMapContent.module.css
rename to apps/scandic-web/components/Maps/InteractiveMap/HotelMapContent/hotelMapContent.module.css
diff --git a/components/Maps/InteractiveMap/HotelMapContent/index.tsx b/apps/scandic-web/components/Maps/InteractiveMap/HotelMapContent/index.tsx
similarity index 100%
rename from components/Maps/InteractiveMap/HotelMapContent/index.tsx
rename to apps/scandic-web/components/Maps/InteractiveMap/HotelMapContent/index.tsx
diff --git a/components/Maps/InteractiveMap/index.tsx b/apps/scandic-web/components/Maps/InteractiveMap/index.tsx
similarity index 100%
rename from components/Maps/InteractiveMap/index.tsx
rename to apps/scandic-web/components/Maps/InteractiveMap/index.tsx
diff --git a/components/Maps/InteractiveMap/interactiveMap.module.css b/apps/scandic-web/components/Maps/InteractiveMap/interactiveMap.module.css
similarity index 100%
rename from components/Maps/InteractiveMap/interactiveMap.module.css
rename to apps/scandic-web/components/Maps/InteractiveMap/interactiveMap.module.css
diff --git a/components/Maps/Markers/DowntownCamper.tsx b/apps/scandic-web/components/Maps/Markers/DowntownCamper.tsx
similarity index 100%
rename from components/Maps/Markers/DowntownCamper.tsx
rename to apps/scandic-web/components/Maps/Markers/DowntownCamper.tsx
diff --git a/components/Maps/Markers/DowntownCamperSmall.tsx b/apps/scandic-web/components/Maps/Markers/DowntownCamperSmall.tsx
similarity index 100%
rename from components/Maps/Markers/DowntownCamperSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/DowntownCamperSmall.tsx
diff --git a/components/Maps/Markers/GrandHotel.tsx b/apps/scandic-web/components/Maps/Markers/GrandHotel.tsx
similarity index 100%
rename from components/Maps/Markers/GrandHotel.tsx
rename to apps/scandic-web/components/Maps/Markers/GrandHotel.tsx
diff --git a/components/Maps/Markers/GrandHotelSmall.tsx b/apps/scandic-web/components/Maps/Markers/GrandHotelSmall.tsx
similarity index 100%
rename from components/Maps/Markers/GrandHotelSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/GrandHotelSmall.tsx
diff --git a/components/Maps/Markers/Haymarket.tsx b/apps/scandic-web/components/Maps/Markers/Haymarket.tsx
similarity index 100%
rename from components/Maps/Markers/Haymarket.tsx
rename to apps/scandic-web/components/Maps/Markers/Haymarket.tsx
diff --git a/components/Maps/Markers/HaymarketSmall.tsx b/apps/scandic-web/components/Maps/Markers/HaymarketSmall.tsx
similarity index 100%
rename from components/Maps/Markers/HaymarketSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/HaymarketSmall.tsx
diff --git a/components/Maps/Markers/HotelMarker/hotelMarker.module.css b/apps/scandic-web/components/Maps/Markers/HotelMarker/hotelMarker.module.css
similarity index 100%
rename from components/Maps/Markers/HotelMarker/hotelMarker.module.css
rename to apps/scandic-web/components/Maps/Markers/HotelMarker/hotelMarker.module.css
diff --git a/components/Maps/Markers/HotelMarker/index.tsx b/apps/scandic-web/components/Maps/Markers/HotelMarker/index.tsx
similarity index 100%
rename from components/Maps/Markers/HotelMarker/index.tsx
rename to apps/scandic-web/components/Maps/Markers/HotelMarker/index.tsx
diff --git a/components/Maps/Markers/HotelMarker/variants.ts b/apps/scandic-web/components/Maps/Markers/HotelMarker/variants.ts
similarity index 100%
rename from components/Maps/Markers/HotelMarker/variants.ts
rename to apps/scandic-web/components/Maps/Markers/HotelMarker/variants.ts
diff --git a/components/Maps/Markers/HotelNorge.tsx b/apps/scandic-web/components/Maps/Markers/HotelNorge.tsx
similarity index 100%
rename from components/Maps/Markers/HotelNorge.tsx
rename to apps/scandic-web/components/Maps/Markers/HotelNorge.tsx
diff --git a/components/Maps/Markers/HotelNorgeSmall.tsx b/apps/scandic-web/components/Maps/Markers/HotelNorgeSmall.tsx
similarity index 100%
rename from components/Maps/Markers/HotelNorgeSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/HotelNorgeSmall.tsx
diff --git a/components/Maps/Markers/Marski.tsx b/apps/scandic-web/components/Maps/Markers/Marski.tsx
similarity index 100%
rename from components/Maps/Markers/Marski.tsx
rename to apps/scandic-web/components/Maps/Markers/Marski.tsx
diff --git a/components/Maps/Markers/MarskiSmall.tsx b/apps/scandic-web/components/Maps/Markers/MarskiSmall.tsx
similarity index 100%
rename from components/Maps/Markers/MarskiSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/MarskiSmall.tsx
diff --git a/components/Maps/Markers/Poi/index.tsx b/apps/scandic-web/components/Maps/Markers/Poi/index.tsx
similarity index 100%
rename from components/Maps/Markers/Poi/index.tsx
rename to apps/scandic-web/components/Maps/Markers/Poi/index.tsx
diff --git a/components/Maps/Markers/Poi/poi.module.css b/apps/scandic-web/components/Maps/Markers/Poi/poi.module.css
similarity index 100%
rename from components/Maps/Markers/Poi/poi.module.css
rename to apps/scandic-web/components/Maps/Markers/Poi/poi.module.css
diff --git a/components/Maps/Markers/Poi/variants.ts b/apps/scandic-web/components/Maps/Markers/Poi/variants.ts
similarity index 100%
rename from components/Maps/Markers/Poi/variants.ts
rename to apps/scandic-web/components/Maps/Markers/Poi/variants.ts
diff --git a/components/Maps/Markers/Scandic.tsx b/apps/scandic-web/components/Maps/Markers/Scandic.tsx
similarity index 100%
rename from components/Maps/Markers/Scandic.tsx
rename to apps/scandic-web/components/Maps/Markers/Scandic.tsx
diff --git a/components/Maps/Markers/ScandicGo.tsx b/apps/scandic-web/components/Maps/Markers/ScandicGo.tsx
similarity index 100%
rename from components/Maps/Markers/ScandicGo.tsx
rename to apps/scandic-web/components/Maps/Markers/ScandicGo.tsx
diff --git a/components/Maps/Markers/ScandicGoSmall.tsx b/apps/scandic-web/components/Maps/Markers/ScandicGoSmall.tsx
similarity index 100%
rename from components/Maps/Markers/ScandicGoSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/ScandicGoSmall.tsx
diff --git a/components/Maps/Markers/ScandicSmall.tsx b/apps/scandic-web/components/Maps/Markers/ScandicSmall.tsx
similarity index 100%
rename from components/Maps/Markers/ScandicSmall.tsx
rename to apps/scandic-web/components/Maps/Markers/ScandicSmall.tsx
diff --git a/components/Maps/Markers/index.tsx b/apps/scandic-web/components/Maps/Markers/index.tsx
similarity index 100%
rename from components/Maps/Markers/index.tsx
rename to apps/scandic-web/components/Maps/Markers/index.tsx
diff --git a/components/Maps/Markers/utils.ts b/apps/scandic-web/components/Maps/Markers/utils.ts
similarity index 100%
rename from components/Maps/Markers/utils.ts
rename to apps/scandic-web/components/Maps/Markers/utils.ts
diff --git a/components/Maps/StaticMap/ReadMe.md b/apps/scandic-web/components/Maps/StaticMap/ReadMe.md
similarity index 100%
rename from components/Maps/StaticMap/ReadMe.md
rename to apps/scandic-web/components/Maps/StaticMap/ReadMe.md
diff --git a/components/Maps/StaticMap/index.tsx b/apps/scandic-web/components/Maps/StaticMap/index.tsx
similarity index 100%
rename from components/Maps/StaticMap/index.tsx
rename to apps/scandic-web/components/Maps/StaticMap/index.tsx
diff --git a/components/MaxWidth/index.tsx b/apps/scandic-web/components/MaxWidth/index.tsx
similarity index 100%
rename from components/MaxWidth/index.tsx
rename to apps/scandic-web/components/MaxWidth/index.tsx
diff --git a/components/MaxWidth/maxWidth.module.css b/apps/scandic-web/components/MaxWidth/maxWidth.module.css
similarity index 100%
rename from components/MaxWidth/maxWidth.module.css
rename to apps/scandic-web/components/MaxWidth/maxWidth.module.css
diff --git a/components/Modal/index.tsx b/apps/scandic-web/components/Modal/index.tsx
similarity index 100%
rename from components/Modal/index.tsx
rename to apps/scandic-web/components/Modal/index.tsx
diff --git a/components/Modal/modal.module.css b/apps/scandic-web/components/Modal/modal.module.css
similarity index 100%
rename from components/Modal/modal.module.css
rename to apps/scandic-web/components/Modal/modal.module.css
diff --git a/components/Modal/modal.ts b/apps/scandic-web/components/Modal/modal.ts
similarity index 100%
rename from components/Modal/modal.ts
rename to apps/scandic-web/components/Modal/modal.ts
diff --git a/components/Modal/motionVariants.ts b/apps/scandic-web/components/Modal/motionVariants.ts
similarity index 100%
rename from components/Modal/motionVariants.ts
rename to apps/scandic-web/components/Modal/motionVariants.ts
diff --git a/components/MyPages/Avatar/avatar.module.css b/apps/scandic-web/components/MyPages/Avatar/avatar.module.css
similarity index 100%
rename from components/MyPages/Avatar/avatar.module.css
rename to apps/scandic-web/components/MyPages/Avatar/avatar.module.css
diff --git a/components/MyPages/Avatar/index.tsx b/apps/scandic-web/components/MyPages/Avatar/index.tsx
similarity index 100%
rename from components/MyPages/Avatar/index.tsx
rename to apps/scandic-web/components/MyPages/Avatar/index.tsx
diff --git a/components/MyPages/Pagination/index.tsx b/apps/scandic-web/components/MyPages/Pagination/index.tsx
similarity index 100%
rename from components/MyPages/Pagination/index.tsx
rename to apps/scandic-web/components/MyPages/Pagination/index.tsx
diff --git a/components/MyPages/Pagination/pagination.module.css b/apps/scandic-web/components/MyPages/Pagination/pagination.module.css
similarity index 100%
rename from components/MyPages/Pagination/pagination.module.css
rename to apps/scandic-web/components/MyPages/Pagination/pagination.module.css
diff --git a/components/MyPages/Sidebar/SidebarNavigationSkeleton.tsx b/apps/scandic-web/components/MyPages/Sidebar/SidebarNavigationSkeleton.tsx
similarity index 100%
rename from components/MyPages/Sidebar/SidebarNavigationSkeleton.tsx
rename to apps/scandic-web/components/MyPages/Sidebar/SidebarNavigationSkeleton.tsx
diff --git a/components/MyPages/Sidebar/index.tsx b/apps/scandic-web/components/MyPages/Sidebar/index.tsx
similarity index 100%
rename from components/MyPages/Sidebar/index.tsx
rename to apps/scandic-web/components/MyPages/Sidebar/index.tsx
diff --git a/components/MyPages/Sidebar/sidebar.module.css b/apps/scandic-web/components/MyPages/Sidebar/sidebar.module.css
similarity index 100%
rename from components/MyPages/Sidebar/sidebar.module.css
rename to apps/scandic-web/components/MyPages/Sidebar/sidebar.module.css
diff --git a/components/MyPages/Surprises/Card.tsx b/apps/scandic-web/components/MyPages/Surprises/Card.tsx
similarity index 100%
rename from components/MyPages/Surprises/Card.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Card.tsx
diff --git a/components/MyPages/Surprises/Client.tsx b/apps/scandic-web/components/MyPages/Surprises/Client.tsx
similarity index 99%
rename from components/MyPages/Surprises/Client.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Client.tsx
index a62a1140c..c5d05ad65 100644
--- a/components/MyPages/Surprises/Client.tsx
+++ b/apps/scandic-web/components/MyPages/Surprises/Client.tsx
@@ -77,7 +77,7 @@ export default function SurprisesNotification({
console.error("Failed to unwrap surprise", error)
toast.error(
<>
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "Oops! Something went wrong while showing your surprise. Please refresh the page or try again later. If the issue persists, contact the support.",
},
diff --git a/components/MyPages/Surprises/Header.tsx b/apps/scandic-web/components/MyPages/Surprises/Header.tsx
similarity index 100%
rename from components/MyPages/Surprises/Header.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Header.tsx
diff --git a/components/MyPages/Surprises/Initial.tsx b/apps/scandic-web/components/MyPages/Surprises/Initial.tsx
similarity index 96%
rename from components/MyPages/Surprises/Initial.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Initial.tsx
index 5a796644f..e9ed63c49 100644
--- a/components/MyPages/Surprises/Initial.tsx
+++ b/apps/scandic-web/components/MyPages/Surprises/Initial.tsx
@@ -16,7 +16,7 @@ export default function Initial({ totalSurprises, onOpen }: InitialProps) {
{totalSurprises > 1 ? (
<>
- {intl.formatMessage(
+ {intl.formatMessage(
{
id: "You have {amount} gifts waiting for you!",
},
diff --git a/components/MyPages/Surprises/Navigation.tsx b/apps/scandic-web/components/MyPages/Surprises/Navigation.tsx
similarity index 100%
rename from components/MyPages/Surprises/Navigation.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Navigation.tsx
diff --git a/components/MyPages/Surprises/Slide.tsx b/apps/scandic-web/components/MyPages/Surprises/Slide.tsx
similarity index 100%
rename from components/MyPages/Surprises/Slide.tsx
rename to apps/scandic-web/components/MyPages/Surprises/Slide.tsx
diff --git a/components/MyPages/Surprises/confetti.ts b/apps/scandic-web/components/MyPages/Surprises/confetti.ts
similarity index 100%
rename from components/MyPages/Surprises/confetti.ts
rename to apps/scandic-web/components/MyPages/Surprises/confetti.ts
diff --git a/components/MyPages/Surprises/index.tsx b/apps/scandic-web/components/MyPages/Surprises/index.tsx
similarity index 100%
rename from components/MyPages/Surprises/index.tsx
rename to apps/scandic-web/components/MyPages/Surprises/index.tsx
diff --git a/components/MyPages/Surprises/surprises.module.css b/apps/scandic-web/components/MyPages/Surprises/surprises.module.css
similarity index 100%
rename from components/MyPages/Surprises/surprises.module.css
rename to apps/scandic-web/components/MyPages/Surprises/surprises.module.css
diff --git a/components/MyPages/myprofile/communication/communication.module.css b/apps/scandic-web/components/MyPages/myprofile/communication/communication.module.css
similarity index 100%
rename from components/MyPages/myprofile/communication/communication.module.css
rename to apps/scandic-web/components/MyPages/myprofile/communication/communication.module.css
diff --git a/components/MyPages/myprofile/communication/communication.tsx b/apps/scandic-web/components/MyPages/myprofile/communication/communication.tsx
similarity index 100%
rename from components/MyPages/myprofile/communication/communication.tsx
rename to apps/scandic-web/components/MyPages/myprofile/communication/communication.tsx
diff --git a/components/MyPages/myprofile/creditCards/creditCards.module.css b/apps/scandic-web/components/MyPages/myprofile/creditCards/creditCards.module.css
similarity index 100%
rename from components/MyPages/myprofile/creditCards/creditCards.module.css
rename to apps/scandic-web/components/MyPages/myprofile/creditCards/creditCards.module.css
diff --git a/components/MyPages/myprofile/creditCards/creditCards.tsx b/apps/scandic-web/components/MyPages/myprofile/creditCards/creditCards.tsx
similarity index 100%
rename from components/MyPages/myprofile/creditCards/creditCards.tsx
rename to apps/scandic-web/components/MyPages/myprofile/creditCards/creditCards.tsx
diff --git a/components/MyPages/myprofile/membershipCards/membershipcards.module.css b/apps/scandic-web/components/MyPages/myprofile/membershipCards/membershipcards.module.css
similarity index 100%
rename from components/MyPages/myprofile/membershipCards/membershipcards.module.css
rename to apps/scandic-web/components/MyPages/myprofile/membershipCards/membershipcards.module.css
diff --git a/components/MyPages/myprofile/membershipCards/membershipcards.tsx b/apps/scandic-web/components/MyPages/myprofile/membershipCards/membershipcards.tsx
similarity index 100%
rename from components/MyPages/myprofile/membershipCards/membershipcards.tsx
rename to apps/scandic-web/components/MyPages/myprofile/membershipCards/membershipcards.tsx
diff --git a/components/MyPages/myprofile/profile/profile.module.css b/apps/scandic-web/components/MyPages/myprofile/profile/profile.module.css
similarity index 100%
rename from components/MyPages/myprofile/profile/profile.module.css
rename to apps/scandic-web/components/MyPages/myprofile/profile/profile.module.css
diff --git a/components/MyPages/myprofile/profile/profile.tsx b/apps/scandic-web/components/MyPages/myprofile/profile/profile.tsx
similarity index 100%
rename from components/MyPages/myprofile/profile/profile.tsx
rename to apps/scandic-web/components/MyPages/myprofile/profile/profile.tsx
diff --git a/components/OpeningHours/index.tsx b/apps/scandic-web/components/OpeningHours/index.tsx
similarity index 100%
rename from components/OpeningHours/index.tsx
rename to apps/scandic-web/components/OpeningHours/index.tsx
diff --git a/components/OpeningHours/openingHours.module.css b/apps/scandic-web/components/OpeningHours/openingHours.module.css
similarity index 100%
rename from components/OpeningHours/openingHours.module.css
rename to apps/scandic-web/components/OpeningHours/openingHours.module.css
diff --git a/components/ParkingInformation/ParkingList/index.tsx b/apps/scandic-web/components/ParkingInformation/ParkingList/index.tsx
similarity index 100%
rename from components/ParkingInformation/ParkingList/index.tsx
rename to apps/scandic-web/components/ParkingInformation/ParkingList/index.tsx
diff --git a/components/ParkingInformation/ParkingList/parkingList.module.css b/apps/scandic-web/components/ParkingInformation/ParkingList/parkingList.module.css
similarity index 100%
rename from components/ParkingInformation/ParkingList/parkingList.module.css
rename to apps/scandic-web/components/ParkingInformation/ParkingList/parkingList.module.css
diff --git a/components/ParkingInformation/ParkingPrices/index.tsx b/apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx
similarity index 100%
rename from components/ParkingInformation/ParkingPrices/index.tsx
rename to apps/scandic-web/components/ParkingInformation/ParkingPrices/index.tsx
diff --git a/components/ParkingInformation/ParkingPrices/parkingPrices.module.css b/apps/scandic-web/components/ParkingInformation/ParkingPrices/parkingPrices.module.css
similarity index 100%
rename from components/ParkingInformation/ParkingPrices/parkingPrices.module.css
rename to apps/scandic-web/components/ParkingInformation/ParkingPrices/parkingPrices.module.css
diff --git a/components/ParkingInformation/index.tsx b/apps/scandic-web/components/ParkingInformation/index.tsx
similarity index 100%
rename from components/ParkingInformation/index.tsx
rename to apps/scandic-web/components/ParkingInformation/index.tsx
diff --git a/components/ParkingInformation/parkingInformation.module.css b/apps/scandic-web/components/ParkingInformation/parkingInformation.module.css
similarity index 100%
rename from components/ParkingInformation/parkingInformation.module.css
rename to apps/scandic-web/components/ParkingInformation/parkingInformation.module.css
diff --git a/components/Profile/AddCreditCardButton/addCreditCardButton.module.css b/apps/scandic-web/components/Profile/AddCreditCardButton/addCreditCardButton.module.css
similarity index 100%
rename from components/Profile/AddCreditCardButton/addCreditCardButton.module.css
rename to apps/scandic-web/components/Profile/AddCreditCardButton/addCreditCardButton.module.css
diff --git a/components/Profile/AddCreditCardButton/index.tsx b/apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx
similarity index 100%
rename from components/Profile/AddCreditCardButton/index.tsx
rename to apps/scandic-web/components/Profile/AddCreditCardButton/index.tsx
diff --git a/components/Profile/CreditCardList/CreditCardList.module.css b/apps/scandic-web/components/Profile/CreditCardList/CreditCardList.module.css
similarity index 100%
rename from components/Profile/CreditCardList/CreditCardList.module.css
rename to apps/scandic-web/components/Profile/CreditCardList/CreditCardList.module.css
diff --git a/components/Profile/CreditCardList/index.tsx b/apps/scandic-web/components/Profile/CreditCardList/index.tsx
similarity index 100%
rename from components/Profile/CreditCardList/index.tsx
rename to apps/scandic-web/components/Profile/CreditCardList/index.tsx
diff --git a/components/Profile/CreditCardRow/creditCardRow.module.css b/apps/scandic-web/components/Profile/CreditCardRow/creditCardRow.module.css
similarity index 100%
rename from components/Profile/CreditCardRow/creditCardRow.module.css
rename to apps/scandic-web/components/Profile/CreditCardRow/creditCardRow.module.css
diff --git a/components/Profile/CreditCardRow/index.tsx b/apps/scandic-web/components/Profile/CreditCardRow/index.tsx
similarity index 100%
rename from components/Profile/CreditCardRow/index.tsx
rename to apps/scandic-web/components/Profile/CreditCardRow/index.tsx
diff --git a/components/Profile/DeleteCreditCardButton/index.tsx b/apps/scandic-web/components/Profile/DeleteCreditCardButton/index.tsx
similarity index 100%
rename from components/Profile/DeleteCreditCardButton/index.tsx
rename to apps/scandic-web/components/Profile/DeleteCreditCardButton/index.tsx
diff --git a/components/Profile/DeleteCreditCardConfirmation.tsx b/apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx
similarity index 100%
rename from components/Profile/DeleteCreditCardConfirmation.tsx
rename to apps/scandic-web/components/Profile/DeleteCreditCardConfirmation.tsx
diff --git a/components/Profile/Header/header.module.css b/apps/scandic-web/components/Profile/Header/header.module.css
similarity index 100%
rename from components/Profile/Header/header.module.css
rename to apps/scandic-web/components/Profile/Header/header.module.css
diff --git a/components/Profile/Header/index.tsx b/apps/scandic-web/components/Profile/Header/index.tsx
similarity index 100%
rename from components/Profile/Header/index.tsx
rename to apps/scandic-web/components/Profile/Header/index.tsx
diff --git a/components/Profile/ManagePreferencesButton/index.tsx b/apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx
similarity index 100%
rename from components/Profile/ManagePreferencesButton/index.tsx
rename to apps/scandic-web/components/Profile/ManagePreferencesButton/index.tsx
diff --git a/components/Profile/ManagePreferencesButton/managePreferencesButton.module.css b/apps/scandic-web/components/Profile/ManagePreferencesButton/managePreferencesButton.module.css
similarity index 100%
rename from components/Profile/ManagePreferencesButton/managePreferencesButton.module.css
rename to apps/scandic-web/components/Profile/ManagePreferencesButton/managePreferencesButton.module.css
diff --git a/components/ProtectedLayout.tsx b/apps/scandic-web/components/ProtectedLayout.tsx
similarity index 100%
rename from components/ProtectedLayout.tsx
rename to apps/scandic-web/components/ProtectedLayout.tsx
diff --git a/components/Redirect.tsx b/apps/scandic-web/components/Redirect.tsx
similarity index 100%
rename from components/Redirect.tsx
rename to apps/scandic-web/components/Redirect.tsx
diff --git a/components/SasTierComparison/index.tsx b/apps/scandic-web/components/SasTierComparison/index.tsx
similarity index 100%
rename from components/SasTierComparison/index.tsx
rename to apps/scandic-web/components/SasTierComparison/index.tsx
diff --git a/components/SasTierComparison/sasTierComparison.module.css b/apps/scandic-web/components/SasTierComparison/sasTierComparison.module.css
similarity index 100%
rename from components/SasTierComparison/sasTierComparison.module.css
rename to apps/scandic-web/components/SasTierComparison/sasTierComparison.module.css
diff --git a/components/Section/Container/container.module.css b/apps/scandic-web/components/Section/Container/container.module.css
similarity index 100%
rename from components/Section/Container/container.module.css
rename to apps/scandic-web/components/Section/Container/container.module.css
diff --git a/components/Section/Container/index.tsx b/apps/scandic-web/components/Section/Container/index.tsx
similarity index 100%
rename from components/Section/Container/index.tsx
rename to apps/scandic-web/components/Section/Container/index.tsx
diff --git a/components/Section/Header/header.module.css b/apps/scandic-web/components/Section/Header/header.module.css
similarity index 100%
rename from components/Section/Header/header.module.css
rename to apps/scandic-web/components/Section/Header/header.module.css
diff --git a/components/Section/Header/index.tsx b/apps/scandic-web/components/Section/Header/index.tsx
similarity index 100%
rename from components/Section/Header/index.tsx
rename to apps/scandic-web/components/Section/Header/index.tsx
diff --git a/components/Section/Link/index.tsx b/apps/scandic-web/components/Section/Link/index.tsx
similarity index 100%
rename from components/Section/Link/index.tsx
rename to apps/scandic-web/components/Section/Link/index.tsx
diff --git a/components/Section/Link/link.module.css b/apps/scandic-web/components/Section/Link/link.module.css
similarity index 100%
rename from components/Section/Link/link.module.css
rename to apps/scandic-web/components/Section/Link/link.module.css
diff --git a/components/Section/Link/link.ts b/apps/scandic-web/components/Section/Link/link.ts
similarity index 100%
rename from components/Section/Link/link.ts
rename to apps/scandic-web/components/Section/Link/link.ts
diff --git a/components/Section/Link/variants.ts b/apps/scandic-web/components/Section/Link/variants.ts
similarity index 100%
rename from components/Section/Link/variants.ts
rename to apps/scandic-web/components/Section/Link/variants.ts
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/Accessibility.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Accessibility.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/Accessibility.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Accessibility.tsx
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/CheckInCheckOut.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/CheckInCheckOut.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/CheckInCheckOut.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/CheckInCheckOut.tsx
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/MeetingsAndConferences.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/MeetingsAndConferences.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/MeetingsAndConferences.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/MeetingsAndConferences.tsx
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/Parking.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Parking.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/Parking.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Parking.tsx
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/Restaurant.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Restaurant.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/Restaurant.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/Restaurant.tsx
diff --git a/components/SidePeeks/HotelSidePeek/Accordions/sidePeekAccordion.module.css b/apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/sidePeekAccordion.module.css
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/Accordions/sidePeekAccordion.module.css
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/Accordions/sidePeekAccordion.module.css
diff --git a/components/SidePeeks/HotelSidePeek/hotelSidePeek.module.css b/apps/scandic-web/components/SidePeeks/HotelSidePeek/hotelSidePeek.module.css
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/hotelSidePeek.module.css
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/hotelSidePeek.module.css
diff --git a/components/SidePeeks/HotelSidePeek/index.tsx b/apps/scandic-web/components/SidePeeks/HotelSidePeek/index.tsx
similarity index 100%
rename from components/SidePeeks/HotelSidePeek/index.tsx
rename to apps/scandic-web/components/SidePeeks/HotelSidePeek/index.tsx
diff --git a/components/SidePeeks/RoomSidePeek/bedIcon.ts b/apps/scandic-web/components/SidePeeks/RoomSidePeek/bedIcon.ts
similarity index 100%
rename from components/SidePeeks/RoomSidePeek/bedIcon.ts
rename to apps/scandic-web/components/SidePeeks/RoomSidePeek/bedIcon.ts
diff --git a/components/SidePeeks/RoomSidePeek/facilityIcon.ts b/apps/scandic-web/components/SidePeeks/RoomSidePeek/facilityIcon.ts
similarity index 100%
rename from components/SidePeeks/RoomSidePeek/facilityIcon.ts
rename to apps/scandic-web/components/SidePeeks/RoomSidePeek/facilityIcon.ts
diff --git a/components/SidePeeks/RoomSidePeek/index.tsx b/apps/scandic-web/components/SidePeeks/RoomSidePeek/index.tsx
similarity index 100%
rename from components/SidePeeks/RoomSidePeek/index.tsx
rename to apps/scandic-web/components/SidePeeks/RoomSidePeek/index.tsx
diff --git a/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css b/apps/scandic-web/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css
similarity index 100%
rename from components/SidePeeks/RoomSidePeek/roomSidePeek.module.css
rename to apps/scandic-web/components/SidePeeks/RoomSidePeek/roomSidePeek.module.css
diff --git a/components/SidePeeks/SidePeekProvider/index.tsx b/apps/scandic-web/components/SidePeeks/SidePeekProvider/index.tsx
similarity index 100%
rename from components/SidePeeks/SidePeekProvider/index.tsx
rename to apps/scandic-web/components/SidePeeks/SidePeekProvider/index.tsx
diff --git a/components/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css
similarity index 100%
rename from components/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/ContactRow/contactRow.module.css
diff --git a/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx
similarity index 100%
rename from components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx
diff --git a/components/Sidebar/JoinLoyalty/Contact/contact.module.css b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/contact.module.css
similarity index 100%
rename from components/Sidebar/JoinLoyalty/Contact/contact.module.css
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/contact.module.css
diff --git a/components/Sidebar/JoinLoyalty/Contact/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx
similarity index 100%
rename from components/Sidebar/JoinLoyalty/Contact/index.tsx
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/Contact/index.tsx
diff --git a/components/Sidebar/JoinLoyalty/ReadMore/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx
similarity index 100%
rename from components/Sidebar/JoinLoyalty/ReadMore/index.tsx
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/index.tsx
diff --git a/components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css b/apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css
similarity index 100%
rename from components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css
diff --git a/components/Sidebar/JoinLoyalty/index.tsx b/apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx
similarity index 100%
rename from components/Sidebar/JoinLoyalty/index.tsx
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/index.tsx
diff --git a/components/Sidebar/JoinLoyalty/joinLoyalty.module.css b/apps/scandic-web/components/Sidebar/JoinLoyalty/joinLoyalty.module.css
similarity index 100%
rename from components/Sidebar/JoinLoyalty/joinLoyalty.module.css
rename to apps/scandic-web/components/Sidebar/JoinLoyalty/joinLoyalty.module.css
diff --git a/components/Sidebar/MyPagesNavigation.tsx b/apps/scandic-web/components/Sidebar/MyPagesNavigation.tsx
similarity index 100%
rename from components/Sidebar/MyPagesNavigation.tsx
rename to apps/scandic-web/components/Sidebar/MyPagesNavigation.tsx
diff --git a/components/Sidebar/SidebarSkeleton.tsx b/apps/scandic-web/components/Sidebar/SidebarSkeleton.tsx
similarity index 100%
rename from components/Sidebar/SidebarSkeleton.tsx
rename to apps/scandic-web/components/Sidebar/SidebarSkeleton.tsx
diff --git a/components/Sidebar/index.tsx b/apps/scandic-web/components/Sidebar/index.tsx
similarity index 100%
rename from components/Sidebar/index.tsx
rename to apps/scandic-web/components/Sidebar/index.tsx
diff --git a/components/Sidebar/sidebar.module.css b/apps/scandic-web/components/Sidebar/sidebar.module.css
similarity index 100%
rename from components/Sidebar/sidebar.module.css
rename to apps/scandic-web/components/Sidebar/sidebar.module.css
diff --git a/components/SitewideAlert/index.tsx b/apps/scandic-web/components/SitewideAlert/index.tsx
similarity index 100%
rename from components/SitewideAlert/index.tsx
rename to apps/scandic-web/components/SitewideAlert/index.tsx
diff --git a/components/SitewideAlert/sitewideAlert.module.css b/apps/scandic-web/components/SitewideAlert/sitewideAlert.module.css
similarity index 100%
rename from components/SitewideAlert/sitewideAlert.module.css
rename to apps/scandic-web/components/SitewideAlert/sitewideAlert.module.css
diff --git a/components/SkeletonShimmer/index.tsx b/apps/scandic-web/components/SkeletonShimmer/index.tsx
similarity index 100%
rename from components/SkeletonShimmer/index.tsx
rename to apps/scandic-web/components/SkeletonShimmer/index.tsx
diff --git a/components/SkeletonShimmer/skeleton.module.css b/apps/scandic-web/components/SkeletonShimmer/skeleton.module.css
similarity index 100%
rename from components/SkeletonShimmer/skeleton.module.css
rename to apps/scandic-web/components/SkeletonShimmer/skeleton.module.css
diff --git a/components/SkipToMainContent.tsx b/apps/scandic-web/components/SkipToMainContent.tsx
similarity index 100%
rename from components/SkipToMainContent.tsx
rename to apps/scandic-web/components/SkipToMainContent.tsx
diff --git a/components/TabFilters/index.tsx b/apps/scandic-web/components/TabFilters/index.tsx
similarity index 100%
rename from components/TabFilters/index.tsx
rename to apps/scandic-web/components/TabFilters/index.tsx
diff --git a/components/TabFilters/tabFilters.module.css b/apps/scandic-web/components/TabFilters/tabFilters.module.css
similarity index 100%
rename from components/TabFilters/tabFilters.module.css
rename to apps/scandic-web/components/TabFilters/tabFilters.module.css
diff --git a/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.module.css b/apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.module.css
similarity index 100%
rename from components/TempDesignSystem/Accordion/AccordionItem/accordionItem.module.css
rename to apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.module.css
diff --git a/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.ts b/apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.ts
similarity index 100%
rename from components/TempDesignSystem/Accordion/AccordionItem/accordionItem.ts
rename to apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/accordionItem.ts
diff --git a/components/TempDesignSystem/Accordion/AccordionItem/index.tsx b/apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Accordion/AccordionItem/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/index.tsx
diff --git a/components/TempDesignSystem/Accordion/AccordionItem/variants.ts b/apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Accordion/AccordionItem/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Accordion/AccordionItem/variants.ts
diff --git a/components/TempDesignSystem/Accordion/accordion.module.css b/apps/scandic-web/components/TempDesignSystem/Accordion/accordion.module.css
similarity index 100%
rename from components/TempDesignSystem/Accordion/accordion.module.css
rename to apps/scandic-web/components/TempDesignSystem/Accordion/accordion.module.css
diff --git a/components/TempDesignSystem/Accordion/accordion.ts b/apps/scandic-web/components/TempDesignSystem/Accordion/accordion.ts
similarity index 100%
rename from components/TempDesignSystem/Accordion/accordion.ts
rename to apps/scandic-web/components/TempDesignSystem/Accordion/accordion.ts
diff --git a/components/TempDesignSystem/Accordion/index.tsx b/apps/scandic-web/components/TempDesignSystem/Accordion/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Accordion/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Accordion/index.tsx
diff --git a/components/TempDesignSystem/Accordion/variants.ts b/apps/scandic-web/components/TempDesignSystem/Accordion/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Accordion/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Accordion/variants.ts
diff --git a/components/TempDesignSystem/Alert/Sidepeek/index.tsx b/apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Alert/Sidepeek/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/index.tsx
diff --git a/components/TempDesignSystem/Alert/Sidepeek/sidepeek.module.css b/apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/sidepeek.module.css
similarity index 100%
rename from components/TempDesignSystem/Alert/Sidepeek/sidepeek.module.css
rename to apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/sidepeek.module.css
diff --git a/components/TempDesignSystem/Alert/Sidepeek/sidepeek.ts b/apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/sidepeek.ts
similarity index 100%
rename from components/TempDesignSystem/Alert/Sidepeek/sidepeek.ts
rename to apps/scandic-web/components/TempDesignSystem/Alert/Sidepeek/sidepeek.ts
diff --git a/components/TempDesignSystem/Alert/alert.module.css b/apps/scandic-web/components/TempDesignSystem/Alert/alert.module.css
similarity index 100%
rename from components/TempDesignSystem/Alert/alert.module.css
rename to apps/scandic-web/components/TempDesignSystem/Alert/alert.module.css
diff --git a/components/TempDesignSystem/Alert/alert.ts b/apps/scandic-web/components/TempDesignSystem/Alert/alert.ts
similarity index 100%
rename from components/TempDesignSystem/Alert/alert.ts
rename to apps/scandic-web/components/TempDesignSystem/Alert/alert.ts
diff --git a/components/TempDesignSystem/Alert/index.tsx b/apps/scandic-web/components/TempDesignSystem/Alert/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Alert/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Alert/index.tsx
diff --git a/components/TempDesignSystem/Alert/utils.ts b/apps/scandic-web/components/TempDesignSystem/Alert/utils.ts
similarity index 100%
rename from components/TempDesignSystem/Alert/utils.ts
rename to apps/scandic-web/components/TempDesignSystem/Alert/utils.ts
diff --git a/components/TempDesignSystem/Alert/variants.ts b/apps/scandic-web/components/TempDesignSystem/Alert/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Alert/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Alert/variants.ts
diff --git a/components/TempDesignSystem/AncillaryCard/ancillaryCard.module.css b/apps/scandic-web/components/TempDesignSystem/AncillaryCard/ancillaryCard.module.css
similarity index 100%
rename from components/TempDesignSystem/AncillaryCard/ancillaryCard.module.css
rename to apps/scandic-web/components/TempDesignSystem/AncillaryCard/ancillaryCard.module.css
diff --git a/components/TempDesignSystem/AncillaryCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx
similarity index 100%
rename from components/TempDesignSystem/AncillaryCard/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/AncillaryCard/index.tsx
diff --git a/components/TempDesignSystem/BackToTopButton/backToTopButton.module.css b/apps/scandic-web/components/TempDesignSystem/BackToTopButton/backToTopButton.module.css
similarity index 100%
rename from components/TempDesignSystem/BackToTopButton/backToTopButton.module.css
rename to apps/scandic-web/components/TempDesignSystem/BackToTopButton/backToTopButton.module.css
diff --git a/components/TempDesignSystem/BackToTopButton/index.tsx b/apps/scandic-web/components/TempDesignSystem/BackToTopButton/index.tsx
similarity index 100%
rename from components/TempDesignSystem/BackToTopButton/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/BackToTopButton/index.tsx
diff --git a/components/TempDesignSystem/BackToTopButton/variants.ts b/apps/scandic-web/components/TempDesignSystem/BackToTopButton/variants.ts
similarity index 100%
rename from components/TempDesignSystem/BackToTopButton/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/BackToTopButton/variants.ts
diff --git a/components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton/index.tsx b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Breadcrumbs/BreadcrumbsSkeleton/index.tsx
diff --git a/components/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css
similarity index 100%
rename from components/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css
rename to apps/scandic-web/components/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css
diff --git a/components/TempDesignSystem/Breadcrumbs/breadcrumbs.ts b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/breadcrumbs.ts
similarity index 100%
rename from components/TempDesignSystem/Breadcrumbs/breadcrumbs.ts
rename to apps/scandic-web/components/TempDesignSystem/Breadcrumbs/breadcrumbs.ts
diff --git a/components/TempDesignSystem/Breadcrumbs/index.tsx b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Breadcrumbs/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Breadcrumbs/index.tsx
diff --git a/components/TempDesignSystem/Breadcrumbs/variants.ts b/apps/scandic-web/components/TempDesignSystem/Breadcrumbs/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Breadcrumbs/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Breadcrumbs/variants.ts
diff --git a/components/TempDesignSystem/Button/button.module.css b/apps/scandic-web/components/TempDesignSystem/Button/button.module.css
similarity index 100%
rename from components/TempDesignSystem/Button/button.module.css
rename to apps/scandic-web/components/TempDesignSystem/Button/button.module.css
diff --git a/components/TempDesignSystem/Button/button.ts b/apps/scandic-web/components/TempDesignSystem/Button/button.ts
similarity index 100%
rename from components/TempDesignSystem/Button/button.ts
rename to apps/scandic-web/components/TempDesignSystem/Button/button.ts
diff --git a/components/TempDesignSystem/Button/index.tsx b/apps/scandic-web/components/TempDesignSystem/Button/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Button/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Button/index.tsx
diff --git a/components/TempDesignSystem/Button/variants.ts b/apps/scandic-web/components/TempDesignSystem/Button/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Button/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Button/variants.ts
diff --git a/components/TempDesignSystem/Card/CardImage/cardImage.module.css b/apps/scandic-web/components/TempDesignSystem/Card/CardImage/cardImage.module.css
similarity index 100%
rename from components/TempDesignSystem/Card/CardImage/cardImage.module.css
rename to apps/scandic-web/components/TempDesignSystem/Card/CardImage/cardImage.module.css
diff --git a/components/TempDesignSystem/Card/CardImage/index.tsx b/apps/scandic-web/components/TempDesignSystem/Card/CardImage/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Card/CardImage/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Card/CardImage/index.tsx
diff --git a/components/TempDesignSystem/Card/card.module.css b/apps/scandic-web/components/TempDesignSystem/Card/card.module.css
similarity index 100%
rename from components/TempDesignSystem/Card/card.module.css
rename to apps/scandic-web/components/TempDesignSystem/Card/card.module.css
diff --git a/components/TempDesignSystem/Card/card.ts b/apps/scandic-web/components/TempDesignSystem/Card/card.ts
similarity index 100%
rename from components/TempDesignSystem/Card/card.ts
rename to apps/scandic-web/components/TempDesignSystem/Card/card.ts
diff --git a/components/TempDesignSystem/Card/index.tsx b/apps/scandic-web/components/TempDesignSystem/Card/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Card/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Card/index.tsx
diff --git a/components/TempDesignSystem/Card/utils.ts b/apps/scandic-web/components/TempDesignSystem/Card/utils.ts
similarity index 100%
rename from components/TempDesignSystem/Card/utils.ts
rename to apps/scandic-web/components/TempDesignSystem/Card/utils.ts
diff --git a/components/TempDesignSystem/Card/variants.ts b/apps/scandic-web/components/TempDesignSystem/Card/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Card/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Card/variants.ts
diff --git a/components/TempDesignSystem/Chip/chip.module.css b/apps/scandic-web/components/TempDesignSystem/Chip/chip.module.css
similarity index 100%
rename from components/TempDesignSystem/Chip/chip.module.css
rename to apps/scandic-web/components/TempDesignSystem/Chip/chip.module.css
diff --git a/components/TempDesignSystem/Chip/chip.ts b/apps/scandic-web/components/TempDesignSystem/Chip/chip.ts
similarity index 100%
rename from components/TempDesignSystem/Chip/chip.ts
rename to apps/scandic-web/components/TempDesignSystem/Chip/chip.ts
diff --git a/components/TempDesignSystem/Chip/index.tsx b/apps/scandic-web/components/TempDesignSystem/Chip/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Chip/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Chip/index.tsx
diff --git a/components/TempDesignSystem/Chip/variants.ts b/apps/scandic-web/components/TempDesignSystem/Chip/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Chip/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Chip/variants.ts
diff --git a/components/TempDesignSystem/Divider/divider.module.css b/apps/scandic-web/components/TempDesignSystem/Divider/divider.module.css
similarity index 100%
rename from components/TempDesignSystem/Divider/divider.module.css
rename to apps/scandic-web/components/TempDesignSystem/Divider/divider.module.css
diff --git a/components/TempDesignSystem/Divider/divider.ts b/apps/scandic-web/components/TempDesignSystem/Divider/divider.ts
similarity index 100%
rename from components/TempDesignSystem/Divider/divider.ts
rename to apps/scandic-web/components/TempDesignSystem/Divider/divider.ts
diff --git a/components/TempDesignSystem/Divider/index.tsx b/apps/scandic-web/components/TempDesignSystem/Divider/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Divider/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Divider/index.tsx
diff --git a/components/TempDesignSystem/Divider/variants.ts b/apps/scandic-web/components/TempDesignSystem/Divider/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Divider/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Divider/variants.ts
diff --git a/components/TempDesignSystem/Form/Checkbox/checkbox.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/checkbox.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Checkbox/checkbox.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Checkbox/checkbox.module.css
diff --git a/components/TempDesignSystem/Form/Checkbox/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Checkbox/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Checkbox/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Checkbox/index.tsx
diff --git a/components/TempDesignSystem/Form/ChoiceCard/Radio.tsx b/apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/Radio.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/ChoiceCard/Radio.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/Radio.tsx
diff --git a/components/TempDesignSystem/Form/ChoiceCard/_Card/card.module.css b/apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/card.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/ChoiceCard/_Card/card.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/card.module.css
diff --git a/components/TempDesignSystem/Form/ChoiceCard/_Card/card.ts b/apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/card.ts
similarity index 100%
rename from components/TempDesignSystem/Form/ChoiceCard/_Card/card.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/card.ts
diff --git a/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/ChoiceCard/_Card/index.tsx
diff --git a/components/TempDesignSystem/Form/Country/countries.ts b/apps/scandic-web/components/TempDesignSystem/Form/Country/countries.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Country/countries.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Country/countries.ts
diff --git a/components/TempDesignSystem/Form/Country/country.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Country/country.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Country/country.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Country/country.module.css
diff --git a/components/TempDesignSystem/Form/Country/country.ts b/apps/scandic-web/components/TempDesignSystem/Form/Country/country.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Country/country.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Country/country.ts
diff --git a/components/TempDesignSystem/Form/Country/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Country/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Country/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Country/index.tsx
diff --git a/components/TempDesignSystem/Form/Date/date.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Date/date.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Date/date.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Date/date.module.css
diff --git a/components/TempDesignSystem/Form/Date/date.test.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Date/date.test.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Date/date.test.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Date/date.test.tsx
diff --git a/components/TempDesignSystem/Form/Date/date.ts b/apps/scandic-web/components/TempDesignSystem/Form/Date/date.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Date/date.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Date/date.ts
diff --git a/components/TempDesignSystem/Form/Date/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Date/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Date/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Date/index.tsx
diff --git a/components/TempDesignSystem/Form/ErrorMessage/Error.tsx b/apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/Error.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/ErrorMessage/Error.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/Error.tsx
diff --git a/components/TempDesignSystem/Form/ErrorMessage/error.module.css b/apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/error.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/ErrorMessage/error.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/error.module.css
diff --git a/components/TempDesignSystem/Form/ErrorMessage/errorMessage.ts b/apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/errorMessage.ts
similarity index 100%
rename from components/TempDesignSystem/Form/ErrorMessage/errorMessage.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/errorMessage.ts
diff --git a/components/TempDesignSystem/Form/ErrorMessage/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/ErrorMessage/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/ErrorMessage/index.tsx
diff --git a/components/TempDesignSystem/Form/FilterChip/Checkbox.tsx b/apps/scandic-web/components/TempDesignSystem/Form/FilterChip/Checkbox.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/FilterChip/Checkbox.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/FilterChip/Checkbox.tsx
diff --git a/components/TempDesignSystem/Form/FilterChip/_Chip/chip.module.css b/apps/scandic-web/components/TempDesignSystem/Form/FilterChip/_Chip/chip.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/FilterChip/_Chip/chip.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/FilterChip/_Chip/chip.module.css
diff --git a/components/TempDesignSystem/Form/FilterChip/_Chip/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/FilterChip/_Chip/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/FilterChip/_Chip/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/FilterChip/_Chip/index.tsx
diff --git a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx
diff --git a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.module.css
diff --git a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts b/apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/AriaInputWithLabel/input.ts
diff --git a/components/TempDesignSystem/Form/Input/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Input/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Input/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/index.tsx
diff --git a/components/TempDesignSystem/Form/Input/input.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Input/input.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Input/input.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/input.module.css
diff --git a/components/TempDesignSystem/Form/Input/input.ts b/apps/scandic-web/components/TempDesignSystem/Form/Input/input.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Input/input.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Input/input.ts
diff --git a/components/TempDesignSystem/Form/Label/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Label/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Label/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Label/index.tsx
diff --git a/components/TempDesignSystem/Form/Label/label.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Label/label.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Label/label.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Label/label.module.css
diff --git a/components/TempDesignSystem/Form/Label/label.ts b/apps/scandic-web/components/TempDesignSystem/Form/Label/label.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Label/label.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Label/label.ts
diff --git a/components/TempDesignSystem/Form/Label/variants.ts b/apps/scandic-web/components/TempDesignSystem/Form/Label/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Label/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Label/variants.ts
diff --git a/components/TempDesignSystem/Form/NewPassword/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/NewPassword/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/NewPassword/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/NewPassword/index.tsx
diff --git a/components/TempDesignSystem/Form/NewPassword/newPassword.module.css b/apps/scandic-web/components/TempDesignSystem/Form/NewPassword/newPassword.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/NewPassword/newPassword.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/NewPassword/newPassword.module.css
diff --git a/components/TempDesignSystem/Form/NewPassword/newPassword.ts b/apps/scandic-web/components/TempDesignSystem/Form/NewPassword/newPassword.ts
similarity index 100%
rename from components/TempDesignSystem/Form/NewPassword/newPassword.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/NewPassword/newPassword.ts
diff --git a/components/TempDesignSystem/Form/Phone/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Phone/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Phone/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Phone/index.tsx
diff --git a/components/TempDesignSystem/Form/Phone/phone.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Phone/phone.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Phone/phone.module.css
diff --git a/components/TempDesignSystem/Form/Select/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Select/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Select/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Select/index.tsx
diff --git a/components/TempDesignSystem/Form/Select/select.ts b/apps/scandic-web/components/TempDesignSystem/Form/Select/select.ts
similarity index 100%
rename from components/TempDesignSystem/Form/Select/select.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/Select/select.ts
diff --git a/components/TempDesignSystem/Form/SelectChevron/chevron.module.css b/apps/scandic-web/components/TempDesignSystem/Form/SelectChevron/chevron.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/SelectChevron/chevron.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/SelectChevron/chevron.module.css
diff --git a/components/TempDesignSystem/Form/SelectChevron/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/SelectChevron/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/SelectChevron/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/SelectChevron/index.tsx
diff --git a/components/TempDesignSystem/Form/Switch/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/Switch/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/Switch/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/Switch/index.tsx
diff --git a/components/TempDesignSystem/Form/Switch/switch.module.css b/apps/scandic-web/components/TempDesignSystem/Form/Switch/switch.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/Switch/switch.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/Switch/switch.module.css
diff --git a/components/TempDesignSystem/Form/TextArea/index.tsx b/apps/scandic-web/components/TempDesignSystem/Form/TextArea/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Form/TextArea/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Form/TextArea/index.tsx
diff --git a/components/TempDesignSystem/Form/TextArea/input.ts b/apps/scandic-web/components/TempDesignSystem/Form/TextArea/input.ts
similarity index 100%
rename from components/TempDesignSystem/Form/TextArea/input.ts
rename to apps/scandic-web/components/TempDesignSystem/Form/TextArea/input.ts
diff --git a/components/TempDesignSystem/Form/TextArea/textarea.module.css b/apps/scandic-web/components/TempDesignSystem/Form/TextArea/textarea.module.css
similarity index 100%
rename from components/TempDesignSystem/Form/TextArea/textarea.module.css
rename to apps/scandic-web/components/TempDesignSystem/Form/TextArea/textarea.module.css
diff --git a/components/TempDesignSystem/Grids/Dynamic/Item/index.tsx b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/Item/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/index.tsx
diff --git a/components/TempDesignSystem/Grids/Dynamic/Item/item.module.css b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/item.module.css
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/Item/item.module.css
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/item.module.css
diff --git a/components/TempDesignSystem/Grids/Dynamic/Item/item.ts b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/item.ts
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/Item/item.ts
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/item.ts
diff --git a/components/TempDesignSystem/Grids/Dynamic/Item/variants.ts b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/Item/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/Item/variants.ts
diff --git a/components/TempDesignSystem/Grids/Dynamic/dynamic.module.css b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/dynamic.module.css
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/dynamic.module.css
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/dynamic.module.css
diff --git a/components/TempDesignSystem/Grids/Dynamic/dynamic.ts b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/dynamic.ts
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/dynamic.ts
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/dynamic.ts
diff --git a/components/TempDesignSystem/Grids/Dynamic/index.tsx b/apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Grids/Dynamic/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Grids/Dynamic/index.tsx
diff --git a/components/TempDesignSystem/Grids/Stackable/index.tsx b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Grids/Stackable/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx
diff --git a/components/TempDesignSystem/Grids/Stackable/stackable.module.css b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/stackable.module.css
similarity index 100%
rename from components/TempDesignSystem/Grids/Stackable/stackable.module.css
rename to apps/scandic-web/components/TempDesignSystem/Grids/Stackable/stackable.module.css
diff --git a/components/TempDesignSystem/Grids/Stackable/stackable.ts b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/stackable.ts
similarity index 100%
rename from components/TempDesignSystem/Grids/Stackable/stackable.ts
rename to apps/scandic-web/components/TempDesignSystem/Grids/Stackable/stackable.ts
diff --git a/components/TempDesignSystem/Grids/Stackable/variants.ts b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Grids/Stackable/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Grids/Stackable/variants.ts
diff --git a/components/TempDesignSystem/Grids/index.tsx b/apps/scandic-web/components/TempDesignSystem/Grids/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Grids/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Grids/index.tsx
diff --git a/components/TempDesignSystem/IconChip/iconChip.module.css b/apps/scandic-web/components/TempDesignSystem/IconChip/iconChip.module.css
similarity index 100%
rename from components/TempDesignSystem/IconChip/iconChip.module.css
rename to apps/scandic-web/components/TempDesignSystem/IconChip/iconChip.module.css
diff --git a/components/TempDesignSystem/IconChip/index.tsx b/apps/scandic-web/components/TempDesignSystem/IconChip/index.tsx
similarity index 100%
rename from components/TempDesignSystem/IconChip/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/IconChip/index.tsx
diff --git a/components/TempDesignSystem/IconChip/variants.ts b/apps/scandic-web/components/TempDesignSystem/IconChip/variants.ts
similarity index 100%
rename from components/TempDesignSystem/IconChip/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/IconChip/variants.ts
diff --git a/components/TempDesignSystem/Link/index.tsx b/apps/scandic-web/components/TempDesignSystem/Link/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Link/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Link/index.tsx
diff --git a/components/TempDesignSystem/Link/link.module.css b/apps/scandic-web/components/TempDesignSystem/Link/link.module.css
similarity index 100%
rename from components/TempDesignSystem/Link/link.module.css
rename to apps/scandic-web/components/TempDesignSystem/Link/link.module.css
diff --git a/components/TempDesignSystem/Link/link.ts b/apps/scandic-web/components/TempDesignSystem/Link/link.ts
similarity index 100%
rename from components/TempDesignSystem/Link/link.ts
rename to apps/scandic-web/components/TempDesignSystem/Link/link.ts
diff --git a/components/TempDesignSystem/Link/variants.ts b/apps/scandic-web/components/TempDesignSystem/Link/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Link/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Link/variants.ts
diff --git a/components/TempDesignSystem/LinkChips/Chip/chip.module.css b/apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/chip.module.css
similarity index 100%
rename from components/TempDesignSystem/LinkChips/Chip/chip.module.css
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/chip.module.css
diff --git a/components/TempDesignSystem/LinkChips/Chip/chip.ts b/apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/chip.ts
similarity index 100%
rename from components/TempDesignSystem/LinkChips/Chip/chip.ts
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/chip.ts
diff --git a/components/TempDesignSystem/LinkChips/Chip/index.tsx b/apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/index.tsx
similarity index 100%
rename from components/TempDesignSystem/LinkChips/Chip/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/Chip/index.tsx
diff --git a/components/TempDesignSystem/LinkChips/index.tsx b/apps/scandic-web/components/TempDesignSystem/LinkChips/index.tsx
similarity index 100%
rename from components/TempDesignSystem/LinkChips/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/index.tsx
diff --git a/components/TempDesignSystem/LinkChips/linkChips.module.css b/apps/scandic-web/components/TempDesignSystem/LinkChips/linkChips.module.css
similarity index 100%
rename from components/TempDesignSystem/LinkChips/linkChips.module.css
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/linkChips.module.css
diff --git a/components/TempDesignSystem/LinkChips/linkChips.ts b/apps/scandic-web/components/TempDesignSystem/LinkChips/linkChips.ts
similarity index 100%
rename from components/TempDesignSystem/LinkChips/linkChips.ts
rename to apps/scandic-web/components/TempDesignSystem/LinkChips/linkChips.ts
diff --git a/components/TempDesignSystem/LoyaltyCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/LoyaltyCard/index.tsx
similarity index 100%
rename from components/TempDesignSystem/LoyaltyCard/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/LoyaltyCard/index.tsx
diff --git a/components/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css b/apps/scandic-web/components/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css
similarity index 100%
rename from components/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css
rename to apps/scandic-web/components/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css
diff --git a/components/TempDesignSystem/LoyaltyCard/loyaltyCard.ts b/apps/scandic-web/components/TempDesignSystem/LoyaltyCard/loyaltyCard.ts
similarity index 100%
rename from components/TempDesignSystem/LoyaltyCard/loyaltyCard.ts
rename to apps/scandic-web/components/TempDesignSystem/LoyaltyCard/loyaltyCard.ts
diff --git a/components/TempDesignSystem/LoyaltyCard/variants.ts b/apps/scandic-web/components/TempDesignSystem/LoyaltyCard/variants.ts
similarity index 100%
rename from components/TempDesignSystem/LoyaltyCard/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/LoyaltyCard/variants.ts
diff --git a/components/TempDesignSystem/MeetingRoomCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx
similarity index 100%
rename from components/TempDesignSystem/MeetingRoomCard/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/index.tsx
diff --git a/components/TempDesignSystem/MeetingRoomCard/meetingRoomCard.module.css b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/meetingRoomCard.module.css
similarity index 100%
rename from components/TempDesignSystem/MeetingRoomCard/meetingRoomCard.module.css
rename to apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/meetingRoomCard.module.css
diff --git a/components/TempDesignSystem/MeetingRoomCard/utils.ts b/apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts
similarity index 100%
rename from components/TempDesignSystem/MeetingRoomCard/utils.ts
rename to apps/scandic-web/components/TempDesignSystem/MeetingRoomCard/utils.ts
diff --git a/components/TempDesignSystem/Popover/Arrow/arrow.module.css b/apps/scandic-web/components/TempDesignSystem/Popover/Arrow/arrow.module.css
similarity index 100%
rename from components/TempDesignSystem/Popover/Arrow/arrow.module.css
rename to apps/scandic-web/components/TempDesignSystem/Popover/Arrow/arrow.module.css
diff --git a/components/TempDesignSystem/Popover/Arrow/index.tsx b/apps/scandic-web/components/TempDesignSystem/Popover/Arrow/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Popover/Arrow/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Popover/Arrow/index.tsx
diff --git a/components/TempDesignSystem/Popover/index.tsx b/apps/scandic-web/components/TempDesignSystem/Popover/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Popover/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Popover/index.tsx
diff --git a/components/TempDesignSystem/Popover/popover.module.css b/apps/scandic-web/components/TempDesignSystem/Popover/popover.module.css
similarity index 100%
rename from components/TempDesignSystem/Popover/popover.module.css
rename to apps/scandic-web/components/TempDesignSystem/Popover/popover.module.css
diff --git a/components/TempDesignSystem/Popover/popover.ts b/apps/scandic-web/components/TempDesignSystem/Popover/popover.ts
similarity index 100%
rename from components/TempDesignSystem/Popover/popover.ts
rename to apps/scandic-web/components/TempDesignSystem/Popover/popover.ts
diff --git a/components/TempDesignSystem/ProgressBar/index.tsx b/apps/scandic-web/components/TempDesignSystem/ProgressBar/index.tsx
similarity index 100%
rename from components/TempDesignSystem/ProgressBar/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/ProgressBar/index.tsx
diff --git a/components/TempDesignSystem/ProgressBar/progressbar.module.css b/apps/scandic-web/components/TempDesignSystem/ProgressBar/progressbar.module.css
similarity index 100%
rename from components/TempDesignSystem/ProgressBar/progressbar.module.css
rename to apps/scandic-web/components/TempDesignSystem/ProgressBar/progressbar.module.css
diff --git a/components/TempDesignSystem/ProgressBar/progressbar.ts b/apps/scandic-web/components/TempDesignSystem/ProgressBar/progressbar.ts
similarity index 100%
rename from components/TempDesignSystem/ProgressBar/progressbar.ts
rename to apps/scandic-web/components/TempDesignSystem/ProgressBar/progressbar.ts
diff --git a/components/TempDesignSystem/ScrollWrapper/index.tsx b/apps/scandic-web/components/TempDesignSystem/ScrollWrapper/index.tsx
similarity index 100%
rename from components/TempDesignSystem/ScrollWrapper/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/ScrollWrapper/index.tsx
diff --git a/components/TempDesignSystem/ScrollWrapper/scrollWrapper.module.css b/apps/scandic-web/components/TempDesignSystem/ScrollWrapper/scrollWrapper.module.css
similarity index 100%
rename from components/TempDesignSystem/ScrollWrapper/scrollWrapper.module.css
rename to apps/scandic-web/components/TempDesignSystem/ScrollWrapper/scrollWrapper.module.css
diff --git a/components/TempDesignSystem/ScrollWrapper/scrollWrapper.ts b/apps/scandic-web/components/TempDesignSystem/ScrollWrapper/scrollWrapper.ts
similarity index 100%
rename from components/TempDesignSystem/ScrollWrapper/scrollWrapper.ts
rename to apps/scandic-web/components/TempDesignSystem/ScrollWrapper/scrollWrapper.ts
diff --git a/components/TempDesignSystem/Select/index.tsx b/apps/scandic-web/components/TempDesignSystem/Select/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Select/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Select/index.tsx
diff --git a/components/TempDesignSystem/Select/select.module.css b/apps/scandic-web/components/TempDesignSystem/Select/select.module.css
similarity index 100%
rename from components/TempDesignSystem/Select/select.module.css
rename to apps/scandic-web/components/TempDesignSystem/Select/select.module.css
diff --git a/components/TempDesignSystem/Select/select.ts b/apps/scandic-web/components/TempDesignSystem/Select/select.ts
similarity index 100%
rename from components/TempDesignSystem/Select/select.ts
rename to apps/scandic-web/components/TempDesignSystem/Select/select.ts
diff --git a/components/TempDesignSystem/ShowMoreButton/index.tsx b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx
similarity index 100%
rename from components/TempDesignSystem/ShowMoreButton/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/ShowMoreButton/index.tsx
diff --git a/components/TempDesignSystem/ShowMoreButton/showMoreButton.module.css b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/showMoreButton.module.css
similarity index 100%
rename from components/TempDesignSystem/ShowMoreButton/showMoreButton.module.css
rename to apps/scandic-web/components/TempDesignSystem/ShowMoreButton/showMoreButton.module.css
diff --git a/components/TempDesignSystem/ShowMoreButton/showMoreButton.ts b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/showMoreButton.ts
similarity index 100%
rename from components/TempDesignSystem/ShowMoreButton/showMoreButton.ts
rename to apps/scandic-web/components/TempDesignSystem/ShowMoreButton/showMoreButton.ts
diff --git a/components/TempDesignSystem/ShowMoreButton/variants.ts b/apps/scandic-web/components/TempDesignSystem/ShowMoreButton/variants.ts
similarity index 100%
rename from components/TempDesignSystem/ShowMoreButton/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/ShowMoreButton/variants.ts
diff --git a/components/TempDesignSystem/SidePeek/index.tsx b/apps/scandic-web/components/TempDesignSystem/SidePeek/index.tsx
similarity index 100%
rename from components/TempDesignSystem/SidePeek/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/SidePeek/index.tsx
diff --git a/components/TempDesignSystem/SidePeek/sidePeek.module.css b/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css
similarity index 100%
rename from components/TempDesignSystem/SidePeek/sidePeek.module.css
rename to apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css
diff --git a/components/TempDesignSystem/SidePeek/sidePeek.ts b/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.ts
similarity index 100%
rename from components/TempDesignSystem/SidePeek/sidePeek.ts
rename to apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.ts
diff --git a/components/TempDesignSystem/SidePeek/types.ts b/apps/scandic-web/components/TempDesignSystem/SidePeek/types.ts
similarity index 100%
rename from components/TempDesignSystem/SidePeek/types.ts
rename to apps/scandic-web/components/TempDesignSystem/SidePeek/types.ts
diff --git a/components/TempDesignSystem/Table/TBody.tsx b/apps/scandic-web/components/TempDesignSystem/Table/TBody.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/TBody.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/TBody.tsx
diff --git a/components/TempDesignSystem/Table/TD.tsx b/apps/scandic-web/components/TempDesignSystem/Table/TD.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/TD.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/TD.tsx
diff --git a/components/TempDesignSystem/Table/TH.tsx b/apps/scandic-web/components/TempDesignSystem/Table/TH.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/TH.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/TH.tsx
diff --git a/components/TempDesignSystem/Table/THead.tsx b/apps/scandic-web/components/TempDesignSystem/Table/THead.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/THead.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/THead.tsx
diff --git a/components/TempDesignSystem/Table/TR.tsx b/apps/scandic-web/components/TempDesignSystem/Table/TR.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/TR.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/TR.tsx
diff --git a/components/TempDesignSystem/Table/index.tsx b/apps/scandic-web/components/TempDesignSystem/Table/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Table/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Table/index.tsx
diff --git a/components/TempDesignSystem/Table/table.module.css b/apps/scandic-web/components/TempDesignSystem/Table/table.module.css
similarity index 100%
rename from components/TempDesignSystem/Table/table.module.css
rename to apps/scandic-web/components/TempDesignSystem/Table/table.module.css
diff --git a/components/TempDesignSystem/Table/table.ts b/apps/scandic-web/components/TempDesignSystem/Table/table.ts
similarity index 100%
rename from components/TempDesignSystem/Table/table.ts
rename to apps/scandic-web/components/TempDesignSystem/Table/table.ts
diff --git a/components/TempDesignSystem/Table/variants.ts b/apps/scandic-web/components/TempDesignSystem/Table/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Table/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Table/variants.ts
diff --git a/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx b/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx
similarity index 100%
rename from components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/index.tsx
diff --git a/components/TempDesignSystem/TeaserCard/Sidepeek/sidepeek.module.css b/apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/sidepeek.module.css
similarity index 100%
rename from components/TempDesignSystem/TeaserCard/Sidepeek/sidepeek.module.css
rename to apps/scandic-web/components/TempDesignSystem/TeaserCard/Sidepeek/sidepeek.module.css
diff --git a/components/TempDesignSystem/TeaserCard/index.tsx b/apps/scandic-web/components/TempDesignSystem/TeaserCard/index.tsx
similarity index 100%
rename from components/TempDesignSystem/TeaserCard/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/TeaserCard/index.tsx
diff --git a/components/TempDesignSystem/TeaserCard/teaserCard.module.css b/apps/scandic-web/components/TempDesignSystem/TeaserCard/teaserCard.module.css
similarity index 100%
rename from components/TempDesignSystem/TeaserCard/teaserCard.module.css
rename to apps/scandic-web/components/TempDesignSystem/TeaserCard/teaserCard.module.css
diff --git a/components/TempDesignSystem/TeaserCard/variants.ts b/apps/scandic-web/components/TempDesignSystem/TeaserCard/variants.ts
similarity index 100%
rename from components/TempDesignSystem/TeaserCard/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/TeaserCard/variants.ts
diff --git a/components/TempDesignSystem/Text/BiroScript/biroScript.module.css b/apps/scandic-web/components/TempDesignSystem/Text/BiroScript/biroScript.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/BiroScript/biroScript.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/BiroScript/biroScript.module.css
diff --git a/components/TempDesignSystem/Text/BiroScript/biroScript.ts b/apps/scandic-web/components/TempDesignSystem/Text/BiroScript/biroScript.ts
similarity index 100%
rename from components/TempDesignSystem/Text/BiroScript/biroScript.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/BiroScript/biroScript.ts
diff --git a/components/TempDesignSystem/Text/BiroScript/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/BiroScript/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/BiroScript/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/BiroScript/index.tsx
diff --git a/components/TempDesignSystem/Text/BiroScript/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/BiroScript/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/BiroScript/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/BiroScript/variants.ts
diff --git a/components/TempDesignSystem/Text/Body/body.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Body/body.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Body/body.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Body/body.module.css
diff --git a/components/TempDesignSystem/Text/Body/body.ts b/apps/scandic-web/components/TempDesignSystem/Text/Body/body.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Body/body.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Body/body.ts
diff --git a/components/TempDesignSystem/Text/Body/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Body/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Body/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Body/index.tsx
diff --git a/components/TempDesignSystem/Text/Body/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Body/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Body/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Body/variants.ts
diff --git a/components/TempDesignSystem/Text/Caption/caption.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Caption/caption.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Caption/caption.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Caption/caption.module.css
diff --git a/components/TempDesignSystem/Text/Caption/caption.ts b/apps/scandic-web/components/TempDesignSystem/Text/Caption/caption.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Caption/caption.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Caption/caption.ts
diff --git a/components/TempDesignSystem/Text/Caption/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Caption/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Caption/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Caption/index.tsx
diff --git a/components/TempDesignSystem/Text/Caption/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Caption/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Caption/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Caption/variants.ts
diff --git a/components/TempDesignSystem/Text/Footnote/footnote.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Footnote/footnote.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Footnote/footnote.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Footnote/footnote.module.css
diff --git a/components/TempDesignSystem/Text/Footnote/footnote.ts b/apps/scandic-web/components/TempDesignSystem/Text/Footnote/footnote.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Footnote/footnote.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Footnote/footnote.ts
diff --git a/components/TempDesignSystem/Text/Footnote/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Footnote/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Footnote/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Footnote/index.tsx
diff --git a/components/TempDesignSystem/Text/Footnote/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Footnote/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Footnote/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Footnote/variants.ts
diff --git a/components/TempDesignSystem/Text/Preamble/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Preamble/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Preamble/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Preamble/index.tsx
diff --git a/components/TempDesignSystem/Text/Preamble/preamble.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Preamble/preamble.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Preamble/preamble.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Preamble/preamble.module.css
diff --git a/components/TempDesignSystem/Text/Preamble/preamble.ts b/apps/scandic-web/components/TempDesignSystem/Text/Preamble/preamble.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Preamble/preamble.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Preamble/preamble.ts
diff --git a/components/TempDesignSystem/Text/Preamble/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Preamble/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Preamble/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Preamble/variants.ts
diff --git a/components/TempDesignSystem/Text/Subtitle/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Subtitle/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Subtitle/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Subtitle/index.tsx
diff --git a/components/TempDesignSystem/Text/Subtitle/subtitle.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Subtitle/subtitle.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Subtitle/subtitle.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Subtitle/subtitle.module.css
diff --git a/components/TempDesignSystem/Text/Subtitle/subtitle.ts b/apps/scandic-web/components/TempDesignSystem/Text/Subtitle/subtitle.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Subtitle/subtitle.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Subtitle/subtitle.ts
diff --git a/components/TempDesignSystem/Text/Subtitle/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Subtitle/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Subtitle/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Subtitle/variants.ts
diff --git a/components/TempDesignSystem/Text/Title/index.tsx b/apps/scandic-web/components/TempDesignSystem/Text/Title/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Text/Title/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Text/Title/index.tsx
diff --git a/components/TempDesignSystem/Text/Title/title.module.css b/apps/scandic-web/components/TempDesignSystem/Text/Title/title.module.css
similarity index 100%
rename from components/TempDesignSystem/Text/Title/title.module.css
rename to apps/scandic-web/components/TempDesignSystem/Text/Title/title.module.css
diff --git a/components/TempDesignSystem/Text/Title/title.ts b/apps/scandic-web/components/TempDesignSystem/Text/Title/title.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Title/title.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Title/title.ts
diff --git a/components/TempDesignSystem/Text/Title/variants.ts b/apps/scandic-web/components/TempDesignSystem/Text/Title/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Text/Title/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Text/Title/variants.ts
diff --git a/components/TempDesignSystem/Toasts/index.tsx b/apps/scandic-web/components/TempDesignSystem/Toasts/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Toasts/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Toasts/index.tsx
diff --git a/components/TempDesignSystem/Toasts/toasts.module.css b/apps/scandic-web/components/TempDesignSystem/Toasts/toasts.module.css
similarity index 100%
rename from components/TempDesignSystem/Toasts/toasts.module.css
rename to apps/scandic-web/components/TempDesignSystem/Toasts/toasts.module.css
diff --git a/components/TempDesignSystem/Toasts/toasts.ts b/apps/scandic-web/components/TempDesignSystem/Toasts/toasts.ts
similarity index 100%
rename from components/TempDesignSystem/Toasts/toasts.ts
rename to apps/scandic-web/components/TempDesignSystem/Toasts/toasts.ts
diff --git a/components/TempDesignSystem/Toasts/variants.ts b/apps/scandic-web/components/TempDesignSystem/Toasts/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Toasts/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Toasts/variants.ts
diff --git a/components/TempDesignSystem/Tooltip/index.tsx b/apps/scandic-web/components/TempDesignSystem/Tooltip/index.tsx
similarity index 100%
rename from components/TempDesignSystem/Tooltip/index.tsx
rename to apps/scandic-web/components/TempDesignSystem/Tooltip/index.tsx
diff --git a/components/TempDesignSystem/Tooltip/tooltip.module.css b/apps/scandic-web/components/TempDesignSystem/Tooltip/tooltip.module.css
similarity index 100%
rename from components/TempDesignSystem/Tooltip/tooltip.module.css
rename to apps/scandic-web/components/TempDesignSystem/Tooltip/tooltip.module.css
diff --git a/components/TempDesignSystem/Tooltip/variants.ts b/apps/scandic-web/components/TempDesignSystem/Tooltip/variants.ts
similarity index 100%
rename from components/TempDesignSystem/Tooltip/variants.ts
rename to apps/scandic-web/components/TempDesignSystem/Tooltip/variants.ts
diff --git a/components/TempDesignSystem/utils/checkForEmptyChildren.ts b/apps/scandic-web/components/TempDesignSystem/utils/checkForEmptyChildren.ts
similarity index 100%
rename from components/TempDesignSystem/utils/checkForEmptyChildren.ts
rename to apps/scandic-web/components/TempDesignSystem/utils/checkForEmptyChildren.ts
diff --git a/components/TrackingSDK/AdobeSDKScript.tsx b/apps/scandic-web/components/TrackingSDK/AdobeSDKScript.tsx
similarity index 100%
rename from components/TrackingSDK/AdobeSDKScript.tsx
rename to apps/scandic-web/components/TrackingSDK/AdobeSDKScript.tsx
diff --git a/components/TrackingSDK/GTMScript.tsx b/apps/scandic-web/components/TrackingSDK/GTMScript.tsx
similarity index 100%
rename from components/TrackingSDK/GTMScript.tsx
rename to apps/scandic-web/components/TrackingSDK/GTMScript.tsx
diff --git a/components/TrackingSDK/RouterTracking.tsx b/apps/scandic-web/components/TrackingSDK/RouterTracking.tsx
similarity index 100%
rename from components/TrackingSDK/RouterTracking.tsx
rename to apps/scandic-web/components/TrackingSDK/RouterTracking.tsx
diff --git a/components/TrackingSDK/RouterTransition.tsx b/apps/scandic-web/components/TrackingSDK/RouterTransition.tsx
similarity index 100%
rename from components/TrackingSDK/RouterTransition.tsx
rename to apps/scandic-web/components/TrackingSDK/RouterTransition.tsx
diff --git a/components/TrackingSDK/index.tsx b/apps/scandic-web/components/TrackingSDK/index.tsx
similarity index 100%
rename from components/TrackingSDK/index.tsx
rename to apps/scandic-web/components/TrackingSDK/index.tsx
diff --git a/components/Webviews/AccountPage/Blocks.tsx b/apps/scandic-web/components/Webviews/AccountPage/Blocks.tsx
similarity index 100%
rename from components/Webviews/AccountPage/Blocks.tsx
rename to apps/scandic-web/components/Webviews/AccountPage/Blocks.tsx
diff --git a/components/Webviews/AccountPage/accountPage.module.css b/apps/scandic-web/components/Webviews/AccountPage/accountPage.module.css
similarity index 100%
rename from components/Webviews/AccountPage/accountPage.module.css
rename to apps/scandic-web/components/Webviews/AccountPage/accountPage.module.css
diff --git a/components/Webviews/AccountPage/index.tsx b/apps/scandic-web/components/Webviews/AccountPage/index.tsx
similarity index 100%
rename from components/Webviews/AccountPage/index.tsx
rename to apps/scandic-web/components/Webviews/AccountPage/index.tsx
diff --git a/components/Webviews/LinkToOverview/index.tsx b/apps/scandic-web/components/Webviews/LinkToOverview/index.tsx
similarity index 100%
rename from components/Webviews/LinkToOverview/index.tsx
rename to apps/scandic-web/components/Webviews/LinkToOverview/index.tsx
diff --git a/components/Webviews/LinkToOverview/linkToOverview.module.css b/apps/scandic-web/components/Webviews/LinkToOverview/linkToOverview.module.css
similarity index 100%
rename from components/Webviews/LinkToOverview/linkToOverview.module.css
rename to apps/scandic-web/components/Webviews/LinkToOverview/linkToOverview.module.css
diff --git a/components/Webviews/LoyaltyPage/Blocks.tsx b/apps/scandic-web/components/Webviews/LoyaltyPage/Blocks.tsx
similarity index 100%
rename from components/Webviews/LoyaltyPage/Blocks.tsx
rename to apps/scandic-web/components/Webviews/LoyaltyPage/Blocks.tsx
diff --git a/components/Webviews/LoyaltyPage/index.tsx b/apps/scandic-web/components/Webviews/LoyaltyPage/index.tsx
similarity index 100%
rename from components/Webviews/LoyaltyPage/index.tsx
rename to apps/scandic-web/components/Webviews/LoyaltyPage/index.tsx
diff --git a/components/Webviews/LoyaltyPage/loyaltyPage.module.css b/apps/scandic-web/components/Webviews/LoyaltyPage/loyaltyPage.module.css
similarity index 100%
rename from components/Webviews/LoyaltyPage/loyaltyPage.module.css
rename to apps/scandic-web/components/Webviews/LoyaltyPage/loyaltyPage.module.css
diff --git a/constants/auth.ts b/apps/scandic-web/constants/auth.ts
similarity index 100%
rename from constants/auth.ts
rename to apps/scandic-web/constants/auth.ts
diff --git a/constants/booking.ts b/apps/scandic-web/constants/booking.ts
similarity index 100%
rename from constants/booking.ts
rename to apps/scandic-web/constants/booking.ts
diff --git a/constants/currentWebHrefs.ts b/apps/scandic-web/constants/currentWebHrefs.ts
similarity index 100%
rename from constants/currentWebHrefs.ts
rename to apps/scandic-web/constants/currentWebHrefs.ts
diff --git a/constants/homeHrefs.ts b/apps/scandic-web/constants/homeHrefs.ts
similarity index 100%
rename from constants/homeHrefs.ts
rename to apps/scandic-web/constants/homeHrefs.ts
diff --git a/constants/languages.ts b/apps/scandic-web/constants/languages.ts
similarity index 100%
rename from constants/languages.ts
rename to apps/scandic-web/constants/languages.ts
diff --git a/constants/membershipLevels.ts b/apps/scandic-web/constants/membershipLevels.ts
similarity index 100%
rename from constants/membershipLevels.ts
rename to apps/scandic-web/constants/membershipLevels.ts
diff --git a/constants/myBooking.ts b/apps/scandic-web/constants/myBooking.ts
similarity index 100%
rename from constants/myBooking.ts
rename to apps/scandic-web/constants/myBooking.ts
diff --git a/constants/poiCategories.ts b/apps/scandic-web/constants/poiCategories.ts
similarity index 100%
rename from constants/poiCategories.ts
rename to apps/scandic-web/constants/poiCategories.ts
diff --git a/constants/rewards.ts b/apps/scandic-web/constants/rewards.ts
similarity index 100%
rename from constants/rewards.ts
rename to apps/scandic-web/constants/rewards.ts
diff --git a/constants/routes/authRequired.ts b/apps/scandic-web/constants/routes/authRequired.ts
similarity index 100%
rename from constants/routes/authRequired.ts
rename to apps/scandic-web/constants/routes/authRequired.ts
diff --git a/constants/routes/baseUrls.ts b/apps/scandic-web/constants/routes/baseUrls.ts
similarity index 100%
rename from constants/routes/baseUrls.ts
rename to apps/scandic-web/constants/routes/baseUrls.ts
diff --git a/constants/routes/handleAuth.js b/apps/scandic-web/constants/routes/handleAuth.js
similarity index 100%
rename from constants/routes/handleAuth.js
rename to apps/scandic-web/constants/routes/handleAuth.js
diff --git a/constants/routes/hotelReservation.js b/apps/scandic-web/constants/routes/hotelReservation.js
similarity index 100%
rename from constants/routes/hotelReservation.js
rename to apps/scandic-web/constants/routes/hotelReservation.js
diff --git a/constants/routes/myPages.js b/apps/scandic-web/constants/routes/myPages.js
similarity index 100%
rename from constants/routes/myPages.js
rename to apps/scandic-web/constants/routes/myPages.js
diff --git a/constants/routes/signup.ts b/apps/scandic-web/constants/routes/signup.ts
similarity index 100%
rename from constants/routes/signup.ts
rename to apps/scandic-web/constants/routes/signup.ts
diff --git a/constants/routes/webviews.ts b/apps/scandic-web/constants/routes/webviews.ts
similarity index 100%
rename from constants/routes/webviews.ts
rename to apps/scandic-web/constants/routes/webviews.ts
diff --git a/contexts/Details.ts b/apps/scandic-web/contexts/Details.ts
similarity index 100%
rename from contexts/Details.ts
rename to apps/scandic-web/contexts/Details.ts
diff --git a/contexts/HotelData.ts b/apps/scandic-web/contexts/HotelData.ts
similarity index 100%
rename from contexts/HotelData.ts
rename to apps/scandic-web/contexts/HotelData.ts
diff --git a/contexts/Rates.ts b/apps/scandic-web/contexts/Rates.ts
similarity index 100%
rename from contexts/Rates.ts
rename to apps/scandic-web/contexts/Rates.ts
diff --git a/contexts/Room.ts b/apps/scandic-web/contexts/Room.ts
similarity index 100%
rename from contexts/Room.ts
rename to apps/scandic-web/contexts/Room.ts
diff --git a/cypress.config.ts b/apps/scandic-web/cypress.config.ts
similarity index 100%
rename from cypress.config.ts
rename to apps/scandic-web/cypress.config.ts
diff --git a/cypress/e2e/static-pages/about.cy.ts b/apps/scandic-web/cypress/e2e/static-pages/about.cy.ts
similarity index 100%
rename from cypress/e2e/static-pages/about.cy.ts
rename to apps/scandic-web/cypress/e2e/static-pages/about.cy.ts
diff --git a/cypress/e2e/static-pages/sponsoring.cy.ts b/apps/scandic-web/cypress/e2e/static-pages/sponsoring.cy.ts
similarity index 100%
rename from cypress/e2e/static-pages/sponsoring.cy.ts
rename to apps/scandic-web/cypress/e2e/static-pages/sponsoring.cy.ts
diff --git a/cypress/e2e/static-pages/wifi.cy.ts b/apps/scandic-web/cypress/e2e/static-pages/wifi.cy.ts
similarity index 100%
rename from cypress/e2e/static-pages/wifi.cy.ts
rename to apps/scandic-web/cypress/e2e/static-pages/wifi.cy.ts
diff --git a/cypress/fixtures/example.json b/apps/scandic-web/cypress/fixtures/example.json
similarity index 100%
rename from cypress/fixtures/example.json
rename to apps/scandic-web/cypress/fixtures/example.json
diff --git a/cypress/support/commands.ts b/apps/scandic-web/cypress/support/commands.ts
similarity index 100%
rename from cypress/support/commands.ts
rename to apps/scandic-web/cypress/support/commands.ts
diff --git a/cypress/support/component-index.html b/apps/scandic-web/cypress/support/component-index.html
similarity index 100%
rename from cypress/support/component-index.html
rename to apps/scandic-web/cypress/support/component-index.html
diff --git a/cypress/support/component.ts b/apps/scandic-web/cypress/support/component.ts
similarity index 100%
rename from cypress/support/component.ts
rename to apps/scandic-web/cypress/support/component.ts
diff --git a/cypress/support/e2e.ts b/apps/scandic-web/cypress/support/e2e.ts
similarity index 100%
rename from cypress/support/e2e.ts
rename to apps/scandic-web/cypress/support/e2e.ts
diff --git a/env/client.ts b/apps/scandic-web/env/client.ts
similarity index 100%
rename from env/client.ts
rename to apps/scandic-web/env/client.ts
diff --git a/env/server.ts b/apps/scandic-web/env/server.ts
similarity index 98%
rename from env/server.ts
rename to apps/scandic-web/env/server.ts
index 83bd2fef7..a7baf30c8 100644
--- a/env/server.ts
+++ b/apps/scandic-web/env/server.ts
@@ -37,7 +37,6 @@ export const env = createEnv({
CURITY_ISSUER_USER: z.string(),
CURITY_ISSUER_SERVICE: z.string(),
CYPRESS_BASE_URL: z.string().default("http://127.0.0.1:3000"),
- DESIGN_SYSTEM_ACCESS_TOKEN: z.string(),
ENVTEST: z.string().optional(),
// https://env.t3.gg/docs/recipes#booleans
NEXTAUTH_DEBUG: z
@@ -210,7 +209,6 @@ export const env = createEnv({
CURITY_ISSUER_USER: process.env.CURITY_ISSUER_USER,
CURITY_ISSUER_SERVICE: process.env.CURITY_ISSUER_SERVICE,
CYPRESS_BASE_URL: process.env.CYPRESS_TEST_URL,
- DESIGN_SYSTEM_ACCESS_TOKEN: process.env.DESIGN_SYSTEM_ACCESS_TOKEN,
ENVTEST: process.env.ENVTEST,
NEXTAUTH_DEBUG: process.env.NEXTAUTH_DEBUG,
NEXTAUTH_REDIRECT_PROXY_URL: process.env.NEXTAUTH_REDIRECT_PROXY_URL,
diff --git a/hooks/booking/useAvailablePaymentOptions.ts b/apps/scandic-web/hooks/booking/useAvailablePaymentOptions.ts
similarity index 100%
rename from hooks/booking/useAvailablePaymentOptions.ts
rename to apps/scandic-web/hooks/booking/useAvailablePaymentOptions.ts
diff --git a/hooks/booking/useHandleBookingStatus.ts b/apps/scandic-web/hooks/booking/useHandleBookingStatus.ts
similarity index 100%
rename from hooks/booking/useHandleBookingStatus.ts
rename to apps/scandic-web/hooks/booking/useHandleBookingStatus.ts
diff --git a/hooks/booking/usePaymentFailedToast.ts b/apps/scandic-web/hooks/booking/usePaymentFailedToast.ts
similarity index 100%
rename from hooks/booking/usePaymentFailedToast.ts
rename to apps/scandic-web/hooks/booking/usePaymentFailedToast.ts
diff --git a/hooks/booking/useScrollToActiveSection.ts b/apps/scandic-web/hooks/booking/useScrollToActiveSection.ts
similarity index 100%
rename from hooks/booking/useScrollToActiveSection.ts
rename to apps/scandic-web/hooks/booking/useScrollToActiveSection.ts
diff --git a/hooks/maps/use-map-viewport.ts b/apps/scandic-web/hooks/maps/use-map-viewport.ts
similarity index 100%
rename from hooks/maps/use-map-viewport.ts
rename to apps/scandic-web/hooks/maps/use-map-viewport.ts
diff --git a/hooks/maps/use-supercluster.ts b/apps/scandic-web/hooks/maps/use-supercluster.ts
similarity index 100%
rename from hooks/maps/use-supercluster.ts
rename to apps/scandic-web/hooks/maps/use-supercluster.ts
diff --git a/hooks/useCheckIfExternalLink.ts b/apps/scandic-web/hooks/useCheckIfExternalLink.ts
similarity index 100%
rename from hooks/useCheckIfExternalLink.ts
rename to apps/scandic-web/hooks/useCheckIfExternalLink.ts
diff --git a/hooks/useClickOutside.ts b/apps/scandic-web/hooks/useClickOutside.ts
similarity index 100%
rename from hooks/useClickOutside.ts
rename to apps/scandic-web/hooks/useClickOutside.ts
diff --git a/hooks/useHandleKeyPress.ts b/apps/scandic-web/hooks/useHandleKeyPress.ts
similarity index 100%
rename from hooks/useHandleKeyPress.ts
rename to apps/scandic-web/hooks/useHandleKeyPress.ts
diff --git a/hooks/useHandleKeyUp.ts b/apps/scandic-web/hooks/useHandleKeyUp.ts
similarity index 100%
rename from hooks/useHandleKeyUp.ts
rename to apps/scandic-web/hooks/useHandleKeyUp.ts
diff --git a/hooks/useHash.tsx b/apps/scandic-web/hooks/useHash.tsx
similarity index 100%
rename from hooks/useHash.tsx
rename to apps/scandic-web/hooks/useHash.tsx
diff --git a/hooks/useInitializeFiltersFromUrl.ts b/apps/scandic-web/hooks/useInitializeFiltersFromUrl.ts
similarity index 100%
rename from hooks/useInitializeFiltersFromUrl.ts
rename to apps/scandic-web/hooks/useInitializeFiltersFromUrl.ts
diff --git a/hooks/useLang.ts b/apps/scandic-web/hooks/useLang.ts
similarity index 100%
rename from hooks/useLang.ts
rename to apps/scandic-web/hooks/useLang.ts
diff --git a/hooks/useLazyPathname.ts b/apps/scandic-web/hooks/useLazyPathname.ts
similarity index 100%
rename from hooks/useLazyPathname.ts
rename to apps/scandic-web/hooks/useLazyPathname.ts
diff --git a/hooks/useScrollShadows.ts b/apps/scandic-web/hooks/useScrollShadows.ts
similarity index 100%
rename from hooks/useScrollShadows.ts
rename to apps/scandic-web/hooks/useScrollShadows.ts
diff --git a/hooks/useScrollSpy.ts b/apps/scandic-web/hooks/useScrollSpy.ts
similarity index 100%
rename from hooks/useScrollSpy.ts
rename to apps/scandic-web/hooks/useScrollSpy.ts
diff --git a/hooks/useScrollToTop.ts b/apps/scandic-web/hooks/useScrollToTop.ts
similarity index 100%
rename from hooks/useScrollToTop.ts
rename to apps/scandic-web/hooks/useScrollToTop.ts
diff --git a/hooks/useSessionId.ts b/apps/scandic-web/hooks/useSessionId.ts
similarity index 100%
rename from hooks/useSessionId.ts
rename to apps/scandic-web/hooks/useSessionId.ts
diff --git a/hooks/useSetOverflowVisibleOnRA.ts b/apps/scandic-web/hooks/useSetOverflowVisibleOnRA.ts
similarity index 100%
rename from hooks/useSetOverflowVisibleOnRA.ts
rename to apps/scandic-web/hooks/useSetOverflowVisibleOnRA.ts
diff --git a/hooks/useStickyPosition.ts b/apps/scandic-web/hooks/useStickyPosition.ts
similarity index 100%
rename from hooks/useStickyPosition.ts
rename to apps/scandic-web/hooks/useStickyPosition.ts
diff --git a/hooks/useTrapFocus.ts b/apps/scandic-web/hooks/useTrapFocus.ts
similarity index 100%
rename from hooks/useTrapFocus.ts
rename to apps/scandic-web/hooks/useTrapFocus.ts
diff --git a/i18n/Provider.tsx b/apps/scandic-web/i18n/Provider.tsx
similarity index 100%
rename from i18n/Provider.tsx
rename to apps/scandic-web/i18n/Provider.tsx
diff --git a/i18n/dictionaries/da.json b/apps/scandic-web/i18n/dictionaries/da.json
similarity index 100%
rename from i18n/dictionaries/da.json
rename to apps/scandic-web/i18n/dictionaries/da.json
diff --git a/i18n/dictionaries/de.json b/apps/scandic-web/i18n/dictionaries/de.json
similarity index 100%
rename from i18n/dictionaries/de.json
rename to apps/scandic-web/i18n/dictionaries/de.json
diff --git a/i18n/dictionaries/en.json b/apps/scandic-web/i18n/dictionaries/en.json
similarity index 100%
rename from i18n/dictionaries/en.json
rename to apps/scandic-web/i18n/dictionaries/en.json
diff --git a/i18n/dictionaries/fi.json b/apps/scandic-web/i18n/dictionaries/fi.json
similarity index 100%
rename from i18n/dictionaries/fi.json
rename to apps/scandic-web/i18n/dictionaries/fi.json
diff --git a/i18n/dictionaries/no.json b/apps/scandic-web/i18n/dictionaries/no.json
similarity index 100%
rename from i18n/dictionaries/no.json
rename to apps/scandic-web/i18n/dictionaries/no.json
diff --git a/i18n/dictionaries/sv.json b/apps/scandic-web/i18n/dictionaries/sv.json
similarity index 100%
rename from i18n/dictionaries/sv.json
rename to apps/scandic-web/i18n/dictionaries/sv.json
diff --git a/i18n/i18n.md b/apps/scandic-web/i18n/i18n.md
similarity index 100%
rename from i18n/i18n.md
rename to apps/scandic-web/i18n/i18n.md
diff --git a/i18n/index.ts b/apps/scandic-web/i18n/index.ts
similarity index 100%
rename from i18n/index.ts
rename to apps/scandic-web/i18n/index.ts
diff --git a/i18n/serverContext.ts b/apps/scandic-web/i18n/serverContext.ts
similarity index 100%
rename from i18n/serverContext.ts
rename to apps/scandic-web/i18n/serverContext.ts
diff --git a/instrumentation.ts b/apps/scandic-web/instrumentation.ts
similarity index 100%
rename from instrumentation.ts
rename to apps/scandic-web/instrumentation.ts
diff --git a/jest.config.ts b/apps/scandic-web/jest.config.ts
similarity index 100%
rename from jest.config.ts
rename to apps/scandic-web/jest.config.ts
diff --git a/jest.setup.ts b/apps/scandic-web/jest.setup.ts
similarity index 100%
rename from jest.setup.ts
rename to apps/scandic-web/jest.setup.ts
diff --git a/lib/api/endpoints.ts b/apps/scandic-web/lib/api/endpoints.ts
similarity index 100%
rename from lib/api/endpoints.ts
rename to apps/scandic-web/lib/api/endpoints.ts
diff --git a/lib/api/index.ts b/apps/scandic-web/lib/api/index.ts
similarity index 100%
rename from lib/api/index.ts
rename to apps/scandic-web/lib/api/index.ts
diff --git a/lib/discriminatedUnion.ts b/apps/scandic-web/lib/discriminatedUnion.ts
similarity index 100%
rename from lib/discriminatedUnion.ts
rename to apps/scandic-web/lib/discriminatedUnion.ts
diff --git a/lib/dt.ts b/apps/scandic-web/lib/dt.ts
similarity index 100%
rename from lib/dt.ts
rename to apps/scandic-web/lib/dt.ts
diff --git a/lib/graphql/Fragments/AccountPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/AccountPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/AccountPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/AccountPage/Ref.graphql
diff --git a/lib/graphql/Fragments/Alert.graphql b/apps/scandic-web/lib/graphql/Fragments/Alert.graphql
similarity index 100%
rename from lib/graphql/Fragments/Alert.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Alert.graphql
diff --git a/lib/graphql/Fragments/Aside/Contact.graphql b/apps/scandic-web/lib/graphql/Fragments/Aside/Contact.graphql
similarity index 100%
rename from lib/graphql/Fragments/Aside/Contact.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Aside/Contact.graphql
diff --git a/lib/graphql/Fragments/Aside/Puff.graphql b/apps/scandic-web/lib/graphql/Fragments/Aside/Puff.graphql
similarity index 100%
rename from lib/graphql/Fragments/Aside/Puff.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Aside/Puff.graphql
diff --git a/lib/graphql/Fragments/Blocks/Accordion.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Accordion.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Accordion.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Accordion.graphql
diff --git a/lib/graphql/Fragments/Blocks/Card.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Card.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Card.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Card.graphql
diff --git a/lib/graphql/Fragments/Blocks/CardGallery.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/CardGallery.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/CardGallery.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/CardGallery.graphql
diff --git a/lib/graphql/Fragments/Blocks/CardsGrid.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/CardsGrid.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/CardsGrid.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/CardsGrid.graphql
diff --git a/lib/graphql/Fragments/Blocks/CarouselCards.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/CarouselCards.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/CarouselCards.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/CarouselCards.graphql
diff --git a/lib/graphql/Fragments/Blocks/Content.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Content.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Content.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Content.graphql
diff --git a/lib/graphql/Fragments/Blocks/ContentCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/ContentCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/ContentCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/ContentCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/DynamicContent.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/DynamicContent.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/DynamicContent.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/DynamicContent.graphql
diff --git a/lib/graphql/Fragments/Blocks/FullWidthCampaign.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/FullWidthCampaign.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/FullWidthCampaign.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/FullWidthCampaign.graphql
diff --git a/lib/graphql/Fragments/Blocks/HotelListing.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/HotelListing.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/HotelListing.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/HotelListing.graphql
diff --git a/lib/graphql/Fragments/Blocks/InfoCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/InfoCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/InfoCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/InfoCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/JoinScandicFriends.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/JoinScandicFriends.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/JoinScandicFriends.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/JoinScandicFriends.graphql
diff --git a/lib/graphql/Fragments/Blocks/List.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/List.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/List.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/List.graphql
diff --git a/lib/graphql/Fragments/Blocks/LoyaltyCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/LoyaltyCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/LoyaltyCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/LoyaltyCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/Puff.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Puff.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Puff.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Puff.graphql
diff --git a/lib/graphql/Fragments/Blocks/Refs/Accordion.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/Accordion.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Refs/Accordion.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/Accordion.graphql
diff --git a/lib/graphql/Fragments/Blocks/Refs/Card.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/Card.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Refs/Card.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/Card.graphql
diff --git a/lib/graphql/Fragments/Blocks/Refs/InfoCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/InfoCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Refs/InfoCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/InfoCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/LoyaltyCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/Refs/TeaserCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/TeaserCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Refs/TeaserCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Refs/TeaserCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/Shortcuts.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Shortcuts.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Shortcuts.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Shortcuts.graphql
diff --git a/lib/graphql/Fragments/Blocks/Table.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Table.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Table.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Table.graphql
diff --git a/lib/graphql/Fragments/Blocks/TeaserCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/TeaserCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/TeaserCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/TeaserCard.graphql
diff --git a/lib/graphql/Fragments/Blocks/Text.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/Text.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/Text.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/Text.graphql
diff --git a/lib/graphql/Fragments/Blocks/TextCols.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/TextCols.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/TextCols.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/TextCols.graphql
diff --git a/lib/graphql/Fragments/Blocks/TextContent.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/TextContent.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/TextContent.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/TextContent.graphql
diff --git a/lib/graphql/Fragments/Blocks/UspGrid.graphql b/apps/scandic-web/lib/graphql/Fragments/Blocks/UspGrid.graphql
similarity index 100%
rename from lib/graphql/Fragments/Blocks/UspGrid.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Blocks/UspGrid.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/AccountPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/AccountPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/AccountPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/AccountPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/Breadcrumbs.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/Breadcrumbs.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/Breadcrumbs.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/Breadcrumbs.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/CollectionPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/CollectionPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/CollectionPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/CollectionPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/ContentPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/ContentPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/ContentPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/ContentPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/DestinationCityPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationCityPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/DestinationCityPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationCityPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/DestinationCountryPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationCountryPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/DestinationCountryPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationCountryPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/DestinationOverviewPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationOverviewPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/DestinationOverviewPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/DestinationOverviewPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/HotelPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/HotelPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/HotelPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/HotelPage.graphql
diff --git a/lib/graphql/Fragments/Breadcrumbs/LoyaltyPage.graphql b/apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/LoyaltyPage.graphql
similarity index 100%
rename from lib/graphql/Fragments/Breadcrumbs/LoyaltyPage.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Breadcrumbs/LoyaltyPage.graphql
diff --git a/lib/graphql/Fragments/CollectionPage/NavigationLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/CollectionPage/NavigationLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/CollectionPage/NavigationLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CollectionPage/NavigationLinks.graphql
diff --git a/lib/graphql/Fragments/CollectionPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/CollectionPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/CollectionPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CollectionPage/Ref.graphql
diff --git a/lib/graphql/Fragments/CollectionPage/TopPrimaryButton.graphql b/apps/scandic-web/lib/graphql/Fragments/CollectionPage/TopPrimaryButton.graphql
similarity index 100%
rename from lib/graphql/Fragments/CollectionPage/TopPrimaryButton.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CollectionPage/TopPrimaryButton.graphql
diff --git a/lib/graphql/Fragments/Contact.graphql b/apps/scandic-web/lib/graphql/Fragments/Contact.graphql
similarity index 100%
rename from lib/graphql/Fragments/Contact.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Contact.graphql
diff --git a/lib/graphql/Fragments/ContentPage/NavigationLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/ContentPage/NavigationLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/ContentPage/NavigationLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/ContentPage/NavigationLinks.graphql
diff --git a/lib/graphql/Fragments/ContentPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/ContentPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/ContentPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/ContentPage/Ref.graphql
diff --git a/lib/graphql/Fragments/ContentPage/TopPrimaryButton.graphql b/apps/scandic-web/lib/graphql/Fragments/ContentPage/TopPrimaryButton.graphql
similarity index 100%
rename from lib/graphql/Fragments/ContentPage/TopPrimaryButton.graphql
rename to apps/scandic-web/lib/graphql/Fragments/ContentPage/TopPrimaryButton.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/Logo.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Logo.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/Logo.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Logo.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/MainLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/MainLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/MainLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/MainLinks.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/Navigation.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Navigation.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/Navigation.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Navigation.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql
diff --git a/lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql b/apps/scandic-web/lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql
similarity index 100%
rename from lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql
rename to apps/scandic-web/lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql
diff --git a/lib/graphql/Fragments/DestinationCityPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/DestinationCityPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/DestinationCityPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/DestinationCityPage/Ref.graphql
diff --git a/lib/graphql/Fragments/DestinationCountryPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/DestinationCountryPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/DestinationCountryPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/DestinationCountryPage/Ref.graphql
diff --git a/lib/graphql/Fragments/DestinationOverviewPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/DestinationOverviewPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/DestinationOverviewPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/DestinationOverviewPage/Ref.graphql
diff --git a/lib/graphql/Fragments/Footer/AppDownloads.graphql b/apps/scandic-web/lib/graphql/Fragments/Footer/AppDownloads.graphql
similarity index 100%
rename from lib/graphql/Fragments/Footer/AppDownloads.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Footer/AppDownloads.graphql
diff --git a/lib/graphql/Fragments/Footer/Refs/TertiaryLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/Footer/Refs/TertiaryLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/Footer/Refs/TertiaryLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Footer/Refs/TertiaryLinks.graphql
diff --git a/lib/graphql/Fragments/Footer/SocialMedia.graphql b/apps/scandic-web/lib/graphql/Fragments/Footer/SocialMedia.graphql
similarity index 100%
rename from lib/graphql/Fragments/Footer/SocialMedia.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Footer/SocialMedia.graphql
diff --git a/lib/graphql/Fragments/Grid.graphql b/apps/scandic-web/lib/graphql/Fragments/Grid.graphql
similarity index 100%
rename from lib/graphql/Fragments/Grid.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Grid.graphql
diff --git a/lib/graphql/Fragments/Hero.graphql b/apps/scandic-web/lib/graphql/Fragments/Hero.graphql
similarity index 100%
rename from lib/graphql/Fragments/Hero.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Hero.graphql
diff --git a/lib/graphql/Fragments/HotelPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/HotelPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/HotelPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/HotelPage/Ref.graphql
diff --git a/lib/graphql/Fragments/Image.graphql b/apps/scandic-web/lib/graphql/Fragments/Image.graphql
similarity index 100%
rename from lib/graphql/Fragments/Image.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Image.graphql
diff --git a/lib/graphql/Fragments/ImageContainer.graphql b/apps/scandic-web/lib/graphql/Fragments/ImageContainer.graphql
similarity index 100%
rename from lib/graphql/Fragments/ImageContainer.graphql
rename to apps/scandic-web/lib/graphql/Fragments/ImageContainer.graphql
diff --git a/lib/graphql/Fragments/LoyaltyPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/LoyaltyPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/LoyaltyPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/LoyaltyPage/Ref.graphql
diff --git a/lib/graphql/Fragments/Metadata.graphql b/apps/scandic-web/lib/graphql/Fragments/Metadata.graphql
similarity index 100%
rename from lib/graphql/Fragments/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Metadata.graphql
diff --git a/lib/graphql/Fragments/PageLink/AccountPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/AccountPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/AccountPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/AccountPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/CollectionPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/CollectionPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/CollectionPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/CollectionPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/ContentPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/ContentPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/ContentPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/ContentPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/CurrentContentPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/CurrentContentPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/CurrentContentPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/CurrentContentPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/DestinationCityPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationCityPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/DestinationCityPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationCityPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/DestinationCountryPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationCountryPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/DestinationCountryPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationCountryPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/DestinationOverviewPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationOverviewPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/DestinationOverviewPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/DestinationOverviewPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/HotelPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/HotelPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/HotelPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/HotelPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/LoyaltyPageLink.graphql
diff --git a/lib/graphql/Fragments/PageLink/StartPageLink.graphql b/apps/scandic-web/lib/graphql/Fragments/PageLink/StartPageLink.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageLink/StartPageLink.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageLink/StartPageLink.graphql
diff --git a/lib/graphql/Fragments/PageSettings.graphql b/apps/scandic-web/lib/graphql/Fragments/PageSettings.graphql
similarity index 100%
rename from lib/graphql/Fragments/PageSettings.graphql
rename to apps/scandic-web/lib/graphql/Fragments/PageSettings.graphql
diff --git a/lib/graphql/Fragments/Preamble.graphql b/apps/scandic-web/lib/graphql/Fragments/Preamble.graphql
similarity index 100%
rename from lib/graphql/Fragments/Preamble.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Preamble.graphql
diff --git a/lib/graphql/Fragments/Puff.graphql b/apps/scandic-web/lib/graphql/Fragments/Puff.graphql
similarity index 100%
rename from lib/graphql/Fragments/Puff.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Puff.graphql
diff --git a/lib/graphql/Fragments/Sidebar/Content.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/Content.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/Content.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/Content.graphql
diff --git a/lib/graphql/Fragments/Sidebar/DynamicContent.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/DynamicContent.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/DynamicContent.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/DynamicContent.graphql
diff --git a/lib/graphql/Fragments/Sidebar/JoinLoyaltyContact.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/JoinLoyaltyContact.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/JoinLoyaltyContact.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/JoinLoyaltyContact.graphql
diff --git a/lib/graphql/Fragments/Sidebar/QuickLinks.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/QuickLinks.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/QuickLinks.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/QuickLinks.graphql
diff --git a/lib/graphql/Fragments/Sidebar/ScriptedCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/ScriptedCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/ScriptedCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/ScriptedCard.graphql
diff --git a/lib/graphql/Fragments/Sidebar/TeaserCard.graphql b/apps/scandic-web/lib/graphql/Fragments/Sidebar/TeaserCard.graphql
similarity index 100%
rename from lib/graphql/Fragments/Sidebar/TeaserCard.graphql
rename to apps/scandic-web/lib/graphql/Fragments/Sidebar/TeaserCard.graphql
diff --git a/lib/graphql/Fragments/StartPage/Ref.graphql b/apps/scandic-web/lib/graphql/Fragments/StartPage/Ref.graphql
similarity index 100%
rename from lib/graphql/Fragments/StartPage/Ref.graphql
rename to apps/scandic-web/lib/graphql/Fragments/StartPage/Ref.graphql
diff --git a/lib/graphql/Fragments/System.graphql b/apps/scandic-web/lib/graphql/Fragments/System.graphql
similarity index 100%
rename from lib/graphql/Fragments/System.graphql
rename to apps/scandic-web/lib/graphql/Fragments/System.graphql
diff --git a/lib/graphql/Query/AccountPage/AccountPage.graphql b/apps/scandic-web/lib/graphql/Query/AccountPage/AccountPage.graphql
similarity index 100%
rename from lib/graphql/Query/AccountPage/AccountPage.graphql
rename to apps/scandic-web/lib/graphql/Query/AccountPage/AccountPage.graphql
diff --git a/lib/graphql/Query/AccountPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/AccountPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/AccountPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/AccountPage/Metadata.graphql
diff --git a/lib/graphql/Query/AccountPage/Navigation.graphql b/apps/scandic-web/lib/graphql/Query/AccountPage/Navigation.graphql
similarity index 100%
rename from lib/graphql/Query/AccountPage/Navigation.graphql
rename to apps/scandic-web/lib/graphql/Query/AccountPage/Navigation.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/AccountPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/AccountPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/AccountPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/AccountPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/CollectionPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/CollectionPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/CollectionPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/CollectionPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/ContentPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/ContentPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/ContentPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/ContentPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/DestinationCityPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationCityPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/DestinationCityPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationCityPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/DestinationCountryPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationCountryPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/DestinationCountryPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationCountryPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/DestinationOverviewPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationOverviewPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/DestinationOverviewPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/DestinationOverviewPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/HotelPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/HotelPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/HotelPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/HotelPage.graphql
diff --git a/lib/graphql/Query/Breadcrumbs/LoyaltyPage.graphql b/apps/scandic-web/lib/graphql/Query/Breadcrumbs/LoyaltyPage.graphql
similarity index 100%
rename from lib/graphql/Query/Breadcrumbs/LoyaltyPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Breadcrumbs/LoyaltyPage.graphql
diff --git a/lib/graphql/Query/CollectionPage/CollectionPage.graphql b/apps/scandic-web/lib/graphql/Query/CollectionPage/CollectionPage.graphql
similarity index 100%
rename from lib/graphql/Query/CollectionPage/CollectionPage.graphql
rename to apps/scandic-web/lib/graphql/Query/CollectionPage/CollectionPage.graphql
diff --git a/lib/graphql/Query/CollectionPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/CollectionPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/CollectionPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/CollectionPage/Metadata.graphql
diff --git a/lib/graphql/Query/ContactConfig.graphql b/apps/scandic-web/lib/graphql/Query/ContactConfig.graphql
similarity index 100%
rename from lib/graphql/Query/ContactConfig.graphql
rename to apps/scandic-web/lib/graphql/Query/ContactConfig.graphql
diff --git a/lib/graphql/Query/ContentPage/ContentPage.graphql b/apps/scandic-web/lib/graphql/Query/ContentPage/ContentPage.graphql
similarity index 100%
rename from lib/graphql/Query/ContentPage/ContentPage.graphql
rename to apps/scandic-web/lib/graphql/Query/ContentPage/ContentPage.graphql
diff --git a/lib/graphql/Query/ContentPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/ContentPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/ContentPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/ContentPage/Metadata.graphql
diff --git a/lib/graphql/Query/Current/CurrentBlockPage.graphql b/apps/scandic-web/lib/graphql/Query/Current/CurrentBlockPage.graphql
similarity index 100%
rename from lib/graphql/Query/Current/CurrentBlockPage.graphql
rename to apps/scandic-web/lib/graphql/Query/Current/CurrentBlockPage.graphql
diff --git a/lib/graphql/Query/Current/CurrentBlockPageTrackingData.graphql b/apps/scandic-web/lib/graphql/Query/Current/CurrentBlockPageTrackingData.graphql
similarity index 100%
rename from lib/graphql/Query/Current/CurrentBlockPageTrackingData.graphql
rename to apps/scandic-web/lib/graphql/Query/Current/CurrentBlockPageTrackingData.graphql
diff --git a/lib/graphql/Query/Current/Footer.graphql b/apps/scandic-web/lib/graphql/Query/Current/Footer.graphql
similarity index 100%
rename from lib/graphql/Query/Current/Footer.graphql
rename to apps/scandic-web/lib/graphql/Query/Current/Footer.graphql
diff --git a/lib/graphql/Query/Current/Header.graphql b/apps/scandic-web/lib/graphql/Query/Current/Header.graphql
similarity index 100%
rename from lib/graphql/Query/Current/Header.graphql
rename to apps/scandic-web/lib/graphql/Query/Current/Header.graphql
diff --git a/lib/graphql/Query/Current/LanguageSwitcher.graphql b/apps/scandic-web/lib/graphql/Query/Current/LanguageSwitcher.graphql
similarity index 100%
rename from lib/graphql/Query/Current/LanguageSwitcher.graphql
rename to apps/scandic-web/lib/graphql/Query/Current/LanguageSwitcher.graphql
diff --git a/lib/graphql/Query/DestinationCityPage/DestinationCityListData.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityListData.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCityPage/DestinationCityListData.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityListData.graphql
diff --git a/lib/graphql/Query/DestinationCityPage/DestinationCityPage.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityPage.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCityPage/DestinationCityPage.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityPage.graphql
diff --git a/lib/graphql/Query/DestinationCityPage/DestinationCityPageUrl.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityPageUrl.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCityPage/DestinationCityPageUrl.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCityPage/DestinationCityPageUrl.graphql
diff --git a/lib/graphql/Query/DestinationCityPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCityPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCityPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCityPage/Metadata.graphql
diff --git a/lib/graphql/Query/DestinationCountryPage/DestinationCountryPage.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCountryPage/DestinationCountryPage.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCountryPage/DestinationCountryPage.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCountryPage/DestinationCountryPage.graphql
diff --git a/lib/graphql/Query/DestinationCountryPage/DestinationCountryPageUrl.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCountryPage/DestinationCountryPageUrl.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCountryPage/DestinationCountryPageUrl.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCountryPage/DestinationCountryPageUrl.graphql
diff --git a/lib/graphql/Query/DestinationCountryPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/DestinationCountryPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationCountryPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationCountryPage/Metadata.graphql
diff --git a/lib/graphql/Query/DestinationOverviewPage/DestinationOverviewPage.graphql b/apps/scandic-web/lib/graphql/Query/DestinationOverviewPage/DestinationOverviewPage.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationOverviewPage/DestinationOverviewPage.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationOverviewPage/DestinationOverviewPage.graphql
diff --git a/lib/graphql/Query/DestinationOverviewPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/DestinationOverviewPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/DestinationOverviewPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/DestinationOverviewPage/Metadata.graphql
diff --git a/lib/graphql/Query/Footer.graphql b/apps/scandic-web/lib/graphql/Query/Footer.graphql
similarity index 100%
rename from lib/graphql/Query/Footer.graphql
rename to apps/scandic-web/lib/graphql/Query/Footer.graphql
diff --git a/lib/graphql/Query/Header.graphql b/apps/scandic-web/lib/graphql/Query/Header.graphql
similarity index 100%
rename from lib/graphql/Query/Header.graphql
rename to apps/scandic-web/lib/graphql/Query/Header.graphql
diff --git a/lib/graphql/Query/HotelPage/HotelPage.graphql b/apps/scandic-web/lib/graphql/Query/HotelPage/HotelPage.graphql
similarity index 100%
rename from lib/graphql/Query/HotelPage/HotelPage.graphql
rename to apps/scandic-web/lib/graphql/Query/HotelPage/HotelPage.graphql
diff --git a/lib/graphql/Query/HotelPage/HotelPageUrl.graphql b/apps/scandic-web/lib/graphql/Query/HotelPage/HotelPageUrl.graphql
similarity index 100%
rename from lib/graphql/Query/HotelPage/HotelPageUrl.graphql
rename to apps/scandic-web/lib/graphql/Query/HotelPage/HotelPageUrl.graphql
diff --git a/lib/graphql/Query/HotelPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/HotelPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/HotelPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/HotelPage/Metadata.graphql
diff --git a/lib/graphql/Query/LoyaltyLevels.graphql b/apps/scandic-web/lib/graphql/Query/LoyaltyLevels.graphql
similarity index 100%
rename from lib/graphql/Query/LoyaltyLevels.graphql
rename to apps/scandic-web/lib/graphql/Query/LoyaltyLevels.graphql
diff --git a/lib/graphql/Query/LoyaltyPage/LoyaltyPage.graphql b/apps/scandic-web/lib/graphql/Query/LoyaltyPage/LoyaltyPage.graphql
similarity index 100%
rename from lib/graphql/Query/LoyaltyPage/LoyaltyPage.graphql
rename to apps/scandic-web/lib/graphql/Query/LoyaltyPage/LoyaltyPage.graphql
diff --git a/lib/graphql/Query/LoyaltyPage/Metadata.graphql b/apps/scandic-web/lib/graphql/Query/LoyaltyPage/Metadata.graphql
similarity index 100%
rename from lib/graphql/Query/LoyaltyPage/Metadata.graphql
rename to apps/scandic-web/lib/graphql/Query/LoyaltyPage/Metadata.graphql
diff --git a/lib/graphql/Query/PageSettings.graphql b/apps/scandic-web/lib/graphql/Query/PageSettings.graphql
similarity index 100%
rename from lib/graphql/Query/PageSettings.graphql
rename to apps/scandic-web/lib/graphql/Query/PageSettings.graphql
diff --git a/lib/graphql/Query/ResolveEntry.graphql b/apps/scandic-web/lib/graphql/Query/ResolveEntry.graphql
similarity index 100%
rename from lib/graphql/Query/ResolveEntry.graphql
rename to apps/scandic-web/lib/graphql/Query/ResolveEntry.graphql
diff --git a/lib/graphql/Query/Rewards.graphql b/apps/scandic-web/lib/graphql/Query/Rewards.graphql
similarity index 100%
rename from lib/graphql/Query/Rewards.graphql
rename to apps/scandic-web/lib/graphql/Query/Rewards.graphql
diff --git a/lib/graphql/Query/RewardsWithRedeem.graphql b/apps/scandic-web/lib/graphql/Query/RewardsWithRedeem.graphql
similarity index 100%
rename from lib/graphql/Query/RewardsWithRedeem.graphql
rename to apps/scandic-web/lib/graphql/Query/RewardsWithRedeem.graphql
diff --git a/lib/graphql/Query/SASTierComparison.graphql b/apps/scandic-web/lib/graphql/Query/SASTierComparison.graphql
similarity index 100%
rename from lib/graphql/Query/SASTierComparison.graphql
rename to apps/scandic-web/lib/graphql/Query/SASTierComparison.graphql
diff --git a/lib/graphql/Query/SiteConfig.graphql b/apps/scandic-web/lib/graphql/Query/SiteConfig.graphql
similarity index 100%
rename from lib/graphql/Query/SiteConfig.graphql
rename to apps/scandic-web/lib/graphql/Query/SiteConfig.graphql
diff --git a/lib/graphql/Query/StartPage/StartPage.graphql b/apps/scandic-web/lib/graphql/Query/StartPage/StartPage.graphql
similarity index 100%
rename from lib/graphql/Query/StartPage/StartPage.graphql
rename to apps/scandic-web/lib/graphql/Query/StartPage/StartPage.graphql
diff --git a/lib/graphql/_request.ts b/apps/scandic-web/lib/graphql/_request.ts
similarity index 100%
rename from lib/graphql/_request.ts
rename to apps/scandic-web/lib/graphql/_request.ts
diff --git a/lib/graphql/batchEdgeRequest.ts b/apps/scandic-web/lib/graphql/batchEdgeRequest.ts
similarity index 100%
rename from lib/graphql/batchEdgeRequest.ts
rename to apps/scandic-web/lib/graphql/batchEdgeRequest.ts
diff --git a/lib/graphql/batchRequest.ts b/apps/scandic-web/lib/graphql/batchRequest.ts
similarity index 100%
rename from lib/graphql/batchRequest.ts
rename to apps/scandic-web/lib/graphql/batchRequest.ts
diff --git a/lib/graphql/edgeRequest.ts b/apps/scandic-web/lib/graphql/edgeRequest.ts
similarity index 100%
rename from lib/graphql/edgeRequest.ts
rename to apps/scandic-web/lib/graphql/edgeRequest.ts
diff --git a/lib/graphql/request.ts b/apps/scandic-web/lib/graphql/request.ts
similarity index 100%
rename from lib/graphql/request.ts
rename to apps/scandic-web/lib/graphql/request.ts
diff --git a/lib/previewContext.ts b/apps/scandic-web/lib/previewContext.ts
similarity index 100%
rename from lib/previewContext.ts
rename to apps/scandic-web/lib/previewContext.ts
diff --git a/lib/trpc/Provider.tsx b/apps/scandic-web/lib/trpc/Provider.tsx
similarity index 100%
rename from lib/trpc/Provider.tsx
rename to apps/scandic-web/lib/trpc/Provider.tsx
diff --git a/lib/trpc/client.ts b/apps/scandic-web/lib/trpc/client.ts
similarity index 100%
rename from lib/trpc/client.ts
rename to apps/scandic-web/lib/trpc/client.ts
diff --git a/lib/trpc/memoizedRequests/index.ts b/apps/scandic-web/lib/trpc/memoizedRequests/index.ts
similarity index 100%
rename from lib/trpc/memoizedRequests/index.ts
rename to apps/scandic-web/lib/trpc/memoizedRequests/index.ts
diff --git a/lib/trpc/server.ts b/apps/scandic-web/lib/trpc/server.ts
similarity index 100%
rename from lib/trpc/server.ts
rename to apps/scandic-web/lib/trpc/server.ts
diff --git a/lint-staged.config.js b/apps/scandic-web/lint-staged.config.js
similarity index 100%
rename from lint-staged.config.js
rename to apps/scandic-web/lint-staged.config.js
diff --git a/middleware.ts b/apps/scandic-web/middleware.ts
similarity index 100%
rename from middleware.ts
rename to apps/scandic-web/middleware.ts
diff --git a/middlewares/authRequired.ts b/apps/scandic-web/middlewares/authRequired.ts
similarity index 100%
rename from middlewares/authRequired.ts
rename to apps/scandic-web/middlewares/authRequired.ts
diff --git a/middlewares/bookingFlow.ts b/apps/scandic-web/middlewares/bookingFlow.ts
similarity index 100%
rename from middlewares/bookingFlow.ts
rename to apps/scandic-web/middlewares/bookingFlow.ts
diff --git a/middlewares/cmsContent.ts b/apps/scandic-web/middlewares/cmsContent.ts
similarity index 100%
rename from middlewares/cmsContent.ts
rename to apps/scandic-web/middlewares/cmsContent.ts
diff --git a/middlewares/currentWebLogin.ts b/apps/scandic-web/middlewares/currentWebLogin.ts
similarity index 100%
rename from middlewares/currentWebLogin.ts
rename to apps/scandic-web/middlewares/currentWebLogin.ts
diff --git a/middlewares/currentWebLoginEmail.ts b/apps/scandic-web/middlewares/currentWebLoginEmail.ts
similarity index 100%
rename from middlewares/currentWebLoginEmail.ts
rename to apps/scandic-web/middlewares/currentWebLoginEmail.ts
diff --git a/middlewares/currentWebLogout.ts b/apps/scandic-web/middlewares/currentWebLogout.ts
similarity index 100%
rename from middlewares/currentWebLogout.ts
rename to apps/scandic-web/middlewares/currentWebLogout.ts
diff --git a/middlewares/dateFormat.ts b/apps/scandic-web/middlewares/dateFormat.ts
similarity index 100%
rename from middlewares/dateFormat.ts
rename to apps/scandic-web/middlewares/dateFormat.ts
diff --git a/middlewares/handleAuth.ts b/apps/scandic-web/middlewares/handleAuth.ts
similarity index 100%
rename from middlewares/handleAuth.ts
rename to apps/scandic-web/middlewares/handleAuth.ts
diff --git a/middlewares/myPages.ts b/apps/scandic-web/middlewares/myPages.ts
similarity index 100%
rename from middlewares/myPages.ts
rename to apps/scandic-web/middlewares/myPages.ts
diff --git a/middlewares/sasXScandic.ts b/apps/scandic-web/middlewares/sasXScandic.ts
similarity index 100%
rename from middlewares/sasXScandic.ts
rename to apps/scandic-web/middlewares/sasXScandic.ts
diff --git a/middlewares/utils.ts b/apps/scandic-web/middlewares/utils.ts
similarity index 100%
rename from middlewares/utils.ts
rename to apps/scandic-web/middlewares/utils.ts
diff --git a/middlewares/webView.ts b/apps/scandic-web/middlewares/webView.ts
similarity index 100%
rename from middlewares/webView.ts
rename to apps/scandic-web/middlewares/webView.ts
diff --git a/netlify.toml b/apps/scandic-web/netlify.toml
similarity index 85%
rename from netlify.toml
rename to apps/scandic-web/netlify.toml
index b52d131a2..94a97869f 100644
--- a/netlify.toml
+++ b/apps/scandic-web/netlify.toml
@@ -1,12 +1,12 @@
[build]
-command = "npm run build"
-publish = ".next"
+command = "yarn build"
+publish = "apps/scandic-web/.next"
[context.branch-deploy]
-command = "npm run lint && npm run build"
+command = "yarn build"
[context.deploy-preview]
-command = "npm run lint && npm run build"
+command = "yarn build"
# [[plugins]]
# package = "netlify-plugin-cypress"
diff --git a/netlify/functions/sitemap/index.mts b/apps/scandic-web/netlify/functions/sitemap/index.mts
similarity index 100%
rename from netlify/functions/sitemap/index.mts
rename to apps/scandic-web/netlify/functions/sitemap/index.mts
diff --git a/next.config.js b/apps/scandic-web/next.config.js
similarity index 100%
rename from next.config.js
rename to apps/scandic-web/next.config.js
diff --git a/apps/scandic-web/package.json b/apps/scandic-web/package.json
new file mode 100644
index 000000000..9407a6c12
--- /dev/null
+++ b/apps/scandic-web/package.json
@@ -0,0 +1,140 @@
+{
+ "name": "@scandic-hotels/scandic-web",
+ "version": "0.1.0",
+ "private": true,
+ "type": "module",
+ "packageManager": "yarn@4.0.0",
+ "scripts": {
+ "prebuild": "yarn lint && yarn test:unit",
+ "build": "next build",
+ "predev": "rm -rf .next",
+ "dev": "PORT=3000 NEXT_PUBLIC_PORT=3000 next dev",
+ "prelint": "rm -rf .next",
+ "lint": "next lint --max-warnings 0 && tsc",
+ "prelint:fix": "rm -rf .next",
+ "lint:fix": "next lint --fix --max-warnings 0 && tsc",
+ "start": "node .next/standalone/server.js",
+ "test:component": "cypress open --component",
+ "test:component:headless": "cypress run --component",
+ "test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress open --e2e\"",
+ "test:e2e:headless": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress run --e2e\"",
+ "test:setup": "yarn build && yarn start",
+ "preinstall": "/bin/sh -c \"export $(cat .env.local | grep -v '^#' | xargs)\"",
+ "test:unit": "jest",
+ "test:unit:watch": "jest --watch"
+ },
+ "dependencies": {
+ "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.27",
+ "@contentstack/live-preview-utils": "^3.0.0",
+ "@formatjs/intl": "^2.10.15",
+ "@hookform/error-message": "^2.0.1",
+ "@hookform/resolvers": "^3.3.4",
+ "@internationalized/date": "^3.6.0",
+ "@netlify/blobs": "^8.1.0",
+ "@netlify/functions": "^3.0.0",
+ "@netlify/plugin-nextjs": "^5.9.4",
+ "@opentelemetry/api": "^1.9.0",
+ "@opentelemetry/api-logs": "^0.56.0",
+ "@opentelemetry/instrumentation": "^0.56.0",
+ "@opentelemetry/resources": "^1.29.0",
+ "@opentelemetry/sdk-logs": "^0.56.0",
+ "@opentelemetry/sdk-metrics": "^1.25.1",
+ "@opentelemetry/sdk-trace-base": "^1.29.0",
+ "@preact/signals-core": "^1.7.0",
+ "@radix-ui/react-dialog": "^1.1.1",
+ "@radix-ui/react-slot": "^1.0.2",
+ "@radix-ui/react-visually-hidden": "^1.1.0",
+ "@react-aria/ssr": "^3.9.5",
+ "@scandic-hotels/design-system": "workspace:*",
+ "@sentry/nextjs": "^8.41.0",
+ "@t3-oss/env-nextjs": "^0.9.2",
+ "@tanstack/react-query": "^5.28.6",
+ "@tanstack/react-query-devtools": "^5.64.2",
+ "@tanstack/react-table": "^8.20.5",
+ "@testing-library/dom": "^10.0.0",
+ "@trpc/client": "^11.0.0-rc.467",
+ "@trpc/react-query": "^11.0.0-rc.467",
+ "@trpc/server": "^11.0.0-rc.467",
+ "@tsparticles/confetti": "^3.5.0",
+ "@types/geojson": "^7946.0.16",
+ "@types/supercluster": "^7.1.3",
+ "@vercel/otel": "^1.9.1",
+ "@vis.gl/react-google-maps": "^1.2.0",
+ "class-variance-authority": "^0.7.0",
+ "clean-deep": "^3.4.0",
+ "contentstack": "^3.23.0",
+ "date-fns": "^4.1.0",
+ "dayjs": "^1.11.10",
+ "deepmerge": "^4.3.1",
+ "downshift": "^9.0.8",
+ "embla-carousel": "^8.5.2",
+ "embla-carousel-react": "^8.5.2",
+ "fast-deep-equal": "^3.1.3",
+ "fetch-retry": "^6.0.0",
+ "framer-motion": "11.3.28",
+ "graphql": "^16.8.1",
+ "graphql-request": "^6.1.0",
+ "graphql-tag": "^2.12.6",
+ "html-react-parser": "^5.2.2",
+ "ics": "^3.8.1",
+ "immer": "10.1.1",
+ "input-otp": "^1.4.2",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "libphonenumber-js": "^1.10.60",
+ "nanoid": "^5.0.9",
+ "next": "^14.2.18",
+ "next-auth": "5.0.0-beta.19",
+ "react": "^18",
+ "react-aria-components": "^1.6.0",
+ "react-day-picker": "^9.0.8",
+ "react-dom": "^18",
+ "react-feather": "^2.0.10",
+ "react-hook-form": "^7.51.2",
+ "react-international-phone": "^4.2.6",
+ "react-intl": "^6.6.8",
+ "react-to-print": "^3.0.2",
+ "server-only": "^0.0.1",
+ "slugify": "^1.6.6",
+ "sonner": "^1.7.0",
+ "supercluster": "^8.0.1",
+ "superjson": "^2.2.1",
+ "usehooks-ts": "3.1.0",
+ "uuid": "^11.0.5",
+ "zod": "3.22.4",
+ "zustand": "^4.5.2"
+ },
+ "devDependencies": {
+ "@svgr/webpack": "^8.1.0",
+ "@testing-library/jest-dom": "^6.4.6",
+ "@testing-library/react": "^16.0.0",
+ "@testing-library/user-event": "^14.5.2",
+ "@types/jest": "^29.5.12",
+ "@types/json-stable-stringify-without-jsonify": "^1.0.2",
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "@typescript-eslint/eslint-plugin": "^8.17.0",
+ "@typescript-eslint/parser": "^8.17.0",
+ "cypress": "^13.6.6",
+ "dotenv": "^16.4.5",
+ "eslint": "^8",
+ "eslint-config-next": "^14.0.4",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-simple-import-sort": "^12.1.0",
+ "jest": "^29.7.0",
+ "jest-environment-jsdom": "^29.7.0",
+ "jiti": "^1.21.0",
+ "json-sort-cli": "^4.0.4",
+ "lint-staged": "^15.2.2",
+ "netlify-plugin-cypress": "^2.2.1",
+ "prettier": "^3.2.5",
+ "schema-dts": "^1.1.2",
+ "start-server-and-test": "^2.0.3",
+ "ts-node": "^10.9.2",
+ "typescript": "5.4.5",
+ "typescript-plugin-css-modules": "^5.1.0"
+ },
+ "engines": {
+ "node": ">18"
+ }
+}
diff --git a/prettier.config.cjs b/apps/scandic-web/prettier.config.cjs
similarity index 100%
rename from prettier.config.cjs
rename to apps/scandic-web/prettier.config.cjs
diff --git a/providers/EnterDetailsProvider.tsx b/apps/scandic-web/providers/EnterDetailsProvider.tsx
similarity index 100%
rename from providers/EnterDetailsProvider.tsx
rename to apps/scandic-web/providers/EnterDetailsProvider.tsx
diff --git a/providers/HotelDataProvider.tsx b/apps/scandic-web/providers/HotelDataProvider.tsx
similarity index 100%
rename from providers/HotelDataProvider.tsx
rename to apps/scandic-web/providers/HotelDataProvider.tsx
diff --git a/providers/RatesProvider.tsx b/apps/scandic-web/providers/RatesProvider.tsx
similarity index 100%
rename from providers/RatesProvider.tsx
rename to apps/scandic-web/providers/RatesProvider.tsx
diff --git a/providers/RoomProvider.tsx b/apps/scandic-web/providers/RoomProvider.tsx
similarity index 100%
rename from providers/RoomProvider.tsx
rename to apps/scandic-web/providers/RoomProvider.tsx
diff --git a/public/_static/BestFriend.svg b/apps/scandic-web/public/_static/BestFriend.svg
similarity index 100%
rename from public/_static/BestFriend.svg
rename to apps/scandic-web/public/_static/BestFriend.svg
diff --git a/public/_static/CloseFriend.svg b/apps/scandic-web/public/_static/CloseFriend.svg
similarity index 100%
rename from public/_static/CloseFriend.svg
rename to apps/scandic-web/public/_static/CloseFriend.svg
diff --git a/public/_static/DearFriend.svg b/apps/scandic-web/public/_static/DearFriend.svg
similarity index 100%
rename from public/_static/DearFriend.svg
rename to apps/scandic-web/public/_static/DearFriend.svg
diff --git a/public/_static/GoodFriend.svg b/apps/scandic-web/public/_static/GoodFriend.svg
similarity index 100%
rename from public/_static/GoodFriend.svg
rename to apps/scandic-web/public/_static/GoodFriend.svg
diff --git a/public/_static/LoyalFriend.svg b/apps/scandic-web/public/_static/LoyalFriend.svg
similarity index 100%
rename from public/_static/LoyalFriend.svg
rename to apps/scandic-web/public/_static/LoyalFriend.svg
diff --git a/public/_static/NewFriend.svg b/apps/scandic-web/public/_static/NewFriend.svg
similarity index 100%
rename from public/_static/NewFriend.svg
rename to apps/scandic-web/public/_static/NewFriend.svg
diff --git a/public/_static/TrueFriend.svg b/apps/scandic-web/public/_static/TrueFriend.svg
similarity index 100%
rename from public/_static/TrueFriend.svg
rename to apps/scandic-web/public/_static/TrueFriend.svg
diff --git a/public/_static/css/cookie-bot.css b/apps/scandic-web/public/_static/css/cookie-bot.css
similarity index 100%
rename from public/_static/css/cookie-bot.css
rename to apps/scandic-web/public/_static/css/cookie-bot.css
diff --git a/public/_static/css/core.css b/apps/scandic-web/public/_static/css/core.css
similarity index 100%
rename from public/_static/css/core.css
rename to apps/scandic-web/public/_static/css/core.css
diff --git a/public/_static/css/scandic.css b/apps/scandic-web/public/_static/css/scandic.css
similarity index 100%
rename from public/_static/css/scandic.css
rename to apps/scandic-web/public/_static/css/scandic.css
diff --git a/public/_static/fonts/akkurat/akkurat-light-webfont.woff b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-light-webfont.woff
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-light-webfont.woff
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-light-webfont.woff
diff --git a/public/_static/fonts/akkurat/akkurat-light-webfont.woff2 b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-light-webfont.woff2
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-light-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-light-webfont.woff2
diff --git a/public/_static/fonts/akkurat/akkurat-light.woff b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-light.woff
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-light.woff
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-light.woff
diff --git a/public/_static/fonts/akkurat/akkurat-regular-webfont.woff b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular-webfont.woff
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-regular-webfont.woff
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular-webfont.woff
diff --git a/public/_static/fonts/akkurat/akkurat-regular-webfont.woff2 b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular-webfont.woff2
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-regular-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular-webfont.woff2
diff --git a/public/_static/fonts/akkurat/akkurat-regular.woff b/apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular.woff
similarity index 100%
rename from public/_static/fonts/akkurat/akkurat-regular.woff
rename to apps/scandic-web/public/_static/fonts/akkurat/akkurat-regular.woff
diff --git a/public/_static/fonts/biro-script-plus/regular.woff2 b/apps/scandic-web/public/_static/fonts/biro-script-plus/regular.woff2
similarity index 100%
rename from public/_static/fonts/biro-script-plus/regular.woff2
rename to apps/scandic-web/public/_static/fonts/biro-script-plus/regular.woff2
diff --git a/public/_static/fonts/boita/boita-regular-webfont.woff b/apps/scandic-web/public/_static/fonts/boita/boita-regular-webfont.woff
similarity index 100%
rename from public/_static/fonts/boita/boita-regular-webfont.woff
rename to apps/scandic-web/public/_static/fonts/boita/boita-regular-webfont.woff
diff --git a/public/_static/fonts/boita/boita-regular-webfont.woff2 b/apps/scandic-web/public/_static/fonts/boita/boita-regular-webfont.woff2
similarity index 100%
rename from public/_static/fonts/boita/boita-regular-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/boita/boita-regular-webfont.woff2
diff --git a/public/_static/fonts/boita/boita-regular.woff b/apps/scandic-web/public/_static/fonts/boita/boita-regular.woff
similarity index 100%
rename from public/_static/fonts/boita/boita-regular.woff
rename to apps/scandic-web/public/_static/fonts/boita/boita-regular.woff
diff --git a/public/_static/fonts/brandon-text/black.woff b/apps/scandic-web/public/_static/fonts/brandon-text/black.woff
similarity index 100%
rename from public/_static/fonts/brandon-text/black.woff
rename to apps/scandic-web/public/_static/fonts/brandon-text/black.woff
diff --git a/public/_static/fonts/brandon-text/black.woff2 b/apps/scandic-web/public/_static/fonts/brandon-text/black.woff2
similarity index 100%
rename from public/_static/fonts/brandon-text/black.woff2
rename to apps/scandic-web/public/_static/fonts/brandon-text/black.woff2
diff --git a/public/_static/fonts/brandon-text/bold.woff b/apps/scandic-web/public/_static/fonts/brandon-text/bold.woff
similarity index 100%
rename from public/_static/fonts/brandon-text/bold.woff
rename to apps/scandic-web/public/_static/fonts/brandon-text/bold.woff
diff --git a/public/_static/fonts/brandon-text/bold.woff2 b/apps/scandic-web/public/_static/fonts/brandon-text/bold.woff2
similarity index 100%
rename from public/_static/fonts/brandon-text/bold.woff2
rename to apps/scandic-web/public/_static/fonts/brandon-text/bold.woff2
diff --git a/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff b/apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff
similarity index 100%
rename from public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff
rename to apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff
diff --git a/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff2 b/apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff2
similarity index 100%
rename from public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold-webfont.woff2
diff --git a/public/_static/fonts/brown/brown-bold/lineto-brown-bold.woff b/apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold.woff
similarity index 100%
rename from public/_static/fonts/brown/brown-bold/lineto-brown-bold.woff
rename to apps/scandic-web/public/_static/fonts/brown/brown-bold/lineto-brown-bold.woff
diff --git a/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff b/apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff
similarity index 100%
rename from public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff
rename to apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff
diff --git a/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff2 b/apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff2
similarity index 100%
rename from public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light-webfont.woff2
diff --git a/public/_static/fonts/brown/brown-light/lineto-brown-light.woff b/apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light.woff
similarity index 100%
rename from public/_static/fonts/brown/brown-light/lineto-brown-light.woff
rename to apps/scandic-web/public/_static/fonts/brown/brown-light/lineto-brown-light.woff
diff --git a/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff b/apps/scandic-web/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff
similarity index 100%
rename from public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff
rename to apps/scandic-web/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff
diff --git a/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff2 b/apps/scandic-web/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff2
similarity index 100%
rename from public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/domaine/domainesanstextweb-light-webfont.woff2
diff --git a/public/_static/fonts/fira-mono/OFL.txt b/apps/scandic-web/public/_static/fonts/fira-mono/OFL.txt
similarity index 100%
rename from public/_static/fonts/fira-mono/OFL.txt
rename to apps/scandic-web/public/_static/fonts/fira-mono/OFL.txt
diff --git a/public/_static/fonts/fira-mono/bold.woff2 b/apps/scandic-web/public/_static/fonts/fira-mono/bold.woff2
similarity index 100%
rename from public/_static/fonts/fira-mono/bold.woff2
rename to apps/scandic-web/public/_static/fonts/fira-mono/bold.woff2
diff --git a/public/_static/fonts/fira-mono/medium.woff2 b/apps/scandic-web/public/_static/fonts/fira-mono/medium.woff2
similarity index 100%
rename from public/_static/fonts/fira-mono/medium.woff2
rename to apps/scandic-web/public/_static/fonts/fira-mono/medium.woff2
diff --git a/public/_static/fonts/fira-mono/regular.woff2 b/apps/scandic-web/public/_static/fonts/fira-mono/regular.woff2
similarity index 100%
rename from public/_static/fonts/fira-mono/regular.woff2
rename to apps/scandic-web/public/_static/fonts/fira-mono/regular.woff2
diff --git a/public/_static/fonts/fira-sans/OFL.txt b/apps/scandic-web/public/_static/fonts/fira-sans/OFL.txt
similarity index 100%
rename from public/_static/fonts/fira-sans/OFL.txt
rename to apps/scandic-web/public/_static/fonts/fira-sans/OFL.txt
diff --git a/public/_static/fonts/fira-sans/black.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/black.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/black.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/black.woff2
diff --git a/public/_static/fonts/fira-sans/bold.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/bold.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/bold.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/bold.woff2
diff --git a/public/_static/fonts/fira-sans/light.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/light.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/light.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/light.woff2
diff --git a/public/_static/fonts/fira-sans/medium.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/medium.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/medium.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/medium.woff2
diff --git a/public/_static/fonts/fira-sans/regular.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/regular.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/regular.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/regular.woff2
diff --git a/public/_static/fonts/fira-sans/semibold.woff2 b/apps/scandic-web/public/_static/fonts/fira-sans/semibold.woff2
similarity index 100%
rename from public/_static/fonts/fira-sans/semibold.woff2
rename to apps/scandic-web/public/_static/fonts/fira-sans/semibold.woff2
diff --git a/public/_static/fonts/gotham/gotham-black-webfont.woff b/apps/scandic-web/public/_static/fonts/gotham/gotham-black-webfont.woff
similarity index 100%
rename from public/_static/fonts/gotham/gotham-black-webfont.woff
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-black-webfont.woff
diff --git a/public/_static/fonts/gotham/gotham-black-webfont.woff2 b/apps/scandic-web/public/_static/fonts/gotham/gotham-black-webfont.woff2
similarity index 100%
rename from public/_static/fonts/gotham/gotham-black-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-black-webfont.woff2
diff --git a/public/_static/fonts/gotham/gotham-black.woff b/apps/scandic-web/public/_static/fonts/gotham/gotham-black.woff
similarity index 100%
rename from public/_static/fonts/gotham/gotham-black.woff
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-black.woff
diff --git a/public/_static/fonts/gotham/gotham-bold-webfont.woff b/apps/scandic-web/public/_static/fonts/gotham/gotham-bold-webfont.woff
similarity index 100%
rename from public/_static/fonts/gotham/gotham-bold-webfont.woff
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-bold-webfont.woff
diff --git a/public/_static/fonts/gotham/gotham-bold-webfont.woff2 b/apps/scandic-web/public/_static/fonts/gotham/gotham-bold-webfont.woff2
similarity index 100%
rename from public/_static/fonts/gotham/gotham-bold-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-bold-webfont.woff2
diff --git a/public/_static/fonts/gotham/gotham-bold.woff b/apps/scandic-web/public/_static/fonts/gotham/gotham-bold.woff
similarity index 100%
rename from public/_static/fonts/gotham/gotham-bold.woff
rename to apps/scandic-web/public/_static/fonts/gotham/gotham-bold.woff
diff --git a/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff b/apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff
similarity index 100%
rename from public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff
rename to apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff
diff --git a/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2 b/apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2
similarity index 100%
rename from public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2
rename to apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay55Roman_normal_normal.woff2
diff --git a/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff b/apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff
similarity index 100%
rename from public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff
rename to apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff
diff --git a/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2 b/apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2
similarity index 100%
rename from public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2
rename to apps/scandic-web/public/_static/fonts/grotesk/NeueHaasGroteskDisplay65Medium_normal_normal.woff2
diff --git a/public/_static/fonts/interstate/interstate-black-compressed.woff b/apps/scandic-web/public/_static/fonts/interstate/interstate-black-compressed.woff
similarity index 100%
rename from public/_static/fonts/interstate/interstate-black-compressed.woff
rename to apps/scandic-web/public/_static/fonts/interstate/interstate-black-compressed.woff
diff --git a/public/_static/fonts/interstate/interstate-black-compressed.woff2 b/apps/scandic-web/public/_static/fonts/interstate/interstate-black-compressed.woff2
similarity index 100%
rename from public/_static/fonts/interstate/interstate-black-compressed.woff2
rename to apps/scandic-web/public/_static/fonts/interstate/interstate-black-compressed.woff2
diff --git a/public/_static/fonts/interstate/interstate-regular-condensed-webfont.woff2 b/apps/scandic-web/public/_static/fonts/interstate/interstate-regular-condensed-webfont.woff2
similarity index 100%
rename from public/_static/fonts/interstate/interstate-regular-condensed-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/interstate/interstate-regular-condensed-webfont.woff2
diff --git a/public/_static/fonts/interstate/interstate-regular-condensed.woff b/apps/scandic-web/public/_static/fonts/interstate/interstate-regular-condensed.woff
similarity index 100%
rename from public/_static/fonts/interstate/interstate-regular-condensed.woff
rename to apps/scandic-web/public/_static/fonts/interstate/interstate-regular-condensed.woff
diff --git a/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff b/apps/scandic-web/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff
similarity index 100%
rename from public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff
rename to apps/scandic-web/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff
diff --git a/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2 b/apps/scandic-web/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2
similarity index 100%
rename from public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2
rename to apps/scandic-web/public/_static/fonts/itcgaramond/ITCGaramondBookNarrow_normal_condensed.woff2
diff --git a/public/_static/fonts/prumo/PrumoText-Light.woff b/apps/scandic-web/public/_static/fonts/prumo/PrumoText-Light.woff
similarity index 100%
rename from public/_static/fonts/prumo/PrumoText-Light.woff
rename to apps/scandic-web/public/_static/fonts/prumo/PrumoText-Light.woff
diff --git a/public/_static/fonts/prumo/prumotext-light-webfont.woff2 b/apps/scandic-web/public/_static/fonts/prumo/prumotext-light-webfont.woff2
similarity index 100%
rename from public/_static/fonts/prumo/prumotext-light-webfont.woff2
rename to apps/scandic-web/public/_static/fonts/prumo/prumotext-light-webfont.woff2
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-300.woff b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-300.woff
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-300.woff
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-300.woff
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-300.woff2 b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-300.woff2
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-300.woff2
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-300.woff2
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-500.woff b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-500.woff
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-500.woff
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-500.woff
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-500.woff2 b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-500.woff2
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-500.woff2
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-500.woff2
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-700.woff b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-700.woff
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-700.woff
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-700.woff
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-700.woff2 b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-700.woff2
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-700.woff2
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-700.woff2
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-regular.woff b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-regular.woff
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-regular.woff
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-regular.woff
diff --git a/public/_static/fonts/roboto/roboto-v20-latin-regular.woff2 b/apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-regular.woff2
similarity index 100%
rename from public/_static/fonts/roboto/roboto-v20-latin-regular.woff2
rename to apps/scandic-web/public/_static/fonts/roboto/roboto-v20-latin-regular.woff2
diff --git a/public/_static/icons/UI - Enter details/bed king.svg b/apps/scandic-web/public/_static/icons/UI - Enter details/bed king.svg
similarity index 100%
rename from public/_static/icons/UI - Enter details/bed king.svg
rename to apps/scandic-web/public/_static/icons/UI - Enter details/bed king.svg
diff --git a/public/_static/icons/account_circle.svg b/apps/scandic-web/public/_static/icons/account_circle.svg
similarity index 100%
rename from public/_static/icons/account_circle.svg
rename to apps/scandic-web/public/_static/icons/account_circle.svg
diff --git a/public/_static/icons/alternate_email.svg b/apps/scandic-web/public/_static/icons/alternate_email.svg
similarity index 100%
rename from public/_static/icons/alternate_email.svg
rename to apps/scandic-web/public/_static/icons/alternate_email.svg
diff --git a/public/_static/icons/arrow_right.svg b/apps/scandic-web/public/_static/icons/arrow_right.svg
similarity index 100%
rename from public/_static/icons/arrow_right.svg
rename to apps/scandic-web/public/_static/icons/arrow_right.svg
diff --git a/public/_static/icons/arrow_upward.svg b/apps/scandic-web/public/_static/icons/arrow_upward.svg
similarity index 100%
rename from public/_static/icons/arrow_upward.svg
rename to apps/scandic-web/public/_static/icons/arrow_upward.svg
diff --git a/public/_static/icons/calendar_month.svg b/apps/scandic-web/public/_static/icons/calendar_month.svg
similarity index 100%
rename from public/_static/icons/calendar_month.svg
rename to apps/scandic-web/public/_static/icons/calendar_month.svg
diff --git a/public/_static/icons/check-ring.svg b/apps/scandic-web/public/_static/icons/check-ring.svg
similarity index 100%
rename from public/_static/icons/check-ring.svg
rename to apps/scandic-web/public/_static/icons/check-ring.svg
diff --git a/public/_static/icons/check.svg b/apps/scandic-web/public/_static/icons/check.svg
similarity index 100%
rename from public/_static/icons/check.svg
rename to apps/scandic-web/public/_static/icons/check.svg
diff --git a/public/_static/icons/check_circle.svg b/apps/scandic-web/public/_static/icons/check_circle.svg
similarity index 100%
rename from public/_static/icons/check_circle.svg
rename to apps/scandic-web/public/_static/icons/check_circle.svg
diff --git a/public/_static/icons/chevron-down.svg b/apps/scandic-web/public/_static/icons/chevron-down.svg
similarity index 100%
rename from public/_static/icons/chevron-down.svg
rename to apps/scandic-web/public/_static/icons/chevron-down.svg
diff --git a/public/_static/icons/chevron.svg b/apps/scandic-web/public/_static/icons/chevron.svg
similarity index 100%
rename from public/_static/icons/chevron.svg
rename to apps/scandic-web/public/_static/icons/chevron.svg
diff --git a/public/_static/icons/chevron_right.svg b/apps/scandic-web/public/_static/icons/chevron_right.svg
similarity index 100%
rename from public/_static/icons/chevron_right.svg
rename to apps/scandic-web/public/_static/icons/chevron_right.svg
diff --git a/public/_static/icons/close.svg b/apps/scandic-web/public/_static/icons/close.svg
similarity index 100%
rename from public/_static/icons/close.svg
rename to apps/scandic-web/public/_static/icons/close.svg
diff --git a/public/_static/icons/copy.svg b/apps/scandic-web/public/_static/icons/copy.svg
similarity index 100%
rename from public/_static/icons/copy.svg
rename to apps/scandic-web/public/_static/icons/copy.svg
diff --git a/public/_static/icons/flower-image.svg b/apps/scandic-web/public/_static/icons/flower-image.svg
similarity index 100%
rename from public/_static/icons/flower-image.svg
rename to apps/scandic-web/public/_static/icons/flower-image.svg
diff --git a/public/_static/icons/globe.svg b/apps/scandic-web/public/_static/icons/globe.svg
similarity index 100%
rename from public/_static/icons/globe.svg
rename to apps/scandic-web/public/_static/icons/globe.svg
diff --git a/public/_static/icons/good-friend.svg b/apps/scandic-web/public/_static/icons/good-friend.svg
similarity index 100%
rename from public/_static/icons/good-friend.svg
rename to apps/scandic-web/public/_static/icons/good-friend.svg
diff --git a/public/_static/icons/heart.svg b/apps/scandic-web/public/_static/icons/heart.svg
similarity index 100%
rename from public/_static/icons/heart.svg
rename to apps/scandic-web/public/_static/icons/heart.svg
diff --git a/public/_static/icons/home.svg b/apps/scandic-web/public/_static/icons/home.svg
similarity index 100%
rename from public/_static/icons/home.svg
rename to apps/scandic-web/public/_static/icons/home.svg
diff --git a/public/_static/icons/location.svg b/apps/scandic-web/public/_static/icons/location.svg
similarity index 100%
rename from public/_static/icons/location.svg
rename to apps/scandic-web/public/_static/icons/location.svg
diff --git a/public/_static/icons/loyaltylevels/best-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/best-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/best-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/best-friend.svg
diff --git a/public/_static/icons/loyaltylevels/best_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/best_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/best_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/best_friend.svg
diff --git a/public/_static/icons/loyaltylevels/close-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/close-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/close-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/close-friend.svg
diff --git a/public/_static/icons/loyaltylevels/close_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/close_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/close_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/close_friend.svg
diff --git a/public/_static/icons/loyaltylevels/dear-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/dear-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/dear-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/dear-friend.svg
diff --git a/public/_static/icons/loyaltylevels/dear_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/dear_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/dear_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/dear_friend.svg
diff --git a/public/_static/icons/loyaltylevels/good-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/good-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/good-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/good-friend.svg
diff --git a/public/_static/icons/loyaltylevels/good_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/good_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/good_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/good_friend.svg
diff --git a/public/_static/icons/loyaltylevels/loyal-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/loyal-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/loyal-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/loyal-friend.svg
diff --git a/public/_static/icons/loyaltylevels/loyal_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/loyal_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/loyal_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/loyal_friend.svg
diff --git a/public/_static/icons/loyaltylevels/new-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/new-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/new-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/new-friend.svg
diff --git a/public/_static/icons/loyaltylevels/new_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/new_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/new_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/new_friend.svg
diff --git a/public/_static/icons/loyaltylevels/scandic-family.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/scandic-family.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/scandic-family.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/scandic-family.svg
diff --git a/public/_static/icons/loyaltylevels/scandic-friends.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/scandic-friends.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/scandic-friends.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/scandic-friends.svg
diff --git a/public/_static/icons/loyaltylevels/scandic_family.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/scandic_family.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/scandic_family.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/scandic_family.svg
diff --git a/public/_static/icons/loyaltylevels/scandic_friends.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/scandic_friends.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/scandic_friends.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/scandic_friends.svg
diff --git a/public/_static/icons/loyaltylevels/true-friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/true-friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/true-friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/true-friend.svg
diff --git a/public/_static/icons/loyaltylevels/true_friend.svg b/apps/scandic-web/public/_static/icons/loyaltylevels/true_friend.svg
similarity index 100%
rename from public/_static/icons/loyaltylevels/true_friend.svg
rename to apps/scandic-web/public/_static/icons/loyaltylevels/true_friend.svg
diff --git a/public/_static/icons/new-friend.png b/apps/scandic-web/public/_static/icons/new-friend.png
similarity index 100%
rename from public/_static/icons/new-friend.png
rename to apps/scandic-web/public/_static/icons/new-friend.png
diff --git a/public/_static/icons/payment/american-express.svg b/apps/scandic-web/public/_static/icons/payment/american-express.svg
similarity index 100%
rename from public/_static/icons/payment/american-express.svg
rename to apps/scandic-web/public/_static/icons/payment/american-express.svg
diff --git a/public/_static/icons/payment/apple-pay.svg b/apps/scandic-web/public/_static/icons/payment/apple-pay.svg
similarity index 100%
rename from public/_static/icons/payment/apple-pay.svg
rename to apps/scandic-web/public/_static/icons/payment/apple-pay.svg
diff --git a/public/_static/icons/payment/card-generic.svg b/apps/scandic-web/public/_static/icons/payment/card-generic.svg
similarity index 100%
rename from public/_static/icons/payment/card-generic.svg
rename to apps/scandic-web/public/_static/icons/payment/card-generic.svg
diff --git a/public/_static/icons/payment/dankort.svg b/apps/scandic-web/public/_static/icons/payment/dankort.svg
similarity index 100%
rename from public/_static/icons/payment/dankort.svg
rename to apps/scandic-web/public/_static/icons/payment/dankort.svg
diff --git a/public/_static/icons/payment/diners-club.svg b/apps/scandic-web/public/_static/icons/payment/diners-club.svg
similarity index 100%
rename from public/_static/icons/payment/diners-club.svg
rename to apps/scandic-web/public/_static/icons/payment/diners-club.svg
diff --git a/public/_static/icons/payment/discover.svg b/apps/scandic-web/public/_static/icons/payment/discover.svg
similarity index 100%
rename from public/_static/icons/payment/discover.svg
rename to apps/scandic-web/public/_static/icons/payment/discover.svg
diff --git a/public/_static/icons/payment/google-pay.svg b/apps/scandic-web/public/_static/icons/payment/google-pay.svg
similarity index 100%
rename from public/_static/icons/payment/google-pay.svg
rename to apps/scandic-web/public/_static/icons/payment/google-pay.svg
diff --git a/public/_static/icons/payment/jcb.svg b/apps/scandic-web/public/_static/icons/payment/jcb.svg
similarity index 100%
rename from public/_static/icons/payment/jcb.svg
rename to apps/scandic-web/public/_static/icons/payment/jcb.svg
diff --git a/public/_static/icons/payment/klarna.svg b/apps/scandic-web/public/_static/icons/payment/klarna.svg
similarity index 100%
rename from public/_static/icons/payment/klarna.svg
rename to apps/scandic-web/public/_static/icons/payment/klarna.svg
diff --git a/public/_static/icons/payment/maestro.svg b/apps/scandic-web/public/_static/icons/payment/maestro.svg
similarity index 100%
rename from public/_static/icons/payment/maestro.svg
rename to apps/scandic-web/public/_static/icons/payment/maestro.svg
diff --git a/public/_static/icons/payment/mastercard.svg b/apps/scandic-web/public/_static/icons/payment/mastercard.svg
similarity index 100%
rename from public/_static/icons/payment/mastercard.svg
rename to apps/scandic-web/public/_static/icons/payment/mastercard.svg
diff --git a/public/_static/icons/payment/mobilepay.svg b/apps/scandic-web/public/_static/icons/payment/mobilepay.svg
similarity index 100%
rename from public/_static/icons/payment/mobilepay.svg
rename to apps/scandic-web/public/_static/icons/payment/mobilepay.svg
diff --git a/public/_static/icons/payment/paypal.svg b/apps/scandic-web/public/_static/icons/payment/paypal.svg
similarity index 100%
rename from public/_static/icons/payment/paypal.svg
rename to apps/scandic-web/public/_static/icons/payment/paypal.svg
diff --git a/public/_static/icons/payment/swish.svg b/apps/scandic-web/public/_static/icons/payment/swish.svg
similarity index 100%
rename from public/_static/icons/payment/swish.svg
rename to apps/scandic-web/public/_static/icons/payment/swish.svg
diff --git a/public/_static/icons/payment/unionpay.svg b/apps/scandic-web/public/_static/icons/payment/unionpay.svg
similarity index 100%
rename from public/_static/icons/payment/unionpay.svg
rename to apps/scandic-web/public/_static/icons/payment/unionpay.svg
diff --git a/public/_static/icons/payment/vipps.svg b/apps/scandic-web/public/_static/icons/payment/vipps.svg
similarity index 100%
rename from public/_static/icons/payment/vipps.svg
rename to apps/scandic-web/public/_static/icons/payment/vipps.svg
diff --git a/public/_static/icons/payment/visa.svg b/apps/scandic-web/public/_static/icons/payment/visa.svg
similarity index 100%
rename from public/_static/icons/payment/visa.svg
rename to apps/scandic-web/public/_static/icons/payment/visa.svg
diff --git a/public/_static/icons/person.svg b/apps/scandic-web/public/_static/icons/person.svg
similarity index 100%
rename from public/_static/icons/person.svg
rename to apps/scandic-web/public/_static/icons/person.svg
diff --git a/public/_static/icons/phone.svg b/apps/scandic-web/public/_static/icons/phone.svg
similarity index 100%
rename from public/_static/icons/phone.svg
rename to apps/scandic-web/public/_static/icons/phone.svg
diff --git a/public/_static/icons/qr.svg b/apps/scandic-web/public/_static/icons/qr.svg
similarity index 100%
rename from public/_static/icons/qr.svg
rename to apps/scandic-web/public/_static/icons/qr.svg
diff --git a/public/_static/icons/scandic-friends.png b/apps/scandic-web/public/_static/icons/scandic-friends.png
similarity index 100%
rename from public/_static/icons/scandic-friends.png
rename to apps/scandic-web/public/_static/icons/scandic-friends.png
diff --git a/public/_static/icons/sweden.svg b/apps/scandic-web/public/_static/icons/sweden.svg
similarity index 100%
rename from public/_static/icons/sweden.svg
rename to apps/scandic-web/public/_static/icons/sweden.svg
diff --git a/public/_static/img/Scandic_Family_Breakfast.jpg b/apps/scandic-web/public/_static/img/Scandic_Family_Breakfast.jpg
similarity index 100%
rename from public/_static/img/Scandic_Family_Breakfast.jpg
rename to apps/scandic-web/public/_static/img/Scandic_Family_Breakfast.jpg
diff --git a/public/_static/img/Scandic_Park_Party_Lipstick.jpg b/apps/scandic-web/public/_static/img/Scandic_Park_Party_Lipstick.jpg
similarity index 100%
rename from public/_static/img/Scandic_Park_Party_Lipstick.jpg
rename to apps/scandic-web/public/_static/img/Scandic_Park_Party_Lipstick.jpg
diff --git a/public/_static/img/best-price-guaranteed/best-price-guaranteed-badge-transparent.svg b/apps/scandic-web/public/_static/img/best-price-guaranteed/best-price-guaranteed-badge-transparent.svg
similarity index 100%
rename from public/_static/img/best-price-guaranteed/best-price-guaranteed-badge-transparent.svg
rename to apps/scandic-web/public/_static/img/best-price-guaranteed/best-price-guaranteed-badge-transparent.svg
diff --git a/public/_static/img/best-price-guaranteed/checkmark.svg b/apps/scandic-web/public/_static/img/best-price-guaranteed/checkmark.svg
similarity index 100%
rename from public/_static/img/best-price-guaranteed/checkmark.svg
rename to apps/scandic-web/public/_static/img/best-price-guaranteed/checkmark.svg
diff --git a/public/_static/img/bg-speech-bubble-corner-deemphasized.png b/apps/scandic-web/public/_static/img/bg-speech-bubble-corner-deemphasized.png
similarity index 100%
rename from public/_static/img/bg-speech-bubble-corner-deemphasized.png
rename to apps/scandic-web/public/_static/img/bg-speech-bubble-corner-deemphasized.png
diff --git a/public/_static/img/bg-speech-bubble-corner-failed.png b/apps/scandic-web/public/_static/img/bg-speech-bubble-corner-failed.png
similarity index 100%
rename from public/_static/img/bg-speech-bubble-corner-failed.png
rename to apps/scandic-web/public/_static/img/bg-speech-bubble-corner-failed.png
diff --git a/public/_static/img/bg-speech-bubble-corner-purple-border.png b/apps/scandic-web/public/_static/img/bg-speech-bubble-corner-purple-border.png
similarity index 100%
rename from public/_static/img/bg-speech-bubble-corner-purple-border.png
rename to apps/scandic-web/public/_static/img/bg-speech-bubble-corner-purple-border.png
diff --git a/public/_static/img/bg-speech-bubble-corner-success.png b/apps/scandic-web/public/_static/img/bg-speech-bubble-corner-success.png
similarity index 100%
rename from public/_static/img/bg-speech-bubble-corner-success.png
rename to apps/scandic-web/public/_static/img/bg-speech-bubble-corner-success.png
diff --git a/public/_static/img/bg-speech-bubble-corner.png b/apps/scandic-web/public/_static/img/bg-speech-bubble-corner.png
similarity index 100%
rename from public/_static/img/bg-speech-bubble-corner.png
rename to apps/scandic-web/public/_static/img/bg-speech-bubble-corner.png
diff --git a/public/_static/img/bullet-list-arrow-circle-dawn.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-circle-dawn.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-circle-dawn.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-circle-dawn.svg
diff --git a/public/_static/img/bullet-list-arrow-circle-lightviolet.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-circle-lightviolet.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-circle-lightviolet.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-circle-lightviolet.svg
diff --git a/public/_static/img/bullet-list-arrow-circle-nordicsea-v2.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-circle-nordicsea-v2.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-circle-nordicsea-v2.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-circle-nordicsea-v2.svg
diff --git a/public/_static/img/bullet-list-arrow-circle-sandstone.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-circle-sandstone.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-circle-sandstone.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-circle-sandstone.svg
diff --git a/public/_static/img/bullet-list-arrow-circle-white.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-circle-white.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-circle-white.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-circle-white.svg
diff --git a/public/_static/img/bullet-list-arrow-double-nordicsea-v2.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-double-nordicsea-v2.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-double-nordicsea-v2.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-double-nordicsea-v2.svg
diff --git a/public/_static/img/bullet-list-arrow-double-white.svg b/apps/scandic-web/public/_static/img/bullet-list-arrow-double-white.svg
similarity index 100%
rename from public/_static/img/bullet-list-arrow-double-white.svg
rename to apps/scandic-web/public/_static/img/bullet-list-arrow-double-white.svg
diff --git a/public/_static/img/bullet-list-close-circle-nordicsea-v2.svg b/apps/scandic-web/public/_static/img/bullet-list-close-circle-nordicsea-v2.svg
similarity index 100%
rename from public/_static/img/bullet-list-close-circle-nordicsea-v2.svg
rename to apps/scandic-web/public/_static/img/bullet-list-close-circle-nordicsea-v2.svg
diff --git a/public/_static/img/bullet-list-tick-birch-v2.svg b/apps/scandic-web/public/_static/img/bullet-list-tick-birch-v2.svg
similarity index 100%
rename from public/_static/img/bullet-list-tick-birch-v2.svg
rename to apps/scandic-web/public/_static/img/bullet-list-tick-birch-v2.svg
diff --git a/public/_static/img/close-ico.svg b/apps/scandic-web/public/_static/img/close-ico.svg
similarity index 100%
rename from public/_static/img/close-ico.svg
rename to apps/scandic-web/public/_static/img/close-ico.svg
diff --git a/public/_static/img/confetti.svg b/apps/scandic-web/public/_static/img/confetti.svg
similarity index 100%
rename from public/_static/img/confetti.svg
rename to apps/scandic-web/public/_static/img/confetti.svg
diff --git a/public/_static/img/enter-details/breakfast.png b/apps/scandic-web/public/_static/img/enter-details/breakfast.png
similarity index 100%
rename from public/_static/img/enter-details/breakfast.png
rename to apps/scandic-web/public/_static/img/enter-details/breakfast.png
diff --git a/public/_static/img/friends-stamp-black.svg b/apps/scandic-web/public/_static/img/friends-stamp-black.svg
similarity index 100%
rename from public/_static/img/friends-stamp-black.svg
rename to apps/scandic-web/public/_static/img/friends-stamp-black.svg
diff --git a/public/_static/img/friends-stamp.svg b/apps/scandic-web/public/_static/img/friends-stamp.svg
similarity index 100%
rename from public/_static/img/friends-stamp.svg
rename to apps/scandic-web/public/_static/img/friends-stamp.svg
diff --git a/public/_static/img/icon-scandic-friends.svg b/apps/scandic-web/public/_static/img/icon-scandic-friends.svg
similarity index 100%
rename from public/_static/img/icon-scandic-friends.svg
rename to apps/scandic-web/public/_static/img/icon-scandic-friends.svg
diff --git a/public/_static/img/icons/acute.svg b/apps/scandic-web/public/_static/img/icons/acute.svg
similarity index 100%
rename from public/_static/img/icons/acute.svg
rename to apps/scandic-web/public/_static/img/icons/acute.svg
diff --git a/public/_static/img/icons/add-to-calendar.svg b/apps/scandic-web/public/_static/img/icons/add-to-calendar.svg
similarity index 100%
rename from public/_static/img/icons/add-to-calendar.svg
rename to apps/scandic-web/public/_static/img/icons/add-to-calendar.svg
diff --git a/public/_static/img/icons/ajax-loader.gif b/apps/scandic-web/public/_static/img/icons/ajax-loader.gif
similarity index 100%
rename from public/_static/img/icons/ajax-loader.gif
rename to apps/scandic-web/public/_static/img/icons/ajax-loader.gif
diff --git a/public/_static/img/icons/arrow-with-outlined-circle-white.svg b/apps/scandic-web/public/_static/img/icons/arrow-with-outlined-circle-white.svg
similarity index 100%
rename from public/_static/img/icons/arrow-with-outlined-circle-white.svg
rename to apps/scandic-web/public/_static/img/icons/arrow-with-outlined-circle-white.svg
diff --git a/public/_static/img/icons/arrow-with-outlined-circle.svg b/apps/scandic-web/public/_static/img/icons/arrow-with-outlined-circle.svg
similarity index 100%
rename from public/_static/img/icons/arrow-with-outlined-circle.svg
rename to apps/scandic-web/public/_static/img/icons/arrow-with-outlined-circle.svg
diff --git a/public/_static/img/icons/arrows/arrow-down-body-color.svg b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-body-color.svg
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-body-color.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-body-color.svg
diff --git a/public/_static/img/icons/arrows/arrow-down-dark.svg b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-dark.svg
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-dark.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-dark.svg
diff --git a/public/_static/img/icons/arrows/arrow-down-grey.png b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-grey.png
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-grey.png
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-grey.png
diff --git a/public/_static/img/icons/arrows/arrow-down-nordicsea-3px.svg b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-nordicsea-3px.svg
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-nordicsea-3px.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-nordicsea-3px.svg
diff --git a/public/_static/img/icons/arrows/arrow-down-nordicsea.svg b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-nordicsea.svg
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-nordicsea.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-nordicsea.svg
diff --git a/public/_static/img/icons/arrows/arrow-down-white.svg b/apps/scandic-web/public/_static/img/icons/arrows/arrow-down-white.svg
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-down-white.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-down-white.svg
diff --git a/public/_static/img/icons/arrows/arrow-up-grey.png b/apps/scandic-web/public/_static/img/icons/arrows/arrow-up-grey.png
similarity index 100%
rename from public/_static/img/icons/arrows/arrow-up-grey.png
rename to apps/scandic-web/public/_static/img/icons/arrows/arrow-up-grey.png
diff --git a/public/_static/img/icons/arrows/downInCircle.svg b/apps/scandic-web/public/_static/img/icons/arrows/downInCircle.svg
similarity index 100%
rename from public/_static/img/icons/arrows/downInCircle.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/downInCircle.svg
diff --git a/public/_static/img/icons/arrows/dropdown-expand-green-v2.png b/apps/scandic-web/public/_static/img/icons/arrows/dropdown-expand-green-v2.png
similarity index 100%
rename from public/_static/img/icons/arrows/dropdown-expand-green-v2.png
rename to apps/scandic-web/public/_static/img/icons/arrows/dropdown-expand-green-v2.png
diff --git a/public/_static/img/icons/arrows/form-select-arrow-black.svg b/apps/scandic-web/public/_static/img/icons/arrows/form-select-arrow-black.svg
similarity index 100%
rename from public/_static/img/icons/arrows/form-select-arrow-black.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/form-select-arrow-black.svg
diff --git a/public/_static/img/icons/arrows/form-select-arrow-crocus.svg b/apps/scandic-web/public/_static/img/icons/arrows/form-select-arrow-crocus.svg
similarity index 100%
rename from public/_static/img/icons/arrows/form-select-arrow-crocus.svg
rename to apps/scandic-web/public/_static/img/icons/arrows/form-select-arrow-crocus.svg
diff --git a/public/_static/img/icons/carousel-arrow-right-v2-hover.svg b/apps/scandic-web/public/_static/img/icons/carousel-arrow-right-v2-hover.svg
similarity index 100%
rename from public/_static/img/icons/carousel-arrow-right-v2-hover.svg
rename to apps/scandic-web/public/_static/img/icons/carousel-arrow-right-v2-hover.svg
diff --git a/public/_static/img/icons/carousel-arrow-right-v2.svg b/apps/scandic-web/public/_static/img/icons/carousel-arrow-right-v2.svg
similarity index 100%
rename from public/_static/img/icons/carousel-arrow-right-v2.svg
rename to apps/scandic-web/public/_static/img/icons/carousel-arrow-right-v2.svg
diff --git a/public/_static/img/icons/checkmark-circle-green.svg b/apps/scandic-web/public/_static/img/icons/checkmark-circle-green.svg
similarity index 100%
rename from public/_static/img/icons/checkmark-circle-green.svg
rename to apps/scandic-web/public/_static/img/icons/checkmark-circle-green.svg
diff --git a/public/_static/img/icons/checkmark-circle.svg b/apps/scandic-web/public/_static/img/icons/checkmark-circle.svg
similarity index 100%
rename from public/_static/img/icons/checkmark-circle.svg
rename to apps/scandic-web/public/_static/img/icons/checkmark-circle.svg
diff --git a/public/_static/img/icons/checkmark-gray-v2.svg b/apps/scandic-web/public/_static/img/icons/checkmark-gray-v2.svg
similarity index 100%
rename from public/_static/img/icons/checkmark-gray-v2.svg
rename to apps/scandic-web/public/_static/img/icons/checkmark-gray-v2.svg
diff --git a/public/_static/img/icons/clear-input.png b/apps/scandic-web/public/_static/img/icons/clear-input.png
similarity index 100%
rename from public/_static/img/icons/clear-input.png
rename to apps/scandic-web/public/_static/img/icons/clear-input.png
diff --git a/public/_static/img/icons/close-button-white.svg b/apps/scandic-web/public/_static/img/icons/close-button-white.svg
similarity index 100%
rename from public/_static/img/icons/close-button-white.svg
rename to apps/scandic-web/public/_static/img/icons/close-button-white.svg
diff --git a/public/_static/img/icons/close-button.svg b/apps/scandic-web/public/_static/img/icons/close-button.svg
similarity index 100%
rename from public/_static/img/icons/close-button.svg
rename to apps/scandic-web/public/_static/img/icons/close-button.svg
diff --git a/public/_static/img/icons/close-circle-red.svg b/apps/scandic-web/public/_static/img/icons/close-circle-red.svg
similarity index 100%
rename from public/_static/img/icons/close-circle-red.svg
rename to apps/scandic-web/public/_static/img/icons/close-circle-red.svg
diff --git a/public/_static/img/icons/error.png b/apps/scandic-web/public/_static/img/icons/error.png
similarity index 100%
rename from public/_static/img/icons/error.png
rename to apps/scandic-web/public/_static/img/icons/error.png
diff --git a/public/_static/img/icons/eye-icon.svg b/apps/scandic-web/public/_static/img/icons/eye-icon.svg
similarity index 100%
rename from public/_static/img/icons/eye-icon.svg
rename to apps/scandic-web/public/_static/img/icons/eye-icon.svg
diff --git a/public/_static/img/icons/eye-show.svg b/apps/scandic-web/public/_static/img/icons/eye-show.svg
similarity index 100%
rename from public/_static/img/icons/eye-show.svg
rename to apps/scandic-web/public/_static/img/icons/eye-show.svg
diff --git a/public/_static/img/icons/eye-slash-icon.svg b/apps/scandic-web/public/_static/img/icons/eye-slash-icon.svg
similarity index 100%
rename from public/_static/img/icons/eye-slash-icon.svg
rename to apps/scandic-web/public/_static/img/icons/eye-slash-icon.svg
diff --git a/public/_static/img/icons/gallery/icon-close-active-v2.png b/apps/scandic-web/public/_static/img/icons/gallery/icon-close-active-v2.png
similarity index 100%
rename from public/_static/img/icons/gallery/icon-close-active-v2.png
rename to apps/scandic-web/public/_static/img/icons/gallery/icon-close-active-v2.png
diff --git a/public/_static/img/icons/gallery/icon-close-v2.png b/apps/scandic-web/public/_static/img/icons/gallery/icon-close-v2.png
similarity index 100%
rename from public/_static/img/icons/gallery/icon-close-v2.png
rename to apps/scandic-web/public/_static/img/icons/gallery/icon-close-v2.png
diff --git a/public/_static/img/icons/hotelpage/arrow-double-big-v2.svg b/apps/scandic-web/public/_static/img/icons/hotelpage/arrow-double-big-v2.svg
similarity index 100%
rename from public/_static/img/icons/hotelpage/arrow-double-big-v2.svg
rename to apps/scandic-web/public/_static/img/icons/hotelpage/arrow-double-big-v2.svg
diff --git a/public/_static/img/icons/hotelpage/dropdown-collapse.png b/apps/scandic-web/public/_static/img/icons/hotelpage/dropdown-collapse.png
similarity index 100%
rename from public/_static/img/icons/hotelpage/dropdown-collapse.png
rename to apps/scandic-web/public/_static/img/icons/hotelpage/dropdown-collapse.png
diff --git a/public/_static/img/icons/hotelpage/dropdown-expand.png b/apps/scandic-web/public/_static/img/icons/hotelpage/dropdown-expand.png
similarity index 100%
rename from public/_static/img/icons/hotelpage/dropdown-expand.png
rename to apps/scandic-web/public/_static/img/icons/hotelpage/dropdown-expand.png
diff --git a/public/_static/img/icons/hotelpage/filter.svg b/apps/scandic-web/public/_static/img/icons/hotelpage/filter.svg
similarity index 100%
rename from public/_static/img/icons/hotelpage/filter.svg
rename to apps/scandic-web/public/_static/img/icons/hotelpage/filter.svg
diff --git a/public/_static/img/icons/icon-question-white.svg b/apps/scandic-web/public/_static/img/icons/icon-question-white.svg
similarity index 100%
rename from public/_static/img/icons/icon-question-white.svg
rename to apps/scandic-web/public/_static/img/icons/icon-question-white.svg
diff --git a/public/_static/img/icons/info-circle.svg b/apps/scandic-web/public/_static/img/icons/info-circle.svg
similarity index 100%
rename from public/_static/img/icons/info-circle.svg
rename to apps/scandic-web/public/_static/img/icons/info-circle.svg
diff --git a/public/_static/img/icons/info-dark.svg b/apps/scandic-web/public/_static/img/icons/info-dark.svg
similarity index 100%
rename from public/_static/img/icons/info-dark.svg
rename to apps/scandic-web/public/_static/img/icons/info-dark.svg
diff --git a/public/_static/img/icons/info-white.svg b/apps/scandic-web/public/_static/img/icons/info-white.svg
similarity index 100%
rename from public/_static/img/icons/info-white.svg
rename to apps/scandic-web/public/_static/img/icons/info-white.svg
diff --git a/public/_static/img/icons/map/magnifying-ico-v2.svg b/apps/scandic-web/public/_static/img/icons/map/magnifying-ico-v2.svg
similarity index 100%
rename from public/_static/img/icons/map/magnifying-ico-v2.svg
rename to apps/scandic-web/public/_static/img/icons/map/magnifying-ico-v2.svg
diff --git a/public/_static/img/icons/map/magnifying-minus-ico-v2.svg b/apps/scandic-web/public/_static/img/icons/map/magnifying-minus-ico-v2.svg
similarity index 100%
rename from public/_static/img/icons/map/magnifying-minus-ico-v2.svg
rename to apps/scandic-web/public/_static/img/icons/map/magnifying-minus-ico-v2.svg
diff --git a/public/_static/img/icons/map/map-airport-v2.png b/apps/scandic-web/public/_static/img/icons/map/map-airport-v2.png
similarity index 100%
rename from public/_static/img/icons/map/map-airport-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/map-airport-v2.png
diff --git a/public/_static/img/icons/map/map-attraction.png b/apps/scandic-web/public/_static/img/icons/map/map-attraction.png
similarity index 100%
rename from public/_static/img/icons/map/map-attraction.png
rename to apps/scandic-web/public/_static/img/icons/map/map-attraction.png
diff --git a/public/_static/img/icons/map/map-bar.png b/apps/scandic-web/public/_static/img/icons/map/map-bar.png
similarity index 100%
rename from public/_static/img/icons/map/map-bar.png
rename to apps/scandic-web/public/_static/img/icons/map/map-bar.png
diff --git a/public/_static/img/icons/map/map-busstation-v2.png b/apps/scandic-web/public/_static/img/icons/map/map-busstation-v2.png
similarity index 100%
rename from public/_static/img/icons/map/map-busstation-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/map-busstation-v2.png
diff --git a/public/_static/img/icons/map/map-city-center.png b/apps/scandic-web/public/_static/img/icons/map/map-city-center.png
similarity index 100%
rename from public/_static/img/icons/map/map-city-center.png
rename to apps/scandic-web/public/_static/img/icons/map/map-city-center.png
diff --git a/public/_static/img/icons/map/map-company.png b/apps/scandic-web/public/_static/img/icons/map/map-company.png
similarity index 100%
rename from public/_static/img/icons/map/map-company.png
rename to apps/scandic-web/public/_static/img/icons/map/map-company.png
diff --git a/public/_static/img/icons/map/map-default.png b/apps/scandic-web/public/_static/img/icons/map/map-default.png
similarity index 100%
rename from public/_static/img/icons/map/map-default.png
rename to apps/scandic-web/public/_static/img/icons/map/map-default.png
diff --git a/public/_static/img/icons/map/map-entertainment.png b/apps/scandic-web/public/_static/img/icons/map/map-entertainment.png
similarity index 100%
rename from public/_static/img/icons/map/map-entertainment.png
rename to apps/scandic-web/public/_static/img/icons/map/map-entertainment.png
diff --git a/public/_static/img/icons/map/map-museum.png b/apps/scandic-web/public/_static/img/icons/map/map-museum.png
similarity index 100%
rename from public/_static/img/icons/map/map-museum.png
rename to apps/scandic-web/public/_static/img/icons/map/map-museum.png
diff --git a/public/_static/img/icons/map/map-music.png b/apps/scandic-web/public/_static/img/icons/map/map-music.png
similarity index 100%
rename from public/_static/img/icons/map/map-music.png
rename to apps/scandic-web/public/_static/img/icons/map/map-music.png
diff --git a/public/_static/img/icons/map/map-pin-dd-blue.png b/apps/scandic-web/public/_static/img/icons/map/map-pin-dd-blue.png
similarity index 100%
rename from public/_static/img/icons/map/map-pin-dd-blue.png
rename to apps/scandic-web/public/_static/img/icons/map/map-pin-dd-blue.png
diff --git a/public/_static/img/icons/map/map-pin-dd-gray.png b/apps/scandic-web/public/_static/img/icons/map/map-pin-dd-gray.png
similarity index 100%
rename from public/_static/img/icons/map/map-pin-dd-gray.png
rename to apps/scandic-web/public/_static/img/icons/map/map-pin-dd-gray.png
diff --git a/public/_static/img/icons/map/map-pin-dd-lightgray.png b/apps/scandic-web/public/_static/img/icons/map/map-pin-dd-lightgray.png
similarity index 100%
rename from public/_static/img/icons/map/map-pin-dd-lightgray.png
rename to apps/scandic-web/public/_static/img/icons/map/map-pin-dd-lightgray.png
diff --git a/public/_static/img/icons/map/map-pin.png b/apps/scandic-web/public/_static/img/icons/map/map-pin.png
similarity index 100%
rename from public/_static/img/icons/map/map-pin.png
rename to apps/scandic-web/public/_static/img/icons/map/map-pin.png
diff --git a/public/_static/img/icons/map/map-restaurant.png b/apps/scandic-web/public/_static/img/icons/map/map-restaurant.png
similarity index 100%
rename from public/_static/img/icons/map/map-restaurant.png
rename to apps/scandic-web/public/_static/img/icons/map/map-restaurant.png
diff --git a/public/_static/img/icons/map/map-shopping.png b/apps/scandic-web/public/_static/img/icons/map/map-shopping.png
similarity index 100%
rename from public/_static/img/icons/map/map-shopping.png
rename to apps/scandic-web/public/_static/img/icons/map/map-shopping.png
diff --git a/public/_static/img/icons/map/map-star.png b/apps/scandic-web/public/_static/img/icons/map/map-star.png
similarity index 100%
rename from public/_static/img/icons/map/map-star.png
rename to apps/scandic-web/public/_static/img/icons/map/map-star.png
diff --git a/public/_static/img/icons/map/map-taxi-v2.png b/apps/scandic-web/public/_static/img/icons/map/map-taxi-v2.png
similarity index 100%
rename from public/_static/img/icons/map/map-taxi-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/map-taxi-v2.png
diff --git a/public/_static/img/icons/map/map-theatre.png b/apps/scandic-web/public/_static/img/icons/map/map-theatre.png
similarity index 100%
rename from public/_static/img/icons/map/map-theatre.png
rename to apps/scandic-web/public/_static/img/icons/map/map-theatre.png
diff --git a/public/_static/img/icons/map/map-trains-v2.png b/apps/scandic-web/public/_static/img/icons/map/map-trains-v2.png
similarity index 100%
rename from public/_static/img/icons/map/map-trains-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/map-trains-v2.png
diff --git a/public/_static/img/icons/map/map-transportation-v2.png b/apps/scandic-web/public/_static/img/icons/map/map-transportation-v2.png
similarity index 100%
rename from public/_static/img/icons/map/map-transportation-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/map-transportation-v2.png
diff --git a/public/_static/img/icons/map/pin_shadow.png b/apps/scandic-web/public/_static/img/icons/map/pin_shadow.png
similarity index 100%
rename from public/_static/img/icons/map/pin_shadow.png
rename to apps/scandic-web/public/_static/img/icons/map/pin_shadow.png
diff --git a/public/_static/img/icons/map/zoom-in-v2.png b/apps/scandic-web/public/_static/img/icons/map/zoom-in-v2.png
similarity index 100%
rename from public/_static/img/icons/map/zoom-in-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/zoom-in-v2.png
diff --git a/public/_static/img/icons/map/zoom-out-v2.png b/apps/scandic-web/public/_static/img/icons/map/zoom-out-v2.png
similarity index 100%
rename from public/_static/img/icons/map/zoom-out-v2.png
rename to apps/scandic-web/public/_static/img/icons/map/zoom-out-v2.png
diff --git a/public/_static/img/icons/not-allowed-cursor.png b/apps/scandic-web/public/_static/img/icons/not-allowed-cursor.png
similarity index 100%
rename from public/_static/img/icons/not-allowed-cursor.png
rename to apps/scandic-web/public/_static/img/icons/not-allowed-cursor.png
diff --git a/public/_static/img/icons/payment/Amex.svg b/apps/scandic-web/public/_static/img/icons/payment/Amex.svg
similarity index 100%
rename from public/_static/img/icons/payment/Amex.svg
rename to apps/scandic-web/public/_static/img/icons/payment/Amex.svg
diff --git a/public/_static/img/icons/payment/ChinaUnionPay.svg b/apps/scandic-web/public/_static/img/icons/payment/ChinaUnionPay.svg
similarity index 100%
rename from public/_static/img/icons/payment/ChinaUnionPay.svg
rename to apps/scandic-web/public/_static/img/icons/payment/ChinaUnionPay.svg
diff --git a/public/_static/img/icons/payment/Dankort.svg b/apps/scandic-web/public/_static/img/icons/payment/Dankort.svg
similarity index 100%
rename from public/_static/img/icons/payment/Dankort.svg
rename to apps/scandic-web/public/_static/img/icons/payment/Dankort.svg
diff --git a/public/_static/img/icons/payment/DinersClub.svg b/apps/scandic-web/public/_static/img/icons/payment/DinersClub.svg
similarity index 100%
rename from public/_static/img/icons/payment/DinersClub.svg
rename to apps/scandic-web/public/_static/img/icons/payment/DinersClub.svg
diff --git a/public/_static/img/icons/payment/Discover.svg b/apps/scandic-web/public/_static/img/icons/payment/Discover.svg
similarity index 100%
rename from public/_static/img/icons/payment/Discover.svg
rename to apps/scandic-web/public/_static/img/icons/payment/Discover.svg
diff --git a/public/_static/img/icons/payment/GenericCard.svg b/apps/scandic-web/public/_static/img/icons/payment/GenericCard.svg
similarity index 100%
rename from public/_static/img/icons/payment/GenericCard.svg
rename to apps/scandic-web/public/_static/img/icons/payment/GenericCard.svg
diff --git a/public/_static/img/icons/payment/JCB.svg b/apps/scandic-web/public/_static/img/icons/payment/JCB.svg
similarity index 100%
rename from public/_static/img/icons/payment/JCB.svg
rename to apps/scandic-web/public/_static/img/icons/payment/JCB.svg
diff --git a/public/_static/img/icons/payment/Maestro.svg b/apps/scandic-web/public/_static/img/icons/payment/Maestro.svg
similarity index 100%
rename from public/_static/img/icons/payment/Maestro.svg
rename to apps/scandic-web/public/_static/img/icons/payment/Maestro.svg
diff --git a/public/_static/img/icons/payment/MasterCard.svg b/apps/scandic-web/public/_static/img/icons/payment/MasterCard.svg
similarity index 100%
rename from public/_static/img/icons/payment/MasterCard.svg
rename to apps/scandic-web/public/_static/img/icons/payment/MasterCard.svg
diff --git a/public/_static/img/icons/payment/Visa.svg b/apps/scandic-web/public/_static/img/icons/payment/Visa.svg
similarity index 100%
rename from public/_static/img/icons/payment/Visa.svg
rename to apps/scandic-web/public/_static/img/icons/payment/Visa.svg
diff --git a/public/_static/img/icons/printer-v2.png b/apps/scandic-web/public/_static/img/icons/printer-v2.png
similarity index 100%
rename from public/_static/img/icons/printer-v2.png
rename to apps/scandic-web/public/_static/img/icons/printer-v2.png
diff --git a/public/_static/img/icons/profile-icon.png b/apps/scandic-web/public/_static/img/icons/profile-icon.png
similarity index 100%
rename from public/_static/img/icons/profile-icon.png
rename to apps/scandic-web/public/_static/img/icons/profile-icon.png
diff --git a/public/_static/img/icons/scandic-friends/icon-scandic-friends.svg b/apps/scandic-web/public/_static/img/icons/scandic-friends/icon-scandic-friends.svg
similarity index 100%
rename from public/_static/img/icons/scandic-friends/icon-scandic-friends.svg
rename to apps/scandic-web/public/_static/img/icons/scandic-friends/icon-scandic-friends.svg
diff --git a/public/_static/img/icons/search/arrow-collapse.png b/apps/scandic-web/public/_static/img/icons/search/arrow-collapse.png
similarity index 100%
rename from public/_static/img/icons/search/arrow-collapse.png
rename to apps/scandic-web/public/_static/img/icons/search/arrow-collapse.png
diff --git a/public/_static/img/icons/search/arrow-expand.png b/apps/scandic-web/public/_static/img/icons/search/arrow-expand.png
similarity index 100%
rename from public/_static/img/icons/search/arrow-expand.png
rename to apps/scandic-web/public/_static/img/icons/search/arrow-expand.png
diff --git a/public/_static/img/icons/search/search.svg b/apps/scandic-web/public/_static/img/icons/search/search.svg
similarity index 100%
rename from public/_static/img/icons/search/search.svg
rename to apps/scandic-web/public/_static/img/icons/search/search.svg
diff --git a/public/_static/img/icons/shared/arrow-double-big-crocus-v2.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-big-crocus-v2.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-big-crocus-v2.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-big-crocus-v2.svg
diff --git a/public/_static/img/icons/shared/arrow-double-nordicsea-dark-right.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-dark-right.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-nordicsea-dark-right.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-dark-right.svg
diff --git a/public/_static/img/icons/shared/arrow-double-nordicsea-left-v2.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-left-v2.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-nordicsea-left-v2.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-left-v2.svg
diff --git a/public/_static/img/icons/shared/arrow-double-nordicsea-right-v2.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-right-v2.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-nordicsea-right-v2.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-right-v2.svg
diff --git a/public/_static/img/icons/shared/arrow-double-nordicsea-right-white.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-right-white.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-nordicsea-right-white.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-nordicsea-right-white.svg
diff --git a/public/_static/img/icons/shared/arrow-double-white-left.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-double-white-left.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-double-white-left.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-double-white-left.svg
diff --git a/public/_static/img/icons/shared/arrow-down-grey.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-down-grey.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-down-grey.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-down-grey.svg
diff --git a/public/_static/img/icons/shared/arrow-down-v2.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-down-v2.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-down-v2.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-down-v2.svg
diff --git a/public/_static/img/icons/shared/arrow-down-white.svg b/apps/scandic-web/public/_static/img/icons/shared/arrow-down-white.svg
similarity index 100%
rename from public/_static/img/icons/shared/arrow-down-white.svg
rename to apps/scandic-web/public/_static/img/icons/shared/arrow-down-white.svg
diff --git a/public/_static/img/icons/shared/cancel-close.svg b/apps/scandic-web/public/_static/img/icons/shared/cancel-close.svg
similarity index 100%
rename from public/_static/img/icons/shared/cancel-close.svg
rename to apps/scandic-web/public/_static/img/icons/shared/cancel-close.svg
diff --git a/public/_static/img/icons/shared/checkBox.svg b/apps/scandic-web/public/_static/img/icons/shared/checkBox.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkBox.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkBox.svg
diff --git a/public/_static/img/icons/shared/checkBoxFilled.svg b/apps/scandic-web/public/_static/img/icons/shared/checkBoxFilled.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkBoxFilled.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkBoxFilled.svg
diff --git a/public/_static/img/icons/shared/checkbox_brown.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_brown.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_brown.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_brown.svg
diff --git a/public/_static/img/icons/shared/checkbox_brown_selected.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_brown_selected.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_brown_selected.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_brown_selected.svg
diff --git a/public/_static/img/icons/shared/checkbox_disabled.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_disabled.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_disabled.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_disabled.svg
diff --git a/public/_static/img/icons/shared/checkbox_selected.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_selected.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_selected.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_selected.svg
diff --git a/public/_static/img/icons/shared/checkbox_unselected-disabled.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_unselected-disabled.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_unselected-disabled.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_unselected-disabled.svg
diff --git a/public/_static/img/icons/shared/checkbox_unselected.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_unselected.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_unselected.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_unselected.svg
diff --git a/public/_static/img/icons/shared/checkbox_white_border.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_white_border.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_white_border.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_white_border.svg
diff --git a/public/_static/img/icons/shared/checkbox_white_selected.svg b/apps/scandic-web/public/_static/img/icons/shared/checkbox_white_selected.svg
similarity index 100%
rename from public/_static/img/icons/shared/checkbox_white_selected.svg
rename to apps/scandic-web/public/_static/img/icons/shared/checkbox_white_selected.svg
diff --git a/public/_static/img/icons/shared/close-button.svg b/apps/scandic-web/public/_static/img/icons/shared/close-button.svg
similarity index 100%
rename from public/_static/img/icons/shared/close-button.svg
rename to apps/scandic-web/public/_static/img/icons/shared/close-button.svg
diff --git a/public/_static/img/icons/shared/price-tag.svg b/apps/scandic-web/public/_static/img/icons/shared/price-tag.svg
similarity index 100%
rename from public/_static/img/icons/shared/price-tag.svg
rename to apps/scandic-web/public/_static/img/icons/shared/price-tag.svg
diff --git a/public/_static/img/icons/shared/video-icon.png b/apps/scandic-web/public/_static/img/icons/shared/video-icon.png
similarity index 100%
rename from public/_static/img/icons/shared/video-icon.png
rename to apps/scandic-web/public/_static/img/icons/shared/video-icon.png
diff --git a/public/_static/img/icons/splash/blue-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/blue-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/blue-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/blue-v2.svg
diff --git a/public/_static/img/icons/splash/brown-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/brown-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/brown-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/brown-v2.svg
diff --git a/public/_static/img/icons/splash/green-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/green-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/green-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/green-v2.svg
diff --git a/public/_static/img/icons/splash/grey-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/grey-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/grey-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/grey-v2.svg
diff --git a/public/_static/img/icons/splash/light-green.svg b/apps/scandic-web/public/_static/img/icons/splash/light-green.svg
similarity index 100%
rename from public/_static/img/icons/splash/light-green.svg
rename to apps/scandic-web/public/_static/img/icons/splash/light-green.svg
diff --git a/public/_static/img/icons/splash/orange-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/orange-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/orange-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/orange-v2.svg
diff --git a/public/_static/img/icons/splash/purple-v2.svg b/apps/scandic-web/public/_static/img/icons/splash/purple-v2.svg
similarity index 100%
rename from public/_static/img/icons/splash/purple-v2.svg
rename to apps/scandic-web/public/_static/img/icons/splash/purple-v2.svg
diff --git a/public/_static/img/icons/splash/red.svg b/apps/scandic-web/public/_static/img/icons/splash/red.svg
similarity index 100%
rename from public/_static/img/icons/splash/red.svg
rename to apps/scandic-web/public/_static/img/icons/splash/red.svg
diff --git a/public/_static/img/icons/sprites.svg b/apps/scandic-web/public/_static/img/icons/sprites.svg
similarity index 100%
rename from public/_static/img/icons/sprites.svg
rename to apps/scandic-web/public/_static/img/icons/sprites.svg
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_da.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_da.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_da.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_da.png
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_de.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_de.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_de.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_de.png
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_en.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_en.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_en.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_en.png
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_fi.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_fi.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_fi.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_fi.png
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_no.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_no.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_no.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_no.png
diff --git a/public/_static/img/icons/swan-eco/swan_eco_dark_sv.png b/apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_sv.png
similarity index 100%
rename from public/_static/img/icons/swan-eco/swan_eco_dark_sv.png
rename to apps/scandic-web/public/_static/img/icons/swan-eco/swan_eco_dark_sv.png
diff --git a/public/_static/img/icons/warning-alert-gray.svg b/apps/scandic-web/public/_static/img/icons/warning-alert-gray.svg
similarity index 100%
rename from public/_static/img/icons/warning-alert-gray.svg
rename to apps/scandic-web/public/_static/img/icons/warning-alert-gray.svg
diff --git a/public/_static/img/icons/warning-alert-red.svg b/apps/scandic-web/public/_static/img/icons/warning-alert-red.svg
similarity index 100%
rename from public/_static/img/icons/warning-alert-red.svg
rename to apps/scandic-web/public/_static/img/icons/warning-alert-red.svg
diff --git a/public/_static/img/icons/warning.svg b/apps/scandic-web/public/_static/img/icons/warning.svg
similarity index 100%
rename from public/_static/img/icons/warning.svg
rename to apps/scandic-web/public/_static/img/icons/warning.svg
diff --git a/public/_static/img/icons/x-icon.svg b/apps/scandic-web/public/_static/img/icons/x-icon.svg
similarity index 100%
rename from public/_static/img/icons/x-icon.svg
rename to apps/scandic-web/public/_static/img/icons/x-icon.svg
diff --git a/public/_static/img/member-banner-pattern.svg b/apps/scandic-web/public/_static/img/member-banner-pattern.svg
similarity index 100%
rename from public/_static/img/member-banner-pattern.svg
rename to apps/scandic-web/public/_static/img/member-banner-pattern.svg
diff --git a/public/_static/img/partner/sas/sas-campaign-logo.png b/apps/scandic-web/public/_static/img/partner/sas/sas-campaign-logo.png
similarity index 100%
rename from public/_static/img/partner/sas/sas-campaign-logo.png
rename to apps/scandic-web/public/_static/img/partner/sas/sas-campaign-logo.png
diff --git a/public/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg b/apps/scandic-web/public/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg
similarity index 100%
rename from public/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg
rename to apps/scandic-web/public/_static/img/partner/sas/sas_x_scandic_airplane_window_background.jpg
diff --git a/public/_static/img/rewards/loyalty-award.png b/apps/scandic-web/public/_static/img/rewards/loyalty-award.png
similarity index 100%
rename from public/_static/img/rewards/loyalty-award.png
rename to apps/scandic-web/public/_static/img/rewards/loyalty-award.png
diff --git a/public/_static/img/royalslider/custom/arrow-right-hover.svg b/apps/scandic-web/public/_static/img/royalslider/custom/arrow-right-hover.svg
similarity index 100%
rename from public/_static/img/royalslider/custom/arrow-right-hover.svg
rename to apps/scandic-web/public/_static/img/royalslider/custom/arrow-right-hover.svg
diff --git a/public/_static/img/royalslider/custom/arrow-right.svg b/apps/scandic-web/public/_static/img/royalslider/custom/arrow-right.svg
similarity index 100%
rename from public/_static/img/royalslider/custom/arrow-right.svg
rename to apps/scandic-web/public/_static/img/royalslider/custom/arrow-right.svg
diff --git a/public/_static/img/royalslider/grab.png b/apps/scandic-web/public/_static/img/royalslider/grab.png
similarity index 100%
rename from public/_static/img/royalslider/grab.png
rename to apps/scandic-web/public/_static/img/royalslider/grab.png
diff --git a/public/_static/img/royalslider/grabbing.png b/apps/scandic-web/public/_static/img/royalslider/grabbing.png
similarity index 100%
rename from public/_static/img/royalslider/grabbing.png
rename to apps/scandic-web/public/_static/img/royalslider/grabbing.png
diff --git a/public/_static/img/royalslider/preloader-white.gif b/apps/scandic-web/public/_static/img/royalslider/preloader-white.gif
similarity index 100%
rename from public/_static/img/royalslider/preloader-white.gif
rename to apps/scandic-web/public/_static/img/royalslider/preloader-white.gif
diff --git a/public/_static/img/royalslider/preloader.gif b/apps/scandic-web/public/_static/img/royalslider/preloader.gif
similarity index 100%
rename from public/_static/img/royalslider/preloader.gif
rename to apps/scandic-web/public/_static/img/royalslider/preloader.gif
diff --git a/public/_static/img/royalslider/rs-default.png b/apps/scandic-web/public/_static/img/royalslider/rs-default.png
similarity index 100%
rename from public/_static/img/royalslider/rs-default.png
rename to apps/scandic-web/public/_static/img/royalslider/rs-default.png
diff --git a/public/_static/img/sas/sas-logotype.svg b/apps/scandic-web/public/_static/img/sas/sas-logotype.svg
similarity index 100%
rename from public/_static/img/sas/sas-logotype.svg
rename to apps/scandic-web/public/_static/img/sas/sas-logotype.svg
diff --git a/public/_static/img/scandic-coin.svg b/apps/scandic-web/public/_static/img/scandic-coin.svg
similarity index 100%
rename from public/_static/img/scandic-coin.svg
rename to apps/scandic-web/public/_static/img/scandic-coin.svg
diff --git a/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.png b/apps/scandic-web/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.png
similarity index 100%
rename from public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.png
rename to apps/scandic-web/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.png
diff --git a/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.svg b/apps/scandic-web/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.svg
similarity index 100%
rename from public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.svg
rename to apps/scandic-web/public/_static/img/scandic-friends-pattern/bg-scandic-friends-pattern.svg
diff --git a/public/_static/img/scandic-logotype-white.png b/apps/scandic-web/public/_static/img/scandic-logotype-white.png
similarity index 100%
rename from public/_static/img/scandic-logotype-white.png
rename to apps/scandic-web/public/_static/img/scandic-logotype-white.png
diff --git a/public/_static/img/scandic-logotype-white.svg b/apps/scandic-web/public/_static/img/scandic-logotype-white.svg
similarity index 100%
rename from public/_static/img/scandic-logotype-white.svg
rename to apps/scandic-web/public/_static/img/scandic-logotype-white.svg
diff --git a/public/_static/img/scandic-logotype.png b/apps/scandic-web/public/_static/img/scandic-logotype.png
similarity index 100%
rename from public/_static/img/scandic-logotype.png
rename to apps/scandic-web/public/_static/img/scandic-logotype.png
diff --git a/public/_static/img/scandic-logotype.svg b/apps/scandic-web/public/_static/img/scandic-logotype.svg
similarity index 100%
rename from public/_static/img/scandic-logotype.svg
rename to apps/scandic-web/public/_static/img/scandic-logotype.svg
diff --git a/public/_static/img/scandic-loyalty-time.svg b/apps/scandic-web/public/_static/img/scandic-loyalty-time.svg
similarity index 100%
rename from public/_static/img/scandic-loyalty-time.svg
rename to apps/scandic-web/public/_static/img/scandic-loyalty-time.svg
diff --git a/public/_static/img/scandic-service.svg b/apps/scandic-web/public/_static/img/scandic-service.svg
similarity index 100%
rename from public/_static/img/scandic-service.svg
rename to apps/scandic-web/public/_static/img/scandic-service.svg
diff --git a/public/_static/img/signaturehotels/carousel-arrow-gray-right-hover.svg b/apps/scandic-web/public/_static/img/signaturehotels/carousel-arrow-gray-right-hover.svg
similarity index 100%
rename from public/_static/img/signaturehotels/carousel-arrow-gray-right-hover.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/carousel-arrow-gray-right-hover.svg
diff --git a/public/_static/img/signaturehotels/carousel-arrow-gray-right.svg b/apps/scandic-web/public/_static/img/signaturehotels/carousel-arrow-gray-right.svg
similarity index 100%
rename from public/_static/img/signaturehotels/carousel-arrow-gray-right.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/carousel-arrow-gray-right.svg
diff --git a/public/_static/img/signaturehotels/dc/arrow-double-big-black.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-big-black.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/arrow-double-big-black.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-big-black.svg
diff --git a/public/_static/img/signaturehotels/dc/arrow-double-big-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-big-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/arrow-double-big-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-big-white.svg
diff --git a/public/_static/img/signaturehotels/dc/arrow-double-rust-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-rust-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/arrow-double-rust-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-double-rust-left.svg
diff --git a/public/_static/img/signaturehotels/dc/arrow-down-gray.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-down-gray.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/arrow-down-gray.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-down-gray.svg
diff --git a/public/_static/img/signaturehotels/dc/arrow-down-rust.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-down-rust.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/arrow-down-rust.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/arrow-down-rust.svg
diff --git a/public/_static/img/signaturehotels/dc/bullet-list-arrow-icon-gray-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/bullet-list-arrow-icon-gray-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/bullet-list-arrow-icon-gray-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/bullet-list-arrow-icon-gray-dark.svg
diff --git a/public/_static/img/signaturehotels/dc/downtown-camper-logotype.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/downtown-camper-logotype.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/downtown-camper-logotype.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/downtown-camper-logotype.svg
diff --git a/public/_static/img/signaturehotels/dc/hotelpage-menu-close-gray-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/hotelpage-menu-close-gray-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/hotelpage-menu-close-gray-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/hotelpage-menu-close-gray-dark.svg
diff --git a/public/_static/img/signaturehotels/dc/hotelpage-menu-gray-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/hotelpage-menu-gray-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/hotelpage-menu-gray-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/hotelpage-menu-gray-dark.svg
diff --git a/public/_static/img/signaturehotels/dc/icon-google-directions.svg b/apps/scandic-web/public/_static/img/signaturehotels/dc/icon-google-directions.svg
similarity index 100%
rename from public/_static/img/signaturehotels/dc/icon-google-directions.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/dc/icon-google-directions.svg
diff --git a/public/_static/img/signaturehotels/gc/arrow-double-big-gray.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-double-big-gray.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/arrow-double-big-gray.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-double-big-gray.svg
diff --git a/public/_static/img/signaturehotels/gc/arrow-double-gray-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-double-gray-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/arrow-double-gray-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-double-gray-left.svg
diff --git a/public/_static/img/signaturehotels/gc/arrow-down-gray-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-down-gray-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/arrow-down-gray-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-down-gray-dark.svg
diff --git a/public/_static/img/signaturehotels/gc/arrow-down-white-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-down-white-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/arrow-down-white-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/arrow-down-white-dark.svg
diff --git a/public/_static/img/signaturehotels/gc/bag.png b/apps/scandic-web/public/_static/img/signaturehotels/gc/bag.png
similarity index 100%
rename from public/_static/img/signaturehotels/gc/bag.png
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/bag.png
diff --git a/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-black.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-black.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-black.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-black.svg
diff --git a/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-white-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-white-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-white-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/bullet-list-arrow-circle-white-dark.svg
diff --git a/public/_static/img/signaturehotels/gc/checkbox-black.png b/apps/scandic-web/public/_static/img/signaturehotels/gc/checkbox-black.png
similarity index 100%
rename from public/_static/img/signaturehotels/gc/checkbox-black.png
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/checkbox-black.png
diff --git a/public/_static/img/signaturehotels/gc/grandcentral-logotype.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/grandcentral-logotype.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/grandcentral-logotype.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/grandcentral-logotype.svg
diff --git a/public/_static/img/signaturehotels/gc/hotelpage-menu-black.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-black.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/hotelpage-menu-black.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-black.svg
diff --git a/public/_static/img/signaturehotels/gc/hotelpage-menu-close-black.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-close-black.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/hotelpage-menu-close-black.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-close-black.svg
diff --git a/public/_static/img/signaturehotels/gc/hotelpage-menu-close-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-close-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gc/hotelpage-menu-close-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gc/hotelpage-menu-close-white.svg
diff --git a/public/_static/img/signaturehotels/gho/arrow-double-big-dark-grey.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-double-big-dark-grey.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/arrow-double-big-dark-grey.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-double-big-dark-grey.svg
diff --git a/public/_static/img/signaturehotels/gho/arrow-double-dark-grey-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-double-dark-grey-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/arrow-double-dark-grey-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-double-dark-grey-left.svg
diff --git a/public/_static/img/signaturehotels/gho/arrow-down-dark-grey.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-down-dark-grey.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/arrow-down-dark-grey.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-down-dark-grey.svg
diff --git a/public/_static/img/signaturehotels/gho/arrow-down-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-down-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/arrow-down-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/arrow-down-white.svg
diff --git a/public/_static/img/signaturehotels/gho/grandhoteloslo-logotype-horizontal-3.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/grandhoteloslo-logotype-horizontal-3.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/grandhoteloslo-logotype-horizontal-3.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/grandhoteloslo-logotype-horizontal-3.svg
diff --git a/public/_static/img/signaturehotels/gho/hotelpage-menu-dark-grey.svg b/apps/scandic-web/public/_static/img/signaturehotels/gho/hotelpage-menu-dark-grey.svg
similarity index 100%
rename from public/_static/img/signaturehotels/gho/hotelpage-menu-dark-grey.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/hotelpage-menu-dark-grey.svg
diff --git a/public/_static/img/signaturehotels/gho/icon-close-dark-grey-active.png b/apps/scandic-web/public/_static/img/signaturehotels/gho/icon-close-dark-grey-active.png
similarity index 100%
rename from public/_static/img/signaturehotels/gho/icon-close-dark-grey-active.png
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/icon-close-dark-grey-active.png
diff --git a/public/_static/img/signaturehotels/gho/icon-close-dark-grey.png b/apps/scandic-web/public/_static/img/signaturehotels/gho/icon-close-dark-grey.png
similarity index 100%
rename from public/_static/img/signaturehotels/gho/icon-close-dark-grey.png
rename to apps/scandic-web/public/_static/img/signaturehotels/gho/icon-close-dark-grey.png
diff --git a/public/_static/img/signaturehotels/haymarket/arrow-double-big-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-double-big-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/arrow-double-big-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-double-big-blue.svg
diff --git a/public/_static/img/signaturehotels/haymarket/arrow-double-blue-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-double-blue-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/arrow-double-blue-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-double-blue-left.svg
diff --git a/public/_static/img/signaturehotels/haymarket/arrow-down-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-down-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/arrow-down-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-down-blue.svg
diff --git a/public/_static/img/signaturehotels/haymarket/arrow-down-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-down-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/arrow-down-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/arrow-down-white.svg
diff --git a/public/_static/img/signaturehotels/haymarket/haymarket-logotype-horizontal.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/haymarket-logotype-horizontal.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/haymarket-logotype-horizontal.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/haymarket-logotype-horizontal.svg
diff --git a/public/_static/img/signaturehotels/haymarket/hotelpage-menu-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/hotelpage-menu-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/hotelpage-menu-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/hotelpage-menu-blue.svg
diff --git a/public/_static/img/signaturehotels/haymarket/icon-close-blue-active.png b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/icon-close-blue-active.png
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/icon-close-blue-active.png
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/icon-close-blue-active.png
diff --git a/public/_static/img/signaturehotels/haymarket/icon-close-blue.png b/apps/scandic-web/public/_static/img/signaturehotels/haymarket/icon-close-blue.png
similarity index 100%
rename from public/_static/img/signaturehotels/haymarket/icon-close-blue.png
rename to apps/scandic-web/public/_static/img/signaturehotels/haymarket/icon-close-blue.png
diff --git a/public/_static/img/signaturehotels/hn/arrow-double-blue-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-double-blue-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/arrow-double-blue-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-double-blue-left.svg
diff --git a/public/_static/img/signaturehotels/hn/arrow-down-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/arrow-down-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-blue.svg
diff --git a/public/_static/img/signaturehotels/hn/arrow-down-red.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-red.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/arrow-down-red.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-red.svg
diff --git a/public/_static/img/signaturehotels/hn/arrow-down-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/arrow-down-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/arrow-down-white.svg
diff --git a/public/_static/img/signaturehotels/hn/hotel-norge-horisontal-logo.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/hotel-norge-horisontal-logo.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/hotel-norge-horisontal-logo.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/hotel-norge-horisontal-logo.svg
diff --git a/public/_static/img/signaturehotels/hn/hotelpage-menu-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/hotelpage-menu-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/hotelpage-menu-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/hotelpage-menu-blue.svg
diff --git a/public/_static/img/signaturehotels/hn/icon-close-blue-active.png b/apps/scandic-web/public/_static/img/signaturehotels/hn/icon-close-blue-active.png
similarity index 100%
rename from public/_static/img/signaturehotels/hn/icon-close-blue-active.png
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/icon-close-blue-active.png
diff --git a/public/_static/img/signaturehotels/hn/icon-close-blue.png b/apps/scandic-web/public/_static/img/signaturehotels/hn/icon-close-blue.png
similarity index 100%
rename from public/_static/img/signaturehotels/hn/icon-close-blue.png
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/icon-close-blue.png
diff --git a/public/_static/img/signaturehotels/hn/icon-google-directions.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/icon-google-directions.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/icon-google-directions.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/icon-google-directions.svg
diff --git a/public/_static/img/signaturehotels/hn/icon-location.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/icon-location.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/icon-location.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/icon-location.svg
diff --git a/public/_static/img/signaturehotels/hn/icon-phone.svg b/apps/scandic-web/public/_static/img/signaturehotels/hn/icon-phone.svg
similarity index 100%
rename from public/_static/img/signaturehotels/hn/icon-phone.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/hn/icon-phone.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-down-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-down-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-blue.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-down-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-down-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-dark.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-down-gray.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-gray.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-down-gray.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down-gray.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-down.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-down.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-down.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-right-blue.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-blue.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-right-blue.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-blue.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-right-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-right-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-dark.svg
diff --git a/public/_static/img/signaturehotels/marski/arrow-right-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/arrow-right-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/arrow-right-white.svg
diff --git a/public/_static/img/signaturehotels/marski/hotelpage-menu-close-gray-dark.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/hotelpage-menu-close-gray-dark.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/hotelpage-menu-close-gray-dark.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/hotelpage-menu-close-gray-dark.svg
diff --git a/public/_static/img/signaturehotels/marski/hotelpage-menu-close-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/hotelpage-menu-close-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/hotelpage-menu-close-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/hotelpage-menu-close-white.svg
diff --git a/public/_static/img/signaturehotels/marski/icon-google-directions.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/icon-google-directions.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/icon-google-directions.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/icon-google-directions.svg
diff --git a/public/_static/img/signaturehotels/marski/icon-location-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/icon-location-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/icon-location-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/icon-location-white.svg
diff --git a/public/_static/img/signaturehotels/marski/icon-location.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/icon-location.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/icon-location.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/icon-location.svg
diff --git a/public/_static/img/signaturehotels/marski/icon-mail.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/icon-mail.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/icon-mail.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/icon-mail.svg
diff --git a/public/_static/img/signaturehotels/marski/icon-phone-white.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/icon-phone-white.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/icon-phone-white.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/icon-phone-white.svg
diff --git a/public/_static/img/signaturehotels/marski/map/magnifying-ico.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/magnifying-ico.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/magnifying-ico.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/magnifying-ico.svg
diff --git a/public/_static/img/signaturehotels/marski/map/magnifying-minus-ico.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/magnifying-minus-ico.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/magnifying-minus-ico.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/magnifying-minus-ico.svg
diff --git a/public/_static/img/signaturehotels/marski/map/map-airport.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-airport.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-airport.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-airport.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-attraction.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-attraction.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-attraction.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-attraction.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-bar.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-bar.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-bar.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-bar.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-busstation.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-busstation.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-busstation.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-busstation.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-city-center.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-city-center.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-city-center.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-city-center.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-company.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-company.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-company.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-company.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-default.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-default.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-default.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-default.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-entertainment.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-entertainment.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-entertainment.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-entertainment.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-museum.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-museum.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-museum.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-museum.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-music.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-music.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-music.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-music.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-pin.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-pin.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-pin.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-pin.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-restaurant.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-restaurant.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-restaurant.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-restaurant.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-shopping.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-shopping.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-shopping.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-shopping.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-star.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-star.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-star.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-star.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-taxi.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-taxi.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-taxi.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-taxi.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-theatre.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-theatre.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-theatre.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-theatre.png
diff --git a/public/_static/img/signaturehotels/marski/map/map-trains.png b/apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-trains.png
similarity index 100%
rename from public/_static/img/signaturehotels/marski/map/map-trains.png
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/map/map-trains.png
diff --git a/public/_static/img/signaturehotels/marski/marski-logotype.svg b/apps/scandic-web/public/_static/img/signaturehotels/marski/marski-logotype.svg
similarity index 100%
rename from public/_static/img/signaturehotels/marski/marski-logotype.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/marski/marski-logotype.svg
diff --git a/public/_static/img/signaturehotels/sc-go/add-circle-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/add-circle-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/add-circle-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/add-circle-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/arrow-double-dark-purple-left.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-double-dark-purple-left.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/arrow-double-dark-purple-left.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-double-dark-purple-left.svg
diff --git a/public/_static/img/signaturehotels/sc-go/arrow-down-dark-purple.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-dark-purple.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/arrow-down-dark-purple.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-dark-purple.svg
diff --git a/public/_static/img/signaturehotels/sc-go/arrow-down-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/arrow-down-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/arrow-down-light-purple.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-light-purple.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/arrow-down-light-purple.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/arrow-down-light-purple.svg
diff --git a/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-dark-purple.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-dark-purple.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-dark-purple.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-dark-purple.svg
diff --git a/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/bullet-list-arrow-circle-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/checkbox-light-green-checked.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/checkbox-light-green-checked.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/checkbox-light-green-checked.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/checkbox-light-green-checked.svg
diff --git a/public/_static/img/signaturehotels/sc-go/checkbox-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/checkbox-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/checkbox-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/checkbox-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/cloud.png b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/cloud.png
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/cloud.png
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/cloud.png
diff --git a/public/_static/img/signaturehotels/sc-go/directions-v2.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/directions-v2.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/directions-v2.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/directions-v2.svg
diff --git a/public/_static/img/signaturehotels/sc-go/info-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/info-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/info-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/info-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/logo-v2.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/logo-v2.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/logo-v2.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/logo-v2.svg
diff --git a/public/_static/img/signaturehotels/sc-go/remove-circle-light-green.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/remove-circle-light-green.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/remove-circle-light-green.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/remove-circle-light-green.svg
diff --git a/public/_static/img/signaturehotels/sc-go/trajectory-bg.svg b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/trajectory-bg.svg
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/trajectory-bg.svg
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/trajectory-bg.svg
diff --git a/public/_static/img/signaturehotels/sc-go/trajectory.png b/apps/scandic-web/public/_static/img/signaturehotels/sc-go/trajectory.png
similarity index 100%
rename from public/_static/img/signaturehotels/sc-go/trajectory.png
rename to apps/scandic-web/public/_static/img/signaturehotels/sc-go/trajectory.png
diff --git a/public/_static/img/slider/arrow.svg b/apps/scandic-web/public/_static/img/slider/arrow.svg
similarity index 100%
rename from public/_static/img/slider/arrow.svg
rename to apps/scandic-web/public/_static/img/slider/arrow.svg
diff --git a/public/_static/img/store-badges/app-store-badge-de.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-de.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-de.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-de.svg
diff --git a/public/_static/img/store-badges/app-store-badge-dk.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-dk.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-dk.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-dk.svg
diff --git a/public/_static/img/store-badges/app-store-badge-en.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-en.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-en.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-en.svg
diff --git a/public/_static/img/store-badges/app-store-badge-fi.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-fi.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-fi.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-fi.svg
diff --git a/public/_static/img/store-badges/app-store-badge-no.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-no.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-no.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-no.svg
diff --git a/public/_static/img/store-badges/app-store-badge-se.svg b/apps/scandic-web/public/_static/img/store-badges/app-store-badge-se.svg
similarity index 100%
rename from public/_static/img/store-badges/app-store-badge-se.svg
rename to apps/scandic-web/public/_static/img/store-badges/app-store-badge-se.svg
diff --git a/public/_static/img/store-badges/google-play-badge-de.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-de.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-de.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-de.svg
diff --git a/public/_static/img/store-badges/google-play-badge-dk.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-dk.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-dk.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-dk.svg
diff --git a/public/_static/img/store-badges/google-play-badge-en.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-en.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-en.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-en.svg
diff --git a/public/_static/img/store-badges/google-play-badge-fi.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-fi.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-fi.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-fi.svg
diff --git a/public/_static/img/store-badges/google-play-badge-no.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-no.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-no.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-no.svg
diff --git a/public/_static/img/store-badges/google-play-badge-se.svg b/apps/scandic-web/public/_static/img/store-badges/google-play-badge-se.svg
similarity index 100%
rename from public/_static/img/store-badges/google-play-badge-se.svg
rename to apps/scandic-web/public/_static/img/store-badges/google-play-badge-se.svg
diff --git a/public/_static/img/tripadvisor_logo_white_160x24.png b/apps/scandic-web/public/_static/img/tripadvisor_logo_white_160x24.png
similarity index 100%
rename from public/_static/img/tripadvisor_logo_white_160x24.png
rename to apps/scandic-web/public/_static/img/tripadvisor_logo_white_160x24.png
diff --git a/sentry.client.config.ts b/apps/scandic-web/sentry.client.config.ts
similarity index 100%
rename from sentry.client.config.ts
rename to apps/scandic-web/sentry.client.config.ts
diff --git a/sentry.edge.config.ts b/apps/scandic-web/sentry.edge.config.ts
similarity index 100%
rename from sentry.edge.config.ts
rename to apps/scandic-web/sentry.edge.config.ts
diff --git a/sentry.server.config.ts b/apps/scandic-web/sentry.server.config.ts
similarity index 100%
rename from sentry.server.config.ts
rename to apps/scandic-web/sentry.server.config.ts
diff --git a/sentry.shared.config.ts b/apps/scandic-web/sentry.shared.config.ts
similarity index 100%
rename from sentry.shared.config.ts
rename to apps/scandic-web/sentry.shared.config.ts
diff --git a/server/context.ts b/apps/scandic-web/server/context.ts
similarity index 100%
rename from server/context.ts
rename to apps/scandic-web/server/context.ts
diff --git a/server/errors/next.ts b/apps/scandic-web/server/errors/next.ts
similarity index 100%
rename from server/errors/next.ts
rename to apps/scandic-web/server/errors/next.ts
diff --git a/server/errors/trpc.ts b/apps/scandic-web/server/errors/trpc.ts
similarity index 100%
rename from server/errors/trpc.ts
rename to apps/scandic-web/server/errors/trpc.ts
diff --git a/server/index.ts b/apps/scandic-web/server/index.ts
similarity index 100%
rename from server/index.ts
rename to apps/scandic-web/server/index.ts
diff --git a/server/routers/booking/index.ts b/apps/scandic-web/server/routers/booking/index.ts
similarity index 100%
rename from server/routers/booking/index.ts
rename to apps/scandic-web/server/routers/booking/index.ts
diff --git a/server/routers/booking/input.ts b/apps/scandic-web/server/routers/booking/input.ts
similarity index 100%
rename from server/routers/booking/input.ts
rename to apps/scandic-web/server/routers/booking/input.ts
diff --git a/server/routers/booking/mutation.ts b/apps/scandic-web/server/routers/booking/mutation.ts
similarity index 100%
rename from server/routers/booking/mutation.ts
rename to apps/scandic-web/server/routers/booking/mutation.ts
diff --git a/server/routers/booking/output.ts b/apps/scandic-web/server/routers/booking/output.ts
similarity index 100%
rename from server/routers/booking/output.ts
rename to apps/scandic-web/server/routers/booking/output.ts
diff --git a/server/routers/booking/query.ts b/apps/scandic-web/server/routers/booking/query.ts
similarity index 100%
rename from server/routers/booking/query.ts
rename to apps/scandic-web/server/routers/booking/query.ts
diff --git a/server/routers/booking/utils.ts b/apps/scandic-web/server/routers/booking/utils.ts
similarity index 100%
rename from server/routers/booking/utils.ts
rename to apps/scandic-web/server/routers/booking/utils.ts
diff --git a/server/routers/contentstack/accountPage/index.ts b/apps/scandic-web/server/routers/contentstack/accountPage/index.ts
similarity index 100%
rename from server/routers/contentstack/accountPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/accountPage/index.ts
diff --git a/server/routers/contentstack/accountPage/output.ts b/apps/scandic-web/server/routers/contentstack/accountPage/output.ts
similarity index 100%
rename from server/routers/contentstack/accountPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/accountPage/output.ts
diff --git a/server/routers/contentstack/accountPage/query.ts b/apps/scandic-web/server/routers/contentstack/accountPage/query.ts
similarity index 100%
rename from server/routers/contentstack/accountPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/accountPage/query.ts
diff --git a/server/routers/contentstack/accountPage/utils.ts b/apps/scandic-web/server/routers/contentstack/accountPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/accountPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/accountPage/utils.ts
diff --git a/server/routers/contentstack/base/index.ts b/apps/scandic-web/server/routers/contentstack/base/index.ts
similarity index 100%
rename from server/routers/contentstack/base/index.ts
rename to apps/scandic-web/server/routers/contentstack/base/index.ts
diff --git a/server/routers/contentstack/base/output.ts b/apps/scandic-web/server/routers/contentstack/base/output.ts
similarity index 100%
rename from server/routers/contentstack/base/output.ts
rename to apps/scandic-web/server/routers/contentstack/base/output.ts
diff --git a/server/routers/contentstack/base/query.ts b/apps/scandic-web/server/routers/contentstack/base/query.ts
similarity index 100%
rename from server/routers/contentstack/base/query.ts
rename to apps/scandic-web/server/routers/contentstack/base/query.ts
diff --git a/server/routers/contentstack/base/telemetry.ts b/apps/scandic-web/server/routers/contentstack/base/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/base/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/base/telemetry.ts
diff --git a/server/routers/contentstack/base/utils.ts b/apps/scandic-web/server/routers/contentstack/base/utils.ts
similarity index 100%
rename from server/routers/contentstack/base/utils.ts
rename to apps/scandic-web/server/routers/contentstack/base/utils.ts
diff --git a/server/routers/contentstack/breadcrumbs/index.ts b/apps/scandic-web/server/routers/contentstack/breadcrumbs/index.ts
similarity index 100%
rename from server/routers/contentstack/breadcrumbs/index.ts
rename to apps/scandic-web/server/routers/contentstack/breadcrumbs/index.ts
diff --git a/server/routers/contentstack/breadcrumbs/output.ts b/apps/scandic-web/server/routers/contentstack/breadcrumbs/output.ts
similarity index 100%
rename from server/routers/contentstack/breadcrumbs/output.ts
rename to apps/scandic-web/server/routers/contentstack/breadcrumbs/output.ts
diff --git a/server/routers/contentstack/breadcrumbs/query.ts b/apps/scandic-web/server/routers/contentstack/breadcrumbs/query.ts
similarity index 100%
rename from server/routers/contentstack/breadcrumbs/query.ts
rename to apps/scandic-web/server/routers/contentstack/breadcrumbs/query.ts
diff --git a/server/routers/contentstack/breadcrumbs/utils.ts b/apps/scandic-web/server/routers/contentstack/breadcrumbs/utils.ts
similarity index 100%
rename from server/routers/contentstack/breadcrumbs/utils.ts
rename to apps/scandic-web/server/routers/contentstack/breadcrumbs/utils.ts
diff --git a/server/routers/contentstack/collectionPage/index.ts b/apps/scandic-web/server/routers/contentstack/collectionPage/index.ts
similarity index 100%
rename from server/routers/contentstack/collectionPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/collectionPage/index.ts
diff --git a/server/routers/contentstack/collectionPage/output.ts b/apps/scandic-web/server/routers/contentstack/collectionPage/output.ts
similarity index 100%
rename from server/routers/contentstack/collectionPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/collectionPage/output.ts
diff --git a/server/routers/contentstack/collectionPage/query.ts b/apps/scandic-web/server/routers/contentstack/collectionPage/query.ts
similarity index 100%
rename from server/routers/contentstack/collectionPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/collectionPage/query.ts
diff --git a/server/routers/contentstack/collectionPage/utils.ts b/apps/scandic-web/server/routers/contentstack/collectionPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/collectionPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/collectionPage/utils.ts
diff --git a/server/routers/contentstack/contentPage/index.ts b/apps/scandic-web/server/routers/contentstack/contentPage/index.ts
similarity index 100%
rename from server/routers/contentstack/contentPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/contentPage/index.ts
diff --git a/server/routers/contentstack/contentPage/output.ts b/apps/scandic-web/server/routers/contentstack/contentPage/output.ts
similarity index 100%
rename from server/routers/contentstack/contentPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/contentPage/output.ts
diff --git a/server/routers/contentstack/contentPage/query.ts b/apps/scandic-web/server/routers/contentstack/contentPage/query.ts
similarity index 100%
rename from server/routers/contentstack/contentPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/contentPage/query.ts
diff --git a/server/routers/contentstack/contentPage/utils.ts b/apps/scandic-web/server/routers/contentstack/contentPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/contentPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/contentPage/utils.ts
diff --git a/server/routers/contentstack/destinationCityPage/index.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/index.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/index.ts
diff --git a/server/routers/contentstack/destinationCityPage/input.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/input.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/input.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/input.ts
diff --git a/server/routers/contentstack/destinationCityPage/output.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/output.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/output.ts
diff --git a/server/routers/contentstack/destinationCityPage/query.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/query.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/query.ts
diff --git a/server/routers/contentstack/destinationCityPage/telemetry.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/telemetry.ts
diff --git a/server/routers/contentstack/destinationCityPage/utils.ts b/apps/scandic-web/server/routers/contentstack/destinationCityPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/destinationCityPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCityPage/utils.ts
diff --git a/server/routers/contentstack/destinationCountryPage/index.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/index.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/index.ts
diff --git a/server/routers/contentstack/destinationCountryPage/input.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/input.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/input.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/input.ts
diff --git a/server/routers/contentstack/destinationCountryPage/output.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/output.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/output.ts
diff --git a/server/routers/contentstack/destinationCountryPage/query.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/query.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/query.ts
diff --git a/server/routers/contentstack/destinationCountryPage/telemetry.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/telemetry.ts
diff --git a/server/routers/contentstack/destinationCountryPage/utils.ts b/apps/scandic-web/server/routers/contentstack/destinationCountryPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/destinationCountryPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/destinationCountryPage/utils.ts
diff --git a/server/routers/contentstack/destinationOverviewPage/index.ts b/apps/scandic-web/server/routers/contentstack/destinationOverviewPage/index.ts
similarity index 100%
rename from server/routers/contentstack/destinationOverviewPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/destinationOverviewPage/index.ts
diff --git a/server/routers/contentstack/destinationOverviewPage/output.ts b/apps/scandic-web/server/routers/contentstack/destinationOverviewPage/output.ts
similarity index 100%
rename from server/routers/contentstack/destinationOverviewPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/destinationOverviewPage/output.ts
diff --git a/server/routers/contentstack/destinationOverviewPage/query.ts b/apps/scandic-web/server/routers/contentstack/destinationOverviewPage/query.ts
similarity index 100%
rename from server/routers/contentstack/destinationOverviewPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/destinationOverviewPage/query.ts
diff --git a/server/routers/contentstack/destinationOverviewPage/telemetry.ts b/apps/scandic-web/server/routers/contentstack/destinationOverviewPage/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/destinationOverviewPage/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/destinationOverviewPage/telemetry.ts
diff --git a/server/routers/contentstack/hotelPage/index.ts b/apps/scandic-web/server/routers/contentstack/hotelPage/index.ts
similarity index 100%
rename from server/routers/contentstack/hotelPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/hotelPage/index.ts
diff --git a/server/routers/contentstack/hotelPage/output.ts b/apps/scandic-web/server/routers/contentstack/hotelPage/output.ts
similarity index 100%
rename from server/routers/contentstack/hotelPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/hotelPage/output.ts
diff --git a/server/routers/contentstack/hotelPage/query.ts b/apps/scandic-web/server/routers/contentstack/hotelPage/query.ts
similarity index 100%
rename from server/routers/contentstack/hotelPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/hotelPage/query.ts
diff --git a/server/routers/contentstack/hotelPage/telemetry.ts b/apps/scandic-web/server/routers/contentstack/hotelPage/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/hotelPage/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/hotelPage/telemetry.ts
diff --git a/server/routers/contentstack/hotelPage/utils.ts b/apps/scandic-web/server/routers/contentstack/hotelPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/hotelPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/hotelPage/utils.ts
diff --git a/server/routers/contentstack/index.ts b/apps/scandic-web/server/routers/contentstack/index.ts
similarity index 100%
rename from server/routers/contentstack/index.ts
rename to apps/scandic-web/server/routers/contentstack/index.ts
diff --git a/server/routers/contentstack/languageSwitcher/index.ts b/apps/scandic-web/server/routers/contentstack/languageSwitcher/index.ts
similarity index 100%
rename from server/routers/contentstack/languageSwitcher/index.ts
rename to apps/scandic-web/server/routers/contentstack/languageSwitcher/index.ts
diff --git a/server/routers/contentstack/languageSwitcher/input.ts b/apps/scandic-web/server/routers/contentstack/languageSwitcher/input.ts
similarity index 100%
rename from server/routers/contentstack/languageSwitcher/input.ts
rename to apps/scandic-web/server/routers/contentstack/languageSwitcher/input.ts
diff --git a/server/routers/contentstack/languageSwitcher/output.ts b/apps/scandic-web/server/routers/contentstack/languageSwitcher/output.ts
similarity index 100%
rename from server/routers/contentstack/languageSwitcher/output.ts
rename to apps/scandic-web/server/routers/contentstack/languageSwitcher/output.ts
diff --git a/server/routers/contentstack/languageSwitcher/query.ts b/apps/scandic-web/server/routers/contentstack/languageSwitcher/query.ts
similarity index 100%
rename from server/routers/contentstack/languageSwitcher/query.ts
rename to apps/scandic-web/server/routers/contentstack/languageSwitcher/query.ts
diff --git a/server/routers/contentstack/languageSwitcher/utils.ts b/apps/scandic-web/server/routers/contentstack/languageSwitcher/utils.ts
similarity index 100%
rename from server/routers/contentstack/languageSwitcher/utils.ts
rename to apps/scandic-web/server/routers/contentstack/languageSwitcher/utils.ts
diff --git a/server/routers/contentstack/loyaltyLevel/index.ts b/apps/scandic-web/server/routers/contentstack/loyaltyLevel/index.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyLevel/index.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyLevel/index.ts
diff --git a/server/routers/contentstack/loyaltyLevel/input.ts b/apps/scandic-web/server/routers/contentstack/loyaltyLevel/input.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyLevel/input.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyLevel/input.ts
diff --git a/server/routers/contentstack/loyaltyLevel/output.ts b/apps/scandic-web/server/routers/contentstack/loyaltyLevel/output.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyLevel/output.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyLevel/output.ts
diff --git a/server/routers/contentstack/loyaltyLevel/query.ts b/apps/scandic-web/server/routers/contentstack/loyaltyLevel/query.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyLevel/query.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyLevel/query.ts
diff --git a/server/routers/contentstack/loyaltyPage/index.ts b/apps/scandic-web/server/routers/contentstack/loyaltyPage/index.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyPage/index.ts
diff --git a/server/routers/contentstack/loyaltyPage/output.ts b/apps/scandic-web/server/routers/contentstack/loyaltyPage/output.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyPage/output.ts
diff --git a/server/routers/contentstack/loyaltyPage/query.ts b/apps/scandic-web/server/routers/contentstack/loyaltyPage/query.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyPage/query.ts
diff --git a/server/routers/contentstack/loyaltyPage/utils.ts b/apps/scandic-web/server/routers/contentstack/loyaltyPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/loyaltyPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/loyaltyPage/utils.ts
diff --git a/server/routers/contentstack/metadata/index.ts b/apps/scandic-web/server/routers/contentstack/metadata/index.ts
similarity index 100%
rename from server/routers/contentstack/metadata/index.ts
rename to apps/scandic-web/server/routers/contentstack/metadata/index.ts
diff --git a/server/routers/contentstack/metadata/input.ts b/apps/scandic-web/server/routers/contentstack/metadata/input.ts
similarity index 100%
rename from server/routers/contentstack/metadata/input.ts
rename to apps/scandic-web/server/routers/contentstack/metadata/input.ts
diff --git a/server/routers/contentstack/metadata/output.ts b/apps/scandic-web/server/routers/contentstack/metadata/output.ts
similarity index 100%
rename from server/routers/contentstack/metadata/output.ts
rename to apps/scandic-web/server/routers/contentstack/metadata/output.ts
diff --git a/server/routers/contentstack/metadata/query.ts b/apps/scandic-web/server/routers/contentstack/metadata/query.ts
similarity index 100%
rename from server/routers/contentstack/metadata/query.ts
rename to apps/scandic-web/server/routers/contentstack/metadata/query.ts
diff --git a/server/routers/contentstack/metadata/utils.ts b/apps/scandic-web/server/routers/contentstack/metadata/utils.ts
similarity index 100%
rename from server/routers/contentstack/metadata/utils.ts
rename to apps/scandic-web/server/routers/contentstack/metadata/utils.ts
diff --git a/server/routers/contentstack/pageSettings/index.ts b/apps/scandic-web/server/routers/contentstack/pageSettings/index.ts
similarity index 100%
rename from server/routers/contentstack/pageSettings/index.ts
rename to apps/scandic-web/server/routers/contentstack/pageSettings/index.ts
diff --git a/server/routers/contentstack/pageSettings/output.ts b/apps/scandic-web/server/routers/contentstack/pageSettings/output.ts
similarity index 100%
rename from server/routers/contentstack/pageSettings/output.ts
rename to apps/scandic-web/server/routers/contentstack/pageSettings/output.ts
diff --git a/server/routers/contentstack/pageSettings/query.ts b/apps/scandic-web/server/routers/contentstack/pageSettings/query.ts
similarity index 100%
rename from server/routers/contentstack/pageSettings/query.ts
rename to apps/scandic-web/server/routers/contentstack/pageSettings/query.ts
diff --git a/server/routers/contentstack/pageSettings/utils.ts b/apps/scandic-web/server/routers/contentstack/pageSettings/utils.ts
similarity index 100%
rename from server/routers/contentstack/pageSettings/utils.ts
rename to apps/scandic-web/server/routers/contentstack/pageSettings/utils.ts
diff --git a/server/routers/contentstack/partner/index.ts b/apps/scandic-web/server/routers/contentstack/partner/index.ts
similarity index 100%
rename from server/routers/contentstack/partner/index.ts
rename to apps/scandic-web/server/routers/contentstack/partner/index.ts
diff --git a/server/routers/contentstack/partner/output.ts b/apps/scandic-web/server/routers/contentstack/partner/output.ts
similarity index 100%
rename from server/routers/contentstack/partner/output.ts
rename to apps/scandic-web/server/routers/contentstack/partner/output.ts
diff --git a/server/routers/contentstack/partner/query.ts b/apps/scandic-web/server/routers/contentstack/partner/query.ts
similarity index 100%
rename from server/routers/contentstack/partner/query.ts
rename to apps/scandic-web/server/routers/contentstack/partner/query.ts
diff --git a/server/routers/contentstack/reward/index.ts b/apps/scandic-web/server/routers/contentstack/reward/index.ts
similarity index 100%
rename from server/routers/contentstack/reward/index.ts
rename to apps/scandic-web/server/routers/contentstack/reward/index.ts
diff --git a/server/routers/contentstack/reward/input.ts b/apps/scandic-web/server/routers/contentstack/reward/input.ts
similarity index 100%
rename from server/routers/contentstack/reward/input.ts
rename to apps/scandic-web/server/routers/contentstack/reward/input.ts
diff --git a/server/routers/contentstack/reward/output.ts b/apps/scandic-web/server/routers/contentstack/reward/output.ts
similarity index 100%
rename from server/routers/contentstack/reward/output.ts
rename to apps/scandic-web/server/routers/contentstack/reward/output.ts
diff --git a/server/routers/contentstack/reward/query.ts b/apps/scandic-web/server/routers/contentstack/reward/query.ts
similarity index 100%
rename from server/routers/contentstack/reward/query.ts
rename to apps/scandic-web/server/routers/contentstack/reward/query.ts
diff --git a/server/routers/contentstack/reward/utils.ts b/apps/scandic-web/server/routers/contentstack/reward/utils.ts
similarity index 100%
rename from server/routers/contentstack/reward/utils.ts
rename to apps/scandic-web/server/routers/contentstack/reward/utils.ts
diff --git a/server/routers/contentstack/schemas/blocks/accordion.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/accordion.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/accordion.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/accordion.ts
diff --git a/server/routers/contentstack/schemas/blocks/activitiesCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/activitiesCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/activitiesCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/activitiesCard.ts
diff --git a/server/routers/contentstack/schemas/blocks/cardGallery.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cardGallery.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cardGallery.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cardGallery.ts
diff --git a/server/routers/contentstack/schemas/blocks/cards/contentCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/contentCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cards/contentCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/contentCard.ts
diff --git a/server/routers/contentstack/schemas/blocks/cards/infoCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/infoCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cards/infoCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/infoCard.ts
diff --git a/server/routers/contentstack/schemas/blocks/cards/loyaltyCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/loyaltyCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cards/loyaltyCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/loyaltyCard.ts
diff --git a/server/routers/contentstack/schemas/blocks/cards/teaserCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/teaserCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cards/teaserCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cards/teaserCard.ts
diff --git a/server/routers/contentstack/schemas/blocks/cardsGrid.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/cardsGrid.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/cardsGrid.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/cardsGrid.ts
diff --git a/server/routers/contentstack/schemas/blocks/carouselCards.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/carouselCards.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/carouselCards.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/carouselCards.ts
diff --git a/server/routers/contentstack/schemas/blocks/content.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/content.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/content.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/content.ts
diff --git a/server/routers/contentstack/schemas/blocks/contentEmbeds.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/contentEmbeds.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/contentEmbeds.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/contentEmbeds.ts
diff --git a/server/routers/contentstack/schemas/blocks/dynamicContent.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/dynamicContent.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/dynamicContent.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/dynamicContent.ts
diff --git a/server/routers/contentstack/schemas/blocks/fullWidthCampaign.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/fullWidthCampaign.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/fullWidthCampaign.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/fullWidthCampaign.ts
diff --git a/server/routers/contentstack/schemas/blocks/hotelFaq.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/hotelFaq.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/hotelFaq.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/hotelFaq.ts
diff --git a/server/routers/contentstack/schemas/blocks/hotelListing.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/hotelListing.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/hotelListing.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/hotelListing.ts
diff --git a/server/routers/contentstack/schemas/blocks/image.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/image.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/image.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/image.ts
diff --git a/server/routers/contentstack/schemas/blocks/imageContainer.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/imageContainer.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/imageContainer.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/imageContainer.ts
diff --git a/server/routers/contentstack/schemas/blocks/joinScandicFriends.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/joinScandicFriends.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/joinScandicFriends.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/joinScandicFriends.ts
diff --git a/server/routers/contentstack/schemas/blocks/shortcuts.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/shortcuts.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/shortcuts.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/shortcuts.ts
diff --git a/server/routers/contentstack/schemas/blocks/spaPage.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/spaPage.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/spaPage.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/spaPage.ts
diff --git a/server/routers/contentstack/schemas/blocks/table.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/table.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/table.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/table.ts
diff --git a/server/routers/contentstack/schemas/blocks/textCols.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/textCols.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/textCols.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/textCols.ts
diff --git a/server/routers/contentstack/schemas/blocks/textContent.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/textContent.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/textContent.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/textContent.ts
diff --git a/server/routers/contentstack/schemas/blocks/uspGrid.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/uspGrid.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/uspGrid.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/uspGrid.ts
diff --git a/server/routers/contentstack/schemas/blocks/utils/buttonLinkSchema.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/utils/buttonLinkSchema.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/utils/buttonLinkSchema.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/utils/buttonLinkSchema.ts
diff --git a/server/routers/contentstack/schemas/blocks/utils/linkConnection.ts b/apps/scandic-web/server/routers/contentstack/schemas/blocks/utils/linkConnection.ts
similarity index 100%
rename from server/routers/contentstack/schemas/blocks/utils/linkConnection.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/blocks/utils/linkConnection.ts
diff --git a/server/routers/contentstack/schemas/imageVault.ts b/apps/scandic-web/server/routers/contentstack/schemas/imageVault.ts
similarity index 100%
rename from server/routers/contentstack/schemas/imageVault.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/imageVault.ts
diff --git a/server/routers/contentstack/schemas/linkConnection.ts b/apps/scandic-web/server/routers/contentstack/schemas/linkConnection.ts
similarity index 100%
rename from server/routers/contentstack/schemas/linkConnection.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/linkConnection.ts
diff --git a/server/routers/contentstack/schemas/pageLinks.ts b/apps/scandic-web/server/routers/contentstack/schemas/pageLinks.ts
similarity index 100%
rename from server/routers/contentstack/schemas/pageLinks.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/pageLinks.ts
diff --git a/server/routers/contentstack/schemas/sidebar/content.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/content.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/content.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/content.ts
diff --git a/server/routers/contentstack/schemas/sidebar/dynamicContent.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/dynamicContent.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/dynamicContent.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/dynamicContent.ts
diff --git a/server/routers/contentstack/schemas/sidebar/joinLoyaltyContact.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/joinLoyaltyContact.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/joinLoyaltyContact.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/joinLoyaltyContact.ts
diff --git a/server/routers/contentstack/schemas/sidebar/quickLinks.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/quickLinks.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/quickLinks.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/quickLinks.ts
diff --git a/server/routers/contentstack/schemas/sidebar/scriptedCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/scriptedCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/scriptedCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/scriptedCard.ts
diff --git a/server/routers/contentstack/schemas/sidebar/teaserCard.ts b/apps/scandic-web/server/routers/contentstack/schemas/sidebar/teaserCard.ts
similarity index 100%
rename from server/routers/contentstack/schemas/sidebar/teaserCard.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/sidebar/teaserCard.ts
diff --git a/server/routers/contentstack/schemas/system.ts b/apps/scandic-web/server/routers/contentstack/schemas/system.ts
similarity index 100%
rename from server/routers/contentstack/schemas/system.ts
rename to apps/scandic-web/server/routers/contentstack/schemas/system.ts
diff --git a/server/routers/contentstack/startPage/index.ts b/apps/scandic-web/server/routers/contentstack/startPage/index.ts
similarity index 100%
rename from server/routers/contentstack/startPage/index.ts
rename to apps/scandic-web/server/routers/contentstack/startPage/index.ts
diff --git a/server/routers/contentstack/startPage/output.ts b/apps/scandic-web/server/routers/contentstack/startPage/output.ts
similarity index 100%
rename from server/routers/contentstack/startPage/output.ts
rename to apps/scandic-web/server/routers/contentstack/startPage/output.ts
diff --git a/server/routers/contentstack/startPage/query.ts b/apps/scandic-web/server/routers/contentstack/startPage/query.ts
similarity index 100%
rename from server/routers/contentstack/startPage/query.ts
rename to apps/scandic-web/server/routers/contentstack/startPage/query.ts
diff --git a/server/routers/contentstack/startPage/telemetry.ts b/apps/scandic-web/server/routers/contentstack/startPage/telemetry.ts
similarity index 100%
rename from server/routers/contentstack/startPage/telemetry.ts
rename to apps/scandic-web/server/routers/contentstack/startPage/telemetry.ts
diff --git a/server/routers/contentstack/startPage/utils.ts b/apps/scandic-web/server/routers/contentstack/startPage/utils.ts
similarity index 100%
rename from server/routers/contentstack/startPage/utils.ts
rename to apps/scandic-web/server/routers/contentstack/startPage/utils.ts
diff --git a/server/routers/hotels/index.ts b/apps/scandic-web/server/routers/hotels/index.ts
similarity index 100%
rename from server/routers/hotels/index.ts
rename to apps/scandic-web/server/routers/hotels/index.ts
diff --git a/server/routers/hotels/input.ts b/apps/scandic-web/server/routers/hotels/input.ts
similarity index 100%
rename from server/routers/hotels/input.ts
rename to apps/scandic-web/server/routers/hotels/input.ts
diff --git a/server/routers/hotels/metrics.ts b/apps/scandic-web/server/routers/hotels/metrics.ts
similarity index 100%
rename from server/routers/hotels/metrics.ts
rename to apps/scandic-web/server/routers/hotels/metrics.ts
diff --git a/server/routers/hotels/output.ts b/apps/scandic-web/server/routers/hotels/output.ts
similarity index 100%
rename from server/routers/hotels/output.ts
rename to apps/scandic-web/server/routers/hotels/output.ts
diff --git a/server/routers/hotels/query.ts b/apps/scandic-web/server/routers/hotels/query.ts
similarity index 100%
rename from server/routers/hotels/query.ts
rename to apps/scandic-web/server/routers/hotels/query.ts
diff --git a/server/routers/hotels/schemas/availability/occupancy.ts b/apps/scandic-web/server/routers/hotels/schemas/availability/occupancy.ts
similarity index 100%
rename from server/routers/hotels/schemas/availability/occupancy.ts
rename to apps/scandic-web/server/routers/hotels/schemas/availability/occupancy.ts
diff --git a/server/routers/hotels/schemas/availability/productType.ts b/apps/scandic-web/server/routers/hotels/schemas/availability/productType.ts
similarity index 100%
rename from server/routers/hotels/schemas/availability/productType.ts
rename to apps/scandic-web/server/routers/hotels/schemas/availability/productType.ts
diff --git a/server/routers/hotels/schemas/city.ts b/apps/scandic-web/server/routers/hotels/schemas/city.ts
similarity index 100%
rename from server/routers/hotels/schemas/city.ts
rename to apps/scandic-web/server/routers/hotels/schemas/city.ts
diff --git a/server/routers/hotels/schemas/hotel.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel.ts
diff --git a/server/routers/hotels/schemas/hotel/address.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/address.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/address.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/address.ts
diff --git a/server/routers/hotels/schemas/hotel/contactInformation.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/contactInformation.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/contactInformation.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/contactInformation.ts
diff --git a/server/routers/hotels/schemas/hotel/content.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/content.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/content.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/content.ts
diff --git a/server/routers/hotels/schemas/hotel/detailedFacility.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/detailedFacility.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/detailedFacility.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/detailedFacility.ts
diff --git a/server/routers/hotels/schemas/hotel/facts.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/facts.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/facts.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/facts.ts
diff --git a/server/routers/hotels/schemas/hotel/healthFacilities.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/healthFacilities.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/healthFacilities.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/healthFacilities.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData/displayWebPage.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/displayWebPage.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData/displayWebPage.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/displayWebPage.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData/facility.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/facility.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData/facility.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/facility.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData/gallery.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/gallery.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData/gallery.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/gallery.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData/restaurantsOverviewPage.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/restaurantsOverviewPage.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData/restaurantsOverviewPage.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/restaurantsOverviewPage.ts
diff --git a/server/routers/hotels/schemas/hotel/include/additionalData/specialNeedGroups.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/specialNeedGroups.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/additionalData/specialNeedGroups.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/additionalData/specialNeedGroups.ts
diff --git a/server/routers/hotels/schemas/hotel/include/include.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/include.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/include.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/include.ts
diff --git a/server/routers/hotels/schemas/hotel/include/nearbyHotels.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/nearbyHotels.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/nearbyHotels.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/nearbyHotels.ts
diff --git a/server/routers/hotels/schemas/hotel/include/restaurants.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/restaurants.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/restaurants.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/restaurants.ts
diff --git a/server/routers/hotels/schemas/hotel/include/roomCategories.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/include/roomCategories.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/include/roomCategories.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/include/roomCategories.ts
diff --git a/server/routers/hotels/schemas/hotel/location.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/location.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/location.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/location.ts
diff --git a/server/routers/hotels/schemas/hotel/merchantInformation.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/merchantInformation.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/merchantInformation.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/merchantInformation.ts
diff --git a/server/routers/hotels/schemas/hotel/parking.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/parking.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/parking.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/parking.ts
diff --git a/server/routers/hotels/schemas/hotel/poi.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/poi.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/poi.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/poi.ts
diff --git a/server/routers/hotels/schemas/hotel/rating.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/rating.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/rating.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/rating.ts
diff --git a/server/routers/hotels/schemas/hotel/rewardNight.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/rewardNight.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/rewardNight.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/rewardNight.ts
diff --git a/server/routers/hotels/schemas/hotel/socialMedia.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/socialMedia.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/socialMedia.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/socialMedia.ts
diff --git a/server/routers/hotels/schemas/hotel/specialAlerts.ts b/apps/scandic-web/server/routers/hotels/schemas/hotel/specialAlerts.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotel/specialAlerts.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotel/specialAlerts.ts
diff --git a/server/routers/hotels/schemas/hotelFilter.ts b/apps/scandic-web/server/routers/hotels/schemas/hotelFilter.ts
similarity index 100%
rename from server/routers/hotels/schemas/hotelFilter.ts
rename to apps/scandic-web/server/routers/hotels/schemas/hotelFilter.ts
diff --git a/server/routers/hotels/schemas/image.ts b/apps/scandic-web/server/routers/hotels/schemas/image.ts
similarity index 100%
rename from server/routers/hotels/schemas/image.ts
rename to apps/scandic-web/server/routers/hotels/schemas/image.ts
diff --git a/server/routers/hotels/schemas/location/city.ts b/apps/scandic-web/server/routers/hotels/schemas/location/city.ts
similarity index 100%
rename from server/routers/hotels/schemas/location/city.ts
rename to apps/scandic-web/server/routers/hotels/schemas/location/city.ts
diff --git a/server/routers/hotels/schemas/location/hotel.ts b/apps/scandic-web/server/routers/hotels/schemas/location/hotel.ts
similarity index 100%
rename from server/routers/hotels/schemas/location/hotel.ts
rename to apps/scandic-web/server/routers/hotels/schemas/location/hotel.ts
diff --git a/server/routers/hotels/schemas/meetingRoom.ts b/apps/scandic-web/server/routers/hotels/schemas/meetingRoom.ts
similarity index 100%
rename from server/routers/hotels/schemas/meetingRoom.ts
rename to apps/scandic-web/server/routers/hotels/schemas/meetingRoom.ts
diff --git a/server/routers/hotels/schemas/packages.ts b/apps/scandic-web/server/routers/hotels/schemas/packages.ts
similarity index 100%
rename from server/routers/hotels/schemas/packages.ts
rename to apps/scandic-web/server/routers/hotels/schemas/packages.ts
diff --git a/server/routers/hotels/schemas/productTypePrice.ts b/apps/scandic-web/server/routers/hotels/schemas/productTypePrice.ts
similarity index 100%
rename from server/routers/hotels/schemas/productTypePrice.ts
rename to apps/scandic-web/server/routers/hotels/schemas/productTypePrice.ts
diff --git a/server/routers/hotels/schemas/rate.ts b/apps/scandic-web/server/routers/hotels/schemas/rate.ts
similarity index 100%
rename from server/routers/hotels/schemas/rate.ts
rename to apps/scandic-web/server/routers/hotels/schemas/rate.ts
diff --git a/server/routers/hotels/schemas/relationships.ts b/apps/scandic-web/server/routers/hotels/schemas/relationships.ts
similarity index 100%
rename from server/routers/hotels/schemas/relationships.ts
rename to apps/scandic-web/server/routers/hotels/schemas/relationships.ts
diff --git a/server/routers/hotels/schemas/restaurants.ts b/apps/scandic-web/server/routers/hotels/schemas/restaurants.ts
similarity index 100%
rename from server/routers/hotels/schemas/restaurants.ts
rename to apps/scandic-web/server/routers/hotels/schemas/restaurants.ts
diff --git a/server/routers/hotels/schemas/room.ts b/apps/scandic-web/server/routers/hotels/schemas/room.ts
similarity index 100%
rename from server/routers/hotels/schemas/room.ts
rename to apps/scandic-web/server/routers/hotels/schemas/room.ts
diff --git a/server/routers/hotels/schemas/roomAvailability/configuration.ts b/apps/scandic-web/server/routers/hotels/schemas/roomAvailability/configuration.ts
similarity index 100%
rename from server/routers/hotels/schemas/roomAvailability/configuration.ts
rename to apps/scandic-web/server/routers/hotels/schemas/roomAvailability/configuration.ts
diff --git a/server/routers/hotels/schemas/roomAvailability/product.ts b/apps/scandic-web/server/routers/hotels/schemas/roomAvailability/product.ts
similarity index 100%
rename from server/routers/hotels/schemas/roomAvailability/product.ts
rename to apps/scandic-web/server/routers/hotels/schemas/roomAvailability/product.ts
diff --git a/server/routers/hotels/schemas/roomAvailability/rateDefinition.ts b/apps/scandic-web/server/routers/hotels/schemas/roomAvailability/rateDefinition.ts
similarity index 100%
rename from server/routers/hotels/schemas/roomAvailability/rateDefinition.ts
rename to apps/scandic-web/server/routers/hotels/schemas/roomAvailability/rateDefinition.ts
diff --git a/server/routers/hotels/schemas/specialAlerts.ts b/apps/scandic-web/server/routers/hotels/schemas/specialAlerts.ts
similarity index 100%
rename from server/routers/hotels/schemas/specialAlerts.ts
rename to apps/scandic-web/server/routers/hotels/schemas/specialAlerts.ts
diff --git a/server/routers/hotels/telemetry.ts b/apps/scandic-web/server/routers/hotels/telemetry.ts
similarity index 100%
rename from server/routers/hotels/telemetry.ts
rename to apps/scandic-web/server/routers/hotels/telemetry.ts
diff --git a/server/routers/hotels/tempHotelData.json b/apps/scandic-web/server/routers/hotels/tempHotelData.json
similarity index 100%
rename from server/routers/hotels/tempHotelData.json
rename to apps/scandic-web/server/routers/hotels/tempHotelData.json
diff --git a/server/routers/hotels/tempRatesData.json b/apps/scandic-web/server/routers/hotels/tempRatesData.json
similarity index 100%
rename from server/routers/hotels/tempRatesData.json
rename to apps/scandic-web/server/routers/hotels/tempRatesData.json
diff --git a/server/routers/hotels/utils.ts b/apps/scandic-web/server/routers/hotels/utils.ts
similarity index 100%
rename from server/routers/hotels/utils.ts
rename to apps/scandic-web/server/routers/hotels/utils.ts
diff --git a/server/routers/navigation/index.ts b/apps/scandic-web/server/routers/navigation/index.ts
similarity index 100%
rename from server/routers/navigation/index.ts
rename to apps/scandic-web/server/routers/navigation/index.ts
diff --git a/server/routers/navigation/mypages/MyPagesLink.ts b/apps/scandic-web/server/routers/navigation/mypages/MyPagesLink.ts
similarity index 100%
rename from server/routers/navigation/mypages/MyPagesLink.ts
rename to apps/scandic-web/server/routers/navigation/mypages/MyPagesLink.ts
diff --git a/server/routers/navigation/mypages/getPrimaryLinks.ts b/apps/scandic-web/server/routers/navigation/mypages/getPrimaryLinks.ts
similarity index 100%
rename from server/routers/navigation/mypages/getPrimaryLinks.ts
rename to apps/scandic-web/server/routers/navigation/mypages/getPrimaryLinks.ts
diff --git a/server/routers/navigation/mypages/getSecondaryLinks.ts b/apps/scandic-web/server/routers/navigation/mypages/getSecondaryLinks.ts
similarity index 100%
rename from server/routers/navigation/mypages/getSecondaryLinks.ts
rename to apps/scandic-web/server/routers/navigation/mypages/getSecondaryLinks.ts
diff --git a/server/routers/navigation/mypages/index.ts b/apps/scandic-web/server/routers/navigation/mypages/index.ts
similarity index 100%
rename from server/routers/navigation/mypages/index.ts
rename to apps/scandic-web/server/routers/navigation/mypages/index.ts
diff --git a/server/routers/partners/index.ts b/apps/scandic-web/server/routers/partners/index.ts
similarity index 100%
rename from server/routers/partners/index.ts
rename to apps/scandic-web/server/routers/partners/index.ts
diff --git a/server/routers/partners/sas/getSasToken.ts b/apps/scandic-web/server/routers/partners/sas/getSasToken.ts
similarity index 100%
rename from server/routers/partners/sas/getSasToken.ts
rename to apps/scandic-web/server/routers/partners/sas/getSasToken.ts
diff --git a/server/routers/partners/sas/index.ts b/apps/scandic-web/server/routers/partners/sas/index.ts
similarity index 100%
rename from server/routers/partners/sas/index.ts
rename to apps/scandic-web/server/routers/partners/sas/index.ts
diff --git a/server/routers/partners/sas/linkAccount.ts b/apps/scandic-web/server/routers/partners/sas/linkAccount.ts
similarity index 100%
rename from server/routers/partners/sas/linkAccount.ts
rename to apps/scandic-web/server/routers/partners/sas/linkAccount.ts
diff --git a/server/routers/partners/sas/otp/constants.ts b/apps/scandic-web/server/routers/partners/sas/otp/constants.ts
similarity index 100%
rename from server/routers/partners/sas/otp/constants.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/constants.ts
diff --git a/server/routers/partners/sas/otp/getOTPState.ts b/apps/scandic-web/server/routers/partners/sas/otp/getOTPState.ts
similarity index 100%
rename from server/routers/partners/sas/otp/getOTPState.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/getOTPState.ts
diff --git a/server/routers/partners/sas/otp/request/requestOtp.ts b/apps/scandic-web/server/routers/partners/sas/otp/request/requestOtp.ts
similarity index 100%
rename from server/routers/partners/sas/otp/request/requestOtp.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/request/requestOtp.ts
diff --git a/server/routers/partners/sas/otp/request/requestOtpError.test.ts b/apps/scandic-web/server/routers/partners/sas/otp/request/requestOtpError.test.ts
similarity index 100%
rename from server/routers/partners/sas/otp/request/requestOtpError.test.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/request/requestOtpError.test.ts
diff --git a/server/routers/partners/sas/otp/request/requestOtpError.ts b/apps/scandic-web/server/routers/partners/sas/otp/request/requestOtpError.ts
similarity index 100%
rename from server/routers/partners/sas/otp/request/requestOtpError.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/request/requestOtpError.ts
diff --git a/server/routers/partners/sas/otp/verify/verifyOtp.ts b/apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtp.ts
similarity index 100%
rename from server/routers/partners/sas/otp/verify/verifyOtp.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtp.ts
diff --git a/server/routers/partners/sas/otp/verify/verifyOtpError.test.ts b/apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtpError.test.ts
similarity index 100%
rename from server/routers/partners/sas/otp/verify/verifyOtpError.test.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtpError.test.ts
diff --git a/server/routers/partners/sas/otp/verify/verifyOtpError.ts b/apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtpError.ts
similarity index 100%
rename from server/routers/partners/sas/otp/verify/verifyOtpError.ts
rename to apps/scandic-web/server/routers/partners/sas/otp/verify/verifyOtpError.ts
diff --git a/server/routers/partners/sas/performLevelUpgrade.ts b/apps/scandic-web/server/routers/partners/sas/performLevelUpgrade.ts
similarity index 100%
rename from server/routers/partners/sas/performLevelUpgrade.ts
rename to apps/scandic-web/server/routers/partners/sas/performLevelUpgrade.ts
diff --git a/server/routers/partners/sas/unlinkAccount.ts b/apps/scandic-web/server/routers/partners/sas/unlinkAccount.ts
similarity index 100%
rename from server/routers/partners/sas/unlinkAccount.ts
rename to apps/scandic-web/server/routers/partners/sas/unlinkAccount.ts
diff --git a/server/routers/user/index.ts b/apps/scandic-web/server/routers/user/index.ts
similarity index 100%
rename from server/routers/user/index.ts
rename to apps/scandic-web/server/routers/user/index.ts
diff --git a/server/routers/user/input.ts b/apps/scandic-web/server/routers/user/input.ts
similarity index 100%
rename from server/routers/user/input.ts
rename to apps/scandic-web/server/routers/user/input.ts
diff --git a/server/routers/user/mutation.ts b/apps/scandic-web/server/routers/user/mutation.ts
similarity index 100%
rename from server/routers/user/mutation.ts
rename to apps/scandic-web/server/routers/user/mutation.ts
diff --git a/server/routers/user/output.ts b/apps/scandic-web/server/routers/user/output.ts
similarity index 100%
rename from server/routers/user/output.ts
rename to apps/scandic-web/server/routers/user/output.ts
diff --git a/server/routers/user/query.ts b/apps/scandic-web/server/routers/user/query.ts
similarity index 100%
rename from server/routers/user/query.ts
rename to apps/scandic-web/server/routers/user/query.ts
diff --git a/server/routers/user/tempFriendTransactions.json b/apps/scandic-web/server/routers/user/tempFriendTransactions.json
similarity index 100%
rename from server/routers/user/tempFriendTransactions.json
rename to apps/scandic-web/server/routers/user/tempFriendTransactions.json
diff --git a/server/routers/user/utils.ts b/apps/scandic-web/server/routers/user/utils.ts
similarity index 100%
rename from server/routers/user/utils.ts
rename to apps/scandic-web/server/routers/user/utils.ts
diff --git a/server/routers/utils/encryptValue.ts b/apps/scandic-web/server/routers/utils/encryptValue.ts
similarity index 100%
rename from server/routers/utils/encryptValue.ts
rename to apps/scandic-web/server/routers/utils/encryptValue.ts
diff --git a/server/routers/utils/index.ts b/apps/scandic-web/server/routers/utils/index.ts
similarity index 100%
rename from server/routers/utils/index.ts
rename to apps/scandic-web/server/routers/utils/index.ts
diff --git a/server/tokenManager.ts b/apps/scandic-web/server/tokenManager.ts
similarity index 100%
rename from server/tokenManager.ts
rename to apps/scandic-web/server/tokenManager.ts
diff --git a/server/transformer.ts b/apps/scandic-web/server/transformer.ts
similarity index 100%
rename from server/transformer.ts
rename to apps/scandic-web/server/transformer.ts
diff --git a/server/trpc.ts b/apps/scandic-web/server/trpc.ts
similarity index 100%
rename from server/trpc.ts
rename to apps/scandic-web/server/trpc.ts
diff --git a/server/utils.ts b/apps/scandic-web/server/utils.ts
similarity index 100%
rename from server/utils.ts
rename to apps/scandic-web/server/utils.ts
diff --git a/services/cms/fetchAndCacheEntry.ts b/apps/scandic-web/services/cms/fetchAndCacheEntry.ts
similarity index 100%
rename from services/cms/fetchAndCacheEntry.ts
rename to apps/scandic-web/services/cms/fetchAndCacheEntry.ts
diff --git a/services/cms/getUidAndContentTypeByPath.ts b/apps/scandic-web/services/cms/getUidAndContentTypeByPath.ts
similarity index 100%
rename from services/cms/getUidAndContentTypeByPath.ts
rename to apps/scandic-web/services/cms/getUidAndContentTypeByPath.ts
diff --git a/stores/bookingCode-filter.ts b/apps/scandic-web/stores/bookingCode-filter.ts
similarity index 100%
rename from stores/bookingCode-filter.ts
rename to apps/scandic-web/stores/bookingCode-filter.ts
diff --git a/stores/enter-details/helpers.ts b/apps/scandic-web/stores/enter-details/helpers.ts
similarity index 100%
rename from stores/enter-details/helpers.ts
rename to apps/scandic-web/stores/enter-details/helpers.ts
diff --git a/stores/enter-details/index.ts b/apps/scandic-web/stores/enter-details/index.ts
similarity index 100%
rename from stores/enter-details/index.ts
rename to apps/scandic-web/stores/enter-details/index.ts
diff --git a/stores/enter-details/useEnterDetailsStore.test.tsx b/apps/scandic-web/stores/enter-details/useEnterDetailsStore.test.tsx
similarity index 100%
rename from stores/enter-details/useEnterDetailsStore.test.tsx
rename to apps/scandic-web/stores/enter-details/useEnterDetailsStore.test.tsx
diff --git a/stores/hotel-data/helper.ts b/apps/scandic-web/stores/hotel-data/helper.ts
similarity index 100%
rename from stores/hotel-data/helper.ts
rename to apps/scandic-web/stores/hotel-data/helper.ts
diff --git a/stores/hotel-data/index.ts b/apps/scandic-web/stores/hotel-data/index.ts
similarity index 100%
rename from stores/hotel-data/index.ts
rename to apps/scandic-web/stores/hotel-data/index.ts
diff --git a/stores/hotel-filters.ts b/apps/scandic-web/stores/hotel-filters.ts
similarity index 100%
rename from stores/hotel-filters.ts
rename to apps/scandic-web/stores/hotel-filters.ts
diff --git a/stores/hotel-page.ts b/apps/scandic-web/stores/hotel-page.ts
similarity index 100%
rename from stores/hotel-page.ts
rename to apps/scandic-web/stores/hotel-page.ts
diff --git a/stores/hotels-map.ts b/apps/scandic-web/stores/hotels-map.ts
similarity index 100%
rename from stores/hotels-map.ts
rename to apps/scandic-web/stores/hotels-map.ts
diff --git a/stores/main-menu.ts b/apps/scandic-web/stores/main-menu.ts
similarity index 100%
rename from stores/main-menu.ts
rename to apps/scandic-web/stores/main-menu.ts
diff --git a/stores/my-stay/add-ancillary-flow.ts b/apps/scandic-web/stores/my-stay/add-ancillary-flow.ts
similarity index 100%
rename from stores/my-stay/add-ancillary-flow.ts
rename to apps/scandic-web/stores/my-stay/add-ancillary-flow.ts
diff --git a/stores/router-transition.ts b/apps/scandic-web/stores/router-transition.ts
similarity index 100%
rename from stores/router-transition.ts
rename to apps/scandic-web/stores/router-transition.ts
diff --git a/stores/select-rate/helper.ts b/apps/scandic-web/stores/select-rate/helper.ts
similarity index 100%
rename from stores/select-rate/helper.ts
rename to apps/scandic-web/stores/select-rate/helper.ts
diff --git a/stores/select-rate/index.ts b/apps/scandic-web/stores/select-rate/index.ts
similarity index 100%
rename from stores/select-rate/index.ts
rename to apps/scandic-web/stores/select-rate/index.ts
diff --git a/stores/select-rate/rate-selection.ts b/apps/scandic-web/stores/select-rate/rate-selection.ts
similarity index 100%
rename from stores/select-rate/rate-selection.ts
rename to apps/scandic-web/stores/select-rate/rate-selection.ts
diff --git a/stores/sidepeek.ts b/apps/scandic-web/stores/sidepeek.ts
similarity index 100%
rename from stores/sidepeek.ts
rename to apps/scandic-web/stores/sidepeek.ts
diff --git a/stores/sticky-position.ts b/apps/scandic-web/stores/sticky-position.ts
similarity index 100%
rename from stores/sticky-position.ts
rename to apps/scandic-web/stores/sticky-position.ts
diff --git a/stores/tracking.ts b/apps/scandic-web/stores/tracking.ts
similarity index 100%
rename from stores/tracking.ts
rename to apps/scandic-web/stores/tracking.ts
diff --git a/tsconfig.json b/apps/scandic-web/tsconfig.json
similarity index 100%
rename from tsconfig.json
rename to apps/scandic-web/tsconfig.json
diff --git a/types/auth.d.ts b/apps/scandic-web/types/auth.d.ts
similarity index 100%
rename from types/auth.d.ts
rename to apps/scandic-web/types/auth.d.ts
diff --git a/types/authError.ts b/apps/scandic-web/types/authError.ts
similarity index 100%
rename from types/authError.ts
rename to apps/scandic-web/types/authError.ts
diff --git a/types/components/ancillaryCard.ts b/apps/scandic-web/types/components/ancillaryCard.ts
similarity index 100%
rename from types/components/ancillaryCard.ts
rename to apps/scandic-web/types/components/ancillaryCard.ts
diff --git a/types/components/blocks/Accordion.ts b/apps/scandic-web/types/components/blocks/Accordion.ts
similarity index 100%
rename from types/components/blocks/Accordion.ts
rename to apps/scandic-web/types/components/blocks/Accordion.ts
diff --git a/types/components/blocks/cardGallery.ts b/apps/scandic-web/types/components/blocks/cardGallery.ts
similarity index 100%
rename from types/components/blocks/cardGallery.ts
rename to apps/scandic-web/types/components/blocks/cardGallery.ts
diff --git a/types/components/blocks/cardsGrid.ts b/apps/scandic-web/types/components/blocks/cardsGrid.ts
similarity index 100%
rename from types/components/blocks/cardsGrid.ts
rename to apps/scandic-web/types/components/blocks/cardsGrid.ts
diff --git a/types/components/blocks/carouselCards.ts b/apps/scandic-web/types/components/blocks/carouselCards.ts
similarity index 100%
rename from types/components/blocks/carouselCards.ts
rename to apps/scandic-web/types/components/blocks/carouselCards.ts
diff --git a/types/components/blocks/dynamicContent.ts b/apps/scandic-web/types/components/blocks/dynamicContent.ts
similarity index 100%
rename from types/components/blocks/dynamicContent.ts
rename to apps/scandic-web/types/components/blocks/dynamicContent.ts
diff --git a/types/components/blocks/hotelListing.ts b/apps/scandic-web/types/components/blocks/hotelListing.ts
similarity index 100%
rename from types/components/blocks/hotelListing.ts
rename to apps/scandic-web/types/components/blocks/hotelListing.ts
diff --git a/types/components/blocks/index.ts b/apps/scandic-web/types/components/blocks/index.ts
similarity index 100%
rename from types/components/blocks/index.ts
rename to apps/scandic-web/types/components/blocks/index.ts
diff --git a/types/components/blocks/infoCard.ts b/apps/scandic-web/types/components/blocks/infoCard.ts
similarity index 100%
rename from types/components/blocks/infoCard.ts
rename to apps/scandic-web/types/components/blocks/infoCard.ts
diff --git a/types/components/blocks/shortcuts.ts b/apps/scandic-web/types/components/blocks/shortcuts.ts
similarity index 100%
rename from types/components/blocks/shortcuts.ts
rename to apps/scandic-web/types/components/blocks/shortcuts.ts
diff --git a/types/components/blocks/surprises.ts b/apps/scandic-web/types/components/blocks/surprises.ts
similarity index 100%
rename from types/components/blocks/surprises.ts
rename to apps/scandic-web/types/components/blocks/surprises.ts
diff --git a/types/components/blocks/table.ts b/apps/scandic-web/types/components/blocks/table.ts
similarity index 100%
rename from types/components/blocks/table.ts
rename to apps/scandic-web/types/components/blocks/table.ts
diff --git a/types/components/blocks/textCols.ts b/apps/scandic-web/types/components/blocks/textCols.ts
similarity index 100%
rename from types/components/blocks/textCols.ts
rename to apps/scandic-web/types/components/blocks/textCols.ts
diff --git a/types/components/blocks/uspGrid.ts b/apps/scandic-web/types/components/blocks/uspGrid.ts
similarity index 100%
rename from types/components/blocks/uspGrid.ts
rename to apps/scandic-web/types/components/blocks/uspGrid.ts
diff --git a/types/components/bookingWidget/enums.ts b/apps/scandic-web/types/components/bookingWidget/enums.ts
similarity index 100%
rename from types/components/bookingWidget/enums.ts
rename to apps/scandic-web/types/components/bookingWidget/enums.ts
diff --git a/types/components/bookingWidget/guestsRoomsPicker.ts b/apps/scandic-web/types/components/bookingWidget/guestsRoomsPicker.ts
similarity index 100%
rename from types/components/bookingWidget/guestsRoomsPicker.ts
rename to apps/scandic-web/types/components/bookingWidget/guestsRoomsPicker.ts
diff --git a/types/components/bookingWidget/index.ts b/apps/scandic-web/types/components/bookingWidget/index.ts
similarity index 100%
rename from types/components/bookingWidget/index.ts
rename to apps/scandic-web/types/components/bookingWidget/index.ts
diff --git a/types/components/buttonLink.ts b/apps/scandic-web/types/components/buttonLink.ts
similarity index 100%
rename from types/components/buttonLink.ts
rename to apps/scandic-web/types/components/buttonLink.ts
diff --git a/types/components/cardImage.ts b/apps/scandic-web/types/components/cardImage.ts
similarity index 100%
rename from types/components/cardImage.ts
rename to apps/scandic-web/types/components/cardImage.ts
diff --git a/types/components/checkbox/index.ts b/apps/scandic-web/types/components/checkbox/index.ts
similarity index 100%
rename from types/components/checkbox/index.ts
rename to apps/scandic-web/types/components/checkbox/index.ts
diff --git a/types/components/contentPage/hotelListingItem.ts b/apps/scandic-web/types/components/contentPage/hotelListingItem.ts
similarity index 100%
rename from types/components/contentPage/hotelListingItem.ts
rename to apps/scandic-web/types/components/contentPage/hotelListingItem.ts
diff --git a/types/components/countdown/index.ts b/apps/scandic-web/types/components/countdown/index.ts
similarity index 100%
rename from types/components/countdown/index.ts
rename to apps/scandic-web/types/components/countdown/index.ts
diff --git a/types/components/current/aside.ts b/apps/scandic-web/types/components/current/aside.ts
similarity index 100%
rename from types/components/current/aside.ts
rename to apps/scandic-web/types/components/current/aside.ts
diff --git a/types/components/current/asides/contact.ts b/apps/scandic-web/types/components/current/asides/contact.ts
similarity index 100%
rename from types/components/current/asides/contact.ts
rename to apps/scandic-web/types/components/current/asides/contact.ts
diff --git a/types/components/current/asides/puff.ts b/apps/scandic-web/types/components/current/asides/puff.ts
similarity index 100%
rename from types/components/current/asides/puff.ts
rename to apps/scandic-web/types/components/current/asides/puff.ts
diff --git a/types/components/current/asides/puffs.ts b/apps/scandic-web/types/components/current/asides/puffs.ts
similarity index 100%
rename from types/components/current/asides/puffs.ts
rename to apps/scandic-web/types/components/current/asides/puffs.ts
diff --git a/types/components/current/blocks.ts b/apps/scandic-web/types/components/current/blocks.ts
similarity index 100%
rename from types/components/current/blocks.ts
rename to apps/scandic-web/types/components/current/blocks.ts
diff --git a/types/components/current/blocks/text.ts b/apps/scandic-web/types/components/current/blocks/text.ts
similarity index 100%
rename from types/components/current/blocks/text.ts
rename to apps/scandic-web/types/components/current/blocks/text.ts
diff --git a/types/components/current/breadcrumbs.ts b/apps/scandic-web/types/components/current/breadcrumbs.ts
similarity index 100%
rename from types/components/current/breadcrumbs.ts
rename to apps/scandic-web/types/components/current/breadcrumbs.ts
diff --git a/types/components/current/contentPage.ts b/apps/scandic-web/types/components/current/contentPage.ts
similarity index 100%
rename from types/components/current/contentPage.ts
rename to apps/scandic-web/types/components/current/contentPage.ts
diff --git a/types/components/current/footer.ts b/apps/scandic-web/types/components/current/footer.ts
similarity index 100%
rename from types/components/current/footer.ts
rename to apps/scandic-web/types/components/current/footer.ts
diff --git a/types/components/current/header.ts b/apps/scandic-web/types/components/current/header.ts
similarity index 100%
rename from types/components/current/header.ts
rename to apps/scandic-web/types/components/current/header.ts
diff --git a/types/components/current/header/mainMenu.ts b/apps/scandic-web/types/components/current/header/mainMenu.ts
similarity index 100%
rename from types/components/current/header/mainMenu.ts
rename to apps/scandic-web/types/components/current/header/mainMenu.ts
diff --git a/types/components/current/header/topMenu.ts b/apps/scandic-web/types/components/current/header/topMenu.ts
similarity index 100%
rename from types/components/current/header/topMenu.ts
rename to apps/scandic-web/types/components/current/header/topMenu.ts
diff --git a/types/components/current/hero.ts b/apps/scandic-web/types/components/current/hero.ts
similarity index 100%
rename from types/components/current/hero.ts
rename to apps/scandic-web/types/components/current/hero.ts
diff --git a/types/components/current/languageSwitcher.ts b/apps/scandic-web/types/components/current/languageSwitcher.ts
similarity index 100%
rename from types/components/current/languageSwitcher.ts
rename to apps/scandic-web/types/components/current/languageSwitcher.ts
diff --git a/types/components/current/preamble.ts b/apps/scandic-web/types/components/current/preamble.ts
similarity index 100%
rename from types/components/current/preamble.ts
rename to apps/scandic-web/types/components/current/preamble.ts
diff --git a/types/components/current/subnavMobile.ts b/apps/scandic-web/types/components/current/subnavMobile.ts
similarity index 100%
rename from types/components/current/subnavMobile.ts
rename to apps/scandic-web/types/components/current/subnavMobile.ts
diff --git a/types/components/datepicker.ts b/apps/scandic-web/types/components/datepicker.ts
similarity index 100%
rename from types/components/datepicker.ts
rename to apps/scandic-web/types/components/datepicker.ts
diff --git a/types/components/deprecatedjsontohtml.ts b/apps/scandic-web/types/components/deprecatedjsontohtml.ts
similarity index 100%
rename from types/components/deprecatedjsontohtml.ts
rename to apps/scandic-web/types/components/deprecatedjsontohtml.ts
diff --git a/types/components/destinationOverviewPage/destinationsList/destinationsData.ts b/apps/scandic-web/types/components/destinationOverviewPage/destinationsList/destinationsData.ts
similarity index 100%
rename from types/components/destinationOverviewPage/destinationsList/destinationsData.ts
rename to apps/scandic-web/types/components/destinationOverviewPage/destinationsList/destinationsData.ts
diff --git a/types/components/dialog.ts b/apps/scandic-web/types/components/dialog.ts
similarity index 100%
rename from types/components/dialog.ts
rename to apps/scandic-web/types/components/dialog.ts
diff --git a/types/components/dropdown/dropdown.ts b/apps/scandic-web/types/components/dropdown/dropdown.ts
similarity index 100%
rename from types/components/dropdown/dropdown.ts
rename to apps/scandic-web/types/components/dropdown/dropdown.ts
diff --git a/types/components/footer/appDownloadIcons.ts b/apps/scandic-web/types/components/footer/appDownloadIcons.ts
similarity index 100%
rename from types/components/footer/appDownloadIcons.ts
rename to apps/scandic-web/types/components/footer/appDownloadIcons.ts
diff --git a/types/components/footer/footer.ts b/apps/scandic-web/types/components/footer/footer.ts
similarity index 100%
rename from types/components/footer/footer.ts
rename to apps/scandic-web/types/components/footer/footer.ts
diff --git a/types/components/footer/navigation.ts b/apps/scandic-web/types/components/footer/navigation.ts
similarity index 100%
rename from types/components/footer/navigation.ts
rename to apps/scandic-web/types/components/footer/navigation.ts
diff --git a/types/components/footer/socialIcons.ts b/apps/scandic-web/types/components/footer/socialIcons.ts
similarity index 100%
rename from types/components/footer/socialIcons.ts
rename to apps/scandic-web/types/components/footer/socialIcons.ts
diff --git a/types/components/footer/socialLink.ts b/apps/scandic-web/types/components/footer/socialLink.ts
similarity index 100%
rename from types/components/footer/socialLink.ts
rename to apps/scandic-web/types/components/footer/socialLink.ts
diff --git a/types/components/form/bookingwidget.ts b/apps/scandic-web/types/components/form/bookingwidget.ts
similarity index 100%
rename from types/components/form/bookingwidget.ts
rename to apps/scandic-web/types/components/form/bookingwidget.ts
diff --git a/types/components/form/filterChip.ts b/apps/scandic-web/types/components/form/filterChip.ts
similarity index 100%
rename from types/components/form/filterChip.ts
rename to apps/scandic-web/types/components/form/filterChip.ts
diff --git a/types/components/form/newPassword.ts b/apps/scandic-web/types/components/form/newPassword.ts
similarity index 100%
rename from types/components/form/newPassword.ts
rename to apps/scandic-web/types/components/form/newPassword.ts
diff --git a/types/components/form/phone.ts b/apps/scandic-web/types/components/form/phone.ts
similarity index 100%
rename from types/components/form/phone.ts
rename to apps/scandic-web/types/components/form/phone.ts
diff --git a/types/components/form/signupForm.ts b/apps/scandic-web/types/components/form/signupForm.ts
similarity index 100%
rename from types/components/form/signupForm.ts
rename to apps/scandic-web/types/components/form/signupForm.ts
diff --git a/types/components/header/avatar.ts b/apps/scandic-web/types/components/header/avatar.ts
similarity index 100%
rename from types/components/header/avatar.ts
rename to apps/scandic-web/types/components/header/avatar.ts
diff --git a/types/components/header/headerLink.ts b/apps/scandic-web/types/components/header/headerLink.ts
similarity index 100%
rename from types/components/header/headerLink.ts
rename to apps/scandic-web/types/components/header/headerLink.ts
diff --git a/types/components/header/logo.ts b/apps/scandic-web/types/components/header/logo.ts
similarity index 100%
rename from types/components/header/logo.ts
rename to apps/scandic-web/types/components/header/logo.ts
diff --git a/types/components/header/mainMenuButton.ts b/apps/scandic-web/types/components/header/mainMenuButton.ts
similarity index 100%
rename from types/components/header/mainMenuButton.ts
rename to apps/scandic-web/types/components/header/mainMenuButton.ts
diff --git a/types/components/header/megaMenu.ts b/apps/scandic-web/types/components/header/megaMenu.ts
similarity index 100%
rename from types/components/header/megaMenu.ts
rename to apps/scandic-web/types/components/header/megaMenu.ts
diff --git a/types/components/header/mobileMenu.ts b/apps/scandic-web/types/components/header/mobileMenu.ts
similarity index 100%
rename from types/components/header/mobileMenu.ts
rename to apps/scandic-web/types/components/header/mobileMenu.ts
diff --git a/types/components/header/navigationMenu.ts b/apps/scandic-web/types/components/header/navigationMenu.ts
similarity index 100%
rename from types/components/header/navigationMenu.ts
rename to apps/scandic-web/types/components/header/navigationMenu.ts
diff --git a/types/components/header/navigationMenuItem.ts b/apps/scandic-web/types/components/header/navigationMenuItem.ts
similarity index 100%
rename from types/components/header/navigationMenuItem.ts
rename to apps/scandic-web/types/components/header/navigationMenuItem.ts
diff --git a/types/components/header/navigationMenuList.ts b/apps/scandic-web/types/components/header/navigationMenuList.ts
similarity index 100%
rename from types/components/header/navigationMenuList.ts
rename to apps/scandic-web/types/components/header/navigationMenuList.ts
diff --git a/types/components/header/topLink.ts b/apps/scandic-web/types/components/header/topLink.ts
similarity index 100%
rename from types/components/header/topLink.ts
rename to apps/scandic-web/types/components/header/topLink.ts
diff --git a/types/components/header/topMenuButton.ts b/apps/scandic-web/types/components/header/topMenuButton.ts
similarity index 100%
rename from types/components/header/topMenuButton.ts
rename to apps/scandic-web/types/components/header/topMenuButton.ts
diff --git a/types/components/hotelFilterAndSort.ts b/apps/scandic-web/types/components/hotelFilterAndSort.ts
similarity index 100%
rename from types/components/hotelFilterAndSort.ts
rename to apps/scandic-web/types/components/hotelFilterAndSort.ts
diff --git a/types/components/hotelLogo.ts b/apps/scandic-web/types/components/hotelLogo.ts
similarity index 100%
rename from types/components/hotelLogo.ts
rename to apps/scandic-web/types/components/hotelLogo.ts
diff --git a/types/components/hotelPage/amenities.ts b/apps/scandic-web/types/components/hotelPage/amenities.ts
similarity index 100%
rename from types/components/hotelPage/amenities.ts
rename to apps/scandic-web/types/components/hotelPage/amenities.ts
diff --git a/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts
similarity index 100%
rename from types/components/hotelPage/facilities.ts
rename to apps/scandic-web/types/components/hotelPage/facilities.ts
diff --git a/types/components/hotelPage/hotelPage.ts b/apps/scandic-web/types/components/hotelPage/hotelPage.ts
similarity index 100%
rename from types/components/hotelPage/hotelPage.ts
rename to apps/scandic-web/types/components/hotelPage/hotelPage.ts
diff --git a/types/components/hotelPage/map/dynamicMap.ts b/apps/scandic-web/types/components/hotelPage/map/dynamicMap.ts
similarity index 100%
rename from types/components/hotelPage/map/dynamicMap.ts
rename to apps/scandic-web/types/components/hotelPage/map/dynamicMap.ts
diff --git a/types/components/hotelPage/map/interactiveMap.ts b/apps/scandic-web/types/components/hotelPage/map/interactiveMap.ts
similarity index 100%
rename from types/components/hotelPage/map/interactiveMap.ts
rename to apps/scandic-web/types/components/hotelPage/map/interactiveMap.ts
diff --git a/types/components/hotelPage/map/mapCard.ts b/apps/scandic-web/types/components/hotelPage/map/mapCard.ts
similarity index 100%
rename from types/components/hotelPage/map/mapCard.ts
rename to apps/scandic-web/types/components/hotelPage/map/mapCard.ts
diff --git a/types/components/hotelPage/map/mapWithCardWrapper.ts b/apps/scandic-web/types/components/hotelPage/map/mapWithCardWrapper.ts
similarity index 100%
rename from types/components/hotelPage/map/mapWithCardWrapper.ts
rename to apps/scandic-web/types/components/hotelPage/map/mapWithCardWrapper.ts
diff --git a/types/components/hotelPage/map/sidebar.ts b/apps/scandic-web/types/components/hotelPage/map/sidebar.ts
similarity index 100%
rename from types/components/hotelPage/map/sidebar.ts
rename to apps/scandic-web/types/components/hotelPage/map/sidebar.ts
diff --git a/types/components/hotelPage/map/staticMap.ts b/apps/scandic-web/types/components/hotelPage/map/staticMap.ts
similarity index 100%
rename from types/components/hotelPage/map/staticMap.ts
rename to apps/scandic-web/types/components/hotelPage/map/staticMap.ts
diff --git a/types/components/hotelPage/meetingRooms.ts b/apps/scandic-web/types/components/hotelPage/meetingRooms.ts
similarity index 100%
rename from types/components/hotelPage/meetingRooms.ts
rename to apps/scandic-web/types/components/hotelPage/meetingRooms.ts
diff --git a/types/components/hotelPage/previewImages.ts b/apps/scandic-web/types/components/hotelPage/previewImages.ts
similarity index 100%
rename from types/components/hotelPage/previewImages.ts
rename to apps/scandic-web/types/components/hotelPage/previewImages.ts
diff --git a/types/components/hotelPage/room.ts b/apps/scandic-web/types/components/hotelPage/room.ts
similarity index 100%
rename from types/components/hotelPage/room.ts
rename to apps/scandic-web/types/components/hotelPage/room.ts
diff --git a/types/components/hotelPage/sidepeek/aboutTheHotel.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/aboutTheHotel.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/aboutTheHotel.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/aboutTheHotel.ts
diff --git a/types/components/hotelPage/sidepeek/accessibility.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/accessibility.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/accessibility.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/accessibility.ts
diff --git a/types/components/hotelPage/sidepeek/activities.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/activities.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/activities.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/activities.ts
diff --git a/types/components/hotelPage/sidepeek/amenities.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/amenities.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/amenities.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/amenities.ts
diff --git a/types/components/hotelPage/sidepeek/checkIn.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/checkIn.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/checkIn.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/checkIn.ts
diff --git a/types/components/hotelPage/sidepeek/facility.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/facility.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/facility.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/facility.ts
diff --git a/types/components/hotelPage/sidepeek/meetingsAndConferences.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/meetingsAndConferences.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/meetingsAndConferences.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/meetingsAndConferences.ts
diff --git a/types/components/hotelPage/sidepeek/openingHours.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/openingHours.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/openingHours.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/openingHours.ts
diff --git a/types/components/hotelPage/sidepeek/parking.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/parking.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/parking.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/parking.ts
diff --git a/types/components/hotelPage/sidepeek/restaurantBar.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/restaurantBar.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/restaurantBar.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/restaurantBar.ts
diff --git a/types/components/hotelPage/sidepeek/room.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/room.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/room.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/room.ts
diff --git a/types/components/hotelPage/sidepeek/wellnessAndExercise.ts b/apps/scandic-web/types/components/hotelPage/sidepeek/wellnessAndExercise.ts
similarity index 100%
rename from types/components/hotelPage/sidepeek/wellnessAndExercise.ts
rename to apps/scandic-web/types/components/hotelPage/sidepeek/wellnessAndExercise.ts
diff --git a/types/components/hotelPage/subpage.ts b/apps/scandic-web/types/components/hotelPage/subpage.ts
similarity index 100%
rename from types/components/hotelPage/subpage.ts
rename to apps/scandic-web/types/components/hotelPage/subpage.ts
diff --git a/types/components/hotelPage/tabNavigation.ts b/apps/scandic-web/types/components/hotelPage/tabNavigation.ts
similarity index 100%
rename from types/components/hotelPage/tabNavigation.ts
rename to apps/scandic-web/types/components/hotelPage/tabNavigation.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/actions/addToCalendar.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/addToCalendar.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/actions/addToCalendar.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/addToCalendar.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/actions/downloadInvoice.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/downloadInvoice.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/actions/downloadInvoice.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/downloadInvoice.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/actions/manageBooking.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/manageBooking.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/actions/manageBooking.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/actions/manageBooking.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/bookingConfirmation.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/bookingConfirmation.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/bookingConfirmation.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/bookingConfirmation.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/header.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/header.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/header.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/header.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/hotelDetails.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/hotelDetails.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/hotelDetails.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/hotelDetails.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/paymentDetails.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/paymentDetails.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/paymentDetails.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/paymentDetails.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/promo.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/promo.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/promo.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/promo.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/promos.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/promos.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/promos.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/promos.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/receipt.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/receipt.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/receipt.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/receipt.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/rooms.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/rooms.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/rooms.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/rooms.ts
diff --git a/types/components/hotelReservation/bookingConfirmation/rooms/room.ts b/apps/scandic-web/types/components/hotelReservation/bookingConfirmation/rooms/room.ts
similarity index 100%
rename from types/components/hotelReservation/bookingConfirmation/rooms/room.ts
rename to apps/scandic-web/types/components/hotelReservation/bookingConfirmation/rooms/room.ts
diff --git a/types/components/hotelReservation/enterDetails/bedType.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/bedType.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/bedType.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/bedType.ts
diff --git a/types/components/hotelReservation/enterDetails/breakfast.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/breakfast.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/breakfast.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/breakfast.ts
diff --git a/types/components/hotelReservation/enterDetails/details.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/details.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/details.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/details.ts
diff --git a/types/components/hotelReservation/enterDetails/hotelHeader.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/hotelHeader.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/hotelHeader.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/hotelHeader.ts
diff --git a/types/components/hotelReservation/enterDetails/payment.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/payment.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/payment.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/payment.ts
diff --git a/types/components/hotelReservation/enterDetails/priceChangeDialog.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/priceChangeDialog.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/priceChangeDialog.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/priceChangeDialog.ts
diff --git a/types/components/hotelReservation/enterDetails/room.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/room.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/room.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/room.ts
diff --git a/types/components/hotelReservation/enterDetails/summary.ts b/apps/scandic-web/types/components/hotelReservation/enterDetails/summary.ts
similarity index 100%
rename from types/components/hotelReservation/enterDetails/summary.ts
rename to apps/scandic-web/types/components/hotelReservation/enterDetails/summary.ts
diff --git a/types/components/hotelReservation/hotelSidePeek.ts b/apps/scandic-web/types/components/hotelReservation/hotelSidePeek.ts
similarity index 100%
rename from types/components/hotelReservation/hotelSidePeek.ts
rename to apps/scandic-web/types/components/hotelReservation/hotelSidePeek.ts
diff --git a/types/components/hotelReservation/price.ts b/apps/scandic-web/types/components/hotelReservation/price.ts
similarity index 100%
rename from types/components/hotelReservation/price.ts
rename to apps/scandic-web/types/components/hotelReservation/price.ts
diff --git a/types/components/hotelReservation/selectHotel/availabilityInput.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/availabilityInput.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/availabilityInput.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/availabilityInput.ts
diff --git a/types/components/hotelReservation/selectHotel/filterAndSortModal.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/filterAndSortModal.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/filterAndSortModal.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/filterAndSortModal.ts
diff --git a/types/components/hotelReservation/selectHotel/filterCheckbox.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/filterCheckbox.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/filterCheckbox.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/filterCheckbox.ts
diff --git a/types/components/hotelReservation/selectHotel/hotePriceListProps.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/hotePriceListProps.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/hotePriceListProps.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/hotePriceListProps.ts
diff --git a/types/components/hotelReservation/selectHotel/hotelCardListingProps.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/hotelCardListingProps.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/hotelCardListingProps.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/hotelCardListingProps.ts
diff --git a/types/components/hotelReservation/selectHotel/hotelCardProps.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/hotelCardProps.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/hotelCardProps.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/hotelCardProps.ts
diff --git a/types/components/hotelReservation/selectHotel/hotelFilters.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/hotelFilters.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/hotelFilters.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/hotelFilters.ts
diff --git a/types/components/hotelReservation/selectHotel/hotelSorter.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/hotelSorter.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/hotelSorter.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/hotelSorter.ts
diff --git a/types/components/hotelReservation/selectHotel/map.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/map.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/map.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/map.ts
diff --git a/types/components/hotelReservation/selectHotel/noAvailabilityAlert.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/noAvailabilityAlert.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/noAvailabilityAlert.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/noAvailabilityAlert.ts
diff --git a/types/components/hotelReservation/selectHotel/priceCardProps.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/priceCardProps.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/priceCardProps.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/priceCardProps.ts
diff --git a/types/components/hotelReservation/selectHotel/selectHotel.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/selectHotel.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/selectHotel.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/selectHotel.ts
diff --git a/types/components/hotelReservation/selectHotel/selectHotelSearchParams.ts b/apps/scandic-web/types/components/hotelReservation/selectHotel/selectHotelSearchParams.ts
similarity index 100%
rename from types/components/hotelReservation/selectHotel/selectHotelSearchParams.ts
rename to apps/scandic-web/types/components/hotelReservation/selectHotel/selectHotelSearchParams.ts
diff --git a/types/components/hotelReservation/selectRate/flexibilityOption.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/flexibilityOption.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/flexibilityOption.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/flexibilityOption.ts
diff --git a/types/components/hotelReservation/selectRate/hotelInfoCard.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/hotelInfoCard.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/hotelInfoCard.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/hotelInfoCard.ts
diff --git a/types/components/hotelReservation/selectRate/hotelSelectionHeader.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/hotelSelectionHeader.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/hotelSelectionHeader.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/hotelSelectionHeader.ts
diff --git a/types/components/hotelReservation/selectRate/imageGallery.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/imageGallery.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/imageGallery.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/imageGallery.ts
diff --git a/types/components/hotelReservation/selectRate/rateSummary.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/rateSummary.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/rateSummary.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/rateSummary.ts
diff --git a/types/components/hotelReservation/selectRate/roomCard.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/roomCard.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/roomCard.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/roomCard.ts
diff --git a/types/components/hotelReservation/selectRate/roomFilter.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/roomFilter.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/roomFilter.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/roomFilter.ts
diff --git a/types/components/hotelReservation/selectRate/roomSelection.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/roomSelection.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/roomSelection.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/roomSelection.ts
diff --git a/types/components/hotelReservation/selectRate/roomsContainer.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/roomsContainer.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/roomsContainer.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/roomsContainer.ts
diff --git a/types/components/hotelReservation/selectRate/sectionAccordion.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/sectionAccordion.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/sectionAccordion.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/sectionAccordion.ts
diff --git a/types/components/hotelReservation/selectRate/selectRate.ts b/apps/scandic-web/types/components/hotelReservation/selectRate/selectRate.ts
similarity index 100%
rename from types/components/hotelReservation/selectRate/selectRate.ts
rename to apps/scandic-web/types/components/hotelReservation/selectRate/selectRate.ts
diff --git a/types/components/hotelReservation/sidePanel.ts b/apps/scandic-web/types/components/hotelReservation/sidePanel.ts
similarity index 100%
rename from types/components/hotelReservation/sidePanel.ts
rename to apps/scandic-web/types/components/hotelReservation/sidePanel.ts
diff --git a/types/components/hotelReservation/sidePeek.ts b/apps/scandic-web/types/components/hotelReservation/sidePeek.ts
similarity index 100%
rename from types/components/hotelReservation/sidePeek.ts
rename to apps/scandic-web/types/components/hotelReservation/sidePeek.ts
diff --git a/types/components/hotelReservation/signupPromo.ts b/apps/scandic-web/types/components/hotelReservation/signupPromo.ts
similarity index 100%
rename from types/components/hotelReservation/signupPromo.ts
rename to apps/scandic-web/types/components/hotelReservation/signupPromo.ts
diff --git a/types/components/hotelReservation/summary.ts b/apps/scandic-web/types/components/hotelReservation/summary.ts
similarity index 100%
rename from types/components/hotelReservation/summary.ts
rename to apps/scandic-web/types/components/hotelReservation/summary.ts
diff --git a/types/components/hotelReservation/toggleSidePeekProps.ts b/apps/scandic-web/types/components/hotelReservation/toggleSidePeekProps.ts
similarity index 100%
rename from types/components/hotelReservation/toggleSidePeekProps.ts
rename to apps/scandic-web/types/components/hotelReservation/toggleSidePeekProps.ts
diff --git a/types/components/hotelReservation/tripAdvisorProps.ts b/apps/scandic-web/types/components/hotelReservation/tripAdvisorProps.ts
similarity index 100%
rename from types/components/hotelReservation/tripAdvisorProps.ts
rename to apps/scandic-web/types/components/hotelReservation/tripAdvisorProps.ts
diff --git a/types/components/icon.ts b/apps/scandic-web/types/components/icon.ts
similarity index 100%
rename from types/components/icon.ts
rename to apps/scandic-web/types/components/icon.ts
diff --git a/types/components/image.ts b/apps/scandic-web/types/components/image.ts
similarity index 100%
rename from types/components/image.ts
rename to apps/scandic-web/types/components/image.ts
diff --git a/types/components/imageContainer.ts b/apps/scandic-web/types/components/imageContainer.ts
similarity index 100%
rename from types/components/imageContainer.ts
rename to apps/scandic-web/types/components/imageContainer.ts
diff --git a/types/components/imageGallery.ts b/apps/scandic-web/types/components/imageGallery.ts
similarity index 100%
rename from types/components/imageGallery.ts
rename to apps/scandic-web/types/components/imageGallery.ts
diff --git a/types/components/imageVault.ts b/apps/scandic-web/types/components/imageVault.ts
similarity index 100%
rename from types/components/imageVault.ts
rename to apps/scandic-web/types/components/imageVault.ts
diff --git a/types/components/languageSwitcher/languageSwitcher.ts b/apps/scandic-web/types/components/languageSwitcher/languageSwitcher.ts
similarity index 100%
rename from types/components/languageSwitcher/languageSwitcher.ts
rename to apps/scandic-web/types/components/languageSwitcher/languageSwitcher.ts
diff --git a/types/components/lightbox/lightbox.ts b/apps/scandic-web/types/components/lightbox/lightbox.ts
similarity index 100%
rename from types/components/lightbox/lightbox.ts
rename to apps/scandic-web/types/components/lightbox/lightbox.ts
diff --git a/types/components/maps/coordinates.ts b/apps/scandic-web/types/components/maps/coordinates.ts
similarity index 100%
rename from types/components/maps/coordinates.ts
rename to apps/scandic-web/types/components/maps/coordinates.ts
diff --git a/types/components/maps/destinationMarkers.ts b/apps/scandic-web/types/components/maps/destinationMarkers.ts
similarity index 100%
rename from types/components/maps/destinationMarkers.ts
rename to apps/scandic-web/types/components/maps/destinationMarkers.ts
diff --git a/types/components/maps/poiMarker.ts b/apps/scandic-web/types/components/maps/poiMarker.ts
similarity index 100%
rename from types/components/maps/poiMarker.ts
rename to apps/scandic-web/types/components/maps/poiMarker.ts
diff --git a/types/components/maps/staticMap.ts b/apps/scandic-web/types/components/maps/staticMap.ts
similarity index 100%
rename from types/components/maps/staticMap.ts
rename to apps/scandic-web/types/components/maps/staticMap.ts
diff --git a/types/components/max-width.ts b/apps/scandic-web/types/components/max-width.ts
similarity index 100%
rename from types/components/max-width.ts
rename to apps/scandic-web/types/components/max-width.ts
diff --git a/types/components/myPages/friend.ts b/apps/scandic-web/types/components/myPages/friend.ts
similarity index 100%
rename from types/components/myPages/friend.ts
rename to apps/scandic-web/types/components/myPages/friend.ts
diff --git a/types/components/myPages/header.ts b/apps/scandic-web/types/components/myPages/header.ts
similarity index 100%
rename from types/components/myPages/header.ts
rename to apps/scandic-web/types/components/myPages/header.ts
diff --git a/types/components/myPages/membership.ts b/apps/scandic-web/types/components/myPages/membership.ts
similarity index 100%
rename from types/components/myPages/membership.ts
rename to apps/scandic-web/types/components/myPages/membership.ts
diff --git a/types/components/myPages/membershipNumber.ts b/apps/scandic-web/types/components/myPages/membershipNumber.ts
similarity index 100%
rename from types/components/myPages/membershipNumber.ts
rename to apps/scandic-web/types/components/myPages/membershipNumber.ts
diff --git a/types/components/myPages/myPage/accountPage.ts b/apps/scandic-web/types/components/myPages/myPage/accountPage.ts
similarity index 100%
rename from types/components/myPages/myPage/accountPage.ts
rename to apps/scandic-web/types/components/myPages/myPage/accountPage.ts
diff --git a/types/components/myPages/myPage/earnAndBurn.ts b/apps/scandic-web/types/components/myPages/myPage/earnAndBurn.ts
similarity index 100%
rename from types/components/myPages/myPage/earnAndBurn.ts
rename to apps/scandic-web/types/components/myPages/myPage/earnAndBurn.ts
diff --git a/types/components/myPages/myProfile/creditCards.ts b/apps/scandic-web/types/components/myPages/myProfile/creditCards.ts
similarity index 100%
rename from types/components/myPages/myProfile/creditCards.ts
rename to apps/scandic-web/types/components/myPages/myProfile/creditCards.ts
diff --git a/types/components/myPages/myProfile/edit.ts b/apps/scandic-web/types/components/myPages/myProfile/edit.ts
similarity index 100%
rename from types/components/myPages/myProfile/edit.ts
rename to apps/scandic-web/types/components/myPages/myProfile/edit.ts
diff --git a/types/components/myPages/myProfile/layout.ts b/apps/scandic-web/types/components/myPages/myProfile/layout.ts
similarity index 100%
rename from types/components/myPages/myProfile/layout.ts
rename to apps/scandic-web/types/components/myPages/myProfile/layout.ts
diff --git a/types/components/myPages/myStay/ancillaries.ts b/apps/scandic-web/types/components/myPages/myStay/ancillaries.ts
similarity index 100%
rename from types/components/myPages/myStay/ancillaries.ts
rename to apps/scandic-web/types/components/myPages/myStay/ancillaries.ts
diff --git a/types/components/myPages/pagination.ts b/apps/scandic-web/types/components/myPages/pagination.ts
similarity index 100%
rename from types/components/myPages/pagination.ts
rename to apps/scandic-web/types/components/myPages/pagination.ts
diff --git a/types/components/myPages/points.ts b/apps/scandic-web/types/components/myPages/points.ts
similarity index 100%
rename from types/components/myPages/points.ts
rename to apps/scandic-web/types/components/myPages/points.ts
diff --git a/types/components/myPages/rewards.ts b/apps/scandic-web/types/components/myPages/rewards.ts
similarity index 100%
rename from types/components/myPages/rewards.ts
rename to apps/scandic-web/types/components/myPages/rewards.ts
diff --git a/types/components/myPages/stays/button.ts b/apps/scandic-web/types/components/myPages/stays/button.ts
similarity index 100%
rename from types/components/myPages/stays/button.ts
rename to apps/scandic-web/types/components/myPages/stays/button.ts
diff --git a/types/components/myPages/stays/page.ts b/apps/scandic-web/types/components/myPages/stays/page.ts
similarity index 100%
rename from types/components/myPages/stays/page.ts
rename to apps/scandic-web/types/components/myPages/stays/page.ts
diff --git a/types/components/myPages/stays/previous.ts b/apps/scandic-web/types/components/myPages/stays/previous.ts
similarity index 100%
rename from types/components/myPages/stays/previous.ts
rename to apps/scandic-web/types/components/myPages/stays/previous.ts
diff --git a/types/components/myPages/stays/stayCard.ts b/apps/scandic-web/types/components/myPages/stays/stayCard.ts
similarity index 100%
rename from types/components/myPages/stays/stayCard.ts
rename to apps/scandic-web/types/components/myPages/stays/stayCard.ts
diff --git a/types/components/myPages/stays/upcoming.ts b/apps/scandic-web/types/components/myPages/stays/upcoming.ts
similarity index 100%
rename from types/components/myPages/stays/upcoming.ts
rename to apps/scandic-web/types/components/myPages/stays/upcoming.ts
diff --git a/types/components/myPages/user.ts b/apps/scandic-web/types/components/myPages/user.ts
similarity index 100%
rename from types/components/myPages/user.ts
rename to apps/scandic-web/types/components/myPages/user.ts
diff --git a/types/components/overviewTable.ts b/apps/scandic-web/types/components/overviewTable.ts
similarity index 100%
rename from types/components/overviewTable.ts
rename to apps/scandic-web/types/components/overviewTable.ts
diff --git a/types/components/search.ts b/apps/scandic-web/types/components/search.ts
similarity index 100%
rename from types/components/search.ts
rename to apps/scandic-web/types/components/search.ts
diff --git a/types/components/sidePeeks/roomSidePeek.ts b/apps/scandic-web/types/components/sidePeeks/roomSidePeek.ts
similarity index 100%
rename from types/components/sidePeeks/roomSidePeek.ts
rename to apps/scandic-web/types/components/sidePeeks/roomSidePeek.ts
diff --git a/types/components/sidebar/index.ts b/apps/scandic-web/types/components/sidebar/index.ts
similarity index 100%
rename from types/components/sidebar/index.ts
rename to apps/scandic-web/types/components/sidebar/index.ts
diff --git a/types/components/sidebar/joinLoyaltyContact.ts b/apps/scandic-web/types/components/sidebar/joinLoyaltyContact.ts
similarity index 100%
rename from types/components/sidebar/joinLoyaltyContact.ts
rename to apps/scandic-web/types/components/sidebar/joinLoyaltyContact.ts
diff --git a/types/components/switch/index.ts b/apps/scandic-web/types/components/switch/index.ts
similarity index 100%
rename from types/components/switch/index.ts
rename to apps/scandic-web/types/components/switch/index.ts
diff --git a/types/components/teaserCard.ts b/apps/scandic-web/types/components/teaserCard.ts
similarity index 100%
rename from types/components/teaserCard.ts
rename to apps/scandic-web/types/components/teaserCard.ts
diff --git a/types/components/tooltip.ts b/apps/scandic-web/types/components/tooltip.ts
similarity index 100%
rename from types/components/tooltip.ts
rename to apps/scandic-web/types/components/tooltip.ts
diff --git a/types/components/tracking.ts b/apps/scandic-web/types/components/tracking.ts
similarity index 100%
rename from types/components/tracking.ts
rename to apps/scandic-web/types/components/tracking.ts
diff --git a/types/contexts/enter-details.ts b/apps/scandic-web/types/contexts/enter-details.ts
similarity index 100%
rename from types/contexts/enter-details.ts
rename to apps/scandic-web/types/contexts/enter-details.ts
diff --git a/types/contexts/hotel-data.ts b/apps/scandic-web/types/contexts/hotel-data.ts
similarity index 100%
rename from types/contexts/hotel-data.ts
rename to apps/scandic-web/types/contexts/hotel-data.ts
diff --git a/types/contexts/rates.ts b/apps/scandic-web/types/contexts/rates.ts
similarity index 100%
rename from types/contexts/rates.ts
rename to apps/scandic-web/types/contexts/rates.ts
diff --git a/types/contexts/room.ts b/apps/scandic-web/types/contexts/room.ts
similarity index 100%
rename from types/contexts/room.ts
rename to apps/scandic-web/types/contexts/room.ts
diff --git a/types/discriminatedUnion.ts b/apps/scandic-web/types/discriminatedUnion.ts
similarity index 100%
rename from types/discriminatedUnion.ts
rename to apps/scandic-web/types/discriminatedUnion.ts
diff --git a/types/enums/accountPage.ts b/apps/scandic-web/types/enums/accountPage.ts
similarity index 100%
rename from types/enums/accountPage.ts
rename to apps/scandic-web/types/enums/accountPage.ts
diff --git a/types/enums/alert.ts b/apps/scandic-web/types/enums/alert.ts
similarity index 100%
rename from types/enums/alert.ts
rename to apps/scandic-web/types/enums/alert.ts
diff --git a/types/enums/blocks.ts b/apps/scandic-web/types/enums/blocks.ts
similarity index 100%
rename from types/enums/blocks.ts
rename to apps/scandic-web/types/enums/blocks.ts
diff --git a/types/enums/breakfast.ts b/apps/scandic-web/types/enums/breakfast.ts
similarity index 100%
rename from types/enums/breakfast.ts
rename to apps/scandic-web/types/enums/breakfast.ts
diff --git a/types/enums/cardGallery.ts b/apps/scandic-web/types/enums/cardGallery.ts
similarity index 100%
rename from types/enums/cardGallery.ts
rename to apps/scandic-web/types/enums/cardGallery.ts
diff --git a/types/enums/cards.ts b/apps/scandic-web/types/enums/cards.ts
similarity index 100%
rename from types/enums/cards.ts
rename to apps/scandic-web/types/enums/cards.ts
diff --git a/types/enums/cardsGrid.ts b/apps/scandic-web/types/enums/cardsGrid.ts
similarity index 100%
rename from types/enums/cardsGrid.ts
rename to apps/scandic-web/types/enums/cardsGrid.ts
diff --git a/types/enums/carouselCards.ts b/apps/scandic-web/types/enums/carouselCards.ts
similarity index 100%
rename from types/enums/carouselCards.ts
rename to apps/scandic-web/types/enums/carouselCards.ts
diff --git a/types/enums/collectionPage.ts b/apps/scandic-web/types/enums/collectionPage.ts
similarity index 100%
rename from types/enums/collectionPage.ts
rename to apps/scandic-web/types/enums/collectionPage.ts
diff --git a/types/enums/content.ts b/apps/scandic-web/types/enums/content.ts
similarity index 100%
rename from types/enums/content.ts
rename to apps/scandic-web/types/enums/content.ts
diff --git a/types/enums/contentPage.ts b/apps/scandic-web/types/enums/contentPage.ts
similarity index 100%
rename from types/enums/contentPage.ts
rename to apps/scandic-web/types/enums/contentPage.ts
diff --git a/types/enums/country.ts b/apps/scandic-web/types/enums/country.ts
similarity index 100%
rename from types/enums/country.ts
rename to apps/scandic-web/types/enums/country.ts
diff --git a/types/enums/currency.ts b/apps/scandic-web/types/enums/currency.ts
similarity index 100%
rename from types/enums/currency.ts
rename to apps/scandic-web/types/enums/currency.ts
diff --git a/types/enums/destinationCityPage.ts b/apps/scandic-web/types/enums/destinationCityPage.ts
similarity index 100%
rename from types/enums/destinationCityPage.ts
rename to apps/scandic-web/types/enums/destinationCityPage.ts
diff --git a/types/enums/destinationCountryPage.ts b/apps/scandic-web/types/enums/destinationCountryPage.ts
similarity index 100%
rename from types/enums/destinationCountryPage.ts
rename to apps/scandic-web/types/enums/destinationCountryPage.ts
diff --git a/types/enums/destinationOverviewPage.ts b/apps/scandic-web/types/enums/destinationOverviewPage.ts
similarity index 100%
rename from types/enums/destinationOverviewPage.ts
rename to apps/scandic-web/types/enums/destinationOverviewPage.ts
diff --git a/types/enums/dynamicContent.ts b/apps/scandic-web/types/enums/dynamicContent.ts
similarity index 100%
rename from types/enums/dynamicContent.ts
rename to apps/scandic-web/types/enums/dynamicContent.ts
diff --git a/types/enums/facilities.ts b/apps/scandic-web/types/enums/facilities.ts
similarity index 100%
rename from types/enums/facilities.ts
rename to apps/scandic-web/types/enums/facilities.ts
diff --git a/types/enums/hotelFilterAndSort.ts b/apps/scandic-web/types/enums/hotelFilterAndSort.ts
similarity index 100%
rename from types/enums/hotelFilterAndSort.ts
rename to apps/scandic-web/types/enums/hotelFilterAndSort.ts
diff --git a/types/enums/hotelListing.ts b/apps/scandic-web/types/enums/hotelListing.ts
similarity index 100%
rename from types/enums/hotelListing.ts
rename to apps/scandic-web/types/enums/hotelListing.ts
diff --git a/types/enums/hotelPage.ts b/apps/scandic-web/types/enums/hotelPage.ts
similarity index 100%
rename from types/enums/hotelPage.ts
rename to apps/scandic-web/types/enums/hotelPage.ts
diff --git a/types/enums/hotelType.ts b/apps/scandic-web/types/enums/hotelType.ts
similarity index 100%
rename from types/enums/hotelType.ts
rename to apps/scandic-web/types/enums/hotelType.ts
diff --git a/types/enums/joinLoyaltyContact.ts b/apps/scandic-web/types/enums/joinLoyaltyContact.ts
similarity index 100%
rename from types/enums/joinLoyaltyContact.ts
rename to apps/scandic-web/types/enums/joinLoyaltyContact.ts
diff --git a/types/enums/loyaltyPage.ts b/apps/scandic-web/types/enums/loyaltyPage.ts
similarity index 100%
rename from types/enums/loyaltyPage.ts
rename to apps/scandic-web/types/enums/loyaltyPage.ts
diff --git a/types/enums/meetingRooms.ts b/apps/scandic-web/types/enums/meetingRooms.ts
similarity index 100%
rename from types/enums/meetingRooms.ts
rename to apps/scandic-web/types/enums/meetingRooms.ts
diff --git a/types/enums/packages.ts b/apps/scandic-web/types/enums/packages.ts
similarity index 100%
rename from types/enums/packages.ts
rename to apps/scandic-web/types/enums/packages.ts
diff --git a/types/enums/pointOfInterest.ts b/apps/scandic-web/types/enums/pointOfInterest.ts
similarity index 100%
rename from types/enums/pointOfInterest.ts
rename to apps/scandic-web/types/enums/pointOfInterest.ts
diff --git a/types/enums/scriptedCard.ts b/apps/scandic-web/types/enums/scriptedCard.ts
similarity index 100%
rename from types/enums/scriptedCard.ts
rename to apps/scandic-web/types/enums/scriptedCard.ts
diff --git a/types/enums/sidebar.ts b/apps/scandic-web/types/enums/sidebar.ts
similarity index 100%
rename from types/enums/sidebar.ts
rename to apps/scandic-web/types/enums/sidebar.ts
diff --git a/types/enums/signatureHotel.ts b/apps/scandic-web/types/enums/signatureHotel.ts
similarity index 100%
rename from types/enums/signatureHotel.ts
rename to apps/scandic-web/types/enums/signatureHotel.ts
diff --git a/types/enums/startPage.ts b/apps/scandic-web/types/enums/startPage.ts
similarity index 100%
rename from types/enums/startPage.ts
rename to apps/scandic-web/types/enums/startPage.ts
diff --git a/types/enums/step.ts b/apps/scandic-web/types/enums/step.ts
similarity index 100%
rename from types/enums/step.ts
rename to apps/scandic-web/types/enums/step.ts
diff --git a/types/enums/transactions.ts b/apps/scandic-web/types/enums/transactions.ts
similarity index 100%
rename from types/enums/transactions.ts
rename to apps/scandic-web/types/enums/transactions.ts
diff --git a/types/enums/uspGrid.ts b/apps/scandic-web/types/enums/uspGrid.ts
similarity index 100%
rename from types/enums/uspGrid.ts
rename to apps/scandic-web/types/enums/uspGrid.ts
diff --git a/types/fetch.ts b/apps/scandic-web/types/fetch.ts
similarity index 100%
rename from types/fetch.ts
rename to apps/scandic-web/types/fetch.ts
diff --git a/types/graphql.d.ts b/apps/scandic-web/types/graphql.d.ts
similarity index 100%
rename from types/graphql.d.ts
rename to apps/scandic-web/types/graphql.d.ts
diff --git a/types/hotel.ts b/apps/scandic-web/types/hotel.ts
similarity index 100%
rename from types/hotel.ts
rename to apps/scandic-web/types/hotel.ts
diff --git a/types/i18n.ts b/apps/scandic-web/types/i18n.ts
similarity index 100%
rename from types/i18n.ts
rename to apps/scandic-web/types/i18n.ts
diff --git a/types/image.ts b/apps/scandic-web/types/image.ts
similarity index 100%
rename from types/image.ts
rename to apps/scandic-web/types/image.ts
diff --git a/types/jwt.d.ts b/apps/scandic-web/types/jwt.d.ts
similarity index 100%
rename from types/jwt.d.ts
rename to apps/scandic-web/types/jwt.d.ts
diff --git a/types/middleware.ts b/apps/scandic-web/types/middleware.ts
similarity index 100%
rename from types/middleware.ts
rename to apps/scandic-web/types/middleware.ts
diff --git a/types/next/error.ts b/apps/scandic-web/types/next/error.ts
similarity index 100%
rename from types/next/error.ts
rename to apps/scandic-web/types/next/error.ts
diff --git a/types/params.ts b/apps/scandic-web/types/params.ts
similarity index 100%
rename from types/params.ts
rename to apps/scandic-web/types/params.ts
diff --git a/types/providers/enter-details.ts b/apps/scandic-web/types/providers/enter-details.ts
similarity index 100%
rename from types/providers/enter-details.ts
rename to apps/scandic-web/types/providers/enter-details.ts
diff --git a/types/providers/hotel-data.ts b/apps/scandic-web/types/providers/hotel-data.ts
similarity index 100%
rename from types/providers/hotel-data.ts
rename to apps/scandic-web/types/providers/hotel-data.ts
diff --git a/types/providers/rates.ts b/apps/scandic-web/types/providers/rates.ts
similarity index 100%
rename from types/providers/rates.ts
rename to apps/scandic-web/types/providers/rates.ts
diff --git a/types/providers/room.ts b/apps/scandic-web/types/providers/room.ts
similarity index 100%
rename from types/providers/room.ts
rename to apps/scandic-web/types/providers/room.ts
diff --git a/types/request.ts b/apps/scandic-web/types/request.ts
similarity index 100%
rename from types/request.ts
rename to apps/scandic-web/types/request.ts
diff --git a/types/requests/asides/contact.ts b/apps/scandic-web/types/requests/asides/contact.ts
similarity index 100%
rename from types/requests/asides/contact.ts
rename to apps/scandic-web/types/requests/asides/contact.ts
diff --git a/types/requests/asides/puff.ts b/apps/scandic-web/types/requests/asides/puff.ts
similarity index 100%
rename from types/requests/asides/puff.ts
rename to apps/scandic-web/types/requests/asides/puff.ts
diff --git a/types/requests/blocks/list.ts b/apps/scandic-web/types/requests/blocks/list.ts
similarity index 100%
rename from types/requests/blocks/list.ts
rename to apps/scandic-web/types/requests/blocks/list.ts
diff --git a/types/requests/blocks/puff.ts b/apps/scandic-web/types/requests/blocks/puff.ts
similarity index 100%
rename from types/requests/blocks/puff.ts
rename to apps/scandic-web/types/requests/blocks/puff.ts
diff --git a/types/requests/blocks/text.ts b/apps/scandic-web/types/requests/blocks/text.ts
similarity index 100%
rename from types/requests/blocks/text.ts
rename to apps/scandic-web/types/requests/blocks/text.ts
diff --git a/types/requests/contentType.ts b/apps/scandic-web/types/requests/contentType.ts
similarity index 100%
rename from types/requests/contentType.ts
rename to apps/scandic-web/types/requests/contentType.ts
diff --git a/types/requests/currentBlockPage.ts b/apps/scandic-web/types/requests/currentBlockPage.ts
similarity index 100%
rename from types/requests/currentBlockPage.ts
rename to apps/scandic-web/types/requests/currentBlockPage.ts
diff --git a/types/requests/currentHeader.ts b/apps/scandic-web/types/requests/currentHeader.ts
similarity index 100%
rename from types/requests/currentHeader.ts
rename to apps/scandic-web/types/requests/currentHeader.ts
diff --git a/types/requests/embeds.ts b/apps/scandic-web/types/requests/embeds.ts
similarity index 100%
rename from types/requests/embeds.ts
rename to apps/scandic-web/types/requests/embeds.ts
diff --git a/types/requests/entry.ts b/apps/scandic-web/types/requests/entry.ts
similarity index 100%
rename from types/requests/entry.ts
rename to apps/scandic-web/types/requests/entry.ts
diff --git a/types/requests/hero.ts b/apps/scandic-web/types/requests/hero.ts
similarity index 100%
rename from types/requests/hero.ts
rename to apps/scandic-web/types/requests/hero.ts
diff --git a/types/requests/imageContainer.ts b/apps/scandic-web/types/requests/imageContainer.ts
similarity index 100%
rename from types/requests/imageContainer.ts
rename to apps/scandic-web/types/requests/imageContainer.ts
diff --git a/types/requests/languageSwitcher.ts b/apps/scandic-web/types/requests/languageSwitcher.ts
similarity index 100%
rename from types/requests/languageSwitcher.ts
rename to apps/scandic-web/types/requests/languageSwitcher.ts
diff --git a/types/requests/myPages/breadcrumbs.ts b/apps/scandic-web/types/requests/myPages/breadcrumbs.ts
similarity index 100%
rename from types/requests/myPages/breadcrumbs.ts
rename to apps/scandic-web/types/requests/myPages/breadcrumbs.ts
diff --git a/types/requests/packages.ts b/apps/scandic-web/types/requests/packages.ts
similarity index 100%
rename from types/requests/packages.ts
rename to apps/scandic-web/types/requests/packages.ts
diff --git a/types/requests/pageLinks.ts b/apps/scandic-web/types/requests/pageLinks.ts
similarity index 100%
rename from types/requests/pageLinks.ts
rename to apps/scandic-web/types/requests/pageLinks.ts
diff --git a/types/requests/preamble.ts b/apps/scandic-web/types/requests/preamble.ts
similarity index 100%
rename from types/requests/preamble.ts
rename to apps/scandic-web/types/requests/preamble.ts
diff --git a/types/requests/puff.ts b/apps/scandic-web/types/requests/puff.ts
similarity index 100%
rename from types/requests/puff.ts
rename to apps/scandic-web/types/requests/puff.ts
diff --git a/types/requests/rte.ts b/apps/scandic-web/types/requests/rte.ts
similarity index 100%
rename from types/requests/rte.ts
rename to apps/scandic-web/types/requests/rte.ts
diff --git a/types/requests/system.ts b/apps/scandic-web/types/requests/system.ts
similarity index 100%
rename from types/requests/system.ts
rename to apps/scandic-web/types/requests/system.ts
diff --git a/types/requests/trackingData.ts b/apps/scandic-web/types/requests/trackingData.ts
similarity index 100%
rename from types/requests/trackingData.ts
rename to apps/scandic-web/types/requests/trackingData.ts
diff --git a/types/requests/utils/all.ts b/apps/scandic-web/types/requests/utils/all.ts
similarity index 100%
rename from types/requests/utils/all.ts
rename to apps/scandic-web/types/requests/utils/all.ts
diff --git a/types/requests/utils/asset.ts b/apps/scandic-web/types/requests/utils/asset.ts
similarity index 100%
rename from types/requests/utils/asset.ts
rename to apps/scandic-web/types/requests/utils/asset.ts
diff --git a/types/requests/utils/edges.ts b/apps/scandic-web/types/requests/utils/edges.ts
similarity index 100%
rename from types/requests/utils/edges.ts
rename to apps/scandic-web/types/requests/utils/edges.ts
diff --git a/types/requests/utils/embeds.ts b/apps/scandic-web/types/requests/utils/embeds.ts
similarity index 100%
rename from types/requests/utils/embeds.ts
rename to apps/scandic-web/types/requests/utils/embeds.ts
diff --git a/types/requests/utils/pageLink.ts b/apps/scandic-web/types/requests/utils/pageLink.ts
similarity index 100%
rename from types/requests/utils/pageLink.ts
rename to apps/scandic-web/types/requests/utils/pageLink.ts
diff --git a/types/requests/utils/refs.ts b/apps/scandic-web/types/requests/utils/refs.ts
similarity index 100%
rename from types/requests/utils/refs.ts
rename to apps/scandic-web/types/requests/utils/refs.ts
diff --git a/types/requests/utils/typename.ts b/apps/scandic-web/types/requests/utils/typename.ts
similarity index 100%
rename from types/requests/utils/typename.ts
rename to apps/scandic-web/types/requests/utils/typename.ts
diff --git a/types/routes.ts b/apps/scandic-web/types/routes.ts
similarity index 100%
rename from types/routes.ts
rename to apps/scandic-web/types/routes.ts
diff --git a/types/rte/attrs.ts b/apps/scandic-web/types/rte/attrs.ts
similarity index 100%
rename from types/rte/attrs.ts
rename to apps/scandic-web/types/rte/attrs.ts
diff --git a/types/rte/enums.ts b/apps/scandic-web/types/rte/enums.ts
similarity index 100%
rename from types/rte/enums.ts
rename to apps/scandic-web/types/rte/enums.ts
diff --git a/types/rte/node.ts b/apps/scandic-web/types/rte/node.ts
similarity index 100%
rename from types/rte/node.ts
rename to apps/scandic-web/types/rte/node.ts
diff --git a/types/rte/option.ts b/apps/scandic-web/types/rte/option.ts
similarity index 100%
rename from types/rte/option.ts
rename to apps/scandic-web/types/rte/option.ts
diff --git a/types/sitemap.ts b/apps/scandic-web/types/sitemap.ts
similarity index 100%
rename from types/sitemap.ts
rename to apps/scandic-web/types/sitemap.ts
diff --git a/types/stores/enter-details.ts b/apps/scandic-web/types/stores/enter-details.ts
similarity index 100%
rename from types/stores/enter-details.ts
rename to apps/scandic-web/types/stores/enter-details.ts
diff --git a/types/stores/hotel-data.ts b/apps/scandic-web/types/stores/hotel-data.ts
similarity index 100%
rename from types/stores/hotel-data.ts
rename to apps/scandic-web/types/stores/hotel-data.ts
diff --git a/types/stores/rates.ts b/apps/scandic-web/types/stores/rates.ts
similarity index 100%
rename from types/stores/rates.ts
rename to apps/scandic-web/types/stores/rates.ts
diff --git a/types/tokens.ts b/apps/scandic-web/types/tokens.ts
similarity index 100%
rename from types/tokens.ts
rename to apps/scandic-web/types/tokens.ts
diff --git a/types/transitionTypes/jsontohtml.ts b/apps/scandic-web/types/transitionTypes/jsontohtml.ts
similarity index 100%
rename from types/transitionTypes/jsontohtml.ts
rename to apps/scandic-web/types/transitionTypes/jsontohtml.ts
diff --git a/types/transitionTypes/rte/attrs.ts b/apps/scandic-web/types/transitionTypes/rte/attrs.ts
similarity index 100%
rename from types/transitionTypes/rte/attrs.ts
rename to apps/scandic-web/types/transitionTypes/rte/attrs.ts
diff --git a/types/transitionTypes/rte/enums.ts b/apps/scandic-web/types/transitionTypes/rte/enums.ts
similarity index 100%
rename from types/transitionTypes/rte/enums.ts
rename to apps/scandic-web/types/transitionTypes/rte/enums.ts
diff --git a/types/transitionTypes/rte/node.ts b/apps/scandic-web/types/transitionTypes/rte/node.ts
similarity index 100%
rename from types/transitionTypes/rte/node.ts
rename to apps/scandic-web/types/transitionTypes/rte/node.ts
diff --git a/types/transitionTypes/rte/option.ts b/apps/scandic-web/types/transitionTypes/rte/option.ts
similarity index 100%
rename from types/transitionTypes/rte/option.ts
rename to apps/scandic-web/types/transitionTypes/rte/option.ts
diff --git a/types/trpc/meta.ts b/apps/scandic-web/types/trpc/meta.ts
similarity index 100%
rename from types/trpc/meta.ts
rename to apps/scandic-web/types/trpc/meta.ts
diff --git a/types/trpc/routers/booking/confirmation.ts b/apps/scandic-web/types/trpc/routers/booking/confirmation.ts
similarity index 100%
rename from types/trpc/routers/booking/confirmation.ts
rename to apps/scandic-web/types/trpc/routers/booking/confirmation.ts
diff --git a/types/trpc/routers/contentstack/accountPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/accountPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/accountPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/accountPage.ts
diff --git a/types/trpc/routers/contentstack/blocks.ts b/apps/scandic-web/types/trpc/routers/contentstack/blocks.ts
similarity index 100%
rename from types/trpc/routers/contentstack/blocks.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/blocks.ts
diff --git a/types/trpc/routers/contentstack/breadcrumbs.ts b/apps/scandic-web/types/trpc/routers/contentstack/breadcrumbs.ts
similarity index 100%
rename from types/trpc/routers/contentstack/breadcrumbs.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/breadcrumbs.ts
diff --git a/types/trpc/routers/contentstack/collectionPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/collectionPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/collectionPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/collectionPage.ts
diff --git a/types/trpc/routers/contentstack/contentPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/contentPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/contentPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/contentPage.ts
diff --git a/types/trpc/routers/contentstack/destinationCityPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/destinationCityPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/destinationCityPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/destinationCityPage.ts
diff --git a/types/trpc/routers/contentstack/destinationCountryPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/destinationCountryPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/destinationCountryPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/destinationCountryPage.ts
diff --git a/types/trpc/routers/contentstack/destinationOverviewPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/destinationOverviewPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/destinationOverviewPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/destinationOverviewPage.ts
diff --git a/types/trpc/routers/contentstack/footer.ts b/apps/scandic-web/types/trpc/routers/contentstack/footer.ts
similarity index 100%
rename from types/trpc/routers/contentstack/footer.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/footer.ts
diff --git a/types/trpc/routers/contentstack/header.ts b/apps/scandic-web/types/trpc/routers/contentstack/header.ts
similarity index 100%
rename from types/trpc/routers/contentstack/header.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/header.ts
diff --git a/types/trpc/routers/contentstack/hotelPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/hotelPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/hotelPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/hotelPage.ts
diff --git a/types/trpc/routers/contentstack/loyaltyPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/loyaltyPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/loyaltyPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/loyaltyPage.ts
diff --git a/types/trpc/routers/contentstack/metadata.ts b/apps/scandic-web/types/trpc/routers/contentstack/metadata.ts
similarity index 100%
rename from types/trpc/routers/contentstack/metadata.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/metadata.ts
diff --git a/types/trpc/routers/contentstack/partner.ts b/apps/scandic-web/types/trpc/routers/contentstack/partner.ts
similarity index 100%
rename from types/trpc/routers/contentstack/partner.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/partner.ts
diff --git a/types/trpc/routers/contentstack/sidebar.ts b/apps/scandic-web/types/trpc/routers/contentstack/sidebar.ts
similarity index 100%
rename from types/trpc/routers/contentstack/sidebar.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/sidebar.ts
diff --git a/types/trpc/routers/contentstack/siteConfig.ts b/apps/scandic-web/types/trpc/routers/contentstack/siteConfig.ts
similarity index 100%
rename from types/trpc/routers/contentstack/siteConfig.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/siteConfig.ts
diff --git a/types/trpc/routers/contentstack/startPage.ts b/apps/scandic-web/types/trpc/routers/contentstack/startPage.ts
similarity index 100%
rename from types/trpc/routers/contentstack/startPage.ts
rename to apps/scandic-web/types/trpc/routers/contentstack/startPage.ts
diff --git a/types/trpc/routers/hotel/availability.ts b/apps/scandic-web/types/trpc/routers/hotel/availability.ts
similarity index 100%
rename from types/trpc/routers/hotel/availability.ts
rename to apps/scandic-web/types/trpc/routers/hotel/availability.ts
diff --git a/types/trpc/routers/hotel/filter.ts b/apps/scandic-web/types/trpc/routers/hotel/filter.ts
similarity index 100%
rename from types/trpc/routers/hotel/filter.ts
rename to apps/scandic-web/types/trpc/routers/hotel/filter.ts
diff --git a/types/trpc/routers/hotel/hotel.ts b/apps/scandic-web/types/trpc/routers/hotel/hotel.ts
similarity index 100%
rename from types/trpc/routers/hotel/hotel.ts
rename to apps/scandic-web/types/trpc/routers/hotel/hotel.ts
diff --git a/types/trpc/routers/hotel/locations.ts b/apps/scandic-web/types/trpc/routers/hotel/locations.ts
similarity index 100%
rename from types/trpc/routers/hotel/locations.ts
rename to apps/scandic-web/types/trpc/routers/hotel/locations.ts
diff --git a/types/trpc/routers/hotel/rate.ts b/apps/scandic-web/types/trpc/routers/hotel/rate.ts
similarity index 100%
rename from types/trpc/routers/hotel/rate.ts
rename to apps/scandic-web/types/trpc/routers/hotel/rate.ts
diff --git a/types/trpc/routers/hotel/roomAvailability.ts b/apps/scandic-web/types/trpc/routers/hotel/roomAvailability.ts
similarity index 100%
rename from types/trpc/routers/hotel/roomAvailability.ts
rename to apps/scandic-web/types/trpc/routers/hotel/roomAvailability.ts
diff --git a/types/trpc/routers/utils/embeds.ts b/apps/scandic-web/types/trpc/routers/utils/embeds.ts
similarity index 100%
rename from types/trpc/routers/utils/embeds.ts
rename to apps/scandic-web/types/trpc/routers/utils/embeds.ts
diff --git a/types/user.ts b/apps/scandic-web/types/user.ts
similarity index 100%
rename from types/user.ts
rename to apps/scandic-web/types/user.ts
diff --git a/types/window.d.ts b/apps/scandic-web/types/window.d.ts
similarity index 100%
rename from types/window.d.ts
rename to apps/scandic-web/types/window.d.ts
diff --git a/utils/aes.ts b/apps/scandic-web/utils/aes.ts
similarity index 100%
rename from utils/aes.ts
rename to apps/scandic-web/utils/aes.ts
diff --git a/utils/cache.ts b/apps/scandic-web/utils/cache.ts
similarity index 100%
rename from utils/cache.ts
rename to apps/scandic-web/utils/cache.ts
diff --git a/utils/clientSession.ts b/apps/scandic-web/utils/clientSession.ts
similarity index 100%
rename from utils/clientSession.ts
rename to apps/scandic-web/utils/clientSession.ts
diff --git a/utils/contactConfig.ts b/apps/scandic-web/utils/contactConfig.ts
similarity index 100%
rename from utils/contactConfig.ts
rename to apps/scandic-web/utils/contactConfig.ts
diff --git a/utils/dateFormatting.ts b/apps/scandic-web/utils/dateFormatting.ts
similarity index 100%
rename from utils/dateFormatting.ts
rename to apps/scandic-web/utils/dateFormatting.ts
diff --git a/utils/debounce.ts b/apps/scandic-web/utils/debounce.ts
similarity index 100%
rename from utils/debounce.ts
rename to apps/scandic-web/utils/debounce.ts
diff --git a/utils/entry.ts b/apps/scandic-web/utils/entry.ts
similarity index 100%
rename from utils/entry.ts
rename to apps/scandic-web/utils/entry.ts
diff --git a/utils/facilityCards.ts b/apps/scandic-web/utils/facilityCards.ts
similarity index 100%
rename from utils/facilityCards.ts
rename to apps/scandic-web/utils/facilityCards.ts
diff --git a/utils/generateMetadata.ts b/apps/scandic-web/utils/generateMetadata.ts
similarity index 100%
rename from utils/generateMetadata.ts
rename to apps/scandic-web/utils/generateMetadata.ts
diff --git a/utils/generateTag.ts b/apps/scandic-web/utils/generateTag.ts
similarity index 100%
rename from utils/generateTag.ts
rename to apps/scandic-web/utils/generateTag.ts
diff --git a/utils/imageGallery.ts b/apps/scandic-web/utils/imageGallery.ts
similarity index 100%
rename from utils/imageGallery.ts
rename to apps/scandic-web/utils/imageGallery.ts
diff --git a/utils/imageVault.ts b/apps/scandic-web/utils/imageVault.ts
similarity index 100%
rename from utils/imageVault.ts
rename to apps/scandic-web/utils/imageVault.ts
diff --git a/utils/isValidJson.ts b/apps/scandic-web/utils/isValidJson.ts
similarity index 100%
rename from utils/isValidJson.ts
rename to apps/scandic-web/utils/isValidJson.ts
diff --git a/utils/jsonSchemas.ts b/apps/scandic-web/utils/jsonSchemas.ts
similarity index 100%
rename from utils/jsonSchemas.ts
rename to apps/scandic-web/utils/jsonSchemas.ts
diff --git a/utils/languages.ts b/apps/scandic-web/utils/languages.ts
similarity index 100%
rename from utils/languages.ts
rename to apps/scandic-web/utils/languages.ts
diff --git a/utils/loyaltyTable.ts b/apps/scandic-web/utils/loyaltyTable.ts
similarity index 100%
rename from utils/loyaltyTable.ts
rename to apps/scandic-web/utils/loyaltyTable.ts
diff --git a/utils/map.ts b/apps/scandic-web/utils/map.ts
similarity index 100%
rename from utils/map.ts
rename to apps/scandic-web/utils/map.ts
diff --git a/utils/maskValue.ts b/apps/scandic-web/utils/maskValue.ts
similarity index 100%
rename from utils/maskValue.ts
rename to apps/scandic-web/utils/maskValue.ts
diff --git a/utils/maskvalue.test.ts b/apps/scandic-web/utils/maskvalue.test.ts
similarity index 100%
rename from utils/maskvalue.test.ts
rename to apps/scandic-web/utils/maskvalue.test.ts
diff --git a/utils/membershipLevels.ts b/apps/scandic-web/utils/membershipLevels.ts
similarity index 100%
rename from utils/membershipLevels.ts
rename to apps/scandic-web/utils/membershipLevels.ts
diff --git a/utils/merge.ts b/apps/scandic-web/utils/merge.ts
similarity index 100%
rename from utils/merge.ts
rename to apps/scandic-web/utils/merge.ts
diff --git a/utils/numberFormatting.ts b/apps/scandic-web/utils/numberFormatting.ts
similarity index 100%
rename from utils/numberFormatting.ts
rename to apps/scandic-web/utils/numberFormatting.ts
diff --git a/utils/rangeArray.ts b/apps/scandic-web/utils/rangeArray.ts
similarity index 100%
rename from utils/rangeArray.ts
rename to apps/scandic-web/utils/rangeArray.ts
diff --git a/utils/rewards.ts b/apps/scandic-web/utils/rewards.ts
similarity index 100%
rename from utils/rewards.ts
rename to apps/scandic-web/utils/rewards.ts
diff --git a/utils/safeTry.ts b/apps/scandic-web/utils/safeTry.ts
similarity index 100%
rename from utils/safeTry.ts
rename to apps/scandic-web/utils/safeTry.ts
diff --git a/utils/session.ts b/apps/scandic-web/utils/session.ts
similarity index 100%
rename from utils/session.ts
rename to apps/scandic-web/utils/session.ts
diff --git a/utils/sitemap.ts b/apps/scandic-web/utils/sitemap.ts
similarity index 100%
rename from utils/sitemap.ts
rename to apps/scandic-web/utils/sitemap.ts
diff --git a/utils/tabbable.ts b/apps/scandic-web/utils/tabbable.ts
similarity index 100%
rename from utils/tabbable.ts
rename to apps/scandic-web/utils/tabbable.ts
diff --git a/utils/timeout.ts b/apps/scandic-web/utils/timeout.ts
similarity index 100%
rename from utils/timeout.ts
rename to apps/scandic-web/utils/timeout.ts
diff --git a/utils/tracking.ts b/apps/scandic-web/utils/tracking.ts
similarity index 100%
rename from utils/tracking.ts
rename to apps/scandic-web/utils/tracking.ts
diff --git a/utils/url.ts b/apps/scandic-web/utils/url.ts
similarity index 100%
rename from utils/url.ts
rename to apps/scandic-web/utils/url.ts
diff --git a/utils/user.ts b/apps/scandic-web/utils/user.ts
similarity index 100%
rename from utils/user.ts
rename to apps/scandic-web/utils/user.ts
diff --git a/utils/webviews.ts b/apps/scandic-web/utils/webviews.ts
similarity index 100%
rename from utils/webviews.ts
rename to apps/scandic-web/utils/webviews.ts
diff --git a/utils/zod/arrayValidator.ts b/apps/scandic-web/utils/zod/arrayValidator.ts
similarity index 100%
rename from utils/zod/arrayValidator.ts
rename to apps/scandic-web/utils/zod/arrayValidator.ts
diff --git a/utils/zod/numberValidator.ts b/apps/scandic-web/utils/zod/numberValidator.ts
similarity index 100%
rename from utils/zod/numberValidator.ts
rename to apps/scandic-web/utils/zod/numberValidator.ts
diff --git a/utils/zod/passwordValidator.ts b/apps/scandic-web/utils/zod/passwordValidator.ts
similarity index 100%
rename from utils/zod/passwordValidator.ts
rename to apps/scandic-web/utils/zod/passwordValidator.ts
diff --git a/utils/zod/phoneValidator.ts b/apps/scandic-web/utils/zod/phoneValidator.ts
similarity index 100%
rename from utils/zod/phoneValidator.ts
rename to apps/scandic-web/utils/zod/phoneValidator.ts
diff --git a/utils/zod/stringValidator.ts b/apps/scandic-web/utils/zod/stringValidator.ts
similarity index 100%
rename from utils/zod/stringValidator.ts
rename to apps/scandic-web/utils/zod/stringValidator.ts
diff --git a/lint-staged.config.mjs b/lint-staged.config.mjs
new file mode 100644
index 000000000..e4be87024
--- /dev/null
+++ b/lint-staged.config.mjs
@@ -0,0 +1,3 @@
+// Root export is required for composing multiple configs
+// but we don't want to actually do anything here
+export default { '*.placeholder': '' }
diff --git a/next-env.d.ts b/next-env.d.ts
deleted file mode 100644
index 40c3d6809..000000000
--- a/next-env.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-///
-///
-
-// NOTE: This file should not be edited
-// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index ce6dd0bb9..000000000
--- a/package-lock.json
+++ /dev/null
@@ -1,23466 +0,0 @@
-{
- "name": "web",
- "version": "0.1.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "web",
- "version": "0.1.0",
- "hasInstallScript": true,
- "dependencies": {
- "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.27",
- "@contentstack/live-preview-utils": "^3.0.0",
- "@hookform/error-message": "^2.0.1",
- "@hookform/resolvers": "^3.3.4",
- "@netlify/blobs": "^8.1.0",
- "@netlify/functions": "^3.0.0",
- "@netlify/plugin-nextjs": "^5.9.4",
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/sdk-metrics": "^1.25.1",
- "@radix-ui/react-dialog": "^1.1.1",
- "@radix-ui/react-slot": "^1.0.2",
- "@radix-ui/react-visually-hidden": "^1.1.0",
- "@react-aria/ssr": "^3.9.5",
- "@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.9",
- "@sentry/nextjs": "^8.41.0",
- "@t3-oss/env-nextjs": "^0.9.2",
- "@tanstack/react-query": "^5.28.6",
- "@tanstack/react-query-devtools": "^5.64.2",
- "@tanstack/react-table": "^8.20.5",
- "@trpc/client": "^11.0.0-rc.467",
- "@trpc/react-query": "^11.0.0-rc.467",
- "@trpc/server": "^11.0.0-rc.467",
- "@tsparticles/confetti": "^3.5.0",
- "@types/geojson": "^7946.0.16",
- "@types/supercluster": "^7.1.3",
- "@vercel/otel": "^1.9.1",
- "@vis.gl/react-google-maps": "^1.2.0",
- "class-variance-authority": "^0.7.0",
- "clean-deep": "^3.4.0",
- "contentstack": "^3.23.0",
- "dayjs": "^1.11.10",
- "deepmerge": "^4.3.1",
- "downshift": "^9.0.8",
- "embla-carousel": "^8.5.2",
- "embla-carousel-react": "^8.5.2",
- "fast-deep-equal": "^3.1.3",
- "fetch-retry": "^6.0.0",
- "framer-motion": "^11.3.28",
- "graphql": "^16.8.1",
- "graphql-request": "^6.1.0",
- "graphql-tag": "^2.12.6",
- "html-react-parser": "^5.2.2",
- "ics": "^3.8.1",
- "immer": "10.1.1",
- "input-otp": "^1.4.2",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "libphonenumber-js": "^1.10.60",
- "nanoid": "^5.0.9",
- "next": "^14.2.18",
- "next-auth": "5.0.0-beta.19",
- "react": "^18",
- "react-aria-components": "^1.6.0",
- "react-day-picker": "^9.0.8",
- "react-dom": "^18",
- "react-feather": "^2.0.10",
- "react-hook-form": "^7.51.2",
- "react-international-phone": "^4.2.6",
- "react-intl": "^6.6.8",
- "react-to-print": "^3.0.2",
- "server-only": "^0.0.1",
- "slugify": "^1.6.6",
- "sonner": "^1.7.0",
- "supercluster": "^8.0.1",
- "superjson": "^2.2.1",
- "usehooks-ts": "3.1.0",
- "uuid": "^11.0.5",
- "zod": "^3.22.4",
- "zustand": "^4.5.2"
- },
- "devDependencies": {
- "@svgr/webpack": "^8.1.0",
- "@testing-library/jest-dom": "^6.4.6",
- "@testing-library/react": "^16.0.0",
- "@testing-library/user-event": "^14.5.2",
- "@types/jest": "^29.5.12",
- "@types/json-stable-stringify-without-jsonify": "^1.0.2",
- "@types/node": "^20",
- "@types/react": "^18",
- "@types/react-dom": "^18",
- "@typescript-eslint/eslint-plugin": "^8.17.0",
- "@typescript-eslint/parser": "^8.17.0",
- "cypress": "^13.6.6",
- "dotenv": "^16.4.5",
- "eslint": "^8",
- "eslint-config-next": "^14.0.4",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-simple-import-sort": "^12.1.0",
- "husky": "^9.0.11",
- "jest": "^29.7.0",
- "jest-environment-jsdom": "^29.7.0",
- "jiti": "^1.21.0",
- "json-sort-cli": "^4.0.4",
- "lint-staged": "^15.2.2",
- "netlify-plugin-cypress": "^2.2.1",
- "prettier": "^3.2.5",
- "schema-dts": "^1.1.2",
- "start-server-and-test": "^2.0.3",
- "ts-node": "^10.9.2",
- "typescript": "^5",
- "typescript-plugin-css-modules": "^5.1.0"
- },
- "engines": {
- "node": "18"
- }
- },
- "node_modules/@aashutoshrathi/word-wrap": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
- "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/@adobe/css-tools": {
- "version": "4.3.3",
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz",
- "integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==",
- "dev": true
- },
- "node_modules/@ampproject/remapping": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@auth/core": {
- "version": "0.37.2",
- "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.37.2.tgz",
- "integrity": "sha512-kUvzyvkcd6h1vpeMAojK2y7+PAV5H+0Cc9+ZlKYDFhDY31AlvsB+GW5vNO4qE3Y07KeQgvNO9U0QUx/fN62kBw==",
- "dependencies": {
- "@panva/hkdf": "^1.2.1",
- "@types/cookie": "0.6.0",
- "cookie": "0.7.1",
- "jose": "^5.9.3",
- "oauth4webapi": "^3.0.0",
- "preact": "10.11.3",
- "preact-render-to-string": "5.2.3"
- },
- "peerDependencies": {
- "@simplewebauthn/browser": "^9.0.1",
- "@simplewebauthn/server": "^9.0.2",
- "nodemailer": "^6.8.0"
- },
- "peerDependenciesMeta": {
- "@simplewebauthn/browser": {
- "optional": true
- },
- "@simplewebauthn/server": {
- "optional": true
- },
- "nodemailer": {
- "optional": true
- }
- }
- },
- "node_modules/@azure/abort-controller": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
- "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
- "dependencies": {
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/core-auth": {
- "version": "1.7.2",
- "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.7.2.tgz",
- "integrity": "sha512-Igm/S3fDYmnMq1uKS38Ae1/m37B3zigdlZw+kocwEhh5GjyKjPrXKO2J6rzpC1wAxrNil/jX9BJRqBshyjnF3g==",
- "dependencies": {
- "@azure/abort-controller": "^2.0.0",
- "@azure/core-util": "^1.1.0",
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/core-client": {
- "version": "1.9.2",
- "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.9.2.tgz",
- "integrity": "sha512-kRdry/rav3fUKHl/aDLd/pDLcB+4pOFwPPTVEExuMyaI5r+JBbMWqRbCY1pn5BniDaU3lRxO9eaQ1AmSMehl/w==",
- "dependencies": {
- "@azure/abort-controller": "^2.0.0",
- "@azure/core-auth": "^1.4.0",
- "@azure/core-rest-pipeline": "^1.9.1",
- "@azure/core-tracing": "^1.0.0",
- "@azure/core-util": "^1.6.1",
- "@azure/logger": "^1.0.0",
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/core-rest-pipeline": {
- "version": "1.16.1",
- "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.16.1.tgz",
- "integrity": "sha512-ExPSbgjwCoht6kB7B4MeZoBAxcQSIl29r/bPeazZJx50ej4JJCByimLOrZoIsurISNyJQQHf30b3JfqC3Hb88A==",
- "dependencies": {
- "@azure/abort-controller": "^2.0.0",
- "@azure/core-auth": "^1.4.0",
- "@azure/core-tracing": "^1.0.1",
- "@azure/core-util": "^1.9.0",
- "@azure/logger": "^1.0.0",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.0",
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/core-rest-pipeline/node_modules/agent-base": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
- "dependencies": {
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
- "dependencies": {
- "agent-base": "^7.1.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/@azure/core-rest-pipeline/node_modules/https-proxy-agent": {
- "version": "7.0.5",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
- "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
- "dependencies": {
- "agent-base": "^7.0.2",
- "debug": "4"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/@azure/core-tracing": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.1.2.tgz",
- "integrity": "sha512-dawW9ifvWAWmUm9/h+/UQ2jrdvjCJ7VJEuCJ6XVNudzcOwm53BFZH4Q845vjfgoUAM8ZxokvVNxNxAITc502YA==",
- "dependencies": {
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/core-util": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.9.0.tgz",
- "integrity": "sha512-AfalUQ1ZppaKuxPPMsFEUdX6GZPB3d9paR9d/TTL7Ow2De8cJaC7ibi7kWVlFAVPCYo31OcnGymc0R89DX8Oaw==",
- "dependencies": {
- "@azure/abort-controller": "^2.0.0",
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/logger": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.2.tgz",
- "integrity": "sha512-l170uE7bsKpIU6B/giRc9i4NI0Mj+tANMMMxf7Zi/5cKzEqPayP7+X1WPrG7e+91JgY8N+7K7nF2WOi7iVhXvg==",
- "dependencies": {
- "tslib": "^2.6.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/monitor-opentelemetry-exporter": {
- "version": "1.0.0-beta.27",
- "resolved": "https://registry.npmjs.org/@azure/monitor-opentelemetry-exporter/-/monitor-opentelemetry-exporter-1.0.0-beta.27.tgz",
- "integrity": "sha512-21iXu9ubtPB7iO3ghnzMMdB0KwHpz7Zl1a9xSBR3Gl8IDUlXOBjMn6OT9+ycj9VZrTyEKiV59T9VTf0IlokPYQ==",
- "license": "MIT",
- "dependencies": {
- "@azure/core-auth": "^1.3.0",
- "@azure/core-client": "^1.0.0",
- "@azure/core-rest-pipeline": "^1.1.0",
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/api-logs": "^0.53.0",
- "@opentelemetry/core": "^1.26.0",
- "@opentelemetry/resources": "^1.26.0",
- "@opentelemetry/sdk-logs": "^0.53.0",
- "@opentelemetry/sdk-metrics": "^1.26.0",
- "@opentelemetry/sdk-trace-base": "^1.26.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "tslib": "^2.7.0"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@azure/monitor-opentelemetry-exporter/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@babel/code-frame": {
- "version": "7.24.2",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
- "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
- "license": "MIT",
- "dependencies": {
- "@babel/highlight": "^7.24.2",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/compat-data": {
- "version": "7.24.4",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
- "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/core": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
- "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
- "license": "MIT",
- "dependencies": {
- "@ampproject/remapping": "^2.2.0",
- "@babel/code-frame": "^7.24.2",
- "@babel/generator": "^7.24.5",
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-module-transforms": "^7.24.5",
- "@babel/helpers": "^7.24.5",
- "@babel/parser": "^7.24.5",
- "@babel/template": "^7.24.0",
- "@babel/traverse": "^7.24.5",
- "@babel/types": "^7.24.5",
- "convert-source-map": "^2.0.0",
- "debug": "^4.1.0",
- "gensync": "^1.0.0-beta.2",
- "json5": "^2.2.3",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
- }
- },
- "node_modules/@babel/core/node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "license": "MIT",
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/generator": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
- "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.5",
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25",
- "jsesc": "^2.5.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-annotate-as-pure": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
- "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
- "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.22.15"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets": {
- "version": "7.23.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
- "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.23.5",
- "@babel/helper-validator-option": "^7.23.5",
- "browserslist": "^4.22.2",
- "lru-cache": "^5.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
- "license": "ISC",
- "dependencies": {
- "yallist": "^3.0.2"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "license": "ISC"
- },
- "node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
- "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-member-expression-to-functions": "^7.24.5",
- "@babel/helper-optimise-call-expression": "^7.22.5",
- "@babel/helper-replace-supers": "^7.24.1",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
- "@babel/helper-split-export-declaration": "^7.24.5",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-create-regexp-features-plugin": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
- "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "regexpu-core": "^5.3.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.6.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
- "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.22.6",
- "@babel/helper-plugin-utils": "^7.22.5",
- "debug": "^4.1.1",
- "lodash.debounce": "^4.0.8",
- "resolve": "^1.14.2"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/@babel/helper-environment-visitor": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
- "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-function-name": {
- "version": "7.23.0",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
- "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.22.15",
- "@babel/types": "^7.23.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-hoist-variables": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
- "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-member-expression-to-functions": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
- "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-imports": {
- "version": "7.24.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
- "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-module-transforms": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
- "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-module-imports": "^7.24.3",
- "@babel/helper-simple-access": "^7.24.5",
- "@babel/helper-split-export-declaration": "^7.24.5",
- "@babel/helper-validator-identifier": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-optimise-call-expression": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
- "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-plugin-utils": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
- "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.22.20",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
- "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-wrap-function": "^7.22.20"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-replace-supers": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
- "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-member-expression-to-functions": "^7.23.0",
- "@babel/helper-optimise-call-expression": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
- "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
- "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-split-export-declaration": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
- "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-string-parser": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
- "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-identifier": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
- "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-validator-option": {
- "version": "7.23.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
- "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-wrap-function": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz",
- "integrity": "sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-function-name": "^7.23.0",
- "@babel/template": "^7.24.0",
- "@babel/types": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helpers": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
- "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
- "license": "MIT",
- "dependencies": {
- "@babel/template": "^7.24.0",
- "@babel/traverse": "^7.24.5",
- "@babel/types": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz",
- "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-validator-identifier": "^7.24.5",
- "chalk": "^2.4.2",
- "js-tokens": "^4.0.0",
- "picocolors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "license": "MIT",
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "license": "MIT",
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "license": "MIT",
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/@babel/highlight/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "license": "MIT"
- },
- "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "license": "MIT",
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/@babel/highlight/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/highlight/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "license": "MIT",
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/parser": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
- "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
- "license": "MIT",
- "bin": {
- "parser": "bin/babel-parser.js"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz",
- "integrity": "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-plugin-utils": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz",
- "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz",
- "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
- "@babel/plugin-transform-optional-chaining": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.13.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz",
- "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-proposal-private-property-in-object": {
- "version": "7.21.0-placeholder-for-preset-env.2",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
- "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-async-generators": {
- "version": "7.8.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
- "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-bigint": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
- "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-class-properties": {
- "version": "7.12.13",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
- "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.12.13"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-class-static-block": {
- "version": "7.14.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
- "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-dynamic-import": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
- "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-export-namespace-from": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
- "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.3"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz",
- "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-attributes": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz",
- "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-meta": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
- "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-json-strings": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
- "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-jsx": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
- "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
- "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
- "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-numeric-separator": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
- "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.10.4"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-object-rest-spread": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
- "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-optional-catch-binding": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
- "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-optional-chaining": {
- "version": "7.8.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
- "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-private-property-in-object": {
- "version": "7.14.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
- "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-top-level-await": {
- "version": "7.14.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
- "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-typescript": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz",
- "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
- "version": "7.18.6",
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
- "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-arrow-functions": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz",
- "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.24.3",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz",
- "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-remap-async-to-generator": "^7.22.20",
- "@babel/plugin-syntax-async-generators": "^7.8.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz",
- "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-imports": "^7.24.1",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-remap-async-to-generator": "^7.22.20"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoped-functions": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz",
- "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz",
- "integrity": "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz",
- "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.24.1",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-static-block": {
- "version": "7.24.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz",
- "integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.24.4",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-class-static-block": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.12.0"
- }
- },
- "node_modules/@babel/plugin-transform-classes": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz",
- "integrity": "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/helper-replace-supers": "^7.24.1",
- "@babel/helper-split-export-declaration": "^7.24.5",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-classes/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz",
- "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/template": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz",
- "integrity": "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-dotall-regex": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz",
- "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-duplicate-keys": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz",
- "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-dynamic-import": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz",
- "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-exponentiation-operator": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz",
- "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-export-namespace-from": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz",
- "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-for-of": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz",
- "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-function-name": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz",
- "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-json-strings": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz",
- "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-json-strings": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-literals": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz",
- "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz",
- "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-member-expression-literals": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz",
- "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz",
- "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
- "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-simple-access": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz",
- "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-validator-identifier": "^7.22.20"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-umd": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz",
- "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-module-transforms": "^7.23.3",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
- "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.5",
- "@babel/helper-plugin-utils": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-new-target": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz",
- "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz",
- "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz",
- "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-numeric-separator": "^7.10.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz",
- "integrity": "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
- "@babel/plugin-transform-parameters": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-object-super": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz",
- "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-replace-supers": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz",
- "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz",
- "integrity": "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
- "@babel/plugin-syntax-optional-chaining": "^7.8.3"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-parameters": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz",
- "integrity": "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz",
- "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.24.1",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz",
- "integrity": "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-create-class-features-plugin": "^7.24.5",
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-property-literals": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz",
- "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-react-constant-elements": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz",
- "integrity": "sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-react-display-name": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz",
- "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-react-jsx": {
- "version": "7.23.4",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
- "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-module-imports": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/plugin-syntax-jsx": "^7.23.3",
- "@babel/types": "^7.23.4"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-react-jsx-development": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
- "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-react-pure-annotations": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz",
- "integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz",
- "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "regenerator-transform": "^0.15.2"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-reserved-words": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz",
- "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-shorthand-properties": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz",
- "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-spread": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz",
- "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz",
- "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-template-literals": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz",
- "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-typeof-symbol": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz",
- "integrity": "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-typescript": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz",
- "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-create-class-features-plugin": "^7.24.5",
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/plugin-syntax-typescript": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-escapes": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz",
- "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-property-regex": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz",
- "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-regex": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz",
- "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-sets-regex": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz",
- "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/preset-env": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz",
- "integrity": "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.24.4",
- "@babel/helper-compilation-targets": "^7.23.6",
- "@babel/helper-plugin-utils": "^7.24.5",
- "@babel/helper-validator-option": "^7.23.5",
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5",
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
- "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
- "@babel/plugin-syntax-async-generators": "^7.8.4",
- "@babel/plugin-syntax-class-properties": "^7.12.13",
- "@babel/plugin-syntax-class-static-block": "^7.14.5",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
- "@babel/plugin-syntax-import-assertions": "^7.24.1",
- "@babel/plugin-syntax-import-attributes": "^7.24.1",
- "@babel/plugin-syntax-import-meta": "^7.10.4",
- "@babel/plugin-syntax-json-strings": "^7.8.3",
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
- "@babel/plugin-syntax-numeric-separator": "^7.10.4",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
- "@babel/plugin-syntax-top-level-await": "^7.14.5",
- "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
- "@babel/plugin-transform-arrow-functions": "^7.24.1",
- "@babel/plugin-transform-async-generator-functions": "^7.24.3",
- "@babel/plugin-transform-async-to-generator": "^7.24.1",
- "@babel/plugin-transform-block-scoped-functions": "^7.24.1",
- "@babel/plugin-transform-block-scoping": "^7.24.5",
- "@babel/plugin-transform-class-properties": "^7.24.1",
- "@babel/plugin-transform-class-static-block": "^7.24.4",
- "@babel/plugin-transform-classes": "^7.24.5",
- "@babel/plugin-transform-computed-properties": "^7.24.1",
- "@babel/plugin-transform-destructuring": "^7.24.5",
- "@babel/plugin-transform-dotall-regex": "^7.24.1",
- "@babel/plugin-transform-duplicate-keys": "^7.24.1",
- "@babel/plugin-transform-dynamic-import": "^7.24.1",
- "@babel/plugin-transform-exponentiation-operator": "^7.24.1",
- "@babel/plugin-transform-export-namespace-from": "^7.24.1",
- "@babel/plugin-transform-for-of": "^7.24.1",
- "@babel/plugin-transform-function-name": "^7.24.1",
- "@babel/plugin-transform-json-strings": "^7.24.1",
- "@babel/plugin-transform-literals": "^7.24.1",
- "@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
- "@babel/plugin-transform-member-expression-literals": "^7.24.1",
- "@babel/plugin-transform-modules-amd": "^7.24.1",
- "@babel/plugin-transform-modules-commonjs": "^7.24.1",
- "@babel/plugin-transform-modules-systemjs": "^7.24.1",
- "@babel/plugin-transform-modules-umd": "^7.24.1",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
- "@babel/plugin-transform-new-target": "^7.24.1",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
- "@babel/plugin-transform-numeric-separator": "^7.24.1",
- "@babel/plugin-transform-object-rest-spread": "^7.24.5",
- "@babel/plugin-transform-object-super": "^7.24.1",
- "@babel/plugin-transform-optional-catch-binding": "^7.24.1",
- "@babel/plugin-transform-optional-chaining": "^7.24.5",
- "@babel/plugin-transform-parameters": "^7.24.5",
- "@babel/plugin-transform-private-methods": "^7.24.1",
- "@babel/plugin-transform-private-property-in-object": "^7.24.5",
- "@babel/plugin-transform-property-literals": "^7.24.1",
- "@babel/plugin-transform-regenerator": "^7.24.1",
- "@babel/plugin-transform-reserved-words": "^7.24.1",
- "@babel/plugin-transform-shorthand-properties": "^7.24.1",
- "@babel/plugin-transform-spread": "^7.24.1",
- "@babel/plugin-transform-sticky-regex": "^7.24.1",
- "@babel/plugin-transform-template-literals": "^7.24.1",
- "@babel/plugin-transform-typeof-symbol": "^7.24.5",
- "@babel/plugin-transform-unicode-escapes": "^7.24.1",
- "@babel/plugin-transform-unicode-property-regex": "^7.24.1",
- "@babel/plugin-transform-unicode-regex": "^7.24.1",
- "@babel/plugin-transform-unicode-sets-regex": "^7.24.1",
- "@babel/preset-modules": "0.1.6-no-external-plugins",
- "babel-plugin-polyfill-corejs2": "^0.4.10",
- "babel-plugin-polyfill-corejs3": "^0.10.4",
- "babel-plugin-polyfill-regenerator": "^0.6.1",
- "core-js-compat": "^3.31.0",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/preset-env/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/preset-modules": {
- "version": "0.1.6-no-external-plugins",
- "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
- "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/types": "^7.4.4",
- "esutils": "^2.0.2"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/@babel/preset-react": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz",
- "integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-validator-option": "^7.23.5",
- "@babel/plugin-transform-react-display-name": "^7.24.1",
- "@babel/plugin-transform-react-jsx": "^7.23.4",
- "@babel/plugin-transform-react-jsx-development": "^7.22.5",
- "@babel/plugin-transform-react-pure-annotations": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/preset-typescript": {
- "version": "7.24.1",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz",
- "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.24.0",
- "@babel/helper-validator-option": "^7.23.5",
- "@babel/plugin-syntax-jsx": "^7.24.1",
- "@babel/plugin-transform-modules-commonjs": "^7.24.1",
- "@babel/plugin-transform-typescript": "^7.24.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/regjsgen": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
- "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/@babel/runtime": {
- "version": "7.25.6",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
- "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
- "license": "MIT",
- "dependencies": {
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/template": {
- "version": "7.24.0",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
- "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.23.5",
- "@babel/parser": "^7.24.0",
- "@babel/types": "^7.24.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
- "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.24.2",
- "@babel/generator": "^7.24.5",
- "@babel/helper-environment-visitor": "^7.22.20",
- "@babel/helper-function-name": "^7.23.0",
- "@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-split-export-declaration": "^7.24.5",
- "@babel/parser": "^7.24.5",
- "@babel/types": "^7.24.5",
- "debug": "^4.3.1",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/traverse/node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@babel/types": {
- "version": "7.24.5",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
- "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
- "license": "MIT",
- "dependencies": {
- "@babel/helper-string-parser": "^7.24.1",
- "@babel/helper-validator-identifier": "^7.24.5",
- "to-fast-properties": "^2.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@bcoe/v8-coverage": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
- "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
- "dev": true
- },
- "node_modules/@colors/colors": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
- "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
- "dev": true,
- "optional": true,
- "engines": {
- "node": ">=0.1.90"
- }
- },
- "node_modules/@contentstack/live-preview-utils": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-3.0.0.tgz",
- "integrity": "sha512-zu2Xxg02MaTYMp+H+Q7YO5NfhhGe0wRuanpmF6Z3NUWS/oebr0yvJtqTctbE7NVw/dYpRRkviMe7p9CpIg5oaQ==",
- "dependencies": {
- "@preact/compat": "^17.1.2",
- "@preact/signals": "^1.2.2",
- "classnames": "^2.5.1",
- "deepsignal": "^1.5.0",
- "goober": "^2.1.14",
- "lodash-es": "^4.17.21",
- "mustache": "^4.2.0",
- "preact": "^10.19.5",
- "uuid": "^8.3.2"
- },
- "optionalDependencies": {
- "@rollup/rollup-linux-x64-gnu": "4.9.5"
- }
- },
- "node_modules/@contentstack/live-preview-utils/node_modules/deepsignal": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/deepsignal/-/deepsignal-1.5.0.tgz",
- "integrity": "sha512-bFywDpBUUWMs576H2dgLFLLFuQ/UWXbzHfKD98MZTfGsl7+twIzvz4ihCNrRrZ/Emz3kqJaNIAp5eBWUEWhnAw==",
- "peerDependencies": {
- "@preact/signals": "^1.1.4",
- "@preact/signals-core": "^1.5.1",
- "@preact/signals-react": "^1.3.8 || ^2.0.0",
- "preact": "^10.16.0"
- },
- "peerDependenciesMeta": {
- "@preact/signals": {
- "optional": true
- },
- "@preact/signals-core": {
- "optional": true
- },
- "@preact/signals-react": {
- "optional": true
- },
- "preact": {
- "optional": true
- }
- }
- },
- "node_modules/@contentstack/live-preview-utils/node_modules/preact": {
- "version": "10.24.3",
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz",
- "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/preact"
- }
- },
- "node_modules/@contentstack/live-preview-utils/node_modules/uuid": {
- "version": "8.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
- "node_modules/@contentstack/utils": {
- "version": "1.3.17",
- "resolved": "https://registry.npmjs.org/@contentstack/utils/-/utils-1.3.17.tgz",
- "integrity": "sha512-RwuhAUa28wTuHoDkzMFFcookangKr3gJVzyk9nd48RO+8WHSboFGVy4NCI8Zx2BiqbhjcYGtPyMZrLiIuNtyVQ=="
- },
- "node_modules/@cspotcode/source-map-support": {
- "version": "0.8.1",
- "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
- "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
- "dev": true,
- "dependencies": {
- "@jridgewell/trace-mapping": "0.3.9"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
- "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
- "dev": true,
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.0.3",
- "@jridgewell/sourcemap-codec": "^1.4.10"
- }
- },
- "node_modules/@cypress/request": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz",
- "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==",
- "dev": true,
- "dependencies": {
- "aws-sign2": "~0.7.0",
- "aws4": "^1.8.0",
- "caseless": "~0.12.0",
- "combined-stream": "~1.0.6",
- "extend": "~3.0.2",
- "forever-agent": "~0.6.1",
- "form-data": "~2.3.2",
- "http-signature": "~1.3.6",
- "is-typedarray": "~1.0.0",
- "isstream": "~0.1.2",
- "json-stringify-safe": "~5.0.1",
- "mime-types": "~2.1.19",
- "performance-now": "^2.1.0",
- "qs": "6.10.4",
- "safe-buffer": "^5.1.2",
- "tough-cookie": "^4.1.3",
- "tunnel-agent": "^0.6.0",
- "uuid": "^8.3.2"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@cypress/request/node_modules/uuid": {
- "version": "8.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "dev": true,
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
- "node_modules/@cypress/xvfb": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz",
- "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==",
- "dev": true,
- "dependencies": {
- "debug": "^3.1.0",
- "lodash.once": "^4.1.1"
- }
- },
- "node_modules/@cypress/xvfb/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
- "dev": true,
- "dependencies": {
- "eslint-visitor-keys": "^3.3.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "peerDependencies": {
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
- }
- },
- "node_modules/@eslint-community/regexpp": {
- "version": "4.10.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
- "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
- "dev": true,
- "engines": {
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
- }
- },
- "node_modules/@eslint/eslintrc": {
- "version": "2.1.4",
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
- "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.3.2",
- "espree": "^9.6.0",
- "globals": "^13.19.0",
- "ignore": "^5.2.0",
- "import-fresh": "^3.2.1",
- "js-yaml": "^4.1.0",
- "minimatch": "^3.1.2",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@eslint/js": {
- "version": "8.57.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
- "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
- "dev": true,
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- }
- },
- "node_modules/@formatjs/ecma402-abstract": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz",
- "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/intl-localematcher": "0.5.4",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/fast-memoize": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz",
- "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==",
- "dependencies": {
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/icu-messageformat-parser": {
- "version": "2.7.8",
- "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz",
- "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/icu-skeleton-parser": "1.8.2",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/icu-skeleton-parser": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz",
- "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/intl": {
- "version": "2.10.4",
- "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.4.tgz",
- "integrity": "sha512-56483O+HVcL0c7VucAS2tyH020mt9XTozZO67cwtGg0a7KWDukS/FzW3OnvaHmTHDuYsoPIzO+ZHVfU6fT/bJw==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/fast-memoize": "2.2.0",
- "@formatjs/icu-messageformat-parser": "2.7.8",
- "@formatjs/intl-displaynames": "6.6.8",
- "@formatjs/intl-listformat": "7.5.7",
- "intl-messageformat": "10.5.14",
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "typescript": "^4.7 || 5"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@formatjs/intl-displaynames": {
- "version": "6.6.8",
- "resolved": "https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.8.tgz",
- "integrity": "sha512-Lgx6n5KxN16B3Pb05z3NLEBQkGoXnGjkTBNCZI+Cn17YjHJ3fhCeEJJUqRlIZmJdmaXQhjcQVDp6WIiNeRYT5g==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/intl-localematcher": "0.5.4",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/intl-listformat": {
- "version": "7.5.7",
- "resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.7.tgz",
- "integrity": "sha512-MG2TSChQJQT9f7Rlv+eXwUFiG24mKSzmF144PLb8m8OixyXqn4+YWU+5wZracZGCgVTVmx8viCf7IH3QXoiB2g==",
- "license": "MIT",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/intl-localematcher": "0.5.4",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@formatjs/intl-localematcher": {
- "version": "0.5.4",
- "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz",
- "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==",
- "dependencies": {
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@graphql-typed-document-node/core": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
- "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
- "peerDependencies": {
- "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
- }
- },
- "node_modules/@hapi/hoek": {
- "version": "9.3.0",
- "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
- "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
- "dev": true
- },
- "node_modules/@hapi/topo": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
- "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
- "dev": true,
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- }
- },
- "node_modules/@hookform/error-message": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@hookform/error-message/-/error-message-2.0.1.tgz",
- "integrity": "sha512-U410sAr92xgxT1idlu9WWOVjndxLdgPUHEB8Schr27C9eh7/xUnITWpCMF93s+lGiG++D4JnbSnrb5A21AdSNg==",
- "peerDependencies": {
- "react": ">=16.8.0",
- "react-dom": ">=16.8.0",
- "react-hook-form": "^7.0.0"
- }
- },
- "node_modules/@hookform/resolvers": {
- "version": "3.3.4",
- "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.4.tgz",
- "integrity": "sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==",
- "peerDependencies": {
- "react-hook-form": "^7.0.0"
- }
- },
- "node_modules/@humanwhocodes/config-array": {
- "version": "0.11.14",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
- "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
- "dev": true,
- "dependencies": {
- "@humanwhocodes/object-schema": "^2.0.2",
- "debug": "^4.3.1",
- "minimatch": "^3.0.5"
- },
- "engines": {
- "node": ">=10.10.0"
- }
- },
- "node_modules/@humanwhocodes/module-importer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
- "dev": true,
- "engines": {
- "node": ">=12.22"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/nzakas"
- }
- },
- "node_modules/@humanwhocodes/object-schema": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
- "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
- "dev": true
- },
- "node_modules/@internationalized/date": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.7.0.tgz",
- "integrity": "sha512-VJ5WS3fcVx0bejE/YHfbDKR/yawZgKqn/if+oEeLqNwBtPzVB06olkfcnojTmEMX+gTpH+FlQ69SHNitJ8/erQ==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- }
- },
- "node_modules/@internationalized/message": {
- "version": "3.1.6",
- "resolved": "https://registry.npmjs.org/@internationalized/message/-/message-3.1.6.tgz",
- "integrity": "sha512-JxbK3iAcTIeNr1p0WIFg/wQJjIzJt9l/2KNY/48vXV7GRGZSv3zMxJsce008fZclk2cDC8y0Ig3odceHO7EfNQ==",
- "dependencies": {
- "@swc/helpers": "^0.5.0",
- "intl-messageformat": "^10.1.0"
- }
- },
- "node_modules/@internationalized/number": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.0.tgz",
- "integrity": "sha512-PtrRcJVy7nw++wn4W2OuePQQfTqDzfusSuY1QTtui4wa7r+rGVtR75pO8CyKvHvzyQYi3Q1uO5sY0AsB4e65Bw==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- }
- },
- "node_modules/@internationalized/string": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.2.5.tgz",
- "integrity": "sha512-rKs71Zvl2OKOHM+mzAFMIyqR5hI1d1O6BBkMK2/lkfg3fkmVh9Eeg0awcA8W2WqYqDOv6a86DIOlFpggwLtbuw==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
- "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
- "dev": true,
- "dependencies": {
- "camelcase": "^5.3.1",
- "find-up": "^4.1.0",
- "get-package-type": "^0.1.0",
- "js-yaml": "^3.13.1",
- "resolve-from": "^5.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
- "dev": true,
- "dependencies": {
- "sprintf-js": "~1.0.2"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
- "dev": true,
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
- "version": "3.14.1",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
- "dev": true,
- "dependencies": {
- "argparse": "^1.0.7",
- "esprima": "^4.0.0"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
- "dev": true,
- "dependencies": {
- "p-locate": "^4.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
- "dev": true,
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
- "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@istanbuljs/schema": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@jest/console": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
- "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "jest-message-util": "^29.7.0",
- "jest-util": "^29.7.0",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/core": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
- "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
- "dev": true,
- "dependencies": {
- "@jest/console": "^29.7.0",
- "@jest/reporters": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/transform": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "ansi-escapes": "^4.2.1",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "exit": "^0.1.2",
- "graceful-fs": "^4.2.9",
- "jest-changed-files": "^29.7.0",
- "jest-config": "^29.7.0",
- "jest-haste-map": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-regex-util": "^29.6.3",
- "jest-resolve": "^29.7.0",
- "jest-resolve-dependencies": "^29.7.0",
- "jest-runner": "^29.7.0",
- "jest-runtime": "^29.7.0",
- "jest-snapshot": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "jest-watcher": "^29.7.0",
- "micromatch": "^4.0.4",
- "pretty-format": "^29.7.0",
- "slash": "^3.0.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
- }
- },
- "node_modules/@jest/core/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@jest/core/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/core/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/@jest/environment": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
- "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
- "dev": true,
- "dependencies": {
- "@jest/fake-timers": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-mock": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/expect": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
- "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
- "dev": true,
- "dependencies": {
- "expect": "^29.7.0",
- "jest-snapshot": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/expect-utils": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
- "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
- "dev": true,
- "dependencies": {
- "jest-get-type": "^29.6.3"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/fake-timers": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
- "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@sinonjs/fake-timers": "^10.0.2",
- "@types/node": "*",
- "jest-message-util": "^29.7.0",
- "jest-mock": "^29.7.0",
- "jest-util": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/globals": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
- "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
- "dev": true,
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/expect": "^29.7.0",
- "@jest/types": "^29.6.3",
- "jest-mock": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/reporters": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
- "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
- "dev": true,
- "dependencies": {
- "@bcoe/v8-coverage": "^0.2.3",
- "@jest/console": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/transform": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@jridgewell/trace-mapping": "^0.3.18",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "collect-v8-coverage": "^1.0.0",
- "exit": "^0.1.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.2.9",
- "istanbul-lib-coverage": "^3.0.0",
- "istanbul-lib-instrument": "^6.0.0",
- "istanbul-lib-report": "^3.0.0",
- "istanbul-lib-source-maps": "^4.0.0",
- "istanbul-reports": "^3.1.3",
- "jest-message-util": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-worker": "^29.7.0",
- "slash": "^3.0.0",
- "string-length": "^4.0.1",
- "strip-ansi": "^6.0.0",
- "v8-to-istanbul": "^9.0.1"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
- }
- },
- "node_modules/@jest/reporters/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@jest/schemas": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
- "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
- "dev": true,
- "dependencies": {
- "@sinclair/typebox": "^0.27.8"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/source-map": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
- "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
- "dev": true,
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.18",
- "callsites": "^3.0.0",
- "graceful-fs": "^4.2.9"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/test-result": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
- "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
- "dev": true,
- "dependencies": {
- "@jest/console": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/istanbul-lib-coverage": "^2.0.0",
- "collect-v8-coverage": "^1.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/test-sequencer": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
- "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
- "dev": true,
- "dependencies": {
- "@jest/test-result": "^29.7.0",
- "graceful-fs": "^4.2.9",
- "jest-haste-map": "^29.7.0",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/transform": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
- "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.11.6",
- "@jest/types": "^29.6.3",
- "@jridgewell/trace-mapping": "^0.3.18",
- "babel-plugin-istanbul": "^6.1.1",
- "chalk": "^4.0.0",
- "convert-source-map": "^2.0.0",
- "fast-json-stable-stringify": "^2.1.0",
- "graceful-fs": "^4.2.9",
- "jest-haste-map": "^29.7.0",
- "jest-regex-util": "^29.6.3",
- "jest-util": "^29.7.0",
- "micromatch": "^4.0.4",
- "pirates": "^4.0.4",
- "slash": "^3.0.0",
- "write-file-atomic": "^4.0.2"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jest/types": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
- "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "@types/istanbul-lib-coverage": "^2.0.0",
- "@types/istanbul-reports": "^3.0.0",
- "@types/node": "*",
- "@types/yargs": "^17.0.8",
- "chalk": "^4.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "license": "MIT",
- "dependencies": {
- "@jridgewell/set-array": "^1.2.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.24"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/resolve-uri": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/set-array": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/@jridgewell/source-map": {
- "version": "0.3.6",
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
- "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
- "peer": true,
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.5",
- "@jridgewell/trace-mapping": "^0.3.25"
- }
- },
- "node_modules/@jridgewell/sourcemap-codec": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
- },
- "node_modules/@jridgewell/trace-mapping": {
- "version": "0.3.25",
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "license": "MIT",
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
- },
- "node_modules/@koa/cors": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.3.tgz",
- "integrity": "sha512-WPXQUaAeAMVaLTEFpoq3T2O1C+FstkjJnDQqy95Ck1UdILajsRhu6mhJ8H2f4NFPRBoCNN+qywTJfq/gGki5mw==",
- "dev": true,
- "dependencies": {
- "vary": "^1.1.2"
- },
- "engines": {
- "node": ">= 8.0.0"
- }
- },
- "node_modules/@netlify/blobs": {
- "version": "8.1.1",
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.1.1.tgz",
- "integrity": "sha512-7Dg3PzArvQ0Owq4wpkLECC9iaDBOxuWUN2uwbQtUF6tZssyez2QN+eO0CjuIhhZUivbw+X9bwsyiEjWkdJnv/A==",
- "engines": {
- "node": "^14.16.0 || >=16.0.0"
- }
- },
- "node_modules/@netlify/functions": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.0.tgz",
- "integrity": "sha512-XXf9mNw4+fkxUzukDpJtzc32bl1+YlXZwEhc5ZgMcTbJPLpgRLDs5WWSPJ4eY/Mv1ZFvtxmMwmfgoQYVt68Qog==",
- "dependencies": {
- "@netlify/serverless-functions-api": "1.30.1"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@netlify/node-cookies": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
- "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
- "engines": {
- "node": "^14.16.0 || >=16.0.0"
- }
- },
- "node_modules/@netlify/plugin-nextjs": {
- "version": "5.9.4",
- "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.9.4.tgz",
- "integrity": "sha512-Q9qyhGUxFuM3kuWmoaj4yHPUfHhOsZmwdsQv4kIXkBWVu8FOe0RFHRP0A0EXciSVFGwq+XAo3H5jEtVSANAOWw==",
- "license": "MIT",
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@netlify/serverless-functions-api": {
- "version": "1.30.1",
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.30.1.tgz",
- "integrity": "sha512-JkbaWFeydQdeDHz1mAy4rw+E3bl9YtbCgkntfTxq+IlNX/aIMv2/b1kZnQZcil4/sPoZGL831Dq6E374qRpU1A==",
- "dependencies": {
- "@netlify/node-cookies": "^0.1.0",
- "urlpattern-polyfill": "8.0.2"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/@next/env": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.18.tgz",
- "integrity": "sha512-2vWLOUwIPgoqMJKG6dt35fVXVhgM09tw4tK3/Q34GFXDrfiHlG7iS33VA4ggnjWxjiz9KV5xzfsQzJX6vGAekA==",
- "license": "MIT"
- },
- "node_modules/@next/eslint-plugin-next": {
- "version": "14.1.4",
- "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.4.tgz",
- "integrity": "sha512-n4zYNLSyCo0Ln5b7qxqQeQ34OZKXwgbdcx6kmkQbywr+0k6M3Vinft0T72R6CDAcDrne2IAgSud4uWCzFgc5HA==",
- "dev": true,
- "dependencies": {
- "glob": "10.3.10"
- }
- },
- "node_modules/@next/swc-darwin-arm64": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.18.tgz",
- "integrity": "sha512-tOBlDHCjGdyLf0ube/rDUs6VtwNOajaWV+5FV/ajPgrvHeisllEdymY/oDgv2cx561+gJksfMUtqf8crug7sbA==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-darwin-x64": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.18.tgz",
- "integrity": "sha512-uJCEjutt5VeJ30jjrHV1VIHCsbMYnEqytQgvREx+DjURd/fmKy15NaVK4aR/u98S1LGTnjq35lRTnRyygglxoA==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-arm64-gnu": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.18.tgz",
- "integrity": "sha512-IL6rU8vnBB+BAm6YSWZewc+qvdL1EaA+VhLQ6tlUc0xp+kkdxQrVqAnh8Zek1ccKHlTDFRyAft0e60gteYmQ4A==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-arm64-musl": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.18.tgz",
- "integrity": "sha512-RCaENbIZqKKqTlL8KNd+AZV/yAdCsovblOpYFp0OJ7ZxgLNbV5w23CUU1G5On+0fgafrsGcW+GdMKdFjaRwyYA==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-x64-gnu": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.18.tgz",
- "integrity": "sha512-3kmv8DlyhPRCEBM1Vavn8NjyXtMeQ49ID0Olr/Sut7pgzaQTo4h01S7Z8YNE0VtbowyuAL26ibcz0ka6xCTH5g==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-linux-x64-musl": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.18.tgz",
- "integrity": "sha512-mliTfa8seVSpTbVEcKEXGjC18+TDII8ykW4a36au97spm9XMPqQTpdGPNBJ9RySSFw9/hLuaCMByluQIAnkzlw==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-arm64-msvc": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.18.tgz",
- "integrity": "sha512-J5g0UFPbAjKYmqS3Cy7l2fetFmWMY9Oao32eUsBPYohts26BdrMUyfCJnZFQkX9npYaHNDOWqZ6uV9hSDPw9NA==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-ia32-msvc": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.18.tgz",
- "integrity": "sha512-Ynxuk4ZgIpdcN7d16ivJdjsDG1+3hTvK24Pp8DiDmIa2+A4CfhJSEHHVndCHok6rnLUzAZD+/UOKESQgTsAZGg==",
- "cpu": [
- "ia32"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@next/swc-win32-x64-msvc": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.18.tgz",
- "integrity": "sha512-dtRGMhiU9TN5nyhwzce+7c/4CCeykYS+ipY/4mIrGzJ71+7zNo55ZxCB7cAVuNqdwtYniFNR2c9OFQ6UdFIMcg==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@opentelemetry/api": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
- "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/@opentelemetry/api-logs": {
- "version": "0.52.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.52.1.tgz",
- "integrity": "sha512-qnSqB2DQ9TPP96dl8cDubDvrUyWc0/sK81xHTK8eSUspzDM3bsewX903qclQFvVhgStjRWdC5bLb3kQqMkfV5A==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/context-async-hooks": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.28.0.tgz",
- "integrity": "sha512-igcl4Ve+F1N2063PJUkesk/GkYyuGIWinYkSyAFTnIj3gzrOgvOA4k747XNdL47HRRL1w/qh7UW8NDuxOLvKFA==",
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/core": {
- "version": "1.29.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.29.0.tgz",
- "integrity": "sha512-gmT7vAreXl0DTHD2rVZcw3+l2g84+5XiHIqdBUxXbExymPCvSsGOpiwMmn8nkiJur28STV31wnhIDrzWDPzjfA==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation": {
- "version": "0.54.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.54.1.tgz",
- "integrity": "sha512-z5EapvWSHnHwk1NnIF++x9IIe9U83/Bna9xYMHCpZ9EWDfNzMBwg/fOZtwLa2zbX2oEd+Qoze34M+Pujd92IyQ==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.54.1",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-amqplib": {
- "version": "0.43.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-amqplib/-/instrumentation-amqplib-0.43.0.tgz",
- "integrity": "sha512-ALjfQC+0dnIEcvNYsbZl/VLh7D2P1HhFF4vicRKHhHFIUV3Shpg4kXgiek5PLhmeKSIPiUB25IYH5RIneclL4A==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-connect": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.40.0.tgz",
- "integrity": "sha512-3aR/3YBQ160siitwwRLjwqrv2KBT16897+bo6yz8wIfel6nWOxTZBJudcbsK3p42pTC7qrbotJ9t/1wRLpv79Q==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@types/connect": "3.4.36"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-dataloader": {
- "version": "0.12.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-dataloader/-/instrumentation-dataloader-0.12.0.tgz",
- "integrity": "sha512-pnPxatoFE0OXIZDQhL2okF//dmbiWFzcSc8pUg9TqofCLYZySSxDCgQc69CJBo5JnI3Gz1KP+mOjS4WAeRIH4g==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-dataloader/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-dataloader/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-express": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-express/-/instrumentation-express-0.44.0.tgz",
- "integrity": "sha512-GWgibp6Q0wxyFaaU8ERIgMMYgzcHmGrw3ILUtGchLtLncHNOKk0SNoWGqiylXWWT4HTn5XdV8MGawUgpZh80cA==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-fastify": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-fastify/-/instrumentation-fastify-0.41.0.tgz",
- "integrity": "sha512-pNRjFvf0mvqfJueaeL/qEkuGJwgtE5pgjIHGYwjc2rMViNCrtY9/Sf+Nu8ww6dDd/Oyk2fwZZP7i0XZfCnETrA==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-fs": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-fs/-/instrumentation-fs-0.16.0.tgz",
- "integrity": "sha512-hMDRUxV38ln1R3lNz6osj3YjlO32ykbHqVrzG7gEhGXFQfu7LJUx8t9tEwE4r2h3CD4D0Rw4YGDU4yF4mP3ilg==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.54.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-generic-pool": {
- "version": "0.39.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-generic-pool/-/instrumentation-generic-pool-0.39.0.tgz",
- "integrity": "sha512-y4v8Y+tSfRB3NNBvHjbjrn7rX/7sdARG7FuK6zR8PGb28CTa0kHpEGCJqvL9L8xkTNvTXo+lM36ajFGUaK1aNw==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-generic-pool/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-generic-pool/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-graphql": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-graphql/-/instrumentation-graphql-0.44.0.tgz",
- "integrity": "sha512-FYXTe3Bv96aNpYktqm86BFUTpjglKD0kWI5T5bxYkLUPEPvFn38vWGMJTGrDMVou/i55E4jlWvcm6hFIqLsMbg==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.54.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-hapi": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-hapi/-/instrumentation-hapi-0.41.0.tgz",
- "integrity": "sha512-jKDrxPNXDByPlYcMdZjNPYCvw0SQJjN+B1A+QH+sx+sAHsKSAf9hwFiJSrI6C4XdOls43V/f/fkp9ITkHhKFbQ==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-hapi/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-hapi/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-http": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-http/-/instrumentation-http-0.53.0.tgz",
- "integrity": "sha512-H74ErMeDuZfj7KgYCTOFGWF5W9AfaPnqLQQxeFq85+D29wwV2yqHbz2IKLYpkOh7EI6QwDEl7rZCIxjJLyc/CQ==",
- "dependencies": {
- "@opentelemetry/core": "1.26.0",
- "@opentelemetry/instrumentation": "0.53.0",
- "@opentelemetry/semantic-conventions": "1.27.0",
- "semver": "^7.5.2"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/core": {
- "version": "1.26.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz",
- "integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-http/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
- "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-ioredis": {
- "version": "0.43.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-ioredis/-/instrumentation-ioredis-0.43.0.tgz",
- "integrity": "sha512-i3Dke/LdhZbiUAEImmRG3i7Dimm/BD7t8pDDzwepSvIQ6s2X6FPia7561gw+64w+nx0+G9X14D7rEfaMEmmjig==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/redis-common": "^0.36.2",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-ioredis/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-ioredis/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-kafkajs": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-kafkajs/-/instrumentation-kafkajs-0.4.0.tgz",
- "integrity": "sha512-I9VwDG314g7SDL4t8kD/7+1ytaDBRbZQjhVaQaVIDR8K+mlsoBhLsWH79yHxhHQKvwCSZwqXF+TiTOhoQVUt7A==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-knex": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-knex/-/instrumentation-knex-0.41.0.tgz",
- "integrity": "sha512-OhI1SlLv5qnsnm2dOVrian/x3431P75GngSpnR7c4fcVFv7prXGYu29Z6ILRWJf/NJt6fkbySmwdfUUnFnHCTg==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-koa": {
- "version": "0.43.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-koa/-/instrumentation-koa-0.43.0.tgz",
- "integrity": "sha512-lDAhSnmoTIN6ELKmLJBplXzT/Jqs5jGZehuG22EdSMaTwgjMpxMDI1YtlKEhiWPWkrz5LUsd0aOO0ZRc9vn3AQ==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-koa/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-koa/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-lru-memoizer": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-lru-memoizer/-/instrumentation-lru-memoizer-0.40.0.tgz",
- "integrity": "sha512-21xRwZsEdMPnROu/QsaOIODmzw59IYpGFmuC4aFWvMj6stA8+Ei1tX67nkarJttlNjoM94um0N4X26AD7ff54A==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-lru-memoizer/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-lru-memoizer/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mongodb": {
- "version": "0.48.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mongodb/-/instrumentation-mongodb-0.48.0.tgz",
- "integrity": "sha512-9YWvaGvrrcrydMsYGLu0w+RgmosLMKe3kv/UNlsPy8RLnCkN2z+bhhbjjjuxtUmvEuKZMCoXFluABVuBr1yhjw==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mongoose": {
- "version": "0.42.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.42.0.tgz",
- "integrity": "sha512-AnWv+RaR86uG3qNEMwt3plKX1ueRM7AspfszJYVkvkehiicC3bHQA6vWdb6Zvy5HAE14RyFbu9+2hUUjR2NSyg==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mongoose/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mongoose/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql/-/instrumentation-mysql-0.41.0.tgz",
- "integrity": "sha512-jnvrV6BsQWyHS2qb2fkfbfSb1R/lmYwqEZITwufuRl37apTopswu9izc0b1CYRp/34tUG/4k/V39PND6eyiNvw==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@types/mysql": "2.15.26"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql2": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-mysql2/-/instrumentation-mysql2-0.41.0.tgz",
- "integrity": "sha512-REQB0x+IzVTpoNgVmy5b+UnH1/mDByrneimP6sbDHkp1j8QOl1HyWOrBH/6YWR0nrbU3l825Em5PlybjT3232g==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@opentelemetry/sql-common": "^0.40.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql2/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-mysql2/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-nestjs-core": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-nestjs-core/-/instrumentation-nestjs-core-0.40.0.tgz",
- "integrity": "sha512-WF1hCUed07vKmf5BzEkL0wSPinqJgH7kGzOjjMAiTGacofNXjb/y4KQ8loj2sNsh5C/NN7s1zxQuCgbWbVTGKg==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-nestjs-core/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-nestjs-core/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-pg": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.44.0.tgz",
- "integrity": "sha512-oTWVyzKqXud1BYEGX1loo2o4k4vaU1elr3vPO8NZolrBtFvQ34nx4HgUaexUDuEog00qQt+MLR5gws/p+JXMLQ==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@opentelemetry/sql-common": "^0.40.1",
- "@types/pg": "8.6.1",
- "@types/pg-pool": "2.0.6"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-pg/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-pg/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-redis-4": {
- "version": "0.42.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-redis-4/-/instrumentation-redis-4-0.42.0.tgz",
- "integrity": "sha512-NaD+t2JNcOzX/Qa7kMy68JbmoVIV37fT/fJYzLKu2Wwd+0NCxt+K2OOsOakA8GVg8lSpFdbx4V/suzZZ2Pvdjg==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.53.0",
- "@opentelemetry/redis-common": "^0.36.2",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-redis-4/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-redis-4/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-tedious": {
- "version": "0.15.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-tedious/-/instrumentation-tedious-0.15.0.tgz",
- "integrity": "sha512-Kb7yo8Zsq2TUwBbmwYgTAMPK0VbhoS8ikJ6Bup9KrDtCx2JC01nCb+M0VJWXt7tl0+5jARUbKWh5jRSoImxdCw==",
- "dependencies": {
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@types/tedious": "^4.0.14"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-undici": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.6.0.tgz",
- "integrity": "sha512-ABJBhm5OdhGmbh0S/fOTE4N69IZ00CsHC5ijMYfzbw3E5NwLgpQk5xsljaECrJ8wz1SfXbO03FiSuu5AyRAkvQ==",
- "dependencies": {
- "@opentelemetry/core": "^1.8.0",
- "@opentelemetry/instrumentation": "^0.53.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.7.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation-undici/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/instrumentation-undici/node_modules/@opentelemetry/instrumentation": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz",
- "integrity": "sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@types/shimmer": "^1.2.0",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@opentelemetry/instrumentation/node_modules/@opentelemetry/api-logs": {
- "version": "0.54.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.54.1.tgz",
- "integrity": "sha512-tFOyYT8tFRSuUc+pEXnHG99270y7K8MSBLQSPiYBJ/0cgCp+8KmSej4joBfah0JoXAwbPzMCom3ri0xsiYbLvg==",
- "dependencies": {
- "@opentelemetry/api": "^1.3.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/redis-common": {
- "version": "0.36.2",
- "resolved": "https://registry.npmjs.org/@opentelemetry/redis-common/-/redis-common-0.36.2.tgz",
- "integrity": "sha512-faYX1N0gpLhej/6nyp6bgRjzAKXn5GOEMYY7YhciSfCoITAktLUtQ36d24QEWNA1/WA1y6qQunCe0OhHRkVl9g==",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/resources": {
- "version": "1.29.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.29.0.tgz",
- "integrity": "sha512-s7mLXuHZE7RQr1wwweGcaRp3Q4UJJ0wazeGlc/N5/XSe6UyXfsh1UQGMADYeg7YwD+cEdMtU1yJAUXdnFzYzyQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.29.0",
- "@opentelemetry/semantic-conventions": "1.28.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.53.0.tgz",
- "integrity": "sha512-dhSisnEgIj/vJZXZV6f6KcTnyLDx/VuQ6l3ejuZpMpPlh9S1qMHiZU9NMmOkVkwwHkMy3G6mEBwdP23vUZVr4g==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/api-logs": "0.53.0",
- "@opentelemetry/core": "1.26.0",
- "@opentelemetry/resources": "1.26.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.4.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/api-logs": {
- "version": "0.53.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz",
- "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/api": "^1.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/core": {
- "version": "1.26.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz",
- "integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": {
- "version": "1.26.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.26.0.tgz",
- "integrity": "sha512-CPNYchBE7MBecCSVy0HKpUISEeJOniWqcHaAHpmasZ3j9o6V3AyBzhRc90jdmemq0HOxDr6ylhUbDhBqqPpeNw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.26.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
- "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/sdk-metrics": {
- "version": "1.29.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.29.0.tgz",
- "integrity": "sha512-MkVtuzDjXZaUJSuJlHn6BSXjcQlMvHcsDV7LjY4P6AJeffMa4+kIGDjzsCf6DkAh6Vqlwag5EWEam3KZOX5Drw==",
- "license": "Apache-2.0",
- "dependencies": {
- "@opentelemetry/core": "1.29.0",
- "@opentelemetry/resources": "1.29.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.3.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-base": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.27.0.tgz",
- "integrity": "sha512-btz6XTQzwsyJjombpeqCX6LhiMQYpzt2pIYNPnw0IPO/3AhT6yjnf8Mnv3ZC2A4eRYOjqrg+bfaXg9XHDRJDWQ==",
- "dependencies": {
- "@opentelemetry/core": "1.27.0",
- "@opentelemetry/resources": "1.27.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/core": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.27.0.tgz",
- "integrity": "sha512-yQPKnK5e+76XuiqUH/gKyS8wv/7qITd5ln56QkBTf3uggr0VkXOXfcaAuG330UfdYu83wsyoBwqwxigpIG+Jkg==",
- "dependencies": {
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/resources": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.27.0.tgz",
- "integrity": "sha512-jOwt2VJ/lUD5BLc+PMNymDrUCpm5PKi1E9oSVYAvz01U/VdndGmrtV3DU1pG4AwlYhJRHbHfOUIlpBeXCPw6QQ==",
- "dependencies": {
- "@opentelemetry/core": "1.27.0",
- "@opentelemetry/semantic-conventions": "1.27.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": ">=1.0.0 <1.10.0"
- }
- },
- "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.27.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
- "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/semantic-conventions": {
- "version": "1.28.0",
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.28.0.tgz",
- "integrity": "sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@opentelemetry/sql-common": {
- "version": "0.40.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/sql-common/-/sql-common-0.40.1.tgz",
- "integrity": "sha512-nSDlnHSqzC3pXn/wZEZVLuAuJ1MYMXPBwtv2qAbCa3847SaHItdE7SzUq/Jtb0KZmh1zfAbNi3AAMjztTT4Ugg==",
- "dependencies": {
- "@opentelemetry/core": "^1.1.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.1.0"
- }
- },
- "node_modules/@panva/hkdf": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz",
- "integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==",
- "funding": {
- "url": "https://github.com/sponsors/panva"
- }
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "optional": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/@pnpm/config.env-replace": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz",
- "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==",
- "dev": true,
- "engines": {
- "node": ">=12.22.0"
- }
- },
- "node_modules/@pnpm/network.ca-file": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz",
- "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==",
- "dev": true,
- "dependencies": {
- "graceful-fs": "4.2.10"
- },
- "engines": {
- "node": ">=12.22.0"
- }
- },
- "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
- "version": "4.2.10",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz",
- "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==",
- "dev": true
- },
- "node_modules/@pnpm/npm-conf": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz",
- "integrity": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==",
- "dev": true,
- "dependencies": {
- "@pnpm/config.env-replace": "^1.1.0",
- "@pnpm/network.ca-file": "^1.0.1",
- "config-chain": "^1.1.11"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@preact/compat": {
- "version": "17.1.2",
- "resolved": "https://registry.npmjs.org/@preact/compat/-/compat-17.1.2.tgz",
- "integrity": "sha512-7pOZN9lMDDRQ+6aWvjwTp483KR8/zOpfS83wmOo3zfuLKdngS8/5RLbsFWzFZMGdYlotAhX980hJ75bjOHTwWg==",
- "peerDependencies": {
- "preact": "*"
- }
- },
- "node_modules/@preact/signals": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/@preact/signals/-/signals-1.3.0.tgz",
- "integrity": "sha512-EOMeg42SlLS72dhoq6Vjq08havnLseWmPQ8A0YsgIAqMgWgx7V1a39+Pxo6i7SY5NwJtH4849JogFq3M67AzWg==",
- "dependencies": {
- "@preact/signals-core": "^1.7.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/preact"
- },
- "peerDependencies": {
- "preact": "10.x"
- }
- },
- "node_modules/@preact/signals-core": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.8.0.tgz",
- "integrity": "sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/preact"
- }
- },
- "node_modules/@prisma/instrumentation": {
- "version": "5.19.1",
- "resolved": "https://registry.npmjs.org/@prisma/instrumentation/-/instrumentation-5.19.1.tgz",
- "integrity": "sha512-VLnzMQq7CWroL5AeaW0Py2huiNKeoMfCH3SUxstdzPrlWQi6UQ9UrfcbUkNHlVFqOMacqy8X/8YtE0kuKDpD9w==",
- "dependencies": {
- "@opentelemetry/api": "^1.8",
- "@opentelemetry/instrumentation": "^0.49 || ^0.50 || ^0.51 || ^0.52.0",
- "@opentelemetry/sdk-trace-base": "^1.22"
- }
- },
- "node_modules/@prisma/instrumentation/node_modules/@opentelemetry/instrumentation": {
- "version": "0.52.1",
- "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.52.1.tgz",
- "integrity": "sha512-uXJbYU/5/MBHjMp1FqrILLRuiJCs3Ofk0MeRDk8g1S1gD47U8X3JnSwcMO1rtRo1x1a7zKaQHaoYu49p/4eSKw==",
- "dependencies": {
- "@opentelemetry/api-logs": "0.52.1",
- "@types/shimmer": "^1.0.2",
- "import-in-the-middle": "^1.8.1",
- "require-in-the-middle": "^7.1.1",
- "semver": "^7.5.2",
- "shimmer": "^1.2.1"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.3.0"
- }
- },
- "node_modules/@radix-ui/primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
- "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA=="
- },
- "node_modules/@radix-ui/react-compose-refs": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
- "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-context": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
- "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dialog": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.1.tgz",
- "integrity": "sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-context": "1.1.0",
- "@radix-ui/react-dismissable-layer": "1.1.0",
- "@radix-ui/react-focus-guards": "1.1.0",
- "@radix-ui/react-focus-scope": "1.1.0",
- "@radix-ui/react-id": "1.1.0",
- "@radix-ui/react-portal": "1.1.1",
- "@radix-ui/react-presence": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-slot": "1.1.0",
- "@radix-ui/react-use-controllable-state": "1.1.0",
- "aria-hidden": "^1.1.1",
- "react-remove-scroll": "2.5.7"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-dismissable-layer": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz",
- "integrity": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==",
- "dependencies": {
- "@radix-ui/primitive": "1.1.0",
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-callback-ref": "1.1.0",
- "@radix-ui/react-use-escape-keydown": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-focus-guards": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.0.tgz",
- "integrity": "sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-focus-scope": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz",
- "integrity": "sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-id": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
- "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
- "dependencies": {
- "@radix-ui/react-use-layout-effect": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-portal": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.1.tgz",
- "integrity": "sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==",
- "dependencies": {
- "@radix-ui/react-primitive": "2.0.0",
- "@radix-ui/react-use-layout-effect": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-presence": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.0.tgz",
- "integrity": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0",
- "@radix-ui/react-use-layout-effect": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-primitive": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
- "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
- "dependencies": {
- "@radix-ui/react-slot": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
- "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
- "dependencies": {
- "@radix-ui/react-compose-refs": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-callback-ref": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
- "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-controllable-state": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
- "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
- "dependencies": {
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-escape-keydown": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
- "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
- "dependencies": {
- "@radix-ui/react-use-callback-ref": "1.1.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-use-layout-effect": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
- "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
- "peerDependencies": {
- "@types/react": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/@radix-ui/react-visually-hidden": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.0.tgz",
- "integrity": "sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==",
- "dependencies": {
- "@radix-ui/react-primitive": "2.0.0"
- },
- "peerDependencies": {
- "@types/react": "*",
- "@types/react-dom": "*",
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@react-aria/autocomplete": {
- "version": "3.0.0-alpha.37",
- "resolved": "https://registry.npmjs.org/@react-aria/autocomplete/-/autocomplete-3.0.0-alpha.37.tgz",
- "integrity": "sha512-a7awFG3hshJ/kX7Qti/cJAKOG0XU5F/XW6fQffKGfEge7PmiWIvaLTrT5her79/v8v/bRBykIkpEgDCFE7WGzg==",
- "dependencies": {
- "@react-aria/combobox": "^3.11.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/listbox": "^3.14.0",
- "@react-aria/searchfield": "^3.8.0",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/autocomplete": "3.0.0-alpha.0",
- "@react-stately/combobox": "^3.10.2",
- "@react-types/autocomplete": "3.0.0-alpha.28",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/breadcrumbs": {
- "version": "3.5.20",
- "resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.20.tgz",
- "integrity": "sha512-xqVSSDPpQuUFpJyIXMQv8L7zumk5CeGX7qTzo4XRvqm5T9qnNAX4XpYEMdktnLrQRY/OemCBScbx7SEwr0B3Kg==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/link": "^3.7.8",
- "@react-aria/utils": "^3.27.0",
- "@react-types/breadcrumbs": "^3.7.10",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/button": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.11.1.tgz",
- "integrity": "sha512-NSs2HxHSSPSuYy5bN+PMJzsCNDVsbm1fZ/nrWM2WWWHTBrx9OqyrEXZVV9ebzQCN9q0nzhwpf6D42zHIivWtJA==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/toolbar": "3.0.0-beta.12",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/toggle": "^3.8.1",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/calendar": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/@react-aria/calendar/-/calendar-3.7.0.tgz",
- "integrity": "sha512-9YUbgcox7cQgvZfQtL2BLLRsIuX4mJeclk9HkFoOsAu3RGO5HNsteah8FV54W8BMjm/bNRXIPUxtjTTP+1L6jg==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/calendar": "^3.7.0",
- "@react-types/button": "^3.10.2",
- "@react-types/calendar": "^3.6.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/checkbox": {
- "version": "3.15.1",
- "resolved": "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.15.1.tgz",
- "integrity": "sha512-ETgsMDZ0IZzRXy/OVlGkazm8T+PcMHoTvsxp0c+U82c8iqdITA+VJ615eBPOQh6OkkYIIn4cRn/e+69RmGzXng==",
- "dependencies": {
- "@react-aria/form": "^3.0.12",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/toggle": "^3.10.11",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/checkbox": "^3.6.11",
- "@react-stately/form": "^3.1.1",
- "@react-stately/toggle": "^3.8.1",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/collections": {
- "version": "3.0.0-alpha.7",
- "resolved": "https://registry.npmjs.org/@react-aria/collections/-/collections-3.0.0-alpha.7.tgz",
- "integrity": "sha512-JR2Ro33Chlf26NM12zJsK+MOs5/k+PQallT5+4YawndYmbxqlDLADcoFdcORJqh0pKf9OnluWtANobCkQGd0aQ==",
- "dependencies": {
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0",
- "use-sync-external-store": "^1.2.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/color": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@react-aria/color/-/color-3.0.3.tgz",
- "integrity": "sha512-DDVma2107VHBfSuEnnmy+KJvXvxEXWSAooii2vlHHmQNb5x4rv4YTk+dP5GZl/7MgT8OgPTB9UHoC83bXFMDRA==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/numberfield": "^3.11.10",
- "@react-aria/slider": "^3.7.15",
- "@react-aria/spinbutton": "^3.6.11",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/visually-hidden": "^3.8.19",
- "@react-stately/color": "^3.8.2",
- "@react-stately/form": "^3.1.1",
- "@react-types/color": "^3.0.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/combobox": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/@react-aria/combobox/-/combobox-3.11.1.tgz",
- "integrity": "sha512-TTNbGhUuqxzPcJzd6hufOxuHzX0UARkw+0bl+TuCwNPQnqrcPf20EoOZvd3MHZwGq6GCP4QV+qo0uGx83RpUvA==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/listbox": "^3.14.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/menu": "^3.17.0",
- "@react-aria/overlays": "^3.25.0",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/combobox": "^3.10.2",
- "@react-stately/form": "^3.1.1",
- "@react-types/button": "^3.10.2",
- "@react-types/combobox": "^3.13.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/datepicker": {
- "version": "3.13.0",
- "resolved": "https://registry.npmjs.org/@react-aria/datepicker/-/datepicker-3.13.0.tgz",
- "integrity": "sha512-TmJan65P3Vk7VDBNW5rH9Z25cAn0vk8TEtaP3boCs8wJFE+HbEuB8EqLxBFu47khtuKTEqDP3dTlUh2Vt/f7Xw==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@internationalized/number": "^3.6.0",
- "@internationalized/string": "^3.2.5",
- "@react-aria/focus": "^3.19.1",
- "@react-aria/form": "^3.0.12",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/spinbutton": "^3.6.11",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/datepicker": "^3.12.0",
- "@react-stately/form": "^3.1.1",
- "@react-types/button": "^3.10.2",
- "@react-types/calendar": "^3.6.0",
- "@react-types/datepicker": "^3.10.0",
- "@react-types/dialog": "^3.5.15",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/dialog": {
- "version": "3.5.21",
- "resolved": "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.5.21.tgz",
- "integrity": "sha512-tBsn9swBhcptJ9QIm0+ur0PVR799N6qmGguva3rUdd+gfitknFScyT08d7AoMr9AbXYdJ+2R9XNSZ3H3uIWQMw==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/overlays": "^3.25.0",
- "@react-aria/utils": "^3.27.0",
- "@react-types/dialog": "^3.5.15",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/disclosure": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@react-aria/disclosure/-/disclosure-3.0.1.tgz",
- "integrity": "sha512-rNH8RFcePoAQizcqB7KuHbBOr7sPsysFKCUwbVSOXLPgvCfXKafIhjgFJVqekfsbn5zWvkcTupnzGVJj/F9p+g==",
- "dependencies": {
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/disclosure": "^3.0.1",
- "@react-types/button": "^3.10.2",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/dnd": {
- "version": "3.8.1",
- "resolved": "https://registry.npmjs.org/@react-aria/dnd/-/dnd-3.8.1.tgz",
- "integrity": "sha512-FoXYQ4z33E9YBzIGRJM1B1oZep6CvEWgXvjCZGURatjr3qG7vf95mOqA5kVd9bjLL7QK4w0ujJWEBfog3WmufA==",
- "dependencies": {
- "@internationalized/string": "^3.2.5",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/overlays": "^3.25.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/dnd": "^3.5.1",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/focus": {
- "version": "3.19.1",
- "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.19.1.tgz",
- "integrity": "sha512-bix9Bu1Ue7RPcYmjwcjhB14BMu2qzfJ3tMQLqDc9pweJA66nOw8DThy3IfVr8Z7j2PHktOLf9kcbiZpydKHqzg==",
- "dependencies": {
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0",
- "clsx": "^2.0.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/form": {
- "version": "3.0.12",
- "resolved": "https://registry.npmjs.org/@react-aria/form/-/form-3.0.12.tgz",
- "integrity": "sha512-8uvPYEd3GDyGt5NRJIzdWW1Ry5HLZq37vzRZKUW8alZ2upFMH3KJJG55L9GP59KiF6zBrYBebvI/YK1Ye1PE1g==",
- "dependencies": {
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/form": "^3.1.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/grid": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/@react-aria/grid/-/grid-3.11.1.tgz",
- "integrity": "sha512-Wg8m68RtNWfkhP3Qjrrsl1q1et8QCjXPMRsYgKBahYRS0kq2MDcQ+UBdG1fiCQn/MfNImhTUGVeQX276dy1lww==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/grid": "^3.10.1",
- "@react-stately/selection": "^3.19.0",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/gridlist": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/@react-aria/gridlist/-/gridlist-3.10.1.tgz",
- "integrity": "sha512-11FlupBg5C9ehs7R6OjqMPWEOLK/4IuSrq7D1xU+Hnm7ZYI/KKcCXvNMjMmnOz/gGzOmfgVwz5PIKaY9aZarEg==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/grid": "^3.11.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/list": "^3.11.2",
- "@react-stately/tree": "^3.8.7",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/i18n": {
- "version": "3.12.5",
- "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.5.tgz",
- "integrity": "sha512-ooeop2pTG94PuaHoN2OTk2hpkqVuoqgEYxRvnc1t7DVAtsskfhS/gVOTqyWGsxvwAvRi7m/CnDu6FYdeQ/bK5w==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@internationalized/message": "^3.1.6",
- "@internationalized/number": "^3.6.0",
- "@internationalized/string": "^3.2.5",
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/interactions": {
- "version": "3.23.0",
- "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.23.0.tgz",
- "integrity": "sha512-0qR1atBIWrb7FzQ+Tmr3s8uH5mQdyRH78n0krYaG8tng9+u1JlSi8DGRSaC9ezKyNB84m7vHT207xnHXGeJ3Fg==",
- "dependencies": {
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/label": {
- "version": "3.7.14",
- "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.14.tgz",
- "integrity": "sha512-EN1Md2YvcC4sMqBoggsGYUEGlTNqUfJZWzduSt29fbQp1rKU2KlybTe+TWxKq/r2fFd+4JsRXxMeJiwB3w2AQA==",
- "dependencies": {
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/link": {
- "version": "3.7.8",
- "resolved": "https://registry.npmjs.org/@react-aria/link/-/link-3.7.8.tgz",
- "integrity": "sha512-oiXUPQLZmf9Q9Xehb/sG1QRxfo28NFKdh9w+unD12sHI6NdLMETl5MA4CYyTgI0dfMtTjtfrF68GCnWfc7JvXQ==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-types/link": "^3.5.10",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/listbox": {
- "version": "3.14.0",
- "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.14.0.tgz",
- "integrity": "sha512-pyVbKavh8N8iyiwOx6I3JIcICvAzFXkKSFni1yarfgngJsJV3KSyOkzLomOfN9UhbjcV4sX61/fccwJuvlurlA==",
- "dependencies": {
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/list": "^3.11.2",
- "@react-types/listbox": "^3.5.4",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/live-announcer": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/@react-aria/live-announcer/-/live-announcer-3.4.1.tgz",
- "integrity": "sha512-4X2mcxgqLvvkqxv2l1n00jTzUxxe0kkLiapBGH1LHX/CxA1oQcHDqv8etJ2ZOwmS/MSBBiWnv3DwYHDOF6ubig==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- }
- },
- "node_modules/@react-aria/menu": {
- "version": "3.17.0",
- "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.17.0.tgz",
- "integrity": "sha512-aiFvSv3G1YvPC0klJQ/9quB05xIDZzJ5Lt6/CykP0UwGK5i8GCqm6/cyFLwEXsS5ooUPxS3bqmdOsgdADSSgqg==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/overlays": "^3.25.0",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/menu": "^3.9.1",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/tree": "^3.8.7",
- "@react-types/button": "^3.10.2",
- "@react-types/menu": "^3.9.14",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/meter": {
- "version": "3.4.19",
- "resolved": "https://registry.npmjs.org/@react-aria/meter/-/meter-3.4.19.tgz",
- "integrity": "sha512-IIA+gTHrNVbMuBgcqdGLEKd/ZiKM2hOUqS6uztbT15dwPJTmtfJiTWA2872PiY52p+gqPSanZuTc2TXYJa+rew==",
- "dependencies": {
- "@react-aria/progress": "^3.4.19",
- "@react-types/meter": "^3.4.6",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/numberfield": {
- "version": "3.11.10",
- "resolved": "https://registry.npmjs.org/@react-aria/numberfield/-/numberfield-3.11.10.tgz",
- "integrity": "sha512-bYbTfO9NbAKMFOfEGGs+lvlxk0I9L0lU3WD2PFQZWdaoBz9TCkL+vK0fJk1zsuKaVjeGsmHP9VesBPRmaP0MiA==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/spinbutton": "^3.6.11",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/form": "^3.1.1",
- "@react-stately/numberfield": "^3.9.9",
- "@react-types/button": "^3.10.2",
- "@react-types/numberfield": "^3.8.8",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/overlays": {
- "version": "3.25.0",
- "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.25.0.tgz",
- "integrity": "sha512-UEqJJ4duowrD1JvwXpPZreBuK79pbyNjNxFUVpFSskpGEJe3oCWwsSDKz7P1O7xbx5OYp+rDiY8fk/sE5rkaKw==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/visually-hidden": "^3.8.19",
- "@react-stately/overlays": "^3.6.13",
- "@react-types/button": "^3.10.2",
- "@react-types/overlays": "^3.8.12",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/progress": {
- "version": "3.4.19",
- "resolved": "https://registry.npmjs.org/@react-aria/progress/-/progress-3.4.19.tgz",
- "integrity": "sha512-5HHnBJHqEUuY+dYsjIZDYsENeKr49VCuxeaDZ0OSahbOlloIOB1baCo/6jLBv1O1rwrAzZ2gCCPcVGed/cjrcw==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/label": "^3.7.14",
- "@react-aria/utils": "^3.27.0",
- "@react-types/progress": "^3.5.9",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/radio": {
- "version": "3.10.11",
- "resolved": "https://registry.npmjs.org/@react-aria/radio/-/radio-3.10.11.tgz",
- "integrity": "sha512-R150HsBFPr1jLMShI4aBM8heCa1k6h0KEvnFRfTAOBu+B9hMSZOPB+d6GQOwGPysNlbset90Kej8G15FGHjqiA==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/form": "^3.0.12",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/radio": "^3.10.10",
- "@react-types/radio": "^3.8.6",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/searchfield": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/@react-aria/searchfield/-/searchfield-3.8.0.tgz",
- "integrity": "sha512-AaZuH9YIWlMyE1m7cSjHCfOuQmlWN+w8HVW32TxeGGGL1kJsYAlSYWYHUyYFIKh245kq/m5zUxAxmw5Ygmnx5w==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/searchfield": "^3.5.9",
- "@react-types/button": "^3.10.2",
- "@react-types/searchfield": "^3.5.11",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/select": {
- "version": "3.15.1",
- "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.15.1.tgz",
- "integrity": "sha512-FOtY1tuHt0YTHwOEy/sf7LEIL+Nnkho3wJmfpWQuTxsvMCF7UJdQPYPd6/jGCcCdiqW7H4iqyjUkSp6nk/XRWQ==",
- "dependencies": {
- "@react-aria/form": "^3.0.12",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/listbox": "^3.14.0",
- "@react-aria/menu": "^3.17.0",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/visually-hidden": "^3.8.19",
- "@react-stately/select": "^3.6.10",
- "@react-types/button": "^3.10.2",
- "@react-types/select": "^3.9.9",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/selection": {
- "version": "3.22.0",
- "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.22.0.tgz",
- "integrity": "sha512-XFOrK525HX2eeWeLZcZscUAs5qsuC1ZxsInDXMjvLeAaUPtQNEhUKHj3psDAl6XDU4VV1IJo0qCmFTVqTTMZSg==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/selection": "^3.19.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/separator": {
- "version": "3.4.5",
- "resolved": "https://registry.npmjs.org/@react-aria/separator/-/separator-3.4.5.tgz",
- "integrity": "sha512-RQA9sKZdAEjP1Yrv0GpDdXgmXd56kXDE8atPDHEC0/A4lpYh/YFLfXcv1JW0Hlg4kBocdX2pB2INyDGhiD+yfw==",
- "dependencies": {
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/slider": {
- "version": "3.7.15",
- "resolved": "https://registry.npmjs.org/@react-aria/slider/-/slider-3.7.15.tgz",
- "integrity": "sha512-v9tujsuvJYRX0vE/vMYBzTT9FXbzrLsjkOrouNq+UdBIr7wRjIWTHHM0j+khb2swyCWNTbdv6Ce316Zqx2qWFg==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/slider": "^3.6.1",
- "@react-types/shared": "^3.27.0",
- "@react-types/slider": "^3.7.8",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/spinbutton": {
- "version": "3.6.11",
- "resolved": "https://registry.npmjs.org/@react-aria/spinbutton/-/spinbutton-3.6.11.tgz",
- "integrity": "sha512-RM+gYS9tf9Wb+GegV18n4ArK3NBKgcsak7Nx1CkEgX9BjJ0yayWUHdfEjRRvxGXl+1z1n84cJVkZ6FUlWOWEZA==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/utils": "^3.27.0",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/ssr": {
- "version": "3.9.7",
- "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.7.tgz",
- "integrity": "sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- },
- "engines": {
- "node": ">= 12"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/switch": {
- "version": "3.6.11",
- "resolved": "https://registry.npmjs.org/@react-aria/switch/-/switch-3.6.11.tgz",
- "integrity": "sha512-paYCpH+oeL+8rgQK+cBJ+IaZ1sXSh3+50WPlg2LvLBta0QVfQhPR4juPvfXRpfHHhCjFBgF4/RGbV8q5zpl3vA==",
- "dependencies": {
- "@react-aria/toggle": "^3.10.11",
- "@react-stately/toggle": "^3.8.1",
- "@react-types/shared": "^3.27.0",
- "@react-types/switch": "^3.5.8",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/table": {
- "version": "3.16.1",
- "resolved": "https://registry.npmjs.org/@react-aria/table/-/table-3.16.1.tgz",
- "integrity": "sha512-T28TIGnKnPBunyErDBmm5jUX7AyzT7NVWBo9pDSt9wUuEnz0rVNd7p9sjmP2+u7I645feGG9klcdpCvFeqrk8A==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/grid": "^3.11.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/visually-hidden": "^3.8.19",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/flags": "^3.0.5",
- "@react-stately/table": "^3.13.1",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@react-types/table": "^3.10.4",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/tabs": {
- "version": "3.9.9",
- "resolved": "https://registry.npmjs.org/@react-aria/tabs/-/tabs-3.9.9.tgz",
- "integrity": "sha512-oXPtANs16xu6MdMGLHjGV/2Zupvyp9CJEt7ORPLv5xAzSY5hSjuQHJLZ0te3Lh/KSG5/0o3RW/W5yEqo7pBQQQ==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/tabs": "^3.7.1",
- "@react-types/shared": "^3.27.0",
- "@react-types/tabs": "^3.3.12",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/tag": {
- "version": "3.4.9",
- "resolved": "https://registry.npmjs.org/@react-aria/tag/-/tag-3.4.9.tgz",
- "integrity": "sha512-Vnps+zk8vYyjevv2Bc6vc9kSp9HFLKrKUDmrWMc0DfseypwJMc3Ya6F965ZVTjF9nuWrojNmvgusNu7qyXFShQ==",
- "dependencies": {
- "@react-aria/gridlist": "^3.10.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/list": "^3.11.2",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/textfield": {
- "version": "3.16.0",
- "resolved": "https://registry.npmjs.org/@react-aria/textfield/-/textfield-3.16.0.tgz",
- "integrity": "sha512-53RVpMeMDN/QoabqnYZ1lxTh1xTQ3IBYQARuayq5EGGMafyxoFHzttxUdSqkZGK/+zdSF2GfmjOYJVm2nDKuDQ==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/form": "^3.0.12",
- "@react-aria/label": "^3.7.14",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/form": "^3.1.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@react-types/textfield": "^3.11.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/toggle": {
- "version": "3.10.11",
- "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.11.tgz",
- "integrity": "sha512-J3jO3KJiUbaYVDEpeXSBwqcyKxpi9OreiHRGiaxb6VwB+FWCj7Gb2WKajByXNyfs8jc6kX9VUFaXa7jze60oEQ==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/toggle": "^3.8.1",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/toolbar": {
- "version": "3.0.0-beta.12",
- "resolved": "https://registry.npmjs.org/@react-aria/toolbar/-/toolbar-3.0.0-beta.12.tgz",
- "integrity": "sha512-a+Be27BtM2lzEdTzm19FikPbitfW65g/JZln3kyAvgpswhU6Ljl8lztaVw4ixjG4H0nqnKvVggMy4AlWwDUaVQ==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/tooltip": {
- "version": "3.7.11",
- "resolved": "https://registry.npmjs.org/@react-aria/tooltip/-/tooltip-3.7.11.tgz",
- "integrity": "sha512-mhZgAWUj7bUWipDeJXaVPZdqnzoBCd/uaEbdafnvgETmov1udVqPTh9w4ZKX2Oh1wa2+OdLFrBOk+8vC6QbWag==",
- "dependencies": {
- "@react-aria/focus": "^3.19.1",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/tooltip": "^3.5.1",
- "@react-types/shared": "^3.27.0",
- "@react-types/tooltip": "^3.4.14",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/tree": {
- "version": "3.0.0-beta.3",
- "resolved": "https://registry.npmjs.org/@react-aria/tree/-/tree-3.0.0-beta.3.tgz",
- "integrity": "sha512-eQnCtvDgpunCHInIT+Da3qdgzDzKEFW9REX2j1vMqWTsbM1YikVlBzB9AJOd9KIAWyn+p4TYdL8zzPWxvuSdfA==",
- "dependencies": {
- "@react-aria/gridlist": "^3.10.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/tree": "^3.8.7",
- "@react-types/button": "^3.10.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/utils": {
- "version": "3.27.0",
- "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.27.0.tgz",
- "integrity": "sha512-p681OtApnKOdbeN8ITfnnYqfdHS0z7GE+4l8EXlfLnr70Rp/9xicBO6d2rU+V/B3JujDw2gPWxYKEnEeh0CGCw==",
- "dependencies": {
- "@react-aria/ssr": "^3.9.7",
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0",
- "clsx": "^2.0.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/virtualizer": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/@react-aria/virtualizer/-/virtualizer-4.1.1.tgz",
- "integrity": "sha512-AYQmC/S9HhxGOj8HkQdxDW8/+sUEmmfcGpjkInzXB8UZCB1FQLC0LpvA8fOP7AfzLaAL+HVcYF5BvnGMPijHTQ==",
- "dependencies": {
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-stately/virtualizer": "^4.2.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-aria/visually-hidden": {
- "version": "3.8.19",
- "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.19.tgz",
- "integrity": "sha512-MZgCCyQ3sdG94J5iJz7I7Ai3IxoN0U5d/+EaUnA1mfK7jf2fSYQBqi6Eyp8sWUYzBTLw4giXB5h0RGAnWzk9hA==",
- "dependencies": {
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/autocomplete": {
- "version": "3.0.0-alpha.0",
- "resolved": "https://registry.npmjs.org/@react-stately/autocomplete/-/autocomplete-3.0.0-alpha.0.tgz",
- "integrity": "sha512-as4si0pBcnGnggwpvemMwCLTeV0h9GS9e5eHSR3RFg14eqUHZBEzYJ0kh9oTugpsGuf1TSM/HDizo8GQk3EtPA==",
- "dependencies": {
- "@react-stately/utils": "^3.10.4",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/calendar": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.7.0.tgz",
- "integrity": "sha512-N15zKubP2S7eWfPSJjKVlmJA7YpWzrIGx52BFhwLSQAZcV+OPcMgvOs71WtB7PLwl6DUYQGsgc0B3tcHzzvdvQ==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@react-stately/utils": "^3.10.5",
- "@react-types/calendar": "^3.6.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/checkbox": {
- "version": "3.6.11",
- "resolved": "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.6.11.tgz",
- "integrity": "sha512-jApdBis+Q1sXLivg+f7krcVaP/AMMMiQcVqcz5gwxlweQN+dRZ/NpL0BYaDOuGc26Mp0lcuVaET3jIZeHwtyxA==",
- "dependencies": {
- "@react-stately/form": "^3.1.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/collections": {
- "version": "3.12.1",
- "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.12.1.tgz",
- "integrity": "sha512-8QmFBL7f+P64dEP4o35pYH61/lP0T/ziSdZAvNMrCqaM+fXcMfUp2yu1E63kADVX7WRDsFJWE3CVMeqirPH6Xg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/color": {
- "version": "3.8.2",
- "resolved": "https://registry.npmjs.org/@react-stately/color/-/color-3.8.2.tgz",
- "integrity": "sha512-GXwLmv1Eos2OwOiRsGFrXBKx8+uZh2q0qzLZEVYrWsedNhIdTm7nnpwO68nCYZPHkqhv6rhhVSlOOFmDLY++ow==",
- "dependencies": {
- "@internationalized/number": "^3.6.0",
- "@internationalized/string": "^3.2.5",
- "@react-stately/form": "^3.1.1",
- "@react-stately/numberfield": "^3.9.9",
- "@react-stately/slider": "^3.6.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/color": "^3.0.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/combobox": {
- "version": "3.10.2",
- "resolved": "https://registry.npmjs.org/@react-stately/combobox/-/combobox-3.10.2.tgz",
- "integrity": "sha512-uT642Dool4tQBh+8UQjlJnTisrJVtg3LqmiP/HqLQ4O3pW0O+ImbG+2r6c9dUzlAnH4kEfmEwCp9dxkBkmFWsg==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/form": "^3.1.1",
- "@react-stately/list": "^3.11.2",
- "@react-stately/overlays": "^3.6.13",
- "@react-stately/select": "^3.6.10",
- "@react-stately/utils": "^3.10.5",
- "@react-types/combobox": "^3.13.2",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/data": {
- "version": "3.12.1",
- "resolved": "https://registry.npmjs.org/@react-stately/data/-/data-3.12.1.tgz",
- "integrity": "sha512-/Nc8X1FmrJ53QU4rN/1i1JtNir4iqo+39Xn5ZOJ74Nng7T+xVVuEuWSo+OEGaycCJf2eZRsomauPxUnnZgCM1A==",
- "dependencies": {
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/datepicker": {
- "version": "3.12.0",
- "resolved": "https://registry.npmjs.org/@react-stately/datepicker/-/datepicker-3.12.0.tgz",
- "integrity": "sha512-AfJEP36d+QgQ30GfacXtYdGsJvqY2yuCJ+JrjHct+m1nYuTkMvMMnhwNBFasgDJPLCDyHzyANlWkl2kQGfsBFw==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@internationalized/string": "^3.2.5",
- "@react-stately/form": "^3.1.1",
- "@react-stately/overlays": "^3.6.13",
- "@react-stately/utils": "^3.10.5",
- "@react-types/datepicker": "^3.10.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/disclosure": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@react-stately/disclosure/-/disclosure-3.0.1.tgz",
- "integrity": "sha512-afpNy5b0UcqRGjU/W5OD0xkx4PbymvhMrgQZ4o4OdtDVMMvr9T5UqMF8/j3J591DxgQfXM872tJu0kotqT0L6Q==",
- "dependencies": {
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/dnd": {
- "version": "3.5.1",
- "resolved": "https://registry.npmjs.org/@react-stately/dnd/-/dnd-3.5.1.tgz",
- "integrity": "sha512-N18wt6fka9ngJJqxfAzmdtyrk9whAnqWUxZn22CatjNQsqukI4a6KRYwZTXM9x/wm7KamhVOp+GBl85zM8GLdA==",
- "dependencies": {
- "@react-stately/selection": "^3.19.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/flags": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/@react-stately/flags/-/flags-3.0.5.tgz",
- "integrity": "sha512-6wks4csxUwPCp23LgJSnkBRhrWpd9jGd64DjcCTNB2AHIFu7Ab1W59pJpUL6TW7uAxVxdNKjgn6D1hlBy8qWsA==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- }
- },
- "node_modules/@react-stately/form": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/@react-stately/form/-/form-3.1.1.tgz",
- "integrity": "sha512-qavrz5X5Mdf/Q1v/QJRxc0F8UTNEyRCNSM1we/nnF7GV64+aYSDLOtaRGmzq+09RSwo1c8ZYnIkK5CnwsPhTsQ==",
- "dependencies": {
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/grid": {
- "version": "3.10.1",
- "resolved": "https://registry.npmjs.org/@react-stately/grid/-/grid-3.10.1.tgz",
- "integrity": "sha512-MOIy//AdxZxIXIzvWSKpvMvaPEMZGQNj+/cOsElHepv/Veh0psNURZMh2TP6Mr0+MnDTZbX+5XIeinGkWYO3JQ==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/selection": "^3.19.0",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/layout": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/@react-stately/layout/-/layout-4.1.1.tgz",
- "integrity": "sha512-kXeo7HKYTOcqMKru1sKFoMoZA+YywSUqHeIA90MptzRugbFhQGq4nUbIYM2p3FeHAX9HU1JAXThuLcwDOHhB8Q==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/table": "^3.13.1",
- "@react-stately/virtualizer": "^4.2.1",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@react-types/table": "^3.10.4",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/list": {
- "version": "3.11.2",
- "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.11.2.tgz",
- "integrity": "sha512-eU2tY3aWj0SEeC7lH9AQoeAB4LL9mwS54FvTgHHoOgc1ZIwRJUaZoiuETyWQe98AL8KMgR1nrnDJ1I+CcT1Y7g==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/menu": {
- "version": "3.9.1",
- "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.9.1.tgz",
- "integrity": "sha512-WRjGGImhQlQaer/hhahGytwd1BDq3fjpTkY/04wv3cQJPJR6lkVI5nSvGFMHfCaErsA1bNyB8/T9Y5F5u4u9ng==",
- "dependencies": {
- "@react-stately/overlays": "^3.6.13",
- "@react-types/menu": "^3.9.14",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/numberfield": {
- "version": "3.9.9",
- "resolved": "https://registry.npmjs.org/@react-stately/numberfield/-/numberfield-3.9.9.tgz",
- "integrity": "sha512-hZsLiGGHTHmffjFymbH1qVmA633rU2GNjMFQTuSsN4lqqaP8fgxngd5pPCoTCUFEkUgWjdHenw+ZFByw8lIE+g==",
- "dependencies": {
- "@internationalized/number": "^3.6.0",
- "@react-stately/form": "^3.1.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/numberfield": "^3.8.8",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/overlays": {
- "version": "3.6.13",
- "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.13.tgz",
- "integrity": "sha512-WsU85Gf/b+HbWsnnYw7P/Ila3wD+C37Uk/WbU4/fHgJ26IEOWsPE6wlul8j54NZ1PnLNhV9Fn+Kffi+PaJMQXQ==",
- "dependencies": {
- "@react-stately/utils": "^3.10.5",
- "@react-types/overlays": "^3.8.12",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/radio": {
- "version": "3.10.10",
- "resolved": "https://registry.npmjs.org/@react-stately/radio/-/radio-3.10.10.tgz",
- "integrity": "sha512-9x3bpq87uV8iYA4NaioTTWjriQSlSdp+Huqlxll0T3W3okpyraTTejE91PbIoRTUmL5qByIh2WzxYmr4QdBgAA==",
- "dependencies": {
- "@react-stately/form": "^3.1.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/radio": "^3.8.6",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/searchfield": {
- "version": "3.5.9",
- "resolved": "https://registry.npmjs.org/@react-stately/searchfield/-/searchfield-3.5.9.tgz",
- "integrity": "sha512-7/aO/oLJ4czKEji0taI/lbHKqPJRag9p3YmRaZ4yqjIMpKxzmJCWQcov5lzWeFhG/1hINKndYlxFnVIKV/urpg==",
- "dependencies": {
- "@react-stately/utils": "^3.10.5",
- "@react-types/searchfield": "^3.5.11",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/select": {
- "version": "3.6.10",
- "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.6.10.tgz",
- "integrity": "sha512-V7V0FCL9T+GzLjyfnJB6PUaKldFyT/8Rj6M+R9ura1A0O+s/FEOesy0pdMXFoL1l5zeUpGlCnhJrsI5HFWHfDw==",
- "dependencies": {
- "@react-stately/form": "^3.1.1",
- "@react-stately/list": "^3.11.2",
- "@react-stately/overlays": "^3.6.13",
- "@react-types/select": "^3.9.9",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/selection": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.19.0.tgz",
- "integrity": "sha512-AvbUqnWjqVQC48RD39S9BpMKMLl55Zo5l/yx5JQFPl55cFwe9Tpku1KY0wzt3fXXiXWaqjDn/7Gkg1VJYy8esQ==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/slider": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/@react-stately/slider/-/slider-3.6.1.tgz",
- "integrity": "sha512-8kij5O82Xe233vZZ6qNGqPXidnlNQiSnyF1q613c7ktFmzAyGjkIWVUapHi23T1fqm7H2Rs3RWlmwE9bo2KecA==",
- "dependencies": {
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@react-types/slider": "^3.7.8",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/table": {
- "version": "3.13.1",
- "resolved": "https://registry.npmjs.org/@react-stately/table/-/table-3.13.1.tgz",
- "integrity": "sha512-Im8W+F8o9EhglY5kqRa3xcMGXl8zBi6W5phGpAjXb+UGDL1tBIlAcYj733bw8g/ITCnaSz9ubsmON0HekPd6Jg==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/flags": "^3.0.5",
- "@react-stately/grid": "^3.10.1",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/utils": "^3.10.5",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@react-types/table": "^3.10.4",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/tabs": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/@react-stately/tabs/-/tabs-3.7.1.tgz",
- "integrity": "sha512-gr9ACyuWrYuc727h7WaHdmNw8yxVlUyQlguziR94MdeRtFGQnf3V6fNQG3kxyB77Ljko69tgDF7Nf6kfPUPAQQ==",
- "dependencies": {
- "@react-stately/list": "^3.11.2",
- "@react-types/shared": "^3.27.0",
- "@react-types/tabs": "^3.3.12",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/toggle": {
- "version": "3.8.1",
- "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.8.1.tgz",
- "integrity": "sha512-MVpe79ghVQiwLmVzIPhF/O/UJAUc9B+ZSylVTyJiEPi0cwhbkKGQv9thOF0ebkkRkace5lojASqUAYtSTZHQJA==",
- "dependencies": {
- "@react-stately/utils": "^3.10.5",
- "@react-types/checkbox": "^3.9.1",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/tooltip": {
- "version": "3.5.1",
- "resolved": "https://registry.npmjs.org/@react-stately/tooltip/-/tooltip-3.5.1.tgz",
- "integrity": "sha512-0aI3U5kB7Cop9OCW9/Bag04zkivFSdUcQgy/TWL4JtpXidVWmOha8txI1WySawFSjZhH83KIyPc+wKm1msfLMQ==",
- "dependencies": {
- "@react-stately/overlays": "^3.6.13",
- "@react-types/tooltip": "^3.4.14",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/tree": {
- "version": "3.8.7",
- "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.8.7.tgz",
- "integrity": "sha512-hpc3pyuXWeQV5ufQ02AeNQg/MYhnzZ4NOznlY5OOUoPzpLYiI3ZJubiY3Dot4jw5N/LR7CqvDLHmrHaJPmZlHg==",
- "dependencies": {
- "@react-stately/collections": "^3.12.1",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/utils": "^3.10.5",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/utils": {
- "version": "3.10.5",
- "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.5.tgz",
- "integrity": "sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==",
- "dependencies": {
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-stately/virtualizer": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-4.2.1.tgz",
- "integrity": "sha512-GHGEXV0ZRhq34U/P3LzkByCBfy2IDynYlV1SE4njkUWWGE/0AH56UegM6w2l3GeiNpXsXCgXl7jpAKeIGMEnrQ==",
- "dependencies": {
- "@react-aria/utils": "^3.27.0",
- "@react-types/shared": "^3.27.0",
- "@swc/helpers": "^0.5.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/autocomplete": {
- "version": "3.0.0-alpha.28",
- "resolved": "https://registry.npmjs.org/@react-types/autocomplete/-/autocomplete-3.0.0-alpha.28.tgz",
- "integrity": "sha512-meHxBVS5H2L7lVOX99jiAfhcvtG0s7EE7iF7X20/yqEnkwWSpyeMKcDKFpvx/bLGUSmRTVFCBLgvPpwUyhcFkg==",
- "dependencies": {
- "@react-types/combobox": "^3.13.2",
- "@react-types/searchfield": "^3.5.11",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/breadcrumbs": {
- "version": "3.7.10",
- "resolved": "https://registry.npmjs.org/@react-types/breadcrumbs/-/breadcrumbs-3.7.10.tgz",
- "integrity": "sha512-5HhRxkKHfAQBoyOYzyf4HT+24HgPE/C/QerxJLNNId303LXO03yeYrbvRqhYZSlD1ACLJW9OmpPpREcw5iSqgw==",
- "dependencies": {
- "@react-types/link": "^3.5.10",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/button": {
- "version": "3.10.2",
- "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.10.2.tgz",
- "integrity": "sha512-h8SB/BLoCgoBulCpyzaoZ+miKXrolK9XC48+n1dKJXT8g4gImrficurDW6+PRTQWaRai0Q0A6bu8UibZOU4syg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/calendar": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/@react-types/calendar/-/calendar-3.6.0.tgz",
- "integrity": "sha512-BtFh4BFwvsYlsaSqUOVxlqXZSlJ6u4aozgO3PwHykhpemwidlzNwm9qDZhcMWPioNF/w2cU/6EqhvEKUHDnFZg==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/checkbox": {
- "version": "3.9.1",
- "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.9.1.tgz",
- "integrity": "sha512-0x/KQcipfNM9Nvy6UMwYG25roRLvsiqf0J3woTYylNNWzF+72XT0iI5FdJkE3w2wfa0obmSoeq4WcbFREQrH/A==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/color": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/@react-types/color/-/color-3.0.2.tgz",
- "integrity": "sha512-4k9c0l5SACwTtkHV0dQ0GrF0Kktk/NChkxtyu58BamyUQOsCe8sqny+uul2nPrqQvuVof/dkRjKhv/DVyyx2mw==",
- "dependencies": {
- "@react-types/shared": "^3.27.0",
- "@react-types/slider": "^3.7.8"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/combobox": {
- "version": "3.13.2",
- "resolved": "https://registry.npmjs.org/@react-types/combobox/-/combobox-3.13.2.tgz",
- "integrity": "sha512-yl2yMcM5/v3lJiNZWjpAhQ9vRW6dD55CD4rYmO2K7XvzYJaFVT4WYI/AymPYD8RqomMp7coBmBHfHW0oupk8gg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/datepicker": {
- "version": "3.10.0",
- "resolved": "https://registry.npmjs.org/@react-types/datepicker/-/datepicker-3.10.0.tgz",
- "integrity": "sha512-Att7y4NedNH1CogMDIX9URXgMLxGbZgnFCZ8oxgFAVndWzbh3TBcc4s7uoJDPvgRMAalq+z+SrlFFeoBeJmvvg==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@react-types/calendar": "^3.6.0",
- "@react-types/overlays": "^3.8.12",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/dialog": {
- "version": "3.5.15",
- "resolved": "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.15.tgz",
- "integrity": "sha512-BX1+mV35Oa0aIlhu98OzJaSB7uiCWDPQbr0AkpFBajSSlESUoAjntN+4N+QJmj24z2v6UE9zxGQ85/U/0Le+bw==",
- "dependencies": {
- "@react-types/overlays": "^3.8.12",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/form": {
- "version": "3.7.9",
- "resolved": "https://registry.npmjs.org/@react-types/form/-/form-3.7.9.tgz",
- "integrity": "sha512-+qGDrQFdIh8umU82zmnYJ0V2rLoGSQ3yApFT02URz//NWeTA7qo0Oab2veKvXUkcBb47oSvytZYmkExPikxIEg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/grid": {
- "version": "3.2.11",
- "resolved": "https://registry.npmjs.org/@react-types/grid/-/grid-3.2.11.tgz",
- "integrity": "sha512-Mww9nrasppvPbsBi+uUqFnf7ya8fXN0cTVzDNG+SveD8mhW+sbtuy+gPtEpnFD2Oyi8qLuObefzt4gdekJX2Yw==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/link": {
- "version": "3.5.10",
- "resolved": "https://registry.npmjs.org/@react-types/link/-/link-3.5.10.tgz",
- "integrity": "sha512-IM2mbSpB0qP44Jh1Iqpevo7bQdZAr0iDyDi13OhsiUYJeWgPMHzGEnQqdBMkrfQeOTXLtZtUyOYLXE2v39bhzQ==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/listbox": {
- "version": "3.5.4",
- "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.5.4.tgz",
- "integrity": "sha512-5otTes0zOwRZwNtqysPD/aW4qFJSxd5znjwoWTLnzDXXOBHXPyR83IJf8ITgvIE5C0y+EFadsWR/BBO3k9Pj7g==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/menu": {
- "version": "3.9.14",
- "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.9.14.tgz",
- "integrity": "sha512-RJW/S8IPwbRuohJ/A9HJ7W8QaAY816tm7Nv6+H/TLXG76zu2AS5vEgq+0TcCAWvJJwUdLDpJWJMlo0iIoIBtcg==",
- "dependencies": {
- "@react-types/overlays": "^3.8.12",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/meter": {
- "version": "3.4.6",
- "resolved": "https://registry.npmjs.org/@react-types/meter/-/meter-3.4.6.tgz",
- "integrity": "sha512-YczAht1VXy3s4fR6Dq0ibGsjulGHzS/A/K4tOruSNTL6EkYH9ktHX62Xk/OhCiKHxV315EbZ136WJaCeO4BgHw==",
- "dependencies": {
- "@react-types/progress": "^3.5.9"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/numberfield": {
- "version": "3.8.8",
- "resolved": "https://registry.npmjs.org/@react-types/numberfield/-/numberfield-3.8.8.tgz",
- "integrity": "sha512-825JPppxDaWh0Zxb0Q+wSslgRQYOtQPCAuhszPuWEy6d2F/M+hLR+qQqvQm9+LfMbdwiTg6QK5wxdWFCp2t7jw==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/overlays": {
- "version": "3.8.12",
- "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.12.tgz",
- "integrity": "sha512-ZvR1t0YV7/6j+6OD8VozKYjvsXT92+C/2LOIKozy7YUNS5KI4MkXbRZzJvkuRECVZOmx8JXKTUzhghWJM/3QuQ==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/progress": {
- "version": "3.5.9",
- "resolved": "https://registry.npmjs.org/@react-types/progress/-/progress-3.5.9.tgz",
- "integrity": "sha512-zFxOzx3G8XUmHgpm037Hcayls5bqzXVa182E3iM7YWTmrjxJPKZ58XL0WWBgpTd+mJD7fTpnFdAZqSmFbtDOdA==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/radio": {
- "version": "3.8.6",
- "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.8.6.tgz",
- "integrity": "sha512-woTQYdRFjPzuml4qcIf+2zmycRuM5w3fDS5vk6CQmComVUjOFPtD28zX3Z9kc9lSNzaBQz9ONZfFqkZ1gqfICA==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/searchfield": {
- "version": "3.5.11",
- "resolved": "https://registry.npmjs.org/@react-types/searchfield/-/searchfield-3.5.11.tgz",
- "integrity": "sha512-MX8d9pgvxZxmgDwI0tiDaf6ijOY8XcRj0HM8Ocfttlk7PEFJK44p51WsUC+fPX1GmZni2JpFkx/haPOSLUECdw==",
- "dependencies": {
- "@react-types/shared": "^3.27.0",
- "@react-types/textfield": "^3.11.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/select": {
- "version": "3.9.9",
- "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.9.9.tgz",
- "integrity": "sha512-/hCd0o+ztn29FKCmVec+v7t4JpOzz56o+KrG7NDq2pcRWqUR9kNwCjrPhSbJIIEDm4ubtrfPu41ysIuDvRd2Bg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/shared": {
- "version": "3.27.0",
- "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.27.0.tgz",
- "integrity": "sha512-gvznmLhi6JPEf0bsq7SwRYTHAKKq/wcmKqFez9sRdbED+SPMUmK5omfZ6w3EwUFQHbYUa4zPBYedQ7Knv70RMw==",
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/slider": {
- "version": "3.7.8",
- "resolved": "https://registry.npmjs.org/@react-types/slider/-/slider-3.7.8.tgz",
- "integrity": "sha512-utW1o9KT70hqFwu1zqMtyEWmP0kSATk4yx+Fm/peSR4iZa+BasRqH83yzir5GKc8OfqfE1kmEsSlO98/k986+w==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/switch": {
- "version": "3.5.8",
- "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.8.tgz",
- "integrity": "sha512-sL7jmh8llF8BxzY4HXkSU4bwU8YU6gx45P85D0AdYXgRHxU9Cp7BQPOMF4pJoQ8TTej05MymY5q7xvJVmxUTAQ==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/table": {
- "version": "3.10.4",
- "resolved": "https://registry.npmjs.org/@react-types/table/-/table-3.10.4.tgz",
- "integrity": "sha512-d0tLz/whxVteqr1rophtuuxqyknHHfTKeXrCgDjt8pAyd9U8GPDbfcFSfYPUhWdELRt7aLVyQw6VblZHioVEgQ==",
- "dependencies": {
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/tabs": {
- "version": "3.3.12",
- "resolved": "https://registry.npmjs.org/@react-types/tabs/-/tabs-3.3.12.tgz",
- "integrity": "sha512-E9O9G+wf9kaQ8UbDEDliW/oxYlJnh7oDCW1zaMOySwnG4yeCh7Wu02EOCvlQW4xvgn/i+lbEWgirf7L+yj5nRg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/textfield": {
- "version": "3.11.0",
- "resolved": "https://registry.npmjs.org/@react-types/textfield/-/textfield-3.11.0.tgz",
- "integrity": "sha512-YORBgr6wlu2xfvr4MqjKFHGpj+z8LBzk14FbWDbYnnhGnv0I10pj+m2KeOHgDNFHrfkDdDOQmMIKn1UCqeUuEg==",
- "dependencies": {
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@react-types/tooltip": {
- "version": "3.4.14",
- "resolved": "https://registry.npmjs.org/@react-types/tooltip/-/tooltip-3.4.14.tgz",
- "integrity": "sha512-J7CeYL2yPeKIasx1rPaEefyCHGEx2DOCx+7bM3XcKGmCxvNdVQLjimNJOt8IHlUA0nFJQOjmSW/mz9P0f2/kUw==",
- "dependencies": {
- "@react-types/overlays": "^3.8.12",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/@rollup/plugin-commonjs": {
- "version": "28.0.1",
- "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz",
- "integrity": "sha512-+tNWdlWKbpB3WgBN7ijjYkq9X5uhjmcvyjEght4NmH5fAU++zfQzAJ6wumLS+dNcvwEZhKx2Z+skY8m7v0wGSA==",
- "dependencies": {
- "@rollup/pluginutils": "^5.0.1",
- "commondir": "^1.0.1",
- "estree-walker": "^2.0.2",
- "fdir": "^6.2.0",
- "is-reference": "1.2.1",
- "magic-string": "^0.30.3",
- "picomatch": "^4.0.2"
- },
- "engines": {
- "node": ">=16.0.0 || 14 >= 14.17"
- },
- "peerDependencies": {
- "rollup": "^2.68.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-commonjs/node_modules/fdir": {
- "version": "6.4.2",
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
- "peerDependencies": {
- "picomatch": "^3 || ^4"
- },
- "peerDependenciesMeta": {
- "picomatch": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/plugin-commonjs/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/@rollup/pluginutils": {
- "version": "5.1.3",
- "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
- "integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
- "dependencies": {
- "@types/estree": "^1.0.0",
- "estree-walker": "^2.0.2",
- "picomatch": "^4.0.2"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "peerDependencies": {
- "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
- },
- "peerDependenciesMeta": {
- "rollup": {
- "optional": true
- }
- }
- },
- "node_modules/@rollup/pluginutils/node_modules/picomatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.9.5",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz",
- "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux"
- ]
- },
- "node_modules/@rushstack/eslint-patch": {
- "version": "1.10.2",
- "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz",
- "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==",
- "dev": true
- },
- "node_modules/@scandic-hotels/design-system": {
- "version": "0.1.0",
- "resolved": "git+https://x-token-auth:ATCTT3xFfGN0gu4BSBWR71ifMM-_iAT2ip_jnjF0OjTkYhEB3sn71fPCGuMUA7O3BxJ2oHptZVGAlVvMUoeo3Wfute7RYido9HlvrVjemqns9hR3WSf6eNHhsSy5bLtxQ6VK7mnSSAGHaCqTejxirs_PmOB_jPIi1Ft4OEDehtnMxCteg8rO-IE%3D27DF8E0B@bitbucket.org/scandic-swap/design-system.git#3279c13e03b53a9c49fc770313e289a92a6481b5",
- "peerDependencies": {
- "react": "^18.2.0",
- "react-aria-components": "^1.0.1",
- "react-dom": "^18.2.0"
- }
- },
- "node_modules/@sentry-internal/browser-utils": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/browser-utils/-/browser-utils-8.41.0.tgz",
- "integrity": "sha512-nU7Bn3jEUmf1QXRUT3j2ewUBlFJpe9vnAnjqpeVPDWTsVI52BwVNcJHuE37PrGs66OZ1ZkGMfKnQk43oCAa+oQ==",
- "dependencies": {
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry-internal/feedback": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/feedback/-/feedback-8.41.0.tgz",
- "integrity": "sha512-bw+BrSNw8abOnu/IpD8YSbYubXkkT8jyNS7TM4e4UPZMuXcbtia7/r5d7kAiUfKv/sV5PNMlZLOk+EYJeLTANg==",
- "dependencies": {
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry-internal/replay": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/replay/-/replay-8.41.0.tgz",
- "integrity": "sha512-ByXEY7JI95y4Qr9fS3d28l9uuVU5Qa0HgL+xDmYElNx7CXz3Q9hFN6ibgUeC3h8BO5pDULxWNgAppl7FRY8N5w==",
- "dependencies": {
- "@sentry-internal/browser-utils": "8.41.0",
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry-internal/replay-canvas": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry-internal/replay-canvas/-/replay-canvas-8.41.0.tgz",
- "integrity": "sha512-lpgOBHWr1ZNxidD72A2pfoUMjIpwonOPYoQZWAHr86Oa3eIVQOyfklZlHW+gKPFl2/IEl9Lbtcke0JiDp3dkIQ==",
- "dependencies": {
- "@sentry-internal/replay": "8.41.0",
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/babel-plugin-component-annotate": {
- "version": "2.22.6",
- "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.6.tgz",
- "integrity": "sha512-V2g1Y1I5eSe7dtUVMBvAJr8BaLRr4CLrgNgtPaZyMT4Rnps82SrZ5zqmEkLXPumlXhLUWR6qzoMNN2u+RXVXfQ==",
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/@sentry/browser": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-8.41.0.tgz",
- "integrity": "sha512-FfAU55eYwW2lG4M3dEw2472RvHrD5YWSfHCZvuRf/4skX38kFvKghZQ+epL+CVHTzvIRHOrbj8qQK6YLTGl9ew==",
- "dependencies": {
- "@sentry-internal/browser-utils": "8.41.0",
- "@sentry-internal/feedback": "8.41.0",
- "@sentry-internal/replay": "8.41.0",
- "@sentry-internal/replay-canvas": "8.41.0",
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/bundler-plugin-core": {
- "version": "2.22.6",
- "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.6.tgz",
- "integrity": "sha512-1esQdgSUCww9XAntO4pr7uAM5cfGhLsgTK9MEwAKNfvpMYJi9NUTYa3A7AZmdA8V6107Lo4OD7peIPrDRbaDCg==",
- "dependencies": {
- "@babel/core": "^7.18.5",
- "@sentry/babel-plugin-component-annotate": "2.22.6",
- "@sentry/cli": "^2.36.1",
- "dotenv": "^16.3.1",
- "find-up": "^5.0.0",
- "glob": "^9.3.2",
- "magic-string": "0.30.8",
- "unplugin": "1.0.1"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/@sentry/bundler-plugin-core/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@sentry/bundler-plugin-core/node_modules/glob": {
- "version": "9.3.5",
- "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
- "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "minimatch": "^8.0.2",
- "minipass": "^4.2.4",
- "path-scurry": "^1.6.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@sentry/bundler-plugin-core/node_modules/magic-string": {
- "version": "0.30.8",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz",
- "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.4.15"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@sentry/bundler-plugin-core/node_modules/minimatch": {
- "version": "8.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
- "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@sentry/bundler-plugin-core/node_modules/minipass": {
- "version": "4.2.8",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
- "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@sentry/cli": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.38.2.tgz",
- "integrity": "sha512-CR0oujpAnhegK2pBAv6ZReMqbFTuNJLDZLvoD1B+syrKZX+R+oxkgT2e1htsBbht+wGxAsluVWsIAydSws1GAA==",
- "hasInstallScript": true,
- "dependencies": {
- "https-proxy-agent": "^5.0.0",
- "node-fetch": "^2.6.7",
- "progress": "^2.0.3",
- "proxy-from-env": "^1.1.0",
- "which": "^2.0.2"
- },
- "bin": {
- "sentry-cli": "bin/sentry-cli"
- },
- "engines": {
- "node": ">= 10"
- },
- "optionalDependencies": {
- "@sentry/cli-darwin": "2.38.2",
- "@sentry/cli-linux-arm": "2.38.2",
- "@sentry/cli-linux-arm64": "2.38.2",
- "@sentry/cli-linux-i686": "2.38.2",
- "@sentry/cli-linux-x64": "2.38.2",
- "@sentry/cli-win32-i686": "2.38.2",
- "@sentry/cli-win32-x64": "2.38.2"
- }
- },
- "node_modules/@sentry/cli-darwin": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-darwin/-/cli-darwin-2.38.2.tgz",
- "integrity": "sha512-21ywIcJCCFrCTyiF1o1PaT7rbelFC2fWmayKYgFElnQ55IzNYkcn8BYhbh/QknE0l1NBRaeWMXwTTdeoqETCCg==",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-linux-arm": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-linux-arm/-/cli-linux-arm-2.38.2.tgz",
- "integrity": "sha512-+AiKDBQKIdQe4NhBiHSHGl0KR+b//HHTrnfK1SaTrOm9HtM4ELXAkjkRF3bmbpSzSQCS5WzcbIxxCJOeaUaO0A==",
- "cpu": [
- "arm"
- ],
- "optional": true,
- "os": [
- "linux",
- "freebsd"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-linux-arm64": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.38.2.tgz",
- "integrity": "sha512-4Fp/jjQpNZj4Th+ZckMQvldAuuP0ZcyJ9tJCP1CCOn5poIKPYtY6zcbTP036R7Te14PS4ALOcDNX3VNKfpsifA==",
- "cpu": [
- "arm64"
- ],
- "optional": true,
- "os": [
- "linux",
- "freebsd"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-linux-i686": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-linux-i686/-/cli-linux-i686-2.38.2.tgz",
- "integrity": "sha512-6zVJN10dHIn4R1v+fxuzlblzVBhIVwsaN/S7aBED6Vn1HhAyAcNG2tIzeCLGeDfieYjXlE2sCI82sZkQBCbAGw==",
- "cpu": [
- "x86",
- "ia32"
- ],
- "optional": true,
- "os": [
- "linux",
- "freebsd"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-linux-x64": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-linux-x64/-/cli-linux-x64-2.38.2.tgz",
- "integrity": "sha512-4UiLu9zdVtqPeltELR5MDGKcuqAdQY9xz3emISuA6bm+MXGbt2W1WgX+XY3GElwjZbmH8qpyLUEd34sw6sdcbQ==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "linux",
- "freebsd"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-win32-i686": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-win32-i686/-/cli-win32-i686-2.38.2.tgz",
- "integrity": "sha512-DYfSvd5qLPerLpIxj3Xu2rRe3CIlpGOOfGSNI6xvJ5D8j6hqbOHlCzvfC4oBWYVYGtxnwQLMeDGJ7o7RMYulig==",
- "cpu": [
- "x86",
- "ia32"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli-win32-x64": {
- "version": "2.38.2",
- "resolved": "https://registry.npmjs.org/@sentry/cli-win32-x64/-/cli-win32-x64-2.38.2.tgz",
- "integrity": "sha512-W5UX58PKY1hNUHo9YJxWNhGvgvv2uOYHI27KchRiUvFYBIqlUUcIdPZDfyzetDfd8qBCxlAsFnkL2VJSNdpA9A==",
- "cpu": [
- "x64"
- ],
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@sentry/cli/node_modules/proxy-from-env": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
- },
- "node_modules/@sentry/core": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/core/-/core-8.41.0.tgz",
- "integrity": "sha512-3v7u3t4LozCA5SpZY4yqUN2U3jSrkXNoLgz6L2SUUiydyCuSwXZIFEwpLJfgQyidpNDifeQbBI5E1O910XkPsA==",
- "dependencies": {
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/nextjs": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/nextjs/-/nextjs-8.41.0.tgz",
- "integrity": "sha512-UeB7WJ4bAEGtEYKhMWf1tOHBZaY4sws0nHMs0NctOJ9/5MlgcYlzdO4XSIuSyykJ3QMM/ENXj/1mPdm4dWhB8g==",
- "dependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/instrumentation-http": "0.53.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@rollup/plugin-commonjs": "28.0.1",
- "@sentry-internal/browser-utils": "8.41.0",
- "@sentry/core": "8.41.0",
- "@sentry/node": "8.41.0",
- "@sentry/opentelemetry": "8.41.0",
- "@sentry/react": "8.41.0",
- "@sentry/types": "8.41.0",
- "@sentry/vercel-edge": "8.41.0",
- "@sentry/webpack-plugin": "2.22.6",
- "chalk": "3.0.0",
- "resolve": "1.22.8",
- "rollup": "3.29.5",
- "stacktrace-parser": "^0.1.10"
- },
- "engines": {
- "node": ">=14.18"
- },
- "peerDependencies": {
- "next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0"
- }
- },
- "node_modules/@sentry/nextjs/node_modules/@sentry/opentelemetry": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-8.41.0.tgz",
- "integrity": "sha512-Ld6KdBQsmSk2IfFSoZ7CMpmuQbfb3viV6nTDCz6+11wL9S+1b+hadCN+38yBW4CmI4/hEpYfwwWQPseQQTvBCg==",
- "dependencies": {
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/core": "^1.25.1",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/sdk-trace-base": "^1.26.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- }
- },
- "node_modules/@sentry/nextjs/node_modules/chalk": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@sentry/nextjs/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@sentry/node": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/node/-/node-8.41.0.tgz",
- "integrity": "sha512-eYD5S8Lti9efBHFSIhZ/0C5uI1DQtGqjuNWQ62CKC47G2qgJddBtb2HgqRFAnMajYL9FXEtiDT6uqQhKQnmLcQ==",
- "dependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/context-async-hooks": "^1.25.1",
- "@opentelemetry/core": "^1.25.1",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/instrumentation-amqplib": "^0.43.0",
- "@opentelemetry/instrumentation-connect": "0.40.0",
- "@opentelemetry/instrumentation-dataloader": "0.12.0",
- "@opentelemetry/instrumentation-express": "0.44.0",
- "@opentelemetry/instrumentation-fastify": "0.41.0",
- "@opentelemetry/instrumentation-fs": "0.16.0",
- "@opentelemetry/instrumentation-generic-pool": "0.39.0",
- "@opentelemetry/instrumentation-graphql": "0.44.0",
- "@opentelemetry/instrumentation-hapi": "0.41.0",
- "@opentelemetry/instrumentation-http": "0.53.0",
- "@opentelemetry/instrumentation-ioredis": "0.43.0",
- "@opentelemetry/instrumentation-kafkajs": "0.4.0",
- "@opentelemetry/instrumentation-knex": "0.41.0",
- "@opentelemetry/instrumentation-koa": "0.43.0",
- "@opentelemetry/instrumentation-lru-memoizer": "0.40.0",
- "@opentelemetry/instrumentation-mongodb": "0.48.0",
- "@opentelemetry/instrumentation-mongoose": "0.42.0",
- "@opentelemetry/instrumentation-mysql": "0.41.0",
- "@opentelemetry/instrumentation-mysql2": "0.41.0",
- "@opentelemetry/instrumentation-nestjs-core": "0.40.0",
- "@opentelemetry/instrumentation-pg": "0.44.0",
- "@opentelemetry/instrumentation-redis-4": "0.42.0",
- "@opentelemetry/instrumentation-tedious": "0.15.0",
- "@opentelemetry/instrumentation-undici": "0.6.0",
- "@opentelemetry/resources": "^1.26.0",
- "@opentelemetry/sdk-trace-base": "^1.26.0",
- "@opentelemetry/semantic-conventions": "^1.27.0",
- "@prisma/instrumentation": "5.19.1",
- "@sentry/core": "8.41.0",
- "@sentry/opentelemetry": "8.41.0",
- "@sentry/types": "8.41.0",
- "import-in-the-middle": "^1.11.2"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/node/node_modules/@sentry/opentelemetry": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-8.41.0.tgz",
- "integrity": "sha512-Ld6KdBQsmSk2IfFSoZ7CMpmuQbfb3viV6nTDCz6+11wL9S+1b+hadCN+38yBW4CmI4/hEpYfwwWQPseQQTvBCg==",
- "dependencies": {
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/core": "^1.25.1",
- "@opentelemetry/instrumentation": "^0.54.0",
- "@opentelemetry/sdk-trace-base": "^1.26.0",
- "@opentelemetry/semantic-conventions": "^1.27.0"
- }
- },
- "node_modules/@sentry/react": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/react/-/react-8.41.0.tgz",
- "integrity": "sha512-/7LEWDNdICYO5s4ie8ztgpmD/GRJ1+1nHlSKvcwjf83COzT1eGvVeuYTiXFAPmXA29sY+lV1RajziwgySadjIQ==",
- "dependencies": {
- "@sentry/browser": "8.41.0",
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0",
- "hoist-non-react-statics": "^3.3.2"
- },
- "engines": {
- "node": ">=14.18"
- },
- "peerDependencies": {
- "react": "^16.14.0 || 17.x || 18.x || 19.x"
- }
- },
- "node_modules/@sentry/types": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/types/-/types-8.41.0.tgz",
- "integrity": "sha512-eqdnGr9k9H++b9CjVUoTNUVahPVWeNnMy0YGkqS5+cjWWC+x43p56202oidGFmWo6702ub/xwUNH6M5PC4kq6A==",
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/vercel-edge": {
- "version": "8.41.0",
- "resolved": "https://registry.npmjs.org/@sentry/vercel-edge/-/vercel-edge-8.41.0.tgz",
- "integrity": "sha512-r8ZiOuT9SfSeasjz+BSyzz/8yqyYsBFBo7imp3gTid7sTmCYvGuS174mnQi9uciRJYC4g1JrBWJCb5oQMtWw3Q==",
- "dependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@sentry/core": "8.41.0",
- "@sentry/types": "8.41.0"
- },
- "engines": {
- "node": ">=14.18"
- }
- },
- "node_modules/@sentry/webpack-plugin": {
- "version": "2.22.6",
- "resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.22.6.tgz",
- "integrity": "sha512-BiLhAzQYAz/9kCXKj2LeUKWf/9GBVn2dD0DeYK89s+sjDEaxjbcLBBiLlLrzT7eC9QVj2tUZRKOi6puCfc8ysw==",
- "dependencies": {
- "@sentry/bundler-plugin-core": "2.22.6",
- "unplugin": "1.0.1",
- "uuid": "^9.0.0"
- },
- "engines": {
- "node": ">= 14"
- },
- "peerDependencies": {
- "webpack": ">=4.40.0"
- }
- },
- "node_modules/@sentry/webpack-plugin/node_modules/uuid": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
- "funding": [
- "https://github.com/sponsors/broofa",
- "https://github.com/sponsors/ctavan"
- ],
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
- "node_modules/@sideway/address": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
- "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
- "dev": true,
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- }
- },
- "node_modules/@sideway/formula": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
- "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
- "dev": true
- },
- "node_modules/@sideway/pinpoint": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
- "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
- "dev": true
- },
- "node_modules/@sinclair/typebox": {
- "version": "0.27.8",
- "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
- "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
- "dev": true
- },
- "node_modules/@sindresorhus/is": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz",
- "integrity": "sha512-/aPsuoj/1Dw/kzhkgz+ES6TxG0zfTMGLwuK2ZG00k/iJzYHTLCE8mVU8EPqEOp/lmxPoq1C1C9RYToRKb2KEfg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/is?sponsor=1"
- }
- },
- "node_modules/@sindresorhus/merge-streams": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
- "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@sinonjs/commons": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
- "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
- "dev": true,
- "dependencies": {
- "type-detect": "4.0.8"
- }
- },
- "node_modules/@sinonjs/fake-timers": {
- "version": "10.3.0",
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
- "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
- "dev": true,
- "dependencies": {
- "@sinonjs/commons": "^3.0.0"
- }
- },
- "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz",
- "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz",
- "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz",
- "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz",
- "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz",
- "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz",
- "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz",
- "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-plugin-transform-svg-component": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz",
- "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/babel-preset": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz",
- "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@svgr/babel-plugin-add-jsx-attribute": "8.0.0",
- "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0",
- "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0",
- "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0",
- "@svgr/babel-plugin-svg-dynamic-title": "8.0.0",
- "@svgr/babel-plugin-svg-em-dimensions": "8.0.0",
- "@svgr/babel-plugin-transform-react-native-svg": "8.1.0",
- "@svgr/babel-plugin-transform-svg-component": "8.0.0"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@svgr/core": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz",
- "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.21.3",
- "@svgr/babel-preset": "8.1.0",
- "camelcase": "^6.2.0",
- "cosmiconfig": "^8.1.3",
- "snake-case": "^3.0.4"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- }
- },
- "node_modules/@svgr/hast-util-to-babel-ast": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz",
- "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/types": "^7.21.3",
- "entities": "^4.4.0"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- }
- },
- "node_modules/@svgr/plugin-jsx": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz",
- "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.21.3",
- "@svgr/babel-preset": "8.1.0",
- "@svgr/hast-util-to-babel-ast": "8.0.0",
- "svg-parser": "^2.0.4"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@svgr/core": "*"
- }
- },
- "node_modules/@svgr/plugin-svgo": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz",
- "integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "cosmiconfig": "^8.1.3",
- "deepmerge": "^4.3.1",
- "svgo": "^3.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- },
- "peerDependencies": {
- "@svgr/core": "*"
- }
- },
- "node_modules/@svgr/webpack": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz",
- "integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/core": "^7.21.3",
- "@babel/plugin-transform-react-constant-elements": "^7.21.3",
- "@babel/preset-env": "^7.20.2",
- "@babel/preset-react": "^7.18.6",
- "@babel/preset-typescript": "^7.21.0",
- "@svgr/core": "8.1.0",
- "@svgr/plugin-jsx": "8.1.0",
- "@svgr/plugin-svgo": "8.1.0"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/gregberge"
- }
- },
- "node_modules/@swc/counter": {
- "version": "0.1.3",
- "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
- "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ=="
- },
- "node_modules/@swc/helpers": {
- "version": "0.5.5",
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz",
- "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
- "dependencies": {
- "@swc/counter": "^0.1.3",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/@szmarczak/http-timer": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
- "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
- "dev": true,
- "dependencies": {
- "defer-to-connect": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/@t3-oss/env-core": {
- "version": "0.9.2",
- "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.9.2.tgz",
- "integrity": "sha512-KgWXljUTHgO3o7GMZQPAD5+P+HqpauMNNHowlm7V2b9IeMitSUpNKwG6xQrup/xARWHTdxRVIl0mSI4wCevQhQ==",
- "peerDependencies": {
- "typescript": ">=5.0.0",
- "zod": "^3.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@t3-oss/env-nextjs": {
- "version": "0.9.2",
- "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.9.2.tgz",
- "integrity": "sha512-dklHrgKLESStNVB67Jdbu6osxDYA+xNKaPBRerlnkEvzbCccSKMvZENx6EZebJuR4snqB3/yRykNMn/bdIAyiQ==",
- "dependencies": {
- "@t3-oss/env-core": "0.9.2"
- },
- "peerDependencies": {
- "typescript": ">=5.0.0",
- "zod": "^3.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@tanstack/query-core": {
- "version": "5.64.2",
- "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.64.2.tgz",
- "integrity": "sha512-hdO8SZpWXoADNTWXV9We8CwTkXU88OVWRBcsiFrk7xJQnhm6WRlweDzMD+uH+GnuieTBVSML6xFa17C2cNV8+g==",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- }
- },
- "node_modules/@tanstack/query-devtools": {
- "version": "5.64.2",
- "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.64.2.tgz",
- "integrity": "sha512-3DautR5UpVZdk/qNIhioZVF7g8fdQZ1U98sBEEk4Tzz3tihSBNMPgwlP40nzgbPEDBIrn/j/oyyvNBVSo083Vw==",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- }
- },
- "node_modules/@tanstack/react-query": {
- "version": "5.64.2",
- "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.64.2.tgz",
- "integrity": "sha512-3pakNscZNm8KJkxmovvtZ4RaXLyiYYobwleTMvpIGUoKRa8j8VlrQKNl5W8VUEfVfZKkikvXVddLuWMbcSCA1Q==",
- "license": "MIT",
- "dependencies": {
- "@tanstack/query-core": "5.64.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- },
- "peerDependencies": {
- "react": "^18 || ^19"
- }
- },
- "node_modules/@tanstack/react-query-devtools": {
- "version": "5.64.2",
- "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.64.2.tgz",
- "integrity": "sha512-+ZjJVnPzc8BUV/Eklu2k9T/IAyAyvwoCHqOaOrk2sbU33LFhM52BpX4eyENXn0bx5LwV3DJZgEQlIzucoemfGQ==",
- "license": "MIT",
- "dependencies": {
- "@tanstack/query-devtools": "5.64.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- },
- "peerDependencies": {
- "@tanstack/react-query": "^5.64.2",
- "react": "^18 || ^19"
- }
- },
- "node_modules/@tanstack/react-table": {
- "version": "8.20.5",
- "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.5.tgz",
- "integrity": "sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==",
- "dependencies": {
- "@tanstack/table-core": "8.20.5"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- },
- "peerDependencies": {
- "react": ">=16.8",
- "react-dom": ">=16.8"
- }
- },
- "node_modules/@tanstack/table-core": {
- "version": "8.20.5",
- "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.20.5.tgz",
- "integrity": "sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/tannerlinsley"
- }
- },
- "node_modules/@testing-library/dom": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz",
- "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==",
- "dev": true,
- "peer": true,
- "dependencies": {
- "@babel/code-frame": "^7.10.4",
- "@babel/runtime": "^7.12.5",
- "@types/aria-query": "^5.0.1",
- "aria-query": "5.3.0",
- "chalk": "^4.1.0",
- "dom-accessibility-api": "^0.5.9",
- "lz-string": "^1.5.0",
- "pretty-format": "^27.0.2"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/@testing-library/dom/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "peer": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@testing-library/dom/node_modules/pretty-format": {
- "version": "27.5.1",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
- "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
- "dev": true,
- "peer": true,
- "dependencies": {
- "ansi-regex": "^5.0.1",
- "ansi-styles": "^5.0.0",
- "react-is": "^17.0.1"
- },
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
- }
- },
- "node_modules/@testing-library/dom/node_modules/react-is": {
- "version": "17.0.2",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
- "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
- "dev": true,
- "peer": true
- },
- "node_modules/@testing-library/jest-dom": {
- "version": "6.4.6",
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.6.tgz",
- "integrity": "sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==",
- "dev": true,
- "dependencies": {
- "@adobe/css-tools": "^4.4.0",
- "@babel/runtime": "^7.9.2",
- "aria-query": "^5.0.0",
- "chalk": "^3.0.0",
- "css.escape": "^1.5.1",
- "dom-accessibility-api": "^0.6.3",
- "lodash": "^4.17.21",
- "redent": "^3.0.0"
- },
- "engines": {
- "node": ">=14",
- "npm": ">=6",
- "yarn": ">=1"
- },
- "peerDependencies": {
- "@jest/globals": ">= 28",
- "@types/bun": "latest",
- "@types/jest": ">= 28",
- "jest": ">= 28",
- "vitest": ">= 0.32"
- },
- "peerDependenciesMeta": {
- "@jest/globals": {
- "optional": true
- },
- "@types/bun": {
- "optional": true
- },
- "@types/jest": {
- "optional": true
- },
- "jest": {
- "optional": true
- },
- "vitest": {
- "optional": true
- }
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/@adobe/css-tools": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz",
- "integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==",
- "dev": true
- },
- "node_modules/@testing-library/jest-dom/node_modules/chalk": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz",
- "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==",
- "dev": true
- },
- "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@testing-library/react": {
- "version": "16.0.0",
- "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.0.tgz",
- "integrity": "sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==",
- "dev": true,
- "dependencies": {
- "@babel/runtime": "^7.12.5"
- },
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "@testing-library/dom": "^10.0.0",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "@types/react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/@testing-library/user-event": {
- "version": "14.5.2",
- "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz",
- "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==",
- "dev": true,
- "engines": {
- "node": ">=12",
- "npm": ">=6"
- },
- "peerDependencies": {
- "@testing-library/dom": ">=7.21.4"
- }
- },
- "node_modules/@tootallnate/once": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
- "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@trpc/client": {
- "version": "11.0.0-rc.467",
- "resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.0.0-rc.467.tgz",
- "integrity": "sha512-ovZaGdAUl+EEmtJJc5uuo95B0gw8+q3jwNjUQQmmSMU5Isq4sYdjIWNkhbrFtR8CovllFyrRrjAgCWdaOTEY4g==",
- "funding": [
- "https://trpc.io/sponsor"
- ],
- "license": "MIT",
- "peerDependencies": {
- "@trpc/server": "11.0.0-rc.467+8f72171d6"
- }
- },
- "node_modules/@trpc/react-query": {
- "version": "11.0.0-rc.467",
- "resolved": "https://registry.npmjs.org/@trpc/react-query/-/react-query-11.0.0-rc.467.tgz",
- "integrity": "sha512-PNpHgISXJ60s0fJc6JUomKe3iu1wj6pZNFHJgQecAEK0gs1y6VM8Oh8CHgZg8+J/KDP/UtUmBcbpFP9l8Nq48w==",
- "funding": [
- "https://trpc.io/sponsor"
- ],
- "license": "MIT",
- "peerDependencies": {
- "@tanstack/react-query": "^5.49.2",
- "@trpc/client": "11.0.0-rc.467+8f72171d6",
- "@trpc/server": "11.0.0-rc.467+8f72171d6",
- "react": ">=18.2.0",
- "react-dom": ">=18.2.0"
- }
- },
- "node_modules/@trpc/server": {
- "version": "11.0.0-rc.467",
- "resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.0.0-rc.467.tgz",
- "integrity": "sha512-94Gv26ALuBfxgFlSGV3x2uF2ixUEViuK0m3IPKOvCTMreisZkBqyTa3NkBcuPZW/AMUieM5P4Q2NrbHTIA0fKQ==",
- "funding": [
- "https://trpc.io/sponsor"
- ],
- "license": "MIT"
- },
- "node_modules/@trysound/sax": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
- "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
- "dev": true,
- "license": "ISC",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/@tsconfig/node10": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
- "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==",
- "dev": true
- },
- "node_modules/@tsconfig/node12": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
- "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
- "dev": true
- },
- "node_modules/@tsconfig/node14": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
- "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
- "dev": true
- },
- "node_modules/@tsconfig/node16": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
- "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
- "dev": true
- },
- "node_modules/@tsparticles/basic": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/basic/-/basic-3.5.0.tgz",
- "integrity": "sha512-oty33TxM2aHWrzcwWRic1bQ04KBCdpnvzv8JXEkx5Uyp70vgVegUbtKmwGki3shqKZIt3v2qE4I8NsK6onhLrA==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/matteobruni"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/tsparticles"
- },
- {
- "type": "buymeacoffee",
- "url": "https://www.buymeacoffee.com/matteobruni"
- }
- ],
- "dependencies": {
- "@tsparticles/engine": "^3.5.0",
- "@tsparticles/move-base": "^3.5.0",
- "@tsparticles/shape-circle": "^3.5.0",
- "@tsparticles/updater-color": "^3.5.0",
- "@tsparticles/updater-opacity": "^3.5.0",
- "@tsparticles/updater-out-modes": "^3.5.0",
- "@tsparticles/updater-size": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/confetti": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/confetti/-/confetti-3.5.0.tgz",
- "integrity": "sha512-wS3nqtanbCvAbNlyAffKJq6lgIPzHFljEOO3JSCDgRD6rG5X/jvidhw2vR3kLrjBTV40c+Xv6MpJgSgTRWkogg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/matteobruni"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/tsparticles"
- },
- {
- "type": "buymeacoffee",
- "url": "https://www.buymeacoffee.com/matteobruni"
- }
- ],
- "dependencies": {
- "@tsparticles/basic": "^3.5.0",
- "@tsparticles/engine": "^3.5.0",
- "@tsparticles/plugin-emitters": "^3.5.0",
- "@tsparticles/plugin-motion": "^3.5.0",
- "@tsparticles/shape-cards": "^3.5.0",
- "@tsparticles/shape-emoji": "^3.5.0",
- "@tsparticles/shape-heart": "^3.5.0",
- "@tsparticles/shape-image": "^3.5.0",
- "@tsparticles/shape-polygon": "^3.5.0",
- "@tsparticles/shape-square": "^3.5.0",
- "@tsparticles/shape-star": "^3.5.0",
- "@tsparticles/updater-life": "^3.5.0",
- "@tsparticles/updater-roll": "^3.5.0",
- "@tsparticles/updater-rotate": "^3.5.0",
- "@tsparticles/updater-tilt": "^3.5.0",
- "@tsparticles/updater-wobble": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/engine": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/engine/-/engine-3.5.0.tgz",
- "integrity": "sha512-RCwrJ2SvSYdhXJ24oUCjSUKEZQ9lXwObOWMvfMC9vS6/bk+Qo0N7Xx8AfumqzP/LebB1YJdlCvuoJMauAon0Pg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/matteobruni"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/tsparticles"
- },
- {
- "type": "buymeacoffee",
- "url": "https://www.buymeacoffee.com/matteobruni"
- }
- ],
- "hasInstallScript": true
- },
- "node_modules/@tsparticles/move-base": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/move-base/-/move-base-3.5.0.tgz",
- "integrity": "sha512-9oDk7zTxyhUCstj3lHTNTiWAgqIBzWa2o1tVQFK63Qwq+/WxzJCSwZOocC9PAHGM1IP6nA4zYJSfjbMBTrUocA==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/plugin-emitters": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/plugin-emitters/-/plugin-emitters-3.5.0.tgz",
- "integrity": "sha512-8Vg6wAPS75ibkukqtTM7yoC+8NnfXBl8xVUUbTaoeQCE0WDWwztboMf5L4pUgWe9WA52ZgFkWtT/mFH5wk5T9g==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/plugin-motion": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/plugin-motion/-/plugin-motion-3.5.0.tgz",
- "integrity": "sha512-juP8f9ABjlhQmg4SO+tTofLYJwvwLPfKWJYvG8c6HU2rlJxJ/6eeWe9kDpv/T8nun3kXYHtrLhcJAmvWg/b5qA==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-cards": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-cards/-/shape-cards-3.5.0.tgz",
- "integrity": "sha512-rU7rp1Yn1leHpCNA/7vrfY6tcLjvrG6A6sOT11dSanIj2J8zgLNXnbVtRJPtU13x+masft9Ta1tpw3dFRdtHcA==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/matteobruni"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/tsparticles"
- },
- {
- "type": "buymeacoffee",
- "url": "https://www.buymeacoffee.com/matteobruni"
- }
- ],
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-circle": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-circle/-/shape-circle-3.5.0.tgz",
- "integrity": "sha512-59TmXkeeI6Jzv5vt/D3TkclglabaoEXQi2kbDjSCBK68SXRHzlQu29mSAL41Y5S0Ft5ZJKkAQHX1IqEnm8Hyjg==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-emoji": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-emoji/-/shape-emoji-3.5.0.tgz",
- "integrity": "sha512-cxWHxQxnG5vLDltkoxdo7KS87uKPwQgf4SDWy/WCxW4Psm1TEeeSGYMJPVed+wWPspOKmLb7u8OaEexgE2pHHQ==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-heart": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-heart/-/shape-heart-3.5.0.tgz",
- "integrity": "sha512-MvOxW6X7w1jHH+KRJShvHMDhRZ+bpei2mAqQOFR5HY+2D6KFzaDVgtfGFwoiaX8Pm6oP6OQssQ3QnDtrywLRFw==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/matteobruni"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/tsparticles"
- },
- {
- "type": "buymeacoffee",
- "url": "https://www.buymeacoffee.com/matteobruni"
- }
- ],
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-image": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-image/-/shape-image-3.5.0.tgz",
- "integrity": "sha512-lWYg7DTv74dSOnXy+4dr7t1/OSuUmxDpIo12Lbxgx/QBN7A5I/HoqbKcs13TSA0RS1hcuMgtti07BcDTEYW3Dw==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-polygon": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-polygon/-/shape-polygon-3.5.0.tgz",
- "integrity": "sha512-sqYL+YXpnq3nSWcOEGZaJ4Z7Cb7x8M0iORSLpPdNEIvwDKdPczYyQM95D8ep19Pv1CV5L0uRthV36wg7UpnJ9Q==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-square": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-square/-/shape-square-3.5.0.tgz",
- "integrity": "sha512-rPHpA4Pzm1W5DIIow+lQS+VS7D2thSBQQbV9eHxb933Wh0/QC3me3w4vovuq7hdtVANhsUVO04n44Gc/2TgHkw==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/shape-star": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/shape-star/-/shape-star-3.5.0.tgz",
- "integrity": "sha512-EDEJc4MYv3UbOeA3wrZjuJVtZ08PdCzzBij3T/7Tp3HUCf/p9XnfHBd/CPR5Mo6X0xpGfrein8UQN9CjGLHwUA==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-color": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-color/-/updater-color-3.5.0.tgz",
- "integrity": "sha512-TGGgiLixIg37sst2Fj9IV4XbdMwkT6PYanM7qEqyfmv4hJ/RHMQlCznEe6b7OhChQVBg5ov5EMl/BT4/fIWEYw==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-life": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-life/-/updater-life-3.5.0.tgz",
- "integrity": "sha512-jlMEq16dwN+rZmW/UmLdqaCe4W0NFrVdmXkZV8QWYgu06a+Ucslz337nHYaP89/9rZWpNua/uq1JDjDzaVD5Jg==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-opacity": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-opacity/-/updater-opacity-3.5.0.tgz",
- "integrity": "sha512-T2YfqdIFV/f5VOg1JQsXu6/owdi9g9K2wrJlBfgteo+IboVp6Lcuo4PGAfilWVkWrTdp1Nz4mz39NrLHfOce2g==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-out-modes": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-out-modes/-/updater-out-modes-3.5.0.tgz",
- "integrity": "sha512-y6NZe2OSk5SrYdaLwUIQnHICsNEDIdPPJHQ2nAWSvAuPJphlSKjUknc7OaGiFwle6l0OkhWoZZe1rV1ktbw/lA==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-roll": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-roll/-/updater-roll-3.5.0.tgz",
- "integrity": "sha512-K3NfBGqVIu2zyJv72oNPlYLMDQKmUXTaCvnxUjzBEJJCYRdx7KhZPQVjAsfVYLHd7m7D7/+wKlkXmdYYAd67bg==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-rotate": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-rotate/-/updater-rotate-3.5.0.tgz",
- "integrity": "sha512-j4qPHQd1eUmDoGnIJOsVswHLqtTof1je+b2GTOLB3WIoKmlyUpzQYjVc7PNfLMuCEUubwpZCfcd/vC80VZeWkg==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-size": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-size/-/updater-size-3.5.0.tgz",
- "integrity": "sha512-TnWlOChBsVZffT2uO0S4ALGSzxT6UAMIVlhGMGFgSeIlktKMqM+dxDGAPrYa1n8IS2dkVGisiXzsV0Ss6Ceu1A==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-tilt": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-tilt/-/updater-tilt-3.5.0.tgz",
- "integrity": "sha512-ovK6jH4fAmTav1kCC5Z1FW/pPjKxtK+X+w9BZJEddpS5cyBEdWD4FgvNgLnmZYpK0xad/nb+xxqeDkpSu/O51Q==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@tsparticles/updater-wobble": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@tsparticles/updater-wobble/-/updater-wobble-3.5.0.tgz",
- "integrity": "sha512-fpN0XPvAf3dJ5UU++C+ETVDLurpnkzje02w865Ar4ubPBgGpMhowr6AbtFUe37Zl8rFUTYntBOSEoxqNYJAUgQ==",
- "dependencies": {
- "@tsparticles/engine": "^3.5.0"
- }
- },
- "node_modules/@types/aria-query": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
- "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
- "dev": true,
- "peer": true
- },
- "node_modules/@types/babel__core": {
- "version": "7.20.5",
- "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
- "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
- "dev": true,
- "dependencies": {
- "@babel/parser": "^7.20.7",
- "@babel/types": "^7.20.7",
- "@types/babel__generator": "*",
- "@types/babel__template": "*",
- "@types/babel__traverse": "*"
- }
- },
- "node_modules/@types/babel__generator": {
- "version": "7.6.8",
- "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz",
- "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.0.0"
- }
- },
- "node_modules/@types/babel__template": {
- "version": "7.4.4",
- "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
- "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
- "dev": true,
- "dependencies": {
- "@babel/parser": "^7.1.0",
- "@babel/types": "^7.0.0"
- }
- },
- "node_modules/@types/babel__traverse": {
- "version": "7.20.6",
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz",
- "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==",
- "dev": true,
- "dependencies": {
- "@babel/types": "^7.20.7"
- }
- },
- "node_modules/@types/cacheable-request": {
- "version": "6.0.3",
- "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz",
- "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==",
- "dev": true,
- "dependencies": {
- "@types/http-cache-semantics": "*",
- "@types/keyv": "^3.1.4",
- "@types/node": "*",
- "@types/responselike": "^1.0.0"
- }
- },
- "node_modules/@types/connect": {
- "version": "3.4.36",
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.36.tgz",
- "integrity": "sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/cookie": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
- "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA=="
- },
- "node_modules/@types/eslint": {
- "version": "9.6.1",
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
- "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
- "peer": true,
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
- }
- },
- "node_modules/@types/eslint-scope": {
- "version": "3.7.7",
- "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
- "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
- "peer": true,
- "dependencies": {
- "@types/eslint": "*",
- "@types/estree": "*"
- }
- },
- "node_modules/@types/estree": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
- "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="
- },
- "node_modules/@types/geojson": {
- "version": "7946.0.16",
- "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
- "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg=="
- },
- "node_modules/@types/glob-to-regexp": {
- "version": "0.4.4",
- "resolved": "https://registry.npmjs.org/@types/glob-to-regexp/-/glob-to-regexp-0.4.4.tgz",
- "integrity": "sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg=="
- },
- "node_modules/@types/google.maps": {
- "version": "3.58.0",
- "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.0.tgz",
- "integrity": "sha512-rZPrbNHoGxeY70uuQYFLGQqcz5mLd3pZy0u286GSugvN7PLFsHNRF2wN2QXtUgNiC33IC0LX+MD3LGAC3wN7Eg=="
- },
- "node_modules/@types/graceful-fs": {
- "version": "4.1.9",
- "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
- "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
- "dev": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/hoist-non-react-statics": {
- "version": "3.3.5",
- "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz",
- "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==",
- "license": "MIT",
- "dependencies": {
- "@types/react": "*",
- "hoist-non-react-statics": "^3.3.0"
- }
- },
- "node_modules/@types/http-cache-semantics": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
- "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
- "dev": true
- },
- "node_modules/@types/istanbul-lib-coverage": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
- "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
- "dev": true
- },
- "node_modules/@types/istanbul-lib-report": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
- "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
- "dev": true,
- "dependencies": {
- "@types/istanbul-lib-coverage": "*"
- }
- },
- "node_modules/@types/istanbul-reports": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
- "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
- "dev": true,
- "dependencies": {
- "@types/istanbul-lib-report": "*"
- }
- },
- "node_modules/@types/jest": {
- "version": "29.5.12",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz",
- "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==",
- "dev": true,
- "dependencies": {
- "expect": "^29.0.0",
- "pretty-format": "^29.0.0"
- }
- },
- "node_modules/@types/jest/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@types/jest/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/@types/jest/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/@types/jsdom": {
- "version": "20.0.1",
- "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz",
- "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
- "dev": true,
- "dependencies": {
- "@types/node": "*",
- "@types/tough-cookie": "*",
- "parse5": "^7.0.0"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "peer": true
- },
- "node_modules/@types/json-stable-stringify-without-jsonify": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/@types/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.2.tgz",
- "integrity": "sha512-X/Kn5f5fv1KBGqGDaegrj72Dlh+qEKN3ELwMAB6RdVlVzkf6NTeEnJpgR/Hr0AlpgTlYq/Vd0U3f79lavn6aDA==",
- "dev": true
- },
- "node_modules/@types/json5": {
- "version": "0.0.29",
- "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
- "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
- "dev": true
- },
- "node_modules/@types/keyv": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz",
- "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==",
- "dev": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/mysql": {
- "version": "2.15.26",
- "resolved": "https://registry.npmjs.org/@types/mysql/-/mysql-2.15.26.tgz",
- "integrity": "sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/node": {
- "version": "20.12.7",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
- "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
- "dependencies": {
- "undici-types": "~5.26.4"
- }
- },
- "node_modules/@types/pg": {
- "version": "8.6.1",
- "resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.6.1.tgz",
- "integrity": "sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==",
- "dependencies": {
- "@types/node": "*",
- "pg-protocol": "*",
- "pg-types": "^2.2.0"
- }
- },
- "node_modules/@types/pg-pool": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/@types/pg-pool/-/pg-pool-2.0.6.tgz",
- "integrity": "sha512-TaAUE5rq2VQYxab5Ts7WZhKNmuN78Q6PiFonTDdpbx8a1H0M1vhy3rhiMjl+e2iHmogyMw7jZF4FrE6eJUy5HQ==",
- "dependencies": {
- "@types/pg": "*"
- }
- },
- "node_modules/@types/postcss-modules-local-by-default": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/@types/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.2.tgz",
- "integrity": "sha512-CtYCcD+L+trB3reJPny+bKWKMzPfxEyQpKIwit7kErnOexf5/faaGpkFy4I5AwbV4hp1sk7/aTg0tt0B67VkLQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^8.0.0"
- }
- },
- "node_modules/@types/postcss-modules-scope": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/@types/postcss-modules-scope/-/postcss-modules-scope-3.0.4.tgz",
- "integrity": "sha512-//ygSisVq9kVI0sqx3UPLzWIMCmtSVrzdljtuaAEJtGoGnpjBikZ2sXO5MpH9SnWX9HRfXxHifDAXcQjupWnIQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^8.0.0"
- }
- },
- "node_modules/@types/prop-types": {
- "version": "15.7.12",
- "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
- "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q=="
- },
- "node_modules/@types/react": {
- "version": "18.2.75",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.75.tgz",
- "integrity": "sha512-+DNnF7yc5y0bHkBTiLKqXFe+L4B3nvOphiMY3tuA5X10esmjqk7smyBZzbGTy2vsiy/Bnzj8yFIBL8xhRacoOg==",
- "dependencies": {
- "@types/prop-types": "*",
- "csstype": "^3.0.2"
- }
- },
- "node_modules/@types/react-dom": {
- "version": "18.2.24",
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.24.tgz",
- "integrity": "sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==",
- "devOptional": true,
- "dependencies": {
- "@types/react": "*"
- }
- },
- "node_modules/@types/responselike": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz",
- "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==",
- "dev": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/shimmer": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.2.0.tgz",
- "integrity": "sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg=="
- },
- "node_modules/@types/sinonjs__fake-timers": {
- "version": "8.1.1",
- "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz",
- "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==",
- "dev": true
- },
- "node_modules/@types/sizzle": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz",
- "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==",
- "dev": true
- },
- "node_modules/@types/stack-utils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
- "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
- "dev": true
- },
- "node_modules/@types/supercluster": {
- "version": "7.1.3",
- "resolved": "https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz",
- "integrity": "sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==",
- "dependencies": {
- "@types/geojson": "*"
- }
- },
- "node_modules/@types/tedious": {
- "version": "4.0.14",
- "resolved": "https://registry.npmjs.org/@types/tedious/-/tedious-4.0.14.tgz",
- "integrity": "sha512-KHPsfX/FoVbUGbyYvk1q9MMQHLPeRZhRJZdO45Q4YjvFkv4hMNghCWTvy7rdKessBsmtz4euWCWAB6/tVpI1Iw==",
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/tough-cookie": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
- "dev": true
- },
- "node_modules/@types/yargs": {
- "version": "17.0.32",
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
- "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
- "dev": true,
- "dependencies": {
- "@types/yargs-parser": "*"
- }
- },
- "node_modules/@types/yargs-parser": {
- "version": "21.0.3",
- "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
- "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
- "dev": true
- },
- "node_modules/@types/yauzl": {
- "version": "2.10.3",
- "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
- "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz",
- "integrity": "sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==",
- "dev": true,
- "dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.17.0",
- "@typescript-eslint/type-utils": "8.17.0",
- "@typescript-eslint/utils": "8.17.0",
- "@typescript-eslint/visitor-keys": "8.17.0",
- "graphemer": "^1.4.0",
- "ignore": "^5.3.1",
- "natural-compare": "^1.4.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/parser": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.17.0.tgz",
- "integrity": "sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/scope-manager": "8.17.0",
- "@typescript-eslint/types": "8.17.0",
- "@typescript-eslint/typescript-estree": "8.17.0",
- "@typescript-eslint/visitor-keys": "8.17.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/scope-manager": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz",
- "integrity": "sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "8.17.0",
- "@typescript-eslint/visitor-keys": "8.17.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/type-utils": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz",
- "integrity": "sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/typescript-estree": "8.17.0",
- "@typescript-eslint/utils": "8.17.0",
- "debug": "^4.3.4",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/types": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.17.0.tgz",
- "integrity": "sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==",
- "dev": true,
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz",
- "integrity": "sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "8.17.0",
- "@typescript-eslint/visitor-keys": "8.17.0",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^1.3.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/@typescript-eslint/utils": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.17.0.tgz",
- "integrity": "sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==",
- "dev": true,
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "@typescript-eslint/scope-manager": "8.17.0",
- "@typescript-eslint/types": "8.17.0",
- "@typescript-eslint/typescript-estree": "8.17.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^8.57.0 || ^9.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.17.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz",
- "integrity": "sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "8.17.0",
- "eslint-visitor-keys": "^4.2.0"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
- "dev": true,
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/@ungap/structured-clone": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
- "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
- "dev": true
- },
- "node_modules/@vercel/otel": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/@vercel/otel/-/otel-1.9.1.tgz",
- "integrity": "sha512-ZSTqgvd+w/lcB1nxEW8EHSBBqd4ZdeJ1t5op1CFo/nKFdG/EshwMon0qKc2ZxVEZXOZJI/x+LKf8Y5/Y/VHqEA==",
- "engines": {
- "node": ">=18"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.7.0",
- "@opentelemetry/api-logs": ">=0.46.0 && <1.0.0",
- "@opentelemetry/instrumentation": ">=0.46.0 && <1.0.0",
- "@opentelemetry/resources": "^1.19.0",
- "@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0",
- "@opentelemetry/sdk-metrics": "^1.19.0",
- "@opentelemetry/sdk-trace-base": "^1.19.0"
- }
- },
- "node_modules/@vis.gl/react-google-maps": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@vis.gl/react-google-maps/-/react-google-maps-1.2.0.tgz",
- "integrity": "sha512-gKVE1Jb+FT+F8RGzFrsgB4GWbRq/vLJm2U5nMHiLJmRyaO6HcSfZJue8mUEDJCShsXE0ASphcoJxTQNrBhbFJg==",
- "dependencies": {
- "@types/google.maps": "^3.54.10",
- "fast-deep-equal": "^3.1.3"
- },
- "peerDependencies": {
- "react": ">=16.8.0",
- "react-dom": ">=16.8.0"
- }
- },
- "node_modules/@webassemblyjs/ast": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
- "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/helper-numbers": "1.13.2",
- "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
- }
- },
- "node_modules/@webassemblyjs/floating-point-hex-parser": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
- "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
- "peer": true
- },
- "node_modules/@webassemblyjs/helper-api-error": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
- "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
- "peer": true
- },
- "node_modules/@webassemblyjs/helper-buffer": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
- "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
- "peer": true
- },
- "node_modules/@webassemblyjs/helper-numbers": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
- "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/floating-point-hex-parser": "1.13.2",
- "@webassemblyjs/helper-api-error": "1.13.2",
- "@xtuc/long": "4.2.2"
- }
- },
- "node_modules/@webassemblyjs/helper-wasm-bytecode": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
- "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
- "peer": true
- },
- "node_modules/@webassemblyjs/helper-wasm-section": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
- "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@webassemblyjs/helper-buffer": "1.14.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
- "@webassemblyjs/wasm-gen": "1.14.1"
- }
- },
- "node_modules/@webassemblyjs/ieee754": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
- "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
- "peer": true,
- "dependencies": {
- "@xtuc/ieee754": "^1.2.0"
- }
- },
- "node_modules/@webassemblyjs/leb128": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
- "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
- "peer": true,
- "dependencies": {
- "@xtuc/long": "4.2.2"
- }
- },
- "node_modules/@webassemblyjs/utf8": {
- "version": "1.13.2",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
- "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
- "peer": true
- },
- "node_modules/@webassemblyjs/wasm-edit": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
- "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@webassemblyjs/helper-buffer": "1.14.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
- "@webassemblyjs/helper-wasm-section": "1.14.1",
- "@webassemblyjs/wasm-gen": "1.14.1",
- "@webassemblyjs/wasm-opt": "1.14.1",
- "@webassemblyjs/wasm-parser": "1.14.1",
- "@webassemblyjs/wast-printer": "1.14.1"
- }
- },
- "node_modules/@webassemblyjs/wasm-gen": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
- "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
- "@webassemblyjs/ieee754": "1.13.2",
- "@webassemblyjs/leb128": "1.13.2",
- "@webassemblyjs/utf8": "1.13.2"
- }
- },
- "node_modules/@webassemblyjs/wasm-opt": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
- "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@webassemblyjs/helper-buffer": "1.14.1",
- "@webassemblyjs/wasm-gen": "1.14.1",
- "@webassemblyjs/wasm-parser": "1.14.1"
- }
- },
- "node_modules/@webassemblyjs/wasm-parser": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
- "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@webassemblyjs/helper-api-error": "1.13.2",
- "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
- "@webassemblyjs/ieee754": "1.13.2",
- "@webassemblyjs/leb128": "1.13.2",
- "@webassemblyjs/utf8": "1.13.2"
- }
- },
- "node_modules/@webassemblyjs/wast-printer": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
- "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
- "peer": true,
- "dependencies": {
- "@webassemblyjs/ast": "1.14.1",
- "@xtuc/long": "4.2.2"
- }
- },
- "node_modules/@xtuc/ieee754": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
- "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
- "peer": true
- },
- "node_modules/@xtuc/long": {
- "version": "4.2.2",
- "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
- "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
- "peer": true
- },
- "node_modules/abab": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
- "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
- "deprecated": "Use your platform's native atob() and btoa() methods instead",
- "dev": true
- },
- "node_modules/accepts": {
- "version": "1.3.8",
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
- "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
- "dev": true,
- "dependencies": {
- "mime-types": "~2.1.34",
- "negotiator": "0.6.3"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/acorn": {
- "version": "8.14.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
- "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-globals": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz",
- "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.1.0",
- "acorn-walk": "^8.0.2"
- }
- },
- "node_modules/acorn-import-attributes": {
- "version": "1.9.5",
- "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz",
- "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==",
- "peerDependencies": {
- "acorn": "^8"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "8.3.3",
- "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz",
- "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.11.0"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/agent-base": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
- "dependencies": {
- "debug": "4"
- },
- "engines": {
- "node": ">= 6.0.0"
- }
- },
- "node_modules/aggregate-error": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
- "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
- "dev": true,
- "dependencies": {
- "clean-stack": "^2.0.0",
- "indent-string": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ajv": {
- "version": "6.12.6",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "fast-json-stable-stringify": "^2.0.0",
- "json-schema-traverse": "^0.4.1",
- "uri-js": "^4.2.2"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- }
- },
- "node_modules/ajv-keywords": {
- "version": "3.5.2",
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
- "peer": true,
- "peerDependencies": {
- "ajv": "^6.9.1"
- }
- },
- "node_modules/ansi-align": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
- "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
- "dev": true,
- "dependencies": {
- "string-width": "^4.1.0"
- }
- },
- "node_modules/ansi-colors": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
- "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/ansi-escape-sequences": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-5.1.2.tgz",
- "integrity": "sha512-JcpoVp1W1bl1Qn4cVuiXEhD6+dyXKSOgCn2zlzE8inYgCJCBy1aPnUhlz6I4DFum8D4ovb9Qi/iAjUcGvG2lqw==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.0"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-escapes/node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/any-promise": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
- "dev": true
- },
- "node_modules/anymatch": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
- "dependencies": {
- "normalize-path": "^3.0.0",
- "picomatch": "^2.0.4"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/arch": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
- "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/arg": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
- "dev": true
- },
- "node_modules/argparse": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
- "dev": true
- },
- "node_modules/aria-hidden": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz",
- "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==",
- "dependencies": {
- "tslib": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/aria-query": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
- "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
- "dev": true,
- "dependencies": {
- "dequal": "^2.0.3"
- }
- },
- "node_modules/array-back": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz",
- "integrity": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
- "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "is-array-buffer": "^3.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array-includes": {
- "version": "3.1.8",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz",
- "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "is-string": "^1.0.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array-union": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/array.prototype.findlast": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
- "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-shim-unscopables": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array.prototype.findlastindex": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
- "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-shim-unscopables": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array.prototype.flat": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
- "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "es-shim-unscopables": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array.prototype.flatmap": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
- "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "es-shim-unscopables": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array.prototype.toreversed": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz",
- "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "es-shim-unscopables": "^1.0.0"
- }
- },
- "node_modules/array.prototype.tosorted": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz",
- "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.22.3",
- "es-errors": "^1.1.0",
- "es-shim-unscopables": "^1.0.2"
- }
- },
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
- "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
- "dev": true,
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.5",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.22.3",
- "es-errors": "^1.2.1",
- "get-intrinsic": "^1.2.3",
- "is-array-buffer": "^3.0.4",
- "is-shared-array-buffer": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/asn1": {
- "version": "0.2.6",
- "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
- "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
- "dev": true,
- "dependencies": {
- "safer-buffer": "~2.1.0"
- }
- },
- "node_modules/assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
- "dev": true,
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/ast-monkey-traverse": {
- "version": "4.0.16",
- "resolved": "https://registry.npmjs.org/ast-monkey-traverse/-/ast-monkey-traverse-4.0.16.tgz",
- "integrity": "sha512-ky+cFh4o+TTzQJTrT0pP3MG6E9RP3qYHtF7NGAXgOzP0MXIATw+8sOdMnVd8f138PXgdRBX642RjN3Eb6xnkTw==",
- "dev": true,
- "dependencies": {
- "ast-monkey-util": "^3.0.8",
- "codsen-utils": "^1.6.4",
- "rfdc": "^1.3.1"
- },
- "engines": {
- "node": ">=14.18.0"
- }
- },
- "node_modules/ast-monkey-util": {
- "version": "3.0.8",
- "resolved": "https://registry.npmjs.org/ast-monkey-util/-/ast-monkey-util-3.0.8.tgz",
- "integrity": "sha512-puSRInugkQtIX8hsbXp4jJzok7yMuLqg1kpmTCsqxpbkSiLKI88p+Mx5u9+7CanydNRhmsH/1cGTJvvGRuRfpQ==",
- "dev": true,
- "engines": {
- "node": ">=14.18.0"
- }
- },
- "node_modules/ast-types-flow": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
- "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
- "dev": true
- },
- "node_modules/astral-regex": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
- "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/async": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
- "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
- "dev": true
- },
- "node_modules/asynckit": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
- "dev": true
- },
- "node_modules/at-least-node": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
- "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/atomically": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/atomically/-/atomically-2.0.3.tgz",
- "integrity": "sha512-kU6FmrwZ3Lx7/7y3hPS5QnbJfaohcIul5fGqf7ok+4KklIEk9tJ0C2IQPdacSbVUWv6zVHXEBWoWd6NrVMT7Cw==",
- "dev": true,
- "dependencies": {
- "stubborn-fs": "^1.2.5",
- "when-exit": "^2.1.1"
- }
- },
- "node_modules/available-typed-arrays": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
- "dev": true,
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/aws-sign2": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
- "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/aws4": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz",
- "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==",
- "dev": true
- },
- "node_modules/axe-core": {
- "version": "4.7.0",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
- "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/axios": {
- "version": "1.7.7",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
- "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
- "dev": true,
- "dependencies": {
- "follow-redirects": "^1.15.6",
- "form-data": "^4.0.0",
- "proxy-from-env": "^1.1.0"
- }
- },
- "node_modules/axios/node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
- "dev": true,
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/axios/node_modules/proxy-from-env": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
- "dev": true
- },
- "node_modules/axobject-query": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
- "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
- "dev": true,
- "dependencies": {
- "dequal": "^2.0.3"
- }
- },
- "node_modules/babel-jest": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
- "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
- "dev": true,
- "dependencies": {
- "@jest/transform": "^29.7.0",
- "@types/babel__core": "^7.1.14",
- "babel-plugin-istanbul": "^6.1.1",
- "babel-preset-jest": "^29.6.3",
- "chalk": "^4.0.0",
- "graceful-fs": "^4.2.9",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.8.0"
- }
- },
- "node_modules/babel-plugin-istanbul": {
- "version": "6.1.1",
- "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
- "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@istanbuljs/load-nyc-config": "^1.0.0",
- "@istanbuljs/schema": "^0.1.2",
- "istanbul-lib-instrument": "^5.0.4",
- "test-exclude": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
- "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.12.3",
- "@babel/parser": "^7.14.7",
- "@istanbuljs/schema": "^0.1.2",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/babel-plugin-istanbul/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/babel-plugin-jest-hoist": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
- "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.3.3",
- "@babel/types": "^7.3.3",
- "@types/babel__core": "^7.1.14",
- "@types/babel__traverse": "^7.0.6"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.11",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
- "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.6.2",
- "semver": "^6.3.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs3": {
- "version": "0.10.4",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz",
- "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.1",
- "core-js-compat": "^3.36.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.6.2",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
- "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.2"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/babel-preset-current-node-syntax": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
- "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-async-generators": "^7.8.4",
- "@babel/plugin-syntax-bigint": "^7.8.3",
- "@babel/plugin-syntax-class-properties": "^7.8.3",
- "@babel/plugin-syntax-import-meta": "^7.8.3",
- "@babel/plugin-syntax-json-strings": "^7.8.3",
- "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
- "@babel/plugin-syntax-numeric-separator": "^7.8.3",
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
- "@babel/plugin-syntax-top-level-await": "^7.8.3"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/babel-preset-jest": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
- "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
- "dev": true,
- "dependencies": {
- "babel-plugin-jest-hoist": "^29.6.3",
- "babel-preset-current-node-syntax": "^1.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/balanced-match": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
- },
- "node_modules/base64-js": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/basic-auth": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
- "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
- "dev": true,
- "dependencies": {
- "safe-buffer": "5.1.2"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/basic-auth/node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
- "dev": true
- },
- "node_modules/batch": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
- "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
- "dev": true
- },
- "node_modules/bcrypt-pbkdf": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
- "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
- "dev": true,
- "dependencies": {
- "tweetnacl": "^0.14.3"
- }
- },
- "node_modules/binary-extensions": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/bl": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
- "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
- "dev": true,
- "dependencies": {
- "buffer": "^5.5.0",
- "inherits": "^2.0.4",
- "readable-stream": "^3.4.0"
- }
- },
- "node_modules/bl/node_modules/readable-stream": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
- "dev": true,
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/blob-util": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz",
- "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==",
- "dev": true
- },
- "node_modules/bluebird": {
- "version": "3.7.2",
- "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
- "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
- "dev": true
- },
- "node_modules/boolbase": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
- "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
- "dev": true,
- "license": "ISC"
- },
- "node_modules/boxen": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
- "integrity": "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==",
- "dev": true,
- "dependencies": {
- "ansi-align": "^3.0.1",
- "camelcase": "^8.0.0",
- "chalk": "^5.3.0",
- "cli-boxes": "^3.0.0",
- "string-width": "^7.2.0",
- "type-fest": "^4.21.0",
- "widest-line": "^5.0.0",
- "wrap-ansi": "^9.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/boxen/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/boxen/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/boxen/node_modules/camelcase": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz",
- "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==",
- "dev": true,
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/boxen/node_modules/chalk": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
- "dev": true,
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/boxen/node_modules/emoji-regex": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
- "dev": true
- },
- "node_modules/boxen/node_modules/string-width": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^10.3.0",
- "get-east-asian-width": "^1.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/boxen/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/boxen/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/boxen/node_modules/wrap-ansi": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.2.1",
- "string-width": "^7.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/browserslist": {
- "version": "4.24.2",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz",
- "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "caniuse-lite": "^1.0.30001669",
- "electron-to-chromium": "^1.5.41",
- "node-releases": "^2.0.18",
- "update-browserslist-db": "^1.1.1"
- },
- "bin": {
- "browserslist": "cli.js"
- },
- "engines": {
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
- }
- },
- "node_modules/bser": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
- "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
- "dev": true,
- "dependencies": {
- "node-int64": "^0.4.0"
- }
- },
- "node_modules/buffer": {
- "version": "5.7.1",
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "dependencies": {
- "base64-js": "^1.3.1",
- "ieee754": "^1.1.13"
- }
- },
- "node_modules/buffer-crc32": {
- "version": "0.2.13",
- "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
- "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/buffer-from": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
- "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
- },
- "node_modules/busboy": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
- "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
- "dependencies": {
- "streamsearch": "^1.1.0"
- },
- "engines": {
- "node": ">=10.16.0"
- }
- },
- "node_modules/byte-size": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/byte-size/-/byte-size-6.2.0.tgz",
- "integrity": "sha512-6EspYUCAPMc7E2rltBgKwhG+Cmk0pDm9zDtF1Awe2dczNUL3YpZ8mTs/dueOTS1hqGWBOatqef4jYMGjln7WmA==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/bytes": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/cache-content-type": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/cache-content-type/-/cache-content-type-1.0.1.tgz",
- "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==",
- "dev": true,
- "dependencies": {
- "mime-types": "^2.1.18",
- "ylru": "^1.2.0"
- },
- "engines": {
- "node": ">= 6.0.0"
- }
- },
- "node_modules/cacheable-lookup": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.1.tgz",
- "integrity": "sha512-EMMbsiOTcdngM/K6gV/OxF2x0t07+vMOWxZNSCRQMjO2MY2nhZQ6OYhOOpyQrbhqsgtvKGI7hcq6xjnA92USjg==",
- "dev": true,
- "dependencies": {
- "@types/keyv": "^3.1.1",
- "keyv": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/cacheable-request": {
- "version": "7.0.4",
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
- "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
- "dev": true,
- "dependencies": {
- "clone-response": "^1.0.2",
- "get-stream": "^5.1.0",
- "http-cache-semantics": "^4.0.0",
- "keyv": "^4.0.0",
- "lowercase-keys": "^2.0.0",
- "normalize-url": "^6.0.1",
- "responselike": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cachedir": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz",
- "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/call-bind": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
- "dev": true,
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/call-bound": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz",
- "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/camelcase": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
- "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/caniuse-lite": {
- "version": "1.0.30001669",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz",
- "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ]
- },
- "node_modules/caseless": {
- "version": "0.12.0",
- "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
- "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
- "dev": true
- },
- "node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/chalk/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/char-regex": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
- "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/check-more-types": {
- "version": "2.24.0",
- "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz",
- "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/chokidar": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
- "dependencies": {
- "anymatch": "~3.1.2",
- "braces": "~3.0.2",
- "glob-parent": "~5.1.2",
- "is-binary-path": "~2.1.0",
- "is-glob": "~4.0.1",
- "normalize-path": "~3.0.0",
- "readdirp": "~3.6.0"
- },
- "engines": {
- "node": ">= 8.10.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/chokidar/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/chownr": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
- "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
- "dev": true
- },
- "node_modules/chrome-trace-event": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
- "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
- "peer": true,
- "engines": {
- "node": ">=6.0"
- }
- },
- "node_modules/ci-info": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
- "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/sibiraj-s"
- }
- ],
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cjs-module-lexer": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz",
- "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q=="
- },
- "node_modules/class-variance-authority": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz",
- "integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==",
- "dependencies": {
- "clsx": "2.0.0"
- },
- "funding": {
- "url": "https://joebell.co.uk"
- }
- },
- "node_modules/classnames": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
- "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
- },
- "node_modules/clean-deep": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/clean-deep/-/clean-deep-3.4.0.tgz",
- "integrity": "sha512-Lo78NV5ItJL/jl+B5w0BycAisaieJGXK1qYi/9m4SjR8zbqmrUtO7Yhro40wEShGmmxs/aJLI/A+jNhdkXK8mw==",
- "dependencies": {
- "lodash.isempty": "^4.4.0",
- "lodash.isplainobject": "^4.0.6",
- "lodash.transform": "^4.6.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/clean-stack": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
- "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/cli-boxes": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
- "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/cli-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
- "dev": true,
- "dependencies": {
- "restore-cursor": "^3.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cli-table3": {
- "version": "0.6.4",
- "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz",
- "integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==",
- "dev": true,
- "dependencies": {
- "string-width": "^4.2.0"
- },
- "engines": {
- "node": "10.* || >= 12.*"
- },
- "optionalDependencies": {
- "@colors/colors": "1.5.0"
- }
- },
- "node_modules/cli-truncate": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
- "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==",
- "dev": true,
- "dependencies": {
- "slice-ansi": "^3.0.0",
- "string-width": "^4.2.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/client-only": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
- "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA=="
- },
- "node_modules/cliui": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
- "dev": true,
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.1",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/cliui/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/clone-response": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
- "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==",
- "dev": true,
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/clone-response/node_modules/mimic-response": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
- "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/clsx": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
- "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/co": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
- "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
- "dev": true,
- "engines": {
- "iojs": ">= 1.0.0",
- "node": ">= 0.12.0"
- }
- },
- "node_modules/co-body": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/co-body/-/co-body-6.1.0.tgz",
- "integrity": "sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==",
- "dev": true,
- "dependencies": {
- "inflation": "^2.0.0",
- "qs": "^6.5.2",
- "raw-body": "^2.3.3",
- "type-is": "^1.6.16"
- }
- },
- "node_modules/codsen-utils": {
- "version": "1.6.4",
- "resolved": "https://registry.npmjs.org/codsen-utils/-/codsen-utils-1.6.4.tgz",
- "integrity": "sha512-PDyvQ5f2PValmqZZIJATimcokDt4JjIev8cKbZgEOoZm+U1IJDYuLeTcxZPQdep99R/X0RIlQ6ReQgPOVnPbNw==",
- "dev": true,
- "dependencies": {
- "rfdc": "^1.3.1"
- },
- "engines": {
- "node": ">=14.18.0"
- }
- },
- "node_modules/collect-v8-coverage": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
- "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
- "dev": true
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
- },
- "node_modules/colorette": {
- "version": "2.0.20",
- "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
- "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
- "dev": true
- },
- "node_modules/combined-stream": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
- "dependencies": {
- "delayed-stream": "~1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/command-line-args": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz",
- "integrity": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==",
- "dev": true,
- "dependencies": {
- "array-back": "^3.1.0",
- "find-replace": "^3.0.0",
- "lodash.camelcase": "^4.3.0",
- "typical": "^4.0.0"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/command-line-args/node_modules/array-back": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
- "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/command-line-args/node_modules/typical": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
- "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/command-line-usage": {
- "version": "6.1.3",
- "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-6.1.3.tgz",
- "integrity": "sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.2",
- "chalk": "^2.4.2",
- "table-layout": "^1.0.2",
- "typical": "^5.2.0"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/command-line-usage/node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/command-line-usage/node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/command-line-usage/node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/command-line-usage/node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true
- },
- "node_modules/command-line-usage/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/command-line-usage/node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/command-line-usage/node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
- "dev": true,
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/command-line-usage/node_modules/typical": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz",
- "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/commander": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
- "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/common-log-format": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/common-log-format/-/common-log-format-1.0.0.tgz",
- "integrity": "sha512-fFn/WPNbsTCGTTwdCpZfVZSa5mgqMEkA0gMTRApFSlEsYN+9B2FPfiqch5FT+jsv5IV1RHV3GeZvCa7Qg+jssw==",
- "dev": true,
- "bin": {
- "clf": "bin/cli.js"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/common-tags": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
- "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
- "dev": true,
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/commondir": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
- "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
- },
- "node_modules/compressible": {
- "version": "2.0.18",
- "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
- "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
- "dev": true,
- "dependencies": {
- "mime-db": ">= 1.43.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/compute-scroll-into-view": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz",
- "integrity": "sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==",
- "license": "MIT"
- },
- "node_modules/concat-map": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true
- },
- "node_modules/config-chain": {
- "version": "1.1.13",
- "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz",
- "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
- "dev": true,
- "dependencies": {
- "ini": "^1.3.4",
- "proto-list": "~1.2.1"
- }
- },
- "node_modules/config-chain/node_modules/ini": {
- "version": "1.3.8",
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
- "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
- "dev": true
- },
- "node_modules/configstore": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/configstore/-/configstore-7.0.0.tgz",
- "integrity": "sha512-yk7/5PN5im4qwz0WFZW3PXnzHgPu9mX29Y8uZ3aefe2lBPC1FYttWZRcaW9fKkT0pBCJyuQ2HfbmPVaODi9jcQ==",
- "dev": true,
- "dependencies": {
- "atomically": "^2.0.3",
- "dot-prop": "^9.0.0",
- "graceful-fs": "^4.2.11",
- "xdg-basedir": "^5.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/yeoman/configstore?sponsor=1"
- }
- },
- "node_modules/content-disposition": {
- "version": "0.5.4",
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
- "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
- "dev": true,
- "dependencies": {
- "safe-buffer": "5.2.1"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/content-type": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/contentstack": {
- "version": "3.24.1",
- "resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.24.1.tgz",
- "integrity": "sha512-HG8YkyG2VxN70d30ygfd38wXHA94qnGsXnIc3K9F8dAeUTx5jIIqPXahvg4B0yotr0OyoOaxuR0zUhyO1hku9Q==",
- "dependencies": {
- "@contentstack/utils": "^1.3.15",
- "es6-promise": "^4.2.8",
- "fetch-mock": "^12.2.0",
- "localStorage": "1.0.4",
- "qs": "^6.14.0"
- },
- "engines": {
- "node": ">= 10.14.2"
- }
- },
- "node_modules/contentstack/node_modules/qs": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
- "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
- "dependencies": {
- "side-channel": "^1.1.0"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/convert-source-map": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "license": "MIT"
- },
- "node_modules/cookie": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
- "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cookies": {
- "version": "0.9.1",
- "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz",
- "integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==",
- "dev": true,
- "dependencies": {
- "depd": "~2.0.0",
- "keygrip": "~1.1.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/copy-anything": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
- "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
- "dependencies": {
- "is-what": "^4.1.8"
- },
- "engines": {
- "node": ">=12.13"
- },
- "funding": {
- "url": "https://github.com/sponsors/mesqueeb"
- }
- },
- "node_modules/copy-to": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/copy-to/-/copy-to-2.0.1.tgz",
- "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
- "dev": true
- },
- "node_modules/core-js-compat": {
- "version": "3.37.1",
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz",
- "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "browserslist": "^4.23.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
- "node_modules/core-util-is": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
- "dev": true
- },
- "node_modules/cosmiconfig": {
- "version": "8.3.6",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
- "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "import-fresh": "^3.3.0",
- "js-yaml": "^4.1.0",
- "parse-json": "^5.2.0",
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/d-fischer"
- },
- "peerDependencies": {
- "typescript": ">=4.9.5"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/create-jest": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
- "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "chalk": "^4.0.0",
- "exit": "^0.1.2",
- "graceful-fs": "^4.2.9",
- "jest-config": "^29.7.0",
- "jest-util": "^29.7.0",
- "prompts": "^2.0.1"
- },
- "bin": {
- "create-jest": "bin/create-jest.js"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/create-mixin": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/create-mixin/-/create-mixin-3.0.0.tgz",
- "integrity": "sha512-LkdMqnWT9LaqBN4huqpUnMz56Yr1mVSoCduAd2xXefgH/YZP2sXCMAyztXjk4q8hTF/TlcDa+zQW2aTgGdjjKQ==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/create-require": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
- "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
- "dev": true
- },
- "node_modules/cross-fetch": {
- "version": "3.1.8",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz",
- "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==",
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
- "node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/css-select": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
- "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "boolbase": "^1.0.0",
- "css-what": "^6.1.0",
- "domhandler": "^5.0.2",
- "domutils": "^3.0.1",
- "nth-check": "^2.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/fb55"
- }
- },
- "node_modules/css-tree": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
- "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mdn-data": "2.0.30",
- "source-map-js": "^1.0.1"
- },
- "engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
- }
- },
- "node_modules/css-what": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
- "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">= 6"
- },
- "funding": {
- "url": "https://github.com/sponsors/fb55"
- }
- },
- "node_modules/css.escape": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
- "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==",
- "dev": true
- },
- "node_modules/cssesc": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
- "dev": true,
- "bin": {
- "cssesc": "bin/cssesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/csso": {
- "version": "5.0.5",
- "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
- "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "css-tree": "~2.2.0"
- },
- "engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
- "npm": ">=7.0.0"
- }
- },
- "node_modules/csso/node_modules/css-tree": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
- "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "mdn-data": "2.0.28",
- "source-map-js": "^1.0.1"
- },
- "engines": {
- "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
- "npm": ">=7.0.0"
- }
- },
- "node_modules/csso/node_modules/mdn-data": {
- "version": "2.0.28",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
- "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
- "dev": true,
- "license": "CC0-1.0"
- },
- "node_modules/cssom": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
- "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
- "dev": true
- },
- "node_modules/cssstyle": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
- "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
- "dev": true,
- "dependencies": {
- "cssom": "~0.3.6"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cssstyle/node_modules/cssom": {
- "version": "0.3.8",
- "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
- "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
- "dev": true
- },
- "node_modules/csstype": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
- },
- "node_modules/cypress": {
- "version": "13.7.2",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz",
- "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==",
- "dev": true,
- "hasInstallScript": true,
- "dependencies": {
- "@cypress/request": "^3.0.0",
- "@cypress/xvfb": "^1.2.4",
- "@types/sinonjs__fake-timers": "8.1.1",
- "@types/sizzle": "^2.3.2",
- "arch": "^2.2.0",
- "blob-util": "^2.0.2",
- "bluebird": "^3.7.2",
- "buffer": "^5.7.1",
- "cachedir": "^2.3.0",
- "chalk": "^4.1.0",
- "check-more-types": "^2.24.0",
- "cli-cursor": "^3.1.0",
- "cli-table3": "~0.6.1",
- "commander": "^6.2.1",
- "common-tags": "^1.8.0",
- "dayjs": "^1.10.4",
- "debug": "^4.3.4",
- "enquirer": "^2.3.6",
- "eventemitter2": "6.4.7",
- "execa": "4.1.0",
- "executable": "^4.1.1",
- "extract-zip": "2.0.1",
- "figures": "^3.2.0",
- "fs-extra": "^9.1.0",
- "getos": "^3.2.1",
- "is-ci": "^3.0.1",
- "is-installed-globally": "~0.4.0",
- "lazy-ass": "^1.6.0",
- "listr2": "^3.8.3",
- "lodash": "^4.17.21",
- "log-symbols": "^4.0.0",
- "minimist": "^1.2.8",
- "ospath": "^1.2.2",
- "pretty-bytes": "^5.6.0",
- "process": "^0.11.10",
- "proxy-from-env": "1.0.0",
- "request-progress": "^3.0.0",
- "semver": "^7.5.3",
- "supports-color": "^8.1.1",
- "tmp": "~0.2.1",
- "untildify": "^4.0.0",
- "yauzl": "^2.10.0"
- },
- "bin": {
- "cypress": "bin/cypress"
- },
- "engines": {
- "node": "^16.0.0 || ^18.0.0 || >=20.0.0"
- }
- },
- "node_modules/damerau-levenshtein": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
- "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
- "dev": true
- },
- "node_modules/dashdash": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
- "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
- "dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/data-urls": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
- "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
- "dev": true,
- "dependencies": {
- "abab": "^2.0.6",
- "whatwg-mimetype": "^3.0.0",
- "whatwg-url": "^11.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/data-urls/node_modules/tr46": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
- "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/data-urls/node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/data-urls/node_modules/whatwg-url": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
- "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
- "dev": true,
- "dependencies": {
- "tr46": "^3.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/data-view-buffer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
- "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
- "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-offset": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
- "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/date-fns": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
- "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
- "license": "MIT",
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/kossnocorp"
- }
- },
- "node_modules/dayjs": {
- "version": "1.11.10",
- "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
- "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
- },
- "node_modules/debug": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
- "dependencies": {
- "ms": "2.1.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/decimal.js": {
- "version": "10.4.3",
- "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
- "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "dev": true
- },
- "node_modules/decompress-response": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-5.0.0.tgz",
- "integrity": "sha512-TLZWWybuxWgoW7Lykv+gq9xvzOsUjQ9tF09Tj6NSTYGMTCHNXzrPnD6Hi+TgZq19PyTAGH4Ll/NIM/eTGglnMw==",
- "dev": true,
- "dependencies": {
- "mimic-response": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/dedent": {
- "version": "1.5.3",
- "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz",
- "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==",
- "dev": true,
- "peerDependencies": {
- "babel-plugin-macros": "^3.1.0"
- },
- "peerDependenciesMeta": {
- "babel-plugin-macros": {
- "optional": true
- }
- }
- },
- "node_modules/deep-equal": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
- "integrity": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==",
- "dev": true
- },
- "node_modules/deep-extend": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
- "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
- "dev": true,
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true
- },
- "node_modules/deepmerge": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
- "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/defer-to-connect": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
- "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "dev": true,
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/define-properties": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
- "dev": true,
- "dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/delayed-stream": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/delegates": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
- "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
- "dev": true
- },
- "node_modules/depd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/dequal": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
- "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/destroy": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
- "dev": true,
- "engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
- }
- },
- "node_modules/detect-indent": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
- "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==",
- "dev": true,
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/detect-newline": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
- "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/detect-node-es": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
- "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ=="
- },
- "node_modules/devtools-protocol": {
- "version": "0.0.1045489",
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz",
- "integrity": "sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ==",
- "dev": true
- },
- "node_modules/diff": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
- "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
- "dev": true,
- "engines": {
- "node": ">=0.3.1"
- }
- },
- "node_modules/diff-sequences": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
- "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
- "dev": true,
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/dir-glob": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
- "dev": true,
- "dependencies": {
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/dom-accessibility-api": {
- "version": "0.5.16",
- "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
- "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
- "dev": true,
- "peer": true
- },
- "node_modules/dom-serializer": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
- "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
- "license": "MIT",
- "dependencies": {
- "domelementtype": "^2.3.0",
- "domhandler": "^5.0.2",
- "entities": "^4.2.0"
- },
- "funding": {
- "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
- }
- },
- "node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "license": "BSD-2-Clause"
- },
- "node_modules/domexception": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
- "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
- "deprecated": "Use your platform's native DOMException instead",
- "dev": true,
- "dependencies": {
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/domexception/node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/domhandler": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
- "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
- "license": "BSD-2-Clause",
- "dependencies": {
- "domelementtype": "^2.3.0"
- },
- "engines": {
- "node": ">= 4"
- },
- "funding": {
- "url": "https://github.com/fb55/domhandler?sponsor=1"
- }
- },
- "node_modules/domutils": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
- "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
- "license": "BSD-2-Clause",
- "dependencies": {
- "dom-serializer": "^2.0.0",
- "domelementtype": "^2.3.0",
- "domhandler": "^5.0.3"
- },
- "funding": {
- "url": "https://github.com/fb55/domutils?sponsor=1"
- }
- },
- "node_modules/dot-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
- "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "no-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/dot-prop": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-9.0.0.tgz",
- "integrity": "sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==",
- "dev": true,
- "dependencies": {
- "type-fest": "^4.18.2"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/dot-prop/node_modules/type-fest": {
- "version": "4.26.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
- "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
- "dev": true,
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/dotenv": {
- "version": "16.4.5",
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
- "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://dotenvx.com"
- }
- },
- "node_modules/downshift": {
- "version": "9.0.8",
- "resolved": "https://registry.npmjs.org/downshift/-/downshift-9.0.8.tgz",
- "integrity": "sha512-59BWD7+hSUQIM1DeNPLirNNnZIO9qMdIK5GQ/Uo8q34gT4B78RBlb9dhzgnh0HfQTJj4T/JKYD8KoLAlMWnTsA==",
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.24.5",
- "compute-scroll-into-view": "^3.1.0",
- "prop-types": "^15.8.1",
- "react-is": "18.2.0",
- "tslib": "^2.6.2"
- },
- "peerDependencies": {
- "react": ">=16.12.0"
- }
- },
- "node_modules/downshift/node_modules/react-is": {
- "version": "18.2.0",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
- "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
- "license": "MIT"
- },
- "node_modules/dunder-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/duplexer": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
- "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
- "dev": true
- },
- "node_modules/duplexer3": {
- "version": "0.1.5",
- "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz",
- "integrity": "sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==",
- "dev": true
- },
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true
- },
- "node_modules/ecc-jsbn": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
- "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
- "dev": true,
- "dependencies": {
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.1.0"
- }
- },
- "node_modules/ee-first": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
- "dev": true
- },
- "node_modules/electron-to-chromium": {
- "version": "1.5.52",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz",
- "integrity": "sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ=="
- },
- "node_modules/embla-carousel": {
- "version": "8.5.2",
- "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.2.tgz",
- "integrity": "sha512-xQ9oVLrun/eCG/7ru3R+I5bJ7shsD8fFwLEY7yPe27/+fDHCNj0OT5EoG5ZbFyOxOcG6yTwW8oTz/dWyFnyGpg==",
- "license": "MIT"
- },
- "node_modules/embla-carousel-react": {
- "version": "8.5.2",
- "resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.5.2.tgz",
- "integrity": "sha512-Tmx+uY3MqseIGdwp0ScyUuxpBgx5jX1f7od4Cm5mDwg/dptEiTKf9xp6tw0lZN2VA9JbnVMl/aikmbc53c6QFA==",
- "license": "MIT",
- "dependencies": {
- "embla-carousel": "8.5.2",
- "embla-carousel-reactive-utils": "8.5.2"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
- }
- },
- "node_modules/embla-carousel-reactive-utils": {
- "version": "8.5.2",
- "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.5.2.tgz",
- "integrity": "sha512-QC8/hYSK/pEmqEdU1IO5O+XNc/Ptmmq7uCB44vKplgLKhB/l0+yvYx0+Cv0sF6Ena8Srld5vUErZkT+yTahtDg==",
- "license": "MIT",
- "peerDependencies": {
- "embla-carousel": "8.5.2"
- }
- },
- "node_modules/emittery": {
- "version": "0.13.1",
- "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
- "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/emittery?sponsor=1"
- }
- },
- "node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true
- },
- "node_modules/encodeurl": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
- "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/end-of-stream": {
- "version": "1.4.4",
- "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
- "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
- "dev": true,
- "dependencies": {
- "once": "^1.4.0"
- }
- },
- "node_modules/enhanced-resolve": {
- "version": "5.17.1",
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz",
- "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==",
- "dependencies": {
- "graceful-fs": "^4.2.4",
- "tapable": "^2.2.0"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/enquirer": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
- "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
- "dev": true,
- "dependencies": {
- "ansi-colors": "^4.1.1",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/entities": {
- "version": "4.5.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/environment": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
- "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/errno": {
- "version": "0.1.8",
- "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
- "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "prr": "~1.0.1"
- },
- "bin": {
- "errno": "cli.js"
- }
- },
- "node_modules/error-ex": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
- "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-arrayish": "^0.2.1"
- }
- },
- "node_modules/es-abstract": {
- "version": "1.23.3",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
- "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
- "dev": true,
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "arraybuffer.prototype.slice": "^1.0.3",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "data-view-buffer": "^1.0.1",
- "data-view-byte-length": "^1.0.1",
- "data-view-byte-offset": "^1.0.0",
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-set-tostringtag": "^2.0.3",
- "es-to-primitive": "^1.2.1",
- "function.prototype.name": "^1.1.6",
- "get-intrinsic": "^1.2.4",
- "get-symbol-description": "^1.0.2",
- "globalthis": "^1.0.3",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.0.3",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.2",
- "internal-slot": "^1.0.7",
- "is-array-buffer": "^3.0.4",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.1",
- "is-negative-zero": "^2.0.3",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.3",
- "is-string": "^1.0.7",
- "is-typed-array": "^1.1.13",
- "is-weakref": "^1.0.2",
- "object-inspect": "^1.13.1",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.5",
- "regexp.prototype.flags": "^1.5.2",
- "safe-array-concat": "^1.1.2",
- "safe-regex-test": "^1.0.3",
- "string.prototype.trim": "^1.2.9",
- "string.prototype.trimend": "^1.0.8",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.2",
- "typed-array-byte-length": "^1.0.1",
- "typed-array-byte-offset": "^1.0.2",
- "typed-array-length": "^1.0.6",
- "unbox-primitive": "^1.0.2",
- "which-typed-array": "^1.1.15"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-iterator-helpers": {
- "version": "1.0.18",
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.18.tgz",
- "integrity": "sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.0",
- "es-errors": "^1.3.0",
- "es-set-tostringtag": "^2.0.3",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "globalthis": "^1.0.3",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.0.3",
- "has-symbols": "^1.0.3",
- "internal-slot": "^1.0.7",
- "iterator.prototype": "^1.1.2",
- "safe-array-concat": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-module-lexer": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
- "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
- "peer": true
- },
- "node_modules/es-object-atoms": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
- "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-set-tostringtag": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
- "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
- "dev": true,
- "dependencies": {
- "get-intrinsic": "^1.2.4",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-shim-unscopables": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
- "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.0"
- }
- },
- "node_modules/es-to-primitive": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
- "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
- "dev": true,
- "dependencies": {
- "is-callable": "^1.1.4",
- "is-date-object": "^1.0.1",
- "is-symbol": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/es6-promise": {
- "version": "4.2.8",
- "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz",
- "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w=="
- },
- "node_modules/escalade": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/escape-goat": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz",
- "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/escape-html": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
- "dev": true
- },
- "node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/escodegen": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
- "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
- "dev": true,
- "dependencies": {
- "esprima": "^4.0.1",
- "estraverse": "^5.2.0",
- "esutils": "^2.0.2"
- },
- "bin": {
- "escodegen": "bin/escodegen.js",
- "esgenerate": "bin/esgenerate.js"
- },
- "engines": {
- "node": ">=6.0"
- },
- "optionalDependencies": {
- "source-map": "~0.6.1"
- }
- },
- "node_modules/eslint": {
- "version": "8.57.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
- "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
- "dev": true,
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.2.0",
- "@eslint-community/regexpp": "^4.6.1",
- "@eslint/eslintrc": "^2.1.4",
- "@eslint/js": "8.57.0",
- "@humanwhocodes/config-array": "^0.11.14",
- "@humanwhocodes/module-importer": "^1.0.1",
- "@nodelib/fs.walk": "^1.2.8",
- "@ungap/structured-clone": "^1.2.0",
- "ajv": "^6.12.4",
- "chalk": "^4.0.0",
- "cross-spawn": "^7.0.2",
- "debug": "^4.3.2",
- "doctrine": "^3.0.0",
- "escape-string-regexp": "^4.0.0",
- "eslint-scope": "^7.2.2",
- "eslint-visitor-keys": "^3.4.3",
- "espree": "^9.6.1",
- "esquery": "^1.4.2",
- "esutils": "^2.0.2",
- "fast-deep-equal": "^3.1.3",
- "file-entry-cache": "^6.0.1",
- "find-up": "^5.0.0",
- "glob-parent": "^6.0.2",
- "globals": "^13.19.0",
- "graphemer": "^1.4.0",
- "ignore": "^5.2.0",
- "imurmurhash": "^0.1.4",
- "is-glob": "^4.0.0",
- "is-path-inside": "^3.0.3",
- "js-yaml": "^4.1.0",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.4.1",
- "lodash.merge": "^4.6.2",
- "minimatch": "^3.1.2",
- "natural-compare": "^1.4.0",
- "optionator": "^0.9.3",
- "strip-ansi": "^6.0.1",
- "text-table": "^0.2.0"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-config-next": {
- "version": "14.1.4",
- "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.4.tgz",
- "integrity": "sha512-cihIahbhYAWwXJwZkAaRPpUi5t9aOi/HdfWXOjZeUOqNWXHD8X22kd1KG58Dc3MVaRx3HoR/oMGk2ltcrqDn8g==",
- "dev": true,
- "dependencies": {
- "@next/eslint-plugin-next": "14.1.4",
- "@rushstack/eslint-patch": "^1.3.3",
- "@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
- "eslint-import-resolver-node": "^0.3.6",
- "eslint-import-resolver-typescript": "^3.5.2",
- "eslint-plugin-import": "^2.28.1",
- "eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-plugin-react": "^7.33.2",
- "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
- },
- "peerDependencies": {
- "eslint": "^7.23.0 || ^8.0.0",
- "typescript": ">=3.3.1"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
- "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/scope-manager": "6.21.0",
- "@typescript-eslint/types": "6.21.0",
- "@typescript-eslint/typescript-estree": "6.21.0",
- "@typescript-eslint/visitor-keys": "6.21.0",
- "debug": "^4.3.4"
- },
- "engines": {
- "node": "^16.0.0 || >=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependencies": {
- "eslint": "^7.0.0 || ^8.0.0"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-config-next/node_modules/@typescript-eslint/scope-manager": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
- "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "6.21.0",
- "@typescript-eslint/visitor-keys": "6.21.0"
- },
- "engines": {
- "node": "^16.0.0 || >=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-config-next/node_modules/@typescript-eslint/types": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
- "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
- "dev": true,
- "engines": {
- "node": "^16.0.0 || >=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-config-next/node_modules/@typescript-eslint/typescript-estree": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
- "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "6.21.0",
- "@typescript-eslint/visitor-keys": "6.21.0",
- "debug": "^4.3.4",
- "globby": "^11.1.0",
- "is-glob": "^4.0.3",
- "minimatch": "9.0.3",
- "semver": "^7.5.4",
- "ts-api-utils": "^1.0.1"
- },
- "engines": {
- "node": "^16.0.0 || >=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-config-next/node_modules/@typescript-eslint/visitor-keys": {
- "version": "6.21.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
- "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/types": "6.21.0",
- "eslint-visitor-keys": "^3.4.1"
- },
- "engines": {
- "node": "^16.0.0 || >=18.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/typescript-eslint"
- }
- },
- "node_modules/eslint-config-next/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/eslint-config-next/node_modules/minimatch": {
- "version": "9.0.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/eslint-import-resolver-node": {
- "version": "0.3.9",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
- "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
- "dev": true,
- "dependencies": {
- "debug": "^3.2.7",
- "is-core-module": "^2.13.0",
- "resolve": "^1.22.4"
- }
- },
- "node_modules/eslint-import-resolver-node/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-import-resolver-typescript": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz",
- "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==",
- "dev": true,
- "dependencies": {
- "debug": "^4.3.4",
- "enhanced-resolve": "^5.12.0",
- "eslint-module-utils": "^2.7.4",
- "fast-glob": "^3.3.1",
- "get-tsconfig": "^4.5.0",
- "is-core-module": "^2.11.0",
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": "^14.18.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
- },
- "peerDependencies": {
- "eslint": "*",
- "eslint-plugin-import": "*"
- }
- },
- "node_modules/eslint-module-utils": {
- "version": "2.8.1",
- "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz",
- "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==",
- "dev": true,
- "dependencies": {
- "debug": "^3.2.7"
- },
- "engines": {
- "node": ">=4"
- },
- "peerDependenciesMeta": {
- "eslint": {
- "optional": true
- }
- }
- },
- "node_modules/eslint-module-utils/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-plugin-import": {
- "version": "2.29.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
- "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
- "dev": true,
- "dependencies": {
- "array-includes": "^3.1.7",
- "array.prototype.findlastindex": "^1.2.3",
- "array.prototype.flat": "^1.3.2",
- "array.prototype.flatmap": "^1.3.2",
- "debug": "^3.2.7",
- "doctrine": "^2.1.0",
- "eslint-import-resolver-node": "^0.3.9",
- "eslint-module-utils": "^2.8.0",
- "hasown": "^2.0.0",
- "is-core-module": "^2.13.1",
- "is-glob": "^4.0.3",
- "minimatch": "^3.1.2",
- "object.fromentries": "^2.0.7",
- "object.groupby": "^1.0.1",
- "object.values": "^1.1.7",
- "semver": "^6.3.1",
- "tsconfig-paths": "^3.15.0"
- },
- "engines": {
- "node": ">=4"
- },
- "peerDependencies": {
- "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
- }
- },
- "node_modules/eslint-plugin-import/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/eslint-plugin-import/node_modules/doctrine": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
- "dev": true,
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eslint-plugin-import/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/eslint-plugin-jsx-a11y": {
- "version": "6.8.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
- "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
- "dev": true,
- "dependencies": {
- "@babel/runtime": "^7.23.2",
- "aria-query": "^5.3.0",
- "array-includes": "^3.1.7",
- "array.prototype.flatmap": "^1.3.2",
- "ast-types-flow": "^0.0.8",
- "axe-core": "=4.7.0",
- "axobject-query": "^3.2.1",
- "damerau-levenshtein": "^1.0.8",
- "emoji-regex": "^9.2.2",
- "es-iterator-helpers": "^1.0.15",
- "hasown": "^2.0.0",
- "jsx-ast-utils": "^3.3.5",
- "language-tags": "^1.0.9",
- "minimatch": "^3.1.2",
- "object.entries": "^1.1.7",
- "object.fromentries": "^2.0.7"
- },
- "engines": {
- "node": ">=4.0"
- },
- "peerDependencies": {
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
- }
- },
- "node_modules/eslint-plugin-react": {
- "version": "7.34.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz",
- "integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==",
- "dev": true,
- "dependencies": {
- "array-includes": "^3.1.7",
- "array.prototype.findlast": "^1.2.4",
- "array.prototype.flatmap": "^1.3.2",
- "array.prototype.toreversed": "^1.1.2",
- "array.prototype.tosorted": "^1.1.3",
- "doctrine": "^2.1.0",
- "es-iterator-helpers": "^1.0.17",
- "estraverse": "^5.3.0",
- "jsx-ast-utils": "^2.4.1 || ^3.0.0",
- "minimatch": "^3.1.2",
- "object.entries": "^1.1.7",
- "object.fromentries": "^2.0.7",
- "object.hasown": "^1.1.3",
- "object.values": "^1.1.7",
- "prop-types": "^15.8.1",
- "resolve": "^2.0.0-next.5",
- "semver": "^6.3.1",
- "string.prototype.matchall": "^4.0.10"
- },
- "engines": {
- "node": ">=4"
- },
- "peerDependencies": {
- "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
- }
- },
- "node_modules/eslint-plugin-react-hooks": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
- "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
- }
- },
- "node_modules/eslint-plugin-react/node_modules/doctrine": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
- "dev": true,
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/eslint-plugin-react/node_modules/resolve": {
- "version": "2.0.0-next.5",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
- "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
- "dev": true,
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/eslint-plugin-react/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/eslint-plugin-simple-import-sort": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.0.tgz",
- "integrity": "sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==",
- "dev": true,
- "peerDependencies": {
- "eslint": ">=5.0.0"
- }
- },
- "node_modules/eslint-scope": {
- "version": "7.2.2",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
- "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
- "dev": true,
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
- "dev": true,
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/espree": {
- "version": "9.6.1",
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
- "dev": true,
- "dependencies": {
- "acorn": "^8.9.0",
- "acorn-jsx": "^5.3.2",
- "eslint-visitor-keys": "^3.4.1"
- },
- "engines": {
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/esprima": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
- "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
- "dev": true,
- "bin": {
- "esparse": "bin/esparse.js",
- "esvalidate": "bin/esvalidate.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/esquery": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
- "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
- "dev": true,
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esrecurse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
- "dependencies": {
- "estraverse": "^5.2.0"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/estree-walker": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/etag": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/event-stream": {
- "version": "3.3.4",
- "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz",
- "integrity": "sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==",
- "dev": true,
- "dependencies": {
- "duplexer": "~0.1.1",
- "from": "~0",
- "map-stream": "~0.1.0",
- "pause-stream": "0.0.11",
- "split": "0.3",
- "stream-combiner": "~0.0.4",
- "through": "~2.3.1"
- }
- },
- "node_modules/eventemitter2": {
- "version": "6.4.7",
- "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz",
- "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==",
- "dev": true
- },
- "node_modules/eventemitter3": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
- "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
- "dev": true
- },
- "node_modules/events": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
- "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
- "peer": true,
- "engines": {
- "node": ">=0.8.x"
- }
- },
- "node_modules/execa": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
- "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "get-stream": "^5.0.0",
- "human-signals": "^1.1.1",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.0",
- "onetime": "^5.1.0",
- "signal-exit": "^3.0.2",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/executable": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz",
- "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==",
- "dev": true,
- "dependencies": {
- "pify": "^2.2.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/exit": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
- "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/expect": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
- "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
- "dev": true,
- "dependencies": {
- "@jest/expect-utils": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-matcher-utils": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-util": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/extend": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
- "dev": true
- },
- "node_modules/extract-zip": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
- "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
- "dev": true,
- "dependencies": {
- "debug": "^4.1.1",
- "get-stream": "^5.1.0",
- "yauzl": "^2.10.0"
- },
- "bin": {
- "extract-zip": "cli.js"
- },
- "engines": {
- "node": ">= 10.17.0"
- },
- "optionalDependencies": {
- "@types/yauzl": "^2.9.1"
- }
- },
- "node_modules/extsprintf": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
- "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
- "dev": true,
- "engines": [
- "node >=0.6.0"
- ]
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
- },
- "node_modules/fast-glob": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/fast-json-stable-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/fb-watchman": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
- "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
- "dev": true,
- "dependencies": {
- "bser": "2.1.1"
- }
- },
- "node_modules/fd-slicer": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
- "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
- "dev": true,
- "dependencies": {
- "pend": "~1.2.0"
- }
- },
- "node_modules/fetch-mock": {
- "version": "12.3.0",
- "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-12.3.0.tgz",
- "integrity": "sha512-+ZHzLuzrKpP3u5PZo8ghFP1Kr3UJUTZ5PT/uQZtLv7UagDCVRt1bSzVg6MoTFdjQ0GXsx/crq2t0tGabkbH2yA==",
- "dependencies": {
- "@types/glob-to-regexp": "^0.4.4",
- "dequal": "^2.0.3",
- "glob-to-regexp": "^0.4.1",
- "is-subset-of": "^3.1.10",
- "regexparam": "^3.0.0"
- },
- "engines": {
- "node": ">=18.11.0"
- }
- },
- "node_modules/fetch-retry": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-6.0.0.tgz",
- "integrity": "sha512-BUFj1aMubgib37I3v4q78fYo63Po7t4HUPTpQ6/QE6yK6cIQrP+W43FYToeTEyg5m2Y7eFUtijUuAv/PDlWuag=="
- },
- "node_modules/figures": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
- "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
- "dev": true,
- "dependencies": {
- "escape-string-regexp": "^1.0.5"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/figures/node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
- "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
- "dev": true,
- "dependencies": {
- "flat-cache": "^3.0.4"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/find-replace": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
- "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
- "dev": true,
- "dependencies": {
- "array-back": "^3.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/find-replace/node_modules/array-back": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
- "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/find-up": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
- "dependencies": {
- "locate-path": "^6.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/flat-cache": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
- "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
- "dev": true,
- "dependencies": {
- "flatted": "^3.2.9",
- "keyv": "^4.5.3",
- "rimraf": "^3.0.2"
- },
- "engines": {
- "node": "^10.12.0 || >=12.0.0"
- }
- },
- "node_modules/flatted": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
- "dev": true
- },
- "node_modules/follow-redirects": {
- "version": "1.15.6",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
- "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
- "dev": true,
- "funding": [
- {
- "type": "individual",
- "url": "https://github.com/sponsors/RubenVerborgh"
- }
- ],
- "engines": {
- "node": ">=4.0"
- },
- "peerDependenciesMeta": {
- "debug": {
- "optional": true
- }
- }
- },
- "node_modules/for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
- "dev": true,
- "dependencies": {
- "is-callable": "^1.1.3"
- }
- },
- "node_modules/foreground-child": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/foreground-child/node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/forever-agent": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
- "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/form-data": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
- "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
- "dev": true,
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.6",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 0.12"
- }
- },
- "node_modules/framer-motion": {
- "version": "11.3.28",
- "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.28.tgz",
- "integrity": "sha512-dqhoawipEAjqdv32zbv72sOMJZjol7dROWn7t/FOq23WXJ40O4OUybgnO2ldnuS+3YquSn8xO/KKRavZ+TBVOQ==",
- "dependencies": {
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "@emotion/is-prop-valid": "*",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
- },
- "peerDependenciesMeta": {
- "@emotion/is-prop-valid": {
- "optional": true
- },
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- },
- "node_modules/fresh": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/from": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
- "integrity": "sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==",
- "dev": true
- },
- "node_modules/fs-constants": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
- "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
- "dev": true
- },
- "node_modules/fs-extra": {
- "version": "9.1.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
- "dev": true,
- "dependencies": {
- "at-least-node": "^1.0.0",
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/fs.realpath": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
- },
- "node_modules/fsevents": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
- "node_modules/function-bind": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/function.prototype.name": {
- "version": "1.1.6",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
- "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "functions-have-names": "^1.2.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gensync": {
- "version": "1.0.0-beta.2",
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
- "license": "MIT",
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-east-asian-width": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
- "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/get-intrinsic": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
- "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "function-bind": "^1.1.2",
- "get-proto": "^1.0.0",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "math-intrinsics": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-nonce": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
- "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/get-package-type": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
- "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
- "dev": true,
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/get-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/get-stdin": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
- "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/get-stream": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
- "dev": true,
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/get-symbol-description": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
- "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-tsconfig": {
- "version": "4.7.3",
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.3.tgz",
- "integrity": "sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==",
- "dev": true,
- "dependencies": {
- "resolve-pkg-maps": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
- }
- },
- "node_modules/getos": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz",
- "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==",
- "dev": true,
- "dependencies": {
- "async": "^3.2.0"
- }
- },
- "node_modules/getpass": {
- "version": "0.1.7",
- "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
- "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
- "dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0"
- }
- },
- "node_modules/git-hooks-list": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
- "integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==",
- "dev": true,
- "funding": {
- "url": "https://github.com/fisker/git-hooks-list?sponsor=1"
- }
- },
- "node_modules/glob": {
- "version": "10.3.10",
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
- "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
- "dev": true,
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^2.3.5",
- "minimatch": "^9.0.1",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
- "path-scurry": "^1.10.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/glob-parent": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
- "dependencies": {
- "is-glob": "^4.0.3"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/glob-to-regexp": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
- "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
- },
- "node_modules/glob/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
- "node_modules/glob/node_modules/minimatch": {
- "version": "9.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/global-directory": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
- "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
- "dev": true,
- "dependencies": {
- "ini": "4.1.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/global-directory/node_modules/ini": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
- "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
- "dev": true,
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/global-dirs": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz",
- "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==",
- "dev": true,
- "dependencies": {
- "ini": "2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globals": {
- "version": "13.24.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
- "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
- "dev": true,
- "dependencies": {
- "type-fest": "^0.20.2"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/globalthis": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
- "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.1.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/globby": {
- "version": "11.1.0",
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
- "dev": true,
- "dependencies": {
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.2.9",
- "ignore": "^5.2.0",
- "merge2": "^1.4.1",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/goober": {
- "version": "2.1.16",
- "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.16.tgz",
- "integrity": "sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==",
- "peerDependencies": {
- "csstype": "^3.0.10"
- }
- },
- "node_modules/gopd": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/got": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz",
- "integrity": "sha512-aWTDeNw9g+XqEZNcTjMMZSy7B7yE9toWOFYip7ofFTLleJhvZwUxxTxkTpKvF+p1SAA4VHmuEy7PiHTHyq8tJg==",
- "dev": true,
- "dependencies": {
- "@sindresorhus/is": "^2.0.0",
- "@szmarczak/http-timer": "^4.0.0",
- "@types/cacheable-request": "^6.0.1",
- "cacheable-lookup": "^2.0.0",
- "cacheable-request": "^7.0.1",
- "decompress-response": "^5.0.0",
- "duplexer3": "^0.1.4",
- "get-stream": "^5.0.0",
- "lowercase-keys": "^2.0.0",
- "mimic-response": "^2.1.0",
- "p-cancelable": "^2.0.0",
- "p-event": "^4.0.0",
- "responselike": "^2.0.0",
- "to-readable-stream": "^2.0.0",
- "type-fest": "^0.10.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/got?sponsor=1"
- }
- },
- "node_modules/got/node_modules/type-fest": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz",
- "integrity": "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/graceful-fs": {
- "version": "4.2.11",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true
- },
- "node_modules/graphql": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz",
- "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==",
- "engines": {
- "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
- }
- },
- "node_modules/graphql-request": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz",
- "integrity": "sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==",
- "dependencies": {
- "@graphql-typed-document-node/core": "^3.2.0",
- "cross-fetch": "^3.1.5"
- },
- "peerDependencies": {
- "graphql": "14 - 16"
- }
- },
- "node_modules/graphql-tag": {
- "version": "2.12.6",
- "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz",
- "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==",
- "dependencies": {
- "tslib": "^2.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
- }
- },
- "node_modules/has-bigints": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
- "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "dev": true,
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-tostringtag": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
- "dev": true,
- "dependencies": {
- "has-symbols": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/hasown": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "dependencies": {
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/hoist-non-react-statics": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
- "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
- "license": "BSD-3-Clause",
- "dependencies": {
- "react-is": "^16.7.0"
- }
- },
- "node_modules/html-dom-parser": {
- "version": "5.0.13",
- "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-5.0.13.tgz",
- "integrity": "sha512-B7JonBuAfG32I7fDouUQEogBrz3jK9gAuN1r1AaXpED6dIhtg/JwiSRhjGL7aOJwRz3HU4efowCjQBaoXiREqg==",
- "license": "MIT",
- "dependencies": {
- "domhandler": "5.0.3",
- "htmlparser2": "10.0.0"
- }
- },
- "node_modules/html-encoding-sniffer": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
- "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
- "dev": true,
- "dependencies": {
- "whatwg-encoding": "^2.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/html-escaper": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
- "dev": true
- },
- "node_modules/html-react-parser": {
- "version": "5.2.2",
- "resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-5.2.2.tgz",
- "integrity": "sha512-yA5012CJGSFWYZsgYzfr6HXJgDap38/AEP4ra8Cw+WHIi2ZRDXRX/QVYdumRf1P8zKyScKd6YOrWYvVEiPfGKg==",
- "license": "MIT",
- "dependencies": {
- "domhandler": "5.0.3",
- "html-dom-parser": "5.0.13",
- "react-property": "2.0.2",
- "style-to-js": "1.1.16"
- },
- "peerDependencies": {
- "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",
- "react": "0.14 || 15 || 16 || 17 || 18 || 19"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/htmlparser2": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
- "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
- "funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "domelementtype": "^2.3.0",
- "domhandler": "^5.0.3",
- "domutils": "^3.2.1",
- "entities": "^6.0.0"
- }
- },
- "node_modules/htmlparser2/node_modules/entities": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
- "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
- "license": "BSD-2-Clause",
- "engines": {
- "node": ">=0.12"
- },
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/http-assert": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz",
- "integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==",
- "dev": true,
- "dependencies": {
- "deep-equal": "~1.0.1",
- "http-errors": "~1.8.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/http-cache-semantics": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
- "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
- "dev": true
- },
- "node_modules/http-errors": {
- "version": "1.8.1",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
- "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
- "dev": true,
- "dependencies": {
- "depd": "~1.1.2",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": ">= 1.5.0 < 2",
- "toidentifier": "1.0.1"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/http-errors/node_modules/depd": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/http-proxy-agent": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
- "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
- "dev": true,
- "dependencies": {
- "@tootallnate/once": "1",
- "agent-base": "6",
- "debug": "4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/http-signature": {
- "version": "1.3.6",
- "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz",
- "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==",
- "dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0",
- "jsprim": "^2.0.2",
- "sshpk": "^1.14.1"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/https-proxy-agent": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
- "dependencies": {
- "agent-base": "6",
- "debug": "4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/human-signals": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
- "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
- "dev": true,
- "engines": {
- "node": ">=8.12.0"
- }
- },
- "node_modules/husky": {
- "version": "9.0.11",
- "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz",
- "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==",
- "dev": true,
- "bin": {
- "husky": "bin.mjs"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/typicode"
- }
- },
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/ics": {
- "version": "3.8.1",
- "resolved": "https://registry.npmjs.org/ics/-/ics-3.8.1.tgz",
- "integrity": "sha512-UqQlfkajfhrS4pUGQfGIJMYz/Jsl/ob3LqcfEhUmLbwumg+ZNkU0/6S734Vsjq3/FYNpEcZVKodLBoe+zBM69g==",
- "dependencies": {
- "nanoid": "^3.1.23",
- "runes2": "^1.1.2",
- "yup": "^1.2.0"
- }
- },
- "node_modules/ics/node_modules/nanoid": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
- "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/icss-utils": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
- "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
- "dev": true,
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
- }
- },
- "node_modules/ieee754": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
- "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/ignore": {
- "version": "5.3.1",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
- "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
- "dev": true,
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/image-size": {
- "version": "0.5.5",
- "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz",
- "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
- "dev": true,
- "optional": true,
- "bin": {
- "image-size": "bin/image-size.js"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/immer": {
- "version": "10.1.1",
- "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.1.tgz",
- "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/immer"
- }
- },
- "node_modules/immutable": {
- "version": "4.3.6",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.6.tgz",
- "integrity": "sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==",
- "devOptional": true
- },
- "node_modules/import-fresh": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
- "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
- "dev": true,
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/import-in-the-middle": {
- "version": "1.11.2",
- "resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz",
- "integrity": "sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==",
- "dependencies": {
- "acorn": "^8.8.2",
- "acorn-import-attributes": "^1.9.5",
- "cjs-module-lexer": "^1.2.2",
- "module-details-from-path": "^1.0.3"
- }
- },
- "node_modules/import-local": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
- "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
- "dev": true,
- "dependencies": {
- "pkg-dir": "^4.2.0",
- "resolve-cwd": "^3.0.0"
- },
- "bin": {
- "import-local-fixture": "fixtures/cli.js"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/imurmurhash": {
- "version": "0.1.4",
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
- "dev": true,
- "engines": {
- "node": ">=0.8.19"
- }
- },
- "node_modules/indent-string": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
- "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inflation": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/inflation/-/inflation-2.1.0.tgz",
- "integrity": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/inflight": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
- "dev": true,
- "dependencies": {
- "once": "^1.3.0",
- "wrappy": "1"
- }
- },
- "node_modules/inherits": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
- "dev": true
- },
- "node_modules/ini": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
- "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/inline-style-parser": {
- "version": "0.2.4",
- "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
- "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
- "license": "MIT"
- },
- "node_modules/input-otp": {
- "version": "1.4.2",
- "resolved": "https://registry.npmjs.org/input-otp/-/input-otp-1.4.2.tgz",
- "integrity": "sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==",
- "license": "MIT",
- "peerDependencies": {
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
- }
- },
- "node_modules/internal-slot": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
- "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
- "dev": true,
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.0",
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/intl-messageformat": {
- "version": "10.5.14",
- "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.14.tgz",
- "integrity": "sha512-IjC6sI0X7YRjjyVH9aUgdftcmZK7WXdHeil4KwbjDnRWjnVitKpAx3rr6t6di1joFp5188VqKcobOPA6mCLG/w==",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/fast-memoize": "2.2.0",
- "@formatjs/icu-messageformat-parser": "2.7.8",
- "tslib": "^2.4.0"
- }
- },
- "node_modules/invariant": {
- "version": "2.2.4",
- "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
- "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
- "dependencies": {
- "loose-envify": "^1.0.0"
- }
- },
- "node_modules/is-array-buffer": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
- "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-arrayish": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
- "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/is-async-function": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
- "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bigint": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
- "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
- "dev": true,
- "dependencies": {
- "has-bigints": "^1.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-binary-path": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
- "dependencies": {
- "binary-extensions": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-boolean-object": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
- "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-callable": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-ci": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz",
- "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==",
- "dev": true,
- "dependencies": {
- "ci-info": "^3.2.0"
- },
- "bin": {
- "is-ci": "bin.js"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.13.1",
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
- "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
- "dependencies": {
- "hasown": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-d": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-d/-/is-d-1.0.0.tgz",
- "integrity": "sha512-IK3iBV/PkPB/CHpzt/37n+Wr1jpg7H/oSw2TKaNDS2dbLRwP7EiH7AToDWdySa3TNXgCO8Wdl5llPJYsE7Mb+Q==",
- "dev": true,
- "dependencies": {
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-data-view": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
- "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
- "dev": true,
- "dependencies": {
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-date-object": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
- "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-docker": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
- "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
- "dev": true,
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-finalizationregistry": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
- "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-generator-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
- "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/is-generator-function": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
- "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-in-ci": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-1.0.0.tgz",
- "integrity": "sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==",
- "dev": true,
- "bin": {
- "is-in-ci": "cli.js"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-installed-globally": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz",
- "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==",
- "dev": true,
- "dependencies": {
- "global-dirs": "^3.0.0",
- "is-path-inside": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-map": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-npm": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
- "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==",
- "dev": true,
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/is-number-object": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
- "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-path-inside": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-plain-obj": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
- "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-potential-custom-element-name": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
- "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
- "dev": true
- },
- "node_modules/is-reference": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
- "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
- "dependencies": {
- "@types/estree": "*"
- }
- },
- "node_modules/is-regex": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
- "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-set": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
- "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-stream": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-string": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
- "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-subset-of": {
- "version": "3.1.10",
- "resolved": "https://registry.npmjs.org/is-subset-of/-/is-subset-of-3.1.10.tgz",
- "integrity": "sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==",
- "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
- "dependencies": {
- "typedescriptor": "3.0.2"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
- "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
- "dev": true,
- "dependencies": {
- "has-symbols": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typed-array": {
- "version": "1.1.13",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
- "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
- "dev": true,
- "dependencies": {
- "which-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typedarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
- "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
- "dev": true
- },
- "node_modules/is-unicode-supported": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
- "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/is-weakmap": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
- "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz",
- "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-what": {
- "version": "4.1.16",
- "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
- "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
- "engines": {
- "node": ">=12.13"
- },
- "funding": {
- "url": "https://github.com/sponsors/mesqueeb"
- }
- },
- "node_modules/is-wsl": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
- "dev": true,
- "dependencies": {
- "is-docker": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true
- },
- "node_modules/isexe": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
- },
- "node_modules/isstream": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
- "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
- "dev": true
- },
- "node_modules/istanbul-lib-coverage": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-instrument": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz",
- "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.23.9",
- "@babel/parser": "^7.23.9",
- "@istanbuljs/schema": "^0.1.3",
- "istanbul-lib-coverage": "^3.2.0",
- "semver": "^7.5.4"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
- "dev": true,
- "dependencies": {
- "istanbul-lib-coverage": "^3.0.0",
- "make-dir": "^4.0.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-lib-report/node_modules/make-dir": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
- "dev": true,
- "dependencies": {
- "semver": "^7.5.3"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/istanbul-lib-report/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-source-maps": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
- "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
- "dev": true,
- "dependencies": {
- "debug": "^4.1.1",
- "istanbul-lib-coverage": "^3.0.0",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/istanbul-reports": {
- "version": "3.1.7",
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
- "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
- "dev": true,
- "dependencies": {
- "html-escaper": "^2.0.0",
- "istanbul-lib-report": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/iterator.prototype": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
- "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.2.1",
- "get-intrinsic": "^1.2.1",
- "has-symbols": "^1.0.3",
- "reflect.getprototypeof": "^1.0.4",
- "set-function-name": "^2.0.1"
- }
- },
- "node_modules/jackspeak": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
- "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
- "dev": true,
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/jest": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
- "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
- "dev": true,
- "dependencies": {
- "@jest/core": "^29.7.0",
- "@jest/types": "^29.6.3",
- "import-local": "^3.0.2",
- "jest-cli": "^29.7.0"
- },
- "bin": {
- "jest": "bin/jest.js"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
- }
- },
- "node_modules/jest-changed-files": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
- "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
- "dev": true,
- "dependencies": {
- "execa": "^5.0.0",
- "jest-util": "^29.7.0",
- "p-limit": "^3.1.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-changed-files/node_modules/execa": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/jest-changed-files/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/jest-changed-files/node_modules/human-signals": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
- "dev": true,
- "engines": {
- "node": ">=10.17.0"
- }
- },
- "node_modules/jest-circus": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
- "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
- "dev": true,
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/expect": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "co": "^4.6.0",
- "dedent": "^1.0.0",
- "is-generator-fn": "^2.0.0",
- "jest-each": "^29.7.0",
- "jest-matcher-utils": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-runtime": "^29.7.0",
- "jest-snapshot": "^29.7.0",
- "jest-util": "^29.7.0",
- "p-limit": "^3.1.0",
- "pretty-format": "^29.7.0",
- "pure-rand": "^6.0.0",
- "slash": "^3.0.0",
- "stack-utils": "^2.0.3"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-circus/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-circus/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-circus/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-cli": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
- "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
- "dev": true,
- "dependencies": {
- "@jest/core": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/types": "^29.6.3",
- "chalk": "^4.0.0",
- "create-jest": "^29.7.0",
- "exit": "^0.1.2",
- "import-local": "^3.0.2",
- "jest-config": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "yargs": "^17.3.1"
- },
- "bin": {
- "jest": "bin/jest.js"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
- },
- "peerDependenciesMeta": {
- "node-notifier": {
- "optional": true
- }
- }
- },
- "node_modules/jest-config": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
- "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.11.6",
- "@jest/test-sequencer": "^29.7.0",
- "@jest/types": "^29.6.3",
- "babel-jest": "^29.7.0",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "deepmerge": "^4.2.2",
- "glob": "^7.1.3",
- "graceful-fs": "^4.2.9",
- "jest-circus": "^29.7.0",
- "jest-environment-node": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-regex-util": "^29.6.3",
- "jest-resolve": "^29.7.0",
- "jest-runner": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "micromatch": "^4.0.4",
- "parse-json": "^5.2.0",
- "pretty-format": "^29.7.0",
- "slash": "^3.0.0",
- "strip-json-comments": "^3.1.1"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "@types/node": "*",
- "ts-node": ">=9.0.0"
- },
- "peerDependenciesMeta": {
- "@types/node": {
- "optional": true
- },
- "ts-node": {
- "optional": true
- }
- }
- },
- "node_modules/jest-config/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-config/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/jest-config/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-config/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-diff": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
- "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
- "dev": true,
- "dependencies": {
- "chalk": "^4.0.0",
- "diff-sequences": "^29.6.3",
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-diff/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-diff/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-diff/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-docblock": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
- "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
- "dev": true,
- "dependencies": {
- "detect-newline": "^3.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-each": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
- "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "chalk": "^4.0.0",
- "jest-get-type": "^29.6.3",
- "jest-util": "^29.7.0",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-each/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-each/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-each/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-environment-jsdom": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz",
- "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==",
- "dev": true,
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/fake-timers": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/jsdom": "^20.0.0",
- "@types/node": "*",
- "jest-mock": "^29.7.0",
- "jest-util": "^29.7.0",
- "jsdom": "^20.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "peerDependencies": {
- "canvas": "^2.5.0"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jest-environment-node": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
- "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
- "dev": true,
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/fake-timers": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-mock": "^29.7.0",
- "jest-util": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-get-type": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
- "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
- "dev": true,
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-haste-map": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
- "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@types/graceful-fs": "^4.1.3",
- "@types/node": "*",
- "anymatch": "^3.0.3",
- "fb-watchman": "^2.0.0",
- "graceful-fs": "^4.2.9",
- "jest-regex-util": "^29.6.3",
- "jest-util": "^29.7.0",
- "jest-worker": "^29.7.0",
- "micromatch": "^4.0.4",
- "walker": "^1.0.8"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- },
- "optionalDependencies": {
- "fsevents": "^2.3.2"
- }
- },
- "node_modules/jest-leak-detector": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
- "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
- "dev": true,
- "dependencies": {
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-leak-detector/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-leak-detector/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-leak-detector/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-matcher-utils": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
- "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
- "dev": true,
- "dependencies": {
- "chalk": "^4.0.0",
- "jest-diff": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-matcher-utils/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-matcher-utils/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-message-util": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
- "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.12.13",
- "@jest/types": "^29.6.3",
- "@types/stack-utils": "^2.0.0",
- "chalk": "^4.0.0",
- "graceful-fs": "^4.2.9",
- "micromatch": "^4.0.4",
- "pretty-format": "^29.7.0",
- "slash": "^3.0.0",
- "stack-utils": "^2.0.3"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-message-util/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-message-util/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-message-util/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-mock": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
- "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "jest-util": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-pnp-resolver": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
- "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
- "dev": true,
- "engines": {
- "node": ">=6"
- },
- "peerDependencies": {
- "jest-resolve": "*"
- },
- "peerDependenciesMeta": {
- "jest-resolve": {
- "optional": true
- }
- }
- },
- "node_modules/jest-regex-util": {
- "version": "29.6.3",
- "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
- "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
- "dev": true,
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-resolve": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
- "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
- "dev": true,
- "dependencies": {
- "chalk": "^4.0.0",
- "graceful-fs": "^4.2.9",
- "jest-haste-map": "^29.7.0",
- "jest-pnp-resolver": "^1.2.2",
- "jest-util": "^29.7.0",
- "jest-validate": "^29.7.0",
- "resolve": "^1.20.0",
- "resolve.exports": "^2.0.0",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-resolve-dependencies": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
- "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
- "dev": true,
- "dependencies": {
- "jest-regex-util": "^29.6.3",
- "jest-snapshot": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-runner": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
- "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
- "dev": true,
- "dependencies": {
- "@jest/console": "^29.7.0",
- "@jest/environment": "^29.7.0",
- "@jest/test-result": "^29.7.0",
- "@jest/transform": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "emittery": "^0.13.1",
- "graceful-fs": "^4.2.9",
- "jest-docblock": "^29.7.0",
- "jest-environment-node": "^29.7.0",
- "jest-haste-map": "^29.7.0",
- "jest-leak-detector": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-resolve": "^29.7.0",
- "jest-runtime": "^29.7.0",
- "jest-util": "^29.7.0",
- "jest-watcher": "^29.7.0",
- "jest-worker": "^29.7.0",
- "p-limit": "^3.1.0",
- "source-map-support": "0.5.13"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-runtime": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
- "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
- "dev": true,
- "dependencies": {
- "@jest/environment": "^29.7.0",
- "@jest/fake-timers": "^29.7.0",
- "@jest/globals": "^29.7.0",
- "@jest/source-map": "^29.6.3",
- "@jest/test-result": "^29.7.0",
- "@jest/transform": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "cjs-module-lexer": "^1.0.0",
- "collect-v8-coverage": "^1.0.0",
- "glob": "^7.1.3",
- "graceful-fs": "^4.2.9",
- "jest-haste-map": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-mock": "^29.7.0",
- "jest-regex-util": "^29.6.3",
- "jest-resolve": "^29.7.0",
- "jest-snapshot": "^29.7.0",
- "jest-util": "^29.7.0",
- "slash": "^3.0.0",
- "strip-bom": "^4.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-runtime/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/jest-runtime/node_modules/strip-bom": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
- "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/jest-snapshot": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
- "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.11.6",
- "@babel/generator": "^7.7.2",
- "@babel/plugin-syntax-jsx": "^7.7.2",
- "@babel/plugin-syntax-typescript": "^7.7.2",
- "@babel/types": "^7.3.3",
- "@jest/expect-utils": "^29.7.0",
- "@jest/transform": "^29.7.0",
- "@jest/types": "^29.6.3",
- "babel-preset-current-node-syntax": "^1.0.0",
- "chalk": "^4.0.0",
- "expect": "^29.7.0",
- "graceful-fs": "^4.2.9",
- "jest-diff": "^29.7.0",
- "jest-get-type": "^29.6.3",
- "jest-matcher-utils": "^29.7.0",
- "jest-message-util": "^29.7.0",
- "jest-util": "^29.7.0",
- "natural-compare": "^1.4.0",
- "pretty-format": "^29.7.0",
- "semver": "^7.5.3"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-snapshot/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-snapshot/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-snapshot/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-util": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
- "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "chalk": "^4.0.0",
- "ci-info": "^3.2.0",
- "graceful-fs": "^4.2.9",
- "picomatch": "^2.2.3"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-validate": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
- "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
- "dev": true,
- "dependencies": {
- "@jest/types": "^29.6.3",
- "camelcase": "^6.2.0",
- "chalk": "^4.0.0",
- "jest-get-type": "^29.6.3",
- "leven": "^3.1.0",
- "pretty-format": "^29.7.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-validate/node_modules/ansi-styles": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/jest-validate/node_modules/pretty-format": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
- "dev": true,
- "dependencies": {
- "@jest/schemas": "^29.6.3",
- "ansi-styles": "^5.0.0",
- "react-is": "^18.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-validate/node_modules/react-is": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
- "dev": true
- },
- "node_modules/jest-watcher": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
- "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
- "dev": true,
- "dependencies": {
- "@jest/test-result": "^29.7.0",
- "@jest/types": "^29.6.3",
- "@types/node": "*",
- "ansi-escapes": "^4.2.1",
- "chalk": "^4.0.0",
- "emittery": "^0.13.1",
- "jest-util": "^29.7.0",
- "string-length": "^4.0.1"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jest-worker": {
- "version": "29.7.0",
- "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
- "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
- "dev": true,
- "dependencies": {
- "@types/node": "*",
- "jest-util": "^29.7.0",
- "merge-stream": "^2.0.0",
- "supports-color": "^8.0.0"
- },
- "engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
- }
- },
- "node_modules/jiti": {
- "version": "1.21.0",
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
- "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
- "dev": true,
- "bin": {
- "jiti": "bin/jiti.js"
- }
- },
- "node_modules/joi": {
- "version": "17.12.3",
- "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.3.tgz",
- "integrity": "sha512-2RRziagf555owrm9IRVtdKynOBeITiDpuZqIpgwqXShPncPKNiRQoiGsl/T8SQdq+8ugRzH2LqY67irr2y/d+g==",
- "dev": true,
- "dependencies": {
- "@hapi/hoek": "^9.3.0",
- "@hapi/topo": "^5.1.0",
- "@sideway/address": "^4.1.5",
- "@sideway/formula": "^3.0.1",
- "@sideway/pinpoint": "^2.0.0"
- }
- },
- "node_modules/jose": {
- "version": "5.9.6",
- "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz",
- "integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==",
- "funding": {
- "url": "https://github.com/sponsors/panva"
- }
- },
- "node_modules/js-tokens": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
- },
- "node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
- "dev": true,
- "dependencies": {
- "argparse": "^2.0.1"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsbn": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
- "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
- "dev": true
- },
- "node_modules/jsdom": {
- "version": "20.0.3",
- "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz",
- "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
- "dev": true,
- "dependencies": {
- "abab": "^2.0.6",
- "acorn": "^8.8.1",
- "acorn-globals": "^7.0.0",
- "cssom": "^0.5.0",
- "cssstyle": "^2.3.0",
- "data-urls": "^3.0.2",
- "decimal.js": "^10.4.2",
- "domexception": "^4.0.0",
- "escodegen": "^2.0.0",
- "form-data": "^4.0.0",
- "html-encoding-sniffer": "^3.0.0",
- "http-proxy-agent": "^5.0.0",
- "https-proxy-agent": "^5.0.1",
- "is-potential-custom-element-name": "^1.0.1",
- "nwsapi": "^2.2.2",
- "parse5": "^7.1.1",
- "saxes": "^6.0.0",
- "symbol-tree": "^3.2.4",
- "tough-cookie": "^4.1.2",
- "w3c-xmlserializer": "^4.0.0",
- "webidl-conversions": "^7.0.0",
- "whatwg-encoding": "^2.0.0",
- "whatwg-mimetype": "^3.0.0",
- "whatwg-url": "^11.0.0",
- "ws": "^8.11.0",
- "xml-name-validator": "^4.0.0"
- },
- "engines": {
- "node": ">=14"
- },
- "peerDependencies": {
- "canvas": "^2.5.0"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsdom/node_modules/@tootallnate/once": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
- "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
- "dev": true,
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/jsdom/node_modules/form-data": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
- "dev": true,
- "dependencies": {
- "asynckit": "^0.4.0",
- "combined-stream": "^1.0.8",
- "mime-types": "^2.1.12"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jsdom/node_modules/http-proxy-agent": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
- "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
- "dev": true,
- "dependencies": {
- "@tootallnate/once": "2",
- "agent-base": "6",
- "debug": "4"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/jsdom/node_modules/tr46": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
- "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/jsdom/node_modules/webidl-conversions": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
- "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/jsdom/node_modules/whatwg-url": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
- "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
- "dev": true,
- "dependencies": {
- "tr46": "^3.0.0",
- "webidl-conversions": "^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/jsdom/node_modules/ws": {
- "version": "8.17.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
- "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
- "dev": true,
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": ">=5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/jsesc": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
- "license": "MIT",
- "bin": {
- "jsesc": "bin/jsesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/json-buffer": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
- "dev": true
- },
- "node_modules/json-parse-even-better-errors": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
- "license": "MIT"
- },
- "node_modules/json-schema": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
- "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
- "dev": true
- },
- "node_modules/json-schema-traverse": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
- },
- "node_modules/json-sort-cli": {
- "version": "4.0.4",
- "resolved": "https://registry.npmjs.org/json-sort-cli/-/json-sort-cli-4.0.4.tgz",
- "integrity": "sha512-DdlQQuQXu8Deujb+A/ECcUVmC/uAWciDKSLB3lES4Q60gOYCf9D1gesMUMPZczUX7YUPupjIG4J4e5hX6VGZWA==",
- "dev": true,
- "dependencies": {
- "ast-monkey-traverse": "^4.0.16",
- "chalk": "^5.3.0",
- "codsen-utils": "^1.6.4",
- "fs-extra": "^11.2.0",
- "globby": "^14.0.1",
- "is-d": "^1.0.0",
- "meow": "^13.2.0",
- "p-filter": "^4.1.0",
- "p-reduce": "^3.0.0",
- "sort-package-json": "^2.10.0",
- "update-notifier": "^7.0.0"
- },
- "bin": {
- "jsonsort": "cli.js",
- "sortjson": "cli.js"
- },
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/json-sort-cli/node_modules/chalk": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
- "dev": true,
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/json-sort-cli/node_modules/fs-extra": {
- "version": "11.2.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
- "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
- "dev": true,
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^6.0.1",
- "universalify": "^2.0.0"
- },
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/json-sort-cli/node_modules/globby": {
- "version": "14.0.2",
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
- "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
- "dev": true,
- "dependencies": {
- "@sindresorhus/merge-streams": "^2.1.0",
- "fast-glob": "^3.3.2",
- "ignore": "^5.2.4",
- "path-type": "^5.0.0",
- "slash": "^5.1.0",
- "unicorn-magic": "^0.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/json-sort-cli/node_modules/path-type": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/json-sort-cli/node_modules/slash": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
- "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
- "dev": true,
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw=="
- },
- "node_modules/json-stringify-safe": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
- "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
- "dev": true
- },
- "node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/jsonfile": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
- "dev": true,
- "dependencies": {
- "universalify": "^2.0.0"
- },
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/jsonparse": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
- "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
- "dev": true,
- "engines": [
- "node >= 0.2.0"
- ]
- },
- "node_modules/JSONStream": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
- "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
- "dev": true,
- "dependencies": {
- "jsonparse": "^1.2.0",
- "through": ">=2.2.7 <3"
- },
- "bin": {
- "JSONStream": "bin.js"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/jsprim": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz",
- "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==",
- "dev": true,
- "engines": [
- "node >=0.6.0"
- ],
- "dependencies": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.4.0",
- "verror": "1.10.0"
- }
- },
- "node_modules/jsx-ast-utils": {
- "version": "3.3.5",
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
- "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
- "dev": true,
- "dependencies": {
- "array-includes": "^3.1.6",
- "array.prototype.flat": "^1.3.1",
- "object.assign": "^4.1.4",
- "object.values": "^1.1.6"
- },
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/kdbush": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-4.0.2.tgz",
- "integrity": "sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA=="
- },
- "node_modules/keygrip": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz",
- "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
- "dev": true,
- "dependencies": {
- "tsscmp": "1.0.6"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/keyv": {
- "version": "4.5.4",
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
- "dev": true,
- "dependencies": {
- "json-buffer": "3.0.1"
- }
- },
- "node_modules/kleur": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/koa": {
- "version": "2.15.3",
- "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.3.tgz",
- "integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==",
- "dev": true,
- "dependencies": {
- "accepts": "^1.3.5",
- "cache-content-type": "^1.0.0",
- "content-disposition": "~0.5.2",
- "content-type": "^1.0.4",
- "cookies": "~0.9.0",
- "debug": "^4.3.2",
- "delegates": "^1.0.0",
- "depd": "^2.0.0",
- "destroy": "^1.0.4",
- "encodeurl": "^1.0.2",
- "escape-html": "^1.0.3",
- "fresh": "~0.5.2",
- "http-assert": "^1.3.0",
- "http-errors": "^1.6.3",
- "is-generator-function": "^1.0.7",
- "koa-compose": "^4.1.0",
- "koa-convert": "^2.0.0",
- "on-finished": "^2.3.0",
- "only": "~0.0.2",
- "parseurl": "^1.3.2",
- "statuses": "^1.5.0",
- "type-is": "^1.6.16",
- "vary": "^1.1.2"
- },
- "engines": {
- "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
- }
- },
- "node_modules/koa-bodyparser": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.4.1.tgz",
- "integrity": "sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==",
- "dev": true,
- "dependencies": {
- "co-body": "^6.0.0",
- "copy-to": "^2.0.1",
- "type-is": "^1.6.18"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/koa-compose": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz",
- "integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==",
- "dev": true
- },
- "node_modules/koa-compress": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/koa-compress/-/koa-compress-3.1.0.tgz",
- "integrity": "sha512-0m24/yS/GbhWI+g9FqtvStY+yJwTObwoxOvPok6itVjRen7PBWkjsJ8pre76m+99YybXLKhOJ62mJ268qyBFMQ==",
- "dev": true,
- "dependencies": {
- "bytes": "^3.0.0",
- "compressible": "^2.0.0",
- "koa-is-json": "^1.0.0",
- "statuses": "^1.0.0"
- },
- "engines": {
- "node": ">= 8.0.0"
- }
- },
- "node_modules/koa-conditional-get": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/koa-conditional-get/-/koa-conditional-get-2.0.0.tgz",
- "integrity": "sha512-FTZYr681zfyW0bz8FDc55RJrRnicz6KPv2oA3GOf6knksJd0uJdfenKud+RtBjHzO0g1tVHNjwN6gk7OfHAtbQ==",
- "dev": true
- },
- "node_modules/koa-convert": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-2.0.0.tgz",
- "integrity": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==",
- "dev": true,
- "dependencies": {
- "co": "^4.6.0",
- "koa-compose": "^4.1.0"
- },
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/koa-etag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/koa-etag/-/koa-etag-3.0.0.tgz",
- "integrity": "sha512-HYU1zIsH4S9xOlUZGuZIP1PIiJ0EkBXgwL8PjFECb/pUYmAee8gfcvIovregBMYxECDhLulEWT2+ZRsA/lczCQ==",
- "dev": true,
- "dependencies": {
- "etag": "^1.3.0",
- "mz": "^2.1.0"
- }
- },
- "node_modules/koa-is-json": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/koa-is-json/-/koa-is-json-1.0.0.tgz",
- "integrity": "sha512-+97CtHAlWDx0ndt0J8y3P12EWLwTLMXIfMnYDev3wOTwH/RpBGMlfn4bDXlMEg1u73K6XRE9BbUp+5ZAYoRYWw==",
- "dev": true
- },
- "node_modules/koa-json": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz",
- "integrity": "sha512-8+dz0T2ekDuNN1svYoKPCV2txotQ3Ufg8Fn5bft1T48MPJWiC/HKmkk+3xj9EC/iNZuFYeLRazN2h2o3RSUXuQ==",
- "dev": true,
- "dependencies": {
- "koa-is-json": "1",
- "streaming-json-stringify": "3"
- }
- },
- "node_modules/koa-morgan": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/koa-morgan/-/koa-morgan-1.0.1.tgz",
- "integrity": "sha512-JOUdCNlc21G50afBXfErUrr1RKymbgzlrO5KURY+wmDG1Uvd2jmxUJcHgylb/mYXy2SjiNZyYim/ptUBGsIi3A==",
- "dev": true,
- "dependencies": {
- "morgan": "^1.6.1"
- }
- },
- "node_modules/koa-range": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/koa-range/-/koa-range-0.3.0.tgz",
- "integrity": "sha512-Ich3pCz6RhtbajYXRWjIl6O5wtrLs6kE3nkXc9XmaWe+MysJyZO7K4L3oce1Jpg/iMgCbj+5UCiMm/rqVtcDIg==",
- "dev": true,
- "dependencies": {
- "stream-slice": "^0.1.2"
- },
- "engines": {
- "node": ">=7"
- }
- },
- "node_modules/koa-route": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/koa-route/-/koa-route-3.2.0.tgz",
- "integrity": "sha512-8FsuWw/L+CUWJfpgN6vrlYUDNTheEinG8Zkm97GyuLJNyWjCVUs9p10Ih3jTIWwmDVQcz6827l0RKadAS5ibqA==",
- "dev": true,
- "dependencies": {
- "debug": "*",
- "methods": "~1.1.0",
- "path-to-regexp": "^1.2.0"
- }
- },
- "node_modules/koa-route/node_modules/isarray": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
- "dev": true
- },
- "node_modules/koa-route/node_modules/path-to-regexp": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz",
- "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==",
- "dev": true,
- "dependencies": {
- "isarray": "0.0.1"
- }
- },
- "node_modules/koa-send": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/koa-send/-/koa-send-5.0.1.tgz",
- "integrity": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==",
- "dev": true,
- "dependencies": {
- "debug": "^4.1.1",
- "http-errors": "^1.7.3",
- "resolve-path": "^1.4.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/koa-static": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/koa-static/-/koa-static-5.0.0.tgz",
- "integrity": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==",
- "dev": true,
- "dependencies": {
- "debug": "^3.1.0",
- "koa-send": "^5.0.0"
- },
- "engines": {
- "node": ">= 7.6.0"
- }
- },
- "node_modules/koa-static/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/ky": {
- "version": "1.7.2",
- "resolved": "https://registry.npmjs.org/ky/-/ky-1.7.2.tgz",
- "integrity": "sha512-OzIvbHKKDpi60TnF9t7UUVAF1B4mcqc02z5PIvrm08Wyb+yOcz63GRvEuVxNT18a9E1SrNouhB4W2NNLeD7Ykg==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/ky?sponsor=1"
- }
- },
- "node_modules/language-subtag-registry": {
- "version": "0.3.22",
- "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
- "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
- "dev": true
- },
- "node_modules/language-tags": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
- "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
- "dev": true,
- "dependencies": {
- "language-subtag-registry": "^0.3.20"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/latest-version": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-9.0.0.tgz",
- "integrity": "sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA==",
- "dev": true,
- "dependencies": {
- "package-json": "^10.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lazy-ass": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz",
- "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==",
- "dev": true,
- "engines": {
- "node": "> 0.8"
- }
- },
- "node_modules/less": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz",
- "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==",
- "dev": true,
- "dependencies": {
- "copy-anything": "^2.0.1",
- "parse-node-version": "^1.0.1",
- "tslib": "^2.3.0"
- },
- "bin": {
- "lessc": "bin/lessc"
- },
- "engines": {
- "node": ">=6"
- },
- "optionalDependencies": {
- "errno": "^0.1.1",
- "graceful-fs": "^4.1.2",
- "image-size": "~0.5.0",
- "make-dir": "^2.1.0",
- "mime": "^1.4.1",
- "needle": "^3.1.0",
- "source-map": "~0.6.0"
- }
- },
- "node_modules/less/node_modules/copy-anything": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz",
- "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
- "dev": true,
- "dependencies": {
- "is-what": "^3.14.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/mesqueeb"
- }
- },
- "node_modules/less/node_modules/is-what": {
- "version": "3.14.1",
- "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz",
- "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
- "dev": true
- },
- "node_modules/leven": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
- "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/levn": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
- "dev": true,
- "dependencies": {
- "prelude-ls": "^1.2.1",
- "type-check": "~0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/libphonenumber-js": {
- "version": "1.10.60",
- "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.60.tgz",
- "integrity": "sha512-Ctgq2lXUpEJo5j1762NOzl2xo7z7pqmVWYai0p07LvAkQ32tbPv3wb+tcUeHEiXhKU5buM4H9MXsXo6OlM6C2g=="
- },
- "node_modules/lilconfig": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
- "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
- "dev": true,
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/antonk52"
- }
- },
- "node_modules/lines-and-columns": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/lint-staged": {
- "version": "15.2.10",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.10.tgz",
- "integrity": "sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==",
- "dev": true,
- "dependencies": {
- "chalk": "~5.3.0",
- "commander": "~12.1.0",
- "debug": "~4.3.6",
- "execa": "~8.0.1",
- "lilconfig": "~3.1.2",
- "listr2": "~8.2.4",
- "micromatch": "~4.0.8",
- "pidtree": "~0.6.0",
- "string-argv": "~0.3.2",
- "yaml": "~2.5.0"
- },
- "bin": {
- "lint-staged": "bin/lint-staged.js"
- },
- "engines": {
- "node": ">=18.12.0"
- },
- "funding": {
- "url": "https://opencollective.com/lint-staged"
- }
- },
- "node_modules/lint-staged/node_modules/ansi-escapes": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
- "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
- "dev": true,
- "dependencies": {
- "environment": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/chalk": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
- "dev": true,
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/cli-cursor": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
- "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
- "dev": true,
- "dependencies": {
- "restore-cursor": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/cli-truncate": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
- "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
- "dev": true,
- "dependencies": {
- "slice-ansi": "^5.0.0",
- "string-width": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/commander": {
- "version": "12.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
- "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
- "dev": true,
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/lint-staged/node_modules/debug": {
- "version": "4.3.7",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
- "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "peerDependenciesMeta": {
- "supports-color": {
- "optional": true
- }
- }
- },
- "node_modules/lint-staged/node_modules/emoji-regex": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
- "dev": true
- },
- "node_modules/lint-staged/node_modules/execa": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
- "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^8.0.1",
- "human-signals": "^5.0.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^4.1.0",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": ">=16.17"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/get-stream": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
- "dev": true,
- "engines": {
- "node": ">=16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/human-signals": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
- "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
- "dev": true,
- "engines": {
- "node": ">=16.17.0"
- }
- },
- "node_modules/lint-staged/node_modules/is-fullwidth-code-point": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
- "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/is-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
- "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
- "dev": true,
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/listr2": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz",
- "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==",
- "dev": true,
- "dependencies": {
- "cli-truncate": "^4.0.0",
- "colorette": "^2.0.20",
- "eventemitter3": "^5.0.1",
- "log-update": "^6.1.0",
- "rfdc": "^1.4.1",
- "wrap-ansi": "^9.0.0"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- },
- "node_modules/lint-staged/node_modules/log-update": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
- "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==",
- "dev": true,
- "dependencies": {
- "ansi-escapes": "^7.0.0",
- "cli-cursor": "^5.0.0",
- "slice-ansi": "^7.1.0",
- "strip-ansi": "^7.1.0",
- "wrap-ansi": "^9.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/log-update/node_modules/is-fullwidth-code-point": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
- "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
- "dev": true,
- "dependencies": {
- "get-east-asian-width": "^1.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/log-update/node_modules/slice-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
- "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.2.1",
- "is-fullwidth-code-point": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/mimic-fn": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
- "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/ms": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
- "dev": true
- },
- "node_modules/lint-staged/node_modules/npm-run-path": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
- "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
- "dev": true,
- "dependencies": {
- "path-key": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/onetime": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
- "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/path-key": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
- "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/restore-cursor": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
- "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
- "dev": true,
- "dependencies": {
- "onetime": "^7.0.0",
- "signal-exit": "^4.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/restore-cursor/node_modules/onetime": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
- "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
- "dev": true,
- "dependencies": {
- "mimic-function": "^5.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/lint-staged/node_modules/slice-ansi": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
- "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.0.0",
- "is-fullwidth-code-point": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/string-width": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^10.3.0",
- "get-east-asian-width": "^1.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/lint-staged/node_modules/strip-final-newline": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
- "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lint-staged/node_modules/wrap-ansi": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.2.1",
- "string-width": "^7.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/listr2": {
- "version": "3.14.0",
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz",
- "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==",
- "dev": true,
- "dependencies": {
- "cli-truncate": "^2.1.0",
- "colorette": "^2.0.16",
- "log-update": "^4.0.0",
- "p-map": "^4.0.0",
- "rfdc": "^1.3.0",
- "rxjs": "^7.5.1",
- "through": "^2.3.8",
- "wrap-ansi": "^7.0.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "enquirer": ">= 2.3.0 < 3"
- },
- "peerDependenciesMeta": {
- "enquirer": {
- "optional": true
- }
- }
- },
- "node_modules/listr2/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/load-module": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/load-module/-/load-module-3.0.0.tgz",
- "integrity": "sha512-ZqprfrTx4vfH5+1mgpspPh5JYsNyA193NkMUdb3GwpmVqMczOh8cUDJgZBmEZVlSR42JBGYTUxlBAX9LHIBtIA==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/loader-runner": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz",
- "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
- "peer": true,
- "engines": {
- "node": ">=6.11.5"
- }
- },
- "node_modules/local-web-server": {
- "version": "4.2.1",
- "resolved": "https://registry.npmjs.org/local-web-server/-/local-web-server-4.2.1.tgz",
- "integrity": "sha512-v71LZool2w7uYA+tDP5HhfjzUxz5SFfcrPPB/zC98yFFawt7A6fcmAr2MR4Q9AHk/A8oyd/wrhEJBJLndwHxNQ==",
- "dev": true,
- "dependencies": {
- "lws": "^3.1.0",
- "lws-basic-auth": "^2.0.0",
- "lws-blacklist": "^3.0.0",
- "lws-body-parser": "^2.0.0",
- "lws-compress": "^2.0.0",
- "lws-conditional-get": "^2.0.0",
- "lws-cors": "^3.0.0",
- "lws-index": "^2.0.0",
- "lws-json": "^2.0.0",
- "lws-log": "^2.0.0",
- "lws-mime": "^2.0.0",
- "lws-range": "^3.0.0",
- "lws-request-monitor": "^2.0.0",
- "lws-rewrite": "^3.1.1",
- "lws-spa": "^3.0.0",
- "lws-static": "^2.0.0",
- "node-version-matches": "^2.0.1"
- },
- "bin": {
- "ws": "bin/cli.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/localStorage": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/localStorage/-/localStorage-1.0.4.tgz",
- "integrity": "sha512-r35zrihcDiX+dqWlJSeIwS9nrF95OQTgqMFm3FB2D/+XgdmZtcutZOb7t0xXkhOEM8a9kpuu7cc28g1g36I5DQ==",
- "engines": {
- "node": ">= v0.2.0"
- }
- },
- "node_modules/locate-path": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
- "dependencies": {
- "p-locate": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
- },
- "node_modules/lodash-es": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
- },
- "node_modules/lodash.assignwith": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz",
- "integrity": "sha512-ZznplvbvtjK2gMvnQ1BR/zqPFZmS6jbK4p+6Up4xcRYA7yMIwxHCfbTcrYxXKzzqLsQ05eJPVznEW3tuwV7k1g==",
- "dev": true
- },
- "node_modules/lodash.camelcase": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
- "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
- "dev": true
- },
- "node_modules/lodash.debounce": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
- "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
- "license": "MIT"
- },
- "node_modules/lodash.isempty": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
- "integrity": "sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg=="
- },
- "node_modules/lodash.isplainobject": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
- "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
- },
- "node_modules/lodash.merge": {
- "version": "4.6.2",
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
- "dev": true
- },
- "node_modules/lodash.once": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
- "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
- "dev": true
- },
- "node_modules/lodash.throttle": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
- "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
- "dev": true
- },
- "node_modules/lodash.transform": {
- "version": "4.6.0",
- "resolved": "https://registry.npmjs.org/lodash.transform/-/lodash.transform-4.6.0.tgz",
- "integrity": "sha512-LO37ZnhmBVx0GvOU/caQuipEh4GN82TcWv3yHlebGDgOxbxiwwzW5Pcx2AcvpIv2WmvmSMoC492yQFNhy/l/UQ=="
- },
- "node_modules/log-symbols": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
- "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
- "dev": true,
- "dependencies": {
- "chalk": "^4.1.0",
- "is-unicode-supported": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/log-update": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz",
- "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==",
- "dev": true,
- "dependencies": {
- "ansi-escapes": "^4.3.0",
- "cli-cursor": "^3.1.0",
- "slice-ansi": "^4.0.0",
- "wrap-ansi": "^6.2.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/log-update/node_modules/slice-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "astral-regex": "^2.0.0",
- "is-fullwidth-code-point": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
- }
- },
- "node_modules/log-update/node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/loose-envify": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
- "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
- "dependencies": {
- "js-tokens": "^3.0.0 || ^4.0.0"
- },
- "bin": {
- "loose-envify": "cli.js"
- }
- },
- "node_modules/lower-case": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
- "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "tslib": "^2.0.3"
- }
- },
- "node_modules/lowercase-keys": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz",
- "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/lru-cache": {
- "version": "10.2.0",
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
- "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
- "engines": {
- "node": "14 || >=16.14"
- }
- },
- "node_modules/lws": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/lws/-/lws-3.1.0.tgz",
- "integrity": "sha512-I8rTgZxz8OJL0hjdlDxs6WpcVG7WSyalVHPQXXK+WPNVjm3KhkT5gV0Qmsgm2FRLbRUp15tso80xmDxMsyt7zA==",
- "dev": true,
- "dependencies": {
- "ansi-escape-sequences": "^5.1.2",
- "array-back": "^4.0.1",
- "byte-size": "^6.2.0",
- "command-line-args": "^5.1.1",
- "command-line-usage": "^6.1.0",
- "create-mixin": "^3.0.0",
- "koa": "^2.11.0",
- "load-module": "^3.0.0",
- "lodash.assignwith": "^4.2.0",
- "node-version-matches": "^2.0.1",
- "open": "^7.0.4",
- "qrcode-terminal": "^0.12.0",
- "reduce-flatten": "^3.0.0",
- "typical": "^6.0.0",
- "walk-back": "^4.0.0"
- },
- "bin": {
- "lws": "bin/cli.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-basic-auth": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-basic-auth/-/lws-basic-auth-2.0.0.tgz",
- "integrity": "sha512-zzyoGFLQPuKaQJvHMLmmSyfT6lIvocwcDXllTVW5brD0t0YgHYopILkzja+x+MIlJX/YhNKniaTSasujniYVjw==",
- "dev": true,
- "dependencies": {
- "basic-auth": "^2.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-blacklist": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/lws-blacklist/-/lws-blacklist-3.0.0.tgz",
- "integrity": "sha512-KNXGDBmbj+UGfWMBAefe2vrfuWpEQms/9Fd7kfMScTqAKF6nrVoEs4pkxfefArG3bX0bu7jWLyB4tJGma5WC6Q==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.1",
- "path-to-regexp": "^6.1.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-body-parser": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-body-parser/-/lws-body-parser-2.0.0.tgz",
- "integrity": "sha512-QFDzln3sSdKWL9fVNWy2+ZmrKy/XaYRO0/FFB0MBrDCsNnzepeCD4I7rOOfyuphLn42yR8XUpWdcJ3Ii5aauRA==",
- "dev": true,
- "dependencies": {
- "koa-bodyparser": "^4.2.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-compress": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-compress/-/lws-compress-2.0.0.tgz",
- "integrity": "sha512-5qDXI9pukVYWm07WjAOfpItLXKtL8lCHvjmW4RiXULhTRJj1qqBjNcmqReyk8L7NLUKhc+8eqoDDJFKURQEp0w==",
- "dev": true,
- "dependencies": {
- "koa-compress": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-conditional-get": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-conditional-get/-/lws-conditional-get-2.0.0.tgz",
- "integrity": "sha512-U05yDlFJKIYa7gJZYfnc1HIEuXbKpDJztgkvNYyxCqJC28j/k9ORoNnFNOIHpBh/jlPJgV8x7uH34mIxFAryWA==",
- "dev": true,
- "dependencies": {
- "koa-conditional-get": "^2.0.0",
- "koa-etag": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-cors": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/lws-cors/-/lws-cors-3.1.1.tgz",
- "integrity": "sha512-JMqRHdZ8wS17LB9MbHZvOAiDE/2MD3TSODvEAmNkIPEvutKq1Z6wfuFbfiNjAQRGyImUfiUM99vJOFHmLCg2cw==",
- "dev": true,
- "dependencies": {
- "@koa/cors": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-index": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-index/-/lws-index-2.0.0.tgz",
- "integrity": "sha512-qfkeQmKYnd13LmQubzI5LtFV2N8PJQG4QvgSoefoiB3dWre9k2T4C7ajjOTKO8mgSzYpUEREduNcQcLyt62n0g==",
- "dev": true,
- "dependencies": {
- "serve-index-75lb": "^2.0.1"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-json": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-json/-/lws-json-2.0.0.tgz",
- "integrity": "sha512-vqUFrAQ5BGpkMS2Mm/ZhgvUMi6Tgia7YtESG7pKjNoiSsD+TxncG0nqp8YjUh2xrEzi/SYFc/ed+9ZOl/t0A0g==",
- "dev": true,
- "dependencies": {
- "koa-json": "^2.0.2"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-log": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-log/-/lws-log-2.0.0.tgz",
- "integrity": "sha512-YveoazSZ0Qb1Tljdm8G8yn9c+mAMXgvLMACZzh5aZIk7p8YJwiXf9r1S+xY7wbXEcKG629KfVO0B5G5gRFcyDQ==",
- "dev": true,
- "dependencies": {
- "koa-morgan": "^1.0.1",
- "stream-log-stats": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-mime": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-mime/-/lws-mime-2.0.0.tgz",
- "integrity": "sha512-mfrAgRQ5+hkQ7LJ6EAgwnUeymNeYxwLXZY3UQ6C2hSTr7BqMSzm9k5O0C8wWP2dzdhChzITYKwzWbUnAYVBwtA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-range": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/lws-range/-/lws-range-3.0.0.tgz",
- "integrity": "sha512-7ZhA/LqQnKjolKBo/2BFj9DyDDXcJGY3v05TwYRD0qDGrxW4vuatEjluC3SV7ZO/k4PxDLdxuk+RCgL5t3ThtQ==",
- "dev": true,
- "dependencies": {
- "koa-range": "^0.3.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-request-monitor": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-request-monitor/-/lws-request-monitor-2.0.0.tgz",
- "integrity": "sha512-ZTo0/pS42qiejcYlL+wlpurSbDSS0J7pDDohqBx7jjUQkgni2Qd8cPzn/kW8QI82gXgDmdZH+ps0vheLHlgdgg==",
- "dev": true,
- "dependencies": {
- "byte-size": "^6.2.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-rewrite": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/lws-rewrite/-/lws-rewrite-3.1.1.tgz",
- "integrity": "sha512-cOeaPXIlLUVLxS6BZ52QzZVzI8JjCzlWD4RWizB5Hd+0YGO0SPa3Vgk7CIghtAOsSdjtXg/wSOap2H1h+tw8BQ==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.1",
- "http-proxy-agent": "^4.0.1",
- "https-proxy-agent": "^5.0.0",
- "koa-route": "^3.2.0",
- "path-to-regexp": "^6.1.0"
- },
- "bin": {
- "lws-rewrite": "bin/cli.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-spa": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/lws-spa/-/lws-spa-3.0.0.tgz",
- "integrity": "sha512-Tz10LfuOTUsRG6z+OCJ/vBN+4LQWoAGIJ1R02CFPrDk0pY3rHezM7/cCpq6Z6dXD+ipdNE8alkVn4zL2M+eVGg==",
- "dev": true,
- "dependencies": {
- "koa-send": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lws-static": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/lws-static/-/lws-static-2.0.0.tgz",
- "integrity": "sha512-P25A0+IXdkB6Y6gZAG7X0mnaa+FJ8aTiWLUgM5kazaWmruRO7lyhSjitsA3y5TLI3DpPCZn0mWE4SRREujUZLg==",
- "dev": true,
- "dependencies": {
- "koa-static": "^5.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/lz-string": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
- "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
- "dev": true,
- "peer": true,
- "bin": {
- "lz-string": "bin/bin.js"
- }
- },
- "node_modules/magic-string": {
- "version": "0.30.14",
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.14.tgz",
- "integrity": "sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==",
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.0"
- }
- },
- "node_modules/make-dir": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
- "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "pify": "^4.0.1",
- "semver": "^5.6.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/make-dir/node_modules/pify": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
- "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
- "dev": true,
- "optional": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/make-dir/node_modules/semver": {
- "version": "5.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
- "dev": true,
- "optional": true,
- "bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/make-error": {
- "version": "1.3.6",
- "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
- "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
- "dev": true
- },
- "node_modules/makeerror": {
- "version": "1.0.12",
- "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
- "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
- "dev": true,
- "dependencies": {
- "tmpl": "1.0.5"
- }
- },
- "node_modules/map-stream": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
- "integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==",
- "dev": true
- },
- "node_modules/math-intrinsics": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/mdn-data": {
- "version": "2.0.30",
- "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
- "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
- "dev": true,
- "license": "CC0-1.0"
- },
- "node_modules/media-typer": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/meow": {
- "version": "13.2.0",
- "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
- "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/merge-stream": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
- "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/methods": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
- "dev": true,
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/mime": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
- "dev": true,
- "optional": true,
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mime-db": {
- "version": "1.52.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mime-types": {
- "version": "2.1.35",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dependencies": {
- "mime-db": "1.52.0"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mimic-function": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
- "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mimic-response": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz",
- "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/min-indent": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
- "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/minimist": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/minipass": {
- "version": "7.0.4",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
- "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/mkdirp-classic": {
- "version": "0.5.3",
- "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
- "dev": true
- },
- "node_modules/module-details-from-path": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.3.tgz",
- "integrity": "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A=="
- },
- "node_modules/morgan": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz",
- "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
- "dev": true,
- "dependencies": {
- "basic-auth": "~2.0.1",
- "debug": "2.6.9",
- "depd": "~2.0.0",
- "on-finished": "~2.3.0",
- "on-headers": "~1.0.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/morgan/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/morgan/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/morgan/node_modules/on-finished": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
- "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
- "dev": true,
- "dependencies": {
- "ee-first": "1.1.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/ms": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
- },
- "node_modules/mustache": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
- "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
- "bin": {
- "mustache": "bin/mustache"
- }
- },
- "node_modules/mz": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
- "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
- "dev": true,
- "dependencies": {
- "any-promise": "^1.0.0",
- "object-assign": "^4.0.1",
- "thenify-all": "^1.0.0"
- }
- },
- "node_modules/nanoid": {
- "version": "5.0.9",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz",
- "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.js"
- },
- "engines": {
- "node": "^18 || >=20"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true
- },
- "node_modules/needle": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz",
- "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "iconv-lite": "^0.6.3",
- "sax": "^1.2.4"
- },
- "bin": {
- "needle": "bin/needle"
- },
- "engines": {
- "node": ">= 4.4.x"
- }
- },
- "node_modules/needle/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/negotiator": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/neo-async": {
- "version": "2.6.2",
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
- "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
- "peer": true
- },
- "node_modules/netlify-plugin-cypress": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/netlify-plugin-cypress/-/netlify-plugin-cypress-2.2.1.tgz",
- "integrity": "sha512-No93crt1+vaszMQ2UDWbXVvdBSwN1MQZff9cW8YrpA/er+PixjV2h0JbHgsRLUl/7Pe+NGjlcP/txQvvViK2zw==",
- "dev": true,
- "dependencies": {
- "common-tags": "1.8.0",
- "debug": "4.1.1",
- "got": "10.7.0",
- "local-web-server": "^4.2.1",
- "puppeteer": "18.1.0",
- "ramda": "0.27.1"
- },
- "engines": {
- "node": ">=10.18.1"
- }
- },
- "node_modules/netlify-plugin-cypress/node_modules/common-tags": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
- "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==",
- "dev": true,
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/netlify-plugin-cypress/node_modules/debug": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
- "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
- "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/next": {
- "version": "14.2.18",
- "resolved": "https://registry.npmjs.org/next/-/next-14.2.18.tgz",
- "integrity": "sha512-H9qbjDuGivUDEnK6wa+p2XKO+iMzgVgyr9Zp/4Iv29lKa+DYaxJGjOeEA+5VOvJh/M7HLiskehInSa0cWxVXUw==",
- "license": "MIT",
- "dependencies": {
- "@next/env": "14.2.18",
- "@swc/helpers": "0.5.5",
- "busboy": "1.6.0",
- "caniuse-lite": "^1.0.30001579",
- "graceful-fs": "^4.2.11",
- "postcss": "8.4.31",
- "styled-jsx": "5.1.1"
- },
- "bin": {
- "next": "dist/bin/next"
- },
- "engines": {
- "node": ">=18.17.0"
- },
- "optionalDependencies": {
- "@next/swc-darwin-arm64": "14.2.18",
- "@next/swc-darwin-x64": "14.2.18",
- "@next/swc-linux-arm64-gnu": "14.2.18",
- "@next/swc-linux-arm64-musl": "14.2.18",
- "@next/swc-linux-x64-gnu": "14.2.18",
- "@next/swc-linux-x64-musl": "14.2.18",
- "@next/swc-win32-arm64-msvc": "14.2.18",
- "@next/swc-win32-ia32-msvc": "14.2.18",
- "@next/swc-win32-x64-msvc": "14.2.18"
- },
- "peerDependencies": {
- "@opentelemetry/api": "^1.1.0",
- "@playwright/test": "^1.41.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "sass": "^1.3.0"
- },
- "peerDependenciesMeta": {
- "@opentelemetry/api": {
- "optional": true
- },
- "@playwright/test": {
- "optional": true
- },
- "sass": {
- "optional": true
- }
- }
- },
- "node_modules/next-auth": {
- "version": "5.0.0-beta.19",
- "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.19.tgz",
- "integrity": "sha512-YHu1igcAxZPh8ZB7GIM93dqgY6gcAzq66FOhQFheAdOx1raxNcApt05nNyNCSB6NegSiyJ4XOPsaNow4pfDmsg==",
- "dependencies": {
- "@auth/core": "0.37.2"
- },
- "peerDependencies": {
- "@simplewebauthn/browser": "^9.0.1",
- "@simplewebauthn/server": "^9.0.2",
- "next": "^14.0.0-0 || ^15.0.0-0",
- "nodemailer": "^6.6.5",
- "react": "^18.2.0 || ^19.0.0-0"
- },
- "peerDependenciesMeta": {
- "@simplewebauthn/browser": {
- "optional": true
- },
- "@simplewebauthn/server": {
- "optional": true
- },
- "nodemailer": {
- "optional": true
- }
- }
- },
- "node_modules/no-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
- "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "lower-case": "^2.0.2",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-int64": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
- "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
- "dev": true
- },
- "node_modules/node-releases": {
- "version": "2.0.18",
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g=="
- },
- "node_modules/node-version-matches": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/node-version-matches/-/node-version-matches-2.0.1.tgz",
- "integrity": "sha512-oqk6+05FC0dNVY5NuXuhPEMq+m1b9ZjS9SIhVE9EjwCHZspnmjSO8npbKAEieinR8GeEgbecoQcYIvI/Kwcf6Q==",
- "dev": true,
- "dependencies": {
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/node-version-matches/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/normalize-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/normalize-url": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
- "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/npm-run-path": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/nth-check": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
- "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "boolbase": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/fb55/nth-check?sponsor=1"
- }
- },
- "node_modules/nwsapi": {
- "version": "2.2.10",
- "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz",
- "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==",
- "dev": true
- },
- "node_modules/oauth4webapi": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.4.tgz",
- "integrity": "sha512-eVfN3nZNbok2s/ROifO0UAc5G8nRoLSbrcKJ09OqmucgnhXEfdIQOR4gq1eJH1rN3gV7rNw62bDEgftsgFtBEg==",
- "funding": {
- "url": "https://github.com/sponsors/panva"
- }
- },
- "node_modules/object-assign": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/object-inspect": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/object.assign": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
- "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "define-properties": "^1.2.1",
- "has-symbols": "^1.0.3",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object.entries": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
- "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/object.fromentries": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
- "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object.groupby": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
- "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/object.hasown": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz",
- "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object.values": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
- "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/on-finished": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
- "dev": true,
- "dependencies": {
- "ee-first": "1.1.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/on-headers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/once": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
- "dev": true,
- "dependencies": {
- "wrappy": "1"
- }
- },
- "node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/only": {
- "version": "0.0.2",
- "resolved": "https://registry.npmjs.org/only/-/only-0.0.2.tgz",
- "integrity": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==",
- "dev": true
- },
- "node_modules/open": {
- "version": "7.4.2",
- "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
- "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
- "dev": true,
- "dependencies": {
- "is-docker": "^2.0.0",
- "is-wsl": "^2.1.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/optionator": {
- "version": "0.9.3",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
- "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
- "dev": true,
- "dependencies": {
- "@aashutoshrathi/word-wrap": "^1.2.3",
- "deep-is": "^0.1.3",
- "fast-levenshtein": "^2.0.6",
- "levn": "^0.4.1",
- "prelude-ls": "^1.2.1",
- "type-check": "^0.4.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/ospath": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz",
- "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==",
- "dev": true
- },
- "node_modules/p-cancelable": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
- "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/p-event": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz",
- "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==",
- "dev": true,
- "dependencies": {
- "p-timeout": "^3.1.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-filter": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-4.1.0.tgz",
- "integrity": "sha512-37/tPdZ3oJwHaS3gNJdenCDB3Tz26i9sjhnguBtvN0vYlRIiDNnvTWkuh+0hETV9rLPdJ3rlL3yVOYPIAnM8rw==",
- "dev": true,
- "dependencies": {
- "p-map": "^7.0.1"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-filter/node_modules/p-map": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz",
- "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-finally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
- "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/p-limit": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
- "dependencies": {
- "yocto-queue": "^0.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-locate": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
- "dependencies": {
- "p-limit": "^3.0.2"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-map": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
- "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
- "dev": true,
- "dependencies": {
- "aggregate-error": "^3.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-reduce": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-3.0.0.tgz",
- "integrity": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/p-timeout": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
- "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
- "dev": true,
- "dependencies": {
- "p-finally": "^1.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/p-try": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/package-json": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz",
- "integrity": "sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==",
- "dev": true,
- "dependencies": {
- "ky": "^1.2.0",
- "registry-auth-token": "^5.0.2",
- "registry-url": "^6.0.1",
- "semver": "^7.6.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parse-json": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "error-ex": "^1.3.1",
- "json-parse-even-better-errors": "^2.3.0",
- "lines-and-columns": "^1.1.6"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/parse-node-version": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
- "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
- "node_modules/parseurl": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-is-absolute": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-to-regexp": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
- "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
- "dev": true
- },
- "node_modules/path-type": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pause-stream": {
- "version": "0.0.11",
- "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
- "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
- "dev": true,
- "dependencies": {
- "through": "~2.3"
- }
- },
- "node_modules/pend": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
- "dev": true
- },
- "node_modules/performance-now": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
- "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
- "dev": true
- },
- "node_modules/pg-int8": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
- "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/pg-protocol": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz",
- "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ=="
- },
- "node_modules/pg-types": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
- "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
- "dependencies": {
- "pg-int8": "1.0.1",
- "postgres-array": "~2.0.0",
- "postgres-bytea": "~1.0.0",
- "postgres-date": "~1.0.4",
- "postgres-interval": "^1.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/picocolors": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
- },
- "node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/pidtree": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz",
- "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
- "dev": true,
- "bin": {
- "pidtree": "bin/pidtree.js"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/pinkie": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
- "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/pinkie-promise": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
- "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
- "dev": true,
- "dependencies": {
- "pinkie": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/pirates": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
- "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/pkg-dir": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
- "dev": true,
- "dependencies": {
- "find-up": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pkg-dir/node_modules/find-up": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
- "dev": true,
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pkg-dir/node_modules/locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
- "dev": true,
- "dependencies": {
- "p-locate": "^4.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/pkg-dir/node_modules/p-limit": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
- "dev": true,
- "dependencies": {
- "p-try": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/pkg-dir/node_modules/p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/possible-typed-array-names": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
- "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/postcss": {
- "version": "8.4.31",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
- "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.6",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.0.2"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/postcss-load-config": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
- "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
- "dev": true,
- "dependencies": {
- "lilconfig": "^2.0.5",
- "yaml": "^1.10.2"
- },
- "engines": {
- "node": ">= 10"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- "peerDependencies": {
- "postcss": ">=8.0.9",
- "ts-node": ">=9.0.0"
- },
- "peerDependenciesMeta": {
- "postcss": {
- "optional": true
- },
- "ts-node": {
- "optional": true
- }
- }
- },
- "node_modules/postcss-load-config/node_modules/lilconfig": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
- "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/postcss-load-config/node_modules/yaml": {
- "version": "1.10.2",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
- "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/postcss-modules-extract-imports": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
- "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
- "dev": true,
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
- }
- },
- "node_modules/postcss-modules-local-by-default": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz",
- "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==",
- "dev": true,
- "dependencies": {
- "icss-utils": "^5.0.0",
- "postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.1.0"
- },
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
- }
- },
- "node_modules/postcss-modules-scope": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz",
- "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==",
- "dev": true,
- "dependencies": {
- "postcss-selector-parser": "^6.0.4"
- },
- "engines": {
- "node": "^10 || ^12 || >= 14"
- },
- "peerDependencies": {
- "postcss": "^8.1.0"
- }
- },
- "node_modules/postcss-selector-parser": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
- "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
- "dev": true,
- "dependencies": {
- "cssesc": "^3.0.0",
- "util-deprecate": "^1.0.2"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/postcss-value-parser": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
- "dev": true
- },
- "node_modules/postcss/node_modules/nanoid": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
- "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/postgres-array": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
- "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/postgres-bytea": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
- "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/postgres-date": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
- "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/postgres-interval": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
- "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
- "dependencies": {
- "xtend": "^4.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/preact": {
- "version": "10.11.3",
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.11.3.tgz",
- "integrity": "sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/preact"
- }
- },
- "node_modules/preact-render-to-string": {
- "version": "5.2.3",
- "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.3.tgz",
- "integrity": "sha512-aPDxUn5o3GhWdtJtW0svRC2SS/l8D9MAgo2+AWml+BhDImb27ALf04Q2d+AHqUUOc6RdSXFIBVa2gxzgMKgtZA==",
- "dependencies": {
- "pretty-format": "^3.8.0"
- },
- "peerDependencies": {
- "preact": ">=10"
- }
- },
- "node_modules/prelude-ls": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/prettier": {
- "version": "3.2.5",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
- "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
- "dev": true,
- "bin": {
- "prettier": "bin/prettier.cjs"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/pretty-bytes": {
- "version": "5.6.0",
- "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
- "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/pretty-format": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz",
- "integrity": "sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew=="
- },
- "node_modules/process": {
- "version": "0.11.10",
- "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
- "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
- "dev": true,
- "engines": {
- "node": ">= 0.6.0"
- }
- },
- "node_modules/process-nextick-args": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
- "dev": true
- },
- "node_modules/progress": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
- "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/prompts": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
- "dev": true,
- "dependencies": {
- "kleur": "^3.0.3",
- "sisteransi": "^1.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/prop-types": {
- "version": "15.8.1",
- "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
- "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
- "dependencies": {
- "loose-envify": "^1.4.0",
- "object-assign": "^4.1.1",
- "react-is": "^16.13.1"
- }
- },
- "node_modules/property-expr": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz",
- "integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA=="
- },
- "node_modules/proto-list": {
- "version": "1.2.4",
- "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
- "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
- "dev": true
- },
- "node_modules/proxy-from-env": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz",
- "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==",
- "dev": true
- },
- "node_modules/prr": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
- "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
- "dev": true,
- "optional": true
- },
- "node_modules/ps-tree": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz",
- "integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==",
- "dev": true,
- "dependencies": {
- "event-stream": "=3.3.4"
- },
- "bin": {
- "ps-tree": "bin/ps-tree.js"
- },
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/psl": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
- "dev": true
- },
- "node_modules/pump": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
- "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
- "dev": true,
- "dependencies": {
- "end-of-stream": "^1.1.0",
- "once": "^1.3.1"
- }
- },
- "node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/pupa": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz",
- "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==",
- "dev": true,
- "dependencies": {
- "escape-goat": "^4.0.0"
- },
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/puppeteer": {
- "version": "18.1.0",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-18.1.0.tgz",
- "integrity": "sha512-2RCVWIF+pZOSfksWlQU0Hh6CeUT5NYt66CDDgRyuReu6EvBAk1y+/Q7DuzYNvGChSecGMb7QPN0hkxAa3guAog==",
- "deprecated": "< 21.8.0 is no longer supported",
- "dev": true,
- "hasInstallScript": true,
- "dependencies": {
- "cross-fetch": "3.1.5",
- "debug": "4.3.4",
- "devtools-protocol": "0.0.1045489",
- "extract-zip": "2.0.1",
- "https-proxy-agent": "5.0.1",
- "progress": "2.0.3",
- "proxy-from-env": "1.1.0",
- "rimraf": "3.0.2",
- "tar-fs": "2.1.1",
- "unbzip2-stream": "1.4.3",
- "ws": "8.9.0"
- },
- "engines": {
- "node": ">=14.1.0"
- }
- },
- "node_modules/puppeteer/node_modules/cross-fetch": {
- "version": "3.1.5",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
- "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
- "dev": true,
- "dependencies": {
- "node-fetch": "2.6.7"
- }
- },
- "node_modules/puppeteer/node_modules/node-fetch": {
- "version": "2.6.7",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
- "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
- "dev": true,
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/puppeteer/node_modules/proxy-from-env": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
- "dev": true
- },
- "node_modules/pure-rand": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
- "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
- "dev": true,
- "funding": [
- {
- "type": "individual",
- "url": "https://github.com/sponsors/dubzzz"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/fast-check"
- }
- ]
- },
- "node_modules/qrcode-terminal": {
- "version": "0.12.0",
- "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
- "integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
- "dev": true,
- "bin": {
- "qrcode-terminal": "bin/qrcode-terminal.js"
- }
- },
- "node_modules/qs": {
- "version": "6.10.4",
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz",
- "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==",
- "dev": true,
- "dependencies": {
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
- "dev": true
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/ramda": {
- "version": "0.27.1",
- "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
- "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==",
- "dev": true
- },
- "node_modules/randombytes": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
- "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
- "peer": true,
- "dependencies": {
- "safe-buffer": "^5.1.0"
- }
- },
- "node_modules/raw-body": {
- "version": "2.5.2",
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
- "dev": true,
- "dependencies": {
- "bytes": "3.1.2",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "unpipe": "1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/raw-body/node_modules/http-errors": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
- "dev": true,
- "dependencies": {
- "depd": "2.0.0",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "toidentifier": "1.0.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/raw-body/node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/rc": {
- "version": "1.2.8",
- "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
- "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
- "dev": true,
- "dependencies": {
- "deep-extend": "^0.6.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~2.0.1"
- },
- "bin": {
- "rc": "cli.js"
- }
- },
- "node_modules/rc/node_modules/ini": {
- "version": "1.3.8",
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
- "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
- "dev": true
- },
- "node_modules/rc/node_modules/strip-json-comments": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
- "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react": {
- "version": "18.2.0",
- "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
- "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
- "dependencies": {
- "loose-envify": "^1.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/react-aria": {
- "version": "3.37.0",
- "resolved": "https://registry.npmjs.org/react-aria/-/react-aria-3.37.0.tgz",
- "integrity": "sha512-u3WUEMTcbQFaoHauHO3KhPaBYzEv1o42EdPcLAs05GBw9Q6Axlqwo73UFgMrsc2ElwLAZ4EKpSdWHLo1R5gfiw==",
- "dependencies": {
- "@internationalized/string": "^3.2.5",
- "@react-aria/breadcrumbs": "^3.5.20",
- "@react-aria/button": "^3.11.1",
- "@react-aria/calendar": "^3.7.0",
- "@react-aria/checkbox": "^3.15.1",
- "@react-aria/color": "^3.0.3",
- "@react-aria/combobox": "^3.11.1",
- "@react-aria/datepicker": "^3.13.0",
- "@react-aria/dialog": "^3.5.21",
- "@react-aria/disclosure": "^3.0.1",
- "@react-aria/dnd": "^3.8.1",
- "@react-aria/focus": "^3.19.1",
- "@react-aria/gridlist": "^3.10.1",
- "@react-aria/i18n": "^3.12.5",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/label": "^3.7.14",
- "@react-aria/link": "^3.7.8",
- "@react-aria/listbox": "^3.14.0",
- "@react-aria/menu": "^3.17.0",
- "@react-aria/meter": "^3.4.19",
- "@react-aria/numberfield": "^3.11.10",
- "@react-aria/overlays": "^3.25.0",
- "@react-aria/progress": "^3.4.19",
- "@react-aria/radio": "^3.10.11",
- "@react-aria/searchfield": "^3.8.0",
- "@react-aria/select": "^3.15.1",
- "@react-aria/selection": "^3.22.0",
- "@react-aria/separator": "^3.4.5",
- "@react-aria/slider": "^3.7.15",
- "@react-aria/ssr": "^3.9.7",
- "@react-aria/switch": "^3.6.11",
- "@react-aria/table": "^3.16.1",
- "@react-aria/tabs": "^3.9.9",
- "@react-aria/tag": "^3.4.9",
- "@react-aria/textfield": "^3.16.0",
- "@react-aria/tooltip": "^3.7.11",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/visually-hidden": "^3.8.19",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/react-aria-components": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/react-aria-components/-/react-aria-components-1.6.0.tgz",
- "integrity": "sha512-YfG9PUE7XrXtDDAqT4pLTGyYQaiHHTBFdAK/wNgGsypVnQSdzmyYlV3Ty8aHlZJI6hP9RWkbywvosXkU7KcPHg==",
- "dependencies": {
- "@internationalized/date": "^3.7.0",
- "@internationalized/string": "^3.2.5",
- "@react-aria/autocomplete": "3.0.0-alpha.37",
- "@react-aria/collections": "3.0.0-alpha.7",
- "@react-aria/color": "^3.0.3",
- "@react-aria/disclosure": "^3.0.1",
- "@react-aria/dnd": "^3.8.1",
- "@react-aria/focus": "^3.19.1",
- "@react-aria/interactions": "^3.23.0",
- "@react-aria/live-announcer": "^3.4.1",
- "@react-aria/menu": "^3.17.0",
- "@react-aria/toolbar": "3.0.0-beta.12",
- "@react-aria/tree": "3.0.0-beta.3",
- "@react-aria/utils": "^3.27.0",
- "@react-aria/virtualizer": "^4.1.1",
- "@react-stately/autocomplete": "3.0.0-alpha.0",
- "@react-stately/color": "^3.8.2",
- "@react-stately/disclosure": "^3.0.1",
- "@react-stately/layout": "^4.1.1",
- "@react-stately/menu": "^3.9.1",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/table": "^3.13.1",
- "@react-stately/utils": "^3.10.5",
- "@react-stately/virtualizer": "^4.2.1",
- "@react-types/color": "^3.0.2",
- "@react-types/form": "^3.7.9",
- "@react-types/grid": "^3.2.11",
- "@react-types/shared": "^3.27.0",
- "@react-types/table": "^3.10.4",
- "@swc/helpers": "^0.5.0",
- "client-only": "^0.0.1",
- "react-aria": "^3.37.0",
- "react-stately": "^3.35.0",
- "use-sync-external-store": "^1.2.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
- "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/react-day-picker": {
- "version": "9.0.8",
- "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.0.8.tgz",
- "integrity": "sha512-dZM94abRNnc2jC/wkWn56358GHJcfAHfyC2Th9asyIUQhFIC5D2Ef5qUG9n1b5t8PeCJst7eCWJ6b+XZaAjxhA==",
- "license": "MIT",
- "dependencies": {
- "date-fns": "^3.6.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://github.com/sponsors/gpbl"
- },
- "peerDependencies": {
- "react": ">=16.8.0"
- }
- },
- "node_modules/react-dom": {
- "version": "18.2.0",
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
- "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
- "dependencies": {
- "loose-envify": "^1.1.0",
- "scheduler": "^0.23.0"
- },
- "peerDependencies": {
- "react": "^18.2.0"
- }
- },
- "node_modules/react-feather": {
- "version": "2.0.10",
- "resolved": "https://registry.npmjs.org/react-feather/-/react-feather-2.0.10.tgz",
- "integrity": "sha512-BLhukwJ+Z92Nmdcs+EMw6dy1Z/VLiJTzEQACDUEnWMClhYnFykJCGWQx+NmwP/qQHGX/5CzQ+TGi8ofg2+HzVQ==",
- "dependencies": {
- "prop-types": "^15.7.2"
- },
- "peerDependencies": {
- "react": ">=16.8.6"
- }
- },
- "node_modules/react-hook-form": {
- "version": "7.51.2",
- "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz",
- "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==",
- "engines": {
- "node": ">=12.22.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/react-hook-form"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17 || ^18"
- }
- },
- "node_modules/react-international-phone": {
- "version": "4.2.6",
- "resolved": "https://registry.npmjs.org/react-international-phone/-/react-international-phone-4.2.6.tgz",
- "integrity": "sha512-El/ZVYmov5uGuk07nrfxe7M3/4Y8HhA9c3aCpAwilbPU8DekISwNSZMplqxzvxS+TIavIh28ZMDDx1u/4GqULg==",
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/react-intl": {
- "version": "6.6.8",
- "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-6.6.8.tgz",
- "integrity": "sha512-M0pkhzcgV31h++2901BiRXWl69hp2zPyLxRrSwRjd1ErXbNoubz/f4M6DrRTd4OiSUrT4ajRQzrmtS5plG4FtA==",
- "license": "BSD-3-Clause",
- "dependencies": {
- "@formatjs/ecma402-abstract": "2.0.0",
- "@formatjs/icu-messageformat-parser": "2.7.8",
- "@formatjs/intl": "2.10.4",
- "@formatjs/intl-displaynames": "6.6.8",
- "@formatjs/intl-listformat": "7.5.7",
- "@types/hoist-non-react-statics": "^3.3.1",
- "@types/react": "16 || 17 || 18",
- "hoist-non-react-statics": "^3.3.2",
- "intl-messageformat": "10.5.14",
- "tslib": "^2.4.0"
- },
- "peerDependencies": {
- "react": "^16.6.0 || 17 || 18",
- "typescript": "^4.7 || 5"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
- }
- },
- "node_modules/react-is": {
- "version": "16.13.1",
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
- "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
- },
- "node_modules/react-property": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/react-property/-/react-property-2.0.2.tgz",
- "integrity": "sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug==",
- "license": "MIT"
- },
- "node_modules/react-remove-scroll": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz",
- "integrity": "sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==",
- "dependencies": {
- "react-remove-scroll-bar": "^2.3.4",
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.1.0",
- "use-callback-ref": "^1.3.0",
- "use-sidecar": "^1.1.2"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-remove-scroll-bar": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz",
- "integrity": "sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==",
- "dependencies": {
- "react-style-singleton": "^2.2.1",
- "tslib": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-stately": {
- "version": "3.35.0",
- "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.35.0.tgz",
- "integrity": "sha512-1BH21J/TOHpyZe7c+f1BU2bnRWaBDTjLH0WdBuzNfPOXu7RBG3ebPIRvqd7UkPaVfIcol2QJnxe8S0a314JWKA==",
- "dependencies": {
- "@react-stately/calendar": "^3.7.0",
- "@react-stately/checkbox": "^3.6.11",
- "@react-stately/collections": "^3.12.1",
- "@react-stately/color": "^3.8.2",
- "@react-stately/combobox": "^3.10.2",
- "@react-stately/data": "^3.12.1",
- "@react-stately/datepicker": "^3.12.0",
- "@react-stately/disclosure": "^3.0.1",
- "@react-stately/dnd": "^3.5.1",
- "@react-stately/form": "^3.1.1",
- "@react-stately/list": "^3.11.2",
- "@react-stately/menu": "^3.9.1",
- "@react-stately/numberfield": "^3.9.9",
- "@react-stately/overlays": "^3.6.13",
- "@react-stately/radio": "^3.10.10",
- "@react-stately/searchfield": "^3.5.9",
- "@react-stately/select": "^3.6.10",
- "@react-stately/selection": "^3.19.0",
- "@react-stately/slider": "^3.6.1",
- "@react-stately/table": "^3.13.1",
- "@react-stately/tabs": "^3.7.1",
- "@react-stately/toggle": "^3.8.1",
- "@react-stately/tooltip": "^3.5.1",
- "@react-stately/tree": "^3.8.7",
- "@react-types/shared": "^3.27.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
- }
- },
- "node_modules/react-style-singleton": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.1.tgz",
- "integrity": "sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==",
- "dependencies": {
- "get-nonce": "^1.0.0",
- "invariant": "^2.2.4",
- "tslib": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/react-to-print": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/react-to-print/-/react-to-print-3.0.2.tgz",
- "integrity": "sha512-FS/Z4LLq0bgWaxd7obygFQ8yRFdKW74iE8fIVjFFsPJWIXmuL8CIO+4me1Hj44lrlxQ00gscSNb3BRM8olbwXg==",
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ~19"
- }
- },
- "node_modules/readable-stream": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
- "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
- "dev": true,
- "dependencies": {
- "core-util-is": "~1.0.0",
- "inherits": "~2.0.3",
- "isarray": "~1.0.0",
- "process-nextick-args": "~2.0.0",
- "safe-buffer": "~5.1.1",
- "string_decoder": "~1.1.1",
- "util-deprecate": "~1.0.1"
- }
- },
- "node_modules/readable-stream/node_modules/isarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
- "dev": true
- },
- "node_modules/readable-stream/node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
- "dev": true
- },
- "node_modules/readdirp": {
- "version": "3.6.0",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
- "dependencies": {
- "picomatch": "^2.2.1"
- },
- "engines": {
- "node": ">=8.10.0"
- }
- },
- "node_modules/redent": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
- "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
- "dev": true,
- "dependencies": {
- "indent-string": "^4.0.0",
- "strip-indent": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/reduce-flatten": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-3.0.1.tgz",
- "integrity": "sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/reflect.getprototypeof": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz",
- "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.1",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.4",
- "globalthis": "^1.0.3",
- "which-builtin-type": "^1.1.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regenerate": {
- "version": "1.4.2",
- "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
- "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/regenerate-unicode-properties": {
- "version": "10.1.1",
- "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
- "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "regenerate": "^1.4.2"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/regenerator-runtime": {
- "version": "0.14.1",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
- },
- "node_modules/regenerator-transform": {
- "version": "0.15.2",
- "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
- "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/runtime": "^7.8.4"
- }
- },
- "node_modules/regexp.prototype.flags": {
- "version": "1.5.2",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
- "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "set-function-name": "^2.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regexparam": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz",
- "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/regexpu-core": {
- "version": "5.3.2",
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
- "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@babel/regjsgen": "^0.8.0",
- "regenerate": "^1.4.2",
- "regenerate-unicode-properties": "^10.1.0",
- "regjsparser": "^0.9.1",
- "unicode-match-property-ecmascript": "^2.0.0",
- "unicode-match-property-value-ecmascript": "^2.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/registry-auth-token": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
- "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
- "dev": true,
- "dependencies": {
- "@pnpm/npm-conf": "^2.1.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/registry-url": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz",
- "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==",
- "dev": true,
- "dependencies": {
- "rc": "1.2.8"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/regjsparser": {
- "version": "0.9.1",
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
- "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
- "dev": true,
- "license": "BSD-2-Clause",
- "dependencies": {
- "jsesc": "~0.5.0"
- },
- "bin": {
- "regjsparser": "bin/parser"
- }
- },
- "node_modules/regjsparser/node_modules/jsesc": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
- "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
- "dev": true,
- "bin": {
- "jsesc": "bin/jsesc"
- }
- },
- "node_modules/request-progress": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz",
- "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==",
- "dev": true,
- "dependencies": {
- "throttleit": "^1.0.0"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-in-the-middle": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-7.3.0.tgz",
- "integrity": "sha512-nQFEv9gRw6SJAwWD2LrL0NmQvAcO7FBwJbwmr2ttPAacfy0xuiOjE5zt+zM4xDyuyvUaxBi/9gb2SoCyNEVJcw==",
- "dependencies": {
- "debug": "^4.1.1",
- "module-details-from-path": "^1.0.3",
- "resolve": "^1.22.1"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
- "dev": true
- },
- "node_modules/reserved-words": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/reserved-words/-/reserved-words-0.1.2.tgz",
- "integrity": "sha512-0S5SrIUJ9LfpbVl4Yzij6VipUdafHrOTzvmfazSw/jeZrZtQK303OPZW+obtkaw7jQlTQppy0UvZWm9872PbRw==",
- "dev": true
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-cwd": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
- "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
- "dev": true,
- "dependencies": {
- "resolve-from": "^5.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/resolve-cwd/node_modules/resolve-from": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
- "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-path": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/resolve-path/-/resolve-path-1.4.0.tgz",
- "integrity": "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==",
- "dev": true,
- "dependencies": {
- "http-errors": "~1.6.2",
- "path-is-absolute": "1.0.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/resolve-path/node_modules/depd": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/resolve-path/node_modules/http-errors": {
- "version": "1.6.3",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
- "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
- "dev": true,
- "dependencies": {
- "depd": "~1.1.2",
- "inherits": "2.0.3",
- "setprototypeof": "1.1.0",
- "statuses": ">= 1.4.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/resolve-path/node_modules/inherits": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
- "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
- "dev": true
- },
- "node_modules/resolve-path/node_modules/setprototypeof": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
- "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
- "dev": true
- },
- "node_modules/resolve-pkg-maps": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
- "dev": true,
- "funding": {
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
- }
- },
- "node_modules/resolve.exports": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
- "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/responselike": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz",
- "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==",
- "dev": true,
- "dependencies": {
- "lowercase-keys": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/restore-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
- "dev": true,
- "dependencies": {
- "onetime": "^5.1.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rfdc": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
- "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
- "dev": true
- },
- "node_modules/rimraf": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/rimraf/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/rollup": {
- "version": "3.29.5",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz",
- "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
- "bin": {
- "rollup": "dist/bin/rollup"
- },
- "engines": {
- "node": ">=14.18.0",
- "npm": ">=8.0.0"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- }
- },
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/runes2": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/runes2/-/runes2-1.1.4.tgz",
- "integrity": "sha512-LNPnEDPOOU4ehF71m5JoQyzT2yxwD6ZreFJ7MxZUAoMKNMY1XrAo60H1CUoX5ncSm0rIuKlqn9JZNRrRkNou2g=="
- },
- "node_modules/rxjs": {
- "version": "7.8.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
- "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
- "dev": true,
- "dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
- "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "get-intrinsic": "^1.2.4",
- "has-symbols": "^1.0.3",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/safe-regex-test": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
- "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-regex": "^1.1.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true
- },
- "node_modules/sass": {
- "version": "1.77.5",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.5.tgz",
- "integrity": "sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==",
- "devOptional": true,
- "dependencies": {
- "chokidar": ">=3.0.0 <4.0.0",
- "immutable": "^4.0.0",
- "source-map-js": ">=0.6.2 <2.0.0"
- },
- "bin": {
- "sass": "sass.js"
- },
- "engines": {
- "node": ">=14.0.0"
- }
- },
- "node_modules/sax": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
- "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
- "dev": true,
- "optional": true
- },
- "node_modules/saxes": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
- "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
- "dev": true,
- "dependencies": {
- "xmlchars": "^2.2.0"
- },
- "engines": {
- "node": ">=v12.22.7"
- }
- },
- "node_modules/scheduler": {
- "version": "0.23.0",
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
- "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
- "dependencies": {
- "loose-envify": "^1.1.0"
- }
- },
- "node_modules/schema-dts": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/schema-dts/-/schema-dts-1.1.2.tgz",
- "integrity": "sha512-MpNwH0dZJHinVxk9bT8XUdjKTxMYrA5bLtrrGmFA6PTLwlOKnhi67XoRd6/ty+Djt6ZC0slR57qFhZDNMI6DhQ==",
- "dev": true,
- "peerDependencies": {
- "typescript": ">=4.1.0"
- }
- },
- "node_modules/schema-utils": {
- "version": "3.3.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
- "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
- "peer": true,
- "dependencies": {
- "@types/json-schema": "^7.0.8",
- "ajv": "^6.12.5",
- "ajv-keywords": "^3.5.2"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- }
- },
- "node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/serialize-javascript": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
- "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
- "peer": true,
- "dependencies": {
- "randombytes": "^2.1.0"
- }
- },
- "node_modules/serve-index-75lb": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/serve-index-75lb/-/serve-index-75lb-2.0.1.tgz",
- "integrity": "sha512-/d9r8bqJlFQcwy0a0nb1KnWAA+Mno+V+VaoKocdkbW5aXKRQd/+4bfnRhQRQr6uEoYwTRJ4xgztOyCJvWcpBpQ==",
- "dev": true,
- "dependencies": {
- "accepts": "~1.3.4",
- "batch": "0.6.1",
- "debug": "2.6.9",
- "escape-html": "~1.0.3",
- "http-errors": "~1.6.2",
- "mime-types": "~2.1.18",
- "parseurl": "~1.3.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/serve-index-75lb/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/serve-index-75lb/node_modules/depd": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/serve-index-75lb/node_modules/http-errors": {
- "version": "1.6.3",
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
- "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
- "dev": true,
- "dependencies": {
- "depd": "~1.1.2",
- "inherits": "2.0.3",
- "setprototypeof": "1.1.0",
- "statuses": ">= 1.4.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/serve-index-75lb/node_modules/inherits": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
- "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
- "dev": true
- },
- "node_modules/serve-index-75lb/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/serve-index-75lb/node_modules/setprototypeof": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
- "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
- "dev": true
- },
- "node_modules/server-only": {
- "version": "0.0.1",
- "resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
- "integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA=="
- },
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "dev": true,
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-function-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
- "dev": true,
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/setprototypeof": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
- "dev": true
- },
- "node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/shimmer": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
- "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
- },
- "node_modules/side-channel": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3",
- "side-channel-list": "^1.0.0",
- "side-channel-map": "^1.0.1",
- "side-channel-weakmap": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-list": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-map": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-weakmap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3",
- "side-channel-map": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/signal-exit": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
- "dev": true
- },
- "node_modules/sisteransi": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
- "dev": true
- },
- "node_modules/slash": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/slice-ansi": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz",
- "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "astral-regex": "^2.0.0",
- "is-fullwidth-code-point": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/slugify": {
- "version": "1.6.6",
- "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz",
- "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==",
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/snake-case": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
- "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dot-case": "^3.0.4",
- "tslib": "^2.0.3"
- }
- },
- "node_modules/sonner": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.0.tgz",
- "integrity": "sha512-W6dH7m5MujEPyug3lpI2l3TC3Pp1+LTgK0Efg+IHDrBbtEjyCmCHHo6yfNBOsf1tFZ6zf+jceWwB38baC8yO9g==",
- "peerDependencies": {
- "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
- "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
- }
- },
- "node_modules/sort-object-keys": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
- "integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==",
- "dev": true
- },
- "node_modules/sort-package-json": {
- "version": "2.10.1",
- "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.1.tgz",
- "integrity": "sha512-d76wfhgUuGypKqY72Unm5LFnMpACbdxXsLPcL27pOsSrmVqH3PztFp1uq+Z22suk15h7vXmTesuh2aEjdCqb5w==",
- "dev": true,
- "dependencies": {
- "detect-indent": "^7.0.1",
- "detect-newline": "^4.0.0",
- "get-stdin": "^9.0.0",
- "git-hooks-list": "^3.0.0",
- "globby": "^13.1.2",
- "is-plain-obj": "^4.1.0",
- "semver": "^7.6.0",
- "sort-object-keys": "^1.1.3"
- },
- "bin": {
- "sort-package-json": "cli.js"
- }
- },
- "node_modules/sort-package-json/node_modules/detect-newline": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz",
- "integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==",
- "dev": true,
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/sort-package-json/node_modules/globby": {
- "version": "13.2.2",
- "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
- "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
- "dev": true,
- "dependencies": {
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.3.0",
- "ignore": "^5.2.4",
- "merge2": "^1.4.1",
- "slash": "^4.0.0"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/sort-package-json/node_modules/slash": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
- "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
- "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/source-map-support": {
- "version": "0.5.13",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
- "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
- "dev": true,
- "dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
- }
- },
- "node_modules/split": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
- "integrity": "sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==",
- "dev": true,
- "dependencies": {
- "through": "2"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
- "dev": true
- },
- "node_modules/sshpk": {
- "version": "1.18.0",
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
- "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
- "dev": true,
- "dependencies": {
- "asn1": "~0.2.3",
- "assert-plus": "^1.0.0",
- "bcrypt-pbkdf": "^1.0.0",
- "dashdash": "^1.12.0",
- "ecc-jsbn": "~0.1.1",
- "getpass": "^0.1.1",
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.0.2",
- "tweetnacl": "~0.14.0"
- },
- "bin": {
- "sshpk-conv": "bin/sshpk-conv",
- "sshpk-sign": "bin/sshpk-sign",
- "sshpk-verify": "bin/sshpk-verify"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stack-utils": {
- "version": "2.0.6",
- "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
- "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
- "dev": true,
- "dependencies": {
- "escape-string-regexp": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/stack-utils/node_modules/escape-string-regexp": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
- "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/stacktrace-parser": {
- "version": "0.1.10",
- "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz",
- "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==",
- "dependencies": {
- "type-fest": "^0.7.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/stacktrace-parser/node_modules/type-fest": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz",
- "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==",
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/start-server-and-test": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.3.tgz",
- "integrity": "sha512-QsVObjfjFZKJE6CS6bSKNwWZCKBG6975/jKRPPGFfFh+yOQglSeGXiNWjzgQNXdphcBI9nXbyso9tPfX4YAUhg==",
- "dev": true,
- "dependencies": {
- "arg": "^5.0.2",
- "bluebird": "3.7.2",
- "check-more-types": "2.24.0",
- "debug": "4.3.4",
- "execa": "5.1.1",
- "lazy-ass": "1.6.0",
- "ps-tree": "1.2.0",
- "wait-on": "7.2.0"
- },
- "bin": {
- "server-test": "src/bin/start.js",
- "start-server-and-test": "src/bin/start.js",
- "start-test": "src/bin/start.js"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/start-server-and-test/node_modules/execa": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/start-server-and-test/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/start-server-and-test/node_modules/human-signals": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
- "dev": true,
- "engines": {
- "node": ">=10.17.0"
- }
- },
- "node_modules/statuses": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
- "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/stream-combiner": {
- "version": "0.0.4",
- "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz",
- "integrity": "sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==",
- "dev": true,
- "dependencies": {
- "duplexer": "~0.1.1"
- }
- },
- "node_modules/stream-log-stats": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/stream-log-stats/-/stream-log-stats-3.0.2.tgz",
- "integrity": "sha512-393j7aeF9iRdHvyANqEQU82UQmpw2CTxgsT83caefh+lOxavVLbVrw8Mr4zjXeZLh2+xeHZMKfVx4T0rJ/EchA==",
- "dev": true,
- "dependencies": {
- "ansi-escape-sequences": "^5.1.2",
- "byte-size": "^6.2.0",
- "common-log-format": "^1.0.0",
- "JSONStream": "^1.3.5",
- "lodash.throttle": "^4.1.1",
- "stream-via": "^1.0.4",
- "table-layout": "~1.0.0"
- },
- "bin": {
- "log-stats": "bin/cli.js"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/stream-slice": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/stream-slice/-/stream-slice-0.1.2.tgz",
- "integrity": "sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==",
- "dev": true
- },
- "node_modules/stream-via": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz",
- "integrity": "sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/streaming-json-stringify": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz",
- "integrity": "sha512-axtfs3BDxAsrZ9swD163FBrXZ8dhJJp6kUI6C97TvUZG9RHKfbg9nFbXqEheFNOb3IYMEt2ag9F62sWLFUZ4ug==",
- "dev": true,
- "dependencies": {
- "json-stringify-safe": "5",
- "readable-stream": "2"
- }
- },
- "node_modules/streamsearch": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
- "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
- "engines": {
- "node": ">=10.0.0"
- }
- },
- "node_modules/string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
- "dev": true,
- "dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "node_modules/string_decoder/node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
- "dev": true
- },
- "node_modules/string-argv": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
- "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
- "dev": true,
- "engines": {
- "node": ">=0.6.19"
- }
- },
- "node_modules/string-length": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
- "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
- "dev": true,
- "dependencies": {
- "char-regex": "^1.0.2",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true
- },
- "node_modules/string-width/node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true
- },
- "node_modules/string.prototype.matchall": {
- "version": "4.0.11",
- "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz",
- "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-symbols": "^1.0.3",
- "internal-slot": "^1.0.7",
- "regexp.prototype.flags": "^1.5.2",
- "set-function-name": "^2.0.2",
- "side-channel": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trim": {
- "version": "1.2.9",
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
- "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimend": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
- "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-bom": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
- "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-final-newline": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
- "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/strip-indent": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
- "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
- "dev": true,
- "dependencies": {
- "min-indent": "^1.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/stubborn-fs": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/stubborn-fs/-/stubborn-fs-1.2.5.tgz",
- "integrity": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==",
- "dev": true
- },
- "node_modules/style-to-js": {
- "version": "1.1.16",
- "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz",
- "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==",
- "license": "MIT",
- "dependencies": {
- "style-to-object": "1.0.8"
- }
- },
- "node_modules/style-to-object": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
- "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==",
- "license": "MIT",
- "dependencies": {
- "inline-style-parser": "0.2.4"
- }
- },
- "node_modules/styled-jsx": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
- "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
- "dependencies": {
- "client-only": "0.0.1"
- },
- "engines": {
- "node": ">= 12.0.0"
- },
- "peerDependencies": {
- "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
- },
- "peerDependenciesMeta": {
- "@babel/core": {
- "optional": true
- },
- "babel-plugin-macros": {
- "optional": true
- }
- }
- },
- "node_modules/stylus": {
- "version": "0.62.0",
- "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.62.0.tgz",
- "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==",
- "dev": true,
- "dependencies": {
- "@adobe/css-tools": "~4.3.1",
- "debug": "^4.3.2",
- "glob": "^7.1.6",
- "sax": "~1.3.0",
- "source-map": "^0.7.3"
- },
- "bin": {
- "stylus": "bin/stylus"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://opencollective.com/stylus"
- }
- },
- "node_modules/stylus/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/stylus/node_modules/sax": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
- "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==",
- "dev": true
- },
- "node_modules/stylus/node_modules/source-map": {
- "version": "0.7.4",
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
- "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/supercluster": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz",
- "integrity": "sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==",
- "dependencies": {
- "kdbush": "^4.0.2"
- }
- },
- "node_modules/superjson": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz",
- "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==",
- "dependencies": {
- "copy-anything": "^3.0.2"
- },
- "engines": {
- "node": ">=16"
- }
- },
- "node_modules/supports-color": {
- "version": "8.1.1",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/supports-color?sponsor=1"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/svg-parser": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
- "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/svgo": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz",
- "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@trysound/sax": "0.2.0",
- "commander": "^7.2.0",
- "css-select": "^5.1.0",
- "css-tree": "^2.3.1",
- "css-what": "^6.1.0",
- "csso": "^5.0.5",
- "picocolors": "^1.0.0"
- },
- "bin": {
- "svgo": "bin/svgo"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/svgo"
- }
- },
- "node_modules/svgo/node_modules/commander": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
- "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true
- },
- "node_modules/table-layout": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-1.0.2.tgz",
- "integrity": "sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==",
- "dev": true,
- "dependencies": {
- "array-back": "^4.0.1",
- "deep-extend": "~0.6.0",
- "typical": "^5.2.0",
- "wordwrapjs": "^4.0.0"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/table-layout/node_modules/typical": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz",
- "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/tapable": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
- "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tar-fs": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
- "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
- "dev": true,
- "dependencies": {
- "chownr": "^1.1.1",
- "mkdirp-classic": "^0.5.2",
- "pump": "^3.0.0",
- "tar-stream": "^2.1.4"
- }
- },
- "node_modules/tar-stream": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
- "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
- "dev": true,
- "dependencies": {
- "bl": "^4.0.3",
- "end-of-stream": "^1.4.1",
- "fs-constants": "^1.0.0",
- "inherits": "^2.0.3",
- "readable-stream": "^3.1.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tar-stream/node_modules/readable-stream": {
- "version": "3.6.2",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
- "dev": true,
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/terser": {
- "version": "5.36.0",
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz",
- "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==",
- "peer": true,
- "dependencies": {
- "@jridgewell/source-map": "^0.3.3",
- "acorn": "^8.8.2",
- "commander": "^2.20.0",
- "source-map-support": "~0.5.20"
- },
- "bin": {
- "terser": "bin/terser"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/terser-webpack-plugin": {
- "version": "5.3.10",
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
- "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
- "peer": true,
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.20",
- "jest-worker": "^27.4.5",
- "schema-utils": "^3.1.1",
- "serialize-javascript": "^6.0.1",
- "terser": "^5.26.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^5.1.0"
- },
- "peerDependenciesMeta": {
- "@swc/core": {
- "optional": true
- },
- "esbuild": {
- "optional": true
- },
- "uglify-js": {
- "optional": true
- }
- }
- },
- "node_modules/terser-webpack-plugin/node_modules/jest-worker": {
- "version": "27.5.1",
- "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
- "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
- "peer": true,
- "dependencies": {
- "@types/node": "*",
- "merge-stream": "^2.0.0",
- "supports-color": "^8.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- }
- },
- "node_modules/terser/node_modules/commander": {
- "version": "2.20.3",
- "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
- "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
- "peer": true
- },
- "node_modules/terser/node_modules/source-map-support": {
- "version": "0.5.21",
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
- "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
- "peer": true,
- "dependencies": {
- "buffer-from": "^1.0.0",
- "source-map": "^0.6.0"
- }
- },
- "node_modules/test-exclude": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
- "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
- "dev": true,
- "dependencies": {
- "@istanbuljs/schema": "^0.1.2",
- "glob": "^7.1.4",
- "minimatch": "^3.0.4"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/test-exclude/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
- "dev": true
- },
- "node_modules/thenify": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
- "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
- "dev": true,
- "dependencies": {
- "any-promise": "^1.0.0"
- }
- },
- "node_modules/thenify-all": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
- "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
- "dev": true,
- "dependencies": {
- "thenify": ">= 3.1.0 < 4"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/throttleit": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz",
- "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/through": {
- "version": "2.3.8",
- "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
- "dev": true
- },
- "node_modules/tiny-case": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz",
- "integrity": "sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q=="
- },
- "node_modules/tmp": {
- "version": "0.2.3",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz",
- "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==",
- "dev": true,
- "engines": {
- "node": ">=14.14"
- }
- },
- "node_modules/tmpl": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
- "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
- "dev": true
- },
- "node_modules/to-fast-properties": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/to-readable-stream": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz",
- "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/toidentifier": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
- "dev": true,
- "engines": {
- "node": ">=0.6"
- }
- },
- "node_modules/toposort": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz",
- "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg=="
- },
- "node_modules/tough-cookie": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
- "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
- "dev": true,
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/tough-cookie/node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/ts-api-utils": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
- "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
- "dev": true,
- "engines": {
- "node": ">=16"
- },
- "peerDependencies": {
- "typescript": ">=4.2.0"
- }
- },
- "node_modules/ts-node": {
- "version": "10.9.2",
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
- "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
- "dev": true,
- "dependencies": {
- "@cspotcode/source-map-support": "^0.8.0",
- "@tsconfig/node10": "^1.0.7",
- "@tsconfig/node12": "^1.0.7",
- "@tsconfig/node14": "^1.0.0",
- "@tsconfig/node16": "^1.0.2",
- "acorn": "^8.4.1",
- "acorn-walk": "^8.1.1",
- "arg": "^4.1.0",
- "create-require": "^1.1.0",
- "diff": "^4.0.1",
- "make-error": "^1.1.1",
- "v8-compile-cache-lib": "^3.0.1",
- "yn": "3.1.1"
- },
- "bin": {
- "ts-node": "dist/bin.js",
- "ts-node-cwd": "dist/bin-cwd.js",
- "ts-node-esm": "dist/bin-esm.js",
- "ts-node-script": "dist/bin-script.js",
- "ts-node-transpile-only": "dist/bin-transpile.js",
- "ts-script": "dist/bin-script-deprecated.js"
- },
- "peerDependencies": {
- "@swc/core": ">=1.2.50",
- "@swc/wasm": ">=1.2.50",
- "@types/node": "*",
- "typescript": ">=2.7"
- },
- "peerDependenciesMeta": {
- "@swc/core": {
- "optional": true
- },
- "@swc/wasm": {
- "optional": true
- }
- }
- },
- "node_modules/ts-node/node_modules/arg": {
- "version": "4.1.3",
- "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
- "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
- "dev": true
- },
- "node_modules/tsconfig-paths": {
- "version": "3.15.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
- "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
- "dev": true,
- "dependencies": {
- "@types/json5": "^0.0.29",
- "json5": "^1.0.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- }
- },
- "node_modules/tslib": {
- "version": "2.8.1",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
- "license": "0BSD"
- },
- "node_modules/tsscmp": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
- "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
- "dev": true,
- "engines": {
- "node": ">=0.6.x"
- }
- },
- "node_modules/tunnel-agent": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
- "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
- "dev": true,
- "dependencies": {
- "safe-buffer": "^5.0.1"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/tweetnacl": {
- "version": "0.14.5",
- "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
- "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
- "dev": true
- },
- "node_modules/type-check": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
- "dev": true,
- "dependencies": {
- "prelude-ls": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-detect": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
- "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/type-fest": {
- "version": "0.20.2",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
- "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/type-is": {
- "version": "1.6.18",
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
- "dev": true,
- "dependencies": {
- "media-typer": "0.3.0",
- "mime-types": "~2.1.24"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/typed-array-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
- "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/typed-array-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
- "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-proto": "^1.0.3",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-byte-offset": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
- "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
- "dev": true,
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-proto": "^1.0.3",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-length": {
- "version": "1.0.6",
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
- "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-proto": "^1.0.3",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typedescriptor": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/typedescriptor/-/typedescriptor-3.0.2.tgz",
- "integrity": "sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==",
- "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."
- },
- "node_modules/typescript": {
- "version": "5.4.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
- "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
- "devOptional": true,
- "bin": {
- "tsc": "bin/tsc",
- "tsserver": "bin/tsserver"
- },
- "engines": {
- "node": ">=14.17"
- }
- },
- "node_modules/typescript-plugin-css-modules": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/typescript-plugin-css-modules/-/typescript-plugin-css-modules-5.1.0.tgz",
- "integrity": "sha512-6h+sLBa4l+XYSTn/31vZHd/1c3SvAbLpobY6FxDiUOHJQG1eD9Gh3eCs12+Eqc+TCOAdxcO+zAPvUq0jBfdciw==",
- "dev": true,
- "dependencies": {
- "@types/postcss-modules-local-by-default": "^4.0.2",
- "@types/postcss-modules-scope": "^3.0.4",
- "dotenv": "^16.4.2",
- "icss-utils": "^5.1.0",
- "less": "^4.2.0",
- "lodash.camelcase": "^4.3.0",
- "postcss": "^8.4.35",
- "postcss-load-config": "^3.1.4",
- "postcss-modules-extract-imports": "^3.0.0",
- "postcss-modules-local-by-default": "^4.0.4",
- "postcss-modules-scope": "^3.1.1",
- "reserved-words": "^0.1.2",
- "sass": "^1.70.0",
- "source-map-js": "^1.0.2",
- "stylus": "^0.62.0",
- "tsconfig-paths": "^4.2.0"
- },
- "peerDependencies": {
- "typescript": ">=4.0.0"
- }
- },
- "node_modules/typescript-plugin-css-modules/node_modules/json5": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
- "dev": true,
- "bin": {
- "json5": "lib/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/typescript-plugin-css-modules/node_modules/nanoid": {
- "version": "3.3.8",
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
- "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "bin": {
- "nanoid": "bin/nanoid.cjs"
- },
- "engines": {
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
- }
- },
- "node_modules/typescript-plugin-css-modules/node_modules/postcss": {
- "version": "8.4.38",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
- "dev": true,
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/postcss"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "nanoid": "^3.3.7",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.2.0"
- },
- "engines": {
- "node": "^10 || ^12 || >=14"
- }
- },
- "node_modules/typescript-plugin-css-modules/node_modules/tsconfig-paths": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
- "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==",
- "dev": true,
- "dependencies": {
- "json5": "^2.2.2",
- "minimist": "^1.2.6",
- "strip-bom": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/typical": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/typical/-/typical-6.0.1.tgz",
- "integrity": "sha512-+g3NEp7fJLe9DPa1TArHm9QAA7YciZmWnfAqEaFrBihQ7epOv9i99rjtgb6Iz0wh3WuQDjsCTDfgRoGnmHN81A==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/unbox-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
- "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.0.3",
- "which-boxed-primitive": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/unbzip2-stream": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
- "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
- "dev": true,
- "dependencies": {
- "buffer": "^5.2.1",
- "through": "^2.3.8"
- }
- },
- "node_modules/undici-types": {
- "version": "5.26.5",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
- },
- "node_modules/unicode-canonical-property-names-ecmascript": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
- "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/unicode-match-property-ecmascript": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
- "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "unicode-canonical-property-names-ecmascript": "^2.0.0",
- "unicode-property-aliases-ecmascript": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/unicode-match-property-value-ecmascript": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
- "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/unicode-property-aliases-ecmascript": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
- "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/unicorn-magic": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
- "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
- "dev": true,
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/universalify": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
- "dev": true,
- "engines": {
- "node": ">= 10.0.0"
- }
- },
- "node_modules/unpipe": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/unplugin": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.0.1.tgz",
- "integrity": "sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==",
- "dependencies": {
- "acorn": "^8.8.1",
- "chokidar": "^3.5.3",
- "webpack-sources": "^3.2.3",
- "webpack-virtual-modules": "^0.5.0"
- }
- },
- "node_modules/untildify": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
- "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/update-browserslist-db": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
- "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
- "funding": [
- {
- "type": "opencollective",
- "url": "https://opencollective.com/browserslist"
- },
- {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/browserslist"
- },
- {
- "type": "github",
- "url": "https://github.com/sponsors/ai"
- }
- ],
- "dependencies": {
- "escalade": "^3.2.0",
- "picocolors": "^1.1.0"
- },
- "bin": {
- "update-browserslist-db": "cli.js"
- },
- "peerDependencies": {
- "browserslist": ">= 4.21.0"
- }
- },
- "node_modules/update-notifier": {
- "version": "7.3.1",
- "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz",
- "integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==",
- "dev": true,
- "dependencies": {
- "boxen": "^8.0.1",
- "chalk": "^5.3.0",
- "configstore": "^7.0.0",
- "is-in-ci": "^1.0.0",
- "is-installed-globally": "^1.0.0",
- "is-npm": "^6.0.0",
- "latest-version": "^9.0.0",
- "pupa": "^3.1.0",
- "semver": "^7.6.3",
- "xdg-basedir": "^5.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/yeoman/update-notifier?sponsor=1"
- }
- },
- "node_modules/update-notifier/node_modules/chalk": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
- "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
- "dev": true,
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/update-notifier/node_modules/is-installed-globally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
- "integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
- "dev": true,
- "dependencies": {
- "global-directory": "^4.0.1",
- "is-path-inside": "^4.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/update-notifier/node_modules/is-path-inside": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/uri-js": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dev": true,
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/urlpattern-polyfill": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
- "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
- },
- "node_modules/use-callback-ref": {
- "version": "1.3.2",
- "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.2.tgz",
- "integrity": "sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==",
- "dependencies": {
- "tslib": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/use-sidecar": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.2.tgz",
- "integrity": "sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==",
- "dependencies": {
- "detect-node-es": "^1.1.0",
- "tslib": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "peerDependencies": {
- "@types/react": "^16.9.0 || ^17.0.0 || ^18.0.0",
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- }
- }
- },
- "node_modules/use-sync-external-store": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
- "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
- "peerDependencies": {
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
- }
- },
- "node_modules/usehooks-ts": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz",
- "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==",
- "dependencies": {
- "lodash.debounce": "^4.0.8"
- },
- "engines": {
- "node": ">=16.15.0"
- },
- "peerDependencies": {
- "react": "^16.8.0 || ^17 || ^18"
- }
- },
- "node_modules/util-deprecate": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
- "dev": true
- },
- "node_modules/uuid": {
- "version": "11.0.5",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
- "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
- "funding": [
- "https://github.com/sponsors/broofa",
- "https://github.com/sponsors/ctavan"
- ],
- "license": "MIT",
- "bin": {
- "uuid": "dist/esm/bin/uuid"
- }
- },
- "node_modules/v8-compile-cache-lib": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
- "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
- "dev": true
- },
- "node_modules/v8-to-istanbul": {
- "version": "9.2.0",
- "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
- "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==",
- "dev": true,
- "dependencies": {
- "@jridgewell/trace-mapping": "^0.3.12",
- "@types/istanbul-lib-coverage": "^2.0.1",
- "convert-source-map": "^2.0.0"
- },
- "engines": {
- "node": ">=10.12.0"
- }
- },
- "node_modules/vary": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/verror": {
- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
- "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
- "dev": true,
- "engines": [
- "node >=0.6.0"
- ],
- "dependencies": {
- "assert-plus": "^1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "^1.2.0"
- }
- },
- "node_modules/verror/node_modules/core-util-is": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
- "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
- "dev": true
- },
- "node_modules/w3c-xmlserializer": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
- "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==",
- "dev": true,
- "dependencies": {
- "xml-name-validator": "^4.0.0"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/wait-on": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz",
- "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==",
- "dev": true,
- "dependencies": {
- "axios": "^1.6.1",
- "joi": "^17.11.0",
- "lodash": "^4.17.21",
- "minimist": "^1.2.8",
- "rxjs": "^7.8.1"
- },
- "bin": {
- "wait-on": "bin/wait-on"
- },
- "engines": {
- "node": ">=12.0.0"
- }
- },
- "node_modules/walk-back": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz",
- "integrity": "sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==",
- "dev": true,
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/walker": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
- "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
- "dev": true,
- "dependencies": {
- "makeerror": "1.0.12"
- }
- },
- "node_modules/watchpack": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz",
- "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
- "peer": true,
- "dependencies": {
- "glob-to-regexp": "^0.4.1",
- "graceful-fs": "^4.1.2"
- },
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
- "node_modules/webpack": {
- "version": "5.96.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz",
- "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==",
- "peer": true,
- "dependencies": {
- "@types/eslint-scope": "^3.7.7",
- "@types/estree": "^1.0.6",
- "@webassemblyjs/ast": "^1.12.1",
- "@webassemblyjs/wasm-edit": "^1.12.1",
- "@webassemblyjs/wasm-parser": "^1.12.1",
- "acorn": "^8.14.0",
- "browserslist": "^4.24.0",
- "chrome-trace-event": "^1.0.2",
- "enhanced-resolve": "^5.17.1",
- "es-module-lexer": "^1.2.1",
- "eslint-scope": "5.1.1",
- "events": "^3.2.0",
- "glob-to-regexp": "^0.4.1",
- "graceful-fs": "^4.2.11",
- "json-parse-even-better-errors": "^2.3.1",
- "loader-runner": "^4.2.0",
- "mime-types": "^2.1.27",
- "neo-async": "^2.6.2",
- "schema-utils": "^3.2.0",
- "tapable": "^2.1.1",
- "terser-webpack-plugin": "^5.3.10",
- "watchpack": "^2.4.1",
- "webpack-sources": "^3.2.3"
- },
- "bin": {
- "webpack": "bin/webpack.js"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependenciesMeta": {
- "webpack-cli": {
- "optional": true
- }
- }
- },
- "node_modules/webpack-sources": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
- "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
- "engines": {
- "node": ">=10.13.0"
- }
- },
- "node_modules/webpack-virtual-modules": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz",
- "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw=="
- },
- "node_modules/webpack/node_modules/eslint-scope": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
- "peer": true,
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^4.1.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/webpack/node_modules/estraverse": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
- "peer": true,
- "engines": {
- "node": ">=4.0"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
- "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
- "dev": true,
- "dependencies": {
- "iconv-lite": "0.6.3"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.6.3",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/whatwg-mimetype": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
- "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/when-exit": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.3.tgz",
- "integrity": "sha512-uVieSTccFIr/SFQdFWN/fFaQYmV37OKtuaGphMAzi4DmmUlrvRBJW5WSLkHyjNQY/ePJMz3LoiX9R3yy1Su6Hw==",
- "dev": true
- },
- "node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/which-boxed-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
- "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
- "dev": true,
- "dependencies": {
- "is-bigint": "^1.0.1",
- "is-boolean-object": "^1.1.0",
- "is-number-object": "^1.0.4",
- "is-string": "^1.0.5",
- "is-symbol": "^1.0.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
- "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
- "dev": true,
- "dependencies": {
- "function.prototype.name": "^1.1.5",
- "has-tostringtag": "^1.0.0",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.0.5",
- "is-finalizationregistry": "^1.0.2",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.1.4",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.0.2",
- "which-collection": "^1.0.1",
- "which-typed-array": "^1.1.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-collection": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
- "dev": true,
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-typed-array": {
- "version": "1.1.15",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
- "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
- "dev": true,
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/widest-line": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-5.0.0.tgz",
- "integrity": "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==",
- "dev": true,
- "dependencies": {
- "string-width": "^7.0.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/widest-line/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/widest-line/node_modules/emoji-regex": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
- "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
- "dev": true
- },
- "node_modules/widest-line/node_modules/string-width": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^10.3.0",
- "get-east-asian-width": "^1.0.0",
- "strip-ansi": "^7.1.0"
- },
- "engines": {
- "node": ">=18"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/widest-line/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/wordwrapjs": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.1.tgz",
- "integrity": "sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==",
- "dev": true,
- "dependencies": {
- "reduce-flatten": "^2.0.0",
- "typical": "^5.2.0"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/wordwrapjs/node_modules/reduce-flatten": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz",
- "integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/wordwrapjs/node_modules/typical": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/typical/-/typical-5.2.0.tgz",
- "integrity": "sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi/node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/wrappy": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
- "dev": true
- },
- "node_modules/write-file-atomic": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
- "dev": true,
- "dependencies": {
- "imurmurhash": "^0.1.4",
- "signal-exit": "^3.0.7"
- },
- "engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
- }
- },
- "node_modules/ws": {
- "version": "8.9.0",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz",
- "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==",
- "dev": true,
- "engines": {
- "node": ">=10.0.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xdg-basedir": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
- "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/xml-name-validator": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
- "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true
- },
- "node_modules/xtend": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
- "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
- "engines": {
- "node": ">=0.4"
- }
- },
- "node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/yaml": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
- "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
- "dev": true,
- "bin": {
- "yaml": "bin.mjs"
- },
- "engines": {
- "node": ">= 14"
- }
- },
- "node_modules/yargs": {
- "version": "17.7.2",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
- "dev": true,
- "dependencies": {
- "cliui": "^8.0.1",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.1.1"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yargs-parser": {
- "version": "21.1.1",
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
- "dev": true,
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/yauzl": {
- "version": "2.10.0",
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
- "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
- "dev": true,
- "dependencies": {
- "buffer-crc32": "~0.2.3",
- "fd-slicer": "~1.1.0"
- }
- },
- "node_modules/ylru": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/ylru/-/ylru-1.4.0.tgz",
- "integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/yn": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
- "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yocto-queue": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/yup": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/yup/-/yup-1.4.0.tgz",
- "integrity": "sha512-wPbgkJRCqIf+OHyiTBQoJiP5PFuAXaWiJK6AmYkzQAh5/c2K9hzSApBZG5wV9KoKSePF7sAxmNSvh/13YHkFDg==",
- "dependencies": {
- "property-expr": "^2.0.5",
- "tiny-case": "^1.0.3",
- "toposort": "^2.0.2",
- "type-fest": "^2.19.0"
- }
- },
- "node_modules/yup/node_modules/type-fest": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
- "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
- "engines": {
- "node": ">=12.20"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/zod": {
- "version": "3.22.4",
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
- "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
- "funding": {
- "url": "https://github.com/sponsors/colinhacks"
- }
- },
- "node_modules/zustand": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz",
- "integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==",
- "dependencies": {
- "use-sync-external-store": "1.2.0"
- },
- "engines": {
- "node": ">=12.7.0"
- },
- "peerDependencies": {
- "@types/react": ">=16.8",
- "immer": ">=9.0.6",
- "react": ">=16.8"
- },
- "peerDependenciesMeta": {
- "@types/react": {
- "optional": true
- },
- "immer": {
- "optional": true
- },
- "react": {
- "optional": true
- }
- }
- }
- }
-}
diff --git a/package.json b/package.json
index a664d87f6..f228d44f2 100644
--- a/package.json
+++ b/package.json
@@ -1,131 +1,19 @@
{
- "name": "web",
- "version": "0.1.0",
- "private": true,
- "type": "module",
+ "name": "scandic",
+ "packageManager": "yarn@4.5.1",
"scripts": {
- "prebuild": "npm run lint && npm run test:unit",
- "build": "next build",
- "predev": "rm -rf .next",
- "dev": "PORT=3000 NEXT_PUBLIC_PORT=3000 next dev",
- "prelint": "rm -rf .next",
- "lint": "next lint --max-warnings 0 && tsc",
- "prelint:fix": "rm -rf .next",
- "lint:fix": "next lint --fix --max-warnings 0 && tsc",
- "prepare": "husky",
- "start": "node .next/standalone/server.js",
- "test:component": "cypress open --component",
- "test:component:headless": "cypress run --component",
- "test:e2e": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress open --e2e\"",
- "test:e2e:headless": "start-server-and-test test:setup http://127.0.0.1:3000/en/sponsoring \"cypress run --e2e\"",
- "test:setup": "npm run build && npm run start",
- "preinstall": "export $(cat .env.local | grep -v '^#' | xargs)",
- "test:unit": "jest",
- "test:unit:watch": "jest --watch"
- },
- "dependencies": {
- "@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.27",
- "@contentstack/live-preview-utils": "^3.0.0",
- "@hookform/error-message": "^2.0.1",
- "@hookform/resolvers": "^3.3.4",
- "@netlify/blobs": "^8.1.0",
- "@netlify/functions": "^3.0.0",
- "@netlify/plugin-nextjs": "^5.9.4",
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/sdk-metrics": "^1.25.1",
- "@radix-ui/react-dialog": "^1.1.1",
- "@radix-ui/react-slot": "^1.0.2",
- "@radix-ui/react-visually-hidden": "^1.1.0",
- "@react-aria/ssr": "^3.9.5",
- "@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.9",
- "@sentry/nextjs": "^8.41.0",
- "@t3-oss/env-nextjs": "^0.9.2",
- "@tanstack/react-query": "^5.28.6",
- "@tanstack/react-query-devtools": "^5.64.2",
- "@tanstack/react-table": "^8.20.5",
- "@trpc/client": "^11.0.0-rc.467",
- "@trpc/react-query": "^11.0.0-rc.467",
- "@trpc/server": "^11.0.0-rc.467",
- "@tsparticles/confetti": "^3.5.0",
- "@types/geojson": "^7946.0.16",
- "@types/supercluster": "^7.1.3",
- "@vercel/otel": "^1.9.1",
- "@vis.gl/react-google-maps": "^1.2.0",
- "class-variance-authority": "^0.7.0",
- "clean-deep": "^3.4.0",
- "contentstack": "^3.23.0",
- "dayjs": "^1.11.10",
- "deepmerge": "^4.3.1",
- "downshift": "^9.0.8",
- "embla-carousel": "^8.5.2",
- "embla-carousel-react": "^8.5.2",
- "fast-deep-equal": "^3.1.3",
- "fetch-retry": "^6.0.0",
- "framer-motion": "^11.3.28",
- "graphql": "^16.8.1",
- "graphql-request": "^6.1.0",
- "graphql-tag": "^2.12.6",
- "html-react-parser": "^5.2.2",
- "ics": "^3.8.1",
- "immer": "10.1.1",
- "input-otp": "^1.4.2",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "libphonenumber-js": "^1.10.60",
- "nanoid": "^5.0.9",
- "next": "^14.2.18",
- "next-auth": "5.0.0-beta.19",
- "react": "^18",
- "react-aria-components": "^1.6.0",
- "react-day-picker": "^9.0.8",
- "react-dom": "^18",
- "react-feather": "^2.0.10",
- "react-hook-form": "^7.51.2",
- "react-international-phone": "^4.2.6",
- "react-intl": "^6.6.8",
- "react-to-print": "^3.0.2",
- "server-only": "^0.0.1",
- "slugify": "^1.6.6",
- "sonner": "^1.7.0",
- "supercluster": "^8.0.1",
- "superjson": "^2.2.1",
- "usehooks-ts": "3.1.0",
- "uuid": "^11.0.5",
- "zod": "^3.22.4",
- "zustand": "^4.5.2"
+ "build": "yarn workspace @scandic-hotels/design-system build && yarn workspace @scandic-hotels/scandic-web build",
+ "lint": "yarn workspace @scandic-hotels/scandic-web lint",
+ "postinstall": "husky"
},
+ "workspaces": [
+ "apps/*",
+ "packages/*"
+ ],
"devDependencies": {
- "@svgr/webpack": "^8.1.0",
- "@testing-library/jest-dom": "^6.4.6",
- "@testing-library/react": "^16.0.0",
- "@testing-library/user-event": "^14.5.2",
- "@types/jest": "^29.5.12",
- "@types/json-stable-stringify-without-jsonify": "^1.0.2",
- "@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
- "@typescript-eslint/eslint-plugin": "^8.17.0",
- "@typescript-eslint/parser": "^8.17.0",
- "cypress": "^13.6.6",
- "dotenv": "^16.4.5",
- "eslint": "^8",
- "eslint-config-next": "^14.0.4",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-simple-import-sort": "^12.1.0",
- "husky": "^9.0.11",
- "jest": "^29.7.0",
- "jest-environment-jsdom": "^29.7.0",
- "jiti": "^1.21.0",
- "json-sort-cli": "^4.0.4",
- "lint-staged": "^15.2.2",
- "netlify-plugin-cypress": "^2.2.1",
- "prettier": "^3.2.5",
- "schema-dts": "^1.1.2",
- "start-server-and-test": "^2.0.3",
- "ts-node": "^10.9.2",
- "typescript": "^5",
- "typescript-plugin-css-modules": "^5.1.0"
- },
- "engines": {
- "node": "18"
+ "husky": "^9.1.7",
+ "lint-staged": "^15.2.2"
}
}
diff --git a/packages/design-system/.eslintrc.cjs b/packages/design-system/.eslintrc.cjs
new file mode 100644
index 000000000..29cb6d5a0
--- /dev/null
+++ b/packages/design-system/.eslintrc.cjs
@@ -0,0 +1,14 @@
+module.exports = {
+ root: true,
+ env: { browser: true, es2020: true },
+ extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:react-hooks/recommended', 'plugin:storybook/recommended'],
+ ignorePatterns: ['dist', '.eslintrc.cjs'],
+ parser: '@typescript-eslint/parser',
+ plugins: ['react-refresh'],
+ rules: {
+ 'react-refresh/only-export-components': [
+ 'warn',
+ { allowConstantExport: true },
+ ],
+ },
+}
diff --git a/packages/design-system/.gitignore b/packages/design-system/.gitignore
new file mode 100644
index 000000000..554e9bab3
--- /dev/null
+++ b/packages/design-system/.gitignore
@@ -0,0 +1,26 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
+
+storybook-static
diff --git a/packages/design-system/.npmignore b/packages/design-system/.npmignore
new file mode 100644
index 000000000..ab1fd176e
--- /dev/null
+++ b/packages/design-system/.npmignore
@@ -0,0 +1,2 @@
+# this file is here to avoid having dist folder excluded by .gitignore
+# without this file here the dist folder would not end up in the package distribution
diff --git a/packages/design-system/.prettierignore b/packages/design-system/.prettierignore
new file mode 100644
index 000000000..6ab75eb64
--- /dev/null
+++ b/packages/design-system/.prettierignore
@@ -0,0 +1,10 @@
+# Directories:
+node_modules/
+out/
+dist/
+.vscode/*
+.husky/*
+
+# Files:
+!.vscode/launch.json
+.prettierignore
\ No newline at end of file
diff --git a/packages/design-system/.prettierrc b/packages/design-system/.prettierrc
new file mode 100644
index 000000000..b2725437b
--- /dev/null
+++ b/packages/design-system/.prettierrc
@@ -0,0 +1,8 @@
+{
+ "semi": false,
+ "singleQuote": true,
+ "trailingComma": "es5",
+ "printWidth": 80,
+ "tabWidth": 2,
+ "endOfLine": "lf"
+}
diff --git a/packages/design-system/.storybook/main.ts b/packages/design-system/.storybook/main.ts
new file mode 100644
index 000000000..60f01056c
--- /dev/null
+++ b/packages/design-system/.storybook/main.ts
@@ -0,0 +1,35 @@
+import { withoutVitePlugins } from '@storybook/builder-vite'
+
+import type { StorybookConfig } from '@storybook/react-vite'
+
+const config: StorybookConfig = {
+ stories: ['../lib/**/*.mdx', '../lib/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
+ typescript: {
+ check: false,
+ reactDocgen: 'react-docgen-typescript',
+ },
+ staticDirs: ['../public'],
+ addons: [
+ '@storybook/addon-links',
+ '@storybook/addon-essentials',
+ '@storybook/addon-onboarding',
+ '@storybook/addon-interactions',
+ ],
+ framework: {
+ name: '@storybook/react-vite',
+ options: {},
+ },
+ docs: {
+ autodocs: true,
+ },
+ viteFinal: async (config) => {
+ return {
+ ...config,
+ plugins: await withoutVitePlugins(config.plugins, [
+ 'vite:lib-inject-css',
+ 'vite:dts',
+ ]),
+ }
+ },
+}
+export default config
diff --git a/packages/design-system/.storybook/manager.js b/packages/design-system/.storybook/manager.js
new file mode 100644
index 000000000..f8f0cbeb6
--- /dev/null
+++ b/packages/design-system/.storybook/manager.js
@@ -0,0 +1,7 @@
+import { addons } from '@storybook/manager-api'
+
+addons.setConfig({
+ sidebar: {
+ collapsedRoots: ['current-web'],
+ },
+})
diff --git a/packages/design-system/.storybook/preview.ts b/packages/design-system/.storybook/preview.ts
new file mode 100644
index 000000000..6b9d5d4d0
--- /dev/null
+++ b/packages/design-system/.storybook/preview.ts
@@ -0,0 +1,21 @@
+import type { Preview } from '@storybook/react'
+
+import '../lib/style-new.css'
+
+const preview: Preview = {
+ parameters: {
+ controls: {
+ matchers: {
+ color: /(background|color)$/i,
+ date: /Date$/i,
+ },
+ },
+ options: {
+ storySort: {
+ order: ['*', 'Current web'],
+ },
+ },
+ },
+}
+
+export default preview
diff --git a/packages/design-system/README.md b/packages/design-system/README.md
new file mode 100644
index 000000000..0d6babedd
--- /dev/null
+++ b/packages/design-system/README.md
@@ -0,0 +1,30 @@
+# React + TypeScript + Vite
+
+This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
+
+Currently, two official plugins are available:
+
+- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
+- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
+
+## Expanding the ESLint configuration
+
+If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
+
+- Configure the top-level `parserOptions` property like this:
+
+```js
+export default {
+ // other rules...
+ parserOptions: {
+ ecmaVersion: 'latest',
+ sourceType: 'module',
+ project: ['./tsconfig.json', './tsconfig.node.json'],
+ tsconfigRootDir: __dirname,
+ },
+}
+```
+
+- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
+- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
+- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
diff --git a/packages/design-system/example/CurrentWeb/index.tsx b/packages/design-system/example/CurrentWeb/index.tsx
new file mode 100644
index 000000000..e88f4fdae
--- /dev/null
+++ b/packages/design-system/example/CurrentWeb/index.tsx
@@ -0,0 +1,12 @@
+import { Button } from '../../dist/current'
+
+import '../../dist/assets/style-current.css'
+
+export default function CurrentWeb() {
+ return (
+
+
Current Web components:
+ Press me
+
+ )
+}
diff --git a/packages/design-system/example/index.html b/packages/design-system/example/index.html
new file mode 100644
index 000000000..4563c252d
--- /dev/null
+++ b/packages/design-system/example/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Vite + React + TS
+
+
+
+
+
+
diff --git a/packages/design-system/example/main.module.css b/packages/design-system/example/main.module.css
new file mode 100644
index 000000000..80e55d8d7
--- /dev/null
+++ b/packages/design-system/example/main.module.css
@@ -0,0 +1,3 @@
+.mainCard {
+ background: blue;
+}
diff --git a/packages/design-system/example/main.tsx b/packages/design-system/example/main.tsx
new file mode 100644
index 000000000..bc6b1b511
--- /dev/null
+++ b/packages/design-system/example/main.tsx
@@ -0,0 +1,16 @@
+import React from 'react'
+import ReactDOM from 'react-dom/client'
+
+import '../dist/assets/style-new.css'
+
+import CurrentWeb from './CurrentWeb'
+import { Card } from '../'
+
+import styles from './main.module.css'
+
+ReactDOM.createRoot(document.getElementById('root')!).render(
+
+
+
+
+)
diff --git a/packages/design-system/example/vite-env.d.ts b/packages/design-system/example/vite-env.d.ts
new file mode 100644
index 000000000..d3a8309b5
--- /dev/null
+++ b/packages/design-system/example/vite-env.d.ts
@@ -0,0 +1,2 @@
+///
+///
diff --git a/packages/design-system/lib/components/Card/Card.stories.ts b/packages/design-system/lib/components/Card/Card.stories.ts
new file mode 100644
index 000000000..f589adb97
--- /dev/null
+++ b/packages/design-system/lib/components/Card/Card.stories.ts
@@ -0,0 +1,27 @@
+import type { Meta, StoryObj } from '@storybook/react'
+import { Card } from './Card.tsx'
+
+const meta = {
+ title: 'Components/Layout/Card',
+ component: Card,
+ argTypes: {
+ intent: {
+ control: 'select',
+ options: ['basic', 'border'],
+ },
+ },
+ args: {
+ intent: 'basic',
+ },
+} satisfies Meta
+
+export default meta
+type Story = StoryObj
+
+export const Default: Story = {}
+
+export const WithBorder: Story = {
+ args: {
+ intent: 'border',
+ },
+}
diff --git a/packages/design-system/lib/components/Card/Card.tsx b/packages/design-system/lib/components/Card/Card.tsx
new file mode 100644
index 000000000..861a2e55b
--- /dev/null
+++ b/packages/design-system/lib/components/Card/Card.tsx
@@ -0,0 +1,26 @@
+import styles from './card.module.css'
+
+import { cva, type VariantProps } from 'class-variance-authority'
+
+const card = cva(styles.card, {
+ variants: {
+ intent: {
+ basic: styles.basic,
+ border: styles.border,
+ },
+ },
+ // compoundVariants: [
+ // { intent: "primary", size: "medium", className: styles.primaryMedium },
+ // ],
+ defaultVariants: {
+ intent: 'basic',
+ },
+})
+
+export interface CardProps
+ extends React.HTMLAttributes,
+ VariantProps {}
+
+export function Card({ className, intent }: CardProps) {
+ return Card
+}
diff --git a/packages/design-system/lib/components/Card/card.module.css b/packages/design-system/lib/components/Card/card.module.css
new file mode 100644
index 000000000..11ab486c9
--- /dev/null
+++ b/packages/design-system/lib/components/Card/card.module.css
@@ -0,0 +1,13 @@
+.card {
+ background: #fff;
+}
+
+.basic {
+ outline: solid 1px green;
+}
+
+.border {
+ border-style: solid;
+ border-width: 3px;
+ border-color: var(--color-brand-main-normal);
+}
diff --git a/packages/design-system/lib/components/Card/index.tsx b/packages/design-system/lib/components/Card/index.tsx
new file mode 100644
index 000000000..423e583d4
--- /dev/null
+++ b/packages/design-system/lib/components/Card/index.tsx
@@ -0,0 +1 @@
+export { Card } from './Card'
diff --git a/packages/design-system/lib/components/CurrentWeb/Button/Button.stories.tsx b/packages/design-system/lib/components/CurrentWeb/Button/Button.stories.tsx
new file mode 100644
index 000000000..95798645f
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Button/Button.stories.tsx
@@ -0,0 +1,82 @@
+import type { Meta, StoryObj } from '@storybook/react'
+
+import { Button } from './Button'
+import { TestIcon } from '../Icon/TestIcon'
+
+import '../../../style-current.css'
+
+const meta = {
+ title: 'Current web/Controls/Button',
+ component: Button,
+ decorators: [
+ (Story) => (
+
+
+
+ ),
+ ],
+ parameters: {
+ layout: 'centered',
+ },
+} satisfies Meta
+
+export default meta
+type Story = StoryObj
+
+export const Primary: Story = {
+ args: {
+ children: 'Primary Button',
+ },
+}
+
+export const Secondary: Story = {
+ args: {
+ children: 'Secondary Button',
+ intent: 'secondary',
+ },
+}
+
+export const Large: Story = {
+ args: {
+ children: 'Large Button',
+ size: 'large',
+ },
+}
+
+export const Small: Story = {
+ args: {
+ children: 'Small Button',
+ size: 'small',
+ },
+}
+
+export const Disabled: Story = {
+ args: {
+ children: 'Disabled Button',
+ isDisabled: true,
+ },
+}
+
+export const LeadingIcon: Story = {
+ args: {
+ children: [ , 'Button'],
+ },
+}
+
+export const TrailingIcon: Story = {
+ args: {
+ children: ['Button', ],
+ },
+}
+
+export const WithIcons: Story = {
+ args: {
+ children: [
+ ,
+ ,
+ 'Button',
+ ,
+ ,
+ ],
+ },
+}
diff --git a/packages/design-system/lib/components/CurrentWeb/Button/Button.tsx b/packages/design-system/lib/components/CurrentWeb/Button/Button.tsx
new file mode 100644
index 000000000..79bd8f614
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Button/Button.tsx
@@ -0,0 +1,50 @@
+'use client'
+
+import styles from './button.module.css'
+
+import { Button as ButtonComponent } from 'react-aria-components'
+import { cva } from 'class-variance-authority'
+
+import type { ButtonProps as ButtonComponentProps } from 'react-aria-components'
+import type { ComponentProps } from '../../../types'
+
+const config = {
+ variants: {
+ intent: {
+ primary: styles.primary,
+ secondary: styles.secondary,
+ },
+ size: {
+ small: styles.small,
+ normal: styles.normal,
+ large: styles.large,
+ },
+ },
+ defaultVariants: {
+ intent: 'primary',
+ size: 'normal',
+ },
+} as const
+
+const button = cva(styles.button, config)
+
+export type ButtonProps = ComponentProps<
+ ButtonComponentProps,
+ typeof button,
+ never,
+ 'intent' | 'size'
+>
+
+export function Button({
+ children,
+ className,
+ intent = config.defaultVariants.intent,
+ size = config.defaultVariants.size,
+ ...props
+}: ButtonProps) {
+ return (
+
+ {children}
+
+ )
+}
diff --git a/packages/design-system/lib/components/CurrentWeb/Button/button.module.css b/packages/design-system/lib/components/CurrentWeb/Button/button.module.css
new file mode 100644
index 000000000..ab1a41ad4
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Button/button.module.css
@@ -0,0 +1,82 @@
+.button {
+ display: flex;
+ align-items: center;
+ gap: 4px;
+ padding: 8px 24px;
+ background: none;
+ color: var(--Base-Text-Inverted);
+ border: none;
+ border-radius: 50px;
+ cursor: pointer;
+ transition: background-color 300ms ease;
+ font-family: Helvetica;
+ font-weight: 400;
+}
+
+/* Primary styles */
+.primary {
+ background-color: var(--Primary-Fill-Strong-Default);
+ border: 2px solid transparent;
+ outline: 1px solid transparent;
+}
+
+.primary:hover {
+ background: var(--Primary-Fill-Strong-Hovered);
+}
+
+.primary:active,
+.primary:focus {
+ border: 2px solid var(--Base-Text-Inverted);
+ outline: 1px solid var(--Primary-Border-Strong);
+}
+
+/* Secondary styles */
+.secondary {
+ border: 1px solid var(--Base-Border-Normal);
+ background-color: var(--Base-Background-Normal);
+ color: var(--Primary-Text-Strong);
+}
+
+.secondary:hover {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ outline: 2px solid var(--Primary-Border-Hovered);
+ outline-offset: -1px;
+}
+
+.secondary:active,
+.secondary:focus {
+ border: 1px solid var(--Primary-Border-Strong);
+ outline: 1px solid var(--Base-Border-Normal);
+ outline-offset: -4px;
+}
+
+/* Disabled styles */
+.button:disabled {
+ background-color: var(--Base-Fill-Disabled);
+ color: var(--Base-Text-Disabled);
+ cursor: not-allowed;
+ border: none;
+ outline: none;
+}
+
+/* Sizes */
+.large {
+ font-size: var(--typography-body-regular-font-size);
+ line-height: var(--typography-body-regular-line-height);
+ letter-spacing: var(--typography-body-regular-letter-spacing);
+}
+
+.normal {
+ font-size: 16px;
+ line-height: 24px;
+ letter-spacing: 0.096px;
+}
+
+.small {
+ font-weight: 700;
+ font-size: 16px;
+ line-height: 24px;
+ letter-spacing: 0.096px;
+}
diff --git a/packages/design-system/lib/components/CurrentWeb/Button/index.tsx b/packages/design-system/lib/components/CurrentWeb/Button/index.tsx
new file mode 100644
index 000000000..4d0a670f4
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Button/index.tsx
@@ -0,0 +1 @@
+export { Button } from './Button'
diff --git a/packages/design-system/lib/components/CurrentWeb/Icon/TestIcon.tsx b/packages/design-system/lib/components/CurrentWeb/Icon/TestIcon.tsx
new file mode 100644
index 000000000..0066d348a
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Icon/TestIcon.tsx
@@ -0,0 +1,29 @@
+export function TestIcon({ color = '#291710' }: { color?: string }) {
+ return (
+
+
+
+
+
+
+
+
+ )
+}
diff --git a/packages/design-system/lib/components/CurrentWeb/Icon/index.tsx b/packages/design-system/lib/components/CurrentWeb/Icon/index.tsx
new file mode 100644
index 000000000..638388765
--- /dev/null
+++ b/packages/design-system/lib/components/CurrentWeb/Icon/index.tsx
@@ -0,0 +1 @@
+export { TestIcon } from './TestIcon'
diff --git a/packages/design-system/lib/current.ts b/packages/design-system/lib/current.ts
new file mode 100644
index 000000000..9d907745f
--- /dev/null
+++ b/packages/design-system/lib/current.ts
@@ -0,0 +1 @@
+export { Button } from './components/CurrentWeb/Button'
diff --git a/packages/design-system/lib/docs/colors.mdx b/packages/design-system/lib/docs/colors.mdx
new file mode 100644
index 000000000..bfcabb265
--- /dev/null
+++ b/packages/design-system/lib/docs/colors.mdx
@@ -0,0 +1,25 @@
+import {
+ Meta,
+ Title,
+ Subtitle,
+ ColorPalette,
+ ColorItem,
+} from '@storybook/blocks'
+
+import * as colors from '../styles/colors'
+
+
+
+Colors
+
+
+ {Object.keys(colors).map((key) => {
+ const skipKeys = ['colors', 'tokens', 'Old']
+ if (!skipKeys.includes(key)) {
+ return Object.keys(colors[key]).map((modeKey) => {
+ return
+ })
+ }
+ return null
+ })}
+
diff --git a/packages/design-system/lib/docs/current-web/colors.mdx b/packages/design-system/lib/docs/current-web/colors.mdx
new file mode 100644
index 000000000..a3013a8f9
--- /dev/null
+++ b/packages/design-system/lib/docs/current-web/colors.mdx
@@ -0,0 +1,27 @@
+import {
+ Meta,
+ Title,
+ Subtitle,
+ ColorPalette,
+ ColorItem,
+} from '@storybook/blocks'
+
+import * as colors from '../../styles/colors'
+
+import '../../style-current.css'
+
+
+
+Colors
+
+
+ {Object.keys(colors).map((key) => {
+ const skipKeys = ['colors', 'tokens', 'New']
+ if (!skipKeys.includes(key)) {
+ return Object.keys(colors[key]).map((modeKey) => {
+ return
+ })
+ }
+ return null
+ })}
+
diff --git a/packages/design-system/lib/docs/tokens.mdx b/packages/design-system/lib/docs/tokens.mdx
new file mode 100644
index 000000000..94c20c840
--- /dev/null
+++ b/packages/design-system/lib/docs/tokens.mdx
@@ -0,0 +1,84 @@
+import {
+ Meta,
+ Title,
+ Subtitle,
+ ColorPalette,
+ ColorItem,
+} from '@storybook/blocks'
+
+import { tokens as allTokens } from '../styles/colors'
+import {capitalizeFirstLetter} from '../utils'
+
+export const data = Object.entries(allTokens).reduce((acc, curr) => {
+ const [name, value] = curr
+ const nameParts = name.split('-')
+ if (nameParts.length == 2) {
+ if (!acc['color']) {
+ acc['color'] = {}
+ }
+ nameParts.unshift('color')
+ }
+
+ const title = nameParts[0].toLowerCase()
+ const subtitle = nameParts[1].toLowerCase()
+ const token = nameParts[2].toLowerCase()
+
+ if (!acc[title]) {
+ acc[title] = {}
+ }
+
+ if (!acc[title][subtitle]) {
+ acc[title][subtitle] = {}
+ }
+
+ acc[title][subtitle][token] = value
+
+ return acc
+ }, {})
+
+
+
+
+
+{
+ Object.keys(data).map(t => {
+ if (t === 'color') {
+ return null
+ }
+ return (
+ <>
+
{capitalizeFirstLetter(t)}
+ {
+ Object.keys(data[t]).map(s => {
+ return (
+ <>
+ {capitalizeFirstLetter(s)}
+ {
+ (typeof data[t][s] === 'string') ? null : (
+
+ {
+ Object.keys(data[t][s]).map(v => {
+ return (
+
+ )
+ })
+ }
+
+ )
+ }
+ >
+ )
+ })
+ }
+ >
+ )
+ })
+}
+
diff --git a/packages/design-system/lib/generate.ts b/packages/design-system/lib/generate.ts
new file mode 100644
index 000000000..ee7a4960b
--- /dev/null
+++ b/packages/design-system/lib/generate.ts
@@ -0,0 +1,318 @@
+import fs from 'node:fs'
+
+import { sortObjectByKey } from './utils.ts'
+
+type FigmaNumberVariable = {
+ name: string
+ type: 'number'
+ isAlias: boolean
+ value: number
+}
+
+type FigmaColorVariable =
+ | {
+ name: string
+ type: 'color'
+ isAlias: true
+ value: {
+ collection: string
+ name: string
+ }
+ }
+ | {
+ name: string
+ type: 'color'
+ isAlias: false
+ value: string
+ }
+
+type FigmaDropShadowEffect = {
+ type: 'DROP_SHADOW'
+ color: {
+ r: number
+ g: number
+ b: number
+ a: number
+ }
+ offset: {
+ x: number
+ y: number
+ }
+ radius: number
+ spread: number
+}
+
+type FigmaEffectVariable = {
+ name: string
+ type: 'effect'
+ isAlias: boolean
+ value: {
+ effects: Array
+ }
+}
+
+type FigmaTypographyValue = {
+ fontSize: number
+ fontFamily: string
+ fontWeight: 'Black' | 'Bold' | 'SemiBold' | 'Regular'
+ lineHeight: number
+ lineHeightUnit: 'PIXELS' | 'PERCENT'
+ letterSpacing: number
+ letterSpacingUnit: 'PIXELS' | 'PERCENT'
+ textCase: 'UPPER' | 'ORIGINAL'
+ textDecoration: 'NONE'
+}
+
+type FigmaTypographyVariable = {
+ name: string
+ type: 'typography'
+ isAlias: boolean
+ value: FigmaTypographyValue
+}
+
+type FigmaVariable =
+ | FigmaNumberVariable
+ | FigmaColorVariable
+ | FigmaEffectVariable
+ | FigmaTypographyVariable
+
+type FigmaMode = {
+ name: string
+ variables: FigmaVariable[]
+}
+
+type FigmaCollection = {
+ name: string
+ modes: FigmaMode[]
+}
+
+type FigmaVariableData = {
+ version: string
+ metadata: unknown
+ collections: FigmaCollection[]
+}
+
+function kebabify(str: string) {
+ return str.replaceAll('/', '-').replaceAll(' ', '-').replace(/\(|\)/g, '')
+}
+
+// This parses output JSON from https://github.com/mark-nicepants/variables2json-docs
+const json: FigmaVariableData = JSON.parse(
+ fs.readFileSync('./variables.json', { encoding: 'utf-8' })
+)
+
+const colorGroupsByMode: Record<
+ string,
+ Record>
+> = {}
+const allColorsByMode: Record> = {}
+const allTokens: Record = {}
+const allTypographyTokens: Record = {}
+const allNumberedTokens: Record = {}
+
+json.collections.forEach((collection) => {
+ collection.modes.forEach((mode) => {
+ mode.variables.forEach((variable) => {
+ if (variable.type === 'color') {
+ if (variable.isAlias === true) {
+ // Token
+ const name = kebabify(variable.name)
+ const value = kebabify(variable.value.name)
+
+ allTokens[name] = value
+ } else {
+ const name = kebabify(variable.name)
+ const value = variable.value.replaceAll(' ', '').toLowerCase()
+
+ // Assign all colors per mode
+ const parsedModeName = mode.name
+ .split(' ')
+ .map((word) => word.charAt(0).toUpperCase() + word.slice(1))
+ .join('')
+
+ if (!allColorsByMode[parsedModeName]) {
+ allColorsByMode[parsedModeName] = {}
+ }
+ allColorsByMode[parsedModeName][name] = value
+
+ const parts = name.split('-')
+ const groupName = parts[0]
+ if (!colorGroupsByMode[parsedModeName]) {
+ colorGroupsByMode[parsedModeName] = {}
+ }
+ if (!colorGroupsByMode[parsedModeName][groupName]) {
+ colorGroupsByMode[parsedModeName][groupName] = {}
+ }
+
+ colorGroupsByMode[parsedModeName][groupName][name] = value
+ }
+ } else if (variable.type === 'typography') {
+ // Make variables for each value
+ const name = 'typography-' + kebabify(variable.name)
+
+ Object.keys(variable.value).forEach((valueKey) => {
+ const value = variable.value[valueKey as keyof FigmaTypographyValue]
+ const typeographyVal = `${name}-${valueKey}`
+
+ const unitValue =
+ variable.value[`${valueKey}Unit` as keyof FigmaTypographyValue]
+
+ if (unitValue) {
+ if (unitValue === 'PERCENT') {
+ allTypographyTokens[typeographyVal] = value + '%'
+ return
+ } else if (unitValue === 'PIXELS') {
+ allTypographyTokens[typeographyVal] = value + 'px'
+ return
+ }
+ }
+
+ // Skip making css variables for units, they are already handled
+ if (valueKey.includes('Unit')) {
+ return
+ }
+
+ if (valueKey === 'fontSize') {
+ allTypographyTokens[typeographyVal] = value + 'px'
+ return
+ }
+
+ allTypographyTokens[typeographyVal] = value
+ })
+ } else if (variable.type === 'number') {
+ if (collection.name === 'Text sizes') {
+ const modeName = kebabify(mode.name)
+ const name = `typography-${kebabify(variable.name)}-${modeName}-fontSize`
+ allTypographyTokens[name] = variable.value.toString() + 'px'
+ return
+ } else if (collection.name === 'Layout') {
+ const collectionName = kebabify(collection.name)
+ const modeName = kebabify(mode.name)
+
+ const name = `${collectionName}-${modeName}-${kebabify(variable.name)}`
+ allNumberedTokens[name] = variable.value + 'px'
+ return
+ } else if (collection.name === 'Spacing') {
+ const collectionName = kebabify(collection.name)
+
+ let unitName = variable.name
+
+ // Special namings for spacing
+ if (unitName === 'x025') {
+ unitName = 'x-quarter'
+ } else if (unitName === 'x05') {
+ unitName = 'x-half'
+ } else if (unitName === 'x15') {
+ unitName = 'x-one-and-half'
+ }
+
+ const name = `${collectionName}-${kebabify(unitName)}`
+ allNumberedTokens[name] = variable.value + 'px'
+ return
+ }
+ const collectionName = kebabify(collection.name)
+
+ const name = `${collectionName}-${kebabify(variable.name)}`
+ allNumberedTokens[name] = variable.value + 'px'
+ }
+ })
+ })
+})
+
+// Create ts file with all colors and color tokens for displaying swatches in Storybook
+const tsOutput = [
+ '/* This file is generated, do not edit manually! */',
+ `export const colors = ${JSON.stringify(allColorsByMode, null, 2)} as const`,
+ '',
+ `export const tokens = ${JSON.stringify(allTokens, null, 2)} as const`,
+ '',
+]
+for (const [modeName, values] of Object.entries(colorGroupsByMode)) {
+ tsOutput.push(`export const ${modeName} = { `)
+ for (const [name, value] of Object.entries(values)) {
+ tsOutput.push(`${name}: ${JSON.stringify(value, null, 2)},`)
+ }
+ tsOutput.push('} as const;')
+ tsOutput.push('')
+}
+fs.writeFileSync('./styles/colors.ts', tsOutput.join('\n'), {
+ encoding: 'utf-8',
+})
+
+// Write a css file for each mode available of core colors
+const cssOutput = [
+ '/* This file is generated, do not edit manually! */',
+ ':root {',
+]
+for (const [, values] of Object.entries(sortObjectByKey(allColorsByMode))) {
+ for (const [name, value] of Object.entries(sortObjectByKey(values))) {
+ cssOutput.push(` --${name}: ${value};`)
+ }
+}
+cssOutput.push('}')
+cssOutput.push('') // New line at end of file
+fs.writeFileSync(`./styles/modes.css`, cssOutput.join('\n'), {
+ encoding: 'utf-8',
+})
+
+// All css files, regardless of mode, should have the same tokens. Generate one file for all tokens
+const cssTokensOutput = [
+ '/* This file is generated, do not edit manually! */',
+ ':root {',
+]
+for (const [token, value] of Object.entries(sortObjectByKey(allTokens))) {
+ cssTokensOutput.push(` --${token}: var(--${value});`)
+}
+cssTokensOutput.push('}')
+cssTokensOutput.push('') // New line at end of file
+fs.writeFileSync(`./styles/tokens.css`, cssTokensOutput.join('\n'), {
+ encoding: 'utf-8',
+})
+
+// All css files, regardless of mode, should have the same typography tokens.
+const typographyOutput = [
+ '/* This file is generated, do not edit manually! */',
+ ':root {',
+]
+for (const [token, value] of Object.entries(
+ sortObjectByKey(allTypographyTokens)
+)) {
+ // TODO: handle fontSize for other consumers than CSS modules
+ // Css modules needs fontsizes to be written as numerical values appended with the unit
+ const isNumericalValue =
+ typeof value === 'number' ||
+ token.includes('fontSize') ||
+ token.includes('lineHeight') ||
+ token.includes('letterSpacing')
+
+ const valueOutput = isNumericalValue ? value : `'${value.toLowerCase()}'`
+
+ typographyOutput.push(` --${token}: ${valueOutput};`)
+}
+typographyOutput.push('}')
+typographyOutput.push('') // New line at end of file
+fs.writeFileSync(`./styles/typography.css`, typographyOutput.join('\n'), {
+ encoding: 'utf-8',
+})
+
+// All css files, regardless of mode, should have the same typography tokens.
+const numberedTokensOutput = [
+ '/* This file is generated, do not edit manually! */',
+ ':root {',
+]
+for (const [token, value] of Object.entries(
+ sortObjectByKey(allNumberedTokens)
+)) {
+ const valueOutput = value
+
+ numberedTokensOutput.push(` --${token}: ${valueOutput};`)
+}
+numberedTokensOutput.push('}')
+numberedTokensOutput.push('') // New line at end of file
+fs.writeFileSync(
+ `./styles/numberedTokens.css`,
+ numberedTokensOutput.join('\n'),
+ {
+ encoding: 'utf-8',
+ }
+)
diff --git a/packages/design-system/lib/new.ts b/packages/design-system/lib/new.ts
new file mode 100644
index 000000000..f74d72cb4
--- /dev/null
+++ b/packages/design-system/lib/new.ts
@@ -0,0 +1 @@
+export { Card } from './components/Card'
diff --git a/packages/design-system/lib/style-current.css b/packages/design-system/lib/style-current.css
new file mode 100644
index 000000000..1b685b03f
--- /dev/null
+++ b/packages/design-system/lib/style-current.css
@@ -0,0 +1,6 @@
+@import url('./styles/globals.css');
+@import url('./styles/typography.css');
+@import url('./styles/tokens.css');
+
+/* Stylesheet specific for theme */
+@import url('./styles/old.css');
diff --git a/packages/design-system/lib/style-new.css b/packages/design-system/lib/style-new.css
new file mode 100644
index 000000000..3a5166fec
--- /dev/null
+++ b/packages/design-system/lib/style-new.css
@@ -0,0 +1,8 @@
+@import url('./styles/globals.css');
+@import url('./styles/typography.css');
+@import url('./styles/tokens.css');
+@import url('./styles/numberedTokens.css');
+@import url('./styles/modes.css');
+
+/* Stylesheet specific for theme */
+@import url('./styles/new.css');
diff --git a/packages/design-system/lib/styles/colors.ts b/packages/design-system/lib/styles/colors.ts
new file mode 100644
index 000000000..fd21fcba6
--- /dev/null
+++ b/packages/design-system/lib/styles/colors.ts
@@ -0,0 +1,628 @@
+/* This file is generated, do not edit manually! */
+export const colors = {
+ Scandic: {
+ 'Scandic-Brand-Scandic-Red': '#cd0921',
+ 'Scandic-Brand-Burgundy': '#4d001b',
+ 'Scandic-Brand-Pale-Peach': '#f7e1d5',
+ 'Scandic-Brand-Dark-Green': '#093021',
+ 'Scandic-Brand-Light-Green': '#d2edaf',
+ 'Scandic-Brand-Dark-Grey': '#291710',
+ 'Scandic-Brand-Warm-White': '#faf6f2',
+ 'Scandic-Brand-Light-Blue': '#b5e0ff',
+ 'Scandic-Brand-Dark-Blue': '#0d1440',
+ 'Scandic-Brand-Pale-Yellow': '#fff0c2',
+ 'Scandic-Red-00': '#ffebeb',
+ 'Scandic-Red-10': '#f7c1c2',
+ 'Scandic-Red-20': '#f79499',
+ 'Scandic-Red-30': '#f26b74',
+ 'Scandic-Red-40': '#ed4251',
+ 'Scandic-Red-50': '#e32034',
+ 'Scandic-Red-60': '#cd0921',
+ 'Scandic-Red-70': '#ad0015',
+ 'Scandic-Red-80': '#8d0011',
+ 'Scandic-Red-90': '#6d000d',
+ 'Scandic-Red-100': '#4d001b',
+ 'Scandic-Peach-00': '#fff3ed',
+ 'Scandic-Beige-00': '#faf6f2',
+ 'Scandic-Beige-10': '#f2ece6',
+ 'Scandic-Beige-20': '#e3d9d1',
+ 'Scandic-Beige-30': '#d1c4ba',
+ 'Scandic-Beige-40': '#b8a79a',
+ 'Scandic-Beige-50': '#9c8a7e',
+ 'Scandic-Beige-60': '#806e63',
+ 'Scandic-Beige-70': '#6b584d',
+ 'Scandic-Beige-80': '#533f35',
+ 'Scandic-Beige-90': '#3e2b23',
+ 'Scandic-Beige-100': '#291710',
+ 'Scandic-Peach-10': '#f7e1d5',
+ 'Scandic-Peach-20': '#f4d5c8',
+ 'Scandic-Peach-30': '#f0c1b6',
+ 'Scandic-Peach-40': '#e9aba3',
+ 'Scandic-Peach-50': '#de9490',
+ 'Scandic-Peach-60': '#cd797c',
+ 'Scandic-Peach-70': '#b05b65',
+ 'Scandic-Peach-80': '#8f4350',
+ 'Scandic-Peach-90': '#642636',
+ 'Scandic-Peach-100': '#4d0f25',
+ 'Scandic-Green-00': '#f3fce8',
+ 'Scandic-Green-10': '#e1f3ca',
+ 'Scandic-Green-20': '#d2edaf',
+ 'Scandic-Green-30': '#acdb8a',
+ 'Scandic-Green-40': '#7cb865',
+ 'Scandic-Green-50': '#539e49',
+ 'Scandic-Green-60': '#348337',
+ 'Scandic-Green-70': '#256931',
+ 'Scandic-Green-80': '#164e29',
+ 'Scandic-Green-90': '#093021',
+ 'Scandic-Green-100': '#091f16',
+ 'Scandic-Blue-00': '#e8f6ff',
+ 'Scandic-Blue-10': '#cfebff',
+ 'Scandic-Blue-20': '#b5e0ff',
+ 'Scandic-Blue-30': '#93c9f5',
+ 'Scandic-Blue-40': '#79aee7',
+ 'Scandic-Blue-50': '#5b8fd4',
+ 'Scandic-Blue-60': '#3f6dbd',
+ 'Scandic-Blue-70': '#284ea0',
+ 'Scandic-Blue-80': '#18347f',
+ 'Scandic-Blue-90': '#0d1f5f',
+ 'Scandic-Blue-100': '#0d1440',
+ 'Scandic-Yellow-00': '#fff8e3',
+ 'Scandic-Yellow-10': '#fff0c2',
+ 'Scandic-Yellow-20': '#fade89',
+ 'Scandic-Yellow-30': '#f7ce52',
+ 'Scandic-Yellow-40': '#edb532',
+ 'Scandic-Yellow-50': '#e59515',
+ 'Scandic-Yellow-60': '#d17308',
+ 'Scandic-Yellow-70': '#a85211',
+ 'Scandic-Yellow-80': '#7d370f',
+ 'Scandic-Yellow-90': '#4f2313',
+ 'Scandic-Yellow-100': '#301508',
+ 'Go-Brand-Lavender': '#dcd7ff',
+ 'Go-Beige-00': '#faf8f2',
+ 'Go-Beige-10': '#f0ede4',
+ 'Go-Beige-20': '#e0dcce',
+ 'Go-Beige-30': '#c8c4b6',
+ 'Go-Beige-40': '#b0aca0',
+ 'Go-Beige-50': '#918f83',
+ 'Go-Beige-60': '#78766d',
+ 'Go-Beige-70': '#63615a',
+ 'Go-Beige-80': '#4f4d49',
+ 'Go-Beige-90': '#373633',
+ 'Go-Beige-100': '#1f1e1d',
+ 'Go-Brand-Obsidian': '#2d163a',
+ 'Go-Brand-Lemon': '#f5ff73',
+ 'Go-Brand-Linen': '#e0dcce',
+ 'Go-Brand-Chartreuse': '#85ff52',
+ 'Go-Brand-Pine': '#21331f',
+ 'Go-Brand-Aqua': '#73fcee',
+ 'Go-Brand-Powder-rose': '#ecc8c9',
+ 'Go-Brand-Coral': '#fa3737',
+ 'UI-Grey-00': '#f9f6f4',
+ 'UI-Opacity-White-100': '#ffffff',
+ 'UI-Opacity-White-90': '#ffffffe6',
+ 'UI-Opacity-White-80': '#ffffffcc',
+ 'UI-Opacity-White-70': '#ffffffb3',
+ 'UI-Opacity-White-60': '#ffffff99',
+ 'UI-Opacity-White-50': '#ffffff80',
+ 'UI-Opacity-White-40': '#ffffff66',
+ 'UI-Opacity-White-30': '#ffffff4d',
+ 'UI-Opacity-White-20': '#ffffff33',
+ 'UI-Opacity-White-10': '#ffffff1a',
+ 'UI-Opacity-White-0': '#ffffff00',
+ 'UI-Opacity-Almost-Black-100': '#1f1c1b',
+ 'UI-Opacity-Almost-Black-90': '#1f1c1be6',
+ 'UI-Opacity-Almost-Black-80': '#1f1c1bcc',
+ 'UI-Opacity-Almost-Black-70': '#1f1c1bb3',
+ 'UI-Opacity-Almost-Black-60': '#1f1c1b99',
+ 'UI-Opacity-Almost-Black-50': '#1f1c1b80',
+ 'UI-Opacity-Almost-Black-40': '#1f1c1b66',
+ 'UI-Opacity-Almost-Black-30': '#1f1c1b4d',
+ 'UI-Opacity-Almost-Black-20': '#1f1c1b33',
+ 'UI-Opacity-Almost-Black-10': '#1f1c1b1a',
+ 'UI-Opacity-Almost-Black-0': '#1f1c1b00',
+ 'UI-Grey-10': '#ebe8e6',
+ 'UI-Grey-20': '#d6d2d0',
+ 'UI-Grey-30': '#c2bdba',
+ 'UI-Grey-40': '#a8a4a2',
+ 'UI-Grey-50': '#8c8987',
+ 'UI-Grey-60': '#787472',
+ 'UI-Grey-70': '#635f5d',
+ 'UI-Grey-80': '#57514e',
+ 'UI-Grey-90': '#403937',
+ 'UI-Grey-100': '#26201e',
+ 'Go-Purple-00': '#f4f2ff',
+ 'Go-Purple-10': '#dcd7ff',
+ 'Go-Purple-20': '#cabffc',
+ 'Go-Purple-30': '#baa7f7',
+ 'Go-Purple-40': '#ab8ef0',
+ 'Go-Purple-50': '#9c75e6',
+ 'Go-Purple-60': '#8c5bd5',
+ 'Go-Purple-70': '#733cb2',
+ 'Go-Purple-80': '#5e2a8c',
+ 'Go-Purple-90': '#451f61',
+ 'Go-Purple-100': '#2d163a',
+ 'Go-Yellow-00': '#fdffe8',
+ 'Go-Yellow-10': '#faffc4',
+ 'Go-Yellow-20': '#f8ff9c',
+ 'Go-Yellow-30': '#f5ff73',
+ 'Go-Yellow-40': '#edea39',
+ 'Go-Yellow-50': '#dec614',
+ 'Go-Yellow-60': '#ba8d07',
+ 'Go-Yellow-70': '#966400',
+ 'Go-Yellow-80': '#754403',
+ 'Go-Yellow-90': '#572701',
+ 'Go-Yellow-100': '#3b1300',
+ 'Go-Green-00': '#edffe5',
+ 'Go-Green-10': '#cdffb8',
+ 'Go-Green-20': '#a7ff82',
+ 'Go-Green-30': '#85ff52',
+ 'Go-Green-40': '#66e03a',
+ 'Go-Green-50': '#45b222',
+ 'Go-Green-60': '#2e7f18',
+ 'Go-Green-70': '#2a601e',
+ 'Go-Green-80': '#26461f',
+ 'Go-Green-90': '#21331f',
+ 'Go-Green-100': '#162115',
+ },
+} as const
+
+export const tokens = {
+ 'Base-Background-Primary-Normal': 'Scandic-Beige-00',
+ 'Base-Background-Primary-Elevated': 'Scandic-Beige-00',
+ 'Base-Surface-Primary-light-Normal': 'UI-Opacity-White-100',
+ 'Base-Surface-Primary-dark-Normal': 'Scandic-Peach-10',
+ 'Base-Surface-Secondary-light-Normal': 'Scandic-Beige-00',
+ 'Base-Surface-Secondary-light-Hover': 'Scandic-Peach-10',
+ 'Base-Surface-Secondary-light-Hover-alt': 'Scandic-Peach-20',
+ 'Base-Surface-Primary-dark-Hover': 'Scandic-Peach-20',
+ 'Base-Surface-Primary-light-Hover': 'UI-Grey-00',
+ 'Base-Surface-Primary-light-Hover-alt': 'Scandic-Beige-10',
+ 'Base-Surface-Subtle-Normal': 'Scandic-Beige-10',
+ 'Base-Surface-Subtle-Hover': 'Scandic-Beige-20',
+ 'Base-Text-High-contrast': 'Scandic-Red-100',
+ 'Base-Icon-Low-contrast': 'Scandic-Peach-70',
+ 'Base-Text-Medium-contrast': 'Scandic-Peach-80',
+ 'Base-Text-Accent': 'Scandic-Red-60',
+ 'Base-Text-Disabled': 'UI-Grey-40',
+ 'Base-Text-Inverted': 'UI-Opacity-White-100',
+ 'Base-Border-Normal': 'Scandic-Beige-40',
+ 'Base-Border-Hover': 'Scandic-Peach-80',
+ 'Base-Border-Subtle': 'Scandic-Beige-20',
+ 'Base-Border-Inverted': 'UI-Opacity-White-100',
+ 'Base-Button-Primary-Fill-Normal': 'Scandic-Red-60',
+ 'Base-Interactive-Surface-Primary-normal': 'Scandic-Red-80',
+ 'Base-Interactive-Surface-Secondary-normal': 'Scandic-Green-70',
+ 'Base-Interactive-Surface-Tertiary-normal': 'Scandic-Blue-60',
+ 'Base-Button-Primary-Fill-Hover': 'Scandic-Red-70',
+ 'Base-Button-Primary-Fill-Disabled': 'UI-Grey-20',
+ 'Base-Button-Primary-On-Fill-Normal': 'UI-Opacity-White-100',
+ 'Base-Button-Primary-On-Fill-Hover': 'UI-Opacity-White-100',
+ 'Base-Button-Primary-On-Fill-Disabled': 'UI-Grey-40',
+ 'Base-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Base-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Base-Button-Secondary-On-Fill-Normal': 'Scandic-Red-100',
+ 'Base-Button-Secondary-On-Fill-Hover': 'Scandic-Peach-80',
+ 'Base-Button-Secondary-On-Fill-Disabled': 'UI-Grey-40',
+ 'Base-Button-Secondary-Border-Normal': 'Scandic-Red-100',
+ 'Base-Button-Secondary-Border-Hover': 'Scandic-Peach-80',
+ 'Base-Button-Secondary-Border-Disabled': 'UI-Grey-30',
+ 'Base-Button-Tertiary-Fill-Normal': 'Scandic-Red-100',
+ 'Base-Button-Tertiary-Fill-Hover': 'Scandic-Red-90',
+ 'Base-Button-Tertiary-Fill-Disabled': 'UI-Grey-20',
+ 'Base-Button-Tertiary-On-Fill-Normal': 'UI-Opacity-White-100',
+ 'Base-Button-Tertiary-On-Fill-Hover': 'UI-Opacity-White-100',
+ 'Base-Button-Tertiary-On-Fill-Disabled': 'UI-Grey-40',
+ 'Base-Button-Tertiary-Border-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Tertiary-Border-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Tertiary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Base-Button-Inverted-Fill-Normal': 'UI-Opacity-White-100',
+ 'Base-Button-Inverted-Fill-Hover': 'Scandic-Beige-10',
+ 'Base-Button-Inverted-Fill-Hover-alt': 'Scandic-Peach-10',
+ 'Base-Button-Inverted-Fill-Disabled': 'UI-Grey-20',
+ 'Base-Button-Inverted-On-Fill-Normal': 'Scandic-Red-100',
+ 'Base-Button-Inverted-On-Fill-Hover': 'Scandic-Red-90',
+ 'Base-Button-Inverted-On-Fill-Disabled': 'UI-Grey-40',
+ 'Base-Button-Inverted-Border-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Inverted-Border-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Inverted-Border-Disabled': 'UI-Opacity-White-0',
+ 'UI-Text-High-contrast': 'UI-Grey-100',
+ 'UI-Input-Controls-Surface-Normal': 'UI-Opacity-White-100',
+ 'UI-Semantic-Information': 'Scandic-Blue-70',
+ 'UI-Semantic-Success': 'Scandic-Green-60',
+ 'UI-Semantic-Warning': 'Scandic-Yellow-60',
+ 'UI-Semantic-Error': 'Scandic-Red-70',
+ 'UI-Input-Controls-Surface-Hover': 'Scandic-Beige-10',
+ 'UI-Input-Controls-Surface-Disabled': 'UI-Grey-10',
+ 'UI-Input-Controls-Fill-Normal': 'UI-Opacity-White-100',
+ 'UI-Input-Controls-Fill-Selected': 'Scandic-Blue-80',
+ 'UI-Input-Controls-Fill-Selected-hover': 'Scandic-Blue-70',
+ 'UI-Input-Controls-Fill-Disabled': 'UI-Grey-60',
+ 'UI-Input-Controls-On-Fill-Normal': 'UI-Opacity-White-100',
+ 'UI-Input-Controls-Border-Normal': 'Scandic-Beige-50',
+ 'UI-Input-Controls-Border-Hover': 'Scandic-Beige-70',
+ 'UI-Input-Controls-Border-Focus': 'Scandic-Blue-80',
+ 'UI-Input-Controls-Border-Disabled': 'UI-Grey-40',
+ 'UI-Input-Controls-Border-Error': 'Scandic-Red-70',
+ 'UI-Input-Controls-Border-KeyboardFocus': 'Scandic-Blue-50',
+ 'UI-Text-Medium-contrast': 'UI-Grey-80',
+ 'UI-Text-Active': 'Scandic-Blue-90',
+ 'UI-Text-Error': 'Scandic-Red-70',
+ 'UI-Text-Placeholder': 'UI-Grey-60',
+ 'Primary-Light-Surface-Normal': 'Scandic-Peach-10',
+ 'Primary-Light-Surface-Hover': 'Scandic-Peach-20',
+ 'Primary-Light-On-Surface-Text': 'Scandic-Red-100',
+ 'Primary-Light-On-Surface-Accent': 'Scandic-Red-60',
+ 'Primary-Light-On-Surface-Divider': 'Scandic-Peach-30',
+ 'Primary-Light-On-Surface-Divider-subtle': 'Scandic-Beige-10',
+ 'Primary-Light-Button-Primary-Fill-Normal': 'Scandic-Red-100',
+ 'Primary-Light-Button-Primary-Fill-Hover': 'Scandic-Red-80',
+ 'Primary-Light-Button-Primary-Fill-Disabled': 'UI-Opacity-Almost-Black-10',
+ 'Primary-Light-Button-Primary-On-Fill-Normal': 'Scandic-Peach-10',
+ 'Primary-Light-Button-Primary-On-Fill-Hover': 'Scandic-Peach-30',
+ 'Primary-Light-Button-Primary-On-Fill-Disabled': 'UI-Opacity-Almost-Black-20',
+ 'Primary-Light-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Light-Button-Secondary-On-Fill-Normal': 'Scandic-Red-100',
+ 'Primary-Light-Button-Secondary-On-Fill-Hover': 'Scandic-Red-80',
+ 'Primary-Light-Button-Secondary-On-Fill-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Primary-Light-Button-Secondary-Border-Normal': 'Scandic-Red-100',
+ 'Primary-Light-Button-Secondary-Border-Hover': 'Scandic-Red-80',
+ 'Primary-Light-Button-Secondary-Border-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Primary-Dim-Surface-Normal': 'Scandic-Peach-30',
+ 'Primary-Dim-Surface-Hover': 'Scandic-Peach-40',
+ 'Primary-Dim-On-Surface-Text': 'Scandic-Red-100',
+ 'Primary-Dim-On-Surface-Accent': 'Scandic-Peach-80',
+ 'Primary-Dim-On-Surface-Divider': 'Scandic-Peach-40',
+ 'Primary-Dim-Button-Primary-Fill-Normal': 'Scandic-Red-100',
+ 'Primary-Dim-Button-Primary-Fill-Hover': 'Scandic-Red-80',
+ 'Primary-Dim-Button-Primary-Fill-Disabled': 'UI-Opacity-Almost-Black-10',
+ 'Primary-Dim-Button-Primary-On-Fill-Normal': 'Scandic-Peach-10',
+ 'Primary-Dim-Button-Primary-On-Fill-Hover': 'Scandic-Peach-30',
+ 'Primary-Dim-Button-Primary-On-Fill-Disabled': 'UI-Opacity-Almost-Black-20',
+ 'Primary-Dim-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Dim-Button-Secondary-On-Fill-Normal': 'Scandic-Red-100',
+ 'Primary-Dim-Button-Secondary-On-Fill-Hover': 'Scandic-Red-80',
+ 'Primary-Dim-Button-Secondary-On-Fill-Disabled': 'UI-Opacity-Almost-Black-20',
+ 'Primary-Dim-Button-Secondary-Border-Normal': 'Scandic-Red-100',
+ 'Primary-Dim-Button-Secondary-Border-Hover': 'Scandic-Red-80',
+ 'Primary-Dim-Button-Secondary-Border-Disabled': 'UI-Opacity-Almost-Black-20',
+ 'Primary-Strong-Surface-Normal': 'Scandic-Red-60',
+ 'Primary-Strong-Surface-Hover': 'Scandic-Red-70',
+ 'Primary-Strong-On-Surface-Text': 'UI-Opacity-White-100',
+ 'Primary-Strong-On-Surface-Accent': 'Scandic-Peach-10',
+ 'Primary-Strong-On-Surface-Divider': 'Scandic-Red-70',
+ 'Primary-Strong-Button-Primary-Fill-Normal': 'UI-Opacity-White-100',
+ 'Primary-Strong-Button-Primary-Fill-Hover': 'Scandic-Red-00',
+ 'Primary-Strong-Button-Primary-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Primary-Strong-Button-Primary-On-Fill-Normal': 'Scandic-Red-70',
+ 'Primary-Strong-Button-Primary-On-Fill-Hover': 'Scandic-Red-70',
+ 'Primary-Strong-Button-Primary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Primary-Strong-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Strong-Button-Secondary-On-Fill-Normal': 'UI-Opacity-White-100',
+ 'Primary-Strong-Button-Secondary-On-Fill-Hover': 'Scandic-Red-00',
+ 'Primary-Strong-Button-Secondary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Primary-Strong-Button-Secondary-Border-Normal': 'UI-Opacity-White-100',
+ 'Primary-Strong-Button-Secondary-Border-Hover': 'Scandic-Peach-00',
+ 'Primary-Strong-Button-Secondary-Border-Disabled': 'UI-Opacity-White-20',
+ 'Primary-Dark-Surface-Normal': 'Scandic-Red-100',
+ 'Primary-Dark-Surface-Hover': 'Scandic-Red-90',
+ 'Primary-Dark-On-Surface-Text': 'Scandic-Peach-10',
+ 'Primary-Dark-On-Surface-Accent': 'Scandic-Peach-50',
+ 'Primary-Dark-On-Surface-Divider': 'Scandic-Peach-80',
+ 'Primary-Dark-Button-Primary-Fill-Normal': 'Scandic-Peach-10',
+ 'Primary-Dark-Button-Primary-Fill-Hover': 'Scandic-Peach-20',
+ 'Primary-Dark-Button-Primary-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Primary-Dark-Button-Primary-On-Fill-Normal': 'Scandic-Red-100',
+ 'Primary-Dark-Button-Primary-On-Fill-Hover': 'Scandic-Red-80',
+ 'Primary-Dark-Button-Primary-On-Fill-Disabled': 'UI-Opacity-White-30',
+ 'Primary-Dark-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Primary-Dark-Button-Secondary-On-Fill-Normal': 'Scandic-Peach-10',
+ 'Primary-Dark-Button-Secondary-On-Fill-Hover': 'Scandic-Peach-30',
+ 'Primary-Dark-Button-Secondary-On-Fill-Disabled': 'UI-Opacity-White-30',
+ 'Primary-Dark-Button-Secondary-Border-Normal': 'Scandic-Peach-10',
+ 'Primary-Dark-Button-Secondary-Border-Hover': 'Scandic-Peach-30',
+ 'Primary-Dark-Button-Secondary-Border-Disabled': 'UI-Opacity-White-20',
+ 'Secondary-Light-Surface-Normal': 'Scandic-Green-20',
+ 'Secondary-Dark-Surface-Normal': 'Scandic-Green-90',
+ 'Tertiary-Light-Surface-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Light-Surface-Hover': 'Scandic-Yellow-00',
+ 'Tertiary-Light-On-Surface-Text': 'Scandic-Blue-100',
+ 'Tertiary-Light-On-Surface-Accent': 'Scandic-Yellow-50',
+ 'Tertiary-Light-On-Surface-Divider': 'Scandic-Yellow-20',
+ 'Tertiary-Light-Button-Primary-Fill-Normal': 'Scandic-Blue-100',
+ 'Tertiary-Light-Button-Primary-Fill-Hover': 'Scandic-Blue-90',
+ 'Tertiary-Light-Button-Primary-Fill-Disabled': 'UI-Opacity-Almost-Black-10',
+ 'Tertiary-Light-Button-Primary-On-Fill-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Light-Button-Primary-On-Fill-Hover': 'Scandic-Yellow-00',
+ 'Tertiary-Light-Button-Primary-On-Fill-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Tertiary-Light-Button-Primary-Border-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Light-Button-Primary-Border-Hover': 'Scandic-Yellow-00',
+ 'Tertiary-Light-Button-Primary-Border-Disabled': 'UI-Opacity-Almost-Black-20',
+ 'Tertiary-Light-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Tertiary-Light-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Tertiary-Light-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Tertiary-Light-Button-Secondary-On-Fill-Normal': 'Scandic-Blue-100',
+ 'Tertiary-Light-Button-Secondary-On-Fill-Hover': 'Scandic-Blue-90',
+ 'Tertiary-Light-Button-Secondary-On-Fill-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Tertiary-Light-Button-Secondary-Border-Normal': 'Scandic-Blue-100',
+ 'Tertiary-Light-Button-Secondary-Border-Hover': 'Scandic-Blue-90',
+ 'Tertiary-Light-Button-Secondary-Border-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Secondary-Dark-Surface-Hover': 'Scandic-Green-80',
+ 'Secondary-Dark-On-Surface-Text': 'Scandic-Green-20',
+ 'Secondary-Dark-On-Surface-Accent': 'Scandic-Green-40',
+ 'Secondary-Dark-On-Surface-Divider': 'Scandic-Green-80',
+ 'Secondary-Dark-Button-Primary-Fill-Normal': 'Scandic-Green-20',
+ 'Secondary-Dark-Button-Primary-Fill-Hover': 'Scandic-Green-30',
+ 'Secondary-Dark-Button-Primary-Fill-Disabled': 'UI-Opacity-White-10',
+ 'Secondary-Dark-Button-Primary-On-Fill-Normal': 'Scandic-Green-90',
+ 'Secondary-Dark-Button-Primary-On-Fill-Hover': 'Scandic-Green-80',
+ 'Secondary-Dark-Button-Primary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Secondary-Dark-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Secondary-Dark-Button-Secondary-On-Fill-Normal': 'Scandic-Green-20',
+ 'Secondary-Dark-Button-Secondary-On-Fill-Hover': 'Scandic-Green-30',
+ 'Secondary-Dark-Button-Secondary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Secondary-Dark-Button-Secondary-Border-Normal': 'Scandic-Green-20',
+ 'Secondary-Dark-Button-Secondary-Border-Hover': 'Scandic-Green-30',
+ 'Secondary-Dark-Button-Secondary-Border-Disabled': 'UI-Opacity-White-20',
+ 'Secondary-Light-Surface-Hover': 'Scandic-Green-20',
+ 'Secondary-Light-On-Surface-Text': 'Scandic-Green-90',
+ 'Secondary-Light-On-Surface-Accent': 'Scandic-Green-50',
+ 'Secondary-Light-On-Surface-Divider': 'Scandic-Green-30',
+ 'Secondary-Light-Button-Primary-Fill-Normal': 'Scandic-Green-90',
+ 'Secondary-Light-Button-Primary-Fill-Hover': 'Scandic-Green-80',
+ 'Secondary-Light-Button-Primary-Fill-Disabled': 'UI-Opacity-Almost-Black-10',
+ 'Secondary-Light-Button-Primary-On-Fill-Normal': 'Scandic-Green-20',
+ 'Secondary-Light-Button-Primary-On-Fill-Hover': 'Scandic-Green-30',
+ 'Secondary-Light-Button-Primary-On-Fill-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Secondary-Light-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Secondary-Light-Button-Secondary-On-Fill-Normal': 'Scandic-Green-90',
+ 'Secondary-Light-Button-Secondary-On-Fill-Hover': 'Scandic-Green-80',
+ 'Secondary-Light-Button-Secondary-On-Fill-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Secondary-Light-Button-Secondary-Border-Normal': 'Scandic-Green-90',
+ 'Secondary-Light-Button-Secondary-Border-Hover': 'Scandic-Green-80',
+ 'Secondary-Light-Button-Secondary-Border-Disabled':
+ 'UI-Opacity-Almost-Black-20',
+ 'Tertiary-Dark-Surface-Normal': 'Scandic-Blue-100',
+ 'Tertiary-Dark-Surface-Hover': 'Scandic-Blue-90',
+ 'Tertiary-Dark-On-Surface-Text': 'Scandic-Yellow-10',
+ 'Tertiary-Dark-On-Surface-Accent': 'Scandic-Blue-40',
+ 'Tertiary-Dark-Button-Primary-Fill-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Dark-Button-Primary-Fill-Hover': 'Scandic-Yellow-20',
+ 'Tertiary-Dark-Button-Primary-Fill-Disabled': 'UI-Opacity-White-10',
+ 'Tertiary-Dark-Button-Primary-On-Fill-Normal': 'Scandic-Blue-100',
+ 'Tertiary-Dark-Button-Primary-On-Fill-Hover': 'Scandic-Blue-80',
+ 'Tertiary-Dark-Button-Primary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Tertiary-Dark-Button-Primary-Border-Normal': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Primary-Border-Hover': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Primary-Border-Disabled': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Secondary-Fill-Normal': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Secondary-Fill-Hover': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Secondary-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Tertiary-Dark-Button-Secondary-On-Fill-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Dark-Button-Secondary-On-Fill-Hover': 'Scandic-Yellow-20',
+ 'Tertiary-Dark-Button-Secondary-On-Fill-Disabled': 'UI-Opacity-White-20',
+ 'Tertiary-Dark-Button-Secondary-Border-Normal': 'Scandic-Yellow-10',
+ 'Tertiary-Dark-Button-Secondary-Border-Hover': 'Scandic-Yellow-20',
+ 'Tertiary-Dark-Button-Secondary-Border-Disabled': 'UI-Opacity-White-20',
+ 'Tertiary-Dark-On-Surface-Divider': 'Scandic-Blue-80',
+ 'Base-Button-Text-Fill-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Text-Fill-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Text-Fill-Disabled': 'UI-Opacity-White-0',
+ 'Base-Button-Text-On-Fill-Normal': 'Scandic-Red-100',
+ 'Base-Button-Text-On-Fill-Hover': 'Scandic-Peach-80',
+ 'Base-Button-Text-On-Fill-Disabled': 'UI-Grey-40',
+ 'Base-Button-Text-Border-Normal': 'UI-Opacity-White-0',
+ 'Base-Button-Text-Border-Hover': 'UI-Opacity-White-0',
+ 'Base-Button-Text-Border-Disabled': 'UI-Opacity-White-0',
+} as const
+
+export const Scandic = {
+ Scandic: {
+ 'Scandic-Brand-Scandic-Red': '#cd0921',
+ 'Scandic-Brand-Burgundy': '#4d001b',
+ 'Scandic-Brand-Pale-Peach': '#f7e1d5',
+ 'Scandic-Brand-Dark-Green': '#093021',
+ 'Scandic-Brand-Light-Green': '#d2edaf',
+ 'Scandic-Brand-Dark-Grey': '#291710',
+ 'Scandic-Brand-Warm-White': '#faf6f2',
+ 'Scandic-Brand-Light-Blue': '#b5e0ff',
+ 'Scandic-Brand-Dark-Blue': '#0d1440',
+ 'Scandic-Brand-Pale-Yellow': '#fff0c2',
+ 'Scandic-Red-00': '#ffebeb',
+ 'Scandic-Red-10': '#f7c1c2',
+ 'Scandic-Red-20': '#f79499',
+ 'Scandic-Red-30': '#f26b74',
+ 'Scandic-Red-40': '#ed4251',
+ 'Scandic-Red-50': '#e32034',
+ 'Scandic-Red-60': '#cd0921',
+ 'Scandic-Red-70': '#ad0015',
+ 'Scandic-Red-80': '#8d0011',
+ 'Scandic-Red-90': '#6d000d',
+ 'Scandic-Red-100': '#4d001b',
+ 'Scandic-Peach-00': '#fff3ed',
+ 'Scandic-Beige-00': '#faf6f2',
+ 'Scandic-Beige-10': '#f2ece6',
+ 'Scandic-Beige-20': '#e3d9d1',
+ 'Scandic-Beige-30': '#d1c4ba',
+ 'Scandic-Beige-40': '#b8a79a',
+ 'Scandic-Beige-50': '#9c8a7e',
+ 'Scandic-Beige-60': '#806e63',
+ 'Scandic-Beige-70': '#6b584d',
+ 'Scandic-Beige-80': '#533f35',
+ 'Scandic-Beige-90': '#3e2b23',
+ 'Scandic-Beige-100': '#291710',
+ 'Scandic-Peach-10': '#f7e1d5',
+ 'Scandic-Peach-20': '#f4d5c8',
+ 'Scandic-Peach-30': '#f0c1b6',
+ 'Scandic-Peach-40': '#e9aba3',
+ 'Scandic-Peach-50': '#de9490',
+ 'Scandic-Peach-60': '#cd797c',
+ 'Scandic-Peach-70': '#b05b65',
+ 'Scandic-Peach-80': '#8f4350',
+ 'Scandic-Peach-90': '#642636',
+ 'Scandic-Peach-100': '#4d0f25',
+ 'Scandic-Green-00': '#f3fce8',
+ 'Scandic-Green-10': '#e1f3ca',
+ 'Scandic-Green-20': '#d2edaf',
+ 'Scandic-Green-30': '#acdb8a',
+ 'Scandic-Green-40': '#7cb865',
+ 'Scandic-Green-50': '#539e49',
+ 'Scandic-Green-60': '#348337',
+ 'Scandic-Green-70': '#256931',
+ 'Scandic-Green-80': '#164e29',
+ 'Scandic-Green-90': '#093021',
+ 'Scandic-Green-100': '#091f16',
+ 'Scandic-Blue-00': '#e8f6ff',
+ 'Scandic-Blue-10': '#cfebff',
+ 'Scandic-Blue-20': '#b5e0ff',
+ 'Scandic-Blue-30': '#93c9f5',
+ 'Scandic-Blue-40': '#79aee7',
+ 'Scandic-Blue-50': '#5b8fd4',
+ 'Scandic-Blue-60': '#3f6dbd',
+ 'Scandic-Blue-70': '#284ea0',
+ 'Scandic-Blue-80': '#18347f',
+ 'Scandic-Blue-90': '#0d1f5f',
+ 'Scandic-Blue-100': '#0d1440',
+ 'Scandic-Yellow-00': '#fff8e3',
+ 'Scandic-Yellow-10': '#fff0c2',
+ 'Scandic-Yellow-20': '#fade89',
+ 'Scandic-Yellow-30': '#f7ce52',
+ 'Scandic-Yellow-40': '#edb532',
+ 'Scandic-Yellow-50': '#e59515',
+ 'Scandic-Yellow-60': '#d17308',
+ 'Scandic-Yellow-70': '#a85211',
+ 'Scandic-Yellow-80': '#7d370f',
+ 'Scandic-Yellow-90': '#4f2313',
+ 'Scandic-Yellow-100': '#301508',
+ },
+ Go: {
+ 'Go-Brand-Lavender': '#dcd7ff',
+ 'Go-Beige-00': '#faf8f2',
+ 'Go-Beige-10': '#f0ede4',
+ 'Go-Beige-20': '#e0dcce',
+ 'Go-Beige-30': '#c8c4b6',
+ 'Go-Beige-40': '#b0aca0',
+ 'Go-Beige-50': '#918f83',
+ 'Go-Beige-60': '#78766d',
+ 'Go-Beige-70': '#63615a',
+ 'Go-Beige-80': '#4f4d49',
+ 'Go-Beige-90': '#373633',
+ 'Go-Beige-100': '#1f1e1d',
+ 'Go-Brand-Obsidian': '#2d163a',
+ 'Go-Brand-Lemon': '#f5ff73',
+ 'Go-Brand-Linen': '#e0dcce',
+ 'Go-Brand-Chartreuse': '#85ff52',
+ 'Go-Brand-Pine': '#21331f',
+ 'Go-Brand-Aqua': '#73fcee',
+ 'Go-Brand-Powder-rose': '#ecc8c9',
+ 'Go-Brand-Coral': '#fa3737',
+ 'Go-Purple-00': '#f4f2ff',
+ 'Go-Purple-10': '#dcd7ff',
+ 'Go-Purple-20': '#cabffc',
+ 'Go-Purple-30': '#baa7f7',
+ 'Go-Purple-40': '#ab8ef0',
+ 'Go-Purple-50': '#9c75e6',
+ 'Go-Purple-60': '#8c5bd5',
+ 'Go-Purple-70': '#733cb2',
+ 'Go-Purple-80': '#5e2a8c',
+ 'Go-Purple-90': '#451f61',
+ 'Go-Purple-100': '#2d163a',
+ 'Go-Yellow-00': '#fdffe8',
+ 'Go-Yellow-10': '#faffc4',
+ 'Go-Yellow-20': '#f8ff9c',
+ 'Go-Yellow-30': '#f5ff73',
+ 'Go-Yellow-40': '#edea39',
+ 'Go-Yellow-50': '#dec614',
+ 'Go-Yellow-60': '#ba8d07',
+ 'Go-Yellow-70': '#966400',
+ 'Go-Yellow-80': '#754403',
+ 'Go-Yellow-90': '#572701',
+ 'Go-Yellow-100': '#3b1300',
+ 'Go-Green-00': '#edffe5',
+ 'Go-Green-10': '#cdffb8',
+ 'Go-Green-20': '#a7ff82',
+ 'Go-Green-30': '#85ff52',
+ 'Go-Green-40': '#66e03a',
+ 'Go-Green-50': '#45b222',
+ 'Go-Green-60': '#2e7f18',
+ 'Go-Green-70': '#2a601e',
+ 'Go-Green-80': '#26461f',
+ 'Go-Green-90': '#21331f',
+ 'Go-Green-100': '#162115',
+ },
+ UI: {
+ 'UI-Grey-00': '#f9f6f4',
+ 'UI-Opacity-White-100': '#ffffff',
+ 'UI-Opacity-White-90': '#ffffffe6',
+ 'UI-Opacity-White-80': '#ffffffcc',
+ 'UI-Opacity-White-70': '#ffffffb3',
+ 'UI-Opacity-White-60': '#ffffff99',
+ 'UI-Opacity-White-50': '#ffffff80',
+ 'UI-Opacity-White-40': '#ffffff66',
+ 'UI-Opacity-White-30': '#ffffff4d',
+ 'UI-Opacity-White-20': '#ffffff33',
+ 'UI-Opacity-White-10': '#ffffff1a',
+ 'UI-Opacity-White-0': '#ffffff00',
+ 'UI-Opacity-Almost-Black-100': '#1f1c1b',
+ 'UI-Opacity-Almost-Black-90': '#1f1c1be6',
+ 'UI-Opacity-Almost-Black-80': '#1f1c1bcc',
+ 'UI-Opacity-Almost-Black-70': '#1f1c1bb3',
+ 'UI-Opacity-Almost-Black-60': '#1f1c1b99',
+ 'UI-Opacity-Almost-Black-50': '#1f1c1b80',
+ 'UI-Opacity-Almost-Black-40': '#1f1c1b66',
+ 'UI-Opacity-Almost-Black-30': '#1f1c1b4d',
+ 'UI-Opacity-Almost-Black-20': '#1f1c1b33',
+ 'UI-Opacity-Almost-Black-10': '#1f1c1b1a',
+ 'UI-Opacity-Almost-Black-0': '#1f1c1b00',
+ 'UI-Grey-10': '#ebe8e6',
+ 'UI-Grey-20': '#d6d2d0',
+ 'UI-Grey-30': '#c2bdba',
+ 'UI-Grey-40': '#a8a4a2',
+ 'UI-Grey-50': '#8c8987',
+ 'UI-Grey-60': '#787472',
+ 'UI-Grey-70': '#635f5d',
+ 'UI-Grey-80': '#57514e',
+ 'UI-Grey-90': '#403937',
+ 'UI-Grey-100': '#26201e',
+ },
+} as const
diff --git a/packages/design-system/lib/styles/fonts/Helvetica/helvetica.ttf b/packages/design-system/lib/styles/fonts/Helvetica/helvetica.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..718f22d4af8b698bfe0623a1bd69a12dae649281
GIT binary patch
literal 317968
zcmeFae_+n#{`mjAUa!}E-}{CAwrsO|_QTjPHVji^!{pcestsu}Qpo%$bX2RRkfcy5
zoj6A&t=wu#MM*lTqf$|liel+R>7;U)`~Ezx*S#@6>U7@Uf4@$TU9Z=5J+J5Ud0nsT
z_v^mzBT7WV`D2N@ckf{X%$&Yle|DVMxIP8Fdfzc%{zqc%E)!AB`V*!Vmh673-4<(jx~AZPy{RcdMgZuOWZw*vVtcOZ!dRE0R1)#JO+mO*7mr
zHyihfbjl+=XMFj!lRtm4?Lv|C9Fd?KuN^bJocK`eAuj>fPMSSF<t!YP4g*
zxG`nH4~~sPe+KEDCJ+(SqRF$|v7?0{dgir%a!bJ$uJ!v8Iw-HnM!$xbmM1S{xDS
z=pkaU=(^%x(Yvoce07uDUyKCI@bBZCklX6R6XR-I2Hzj>AMSOcKL>xEt-P&7LKNvo
zgYU1`q;u(i0n2m@e;<%QnJ6wXBwKpO4J18o{Km6UVp?0&VsVH#9(H7*xVb+xcglFf
z)=~dwzZkwEnKiQhzI^ty>0Af+o^pzJwRCqqqTX|hdVCNTt#*#hq`Ad#giBAI!{~B`
zqsFH)#3C=`x#Fd#;|eKJcgqT6tt^59GhPN-RWgb^Yq=jzxK8KS^02KgY)_aCJz)U!
ztGn)t>^B;8#A!WtI9*l*B*+15HHU{BZ_5aHg6nnGH?q#zMaFW!ihS=_B1y!rK;H`I
zT3dDn=|x)B4&Rn)u1m?6NS?J^XS?o|6vEaT;@hF8!sz0Am9U-phRi~jP?l6eUG|%>
z(Ty+%3XzE;><*RcZH;d)=@neh$9|=b2Q7aS1iR91GbwpVB-$LqR
zEOOm{FGSxe(klr&5?*TFC)b%%>3dmHVkXEq>iv`-=}3G0iaK})Hlyzya}n*4K0^H8
z@nZ$ox(({GuP_qiP95sDYu`7cFYEZf=zHH`@_dR--M6&ub3)=8*T-R}i2H8mhqRZz
z^tC?7Rny+)pBL(}q!eF%H{>}bQjVr}c%Ux4&-XQY)?%;X&xUq?r_W)pHTLxLwfjBS
z+30T9FvOnj-}TS#CTx^IB6;+)yvdp`ef71|kTF)F-IfgE)2PEsjaMZ}!+nb5ZQs8M
zD|MZ?;uw!6&~BPZHhJwbTg#=3E|;^0ey~g`oI$krdSAv#3u~NovK0Q!lV0@u7tQJN
zqP0-c@$b#RuVqHS8#2iCx#YO^%0$OgGL;#kIN)2E>O98%DjA9$yA31XoVMYse>Q)%
z&hTBg+jIJX?*FGpNE$}@V7EmiwT&E~&3(k**x+rFCH29yfH~($Ahc)@5Jecvmu=
z|B$xG==NdTu&%KC>|W;q+QN6@c3#HZlpxKVZRHZ~^|(FQdY(3kJ;Yj{+T)`hBX$43gZn$|wrj}UMi1KX&k}32kh_@A
z?yQ43&G(7*5o5_{8AhINb^W@CemzfP-ff5TxxS0O&{|`4LO+;YeWz`%lQ8Tz)i_#7
zrgg34;&%}B5=Izl{zg43Nk+e}m&feTlCHX*weQw8#zDp|^BCzLk+-h?sN)>hP3SCT
zjOa@EK7DvAW7tNSZ%$#p9l|`iQ93x%rGwFxxwtFqs)N3xYPj@*0<}#FjMH+JaZmzT
zM+Fl%hB0sqWzci{TAQb3fdcXlgh9p?(zuRf!eq+bTEp6C7GVIq0bLv1chzy|NUX!J
z?+R&4em{Esv{o*G-=Gp!(RR7^`OHDg_g6?)YzN9W_$!Q!EGe}wWiBS8gsk3{I&)V;XWw@Vvux*mxw#$%I`yO#cgj&9~4)obJ?M%OX0s4G9V}mqv?3QV?gGZcC
zNjv8&j5~$W&NUw*;Ay>H_WhG_Dwclx7US4%!dBet>q4$Q^w+86*Xu|Rv}4YAO~;dd
zjZV|ob@Ij50cpo|E8>bA#jJtW$Zg1!kv~YslV=3|d?sNx;wm0IijT$jNLm&-Kx_#FB4T4V%c-b6@By5N5a>ryzcJwDC-p;?m-oGq&9ixthF}G+Ljm~$g
zq~M2rkFKIK@z|s+@mi;IkMtl+aeR(kCn;qtU+!9k?X?o`3bf;N{xW=8?s$oEPnRp8
z(7HzMHoM5()@Sw_smR%#@m3_udWJX+>8xvF@#${lHF}+{!&{Imv}Hw_@{D_P9ckT9
z+CUkFpLaX2KNStEo7(TfGnWw%}EP(Jv=FY1Emruj{zKQP;J-ww=ztO|NkY
zDOV`v3a4E8lq-|9X$w71>o$t~-Sr`B4EtFT4kW&ReMovK{&z-yDB&d+gjF({@?1x|
z+GNh5UJ7Z8BKIO^m)k0pN6aVbPxbZs6MOR&*qvi>mmB1hxPD7i~%vU*AeW6
zcT0c9ssihE>1XbjZh_EDF;7advq;*Q@5yLKDSDT&CLS%rX$zOq{)RcX
zvRCaTzdGKc%&fumTEbpC)v!K0z*_C3baCB)>~wqm)~$Z6WQY6krvvM!*CfkqC0%WX
z({>t3HrK--4Rl(T@hfWr;5uF9%V^GPMq01RXzn$wxo<_-QeVR`wNye0N3x&jtmQ}#
zFlVu*Y9);bFDDGrdelJ~qvg&^pRLoK|70Kf3H|J(G&A-{Bi5s_W~MYUK9eBha|v+;
zNn0~iIOD4wR7X$3hH&mw3#SWc3x_TK0GkUVGh)yUgxS;7te
zc;6O1S3u?YA$I)xq2CGX#-t1O+V$~u<hkNk)bn5Hu
zUc7!!-o^K|Ki>B(`u^OWT#upp46H7!-<$up5P7|)()k*OQP@9c|9zF
z&Ck7r?{Y@4l69J1^IZhS)p?qL889D4!UUOzExnHWU0hk{hJZtG5_Z66GB2=|Owmx^
zo;rFEb^*Ot)+A}nC)neH<4VA1$EDB@9+fE?Y+n=?c{G9K3nX74`2xv@yk1-WE_NAp
z`6ye!Mwz15pMQkwe(XSCJ`_W1=nQvLKERg$dDPcwU0qQ&yW9=@w|%O&btYeZ{`10s
zFc}#TA|nH}?LBZCJPIFU_kG*$?>-ZBceCq+dI@e0JfC0(gu^v5MN{v`?}dTyVhe)j
z06qkdg>u+Je)uE*X~VG^=Xh!B9AocoVimsVI3z)wW#Fv5tyAxhJ|bj~
z6wqEgCS@@3-^6d`i4Wj?*a3TCAG`$z;0H6GIg))9XSnlB%B%BW=lu4tmN<4
z)ylbE+Pc__={BPGYsS0K0zWR&MqDG1)qA%G2-&*@%wo=GpI2AThVObVdadHwvNDrX
zCl~zVOhBJk*f6G@VjcOD#w?c?^_hbnzrcTfLWu0ZhS0zD`nt$?PnH?GWwr639Ho3m
z(Q#B?Utq97g!T)$#=%a`VK`T@+Q}P^arT+ZR<5^ly_I;*KJ58#E$N#1T>9l1}pI#UC;kpHB`kc!RdY|cr82DfEw<2#cG&lU`Ov$_wZNYqD?`x??v35$D
zy@n}cZNHT@|7S8VppE^GBFAxDN*y~nr)1s0`CBXIsj)oU=8o=iv(`cWc2=4c6ON{y
zyK8hjWAhY8u(apCt0o|td)8jAj_k<}Nd!9V_j>FPGF?|lm~Jc16m$S>%}x3WZ3ny0
zIlK6NbZuvy?qB2i&szO^s}ko5*2RlCYv8>X_3{pF;~nQS?3eD7cgUYjm>sxXvO_q7
zuZwF<*qXT3x((IU!xMV_rrWuG&*B(vzbDb}Tl71=VAmoE4jgV@pA(0?ekZ8kOXcYL
z)4KG%d7L^q#9juR53)7|N42EUc1Brcz8|@6ZM65^$r(l)NQV(HDqxGWa0N)W0P%hA
z$E*$zb0O4)zVC>K^Y1w~JkHt3Zdp&=M%H6lte5sm4&zF)<1^N{^XzrEK5rRfCeRrA
z(jPv+@A~&i^=q)bvda8kR;m5cPkjehNeTq1hdCEr&iUmjX=+-W|6VH*#+BS_wj;Mk
zTpHJR(lv07^b2e+eZf$gCN9a+z5{y`2q*nzu_X_jYJ}
z&pGTjj9vBU`|o8a_h;eW9D5LAb9&l=YMe*4__+L=5P
z|2yu!&LQk)`TT^&+#!MW=;uY9U$395(cU*(KUW>6$4SPZfpu-QJ9XQ^65mhg)BA`J
z+K6s<`mDS!a!s|Y&O_cz^kq1zRk+cfy>FQ>n>amBoU^X1-)E3t?+5y$%YKK7oW0)V
zUcc`=Cr|x7^VKo<9DB2WZ@r1Ee;=WJ^1nw7cGj&O18RKlI&&qA{*^}BG{UU9YkfZV
zhwH@umX2Sa!a?|`?)q~=&3mvPw!@pC=UArp~q1U(dYg>Dr
ztJk=!Z~t5RnRS6)8?bJ)*PE;v?Q6a6WbOE8Wa`%luDW%Cy;f!|*>GL?XJmAHal|uz
z>os@XdX#5vubZel-ZlI5=QQkfi5@rV+i`u!%x2aRC+zr{H9jInU&V>VX_}}sZd{T^
zOpr8^c)3+os5{kNYQB0vJ)|C0tJKqKy?R-_s(vxtMwW4@G0YfaOf)7NHyO7ZbBzVY
zeZ~XEa^n$Wg|XUr%A8`}Xx?frFc+Gu%=fLUt;yDGYl-!k^@O$6+HU>Fp&Sv7FAM!O
z^i;fx4~%ad9~s{)J|TW&{MGRj;%|tb9)Dx}&GB!%h8ur1-^gwGRxOgNt4b&qvVbuV%+bwBNX&b`6?N}@9{FtJf$)5KA-cL?SF;hZPLQ^7BVp3vL
z=B2!w@x{MIBIH&G0V8qxZ7ArO)a%+>aWI=#?$5u^JcS>
znp$N3-Tb$8ja6g9UmW`AAeQ+nE31Cr`k33
zdi=KL(tKrtB*Y}R6ABZG>T2rhgo=b06aJC#Nx~Ni|4#VTE$-{xGu(^aE8Wky*Sj|+
zid|FDiI*h06H^mgQBz$Ldr(sY60c6YlbUk2Xwsmj%IumFYN|;}L`u^$HPwZhD$TgD
zt+b7MN}h86wvw7sXKIRu<@?2V(D#jRtM3ip>%PstO}>|XFZo{dJ@0$Y_l$3??@8Yi
zzLmbme2@Ab@jc{w(6`LD)VIXK6!6W;Z~A{-{`G{f$A4Y+^)+9Y9yosBg#+sj^ga;tdD7>xpFQx|
zqSC6;r$Spb-WBq3K*xYA_AS(sO0`?n|NrNYYe0#?|C~mU7Sq*sp140E0bz^D5=O4p(*BT*_5+%{nRAS^3X(q9ZneozG62vWu(n69X
zSyCibS~7ZazANdHA#J3sw3AF}FC8R{PY`yLPSRO&q>FTwZjvkAr9?)^NEszp$!NJ+N@Wb?~$B*{jx}w$%C$sWvQ%?$K+A@*%)Mu
z1n1VK*zzp=c-JZbw%e5IUl6sbSg7n=G?t-{$;|a=edqQmw-8eKBTb|(jQul&V
zo(E-U;|b2_H>`NQOBIwPdm4>Pn$^Y=lF@H)alfJd$k;^UBkcG_8S5n^e|YiwkdS;l
z=;;YcFY!pe$4Ke9K2ZM&;*Uo~Q!!>rQSo|3ZSi<|E}*V48`wHAiEQ=PvHo%a#R${0
z=YrDpjU4Ho$?35zsF@}RHcoHj3C&oqbQqSg-q2xq#(GnS5gF?(9Y#{+I*iI#@6=&*
z#(I|yn`W#J&|yr*`am6ClHmzR|C6?xVfzyD#9~{AaoE;jJhpY%9NRifz_t$E*w$ep
zwsqJ7+d53bwhogs+_`q+O39$ejY{45RCTF-G-C)o$*mLHcv3SwDe0aR+GtB!U>_RJ
zMH^|-n4Bc{g5kw~C_$@e<4HSH(<<82vb9G=W!e?ns$oT(o76hP-O=_lJ%dxji}Vq?
z-bLNg@e*BaPb~$PCgrSet)eJN2Ia=li)JaMZH~!l<7t!8wrOq~Puu?{N;?{hcsm}2
zM5nmhy8GzdQ=Hubiy7MlX}yEc#7xt
z2D+}K`^QTozqBmLW9E-3W6&`2$Ha17T0-|bKhGFkVvtViJtikM2@Aa`7lCaBeHSr;
zBMecbP><;z2Mx(_fmSq*A#;lD1b-QS|Pm6}NTgGOcKj>mpIspvqIY>q`<%z1P?z|5Lii=$lmc
zSa7h7r(>P@{QBooswcGbYpwn{cFIU{x7AhFn}IdAr0x1t6-lq_d?uPlc{V!dOtdXs
zpYE*YN8^!k)@ly=SVv`=3^1JW&J0e$fT!#tC=o>c62v+GK?zWS>5(6W-~5^d=r
zejjrgDHwy#G}HR>{`Yp+=VGnm|I+kyz3D+EHz_AJvBASmEUELcyRMA-O1)H3_4=o@5J|Dj8c&io;Jwz%JmRLkg#VOmCC4A(N3a&d*0(HB>08GTW#W%Naf
zmg&mH2rZ*8Mrs*-F-ptmi>op`9nMtqXno`9MD*46RcEeB?e;`;4mV>mJXvR?uhBQQ
z^jP~!OPASKT6A27C;N=(czt7wUTa@z(FyjI7QHUR)A5Yx_4>vZooHWa(Mk4|7M+}t
z?g<#@F_VjC>8Yg+V}HMmvV8~(3$>`^rtwzPTRj-t`Xl5a<7Ug;g^+_+F7izl{;^aMvT=EXN_=
zXO54oe!jilzWTl{TP9&cHnFivW(&nleM!w{Qe0;B5Bo&`pCX1w{iL@#P
zWLu*n9oh7iA{iM_CDNu4)`+wXfl07acr^$8sfyzw9mtctnD3lb@VzzUIuoDcp&J#z
zHkvrPyB?#M(16w^d^0f-eo{wC?D45~cNaF~zN
zA+PC+uFKKUe}>2a{2G`I_+69%l_Em|pjKpP9&kUDJi}MR9+4}MzY^V7?&rID+?OPa
zj6lzb6CxuEL`I=|)N+xl(0SDykHE-10Vy6U@U~dutTIAo#i?_
z2(^4vG!ilZf2LQ8%;bJ1_cOVlISOXLLRbyhn7K=2wgqvJ4gH}E=D<>sn~O#MG7Kg`
zC9HsIpd52{!4Z*LLLpn^R_eBba#pN?9dJzK_DINqQBVQcy?r}SwmYzUXMsp%rpVl3
zFbmLsmq%nCar20qN8G%{Pz~6eS1U5#4dh#}OJw0TILt@xLV!H?7Q-A^DY6KAi&paz
z7<=~}6IomiOJO7I6uI96=y;$Au)Cxbu(w2CZ-Ij%O9OzorNk{IZYgogh+Bq^2XkN)
zVCSJwmP!9OLY9s6u4l5v8Wc7C82k`Yk29WOn
z`3{ip>r5C1v!Dw03$N!P4f;blECqb{W}nDGfn+FzNw65IVFzI2Pyl2AHV$Fq&_eLQ
zF2J`Me5=WWGMEQdB8Ou{zC+)?A_18rAwYN(*`vt*;0E;lfW99pU^VO!`4PDvN&j&M
zEQd{i566-Lea9xj7Lk8r`9t(d{dSova|;qKs|4
z@mwv+8YRk6DatuXlxv=-fH|T9i$n#5iVEH$s?l~)P1cACJ0dD#kFfX@6R;8j^PY{*fpRae%
z5Y+~mwiR$tRJ)a;G7pPt4;?m%%33HY8{ay{i0YIB*zBApDklJt?}B{SYF3k!BNyAb
zOIe{FW93NvWfq`2k9>K{MfKPzswcYg$)C?PbEfK5D6027I3cRfV%RUL?_p7wZxPjx
zJOheF@f8g<6#c`{dj)Y+rz)-zRkBgk2<}I&6g8?=)K&O88v9qr0coWLut(GwkEm-x
z0sYtP6Ezl_W63x6gs8G&Abnf_kUl;J$TxllY!Y=XWw^E!s^Pe(328vugpGjB>oTAm
zkiC8a5KfE){GE7M)TB|cQ`BViOs;@!qHaL{4dkD)T~v88;D7l(QB#qfx`fzm
zdLCeRMhQ?OBRs@wmo{Ai(fIXs^7u6luyaOF~VB-#K-B}20L{$>b
z%>-oT?iY1e9;^g(-c9`7OW_1R2~Y}KM9s(MeA4G17PSC<3l;;{_vAr2ctkD4_l288
z-HY6!NI-7Uc2W1?*WwVEAnN`Am?!E1(jGv^1KUI`A&ogvEscTxFb8&tT86%5l;gn+
zApIdXRKgBX%R>Pj4;R2{QI90U8c~m;=q47*2@#TM;aWe)0=&&9wVQS0WwHc_59m;fsP+2`?ZL$0Wokl%>x#sXLk$iB?|%b8FJ
zr7#N?1NvXyA?g+GU#*1WqBhMCwHe);t3|zr{OiPR!T&A$M7>cgYAb15w~Klcxovwy
zy+ztT0s#NtPKM>8wyzZRPPV9bE!ZOJpTk7$h=d#%1r@Lw(DQz%s1MMwle`}mi2CT5
zs9ogSbx_pq!=gS}D(X}2KV2hg&k8s$YA=3#PQHD)qP{2;^<}cCuekq;Jo^`mIxtVv
z*T{cEcn}WZPt8WyC+b@P7<_}r
za2yoFNxEyl7ywOxPYV!jFj&Q6@%Ynix^U
zM_X`Mj2OZgY+XXWOSo?~NsQP~KxZ5};*n*pFx==*JT68OI#M8&xYT)Kw9FJE4cS&p
z#YkTxMn;+#Z31AH7;VYJ-pOdUNsLTn+T&MNj2PL~Vsykt$9-bttQ4b5BvgvgH4X^*
z$du6yncN9tbQdu$-6lp}xfne(^Tf#CFGerod#w?p4|e+Ed*3QCF3*EqV)V!6fDkbT
zA~O&l24bfOdqu0o7`$AJAuGffRv^Z3WUoNqmDnv#2INY%i!lP7BMC>5_bSpyPY~m3
z?#Gblni$w5#@Jdh#&JJx6wH9*VvHvoe?p9F$v+`ijO(z^m~PxqEyfglnsQK#@)crC
zEfQlI{!ObAgE8BfzDtZ53&prGPK=v|i7_)9$TKSgR*S(N#+Z%$o9BqZcx?P-r5JNE
z;g}e=kbY}_F>WLNwoPJGkiTNT7Z0UelhOD
z=ljycSnP&lV%#4IIe@t8cgZ}cf}LV4MgKD5mTeK^
zA?!YkJbMk}QPLipAjV&@^Vf}Hu+K17=7_PXKalpf6=M8-xfrXlyLyipPgIKWBzB*g
zCB_NV!Th<2c+#p$A@Wv4<9WR^QLFI3}hO
zeNOT@i(w9|1oFAi=gNR0m;uXS6YLi=z=AXw1&g5?_CT$efo{ORK>P^Ak3bKgFAzV1
z;s8H_@FNI6g770~Cma_uI0pJd1)wkZu$UpphhRUX5;np4X
zc@NZznS%Zl8Q5tfkPO&pgN-(mpc1grrW$s@K{4B6r)>scr|k@&
z9Br}DmU6U1f4exy25ht|gE_Dis$d%&7Be#hGGQ3Z0&HYf!w$ekX04d*BOwE@(|!hE
zr~M|tP6zCCpd20g12#Hfqr+0Df}L<&Ox99nRxXr6C9DDTXQ4j}{n_ZxMt^nzi~?+A
zF9Z+lf)iqPjDtMDM#p)8{*LJHi2hFK?}YwN=LflmY%;O8G9`FXm;WU6upbzYP1ARl^>j
zEO`My8Ci3hdEEEN6SF72_S^`RKR*=EnLhzm0D1Fwz(K&Df=H+U^7dK?9@qu=-#ZS_
z*Si!dVGV2nZ1+KDA7l&rLpdx3Y!>blv#&rh6v8A}4A||9-M-lEi`~oT0J8l8AQ!OF
z4;}r`(eH?u{Vj-tY`{kUGC)uN{r}$?5Gm#Wd>eod11Q4)d>R-7_&N|j2Vr{<_6FfE
z?=8%tDlrG+$KY*Z4(Sib4_yd5;h31iNE^0P%;BMs_uskFE#?TyF%sRJ@0g>=KdJ(b
zi^&?^ybArJ(KVWSxtjZ{ktroCT_fh0NI-VX4l%FUCFa-wz^AeJR+b0FP!7nKoe*;z
zWgNFh%<agKa+djdzkDU%vty|3qN?*VcyLB%@tz)
zh4RlK|C}vi-m+56TZy|Be{UmC#YQo24}l`U-#bEKhM0Fw5|gtUvy$|=#LXq|T?@sW
zhcEN@h`9ing-66(gzo$1iMb>|%w_Q48rUJ`a^fB?7W0uvF(1X=icMlZM!r>5V*ZW1
zfA25mYSN#`5%WoGKZRdwGN1sEdwQXmYx4k^wUqA}uAiwDv#LzYXVLlWK{1~z1oEwm
zgXORbi1*-!2fd!1Vy+(r=vzHbW)naZZ?cHiIci`I&
zuHVD=_ql%mu$Uiky%W7V@$Ewk$nz2RAN7X{K>p)l;1P4zEHQVNiTOz!>=X0TLYM^T
z*pmUI?ZGZ*Hs)ve_!)leEr2y*evaPH7Xo@d-zDZgZ0sZNzG^YQ2!SG44fynBE@1o1
zZDM{E0R4fyU+olge`@?x+en-&02YmdY
z4CX-<=s41Us1@@^{QWT-`U5gQ&H;QlM*Oi1D1cEg0~W$+ApNHhz>lAZ{|UQ4ZG!#6
z*9#yACc#SBCFalA{~29BQ?8#YVIv$7^SB#^0e&5?f^BeE%wHm*5YYY08rTBZ{51sf
zpbW_KD|vo9F6N0`z=!_`#6TMKhYF~M!(yI{1MHu~{z>egJR;^PHw*)Gox=Z9$Hc5n
zhGJLenIVt|GhhwugX3aZ#9PULyfqBaV^sqBt!mf-2ccFhM@f^D!5j*Ar-0>lM!9mI7|GUNg}gRvEio#1(}L#z<4LskGb8lksQIdFC$J#l^~
zpFc5$&(?2nSbQ=+Ej=qNF{~x@v=(iw{o1klWd25Lz^NBFFOZ`mY9sOvK8IiWqQfwh
zsGj{isYS(kQM?}G)9`%2Bwq}}9L%o1ky#MiPk)B{Y+~bc67#~*X&UD6`n-+xhh{c}
zg@=b)5$O?GVP=vUmKBwB^q=j=XTSZnW3xB@bfqz;_Sc={8)8m1M%Ve?-S0ya{1G+S
zVOpkAAyN>VcTP-WDJaPcvuIX44VTkFvCS}NXu86T{+}_r`Rs&M@v{>gn@?98{WaLp
zjc_V#F@@>BeVt=cVFRV9>-rbiJ`@e`qN$J}xdUAugeLd~CBz
zVwy(t!MX6Tx__ZzF+7=wq|R9pS*DFE$;^VJ2%8jw=HHDzoN##Nve{q!Wyx%=uKq5e
zhO4iLIc(f?^%tXz_NsV>+TzXA%I=xdKcYo_-kZ#GwL}BXB|x2?2o;FhMtG(>2`5hrErUmNE>QWME*x
zPzeZ#3eZm_ZU}<8NGzLU_&r!A;VWJ9p}s-7>Xh
zm_#=XYpkMDJ9X}u71dldO-j|V(KN)h#hfbR!1VLWIlS*l4tkA6_?LzIj8z-5gLR(w?{z~LMj#CRAGr~*bY9ERjKQh|Yd
zQHamo<)0ZDV|7L`T*mc(ko#g8^~3UK)I-?BKb2dLhMjF=ecoTt_S>!Aj@m3L=e-I~MDR
z#XF3>CkxF9vxg6#JquAI{XKvDd#4h0oQ5)%_`YY19oLZk~xT)P6=h7;7*yf1`XobU22J!x81EA20q`F2Q8`Ss}$;g99~
z`gF_sV>!P*-RJ*U&aY3mn=^8B>wJ&Q@SgleFJ^WEyYD$*0E|6g8MD;Nau_n3O6@90qN9Pahu`=CTeQ$ctXU2Sd*_KrgSCwSntU_X=f}aT+uN;RL3@MoT
z=%JnCE`8d3t98N99-}W$ZPUHHr1s?a%ha;b9r{hW@mACQK*6F{pPPN}^_LFzZYdhn
z=U(sWOT2HcDQQ*s+oMmF7mTMkqGW|RRSmJ%5AFP`hY%e-n0eX1bU1r!uNwkM)$0Y*
zzg|#75@#g(*9quaW`mU{nn@YYF7*IYSBrG2|Z
zrC_H3J58|@q3xi%alSSdrnH?1iO_Z;!aH{g3vHQdW-(|sS9-KG`#j#Zx3=;~kJQXo
zqr1K09j!Vo`cx&V#A8cU^sm#$-Ew@YchBKv-Y>B+kag8I>ZP${<%Kp12@VPjV69}C
zhH502*){bd%|i6@%D&LG!$unU#zvEL71g<^tEsD{t7Yewott)4Tlc2zy?gAPmE-5{
zOWWhv{8j%ceKz%Z^G*It8F+wPN=C81nqoyUfK2p1hiKMSPKRMyVwSKlY?80Lq*cF^
zJTKMXVM(RcDs}?{&dscomDP*!i}x;=2)0)-uE_L=j)`F`bfXf(lEOx*>St87xBoNh
z#Wm_BZ{IcE%N556=v(XEsVZbIW$RGgn6)6~*L^6se!bdAkE(p|0NDX`aY}lXyb#vZ
z2up9;$?gy>lbFCFovyXL;+iO9@+YM?eHb#lO>0-MYwx==tMyY<{HD&AMnB^r8d%f3
zNFo&9FC`dElIj%}in0h?9j<=$1{n{%OcDv}_@jL@C8ORee-_n9*!NjmyQnrq>YH7~?C|z_>6OppV0>4VdIIlih?rpnVZx-}E
zAn^)VbzJb|tY;rz(ys71$MQq#y*s@7Uibd6|5erP_&U}5uVc@+s*tRAlGeRacOUU^dKFH<0Knu!iDvBPMUtC{^xT^gDkY!2G5&f
z1)+xZP*|kJlkccUOq%JoHy=q|w8i{&K}5-uCvPx+#b6$Nr@7-XzTGN$fKFNVb?MYM86rgsXzO!-^6
z9`;>HTqkx2*W-K>J@~t5w3p9)W6SN?Lms^4g-RobuL%H^QJ2)TUVfeqGarj;2NAstv2cQzGJ0qsR4_wtQT5uT;nLc{ix2
z&yV%V=soo|@4rv9R86lgSG?!-
z>W0CYivItzS;18!x$Q+KwPxsjylz2FO{c+_$tqTr*sCI!ayS~<%NsrPotNwwT%Vj5
zhc<^X;N0wXy5Z0Ra5R0M*W6~^l;YsC5Ml%{V}u2&u*8lkOYiiMu)%&Lx8jF{I
z{INP^%s)NT>rkUT=AzoGAM^f=w$RhJkFljf+$wfM1b%AA^};KiGPsy!C-9tw|Hktm
z?Ntoxc4au!NJ?%uhbX6R1G?M(=`1mJ7Cnsp=`4OLy2}1^7HuUj^S>9v>Ex#e{Dl#x
zUYz?|np@n-$zfsP$w{=d2zEwin^{XeeVFvltPWOGq>HCD7n3th=b(CVmQ!|>N5;j8__smS
zL9^r(dU%B1|LC16^Uc}nPHG`xq4rF4b}wZ1+5CKHQjf}qo)5Zo^cB}vs}S$^?|Aq1
zxJC89{oY%joU!ildmVrMPv!8;5#H~-wIkc4)f{}&`>|@Tu2aFUsIrq^yne?GZ$I+r
zJiQoD{33qFPb3K7*XvO6m2KkNzFly5{zJ8g9Tkt|d#ks+`pDRQ{GQH(KRmku
z{q(nn+I#pz?^knf
zHuL6=D!S{g5#y$v?soTG_bgs=NBQ54mFYzlD{DTx|E{6!+O+CewsN!gKi}-R?dA4*
z4DRdOV}&uN>2riN8(ek$M^9)iX@ab>IQFK^5jttJ4oCfTPCe`X?pk>!(
zYapE0`j6xoob{NZRrAi9`a8FI$EGGTtVEVruUC@gMy3!(r8BX3s%)df)zNuhC)s%lnmEPzfUwouwYQVM{#MYLoANe9e^PLS|M?`J
zSu8OHo6N+PWw+jFHV5{u#=itkJYP(^poX83w%Axkw2o;J7V3;jPvO}~xZOdWE)E8h
zvOAr-_EbmTe%rh5`0lrkURhb%<@ti?Maj`=H{ShJUb5r)oja{}lnkg+y8YJs
z)=eGMBBe*~YZlMxb%)&s4)}Jvy79Y?!Th?ipoCM$@l;e&O3H^QNI}&$BL#Y18V5Er(U$mz%v`pIrOSbtNN;7V7qB^1Dys=+2(j
z5dBM0)AIB=EOSt>QhENz7Uj^rg*E;N;zRQF3xY;Q{kGto#Kvb5^P&(ljfoAj+9%rV
z{-yqe1e1o71#Pg3U`K2wnn}uB^wrV12aKq_%TB-g_zq*SF+#6s&9Nu*)kbfjz4Lwu
ze=V+pBudg`(S`)Y-i-NMAL=n>`d#%eq3Whg!?35!vy1Wz#TqlSHW15;JEMqrmg$`7
z=`|S&{iTQw309Jp8WSBE9vl@C73kvUNQ3m^+}@n9o=FUAaB1qcVxQ*O6Q#@9im%1p
z+WUqZd*0!FOg;P3!1nj`zr}mwo5oCKOwJqBYQWT-u_bf8U!GoK7A1AQZ*hk>Zp+Gu&O5VMT-hfSy5l8T%~f{T*2K4-|IGW#
zPe1OP-o5$OW)H0Me(ICw4pqIP`lLAydH24$=t=Jf-nYD7@9R&O+<*A7&5ypPs#LF?
zUsGRC(1ym+hV)r?nZM~o<5Jy{fyIP>&2aXG?3q;E#2cjMMcB7u>Jr)6{q3W%l9=ew
z#v%Olq-x}7lAfXqp?ChF22I0m4`GomgLbfUT#p%-cWc(2+(PT23jsXJ{XeE8Cu0?uhtwtM|iyZT3E|=U~pVtfTm^f7xy33;dXHU001K&9n^r
z9I*c7vSm32vm83x`Y#aTw5ov+ubb+X@H282zdl?yncF3M$vzO&6O7&>*$0AzYMs@t
zc8Qr@yW5;|YOBEu;c9Qswcf_-@KH}v+TXQY2g*2qZO5FkQKy_UhlZz?7o^)h>Ql|U
z7^X;T;`#Y)=U&v#g>uev#uc@|)j&F*ld-tze;(g!yq4%WsrEit-
zMC}ior=(y0^e#0`P2IawAJna)zv%xz-(b0_ZcZSQ4-Hr)%=sLE>IKx<&ca6<&L%cK
zlc+z{;E%V@Bzbedsi=N|-k?qC&r;~KJ4&Pn8!P1hhgz#>gK&h
zdO;hKulJ{Cr)E2{@tMfHMmkvrYthCA)xII(%;!c_VxUS?uCSyPTa6tm;`C$24DadF
z-tV_k_u0md)1KNT#(@L+ER6R+^yPl|;gCXqT`{Bk&%li#RK!{PI^I4AKNHU|uMd6s
zLHWA#@M^lN8LmIM!XUEZZR2q5V4ldo87`DC&pVsi&!p(3MnNnl&XktjfwssimWJl+
zScd2N*u2K}WrG607#$TB?jIf~F0CxP6R*|uN-ZiZ=^+)*&)oi9HQQ`?uX@Wn!tt78
z^Qly8@5y{~Y@3}kPqnf>ZPV$C?ApilL)FisHNNRz*DT5lcHs!#@qvoE0p$PoJi_tL
z{v40eeL(Twitmk@&0n2v@|w{VZ$?;8p3JwNI5iT>rWE;hI}S63={M`VHFzQJ%!2Lg
ztAogky*fCX9DQzbUL+lp$&DZ8tbg|qts6?+TLb&uHRdjOYoO0+B)ns&Br#z}h9{cV
zqpv>j)Hd%j@3UKll^fVXi-Scd#V|q9@-R_<`
zotcBSH}QgWJp{d&m=u=mwr37~q~ToJH5nuxod*goVHl|TjaaPekM_zQOwMX(4Pj1a?l`2GL4=zTmK8eylA_E
z8Ra8cPSlm-?BH@HHTv9Cz1V2*e8}#9JR#B1(JiC-ctL8iBP>0|)soGKe;Nq)Z&KJ;
zTb=a##ZL84DO3_2`^vr<^7>To+O5yn&uH$e4{DjalbOjRAt51?
znIr^APY4hah9HFA0zv?hE=8mWLBN6nB8o^6K?MatL=h1NAz=%{6nRoIGx!h`7rDsTEsU{1B*e$@F|x<1
zw3bR3OEDLXzc6#uzCL{)JNC+;6|j5%i*-93oj>x-o`*)1o_u@VpcVS2@AZE_{IDYT
zV`pyZzb3VO^G$^X>DldyM;-jT{@HIeU2eR8-1P;idAVt&*S-4dJ1g$_w;GO5VUhzq
z##s!D)o^j9SV=fg2GQo=-Y9a>3R_9g9e%iQ=Pj9-*tEbi+}Y};w#||mGNERLiIzA%
z%s9t&%Nx2yJF@%2FIp5B49(Y5kOxV=p{&Rwo{jU*mla0{>AXZlm>0WW?-h5@gP=QH
zPQzXw#-9=^lKNnm?5w{u^60%TR!ugd)MeK1co;
zQqtRUfv3n5Esw&t$hSft@Z4Y2P)I?TrT!hE#6Nu%4ByGEHU^Gvko!E
zZ`q*EY{vY!dDu0Fw=~
zK1?p%=y{Fw1$+UK=IYbg?uOsM?cco3;BO$Aii5Vr?ci^Kpa<2>k$d_yTcj`YN~WT<
ze{ARN-z1M#-od*}Qpf#Rm9l>wV<=?ql9D4xsv%j^_&165ZeurFEwr1(4w7fFv0L@?
z`tRG=wcspUMfGNDY-lE7796ab__Hw*-q1(OOwY2rj&!*dzx
z5q4NRi`(ga_8=QIv04ls8UWWz!qDOIsh}KdfM_s&h3xQh{nyX%po7{_q`~k@SE{`r
zP*VQ*pWQJ9ZOn=!x5ddQS9E3yMCmBB+zMX~feuDv#<(LVo?Bpq^+>?<;x0!PK>b}o
zYjpHxHTP1e@(KL?T>a+`XosH`rfqEi*@M7LNre~Pf5I3?+^Fvxxur(WtyTajWAU>-94x7ziZt#8~cj*SdI6rnywv{EK&-~
zcZbQaj6^ey%X0)LPsLL5I*;eQhcCgH~~O_#tARv#Ypa_#x>pv}{X
z_I!BI=IH_l`sMrQP9~{M*5qOJzLwkBj6eXAvv6XhSd-IZUCtQ7%@tZ`F0B@Fk75e#
zPM6>92gE_m?$T{zUjOs_nFT`%I&POItzLca!b2IAN42A#@B0nXf7E}~^*yD|e#>t;
z_u`Xh51d**dN0jMsrR4CNz}MT?FP1Ue-ezT#2sila5^__@x{#4v-r}STmiAL_|ita
z0%BoHzNFzf&<)YD^{=!{&fY8NhG?0HJVWcj?)ud%{!SR(6$r6_gqo>6|p-VB$LrIqgRSa3>K5e<>1tFZs4V$QMn
zu|Bxf-`Jh#Qv+4w(scZ*lj$kaD(W>R4m6=)z;Biu(b8#&cR8@|t-}2UznRGnb7ef4
zG>YkKC31tGU$f`Hc}rJ{RD8Md@I4sXGy$JreMwno!U
zFcA!b1yjy7&on^1<=Xcn120SMI=Emg%L+Im~4%
ziE7Kd(Ps~_g77#6KpIw&11UKv=wF%}K4c=m$&BvF@Mr!BGqdxWt3Mq)
z@OPLlBUz5V<)wYsKD7VH?(s|HZ1fuIUb
z3{&;4iL(t-X#7x(kQh@oiQ1p_Ke(GY{0_{Q6{&
zqvO`KvsWxL7i`(>NLGGR@N>%oEu;!=*7k+rD3K#R?M|eKge6V1qZ^;LJU618`H2h*{&*
zT)T^IXzk}}EUf*DcCoj=(I>IJ-{||+?}BEqlO5A%c*e;s@78aiel5pugbnzA?rT|I
z3tg1^S}^~nbhQ%orDh%ogRZC2q9hUCZUW*FB{U)IW5=1HF9-RQTHs@&Ay<-|Njh45
zfWY0N(Pgn3_^}jbbJ?7+>8_ZNcnD*5WAVoO1Z=EfV+jW>=6&v>>RF5Ww{vxVY~qLg
z+Z>+OZ|Z{w6SHPcdZJd%-7vsa*2UH1>Z*-HR(eY0bJGT{-0oQ|AD&*&=aCb9k@GdK
z{0QDg)wLFguY=%B`!A6*Hvc~u@iqE*D>j}~g>{Ut^zFvLUd3{&w=cOlyQ#g(r}{v=
zE7mDCt3BvDX|Lk+0W<}kg(W-tJ~jEPf$a_^=iTbg>fIqbsg^x~j~hMs(P59#o*mbD
zLS$S;@vJGH6ZjBX0l<_yAah2*XWl{@w7&%%g9bl|$LuIoWX2_4V%T*_wsyzzcmxKS
z*-rs`f!h)Z$tW@*GTvrEgW>6jLvUHSnbrt>!vQHfAS-am=<}s{eV>2)fd{s}&r<62
z-#^vsnDt+#IV^hn1EcS++qd&8<&6FVL}icu3~O5ljmoXzb>KBM`cO3;-H(#eSOFp7
znUo6sg-$}DlkkI&dWP|h=V5F@G9sU?g@d?B^u=)s`yXvBT7m`;#2%m#ddub868cCp
zbP0j>2soVz?t^K+WZ&pCZh!jdXMK1cTdOfdd}|l?vV=*=m+OKG=FejY3=-X
z-&r(j@8Jm#-8^i&vUg>#)|~;)_2`d1aBXo)FVCl9jymf@u~#bb&Q#XzK)e-loKKk{
zNky(gY?IM#-`pq&D61;;1hqq(v`Lzvc7o3=|-C
zhr2lv)4-+@U-OHe7U%Mv_HEO&gk%KR-n9ly`cV6aW#vUh-aXs1
z0ek>BYvq92hu1KivOgCZvX65$>yd$g=$kl!W4g4HC7xts()Lg@G}~#*CLfDGroiuF
zfxH|aXKw6c5u(CRA?a7`n6RNN^Tzv@cb)U`p?8#p3w*szh^U2#x1+Vr}8!wV}%OfD;^?CqU?X8BK=uXyiI
za;P=}Tzj}XERrd56oY@lVBFwr3{|7S*%;IS9z2NHCK7r$)&{38ZiD$l<{lnIMRvwe
zi_KL8u?LC(j2tBW6OVvS%dJ%z#iR=CIIwePhCM$rCAL+!%v(pSUagJLPp|cK?_h&p
zab;-8?bpe#t;PH-@_wnD1)rvhl)KzvKu=+U61bh3gnk>$O}uYl!$Sf>5N+Fd-z`W+
zoLeHjiV-V8JGRN&0X4A6+g$C7#Z)SiGMrZ8An^{8qQED~QxPx4yDYITcq;0-bettz
zxdSxblFm9L<}H5Vs`T2YWM|QJYrn3_CXke;EAW^cOlZL;kzKcr^sPIjR9-x#l-0e0H&Ts2N%<%K7A|!#d^5sx#J>^W3r^shT6{AX
zWBFAKyUz<_!yDrbn|8{#=l}dzU(e=$1H-od6`QZ->dV-C&2!Q7F-5$756|e6YE2>AB2A8jko#R~e+>T}
zSTQ_?OsT~hCx1-u#{L)@1|Hl>{uth?=3Oo{8%=mzisXf!TBY2xT)w+*5j(L`k+!V$
zV7?)~!6$MWvCxaO4a<(IBX*B)9NKG(YI?{81Pz7$EWOmaH~1;DM-nj*sjkSoOrktR888EMu`
zoDevixtE>TCN~ArNkQfm48Id=4yPQOl-jZQY@wsLb+1X*IW5+%%Px0SzLha3aY$av
z@!s=o^Qu{LUJl)IU0=YsSc`xxEYW&_}%boIVRNA-R}`P^sd8
z8TJ#d^pfYs?|BQXxh6etJT}A%(T^jP!0nOL#^OBp)>}mr3*S<6Pu2a7)wfjVqOvp@
zxo8sAi&*LT(sFlH3=B{(nW^yYD3peV);d^%86yffFbpohKhha934nbQhEEdUM{cgv
zhCoUs2M&^_H2Z{tumVLJ6?l>uV{~|Ucz$@E&1uVwjmr?I$#|PER>2TkQV1M~NRy(Z
zK$aJG3
zZvSt3PEz^M?hh?up+B-2<0`ThvugV0MR@VGgKy*?T3XtvyhYtlCe!GWnd`;Sn!LHH{OI_GhcT6D*F&AYaLvlzL78*ulMe-{q4pI3En~Yc&AYaUg
zT!HZdz!ViB|bc%Ep`?O$dqd!
zHX{=Wad<3SywjI^B_1AZ3Me+2xuD5cM?62=U3_y^%(^==#P;c?ZsB23`j4M|tsJ^{
z)rwWwy;x8E>#)$97InYV-Sfxv+{}dhst)aX4eqReJ-F{xt-I6=_}k3Xwn@2@wPmf6
z`?cHn`>&s^-?Vm0(GB-b&M9g+;gvDYtV(ORb6Iwrb5vqX2H(4Vq%*2reH`azt~A!|
zh>MMi0ME(IN{$D(fgFn1I!c8-QkLDBtz-oVGnz!4^d!HKxt5qc7D<#}af~^vdtwMu=L=~h)V25Ou@IfnK;X4=3+qG-nf~Q})
z_U;bzx>w!Ye)+X4aD*nN;Kvhz5cMh!U`XRS?eIon_DvetlX!LJG~Nz(*D0E`(adaoX^BHo7!QjlpWA|GZ%fEqF#Fzvm>rn4EJ>A&yx+|I7i?>VBcV^xcEy;lEIyTx;j
zyjAaZ*O_H{7W-h?nY$Rl1i;?{XP{XE8i76`j%*}`l@2q(ohaO-W5b+*HxCWmheear
z3d$%#^J&qLvBXl?g5j84wR7iAWtCjvd9iM$T*2SfM<1x#wHGBfs;sYfhxYE;xdjYn
zr0bBXoJPP%nT>%hKvPFUvgKX?a1KO+lGrSiYTC;#K}mcW7#eL-)3nW!VZ#QRgvcD8
zmFaS(rZ{a5leMjtD?yy`lI<8mNL)OEta0M;HOB1Z?PslOk4v})$B*Z2;ziF0etki6g;pzlOENNkM#U
zBX{4nM<=wZay89H$@FNG=-VhS1Ve|MCbJSMi5EjzT&%W2uR
zWt&X6MQtueI070-*ycmWDd58$>T*FqY@Gqs
z+LsdwAl6Jevof$}NHh$;OHr$o{5H^E=%gkLfl~mEJW*qw1_lgBrFw#;vdMx$D>n2%vuN~q!SPx>>0|8g3`7o
zZWZDOsz996T<7_p1O*r-$nH)RKxis`Hs4W~j
zO$?e(6Z_%Na|fS;fNp;7x#zHfe0%Nv(;vJKj5YR}=bzJR<}VtNUG??@J#HD$rq8v*
zaSSbmUs~y#J!|GlZA6p%?gLi9azEhv?vKv;CsxNbzaQxb
zx>sZ;>PHm_OiZ%FT)a-Z37qm$xuNXxBF`f2rWyW^P|Gqf3==S#s{trJ|u0l_cSjCe6ws|F|L
z27+j$2tl97{TYBZwhAUxz=0G~bv-h7deambz};J
zAA%@0lxBi<2v0c5F`1|vndM}w?N2Q2YWq7kxz%y|LMXyl}TWI&=@_=?Hvs(TL_
z~0gdiU&HF>q3^2Ohoi_IV53{raw;wPTi3
zQz1E%g3-DXR@oLKb_yWHgx>=HfVj1Pr$C|2RWZ%E)}k9G5but8Ij;MN82j{Lx7~fmX1tq8
zcdJJbv`Ki*Y=P&5sV@MAO(N7EJ{$HAAUcDAv9QJ2Yp)U>E2p>gxX)t
z#ytPW9R|&x#gl~u14(w21UPf*TXKoFl7n63{%z^IA8gKrhs8%joVrOGcujmXEt;bV
zYKQpmrQ31yFj+`AG}V+_Z=fIo(mty9Tz|L5W7mv_JmtnMCY|EJiSuxeevDec4gP4#p&f5
zkNflfrms`8An(NxXQK0_1^lkqHqvAg8>he|AOh35MA^(eIt&h4(xKc?8z55gw_vzhUDWgB>7phIkI;Uh>*Kr*!KB7j+>-mznF4k$gZI7#V0w3fbu`pWfQKJbp2lY2~zVd+J1LNy^9h
zbp-NgBvzxbN@8&t{|_UlyvQRMO9xov%M>0&=}7@5NsMX%(I8Taa8X`B-7}<@4&j4_%08NR9Omc{93PHkgBp#pUYl0pIPE)QX;~syWjC&z0G}%)Rc8Zq89MPB@83FOT%+
z-0SUY%F3eAS~N1eUum1@a>EvBsrPK$qDe7Lqb^C|5$15D;Az}xe@Fd|5(Db-zchtj
znJBxhugOrd>$htW$^Vwppz+Tu8y+GTt6#iL%5*hew7-(w>R2;bacp
zCZRH-xrDQt^p~bZEb@L)W^Ndqv^jx|#IC7ZbeFQ|;-R$kF=K{IEV+7YRxfwo?n9MT
zJMUP$xvcX9r|p%yUh0>tjB2pO5TEsA&z!=+oyQ^n2V}9tL2Y~Y9jcm8C^YZ>huG^Qdce}!NsrsLX4(S(1k5`LM>9&yz
zW^Y)vx~l!?wv$%OaIgLS+}j5xZW!F~nWP$st<4Q#OaB!P?}L!OB1f
zIaBec4$@SZG{(TLp@xjcDile&j66c2z-2Ok1K+XP^$$>kKimD{aQeU_{^4uo)6Pn;IDZH=#E&9)!`H!rMi+&|Xkq+?_7-
zHU8(#613Rifo34X(+`A535MTJMTI27+9+cZ92QMyOuD3KTLRw3Q^hosPU(k=<^4C%^-6kh1k=#J@r~87X)G;N`MH{%M)iUasE-kAFfJzn+#JSO)yUyc5RNi&dd6N(x{721#S
zfRf7UR7fUG4o<_{fsWO`Q?F+c=vkN=MgRkf|3=r6Q1QUbdw1xqZOfKzeUk>ue6{}B
zOD|!-=ya6ibTeiGa~8-;gtHPF50pIO-3@20-pxR_C|8~Dq2Nx{%S+@0c%1uVFkD*<
zj|_FlPF@+BI!q$ZDFz&?v``Eb%y6g&Aw(CmnS&hBC6kGpegcNzCdkmaAToE$poSna
zo8)0&DZD-5Qwhs*K+wr>2#~wQ$oe5?!GJCf3PLyFKc0Tfu|zIl)3?vRW~08svwH~w
z>$k#UKRzfAnKD)$b@8D7!>=#tN95i6_IWM_M_@}b0MqkPn*62(0rSsWB
z{u}916+Ac3H)tmlUq9C!k3=v~!wd2=lcK`IpcF+C5{-^p+D{b8!Y31_DOM8MKm&29
z{+m4OhyNyb@MHfq$np`|u8k`#F4m#)_+og>xCa%z=YSUE>7n$L@f_L(47Yzxv>izllb9YQH?NPT+f33WB8Vg^`@;+qd>VA)x?dmaY?cenK&wkXUbw71f
z%R=OcId$zz1C;)>hIq~megd>a
z7NLF9ns_6(+T#=o!yfn~5bk3BeP!-=z_dXFq0^3S*P
za-9jSTU@_)cICB}?0Bm!eD#d^H$7aOQVYvx%8VYzAD^=!J-+XlXa25#qnb7<>Rrz~
z*|VLhY*FO3gC^ZEv&*tN+Gjk^f_4^b|0{fMs}
zd7|{+pzDwOt^+O})Q)L{@47r*`Wfp^K_2f+Lb46y6KtF
z9WC<89-NUk;I^yt?y0lR`**wYjX17QwyGcVSc~c<>{NYY}wS;VhfA6CgqG9GNPa;CoiS)Cv&Ib
zt4E}k&iJA#H@|K7enYCp4m|b1_M@{W4}7vsjI>9V}QBrFtRHeb7<<
z#vPMyhwhq}2Hn;1mvvY8@+l)iQ@SgmrLItS4Qi#Kwn#kkueZ{a9(|>%>m@ovO!j|h
zreSX=1;hW)Ov9m}AI*BIwTgX=h7&Ii%cIU?GbYS4#3SlPte$9WSYOWnS}F@pDAhwF7g*K0l%
z*YUeNG;m!W@V>Z?Tp)5AjoKIOOnn#EA=8ziE=xM{^+W(q_o&+jk2S(tVMb08gFFjSWGTD@yk5k}wvB9);X>!a$tPDYcMJmk
z;!zuqSB?Xc-4N?3BR$8i%LjIE*mB3N*1g|K%x#z1>G~O425eimq^-N?fj;ZMnZ86n
zf8od9S=ehgojtktt
zITgc&abJQ%9J!}4j*w7eNcW58*Li#}ANRq=I{3cH>ow9hOPk}ZA}>;5Z{0m!=u~+hMW}Kfsa{J
zs{;=NQ@Nc@5kMB{=WC20n?T8ggb+?9Bs>HdnV@RPp+L!?oE?r>)R1r%Gtay1(ThLI
zbKbRo@`>DQ#}4+`r=QX{cu%UckXt1TNaQ@k>9usFLAOgsvDZ-KZOe^^7f7jaGTEKS
z2;fa@k79-R5(FO#N^b(akQT5q%zqn;X@9%iEC=E?DD#9s%re4x8`>e$IF=hZJ+PpB
z${|(}P~J+x&3#wzjt;f6-}UQemmV3A7ad~LWAqOf6}0#Ka_hAndfrmBs7sPX|L$Km
zJY76rsVV*M-+ET0ca)1fgIe#KcF%~e&Rox1rN!j;y
z?XZZ?E06u->t?vIZUjGQc)dpYS5x#@H)4GVdRiZ%ov8*rj{(!p;5rah@LSYKXT5c>
zL%`PPtuuT8i}XIgSnP&}E>&9N4ok%ZC&BvdLvyA=%!f*647i8^=U`5pM?TaE%?Z
zt-A!Bh{Z}N4PG;SCl=m%4!gM6I1zsK~THG}(m%+f42nK=ymjl;0t2pyseXrNnIKqI~D
zJtk(nj5?)Oj
z+)L3$0R${baac=CMSL8jj-mdRka8(7tlr7MsO}4#uR}oZ(2*X<$HnAz7Kh6)Jv>
zY1N@-diz!}<71y#xwl{IP+1BtSz#X1)lpiS=3aZpyz(&@O~KVGu+PPKeU4Y9N`2Y&
z?uc%saf)i{%tCoSH4+%x(eg24EHDJ-Du@`^-zF0q6poQX=v+vItg4|^VJMF*VrWR&
zz4B*7xQ_ELJtN*j(*+ZW=o@tgxN>Hqhzp~aje16tMzI|HYcBBwyt)bEySQVUD@Xn>
z3VJRyObs1CZ;@aqCe2&C*wDP)$yQ8gWp{UZ$CCWq>~>k1mQ-u1F{zPFOsWn1FOYpN
zHco^Ua7Da6z}kpt#$GeDA|R}XH(Uju1hVnXW))YEj!*kMXrWwK7o3`}{|GtuvdQ_x
z9@V>P$i*)9D9TDrP%8NK!Fr`SRPE*4m+}O;FSN}N_-gm4d|P7Q^O_;%#n|_N%@SW^
zU$MspUu2IP`l_P0Z9ozc#^dhNUe8fphL
z(zo7U1MtgGThH+TYGN#JSfR?bOz5=UIO{GaY*IS4$`9|wN(nLjwi+>TH-^2swYQ45s!VNm@b|lTL=bm;C%J-v=yjT
z{xZCt_eILKHLOo?%C?2tfZ+PP7ng|yZcm?6);G%F24?VokDmnJinXH7M*gjEDP7v*
z4sVIGu3mn=Hsl>5vlo|Bu}pxF;=G+Jmpq|CNEJX%c7LqSl|GSxC)}Aq%|keqLMR+C
z=mlb_@TeRMviGG&xSSkhh75j)k!+N~4^eQCW#I;EK9irmkM-ZRbZImB{8(Jg>eV$D
zy9aXmfe%uW2v#9QkKS&REMj8hfszvG0Y>m=7B0hFs1#?>z(>U{Ab<_`Wo1;+O}5
zqV|5!KzsH!lZSDdzM3auz;Zc<-_zpJ3%_){g3hNe|*n!tcBa(hk@*RHqPk7
zxO#o~#NW<9=_{{pw4)m|yk?SlB4{86@^k)kw#;Z}nL)#II%>~>rnjJxc6-kl?VKSR
z@I=whO_;?(>8t%25Yv6Qf{qc!b_JXUXd}Kp5qU=7LbEA^D+S?Iz(T@JN@!Dv#av(v
z6bii32H;9<*nqpyv!SLiQz+n==ySbJmCu%C1f$~
zAYtIaGWjqN3#BQ78WM>Djly&evr2e4XBU_evzbE@Tky
zg3&b72I&x;eaj-KE7a7Lwc+m6+~eWE_JxNuZYJ;%WQA*0kS|G4Das4V^KvNFXG(HX
z3sf2x+G11_iUpX^rP6;En1ix^7G*GZqnVa2l@IjRYkb*2w`rdQ&vxr(6N5hLOAC7J
zC7icn|8@57<8ka|22?$lkJs1R$1nT$@i^%ToT^-ZXvw!Rwc{B|HPn3VNYQeLzErfM
zFAZ+T^o`LDswFF3wF57O3yz>20{7zU_%U=A-p9SXPl&M2A0zX|NI&u1Ei@yT7-qlTDYWDN3d|Pl5p}OQqcpS(LkL1
z%~J-M7n&xbhIjxsi!#x~PUd1@Un?(6sjWIAuv$CEMBj9~Tj3xN%6iHLk
zIhHL|dQQ}+PbT9g1%@L5AkrQn;R=BixVR}yp=1yMrpgSg836vOxmiNmkF5nE!pc>u
z4R`|7_6k8$=!9$VPXVlfuEB76LH=ukEyvZyX*-o*2i-ivzqq_g==a>f^^B
zZJCqMAt6$mVxLzTcU59>ZfQ$rcF4HMl#VmgsmWPVuer;6sY_Zt$&8e%D0g
z=|SE#S&as$&}a8d0j>oo2gE&s8p1MAj^s1t$s$?+%rEv$Ju30t^{CuI1im2%Ccu6n
z^k1Ty2y3Pf{Z|N2G>rA_6VJ(2KiMCic#v2E#fhwh>SpxKrjS?td
zXghN7;3!ILj0P~5$5F#*JDh{rzOD!4rvS;6*G51HA%zWHcMCzbR<+Hw~Iap4F6#88rO`jdVeO*`RruFB&E-0w4avm&-1w79-6a
zul;w4Ty{ZK7YhNurK*ed^DrZkUB}=&%ovxAkm387)6l0}-lrO=4ZF(t{;Q0BFUBHB
zFt^0m4G=WmKUuj!Q||x%WmLP--wu8MLF3!_X^eL*_bg)*IE`p0+WS>~8mu+mAFQ<~
z#Ntgj00Wr9L&Zqqi^I|t1(Y}lP8|#}jdDqfg&nwyg@!CVzPsR(*aM1swf|{e@CXH6
z?Ur~%X*RT3@sM++UBEUqlNXOvt-+=!IgFQ*M1L`pR6!B%@b7UzNwA7x#%>7K3*6vc
zq->?|{rZUcHSwIN>WSlB<`*FGP2=z*_#{%g?uSFAhlIa&w!j!0=3P=O%`al;2t!c_xFO3*&er{({l
z6sO&W+EPk!2`qr=c8v#@B-9?GcucCx$-dq&Q$Fe0{@SKjJ?D0#eN40W1N`SygSvZbxVX)*I&l-SLztacwt2<($5PF*$w
zCAPLrUp8HgC-BD!7*7c2*vB<+kaogYk&U;LF`isr)ZPXSWDKHVH*npU{C+;&c%$bQ
zs^jTzCz?H`?-K3kyL|0{A0U^vzny57!1)2%(K$cx_s8jL2R7$TNbV;3)7{q&m)+j=
zwF8RT%|
zn=1smxyaJMeV(w7@DYN!#3*$UsCCmEEss_57l&~>8a9cV7-rxUjF#iLvSX7Zm_Cr-
zD!ibcgk9&==Mq}u%DVpFYhMME7}Sx~=#?9$u)1!S4|d-HWcimzu$qjIvI
z82Dj)wPe|RtY&b2F|IG8i^+&@o+QpA7jAL?Bz-7lCPjRV;dIqB9?WK^*lmZ848}^N
zs2tvq8hHkBf=R7WgSBO1oXS
zt}pM2<;xA{XD{zr^K-}#5-GKoCCci7f^kSiNxPQvH55WHq(FO$xe2Wbhi@8d&d6&A
z_D=zmSb`!xJjkCxD9gY6C^S~!GGMzJQ+mms7yzzdhQBBqabG#
zKxn*Z2B5^T)jRP{l?>G
z57geWjSXJ3{Z(0eXx}fJzVzw`w9#XSu0y2iQ+m|yhXzbPa*|DCneQ+{I${4-dQY3%
zBZoW5z@^ess%sQtPBkhE(-APz+v7W5pPWA22!yv)qJ(!5UXi!yUFb2AWi>5NNvM8>zZNT6%wbJv{*p1l{$s@I_Gq2q5Dd+o3}l@Bf%^w7xsp?lvL
zee;6Rs09>%&77Wh7FRv5hrW3Jwb$PJ__+^A2Cc=Jev`Q$_BpI%TpqfS%@DE$n_=(*
zl0nyKAA@EnXiQR#$pZ>l;k+Kf3aA~=W~%S(Zzr0aKu$a^>*yza?VunEY6KYVK+l2>
zQBQ~R_ovv`4&`Y`h`#r$IZwF$`{|9g^XAJHRpQt1rVrJ{tp{%z5n#
zsSm|gSGEN{y+;S&(@W~%(`5yI!!WGWFy#708R&Y!)k;t_Skw4)5nJ6vBmO|-(clh&
zn6jo@A)eF)x?7{J_*+3Z^W~eNy?3R}fZssGZ4z@YK-ib*4QhI;0Bln6cm8!;UhxN=
zBewcVpErW5ea#rmj}CE|m;3bUNdW9*r#0IN05*9Q1zOUVh}6|wsqD+ZvZWG#8SV9t
zHD5*hL|Jnn?eQn{Hxz$y?TO9T)*jjvZhIMv|2IC6Nfn5ppn4d6*=_Eap6#$kD?4J1
zcKFL{6rP*r=JPMC(Mz=QR~FYLn)#m=7uu_j@c-Wy7nKIV4_{k-5x&z)tS!_Cp+v)c
zZSi<8Uy@roQktw0a+$@Ik$D9LL|%qZz3FUL6LuamUr}L^VNETqr$HmgiT%+v`oml
zWZa)j2rDR4K!qdgAmHP?9GsyM5G2*@YDj5l20;&yQV=eRq`-(33O-UFc$MB<)f73>
zZ`aZvZdgG@Jriu=`mBj^Dwqd89=@?89g^jF$gY8t++)}^ykDR$%s6cX?1eP0pz;30
zbE83XBaIo_5%ISv7*~p$H3RGaFdGXRva^geXaw$h2WWu1CK~Bg@Arbn`+aab981jG
zL4TfLge9hS9QE2Ej1O-ISmF;j#)s@RK8%m(PYdX98PZCj^)^&dDL*EGwUM!va*>ew
zCg!$DLay=o3Ee3T^<5RP71MCurhwET3m3jJ!$O)~QoIj~64r#mtB86yz}mr70?dXZ
zRmo_<&Fb@Qk18wbj_E(I(a*E6
zH7r``2)-+ex;ff27?0L0cRy;7aAY+(?$hW#L8=L14I5lo2!;hF5E>SwYPX&>#G;5oa!$tpjA{j|lu
zpT@JjtdjNt^zq7i``}mKK9I))EBlb3@jev1pUge{?Mz~CGla_Wb|%+r=L>&3lUOW<
z3o@@9zyLp`x7KnwpAh?d0_*DiTI@^j*S>c29#osj-_8U^^<22@tPlx(7h%8upb7%OG(cHO@z4n;ke#eJd3#dh8QUk
zqwpbUMhP0J)_cL|=LMsE(GJDw@676k-(shvc6
zd|DF}a48-rL>(^+d07aMfC9e4#cmY#W#du7R}CuZt85fCd}sQK`l4MZs9tL+?$rB0b*?LYf*0({3^dQ13a)*@
z&3a^l;srt6i437L1d0YnKw=I`+HBTP7b-kFx@|he<{K6|g~!=YKpoX>=OY972J&vT
zmv7&)=E=JjY~PYyweaju`h{m_Jl*B7rAv3Q{`$VMdFP&fPY7wjQkM=yVZiab?oi4@Bimj&om|ErYG*y
z=dcwwYDa4IO7GLJfBHtJ$5zeOAs