@hellobetterdigitalnz/selwynui 0.0.1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +73 -0
- package/dist/App.d.ts +2 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +3 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +10 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContent.d.ts +3 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentMaskingImages.d.ts +2 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentProps.d.ts +27 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlockProps.d.ts +8 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlockProps.d.ts +11 -0
- package/dist/Components/DataDisplay/Pathway/Pathway.d.ts +3 -0
- package/dist/Components/DataDisplay/Pathway/PathwayProps.d.ts +15 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.d.ts +14 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +2 -0
- package/dist/Components/DataDisplay/index.d.ts +10 -0
- package/dist/Components/Form/Button/Button.d.ts +3 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +14 -0
- package/dist/Components/Form/index.d.ts +2 -0
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
- package/dist/Components/Icons/Brands/FacebookLogo/FacebookLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/InstagramLogo/InstagramLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Backpack/Backpack.d.ts +3 -0
- package/dist/Components/Icons/Commerce/BowlSteam/BowlSteam.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Bread/Bread.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Cheers/Cheers.d.ts +3 -0
- package/dist/Components/Icons/Commerce/ChefHat/ChefHat.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Coffee/Coffee.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Grains/Grains.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +3 -0
- package/dist/Components/Icons/Commerce/StoreFront/StoreFront.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +3 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/At/At.d.ts +3 -0
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +3 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +3 -0
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +3 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
- package/dist/Components/Icons/Communication/ThumbsUp/ThumbsUp.d.ts +3 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +3 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +3 -0
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +3 -0
- package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +3 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
- package/dist/Components/Icons/Education/BookmarkSimple/BookmarkSimple.d.ts +3 -0
- package/dist/Components/Icons/Education/Certificate/Certificate.d.ts +3 -0
- package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +3 -0
- package/dist/Components/Icons/Games/Cricket/Cricket.d.ts +3 -0
- package/dist/Components/Icons/Games/Football/Football.d.ts +3 -0
- package/dist/Components/Icons/Games/Golf/Golf.d.ts +3 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +3 -0
- package/dist/Components/Icons/IconProps.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Barn/Barn.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bus/Bus.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Car/Car.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Farm/Farm.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Goggles/Goggles.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +3 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +3 -0
- package/dist/Components/Icons/Media/DiscoBall/DiscoBall.d.ts +3 -0
- package/dist/Components/Icons/Media/FilmStrip/FilmStrip.d.ts +3 -0
- package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +3 -0
- package/dist/Components/Icons/Media/MusicNotes/MusicNotes.d.ts +3 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +3 -0
- package/dist/Components/Icons/People/Person/Person.d.ts +3 -0
- package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +3 -0
- package/dist/Components/Icons/People/User/User.d.ts +3 -0
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +3 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +3 -0
- package/dist/Components/Icons/People/Users/Users.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Link/Link.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +3 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarDots/CalendarDots.d.ts +3 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +3 -0
- package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Bird/Bird.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Cow/Cow.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Dog/Dog.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/FishSimple/FishSimple.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +123 -0
- package/dist/Components/Layout/Footer/Footer.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottom.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeft.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeftProps.d.ts +11 -0
- package/dist/Components/Layout/Footer/FooterBottomProps.d.ts +5 -0
- package/dist/Components/Layout/Footer/FooterBottomRight.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomRightProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterItem.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterItemProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterMiddle.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterMiddleProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterProps.d.ts +9 -0
- package/dist/Components/Layout/Footer/FooterTop.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterTopProps.d.ts +7 -0
- package/dist/Components/Layout/Footer/footer-bg-design.d.ts +2 -0
- package/dist/Components/Layout/Header/Header.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderProps.d.ts +7 -0
- package/dist/Components/Layout/Header/HeaderRight.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItem.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItemProps.d.ts +11 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +5 -0
- package/dist/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenu.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +4 -0
- package/dist/Components/Layout/HeroBanner/HeroBanner.d.ts +3 -0
- package/dist/Components/Layout/HeroBanner/HeroBannerProps.d.ts +9 -0
- package/dist/Components/Layout/HeroBanner/LargeHeroIcon.d.ts +2 -0
- package/dist/Components/Layout/index.d.ts +22 -0
- package/dist/Components/Shared/Container/Container.d.ts +3 -0
- package/dist/Components/Shared/Container/ContainerProps.d.ts +6 -0
- package/dist/Components/Shared/ElementHolder/ElementHolder.d.ts +3 -0
- package/dist/Components/Shared/ElementHolder/ElementHolderProps.d.ts +15 -0
- package/dist/Components/Shared/index.d.ts +4 -0
- package/dist/img/card-one.png +0 -0
- package/dist/img/card-three.png +0 -0
- package/dist/img/card-two.png +0 -0
- package/dist/img/footer-bg-design.svg +14 -0
- package/dist/img/footer-logo.svg +9 -0
- package/dist/img/promo-banner-image.svg +9 -0
- package/dist/img/visit-brand-piller.svg +6 -0
- package/dist/img/waikirikiri-full-logo.svg +23 -0
- package/dist/index.cjs.js +14 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +6787 -0
- package/dist/index.es.js.map +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/selwynui.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +73 -0
- package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +90 -0
- package/src/Components/DataDisplay/Accordion/Accordion.tsx +57 -0
- package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
- package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +159 -0
- package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +20 -0
- package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +13 -0
- package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +66 -0
- package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +9 -0
- package/src/Components/DataDisplay/Accordion/accordion-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/Accordion/accordion.module.scss +90 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.stories.tsx +39 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.tsx +87 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCardProps.tsx +12 -0
- package/src/Components/DataDisplay/DetailsCard/detailsCard.module.scss +123 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.stories.tsx +150 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.tsx +146 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentMaskingImages.tsx +334 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentProps.tsx +42 -0
- package/src/Components/DataDisplay/ImageContent/imageContent.module.scss +343 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.stories.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlockProps.tsx +10 -0
- package/src/Components/DataDisplay/IntroBlock/introBlock.module.scss +37 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.stories.tsx +120 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.tsx +42 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/KPIBlock/kpiBlock.module.scss +78 -0
- package/src/Components/DataDisplay/Pathway/Pathway.stories.tsx +27 -0
- package/src/Components/DataDisplay/Pathway/Pathway.tsx +83 -0
- package/src/Components/DataDisplay/Pathway/PathwayProps.tsx +17 -0
- package/src/Components/DataDisplay/Pathway/pathway.module.scss +124 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.stories.tsx +56 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.tsx +37 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/PathwayBlock/pathwayBlock.module.scss +34 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBanner.stories.tsx +45 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.tsx +77 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.tsx +16 -0
- package/src/Components/DataDisplay/PromoBannerBlock/brand-piller.tsx +50 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promoBanner.module.scss +181 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.stories.tsx +46 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.tsx +64 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCardProps.tsx +13 -0
- package/src/Components/DataDisplay/TestimonyCard/testimonyCard.module.scss +93 -0
- package/src/Components/DataDisplay/index.ts +19 -0
- package/src/Components/Form/Button/Button.stories.tsx +55 -0
- package/src/Components/Form/Button/Button.tsx +122 -0
- package/src/Components/Form/Button/ButtonProps.tsx +27 -0
- package/src/Components/Form/Button/button.module.scss +91 -0
- package/src/Components/Form/index.ts +2 -0
- package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +47 -0
- package/src/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.tsx +48 -0
- package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
- package/src/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.tsx +37 -0
- package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
- package/src/Components/Icons/Brands/FacebookLogo/FacebookLogo.tsx +35 -0
- package/src/Components/Icons/Brands/InstagramLogo/InstagramLogo.tsx +35 -0
- package/src/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.tsx +35 -0
- package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
- package/src/Components/Icons/Commerce/Backpack/Backpack.tsx +54 -0
- package/src/Components/Icons/Commerce/BowlSteam/BowlSteam.tsx +34 -0
- package/src/Components/Icons/Commerce/Bread/Bread.tsx +34 -0
- package/src/Components/Icons/Commerce/Cheers/Cheers.tsx +34 -0
- package/src/Components/Icons/Commerce/ChefHat/ChefHat.tsx +34 -0
- package/src/Components/Icons/Commerce/Coffee/Coffee.tsx +54 -0
- package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +54 -0
- package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
- package/src/Components/Icons/Commerce/Grains/Grains.tsx +54 -0
- package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
- package/src/Components/Icons/Commerce/StoreFront/StoreFront.tsx +54 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
- package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
- package/src/Components/Icons/Communication/At/At.tsx +49 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
- package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
- package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
- package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
- package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
- package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
- package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
- package/src/Components/Icons/Communication/ThumbsUp/ThumbsUp.tsx +47 -0
- package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
- package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
- package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
- package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
- package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
- package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
- package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
- package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
- package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
- package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
- package/src/Components/Icons/Education/BookmarkSimple/BookmarkSimple.tsx +44 -0
- package/src/Components/Icons/Education/Certificate/Certificate.tsx +56 -0
- package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
- package/src/Components/Icons/Games/Cricket/Cricket.tsx +23 -0
- package/src/Components/Icons/Games/Football/Football.tsx +47 -0
- package/src/Components/Icons/Games/Golf/Golf.tsx +34 -0
- package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
- package/src/Components/Icons/IconProps.tsx +5 -0
- package/src/Components/Icons/MapAndTravel/Barn/Barn.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Bus/Bus.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Car/Car.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Farm/Farm.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/Goggles/Goggles.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
- package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
- package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
- package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
- package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
- package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
- package/src/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.tsx +47 -0
- package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
- package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
- package/src/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.tsx +44 -0
- package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
- package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
- package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
- package/src/Components/Icons/Media/DiscoBall/DiscoBall.tsx +22 -0
- package/src/Components/Icons/Media/FilmStrip/FilmStrip.tsx +45 -0
- package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
- package/src/Components/Icons/Media/MusicNotes/MusicNotes.tsx +42 -0
- package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
- package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
- package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
- package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
- package/src/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.tsx +22 -0
- package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
- package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
- package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
- package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
- package/src/Components/Icons/People/Person/Person.tsx +35 -0
- package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.tsx +34 -0
- package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
- package/src/Components/Icons/People/User/User.tsx +61 -0
- package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
- package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
- package/src/Components/Icons/People/Users/Users.tsx +107 -0
- package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
- package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
- package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
- package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
- package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
- package/src/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
- package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
- package/src/Components/Icons/SystemAndDevice/Link/Link.tsx +54 -0
- package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
- package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
- package/src/Components/Icons/Time/CalendarBank/CalendarBank.tsx +105 -0
- package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
- package/src/Components/Icons/Time/CalendarDots/CalendarDots.tsx +28 -0
- package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
- package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
- package/src/Components/Icons/WeatherAndNature/Bird/Bird.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Cow/Cow.tsx +34 -0
- package/src/Components/Icons/WeatherAndNature/Dog/Dog.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/FishSimple/FishSimple.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
- package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
- package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
- package/src/Components/Icons/index.ts +165 -0
- package/src/Components/Layout/Footer/Footer.stories.tsx +178 -0
- package/src/Components/Layout/Footer/Footer.tsx +33 -0
- package/src/Components/Layout/Footer/FooterBottom.tsx +21 -0
- package/src/Components/Layout/Footer/FooterBottomLeft.tsx +31 -0
- package/src/Components/Layout/Footer/FooterBottomLeftProps.tsx +13 -0
- package/src/Components/Layout/Footer/FooterBottomProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterBottomRight.tsx +47 -0
- package/src/Components/Layout/Footer/FooterBottomRightProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterItem.tsx +17 -0
- package/src/Components/Layout/Footer/FooterItemProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterMiddle.tsx +18 -0
- package/src/Components/Layout/Footer/FooterMiddleProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterProps.tsx +11 -0
- package/src/Components/Layout/Footer/FooterTop.tsx +30 -0
- package/src/Components/Layout/Footer/FooterTopProps.tsx +9 -0
- package/src/Components/Layout/Footer/footer-bg-design.tsx +21 -0
- package/src/Components/Layout/Footer/footer.module.scss +326 -0
- package/src/Components/Layout/Header/Header.stories.tsx +67 -0
- package/src/Components/Layout/Header/Header.tsx +27 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +9 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +12 -0
- package/src/Components/Layout/Header/HeaderRightItem.tsx +21 -0
- package/src/Components/Layout/Header/HeaderRightItemProps.tsx +13 -0
- package/src/Components/Layout/Header/HeaderRightProps.tsx +7 -0
- package/src/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.tsx +10 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenu.tsx +98 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenuProps.tsx +20 -0
- package/src/Components/Layout/Header/MegaMenu/megaMenu.module.scss +163 -0
- package/src/Components/Layout/Header/header.module.scss +115 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.stories.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBannerProps.tsx +10 -0
- package/src/Components/Layout/HeroBanner/LargeHeroIcon.tsx +18 -0
- package/src/Components/Layout/HeroBanner/heroBanner.module.scss +179 -0
- package/src/Components/Layout/index.ts +32 -0
- package/src/Components/Shared/Container/Container.tsx +19 -0
- package/src/Components/Shared/Container/ContainerProps.tsx +8 -0
- package/src/Components/Shared/Container/container.module.scss +13 -0
- package/src/Components/Shared/ElementHolder/ElementHolder.tsx +40 -0
- package/src/Components/Shared/ElementHolder/ElementHolderProps.tsx +18 -0
- package/src/Components/Shared/ElementHolder/elementHolder.module.scss +189 -0
- package/src/Components/Shared/Hook/useScrollFadeIn/useScrollFadeIn.tsx +28 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.stories.tsx +31 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.tsx +58 -0
- package/src/Components/Shared/PillarIcon/PillarIconsProps.tsx +5 -0
- package/src/Components/Shared/PillarLogo/PillarLogo.tsx +184 -0
- package/src/Components/Shared/ScrollFadeIn/ScrollFadeIn.tsx +43 -0
- package/src/Components/Shared/ScrollFadeIn/scrollFadeIn.module.scss +19 -0
- package/src/Components/Shared/index.ts +5 -0
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { useId } from "react";
|
|
2
|
+
|
|
3
|
+
const ImageContentClip = ({ pillar = 'visit', single, setOfFour, width = 568, height = 565 }: any) => {
|
|
4
|
+
const id = useId();
|
|
5
|
+
const clipId = `clip-${id}`;
|
|
6
|
+
const clipIds = [`clip-1-${id}`, `clip-2-${id}`, `clip-3-${id}`, `clip-4-${id}`];
|
|
7
|
+
|
|
8
|
+
const positions = [
|
|
9
|
+
{ x: 0, y: 0, width: 275.811, height: 274.703 },
|
|
10
|
+
{ x: 0, y: 290.208, width: 275.811, height: 274.702 },
|
|
11
|
+
{ x: 292.189, y: 0, width: 275.811, height: 274.703 },
|
|
12
|
+
{ x: 292.189, y: 290.297, width: 275.811, height: 274.703 }
|
|
13
|
+
];
|
|
14
|
+
|
|
15
|
+
if(pillar === 'participate'){
|
|
16
|
+
return (
|
|
17
|
+
<svg width={width} height={height} viewBox={`0 0 ${width} ${height}`} xmlns="http://www.w3.org/2000/svg">
|
|
18
|
+
{single && (
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id={clipId} clipPathUnits="userSpaceOnUse">
|
|
21
|
+
<path d="M0 274.705C152.008 274.705 275.285 151.688 275.285 0H0V274.705Z" />
|
|
22
|
+
<path d="M0 290C152.008 290 275.285 413.017 275.285 564.705H0V290Z" />
|
|
23
|
+
<path d="M567.285 274.705C415.277 274.705 292.001 151.688 292.001 0H567.285V274.705Z" />
|
|
24
|
+
<path d="M567.285 290C415.277 290 292.001 413.017 292.001 564.705H567.285V290Z" />
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
)}
|
|
28
|
+
|
|
29
|
+
{setOfFour && (
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id={clipIds[0]}>
|
|
32
|
+
<path d="M0 274.705C152.008 274.705 275.285 151.688 275.285 0H0V274.705Z" />
|
|
33
|
+
</clipPath>
|
|
34
|
+
<clipPath id={clipIds[1]}>
|
|
35
|
+
<path d="M0 290C152.008 290 275.285 413.017 275.285 564.705H0V290Z" />
|
|
36
|
+
</clipPath>
|
|
37
|
+
<clipPath id={clipIds[2]}>
|
|
38
|
+
<path d="M567.285 274.705C415.277 274.705 292.001 151.688 292.001 0H567.285V274.705Z" />
|
|
39
|
+
</clipPath>
|
|
40
|
+
<clipPath id={clipIds[3]}>
|
|
41
|
+
<path d="M567.285 290C415.277 290 292.001 413.017 292.001 564.705H567.285V290Z" />
|
|
42
|
+
</clipPath>
|
|
43
|
+
</defs>
|
|
44
|
+
)}
|
|
45
|
+
|
|
46
|
+
{single && (
|
|
47
|
+
<image
|
|
48
|
+
href={single}
|
|
49
|
+
x="0"
|
|
50
|
+
y="0"
|
|
51
|
+
width={width}
|
|
52
|
+
height={height}
|
|
53
|
+
preserveAspectRatio="xMidYMid slice"
|
|
54
|
+
clipPath={`url(#${clipId})`}
|
|
55
|
+
/>
|
|
56
|
+
)}
|
|
57
|
+
|
|
58
|
+
{setOfFour &&
|
|
59
|
+
setOfFour.map((s: string, i: number) => {
|
|
60
|
+
const area = positions[i];
|
|
61
|
+
return (
|
|
62
|
+
<image
|
|
63
|
+
key={i}
|
|
64
|
+
href={s}
|
|
65
|
+
x={area.x}
|
|
66
|
+
y={area.y}
|
|
67
|
+
width={area.width}
|
|
68
|
+
height={area.height}
|
|
69
|
+
preserveAspectRatio="xMidYMid slice"
|
|
70
|
+
clipPath={`url(#${clipIds[i]})`}
|
|
71
|
+
/>
|
|
72
|
+
);
|
|
73
|
+
})}
|
|
74
|
+
</svg>
|
|
75
|
+
);
|
|
76
|
+
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if(pillar === 'live'){
|
|
80
|
+
return (
|
|
81
|
+
<svg width={width} height={height} viewBox={`0 0 ${width} ${height}`} xmlns="http://www.w3.org/2000/svg">
|
|
82
|
+
{single && (
|
|
83
|
+
<defs>
|
|
84
|
+
<clipPath id={clipId} clipPathUnits="userSpaceOnUse">
|
|
85
|
+
<path d="M0.0906646 0C151.563 0 274.404 123.017 274.404 274.705H0.0906646V0Z" />
|
|
86
|
+
<path d="M274.314 564.91C122.842 564.91 0 441.893 0 290.205H274.314V564.91Z" />
|
|
87
|
+
<path d="M565 274.795C565 123.107 442.158 0.0895993 290.686 0.0895993V274.795H565Z" />
|
|
88
|
+
<path d="M290.686 290.295C290.686 441.983 413.528 565 565 565V290.295H290.686Z" />
|
|
89
|
+
</clipPath>
|
|
90
|
+
</defs>
|
|
91
|
+
)}
|
|
92
|
+
|
|
93
|
+
{setOfFour && (
|
|
94
|
+
<defs>
|
|
95
|
+
<clipPath id={clipIds[0]}>
|
|
96
|
+
<path d="M0.0906646 0C151.563 0 274.404 123.017 274.404 274.705H0.0906646V0Z" />
|
|
97
|
+
</clipPath>
|
|
98
|
+
<clipPath id={clipIds[1]}>
|
|
99
|
+
<path d="M274.314 564.91C122.842 564.91 0 441.893 0 290.205H274.314V564.91Z" />
|
|
100
|
+
</clipPath>
|
|
101
|
+
<clipPath id={clipIds[2]}>
|
|
102
|
+
<path d="M565 274.795C565 123.107 442.158 0.0895993 290.686 0.0895993V274.795H565Z" />
|
|
103
|
+
</clipPath>
|
|
104
|
+
<clipPath id={clipIds[3]}>
|
|
105
|
+
<path d="M290.686 290.295C290.686 441.983 413.528 565 565 565V290.295H290.686Z" />
|
|
106
|
+
</clipPath>
|
|
107
|
+
</defs>
|
|
108
|
+
)}
|
|
109
|
+
|
|
110
|
+
{single && (
|
|
111
|
+
<image
|
|
112
|
+
href={single}
|
|
113
|
+
x="0"
|
|
114
|
+
y="0"
|
|
115
|
+
width={width}
|
|
116
|
+
height={height}
|
|
117
|
+
preserveAspectRatio="xMidYMid slice"
|
|
118
|
+
clipPath={`url(#${clipId})`}
|
|
119
|
+
/>
|
|
120
|
+
)}
|
|
121
|
+
|
|
122
|
+
{setOfFour &&
|
|
123
|
+
setOfFour.map((s: string, i: number) => {
|
|
124
|
+
const area = positions[i];
|
|
125
|
+
return (
|
|
126
|
+
<image
|
|
127
|
+
key={i}
|
|
128
|
+
href={s}
|
|
129
|
+
x={area.x}
|
|
130
|
+
y={area.y}
|
|
131
|
+
width={area.width}
|
|
132
|
+
height={area.height}
|
|
133
|
+
preserveAspectRatio="xMidYMid slice"
|
|
134
|
+
clipPath={`url(#${clipIds[i]})`}
|
|
135
|
+
/>
|
|
136
|
+
);
|
|
137
|
+
})}
|
|
138
|
+
</svg>
|
|
139
|
+
);
|
|
140
|
+
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
if(pillar === 'business'){
|
|
144
|
+
return (
|
|
145
|
+
<svg width={width} height={height} viewBox={`0 0 ${width} ${height}`} xmlns="http://www.w3.org/2000/svg">
|
|
146
|
+
{single && (
|
|
147
|
+
<defs>
|
|
148
|
+
<clipPath id={clipId} clipPathUnits="userSpaceOnUse">
|
|
149
|
+
<path d="M0 275.143C0 123.204 123.502 0 275.808 0V275.143H0Z" />
|
|
150
|
+
<path d="M0 565.82C0 413.881 123.502 290.678 275.808 290.678V565.82H0Z" />
|
|
151
|
+
<path d="M568 0.179636C415.693 0.179636 292.192 123.383 292.192 275.322H568V0.179636Z" />
|
|
152
|
+
<path d="M568 290.857C415.693 290.857 292.192 414.061 292.192 566H568V290.857Z" />
|
|
153
|
+
</clipPath>
|
|
154
|
+
</defs>
|
|
155
|
+
)}
|
|
156
|
+
|
|
157
|
+
{setOfFour && (
|
|
158
|
+
<defs>
|
|
159
|
+
<clipPath id={clipIds[0]}>
|
|
160
|
+
<path d="M0 275.143C0 123.204 123.502 0 275.808 0V275.143H0Z" />
|
|
161
|
+
</clipPath>
|
|
162
|
+
<clipPath id={clipIds[1]}>
|
|
163
|
+
<path d="M0 565.82C0 413.881 123.502 290.678 275.808 290.678V565.82H0Z" />
|
|
164
|
+
</clipPath>
|
|
165
|
+
<clipPath id={clipIds[2]}>
|
|
166
|
+
<path d="M568 0.179636C415.693 0.179636 292.192 123.383 292.192 275.322H568V0.179636Z" />
|
|
167
|
+
</clipPath>
|
|
168
|
+
<clipPath id={clipIds[3]}>
|
|
169
|
+
<path d="M568 290.857C415.693 290.857 292.192 414.061 292.192 566H568V290.857Z" />
|
|
170
|
+
</clipPath>
|
|
171
|
+
</defs>
|
|
172
|
+
)}
|
|
173
|
+
|
|
174
|
+
{single && (
|
|
175
|
+
<image
|
|
176
|
+
href={single}
|
|
177
|
+
x="0"
|
|
178
|
+
y="0"
|
|
179
|
+
width={width}
|
|
180
|
+
height={height}
|
|
181
|
+
preserveAspectRatio="xMidYMid slice"
|
|
182
|
+
clipPath={`url(#${clipId})`}
|
|
183
|
+
/>
|
|
184
|
+
)}
|
|
185
|
+
|
|
186
|
+
{setOfFour &&
|
|
187
|
+
setOfFour.map((s: string, i: number) => {
|
|
188
|
+
const area = positions[i];
|
|
189
|
+
return (
|
|
190
|
+
<image
|
|
191
|
+
key={i}
|
|
192
|
+
href={s}
|
|
193
|
+
x={area.x}
|
|
194
|
+
y={area.y}
|
|
195
|
+
width={area.width}
|
|
196
|
+
height={area.height}
|
|
197
|
+
preserveAspectRatio="xMidYMid slice"
|
|
198
|
+
clipPath={`url(#${clipIds[i]})`}
|
|
199
|
+
/>
|
|
200
|
+
);
|
|
201
|
+
})}
|
|
202
|
+
</svg>
|
|
203
|
+
);
|
|
204
|
+
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
if (pillar === "taste") {
|
|
208
|
+
const tastePositions = [
|
|
209
|
+
{ x: 292.189, y: 290.297, width: 275.811, height: 274.703 }, // RB
|
|
210
|
+
{ x: 292.189, y: 0, width: 275.811, height: 274.792 }, // RT
|
|
211
|
+
{ x: 0, y: 290.208, width: 275.811, height: 274.702 }, // LB
|
|
212
|
+
{ x: 0, y: 0, width: 275.811, height: 274.703 }, // LT
|
|
213
|
+
];
|
|
214
|
+
|
|
215
|
+
return (
|
|
216
|
+
<svg
|
|
217
|
+
width={width}
|
|
218
|
+
height={height}
|
|
219
|
+
viewBox="0 0 568 565"
|
|
220
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
221
|
+
>
|
|
222
|
+
{single && (
|
|
223
|
+
<defs>
|
|
224
|
+
<clipPath id={clipId} clipPathUnits="userSpaceOnUse">
|
|
225
|
+
<path d="M292.189 565C444.537 565 568 442.034 568 290.297L292.189 290.297L292.189 565Z" />
|
|
226
|
+
<path d="M292.189 274.792C444.537 274.792 568 151.826 568 0.0897827L292.189 0.0897825L292.189 274.792Z" />
|
|
227
|
+
<path d="M275.811 564.91C123.463 564.91 0 441.944 0 290.208L275.811 290.208L275.811 564.91Z" />
|
|
228
|
+
<path d="M275.811 274.703C123.463 274.703 0 151.736 0 0L275.811 0L275.811 274.703Z" />
|
|
229
|
+
</clipPath>
|
|
230
|
+
</defs>
|
|
231
|
+
)}
|
|
232
|
+
|
|
233
|
+
{setOfFour && (
|
|
234
|
+
<defs>
|
|
235
|
+
<clipPath id={clipIds[0]}>
|
|
236
|
+
<path d="M292.189 565C444.537 565 568 442.034 568 290.297L292.189 290.297L292.189 565Z" />
|
|
237
|
+
</clipPath>
|
|
238
|
+
<clipPath id={clipIds[1]}>
|
|
239
|
+
<path d="M292.189 274.792C444.537 274.792 568 151.826 568 0.0897827L292.189 0.0897825L292.189 274.792Z" />
|
|
240
|
+
</clipPath>
|
|
241
|
+
<clipPath id={clipIds[2]}>
|
|
242
|
+
<path d="M275.811 564.91C123.463 564.91 0 441.944 0 290.208L275.811 290.208L275.811 564.91Z" />
|
|
243
|
+
</clipPath>
|
|
244
|
+
<clipPath id={clipIds[3]}>
|
|
245
|
+
<path d="M275.811 274.703C123.463 274.703 0 151.736 0 0L275.811 0L275.811 274.703Z" />
|
|
246
|
+
</clipPath>
|
|
247
|
+
</defs>
|
|
248
|
+
)}
|
|
249
|
+
|
|
250
|
+
{single && (
|
|
251
|
+
<image
|
|
252
|
+
href={single}
|
|
253
|
+
x={0}
|
|
254
|
+
y={0}
|
|
255
|
+
width={568}
|
|
256
|
+
height={565}
|
|
257
|
+
preserveAspectRatio="xMidYMid slice"
|
|
258
|
+
clipPath={`url(#${clipId})`}
|
|
259
|
+
/>
|
|
260
|
+
)}
|
|
261
|
+
|
|
262
|
+
{setOfFour &&
|
|
263
|
+
setOfFour.map((s: string, i: number) => {
|
|
264
|
+
const area = tastePositions[i];
|
|
265
|
+
return (
|
|
266
|
+
<image
|
|
267
|
+
key={i}
|
|
268
|
+
href={s}
|
|
269
|
+
x={area.x}
|
|
270
|
+
y={area.y}
|
|
271
|
+
width={area.width}
|
|
272
|
+
height={area.height}
|
|
273
|
+
preserveAspectRatio="xMidYMid slice"
|
|
274
|
+
clipPath={`url(#${clipIds[i]})`}
|
|
275
|
+
/>
|
|
276
|
+
);
|
|
277
|
+
})}
|
|
278
|
+
</svg>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
return (
|
|
284
|
+
<svg width={width} height={height} viewBox={`0 0 ${width} ${height}`} xmlns="http://www.w3.org/2000/svg">
|
|
285
|
+
{single && (
|
|
286
|
+
<defs>
|
|
287
|
+
<clipPath id={clipId} clipPathUnits="userSpaceOnUse">
|
|
288
|
+
<path d="M275.811 0C123.463 0 0 122.966 0 274.703H275.811V0Z" />
|
|
289
|
+
<path d="M275.811 290.208C123.463 290.208 0 413.174 0 564.91H275.811V290.208Z" />
|
|
290
|
+
<path d="M292.189 0.0897284C444.537 0.0897286 568 123.056 568 274.792H292.189V0.0897284Z" />
|
|
291
|
+
<path d="M292.189 290.297C444.537 290.297 568 413.264 568 565H292.189V290.297Z" />
|
|
292
|
+
</clipPath>
|
|
293
|
+
</defs>
|
|
294
|
+
)}
|
|
295
|
+
|
|
296
|
+
{setOfFour && (
|
|
297
|
+
<defs>
|
|
298
|
+
<clipPath id={clipIds[0]} >
|
|
299
|
+
<path d="M275.811 0C123.463 0 0 122.966 0 274.703H275.811V0Z" />
|
|
300
|
+
</clipPath>
|
|
301
|
+
<clipPath id={clipIds[1]} >
|
|
302
|
+
<path d="M275.811 290.208C123.463 290.208 0 413.174 0 564.91H275.811V290.208Z" />
|
|
303
|
+
</clipPath>
|
|
304
|
+
<clipPath id={clipIds[2]} >
|
|
305
|
+
<path d="M292.189 0.0897284C444.537 0.0897286 568 123.056 568 274.792H292.189V0.0897284Z" />
|
|
306
|
+
</clipPath>
|
|
307
|
+
<clipPath id={clipIds[3]}>
|
|
308
|
+
<path d="M292.189 290.297C444.537 290.297 568 413.264 568 565H292.189V290.297Z" />
|
|
309
|
+
</clipPath>
|
|
310
|
+
</defs>
|
|
311
|
+
)}
|
|
312
|
+
|
|
313
|
+
{single && <image href={single} x="0" y="0" width={width} height={height} preserveAspectRatio="xMidYMid slice" clipPath={`url(#${clipId})`} />}
|
|
314
|
+
|
|
315
|
+
{setOfFour && setOfFour.map((s: string, i: number) => {
|
|
316
|
+
const area = positions[i];
|
|
317
|
+
return (
|
|
318
|
+
<image
|
|
319
|
+
key={i}
|
|
320
|
+
href={s}
|
|
321
|
+
x={area.x}
|
|
322
|
+
y={area.y}
|
|
323
|
+
width={area.width}
|
|
324
|
+
height={area.height}
|
|
325
|
+
preserveAspectRatio="xMidYMid slice"
|
|
326
|
+
clipPath={`url(#${clipIds[i]})`}
|
|
327
|
+
/>
|
|
328
|
+
);
|
|
329
|
+
})}
|
|
330
|
+
</svg>
|
|
331
|
+
);
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
export default ImageContentClip;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
|
|
3
|
+
export type PillarType =
|
|
4
|
+
| "main"
|
|
5
|
+
| "live"
|
|
6
|
+
| "visit"
|
|
7
|
+
| "taste"
|
|
8
|
+
| "business"
|
|
9
|
+
| "participate";
|
|
10
|
+
|
|
11
|
+
export type RenditionType =
|
|
12
|
+
| "full"
|
|
13
|
+
| "contained"
|
|
14
|
+
| "masked";
|
|
15
|
+
|
|
16
|
+
export interface ImageSet {
|
|
17
|
+
single?: string;
|
|
18
|
+
setOfFour?: [string, string, string, string];
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface Item {
|
|
22
|
+
id?: number;
|
|
23
|
+
label?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface ImageContentProps {
|
|
27
|
+
pillar?: PillarType;
|
|
28
|
+
displayFullLogo?: boolean;
|
|
29
|
+
displayIconWithTitle?: boolean;
|
|
30
|
+
title?: string;
|
|
31
|
+
boldTitle?:string;
|
|
32
|
+
content?: ReactNode;
|
|
33
|
+
action?: ReactNode;
|
|
34
|
+
images?: ImageSet;
|
|
35
|
+
imageSrc?:string;
|
|
36
|
+
alignment?: 'left' | 'right';
|
|
37
|
+
imageBorder?: 'top' | 'bottom'
|
|
38
|
+
rendition?: RenditionType;
|
|
39
|
+
list?: Item[];
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export default ImageContentProps;
|
|
@@ -0,0 +1,343 @@
|
|
|
1
|
+
.imageContent{
|
|
2
|
+
color: var(--color-block-text);
|
|
3
|
+
|
|
4
|
+
//alignment
|
|
5
|
+
|
|
6
|
+
&.left{
|
|
7
|
+
.imageContentWrapper {
|
|
8
|
+
flex-direction: column-reverse;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&.right{
|
|
13
|
+
.imageContentWrapper {
|
|
14
|
+
flex-direction: column-reverse;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&Wrapper{
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-wrap: wrap;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.imageWrapper{
|
|
24
|
+
width: 100%;
|
|
25
|
+
margin-top: 32px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.imageHolder {
|
|
29
|
+
position: relative;
|
|
30
|
+
border-radius: 2px 2px 96px 2px;
|
|
31
|
+
background: lightgray 50%;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
height: 100%;
|
|
34
|
+
|
|
35
|
+
&::before {
|
|
36
|
+
content: "";
|
|
37
|
+
display: block;
|
|
38
|
+
padding-top: 72%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
img {
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
position: absolute;
|
|
45
|
+
top: 0;
|
|
46
|
+
left: 0;
|
|
47
|
+
object-fit: cover;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.content{
|
|
52
|
+
width: 100%;
|
|
53
|
+
display: flex;
|
|
54
|
+
align-items: center;
|
|
55
|
+
|
|
56
|
+
&Wrappper{
|
|
57
|
+
padding: 32px 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.title{
|
|
61
|
+
font-size: var(--font-size-h3);
|
|
62
|
+
line-height: var(--line-height-h3);
|
|
63
|
+
|
|
64
|
+
h3{
|
|
65
|
+
font-weight: 400;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
span{
|
|
69
|
+
font-weight: 700;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.desc{
|
|
75
|
+
margin-top: 72px;
|
|
76
|
+
font-size: var(--font-size-body-regular);
|
|
77
|
+
line-height: var(--line-height-body-regular);
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.action{
|
|
82
|
+
padding-top: 48px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.pillarlogo{
|
|
88
|
+
display: flex;
|
|
89
|
+
align-items: center;
|
|
90
|
+
|
|
91
|
+
p{
|
|
92
|
+
margin-left: 16px;
|
|
93
|
+
font-size: 18px;
|
|
94
|
+
line-height: 1.4;
|
|
95
|
+
font-weight: 0;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// masked images
|
|
100
|
+
&.maskedImageContent{
|
|
101
|
+
|
|
102
|
+
.pillarlogo{
|
|
103
|
+
margin-bottom: 48px;
|
|
104
|
+
|
|
105
|
+
svg{
|
|
106
|
+
width: 160px;
|
|
107
|
+
height: 54px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.content{
|
|
113
|
+
.title h4{
|
|
114
|
+
font-size: var(--font-size-h4);
|
|
115
|
+
line-height: var(--line-height-h4);
|
|
116
|
+
font-weight: var(--font-weight-h4);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.desc{
|
|
120
|
+
margin-top: 48px;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.imageContentWrapper{
|
|
125
|
+
margin: 0 ;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.imageWrapper{
|
|
129
|
+
svg{
|
|
130
|
+
width: 100%;
|
|
131
|
+
min-height: 570px;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.imageWrapper, .content{
|
|
136
|
+
padding: 0;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// full image
|
|
142
|
+
&.imageContentFull{
|
|
143
|
+
position: relative;
|
|
144
|
+
|
|
145
|
+
.svgBackgroundPillar{
|
|
146
|
+
position: absolute;
|
|
147
|
+
width: 60%;
|
|
148
|
+
top: 0;
|
|
149
|
+
bottom: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.pillarlogo{
|
|
153
|
+
margin-bottom: 32px;
|
|
154
|
+
|
|
155
|
+
svg{
|
|
156
|
+
width: 32px;
|
|
157
|
+
height: 32px;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&.top{
|
|
162
|
+
&.left{
|
|
163
|
+
.imageHolder {
|
|
164
|
+
border-radius: 0px 500px 0px 0px;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
&.right{
|
|
169
|
+
.imageHolder {
|
|
170
|
+
border-radius: 500px 0px 0px;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.bottom{
|
|
176
|
+
&.left{
|
|
177
|
+
.imageHolder {
|
|
178
|
+
border-radius: 0px 0px 500px 0px;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&.right{
|
|
183
|
+
.imageHolder {
|
|
184
|
+
border-radius: 0px 0px 0px 500px;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
&.left{
|
|
190
|
+
.imageContentWrapper {
|
|
191
|
+
flex-direction: row;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.imageHolder {
|
|
195
|
+
height: 100%;
|
|
196
|
+
position: absolute;
|
|
197
|
+
width: calc(50vw + 10px);
|
|
198
|
+
right: 0;
|
|
199
|
+
left: unset;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.content{
|
|
203
|
+
padding-left: 198px;
|
|
204
|
+
padding-right: 0;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.imageContentWrapper{
|
|
210
|
+
margin: 0px;
|
|
211
|
+
min-height: 935px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.imageWrapper{
|
|
215
|
+
position: relative;
|
|
216
|
+
padding: 0px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.imageHolder {
|
|
220
|
+
padding: 0;
|
|
221
|
+
height: 100%;
|
|
222
|
+
position: absolute;
|
|
223
|
+
width: calc(50vw - 10px);
|
|
224
|
+
left: 0;
|
|
225
|
+
overflow: hidden;
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
&::before {
|
|
229
|
+
content: none;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
img {
|
|
233
|
+
width: 100%;
|
|
234
|
+
height: 100%;
|
|
235
|
+
object-fit: cover;
|
|
236
|
+
object-position: center;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.content{
|
|
241
|
+
padding: 0;
|
|
242
|
+
padding-right: 198px;
|
|
243
|
+
|
|
244
|
+
.desc{
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.list{
|
|
248
|
+
margin-top: 48px;
|
|
249
|
+
list-style: none;
|
|
250
|
+
|
|
251
|
+
li{
|
|
252
|
+
margin-bottom: 12px;
|
|
253
|
+
|
|
254
|
+
.listWrapper{
|
|
255
|
+
display: flex;
|
|
256
|
+
align-items: center;
|
|
257
|
+
|
|
258
|
+
svg{
|
|
259
|
+
flex-shrink: 0;
|
|
260
|
+
margin-right: 8px;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
&:last-child{
|
|
266
|
+
margin-bottom: 0px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@media screen and (min-width: 992px){
|
|
278
|
+
|
|
279
|
+
&Wrapper{
|
|
280
|
+
margin: 0 -52px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.imageWrapper{
|
|
284
|
+
width: 50%;
|
|
285
|
+
padding: 0 52px;
|
|
286
|
+
margin-top: 0px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
.content{
|
|
291
|
+
width: 50%;
|
|
292
|
+
padding: 0 52px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
&.left{
|
|
296
|
+
.imageContentWrapper {
|
|
297
|
+
flex-direction: row;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
&.right{
|
|
302
|
+
.imageContentWrapper {
|
|
303
|
+
flex-direction: row-reverse;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
//masked
|
|
308
|
+
&.maskedImageContent{
|
|
309
|
+
|
|
310
|
+
.pillarlogo{
|
|
311
|
+
margin-bottom: 72px;
|
|
312
|
+
|
|
313
|
+
svg{
|
|
314
|
+
width: auto;
|
|
315
|
+
height: auto;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.imageContentWrapper{
|
|
321
|
+
margin: 0 -44px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.imageWrapper, .content{
|
|
325
|
+
padding: 0 44px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.content{
|
|
329
|
+
margin-top: 72px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// full image
|
|
335
|
+
&.imageContentFull{
|
|
336
|
+
.pillarlogo{
|
|
337
|
+
margin-bottom: 48px;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
}
|