@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,90 @@
|
|
|
1
|
+
.accordionBlock {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-grow: 1;
|
|
4
|
+
gap: 90px;
|
|
5
|
+
|
|
6
|
+
.accordionHeading {
|
|
7
|
+
width: 50%;
|
|
8
|
+
|
|
9
|
+
h2 {
|
|
10
|
+
font-size: var(--font-size-h4);
|
|
11
|
+
font-weight: var(--font-weight-bold);
|
|
12
|
+
line-height: var(--line-height-h4);
|
|
13
|
+
padding-bottom: 72px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
p {
|
|
17
|
+
font-size: var(--font-size-body-regular);
|
|
18
|
+
font-weight: var(--font-weight-body-regular);
|
|
19
|
+
line-height: var(--line-height-body-regular);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.accordionWrapper {
|
|
24
|
+
width: 50%;
|
|
25
|
+
position: relative;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
.accordion {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.header {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.accordionBodyHolder {
|
|
41
|
+
.accordionBody {
|
|
42
|
+
font-size: var(--font-size-body-regular);
|
|
43
|
+
font-weight: var(--font-weight-body-regular);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.accordionHorizontalLine {
|
|
48
|
+
background: var(--color-text);
|
|
49
|
+
margin-block: 16px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.title {
|
|
53
|
+
flex: 1;
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
|
|
57
|
+
h4 {
|
|
58
|
+
flex: 1;
|
|
59
|
+
font-size: var(--font-size-body-regula);
|
|
60
|
+
font-weight: var(--font-weight-bold);
|
|
61
|
+
line-height: var(--line-height-body-regular);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.accordionIcon {
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
margin-right: 4px;
|
|
68
|
+
|
|
69
|
+
svg {
|
|
70
|
+
width: 24px;
|
|
71
|
+
height: 24px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.bodyInner {
|
|
77
|
+
font-size: var(--font-size-body-regular);
|
|
78
|
+
font-weight: var(--font-weight-body-regular);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.accordionBgDesignContainer {
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: -40px;
|
|
85
|
+
right: 0;
|
|
86
|
+
pointer-events: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import DetailsCard from './DetailsCard';
|
|
3
|
+
import { FaArrowRight } from "react-icons/fa";
|
|
4
|
+
|
|
5
|
+
const meta : Meta<typeof DetailsCard> = {
|
|
6
|
+
title: "Form / DetailsCard",
|
|
7
|
+
component: DetailsCard,
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof DetailsCard>
|
|
13
|
+
|
|
14
|
+
export const live: Story = {
|
|
15
|
+
args: {
|
|
16
|
+
date: "6 Nov 2025",
|
|
17
|
+
title: "This is a card title that is quite long and probably wraps over a few lines",
|
|
18
|
+
image:"./img/card-one.png",
|
|
19
|
+
link: '#',
|
|
20
|
+
variation: 'short'
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const Visit: Story = {
|
|
25
|
+
args: {
|
|
26
|
+
date: "6 Nov 2025",
|
|
27
|
+
title: "This is a card title that is quite long and probably wraps over a few lines",
|
|
28
|
+
image:"./img/card-two.png"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export const business: Story = {
|
|
33
|
+
args: {
|
|
34
|
+
date: "6 Nov 2025",
|
|
35
|
+
title: "This is a card title that is quite long and probably wraps over a few lines",
|
|
36
|
+
image:"./img/card-three.png",
|
|
37
|
+
link: '#'
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import cx from "classnames";
|
|
2
|
+
import DetailsCardProps from './DetailsCardProps';
|
|
3
|
+
import styles from "./detailsCard.module.scss";
|
|
4
|
+
import ArrowRight from "../../Icons/Arrows/ArrowRight/ArrowRight";
|
|
5
|
+
|
|
6
|
+
const DetailsCard = (props: DetailsCardProps) => {
|
|
7
|
+
const {
|
|
8
|
+
title = '',
|
|
9
|
+
description = '',
|
|
10
|
+
date = '',
|
|
11
|
+
image = '',
|
|
12
|
+
variation= 'long',
|
|
13
|
+
link = '',
|
|
14
|
+
category = 'all'
|
|
15
|
+
} = props;
|
|
16
|
+
|
|
17
|
+
const classes = [
|
|
18
|
+
styles.detailsCard,
|
|
19
|
+
"detailsCard",
|
|
20
|
+
];
|
|
21
|
+
|
|
22
|
+
if(variation==='short') {
|
|
23
|
+
classes.push(styles.detailsCardShort)
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
return <>
|
|
28
|
+
{link ? <div className={cx(classes)} id={category}>
|
|
29
|
+
<a href={link} className={`${styles.cardWrap} ${styles.detailsCardWithLink}`}>
|
|
30
|
+
{image && <div className={styles.cardImage}>
|
|
31
|
+
<img src={image} />
|
|
32
|
+
</div>}
|
|
33
|
+
|
|
34
|
+
<div className={styles.cardContent}>
|
|
35
|
+
<div className={styles.cardBody}>
|
|
36
|
+
{date && <div className={styles.cardDate}>
|
|
37
|
+
<p>{date}</p>
|
|
38
|
+
</div>}
|
|
39
|
+
{title && <div className={`${styles.cardTitle} typography`}>
|
|
40
|
+
<h6>{title}</h6>
|
|
41
|
+
</div>}
|
|
42
|
+
{description && <div className={`${styles.cardDesc} typography`}>
|
|
43
|
+
{description}
|
|
44
|
+
</div>}
|
|
45
|
+
</div>
|
|
46
|
+
{link && <div className={styles.cardLink}>
|
|
47
|
+
Learn more
|
|
48
|
+
<span>
|
|
49
|
+
<ArrowRight />
|
|
50
|
+
</span>
|
|
51
|
+
</div>}
|
|
52
|
+
</div>
|
|
53
|
+
</a>
|
|
54
|
+
</div> : <div className={cx(classes)} id={category}>
|
|
55
|
+
<div className={styles.cardWrap}>
|
|
56
|
+
{image && <div className={styles.cardImage}>
|
|
57
|
+
<img src={image} />
|
|
58
|
+
</div>}
|
|
59
|
+
|
|
60
|
+
<div className={styles.cardContent}>
|
|
61
|
+
<div className={styles.cardBody}>
|
|
62
|
+
{date && <div className={styles.cardDate}>
|
|
63
|
+
<p>{date}</p>
|
|
64
|
+
</div>}
|
|
65
|
+
{title && <div className={`${styles.cardTitle} typography`}>
|
|
66
|
+
<h6>{title}</h6>
|
|
67
|
+
</div>}
|
|
68
|
+
{description && <div className={`${styles.cardDesc} typography`}>
|
|
69
|
+
{description}
|
|
70
|
+
</div>}
|
|
71
|
+
</div>
|
|
72
|
+
{link && <div className={styles.cardLink}>
|
|
73
|
+
<a href={link}>
|
|
74
|
+
Learn more
|
|
75
|
+
<span>
|
|
76
|
+
<ArrowRight />
|
|
77
|
+
</span>
|
|
78
|
+
</a>
|
|
79
|
+
</div>}
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
</div>}
|
|
83
|
+
|
|
84
|
+
</>
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export default DetailsCard;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
.detailsCard {
|
|
2
|
+
min-height: 400px;
|
|
3
|
+
border-radius: 12px;
|
|
4
|
+
border:1px solid var(--pathway-card-border);
|
|
5
|
+
color: var(--pathway-card-text);
|
|
6
|
+
background-color: var(--pathway-card-bg);
|
|
7
|
+
|
|
8
|
+
&.detailsCardShort {
|
|
9
|
+
min-height: 274px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.detailsCardWithLink {
|
|
15
|
+
color: var(--pathway-card-text);
|
|
16
|
+
transition: all ease 0.3s;
|
|
17
|
+
|
|
18
|
+
&:hover {
|
|
19
|
+
background-color: var(--pathway-card-hover-bg);
|
|
20
|
+
color: var(--pathway-card-hover-text);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cardImage {
|
|
25
|
+
height: 200px;
|
|
26
|
+
img {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
object-fit: cover;
|
|
30
|
+
object-position: center;
|
|
31
|
+
border-radius: 12px 12px 0 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.detailsCardShort & {
|
|
35
|
+
height: 204px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.cardContent {
|
|
40
|
+
padding: 24px;
|
|
41
|
+
flex: 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.cardDate {
|
|
45
|
+
margin-bottom: var(--spacing-1-1\/2);
|
|
46
|
+
p {
|
|
47
|
+
font-size: var(--font-size-body-sm);
|
|
48
|
+
line-height: var( --line-height-body-regular);
|
|
49
|
+
font-weight: var(--font-weight-bold);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.cardWrap {
|
|
54
|
+
min-height: 400px;
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
|
|
58
|
+
.detailsCardShort & {
|
|
59
|
+
min-height: 274px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&:hover {
|
|
63
|
+
border-radius: 12px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.cardContent {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: column;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.cardBody {
|
|
73
|
+
flex: 1;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.cardTitle {
|
|
77
|
+
h6 {
|
|
78
|
+
font-weight: var(--font-weight-body-regular);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.cardLink {
|
|
83
|
+
max-height: 18px;
|
|
84
|
+
display: flex;
|
|
85
|
+
justify-content: space-between;
|
|
86
|
+
align-items: center;
|
|
87
|
+
font-size: var(--font-size-body-sm);
|
|
88
|
+
font-weight: var(--font-weight-bold);
|
|
89
|
+
|
|
90
|
+
span {
|
|
91
|
+
img {
|
|
92
|
+
width: 32px;
|
|
93
|
+
height: 32px;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@media (min-width:760px) {
|
|
99
|
+
.detailsCard {
|
|
100
|
+
min-height:590px;
|
|
101
|
+
|
|
102
|
+
&.detailsCardShort {
|
|
103
|
+
min-height: 474px;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.cardImage {
|
|
108
|
+
height: 300px;
|
|
109
|
+
|
|
110
|
+
.detailsCardShort & {
|
|
111
|
+
height: 304px;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.cardWrap {
|
|
116
|
+
min-height: 590px;
|
|
117
|
+
|
|
118
|
+
.detailsCardShort & {
|
|
119
|
+
min-height: 474px;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
// @ts-ignore
|
|
2
|
+
import React from "react"
|
|
3
|
+
import { Meta, StoryObj } from "@storybook/react-vite";
|
|
4
|
+
import ImageContent from "./ImageContent";
|
|
5
|
+
import ElementHolder from "../../Shared/ElementHolder/ElementHolder";
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
const meta: Meta = {
|
|
9
|
+
title: "Layout / ImageContent",
|
|
10
|
+
component: ImageContent,
|
|
11
|
+
parameters: {
|
|
12
|
+
layout: 'fullscreen',
|
|
13
|
+
},
|
|
14
|
+
tags: ["autodocs"]
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export default meta;
|
|
18
|
+
|
|
19
|
+
type Story = StoryObj<typeof meta>;
|
|
20
|
+
|
|
21
|
+
const ImageContentTemplate: Story = {
|
|
22
|
+
render: () => {
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
<>
|
|
26
|
+
<ElementHolder
|
|
27
|
+
paddingTop={'md'}
|
|
28
|
+
paddingBottom={'md'}
|
|
29
|
+
pillar={'live'}
|
|
30
|
+
level={'light'}
|
|
31
|
+
>
|
|
32
|
+
<ImageContent/>
|
|
33
|
+
</ElementHolder>
|
|
34
|
+
</>
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
const ImageContentMaskedTemplate: Story = {
|
|
41
|
+
render: () => {
|
|
42
|
+
|
|
43
|
+
return (
|
|
44
|
+
<>
|
|
45
|
+
<ElementHolder
|
|
46
|
+
paddingTop={'md'}
|
|
47
|
+
paddingBottom={'md'}
|
|
48
|
+
pillar={'taste'}
|
|
49
|
+
level={'primary'}
|
|
50
|
+
>
|
|
51
|
+
<ImageContent
|
|
52
|
+
rendition={'masked'}
|
|
53
|
+
pillar={'live'}
|
|
54
|
+
images={{
|
|
55
|
+
setOfFour: [
|
|
56
|
+
'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
|
|
57
|
+
'https://images.pexels.com/photos/2176593/pexels-photo-2176593.jpeg',
|
|
58
|
+
'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
|
|
59
|
+
'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
|
|
60
|
+
],
|
|
61
|
+
}}
|
|
62
|
+
/>
|
|
63
|
+
</ElementHolder>
|
|
64
|
+
</>
|
|
65
|
+
)
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
const ImageContentFullTemplate: Story = {
|
|
70
|
+
render: () => {
|
|
71
|
+
|
|
72
|
+
return (
|
|
73
|
+
<>
|
|
74
|
+
<ElementHolder
|
|
75
|
+
paddingTop={'none'}
|
|
76
|
+
paddingBottom={'none'}
|
|
77
|
+
pillar={'live'}
|
|
78
|
+
level={'primary'}
|
|
79
|
+
>
|
|
80
|
+
<ImageContent
|
|
81
|
+
rendition={'full'}
|
|
82
|
+
pillar={'live'}
|
|
83
|
+
images={{
|
|
84
|
+
single: [
|
|
85
|
+
'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
|
|
86
|
+
],
|
|
87
|
+
}}
|
|
88
|
+
list={[
|
|
89
|
+
{
|
|
90
|
+
id:'1',
|
|
91
|
+
label:'What are you doing'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
id:'2',
|
|
95
|
+
label:'What are you doing'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id:'3',
|
|
99
|
+
label:'What are you doing'
|
|
100
|
+
}
|
|
101
|
+
]}
|
|
102
|
+
imageBorder={'top'}
|
|
103
|
+
/>
|
|
104
|
+
</ElementHolder>
|
|
105
|
+
<ElementHolder
|
|
106
|
+
paddingTop={'none'}
|
|
107
|
+
paddingBottom={'none'}
|
|
108
|
+
pillar={'live'}
|
|
109
|
+
level={'primary'}
|
|
110
|
+
>
|
|
111
|
+
<ImageContent
|
|
112
|
+
rendition={'full'}
|
|
113
|
+
pillar={'live'}
|
|
114
|
+
images={{
|
|
115
|
+
single: [
|
|
116
|
+
'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
|
|
117
|
+
],
|
|
118
|
+
}}
|
|
119
|
+
list={[
|
|
120
|
+
{
|
|
121
|
+
id:'1',
|
|
122
|
+
label:'What are you doing'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
id:'2',
|
|
126
|
+
label:'What are you doing'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
id:'3',
|
|
130
|
+
label:'What are you doing'
|
|
131
|
+
}
|
|
132
|
+
]}
|
|
133
|
+
/>
|
|
134
|
+
</ElementHolder>
|
|
135
|
+
</>
|
|
136
|
+
)
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export const ImageContentComponent = {
|
|
141
|
+
...ImageContentTemplate
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
export const ImageContentMaskedComponent = {
|
|
145
|
+
...ImageContentMaskedTemplate
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export const ImageContentFullTemplateComponent ={
|
|
149
|
+
...ImageContentFullTemplate
|
|
150
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import styles from './imageContent.module.scss'
|
|
2
|
+
import Container from "../../Shared/Container/Container.tsx";
|
|
3
|
+
import ImageContentProps from "./ImageContentProps.tsx";
|
|
4
|
+
import ImageContentMaskingImages from "./ImageContentMaskingImages.tsx";
|
|
5
|
+
import {CaretCircleRight} from "../../Icons";
|
|
6
|
+
import PillarLogo from "../../Shared/PillarLogo/PillarLogo.tsx";
|
|
7
|
+
import PillarIcon from "../../Shared/PillarIcon/PillarIcon.tsx";
|
|
8
|
+
const ImageContent = (props: ImageContentProps) => {
|
|
9
|
+
|
|
10
|
+
const {
|
|
11
|
+
pillar,
|
|
12
|
+
displayFullLogo = false,
|
|
13
|
+
displayIconWithTitle = false,
|
|
14
|
+
title,
|
|
15
|
+
boldTitle,
|
|
16
|
+
content,
|
|
17
|
+
action,
|
|
18
|
+
images,
|
|
19
|
+
imageSrc,
|
|
20
|
+
alignment = "right",
|
|
21
|
+
imageBorder = "bottom",
|
|
22
|
+
rendition = "contained",
|
|
23
|
+
list,
|
|
24
|
+
} = props;
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
if (rendition === 'full'){
|
|
28
|
+
return <div className={`${styles.imageContent} ${styles.imageContentFull} ${styles[alignment]} ${styles[imageBorder]} `}>
|
|
29
|
+
<Container>
|
|
30
|
+
<div className={styles.imageContentWrapper}>
|
|
31
|
+
<div className={styles.imageWrapper}>
|
|
32
|
+
<div className={styles.imageHolder}>
|
|
33
|
+
{imageSrc && <img src={imageSrc}/>}
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div className={styles.content}>
|
|
37
|
+
<div className={styles.contentWrapper}>
|
|
38
|
+
<div className={styles.pillarlogo}>
|
|
39
|
+
<PillarLogo brandPillar={pillar} brandFullLogo={displayFullLogo}/>
|
|
40
|
+
{<p>Pillar Title</p>}
|
|
41
|
+
</div>
|
|
42
|
+
<div className={styles.title}>
|
|
43
|
+
<h3>
|
|
44
|
+
{title}
|
|
45
|
+
{boldTitle && (<>
|
|
46
|
+
<br/>
|
|
47
|
+
<span>{boldTitle}</span>
|
|
48
|
+
</>)}
|
|
49
|
+
</h3>
|
|
50
|
+
</div>
|
|
51
|
+
<div className={styles.desc}>
|
|
52
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
|
53
|
+
</div>
|
|
54
|
+
{list && <ul className={styles.list}>
|
|
55
|
+
{list.map((i) => (
|
|
56
|
+
<li key={i.id}>
|
|
57
|
+
<div className={styles.listWrapper}>
|
|
58
|
+
<CaretCircleRight type={'regular'}/>
|
|
59
|
+
{i.label}
|
|
60
|
+
</div>
|
|
61
|
+
</li>
|
|
62
|
+
))}
|
|
63
|
+
</ul>}
|
|
64
|
+
{action && <div className={styles.action}>
|
|
65
|
+
{action}
|
|
66
|
+
</div>}
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
</Container>
|
|
71
|
+
<div className={styles.svgBackgroundPillar}>
|
|
72
|
+
<PillarIcon pillar={pillar}/>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (rendition === 'masked'){
|
|
78
|
+
return (
|
|
79
|
+
<div className={`${styles.imageContent} ${styles.maskedImageContent} ${styles[alignment]}`}>
|
|
80
|
+
<Container>
|
|
81
|
+
<div className={styles.imageContentWrapper}>
|
|
82
|
+
|
|
83
|
+
{/* IMAGE BLOCK */}
|
|
84
|
+
<div className={styles.imageWrapper}>
|
|
85
|
+
<ImageContentMaskingImages pillar={pillar} single={images?.single} setOfFour={images?.setOfFour}/>
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
{/* CONTENT */}
|
|
89
|
+
<div className={styles.content}>
|
|
90
|
+
<div className={styles.contentWrapper}>
|
|
91
|
+
<div className={styles.pillarlogo}>
|
|
92
|
+
<PillarLogo brandPillar={pillar} brandFullLogo={displayFullLogo}/>
|
|
93
|
+
</div>
|
|
94
|
+
<div className={styles.title}>
|
|
95
|
+
<h4>{title}</h4>
|
|
96
|
+
</div>
|
|
97
|
+
{content && <div className={styles.desc}>
|
|
98
|
+
<p>
|
|
99
|
+
{content}
|
|
100
|
+
</p>
|
|
101
|
+
</div>}
|
|
102
|
+
{action && <div className={styles.action}>
|
|
103
|
+
{action}
|
|
104
|
+
</div>}
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
108
|
+
</Container>
|
|
109
|
+
</div>
|
|
110
|
+
);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
return <div className={`${styles.imageContent} ${styles[alignment]}`}>
|
|
115
|
+
<Container>
|
|
116
|
+
<div className={styles.imageContentWrapper}>
|
|
117
|
+
<div className={styles.imageWrapper}>
|
|
118
|
+
<div className={styles.imageHolder}>
|
|
119
|
+
{imageSrc && <img src={imageSrc} alt={''}/>}
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
<div className={styles.content}>
|
|
123
|
+
<div className={styles.contentWrapper}>
|
|
124
|
+
<div className={styles.title}>
|
|
125
|
+
<h3>
|
|
126
|
+
{title}
|
|
127
|
+
{boldTitle && (<>
|
|
128
|
+
<br/>
|
|
129
|
+
<span>{boldTitle}</span>
|
|
130
|
+
</>)}
|
|
131
|
+
</h3>
|
|
132
|
+
</div>
|
|
133
|
+
{content && <div className={styles.desc}>
|
|
134
|
+
<p>{content}</p>
|
|
135
|
+
</div>}
|
|
136
|
+
{action && <div className={styles.action}>
|
|
137
|
+
<button>LOREM IPSUM</button>
|
|
138
|
+
</div>}
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
</Container>
|
|
143
|
+
</div>
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export default ImageContent;
|