Merged in chore/cleanup-package-exports (pull request #3344)
chore: Cleanup package exports * Cleanup package exports Approved-by: Matilda Landström
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@scandic-hotels/redis-api",
|
"name": "@scandic-hotels/redis-api",
|
||||||
"module": "index.ts",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@scandic-hotels/booking-flow",
|
"name": "@scandic-hotels/booking-flow",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.ts",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check-types": "tsgo --noEmit",
|
"check-types": "tsgo --noEmit",
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"name": "@scandic-hotels/common",
|
"name": "@scandic-hotels/common",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.ts",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
@@ -31,8 +30,6 @@
|
|||||||
"./constants/routes/*": "./constants/routes/*.ts",
|
"./constants/routes/*": "./constants/routes/*.ts",
|
||||||
"./constants/sessionKeys": "./constants/sessionKeys.ts",
|
"./constants/sessionKeys": "./constants/sessionKeys.ts",
|
||||||
"./constants/signatureHotels": "./constants/signatureHotels.ts",
|
"./constants/signatureHotels": "./constants/signatureHotels.ts",
|
||||||
"./constants/paymentCallbackStatus": "./constants/paymentCallbackStatus.ts",
|
|
||||||
"./constants/scandicPartners": "./constants/scandicPartners.ts",
|
|
||||||
"./dataCache": "./dataCache/index.ts",
|
"./dataCache": "./dataCache/index.ts",
|
||||||
"./dt": "./dt/dt.ts",
|
"./dt": "./dt/dt.ts",
|
||||||
"./dt/utils/hasOverlappingDates": "./dt/utils/hasOverlappingDates.ts",
|
"./dt/utils/hasOverlappingDates": "./dt/utils/hasOverlappingDates.ts",
|
||||||
@@ -43,12 +40,6 @@
|
|||||||
"./stores/*": "./stores/*.ts",
|
"./stores/*": "./stores/*.ts",
|
||||||
"./telemetry": "./telemetry/index.ts",
|
"./telemetry": "./telemetry/index.ts",
|
||||||
"./tokenManager": "./tokenManager/index.ts",
|
"./tokenManager": "./tokenManager/index.ts",
|
||||||
"./tracking/base": "./tracking/base.ts",
|
|
||||||
"./tracking/pageview": "./tracking/pageview.ts",
|
|
||||||
"./tracking/types": "./tracking/types.ts",
|
|
||||||
"./tracking/useFormTracking": "./tracking/useFormTracking.ts",
|
|
||||||
"./tracking/useTrackHardNavigation": "./tracking/useTrackHardNavigation.ts",
|
|
||||||
"./tracking/useTrackSoftNavigation": "./tracking/useTrackSoftNavigation.ts",
|
|
||||||
"./utils/stringEquals": "./utils/stringEquals.ts",
|
"./utils/stringEquals": "./utils/stringEquals.ts",
|
||||||
"./utils/chunk": "./utils/chunk.ts",
|
"./utils/chunk": "./utils/chunk.ts",
|
||||||
"./utils/dateFormatting": "./utils/dateFormatting.ts",
|
"./utils/dateFormatting": "./utils/dateFormatting.ts",
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
"./Avatar": "./lib/components/Avatar/index.tsx",
|
"./Avatar": "./lib/components/Avatar/index.tsx",
|
||||||
"./BackToTopButton": "./lib/components/BackToTopButton/index.tsx",
|
"./BackToTopButton": "./lib/components/BackToTopButton/index.tsx",
|
||||||
"./Badge": "./lib/components/Badge/index.tsx",
|
"./Badge": "./lib/components/Badge/index.tsx",
|
||||||
"./Body": "./lib/components/Body/index.tsx",
|
|
||||||
"./BookingCodeChip": "./lib/components/BookingCodeChip/index.tsx",
|
"./BookingCodeChip": "./lib/components/BookingCodeChip/index.tsx",
|
||||||
"./Button": "./lib/components/Button/index.tsx",
|
"./Button": "./lib/components/Button/index.tsx",
|
||||||
"./ButtonLink": "./lib/components/ButtonLink/index.tsx",
|
"./ButtonLink": "./lib/components/ButtonLink/index.tsx",
|
||||||
@@ -105,7 +104,6 @@
|
|||||||
"./Icons/KidsIcon": "./lib/components/Icons/Illustrations/Kids.tsx",
|
"./Icons/KidsIcon": "./lib/components/Icons/Illustrations/Kids.tsx",
|
||||||
"./Icons/KidsMocktailIcon": "./lib/components/Icons/Illustrations/KidsMocktail.tsx",
|
"./Icons/KidsMocktailIcon": "./lib/components/Icons/Illustrations/KidsMocktail.tsx",
|
||||||
"./Icons/MagicWandIcon": "./lib/components/Icons/Illustrations/MagicWand.tsx",
|
"./Icons/MagicWandIcon": "./lib/components/Icons/Illustrations/MagicWand.tsx",
|
||||||
"./Icons/MarskiLogoIcon": "./lib/components/Icons/Logos/MarskiLogo.tsx",
|
|
||||||
"./Icons/MassageIcon": "./lib/components/Icons/Customised/Amenities_Facilities/Massage.tsx",
|
"./Icons/MassageIcon": "./lib/components/Icons/Customised/Amenities_Facilities/Massage.tsx",
|
||||||
"./Icons/MaterialIcon": "./lib/components/Icons/MaterialIcon/index.tsx",
|
"./Icons/MaterialIcon": "./lib/components/Icons/MaterialIcon/index.tsx",
|
||||||
"./Icons/MaterialIcon/MaterialSymbol": "./lib/components/Icons/MaterialIcon/MaterialSymbol/index.tsx",
|
"./Icons/MaterialIcon/MaterialSymbol": "./lib/components/Icons/MaterialIcon/MaterialSymbol/index.tsx",
|
||||||
@@ -144,9 +142,7 @@
|
|||||||
"./InfoCard": "./lib/components/InfoCard/index.tsx",
|
"./InfoCard": "./lib/components/InfoCard/index.tsx",
|
||||||
"./Input": "./lib/components/Input/index.tsx",
|
"./Input": "./lib/components/Input/index.tsx",
|
||||||
"./JsonToHtml": "./lib/components/JsonToHtml/JsonToHtml.tsx",
|
"./JsonToHtml": "./lib/components/JsonToHtml/JsonToHtml.tsx",
|
||||||
"./Label": "./lib/components/Label/index.tsx",
|
|
||||||
"./Lightbox": "./lib/components/Lightbox/index.tsx",
|
"./Lightbox": "./lib/components/Lightbox/index.tsx",
|
||||||
"./Link": "./lib/components/Link/index.tsx",
|
|
||||||
"./LinkList": "./lib/components/LinkList/index.tsx",
|
"./LinkList": "./lib/components/LinkList/index.tsx",
|
||||||
"./LinkListItem": "./lib/components/LinkList/LinkListItem/index.tsx",
|
"./LinkListItem": "./lib/components/LinkList/LinkListItem/index.tsx",
|
||||||
"./LoadingSpinner": "./lib/components/LoadingSpinner/index.tsx",
|
"./LoadingSpinner": "./lib/components/LoadingSpinner/index.tsx",
|
||||||
@@ -168,7 +164,6 @@
|
|||||||
"./ParkingInformation": "./lib/components/ParkingInformation/index.tsx",
|
"./ParkingInformation": "./lib/components/ParkingInformation/index.tsx",
|
||||||
"./Payment/PaymentMethodIcon": "./lib/components/Payment/PaymentMethodIcon.tsx",
|
"./Payment/PaymentMethodIcon": "./lib/components/Payment/PaymentMethodIcon.tsx",
|
||||||
"./PointsRateCard": "./lib/components/RateCard/Points/index.tsx",
|
"./PointsRateCard": "./lib/components/RateCard/Points/index.tsx",
|
||||||
"./Preamble": "./lib/components/Preamble/index.tsx",
|
|
||||||
"./Progress": "./lib/components/Progress/index.tsx",
|
"./Progress": "./lib/components/Progress/index.tsx",
|
||||||
"./RegularRateCard": "./lib/components/RateCard/Regular/index.tsx",
|
"./RegularRateCard": "./lib/components/RateCard/Regular/index.tsx",
|
||||||
"./Select": "./lib/components/Select/index.tsx",
|
"./Select": "./lib/components/Select/index.tsx",
|
||||||
@@ -190,15 +185,12 @@
|
|||||||
"./Typography": "./lib/components/Typography/index.tsx",
|
"./Typography": "./lib/components/Typography/index.tsx",
|
||||||
"./VideoPlayer": "./lib/components/VideoPlayer/index.tsx",
|
"./VideoPlayer": "./lib/components/VideoPlayer/index.tsx",
|
||||||
"./VideoWithCard": "./lib/components/VideoPlayer/VideoWithCard/index.tsx",
|
"./VideoWithCard": "./lib/components/VideoPlayer/VideoWithCard/index.tsx",
|
||||||
"./base.css": "./lib/base.css",
|
|
||||||
"./design-system-new-deprecated.css": "./lib/design-system-new-deprecated.css",
|
"./design-system-new-deprecated.css": "./lib/design-system-new-deprecated.css",
|
||||||
"./downtown-camper.css": "./lib/styles/downtown-camper.css",
|
"./downtown-camper.css": "./lib/styles/downtown-camper.css",
|
||||||
"./fonts.css": "./lib/fonts.css",
|
"./fonts.css": "./lib/fonts.css",
|
||||||
"./globals.css": "./lib/globals.css",
|
|
||||||
"./grand-hotel.css": "./lib/styles/grand-hotel.css",
|
"./grand-hotel.css": "./lib/styles/grand-hotel.css",
|
||||||
"./haymarket.css": "./lib/styles/haymarket.css",
|
"./haymarket.css": "./lib/styles/haymarket.css",
|
||||||
"./hotel-norge.css": "./lib/styles/hotel-norge.css",
|
"./hotel-norge.css": "./lib/styles/hotel-norge.css",
|
||||||
"./impl.css": "./lib/impl.css",
|
|
||||||
"./marski.css": "./lib/styles/marski.css",
|
"./marski.css": "./lib/styles/marski.css",
|
||||||
"./normalize.css": "./lib/normalize.css",
|
"./normalize.css": "./lib/normalize.css",
|
||||||
"./scandic-go.css": "./lib/styles/scandic-go.css",
|
"./scandic-go.css": "./lib/styles/scandic-go.css",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@scandic-hotels/trpc",
|
"name": "@scandic-hotels/trpc",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.ts",
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check-types": "tsgo --noEmit",
|
"check-types": "tsgo --noEmit",
|
||||||
|
|||||||
Reference in New Issue
Block a user