@hellobetterdigitalnz/selwynui 0.0.1-71 → 0.0.1-74
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/dist/App.d.ts +2 -0
- package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +3 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -0
- package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts +7 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +3 -0
- package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +18 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +12 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +3 -0
- package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +7 -0
- package/dist/Components/DataDisplay/Accordion/accordion-bg-design.d.ts +2 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderTool.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMain.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMainProps.d.ts +5 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolProps.d.ts +7 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItemProps.d.ts +8 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelector.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelectorProps.d.ts +6 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploader.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploaderProps.d.ts +6 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapper.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapperProps.d.ts +6 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreview.d.ts +3 -0
- package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreviewProps.d.ts +6 -0
- package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlockProps.d.ts +15 -0
- package/dist/Components/DataDisplay/CarouselBlock/CarouselBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/CarouselBlock/CarouselBlockProps.d.ts +20 -0
- package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlockProps.d.ts +36 -0
- package/dist/Components/DataDisplay/ContactsBlock/ContactItem.d.ts +3 -0
- package/dist/Components/DataDisplay/ContactsBlock/ContactItemProps.d.ts +9 -0
- package/dist/Components/DataDisplay/ContactsBlock/ContactsBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/ContactsBlock/ContactsBlockProps.d.ts +6 -0
- package/dist/Components/DataDisplay/ContentBlock/ContentBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/ContentBlock/ContentBlockProps.d.ts +9 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +3 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +15 -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 +30 -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 +14 -0
- package/dist/Components/DataDisplay/ListBlock/ListBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/ListBlock/ListBlockProps.d.ts +25 -0
- package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlockProps.d.ts +19 -0
- package/dist/Components/DataDisplay/Media/Media.d.ts +3 -0
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts +7 -0
- package/dist/Components/DataDisplay/Modal/Modal.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +6 -0
- package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +2 -0
- package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +3 -0
- package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +9 -0
- package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +7 -0
- package/dist/Components/DataDisplay/PathwayBlock/PathwayBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/PathwayBlock/PathwayBlockProps.d.ts +17 -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/brand-piller.d.ts +3 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +2 -0
- package/dist/Components/DataDisplay/TestimonyCard/TestimonyCard.d.ts +3 -0
- package/dist/Components/DataDisplay/TestimonyCard/TestimonyCardProps.d.ts +10 -0
- package/dist/Components/DataDisplay/index.d.ts +68 -0
- package/dist/Components/Form/Button/Button.d.ts +6 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +25 -0
- package/dist/Components/Form/Checkbox/Checkbox.d.ts +3 -0
- package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +22 -0
- package/dist/Components/Form/EmailField/EmailField.d.ts +3 -0
- package/dist/Components/Form/EmailField/EmailField.stories.d.ts +13 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +3 -0
- package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +14 -0
- package/dist/Components/Form/InputProps.d.ts +27 -0
- package/dist/Components/Form/LandingPageForm/LandingPageForm.d.ts +3 -0
- package/dist/Components/Form/LandingPageForm/LandingPageFormLeft.d.ts +3 -0
- package/dist/Components/Form/LandingPageForm/LandingPageFormLeftProps.d.ts +12 -0
- package/dist/Components/Form/LandingPageForm/LandingPageFormProps.d.ts +7 -0
- package/dist/Components/Form/LandingPageForm/LandingPageFormRight.d.ts +3 -0
- package/dist/Components/Form/LandingPageForm/LandingPageFormRightProps.d.ts +12 -0
- package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
- package/dist/Components/Form/RadioButtons/RadioButton.d.ts +3 -0
- package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +22 -0
- package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +3 -0
- package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +8 -0
- package/dist/Components/Form/SimpleForm/SimpleForm.d.ts +3 -0
- package/dist/Components/Form/SimpleForm/SimpleFormProps.d.ts +11 -0
- package/dist/Components/Form/SimpleForm/simple-form-bg-design.d.ts +2 -0
- package/dist/Components/Form/TextField/TextField.d.ts +3 -0
- package/dist/Components/Form/TextField/TextField.stories.d.ts +13 -0
- package/dist/Components/Form/TextField/TextFieldProps.d.ts +6 -0
- package/dist/Components/Form/Textarea/Textarea.d.ts +3 -0
- package/dist/Components/Form/Textarea/Textarea.stories.d.ts +14 -0
- package/dist/Components/Form/Textarea/TextareaProps.d.ts +26 -0
- package/dist/Components/Form/index.d.ts +21 -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/PaperPlaneTilt/PaperPlaneTilt.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/Paperclip/Paperclip.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/CheckCircle/CheckCircle.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 +127 -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 +8 -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 +3 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +31 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileNavigation.d.ts +3 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItem.d.ts +3 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItemProps.d.ts +7 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationProps.d.ts +7 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigation.d.ts +3 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItem.d.ts +3 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItemProps.d.ts +4 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationProps.d.ts +8 -0
- package/dist/Components/Layout/Header/MobileNavigation/MobileWhatuOverlay.d.ts +2 -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 +28 -0
- package/dist/Components/SelwynUIProvider/SelwynUIContext.d.ts +9 -0
- package/dist/Components/SelwynUIProvider/SelwynUIProvider.d.ts +6 -0
- package/dist/Components/SelwynUIProvider/index.d.ts +2 -0
- package/dist/Components/Shared/Container/Container.d.ts +3 -0
- package/dist/Components/Shared/Container/ContainerProps.d.ts +10 -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/Hook/useScrollFadeIn/useScrollFadeIn.d.ts +6 -0
- package/dist/Components/Shared/PillarIcon/PillarIcon.d.ts +3 -0
- package/dist/Components/Shared/PillarIcon/PillarIconsProps.d.ts +4 -0
- package/dist/Components/Shared/PillarLogo/PillarLogo.d.ts +6 -0
- package/dist/Components/Shared/ScrollFadeIn/ScrollFadeIn.d.ts +12 -0
- package/dist/Components/Shared/index.d.ts +4 -0
- package/dist/Components/index.d.ts +6 -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/contact-image.svg +9 -0
- package/dist/img/footer-bg-design.svg +14 -0
- package/dist/img/footer-logo.svg +9 -0
- package/dist/img/landing-form-video.png +0 -0
- package/dist/img/landing-page-form-image.png +0 -0
- package/dist/img/promo-banner-img.png +0 -0
- package/dist/img/visit-brand-piller.svg +6 -0
- package/dist/img/waikirikiri-full-logo.svg +23 -0
- package/dist/index.cjs.js +251 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +48667 -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 +1 -1
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.stories.tsx +1 -1
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.tsx +1 -5
- package/src/Components/DataDisplay/TestimonyCard/testimonyCard.module.scss +2 -0
- package/src/Components/Form/RadioButtons/RadioButton.tsx +15 -4
- package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +3 -2
- package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +6 -5
- package/src/Components/Form/RadioButtons/radiobutton.module.scss +12 -8
- package/src/Components/Layout/Header/Header.stories.tsx +22 -20
- package/src/Components/Layout/Header/MobileNavigation/MobileNavigationItem.tsx +7 -3
- package/src/Components/Layout/Header/MobileNavigation/MobileNavigationItemProps.tsx +3 -0
- package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigation.tsx +8 -3
- package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItem.tsx +6 -7
- package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItemProps.tsx +2 -2
- package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationProps.tsx +1 -0
- package/src/Components/Layout/Header/MobileNavigation/mobileNavigation.module.scss +14 -1
- package/src/Components/Layout/Header/header.scss +8 -0
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
margin-left: calc(var(--space-unit) * 3);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.radioBtnLabel {
|
|
28
|
+
margin-left: calc(var(--space-unit) * 3);
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
&.error {
|
|
28
32
|
label {
|
|
29
33
|
color: var(--color-error);
|
|
@@ -33,7 +37,7 @@
|
|
|
33
37
|
&.disabled {
|
|
34
38
|
label {
|
|
35
39
|
cursor: not-allowed;
|
|
36
|
-
color: var(--
|
|
40
|
+
color: var(--radio-button-label-text);
|
|
37
41
|
}
|
|
38
42
|
}
|
|
39
43
|
|
|
@@ -49,7 +53,7 @@
|
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
.radioBtnBox {
|
|
52
|
-
border: 1px solid var(--
|
|
56
|
+
border: 1px solid var(--radio-button-border);
|
|
53
57
|
flex-direction: row-reverse;
|
|
54
58
|
padding:15px 24px;
|
|
55
59
|
justify-content: space-between;
|
|
@@ -105,7 +109,7 @@
|
|
|
105
109
|
height: 20px;
|
|
106
110
|
border-radius: 100%;
|
|
107
111
|
background-color: #FFFFFF;
|
|
108
|
-
border: 1px solid var(--
|
|
112
|
+
border: 1px solid var(--radio-button-border);
|
|
109
113
|
outline-offset: 2px;
|
|
110
114
|
outline: 2px solid transparent;
|
|
111
115
|
cursor: pointer;
|
|
@@ -119,11 +123,11 @@
|
|
|
119
123
|
|
|
120
124
|
|
|
121
125
|
&:focus {
|
|
122
|
-
outline: 2px solid var(--
|
|
126
|
+
outline: 2px solid var(--radio-buttin-outline);
|
|
123
127
|
}
|
|
124
128
|
|
|
125
129
|
&:hover {
|
|
126
|
-
border: 2px solid var(--
|
|
130
|
+
border: 2px solid var(--radio-button-border);
|
|
127
131
|
}
|
|
128
132
|
|
|
129
133
|
&:disabled {
|
|
@@ -142,7 +146,7 @@
|
|
|
142
146
|
width: 12px;
|
|
143
147
|
height: 12px;
|
|
144
148
|
border-radius: 100%;
|
|
145
|
-
background-color: var(--
|
|
149
|
+
background-color: var(--radio-button-bg);
|
|
146
150
|
opacity: 0;
|
|
147
151
|
pointer-events: none;
|
|
148
152
|
z-index: 10;
|
|
@@ -172,7 +176,7 @@
|
|
|
172
176
|
|
|
173
177
|
&:last-child {
|
|
174
178
|
.radioBtnBox {
|
|
175
|
-
border-bottom: 1px solid var(--
|
|
179
|
+
border-bottom: 1px solid var(--radio-button-border);
|
|
176
180
|
}
|
|
177
181
|
}
|
|
178
182
|
}
|
|
@@ -183,7 +187,7 @@
|
|
|
183
187
|
}
|
|
184
188
|
|
|
185
189
|
.radioBtnBox:has(input[type="radio"]:checked) {
|
|
186
|
-
border-bottom: 1px solid var(--
|
|
190
|
+
border-bottom: 1px solid var(--radio-button-border);
|
|
187
191
|
|
|
188
192
|
}
|
|
189
193
|
}
|
|
@@ -9,6 +9,8 @@ import {List} from "../../Icons";
|
|
|
9
9
|
import "./header.scss"
|
|
10
10
|
import MobileNavigation from "./MobileNavigation/MobileNavigation";
|
|
11
11
|
import MobileNavigationItem from "./MobileNavigation/MobileNavigationItem";
|
|
12
|
+
import MobileSubNavigation from "./MobileNavigation/MobileSubNavigation/MobileSubNavigation";
|
|
13
|
+
import MobileSubNavigationItem from "./MobileNavigation/MobileSubNavigation/MobileSubNavigationItem";
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
const meta: Meta = {
|
|
@@ -65,26 +67,26 @@ const HeaderTemplate: Story = {
|
|
|
65
67
|
{/* <List/>*/}
|
|
66
68
|
{/*</HeaderRightItem>*/}
|
|
67
69
|
</HeaderRight>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
70
|
+
<MobileSubNavigation>
|
|
71
|
+
<li>
|
|
72
|
+
<MobileSubNavigationItem label={'Attractions'}/>
|
|
73
|
+
</li>
|
|
74
|
+
<li>
|
|
75
|
+
<MobileNavigationItem label={'Eateries'}/>
|
|
76
|
+
</li>
|
|
77
|
+
<li>
|
|
78
|
+
<MobileNavigationItem label={'Accommodation'}/>
|
|
79
|
+
</li>
|
|
80
|
+
<li>
|
|
81
|
+
<MobileNavigationItem label={'Why visit Selwyn'}/>
|
|
82
|
+
</li>
|
|
83
|
+
<li>
|
|
84
|
+
<MobileNavigationItem label={'Events'}/>
|
|
85
|
+
</li>
|
|
86
|
+
<li>
|
|
87
|
+
<MobileNavigationItem label={'Venues'}/>
|
|
88
|
+
</li>
|
|
89
|
+
</MobileSubNavigation>
|
|
88
90
|
</Header>
|
|
89
91
|
},
|
|
90
92
|
};
|
|
@@ -4,12 +4,16 @@ import ArrowRight from "../../../Icons/Arrows/ArrowRight/ArrowRight.tsx";
|
|
|
4
4
|
|
|
5
5
|
const MobileNavigationItem = (props : MobileNavigationItemProps) => {
|
|
6
6
|
|
|
7
|
-
const {label} = props
|
|
7
|
+
const {label, href, target, onClick} = props
|
|
8
8
|
|
|
9
9
|
return <div className={styles.mobileNavItem}>
|
|
10
10
|
<div className={styles.mobileNavItemWrapper}>
|
|
11
|
-
<
|
|
12
|
-
|
|
11
|
+
<a href={href} target={target}>
|
|
12
|
+
{label}
|
|
13
|
+
</a>
|
|
14
|
+
<div onClick={onClick} className={styles.mobileNavItemSvg}>
|
|
15
|
+
<ArrowRight type={'light'}/>
|
|
16
|
+
</div>
|
|
13
17
|
</div>
|
|
14
18
|
</div>
|
|
15
19
|
}
|
package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigation.tsx
CHANGED
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import MobileSubNavigationProps from "./MobileSubNavigationProps.tsx";
|
|
2
2
|
import styles from '../mobileNavigation.module.scss'
|
|
3
3
|
import Container from "../../../../Shared/Container/Container.tsx";
|
|
4
|
+
import {ArrowLeft} from "../../../../Icons";
|
|
4
5
|
|
|
5
6
|
const MobileSubNavigation = (props : MobileSubNavigationProps) => {
|
|
6
7
|
|
|
7
8
|
const {
|
|
8
9
|
children,
|
|
9
|
-
extraClass
|
|
10
|
+
extraClass,
|
|
11
|
+
backOnclick
|
|
10
12
|
} = props
|
|
11
13
|
|
|
12
|
-
return <div className={`${styles.
|
|
14
|
+
return <div className={`${styles.mobileNavigation} ${extraClass} mobileSubNavigation`}>
|
|
13
15
|
<Container border={false}>
|
|
14
|
-
<
|
|
16
|
+
<div onClick={backOnclick} className={`${styles.backIcon} backIcon`}>
|
|
17
|
+
<ArrowLeft/>
|
|
18
|
+
</div>
|
|
19
|
+
<ul className={`${styles.mobileNavigationWrapper} mobileSubNavigationWrapper`}>
|
|
15
20
|
{children}
|
|
16
21
|
</ul>
|
|
17
22
|
</Container>
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import styles from '../mobileNavigation.module.scss'
|
|
2
|
-
import ArrowRight from "../../../../Icons/Arrows/ArrowRight/ArrowRight.tsx";
|
|
3
2
|
import MobileNavigationItemProps from "../MobileNavigationItemProps.tsx";
|
|
3
|
+
const MobileSubNavigationItem = (props : MobileNavigationItemProps) => {
|
|
4
4
|
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
const {label} = props
|
|
5
|
+
const {label, href, target} = props
|
|
8
6
|
|
|
9
7
|
return <div className={styles.mobileNavItem}>
|
|
10
8
|
<div className={styles.mobileNavItemWrapper}>
|
|
11
|
-
<
|
|
12
|
-
|
|
9
|
+
<a href={href} target={target}>
|
|
10
|
+
{label}
|
|
11
|
+
</a>
|
|
13
12
|
</div>
|
|
14
13
|
</div>
|
|
15
14
|
}
|
|
16
15
|
|
|
17
|
-
export default
|
|
16
|
+
export default MobileSubNavigationItem;
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
border-radius: 0 0 200px 0;
|
|
9
9
|
overflow-x: hidden;
|
|
10
10
|
|
|
11
|
+
.backIcon{
|
|
12
|
+
color: var(--header-color);
|
|
13
|
+
padding-top: 24px;
|
|
14
|
+
}
|
|
15
|
+
|
|
11
16
|
.mobileNavigationWrapper{
|
|
12
17
|
padding-top: 48px;
|
|
13
18
|
list-style: none;
|
|
@@ -21,21 +26,29 @@
|
|
|
21
26
|
color: var(--header-color);
|
|
22
27
|
transition: all 0.3s ease-in-out;
|
|
23
28
|
|
|
29
|
+
.mobileNavItemSvg{
|
|
30
|
+
display: flex;
|
|
31
|
+
}
|
|
32
|
+
|
|
24
33
|
svg {
|
|
25
34
|
margin-left: 16px;
|
|
26
35
|
transition: transform 0.3s ease-in-out;
|
|
27
36
|
}
|
|
28
37
|
|
|
29
38
|
&:hover {
|
|
39
|
+
color: var(--color-sand);
|
|
40
|
+
|
|
30
41
|
svg {
|
|
31
42
|
animation: wiggle 0.6s ease-in-out infinite;
|
|
32
43
|
}
|
|
33
44
|
}
|
|
34
45
|
|
|
35
|
-
|
|
46
|
+
a{
|
|
36
47
|
font-size: var(--font-size-h6);
|
|
37
48
|
line-height: var(--line-height-h6);
|
|
38
49
|
font-weight: var(--font-weight-h6);
|
|
50
|
+
color: inherit;
|
|
51
|
+
text-decoration: none;
|
|
39
52
|
}
|
|
40
53
|
|
|
41
54
|
}
|