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
187 lines
9.9 KiB
TypeScript
187 lines
9.9 KiB
TypeScript
export { default as AcIcon } from "./Ac"
|
|
export { default as AccesoriesIcon } from "./Accesories"
|
|
export { default as AccessibilityIcon } from "./Accessibility"
|
|
export { default as AccountCircleIcon } from "./AccountCircle"
|
|
export { default as AirIcon } from "./Air"
|
|
export { default as AirplaneIcon } from "./Airplane"
|
|
export { default as AllergyIcon } from "./Allergy"
|
|
export { default as ArrowRightIcon } from "./ArrowRight"
|
|
export { default as ArrowUpIcon } from "./ArrowUp"
|
|
export { default as BalconyIcon } from "./Balcony"
|
|
export { default as BarIcon } from "./Bar"
|
|
export { default as BathtubIcon } from "./Bathtub"
|
|
export { default as BedHotelIcon } from "./BedHotel"
|
|
export { default as BedroomParentIcon } from "./BedroomParent"
|
|
export { default as BedIcon } from "./Beds/Bed"
|
|
export { default as BedDoubleIcon } from "./Beds/BedDouble"
|
|
export { default as BedSingleIcon } from "./Beds/BedSingle"
|
|
export { default as ExtraBunkBedIcon } from "./Beds/ExtraBunkBed"
|
|
export { default as ExtraPullOutBedIcon } from "./Beds/ExtraPullOutBed"
|
|
export { default as ExtraSofaBedIcon } from "./Beds/ExtraSofaBed"
|
|
export { default as ExtraWallBedIcon } from "./Beds/ExtraWallBed"
|
|
export { default as KingBedIcon } from "./Beds/KingBed"
|
|
export { default as KingBedSmallIcon } from "./Beds/KingBedSmall"
|
|
export { default as QueenBedIcon } from "./Beds/QueenBed"
|
|
export { default as SingleBedIcon } from "./Beds/SingleBed"
|
|
export { default as TwinBedsIcon } from "./Beds/TwinBeds"
|
|
export { default as BikeIcon } from "./Bike"
|
|
export { default as BikingIcon } from "./Biking"
|
|
export { default as BreakfastIcon } from "./Breakfast"
|
|
export { default as BusinessIcon } from "./Business"
|
|
export { default as CableIcon } from "./Cable"
|
|
export { default as CalendarIcon } from "./Calendar"
|
|
export { default as CalendarAddIcon } from "./CalendarAdd"
|
|
export { default as CameraIcon } from "./Camera"
|
|
export { default as CellphoneIcon } from "./Cellphone"
|
|
export { default as ChairIcon } from "./Chair"
|
|
export { default as CheckIcon } from "./Check"
|
|
export { default as CheckCircleIcon } from "./CheckCircle"
|
|
export { default as ChevronDownIcon } from "./ChevronDown"
|
|
export { default as ChevronDownSmallIcon } from "./ChevronDownSmall"
|
|
export { default as ChevronLeftIcon } from "./ChevronLeft"
|
|
export { default as ChevronLeftSmallIcon } from "./ChevronLeftSmall"
|
|
export { default as ChevronRightIcon } from "./ChevronRight"
|
|
export { default as ChevronRightSmallIcon } from "./ChevronRightSmall"
|
|
export { default as ChevronUpIcon } from "./ChevronUp"
|
|
export { default as ChevronUpSmallIcon } from "./ChevronUpSmall"
|
|
export { default as CityIcon } from "./City"
|
|
export { default as CloseIcon } from "./Close"
|
|
export { default as CloseLargeIcon } from "./CloseLarge"
|
|
export { default as CoffeeIcon } from "./Coffee"
|
|
export { default as CoffeeAltIcon } from "./CoffeeAlt"
|
|
export { default as CoffeeMakerIcon } from "./CoffeeMaker"
|
|
export { default as CoinIcon } from "./Coin"
|
|
export { default as CompareArrowsIcon } from "./CompareArrows"
|
|
export { default as ConciergeIcon } from "./Concierge"
|
|
export { default as ContractIcon } from "./Contract"
|
|
export { default as ConvenienceStore24hIcon } from "./ConvenienceStore24h"
|
|
export { default as CoolIcon } from "./Cool"
|
|
export { default as CreditCard } from "./CreditCard"
|
|
export { default as CreditCardAddIcon } from "./CreditCardAdd"
|
|
export { default as CroissantCoffeeEggIcon } from "./CroissantCoffeeEgg"
|
|
export { default as CrossCircle } from "./CrossCircle"
|
|
export { default as CrossCircleOutlineIcon } from "./CrossCircleOutline"
|
|
export { default as CulturalIcon } from "./Cultural"
|
|
export { default as CutleryOneIcon } from "./CutleryOne"
|
|
export { default as CutleryTwoIcon } from "./CutleryTwo"
|
|
export { default as DeleteIcon } from "./Delete"
|
|
export { default as DeskIcon } from "./Desk"
|
|
export { default as DiamondIcon } from "./Diamond"
|
|
export { default as DiningIcon } from "./Dining"
|
|
export { default as DirectionsIcon } from "./Directions"
|
|
export { default as DiscountIcon } from "./Discount"
|
|
export { default as DoorClosedIcon } from "./DoorClosed"
|
|
export { default as DoorOpenIcon } from "./DoorOpen"
|
|
export { default as DownloadIcon } from "./Download"
|
|
export { default as DresserIcon } from "./Dresser"
|
|
export { default as EditIcon } from "./Edit"
|
|
export { default as ElectricBikeIcon } from "./ElectricBike"
|
|
export { default as ElectricCarIcon } from "./ElectricCar"
|
|
export { default as EmailIcon } from "./Email"
|
|
export { default as ErrorCircleIcon } from "./ErrorCircle"
|
|
export { default as EyeHideIcon } from "./EyeHide"
|
|
export { default as EyeShowIcon } from "./EyeShow"
|
|
export { default as FacebookIcon } from "./Facebook"
|
|
export { default as FamilyIcon } from "./Family"
|
|
export { default as FanIcon } from "./Fan"
|
|
export { default as FilterIcon } from "./Filter"
|
|
export { default as FitnessIcon } from "./Fitness"
|
|
export { default as FootstoolIcon } from "./Footstool"
|
|
export { default as GalleryIcon } from "./Gallery"
|
|
export { default as GarageIcon } from "./Garage"
|
|
export { default as GiftIcon } from "./Gift"
|
|
export { default as GiftOpenIcon } from "./GiftOpen"
|
|
export { default as GlobeIcon } from "./Globe"
|
|
export { default as GolfIcon } from "./Golf"
|
|
export { default as GroceriesIcon } from "./Groceries"
|
|
export { default as HairdryerIcon } from "./Hairdryer"
|
|
export { default as HandKeyIcon } from "./HandKey"
|
|
export { default as HandSoapIcon } from "./HandSoap"
|
|
export { default as HangerIcon } from "./Hanger"
|
|
export { default as HangerAltIcon } from "./HangerAlt"
|
|
export { default as HealthBeautyIcon } from "./HealthBeauty"
|
|
export { default as HeartIcon } from "./Heart"
|
|
export { default as HeatIcon } from "./Heat"
|
|
export { default as HotelNightIcon } from "./HotelNight"
|
|
export { default as HouseIcon } from "./House"
|
|
export { default as ImageIcon } from "./Image"
|
|
export { default as InfoCircleIcon } from "./InfoCircle"
|
|
export { default as InstagramIcon } from "./Instagram"
|
|
export { default as IronIcon } from "./Iron"
|
|
export { default as KayakingIcon } from "./Kayaking"
|
|
export { default as KettleIcon } from "./Kettle"
|
|
export { default as KidsIcon } from "./Kids"
|
|
export { default as KidsMocktailIcon } from "./KidsMocktail"
|
|
export { default as LampIcon } from "./Lamp"
|
|
export { default as LaptopIcon } from "./Laptop"
|
|
export { default as LaundryMachineIcon } from "./LaundryMachine"
|
|
export { default as LinkIcon } from "./Link"
|
|
export { default as LocalBarIcon } from "./LocalBar"
|
|
export { default as LocationIcon } from "./Location"
|
|
export { default as LockIcon } from "./Lock"
|
|
export { default as DowntownCamperIcon } from "./Logos/DowntownCamper"
|
|
export { default as GrandHotelOsloLogoIcon } from "./Logos/GrandHotelOslo"
|
|
export { default as HaymarketIcon } from "./Logos/Haymarket"
|
|
export { default as HotelNorgeIcon } from "./Logos/HotelNorge"
|
|
export { default as MarskiLogoIcon } from "./Logos/Marski"
|
|
export { default as ScandicGoLogoIcon } from "./Logos/ScandicGoLogo"
|
|
export { default as ScandicLogoIcon } from "./Logos/ScandicLogo"
|
|
export { default as LuggageIcon } from "./Luggage"
|
|
export { default as MagicWandIcon } from "./MagicWand"
|
|
export { default as MapIcon } from "./Map"
|
|
export { default as MeasureIcon } from "./Measure"
|
|
export { default as MicrowaveIcon } from "./Microwave"
|
|
export { default as MinusIcon } from "./Minus"
|
|
export { default as MirrorIcon } from "./Mirror"
|
|
export { default as MoneyHandIcon } from "./MoneyHand"
|
|
export { default as MuseumIcon } from "./Museum"
|
|
export { default as NatureIcon } from "./Nature"
|
|
export { default as NightlifeIcon } from "./Nightlife"
|
|
export { default as NoBreakfastIcon } from "./NoBreakfast"
|
|
export { default as NoSmokingIcon } from "./NoSmoking"
|
|
export { default as OpenInNewIcon } from "./OpenInNew"
|
|
export { default as OpenInNewSmallIcon } from "./OpenInNewSmall"
|
|
export { default as OutdoorFurnitureIcon } from "./OutdoorFurniture"
|
|
export { default as ParkingIcon } from "./Parking"
|
|
export { default as People2Icon } from "./People2"
|
|
export { default as PersonIcon } from "./Person"
|
|
export { default as PetsIcon } from "./Pets"
|
|
export { default as PhoneIcon } from "./Phone"
|
|
export { default as PlusIcon } from "./Plus"
|
|
export { default as PlusCircleIcon } from "./PlusCircle"
|
|
export { default as PriceTagIcon } from "./PriceTag"
|
|
export { default as PrinterIcon } from "./Printer"
|
|
export { default as RestaurantIcon } from "./Restaurant"
|
|
export { default as RoomServiceIcon } from "./RoomService"
|
|
export { default as SafetyBoxIcon } from "./SafetyBox"
|
|
export { default as SaunaIcon } from "./Sauna"
|
|
export { default as SearchIcon } from "./Search"
|
|
export { default as ServiceIcon } from "./Service"
|
|
export { default as ShoppingIcon } from "./Shopping"
|
|
export { default as ShowerIcon } from "./Shower"
|
|
export { default as SkateboardingIcon } from "./Skateboarding"
|
|
export { default as SmokingIcon } from "./Smoking"
|
|
export { default as SnowflakeIcon } from "./Snowflake"
|
|
export { default as SpaIcon } from "./Spa"
|
|
export { default as SpeakerIcon } from "./Speaker"
|
|
export { default as StarFilledIcon } from "./StarFilled"
|
|
export { default as StoreIcon } from "./Store"
|
|
export { default as StreetIcon } from "./Street"
|
|
export { default as SurpriseIcon } from "./Surprise"
|
|
export { default as SwimIcon } from "./Swim"
|
|
export { default as ThermostatIcon } from "./Thermostat"
|
|
export { default as TrainIcon } from "./Train"
|
|
export { default as TripAdvisorIcon } from "./TripAdvisor"
|
|
export { default as TshirtIcon } from "./Tshirt"
|
|
export { default as TshirtWashIcon } from "./TshirtWash"
|
|
export { default as TvCastingIcon } from "./TvCasting"
|
|
export { default as VoucherIcon } from "./Voucher"
|
|
export { default as WarningTriangle } from "./WarningTriangle"
|
|
export { default as WheelchairIcon } from "./Wheelchair"
|
|
export { default as WifiIcon } from "./Wifi"
|
|
export { default as WindowCurtainsAltIcon } from "./WindowCurtainsAlt"
|
|
export { default as WindowNotAvailableIcon } from "./WindowNotAvailable"
|
|
export { default as WineBarIcon } from "./WineBar"
|
|
export { default as WoodFloorIcon } from "./WoodFloor"
|
|
export { default as YardIcon } from "./Yard"
|