@hellobetterdigitalnz/selwynui 0.0.1-71 → 0.0.1-72

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.
Files changed (353) hide show
  1. package/dist/App.d.ts +2 -0
  2. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +3 -0
  3. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -0
  4. package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts +7 -0
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +3 -0
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +18 -0
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +12 -0
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +3 -0
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +7 -0
  10. package/dist/Components/DataDisplay/Accordion/accordion-bg-design.d.ts +2 -0
  11. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderTool.d.ts +3 -0
  12. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMain.d.ts +3 -0
  13. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMainProps.d.ts +5 -0
  14. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolProps.d.ts +7 -0
  15. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.d.ts +3 -0
  16. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItemProps.d.ts +8 -0
  17. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelector.d.ts +3 -0
  18. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelectorProps.d.ts +6 -0
  19. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploader.d.ts +3 -0
  20. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploaderProps.d.ts +6 -0
  21. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapper.d.ts +3 -0
  22. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapperProps.d.ts +6 -0
  23. package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreview.d.ts +3 -0
  24. package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreviewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlock.d.ts +3 -0
  26. package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlockProps.d.ts +15 -0
  27. package/dist/Components/DataDisplay/CarouselBlock/CarouselBlock.d.ts +3 -0
  28. package/dist/Components/DataDisplay/CarouselBlock/CarouselBlockProps.d.ts +20 -0
  29. package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlock.d.ts +3 -0
  30. package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlockProps.d.ts +36 -0
  31. package/dist/Components/DataDisplay/ContactsBlock/ContactItem.d.ts +3 -0
  32. package/dist/Components/DataDisplay/ContactsBlock/ContactItemProps.d.ts +9 -0
  33. package/dist/Components/DataDisplay/ContactsBlock/ContactsBlock.d.ts +3 -0
  34. package/dist/Components/DataDisplay/ContactsBlock/ContactsBlockProps.d.ts +6 -0
  35. package/dist/Components/DataDisplay/ContentBlock/ContentBlock.d.ts +3 -0
  36. package/dist/Components/DataDisplay/ContentBlock/ContentBlockProps.d.ts +9 -0
  37. package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +3 -0
  38. package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +15 -0
  39. package/dist/Components/DataDisplay/ImageContent/ImageContent.d.ts +3 -0
  40. package/dist/Components/DataDisplay/ImageContent/ImageContentMaskingImages.d.ts +2 -0
  41. package/dist/Components/DataDisplay/ImageContent/ImageContentProps.d.ts +30 -0
  42. package/dist/Components/DataDisplay/IntroBlock/IntroBlock.d.ts +3 -0
  43. package/dist/Components/DataDisplay/IntroBlock/IntroBlockProps.d.ts +8 -0
  44. package/dist/Components/DataDisplay/KPIBlock/KPIBlock.d.ts +3 -0
  45. package/dist/Components/DataDisplay/KPIBlock/KPIBlockProps.d.ts +14 -0
  46. package/dist/Components/DataDisplay/ListBlock/ListBlock.d.ts +3 -0
  47. package/dist/Components/DataDisplay/ListBlock/ListBlockProps.d.ts +25 -0
  48. package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlock.d.ts +3 -0
  49. package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlockProps.d.ts +19 -0
  50. package/dist/Components/DataDisplay/Media/Media.d.ts +3 -0
  51. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +7 -0
  52. package/dist/Components/DataDisplay/Modal/Modal.d.ts +3 -0
  53. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +3 -0
  54. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +3 -0
  55. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +6 -0
  56. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +6 -0
  57. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +3 -0
  58. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +6 -0
  59. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +3 -0
  60. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +6 -0
  61. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +2 -0
  62. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +3 -0
  63. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +9 -0
  64. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +7 -0
  65. package/dist/Components/DataDisplay/PathwayBlock/PathwayBlock.d.ts +3 -0
  66. package/dist/Components/DataDisplay/PathwayBlock/PathwayBlockProps.d.ts +17 -0
  67. package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.d.ts +3 -0
  68. package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.d.ts +14 -0
  69. package/dist/Components/DataDisplay/PromoBannerBlock/brand-piller.d.ts +3 -0
  70. package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +2 -0
  71. package/dist/Components/DataDisplay/TestimonyCard/TestimonyCard.d.ts +3 -0
  72. package/dist/Components/DataDisplay/TestimonyCard/TestimonyCardProps.d.ts +10 -0
  73. package/dist/Components/DataDisplay/index.d.ts +68 -0
  74. package/dist/Components/Form/Button/Button.d.ts +6 -0
  75. package/dist/Components/Form/Button/ButtonProps.d.ts +25 -0
  76. package/dist/Components/Form/Checkbox/Checkbox.d.ts +3 -0
  77. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +22 -0
  78. package/dist/Components/Form/EmailField/EmailField.d.ts +3 -0
  79. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +13 -0
  80. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +3 -0
  81. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +14 -0
  82. package/dist/Components/Form/InputProps.d.ts +27 -0
  83. package/dist/Components/Form/LandingPageForm/LandingPageForm.d.ts +3 -0
  84. package/dist/Components/Form/LandingPageForm/LandingPageFormLeft.d.ts +3 -0
  85. package/dist/Components/Form/LandingPageForm/LandingPageFormLeftProps.d.ts +12 -0
  86. package/dist/Components/Form/LandingPageForm/LandingPageFormProps.d.ts +7 -0
  87. package/dist/Components/Form/LandingPageForm/LandingPageFormRight.d.ts +3 -0
  88. package/dist/Components/Form/LandingPageForm/LandingPageFormRightProps.d.ts +12 -0
  89. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  90. package/dist/Components/Form/SimpleForm/SimpleForm.d.ts +3 -0
  91. package/dist/Components/Form/SimpleForm/SimpleFormProps.d.ts +11 -0
  92. package/dist/Components/Form/SimpleForm/simple-form-bg-design.d.ts +2 -0
  93. package/dist/Components/Form/TextField/TextField.d.ts +3 -0
  94. package/dist/Components/Form/TextField/TextField.stories.d.ts +13 -0
  95. package/dist/Components/Form/TextField/TextFieldProps.d.ts +6 -0
  96. package/dist/Components/Form/Textarea/Textarea.d.ts +3 -0
  97. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +14 -0
  98. package/dist/Components/Form/Textarea/TextareaProps.d.ts +26 -0
  99. package/dist/Components/Form/index.d.ts +21 -0
  100. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +3 -0
  101. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +3 -0
  102. package/dist/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.d.ts +3 -0
  103. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
  104. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
  105. package/dist/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.d.ts +3 -0
  106. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +3 -0
  107. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +3 -0
  108. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +3 -0
  109. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +3 -0
  110. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
  111. package/dist/Components/Icons/Brands/FacebookLogo/FacebookLogo.d.ts +3 -0
  112. package/dist/Components/Icons/Brands/InstagramLogo/InstagramLogo.d.ts +3 -0
  113. package/dist/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.d.ts +3 -0
  114. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +3 -0
  115. package/dist/Components/Icons/Commerce/Backpack/Backpack.d.ts +3 -0
  116. package/dist/Components/Icons/Commerce/BowlSteam/BowlSteam.d.ts +3 -0
  117. package/dist/Components/Icons/Commerce/Bread/Bread.d.ts +3 -0
  118. package/dist/Components/Icons/Commerce/Cheers/Cheers.d.ts +3 -0
  119. package/dist/Components/Icons/Commerce/ChefHat/ChefHat.d.ts +3 -0
  120. package/dist/Components/Icons/Commerce/Coffee/Coffee.d.ts +3 -0
  121. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +3 -0
  122. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +3 -0
  123. package/dist/Components/Icons/Commerce/Grains/Grains.d.ts +3 -0
  124. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +3 -0
  125. package/dist/Components/Icons/Commerce/StoreFront/StoreFront.d.ts +3 -0
  126. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +3 -0
  127. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +21 -0
  128. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +3 -0
  129. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +21 -0
  130. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +3 -0
  131. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +21 -0
  132. package/dist/Components/Icons/Communication/At/At.d.ts +3 -0
  133. package/dist/Components/Icons/Communication/At/At.stories.d.ts +21 -0
  134. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +3 -0
  135. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +21 -0
  136. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +3 -0
  137. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +21 -0
  138. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +3 -0
  139. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
  140. package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
  141. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +3 -0
  142. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
  143. package/dist/Components/Icons/Communication/ThumbsUp/ThumbsUp.d.ts +3 -0
  144. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
  145. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +3 -0
  146. package/dist/Components/Icons/Design/Eye/Eye.d.ts +3 -0
  147. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +3 -0
  148. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +3 -0
  149. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
  150. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
  151. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
  152. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +3 -0
  153. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
  154. package/dist/Components/Icons/Education/BookmarkSimple/BookmarkSimple.d.ts +3 -0
  155. package/dist/Components/Icons/Education/Certificate/Certificate.d.ts +3 -0
  156. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +3 -0
  157. package/dist/Components/Icons/Games/Cricket/Cricket.d.ts +3 -0
  158. package/dist/Components/Icons/Games/Football/Football.d.ts +3 -0
  159. package/dist/Components/Icons/Games/Golf/Golf.d.ts +3 -0
  160. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +3 -0
  161. package/dist/Components/Icons/IconProps.d.ts +4 -0
  162. package/dist/Components/Icons/MapAndTravel/Barn/Barn.d.ts +3 -0
  163. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +3 -0
  164. package/dist/Components/Icons/MapAndTravel/Bus/Bus.d.ts +3 -0
  165. package/dist/Components/Icons/MapAndTravel/Car/Car.d.ts +3 -0
  166. package/dist/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.d.ts +3 -0
  167. package/dist/Components/Icons/MapAndTravel/Farm/Farm.d.ts +3 -0
  168. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
  169. package/dist/Components/Icons/MapAndTravel/Goggles/Goggles.d.ts +3 -0
  170. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +3 -0
  171. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
  172. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +3 -0
  173. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +3 -0
  174. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +3 -0
  175. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +3 -0
  176. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +3 -0
  177. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +3 -0
  178. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +3 -0
  179. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +3 -0
  180. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +3 -0
  181. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
  182. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
  183. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
  184. package/dist/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.d.ts +3 -0
  185. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
  186. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +3 -0
  187. package/dist/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.d.ts +3 -0
  188. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
  189. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
  190. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +3 -0
  191. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +3 -0
  192. package/dist/Components/Icons/Media/Camera/Camera.d.ts +3 -0
  193. package/dist/Components/Icons/Media/DiscoBall/DiscoBall.d.ts +3 -0
  194. package/dist/Components/Icons/Media/FilmStrip/FilmStrip.d.ts +3 -0
  195. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +3 -0
  196. package/dist/Components/Icons/Media/MusicNotes/MusicNotes.d.ts +3 -0
  197. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +3 -0
  198. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
  199. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +3 -0
  200. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +3 -0
  201. package/dist/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.d.ts +3 -0
  202. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +3 -0
  203. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +3 -0
  204. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +3 -0
  205. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
  206. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
  207. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +3 -0
  208. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +3 -0
  209. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +3 -0
  210. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
  211. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +3 -0
  212. package/dist/Components/Icons/OfficeAndEditing/Paperclip/Paperclip.d.ts +3 -0
  213. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
  214. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
  215. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
  216. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +3 -0
  217. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +3 -0
  218. package/dist/Components/Icons/People/Person/Person.d.ts +3 -0
  219. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +3 -0
  220. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +3 -0
  221. package/dist/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.d.ts +3 -0
  222. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +3 -0
  223. package/dist/Components/Icons/People/User/User.d.ts +3 -0
  224. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +3 -0
  225. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +3 -0
  226. package/dist/Components/Icons/People/Users/Users.d.ts +3 -0
  227. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +3 -0
  228. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +3 -0
  229. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +3 -0
  230. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +3 -0
  231. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +3 -0
  232. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +3 -0
  233. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +3 -0
  234. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +3 -0
  235. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +3 -0
  236. package/dist/Components/Icons/SystemAndDevice/CheckCircle/CheckCircle.d.ts +3 -0
  237. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
  238. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +3 -0
  239. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +3 -0
  240. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +3 -0
  241. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
  242. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +3 -0
  243. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +3 -0
  244. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
  245. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
  246. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
  247. package/dist/Components/Icons/SystemAndDevice/Link/Link.d.ts +3 -0
  248. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +3 -0
  249. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
  250. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +3 -0
  251. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +3 -0
  252. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +3 -0
  253. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +3 -0
  254. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +3 -0
  255. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +3 -0
  256. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +3 -0
  257. package/dist/Components/Icons/Time/CalendarDots/CalendarDots.d.ts +3 -0
  258. package/dist/Components/Icons/Time/Clock/Clock.d.ts +3 -0
  259. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +3 -0
  260. package/dist/Components/Icons/WeatherAndNature/Bird/Bird.d.ts +3 -0
  261. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +3 -0
  262. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +3 -0
  263. package/dist/Components/Icons/WeatherAndNature/Cow/Cow.d.ts +3 -0
  264. package/dist/Components/Icons/WeatherAndNature/Dog/Dog.d.ts +3 -0
  265. package/dist/Components/Icons/WeatherAndNature/FishSimple/FishSimple.d.ts +3 -0
  266. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +3 -0
  267. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +3 -0
  268. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +3 -0
  269. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +3 -0
  270. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +3 -0
  271. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +3 -0
  272. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +3 -0
  273. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +3 -0
  274. package/dist/Components/Icons/index.d.ts +127 -0
  275. package/dist/Components/Layout/Footer/Footer.d.ts +3 -0
  276. package/dist/Components/Layout/Footer/FooterBottom.d.ts +3 -0
  277. package/dist/Components/Layout/Footer/FooterBottomLeft.d.ts +3 -0
  278. package/dist/Components/Layout/Footer/FooterBottomLeftProps.d.ts +11 -0
  279. package/dist/Components/Layout/Footer/FooterBottomProps.d.ts +5 -0
  280. package/dist/Components/Layout/Footer/FooterBottomRight.d.ts +3 -0
  281. package/dist/Components/Layout/Footer/FooterBottomRightProps.d.ts +6 -0
  282. package/dist/Components/Layout/Footer/FooterItem.d.ts +3 -0
  283. package/dist/Components/Layout/Footer/FooterItemProps.d.ts +6 -0
  284. package/dist/Components/Layout/Footer/FooterMiddle.d.ts +3 -0
  285. package/dist/Components/Layout/Footer/FooterMiddleProps.d.ts +6 -0
  286. package/dist/Components/Layout/Footer/FooterProps.d.ts +9 -0
  287. package/dist/Components/Layout/Footer/FooterTop.d.ts +3 -0
  288. package/dist/Components/Layout/Footer/FooterTopProps.d.ts +7 -0
  289. package/dist/Components/Layout/Footer/footer-bg-design.d.ts +2 -0
  290. package/dist/Components/Layout/Header/Header.d.ts +3 -0
  291. package/dist/Components/Layout/Header/HeaderProps.d.ts +8 -0
  292. package/dist/Components/Layout/Header/HeaderRight.d.ts +3 -0
  293. package/dist/Components/Layout/Header/HeaderRightItem.d.ts +3 -0
  294. package/dist/Components/Layout/Header/HeaderRightItemProps.d.ts +11 -0
  295. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +5 -0
  296. package/dist/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.d.ts +2 -0
  297. package/dist/Components/Layout/Header/MegaMenu/MegaMenu.d.ts +3 -0
  298. package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +31 -0
  299. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigation.d.ts +3 -0
  300. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItem.d.ts +3 -0
  301. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItemProps.d.ts +4 -0
  302. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationProps.d.ts +7 -0
  303. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigation.d.ts +3 -0
  304. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItem.d.ts +3 -0
  305. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItemProps.d.ts +4 -0
  306. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationProps.d.ts +7 -0
  307. package/dist/Components/Layout/Header/MobileNavigation/MobileWhatuOverlay.d.ts +2 -0
  308. package/dist/Components/Layout/HeroBanner/HeroBanner.d.ts +3 -0
  309. package/dist/Components/Layout/HeroBanner/HeroBannerProps.d.ts +9 -0
  310. package/dist/Components/Layout/HeroBanner/LargeHeroIcon.d.ts +2 -0
  311. package/dist/Components/Layout/index.d.ts +28 -0
  312. package/dist/Components/SelwynUIProvider/SelwynUIContext.d.ts +9 -0
  313. package/dist/Components/SelwynUIProvider/SelwynUIProvider.d.ts +6 -0
  314. package/dist/Components/SelwynUIProvider/index.d.ts +2 -0
  315. package/dist/Components/Shared/Container/Container.d.ts +3 -0
  316. package/dist/Components/Shared/Container/ContainerProps.d.ts +10 -0
  317. package/dist/Components/Shared/ElementHolder/ElementHolder.d.ts +3 -0
  318. package/dist/Components/Shared/ElementHolder/ElementHolderProps.d.ts +15 -0
  319. package/dist/Components/Shared/Hook/useScrollFadeIn/useScrollFadeIn.d.ts +6 -0
  320. package/dist/Components/Shared/PillarIcon/PillarIcon.d.ts +3 -0
  321. package/dist/Components/Shared/PillarIcon/PillarIconsProps.d.ts +4 -0
  322. package/dist/Components/Shared/PillarLogo/PillarLogo.d.ts +6 -0
  323. package/dist/Components/Shared/ScrollFadeIn/ScrollFadeIn.d.ts +12 -0
  324. package/dist/Components/Shared/index.d.ts +4 -0
  325. package/dist/Components/index.d.ts +6 -0
  326. package/dist/img/card-one.png +0 -0
  327. package/dist/img/card-three.png +0 -0
  328. package/dist/img/card-two.png +0 -0
  329. package/dist/img/contact-image.svg +9 -0
  330. package/dist/img/footer-bg-design.svg +14 -0
  331. package/dist/img/footer-logo.svg +9 -0
  332. package/dist/img/landing-form-video.png +0 -0
  333. package/dist/img/landing-page-form-image.png +0 -0
  334. package/dist/img/promo-banner-img.png +0 -0
  335. package/dist/img/visit-brand-piller.svg +6 -0
  336. package/dist/img/waikirikiri-full-logo.svg +23 -0
  337. package/dist/index.cjs.js +251 -0
  338. package/dist/index.cjs.js.map +1 -0
  339. package/dist/index.d.ts +1 -0
  340. package/dist/index.es.js +48525 -0
  341. package/dist/index.es.js.map +1 -0
  342. package/dist/main.d.ts +0 -0
  343. package/dist/selwynui.css +1 -0
  344. package/dist/vite.svg +1 -0
  345. package/package.json +1 -1
  346. package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.stories.tsx +1 -1
  347. package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.tsx +1 -5
  348. package/src/Components/DataDisplay/TestimonyCard/testimonyCard.module.scss +2 -0
  349. package/src/Components/Layout/Header/Header.stories.tsx +20 -20
  350. package/src/Components/Layout/Header/MobileNavigation/MobileNavigationItem.tsx +7 -3
  351. package/src/Components/Layout/Header/MobileNavigation/MobileNavigationItemProps.tsx +3 -0
  352. package/src/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItem.tsx +7 -3
  353. package/src/Components/Layout/Header/MobileNavigation/mobileNavigation.module.scss +9 -1
package/dist/App.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ declare function App(): import("react/jsx-runtime").JSX.Element;
2
+ export default App;
@@ -0,0 +1,3 @@
1
+ import { default as AccordionProps } from './AccordionProps.tsx';
2
+ declare const Accordion: (props: AccordionProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Accordion;
@@ -0,0 +1,3 @@
1
+ import { default as AccordionContextInterface } from './AccordionContextInterface.tsx';
2
+ declare const AccordionContext: import('react').Context<AccordionContextInterface>;
3
+ export default AccordionContext;
@@ -0,0 +1,7 @@
1
+ interface AccordionContextInterface {
2
+ handleClick: (index: number) => void;
3
+ isOpened: (index: number) => boolean;
4
+ allowMultiple?: boolean;
5
+ openedList: any[];
6
+ }
7
+ export default AccordionContextInterface;
@@ -0,0 +1,3 @@
1
+ import { default as AccordionItemProps } from './AccordionItemProps.tsx';
2
+ declare const AccordionItem: (props: AccordionItemProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AccordionItem;
@@ -0,0 +1,18 @@
1
+ import { ReactNode } from 'react';
2
+ interface AccordionItemProps {
3
+ index: string | number;
4
+ title: string;
5
+ children: string | ReactNode;
6
+ onAfterOpened?: () => void;
7
+ onAfterClosed?: () => void;
8
+ onBeforeClosed?: () => boolean;
9
+ extraClass?: string;
10
+ accordionClass?: string;
11
+ icon?: ReactNode;
12
+ column?: "one" | "two";
13
+ id?: any;
14
+ elementId?: string;
15
+ isOpen?: boolean;
16
+ onToggle?: (open: boolean) => void;
17
+ }
18
+ export default AccordionItemProps;
@@ -0,0 +1,12 @@
1
+ import { ReactNode } from 'react';
2
+ interface AccordionProps {
3
+ allowMultiple?: boolean;
4
+ children: ReactNode;
5
+ title?: string;
6
+ content?: string;
7
+ image?: string;
8
+ activeId?: number | null;
9
+ onActiveIdChange?: (id: number | null) => void;
10
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
11
+ }
12
+ export default AccordionProps;
@@ -0,0 +1,3 @@
1
+ import { default as AccordionProviderInterface } from './AccordionProviderInterface.tsx';
2
+ declare const AccordionProvider: (props: AccordionProviderInterface) => import("react/jsx-runtime").JSX.Element;
3
+ export default AccordionProvider;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ interface AccordionProviderInterface {
3
+ children: ReactNode;
4
+ allowMultiple?: boolean;
5
+ activeId?: string;
6
+ }
7
+ export default AccordionProviderInterface;
@@ -0,0 +1,2 @@
1
+ declare const AccordionBgDesign: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AccordionBgDesign;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolProps } from './BrandBuilderToolProps.tsx';
2
+ declare const BrandBuilderTool: (props: BrandBuilderToolProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderTool;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolMainProps } from './BrandBuilderToolMainProps.tsx';
2
+ declare const BrandBuilderToolMain: (props: BrandBuilderToolMainProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolMain;
@@ -0,0 +1,5 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolMainProps {
3
+ children?: ReactNode;
4
+ }
5
+ export default BrandBuilderToolMainProps;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolProps {
3
+ title?: string;
4
+ description?: string;
5
+ children?: ReactNode;
6
+ }
7
+ export default BrandBuilderToolProps;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolTemplateItemProps } from './BrandBuilderToolTemplateItemProps.tsx';
2
+ declare const BrandBuilderToolTemplateItem: ({ icon, iconName, active, onClick }: BrandBuilderToolTemplateItemProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolTemplateItem;
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolTemplateItemProps {
3
+ icon?: ReactNode;
4
+ iconName?: string;
5
+ onClick?: () => void;
6
+ active?: boolean;
7
+ }
8
+ export default BrandBuilderToolTemplateItemProps;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolTemplateSelectorProps } from './BrandBuilderToolTemplateSelectorProps.tsx';
2
+ declare const BrandBuilderToolTemplateSelector: (props: BrandBuilderToolTemplateSelectorProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolTemplateSelector;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolTemplateSelectorProps {
3
+ actions?: ReactNode;
4
+ children?: ReactNode;
5
+ }
6
+ export default BrandBuilderToolTemplateSelectorProps;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolUploaderProps } from './BrandBuilderToolUploaderProps.tsx';
2
+ declare const BrandBuilderToolUploader: (props: BrandBuilderToolUploaderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolUploader;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolUploaderProps {
3
+ action?: ReactNode;
4
+ children?: ReactNode;
5
+ }
6
+ export default BrandBuilderToolUploaderProps;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolWrapperProps } from './BrandBuilderToolWrapperProps.tsx';
2
+ declare const BrandBuilderToolWrapper: (props: BrandBuilderToolWrapperProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolWrapper;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolWrapper {
3
+ sideBar?: ReactNode;
4
+ children?: ReactNode;
5
+ }
6
+ export default BrandBuilderToolWrapper;
@@ -0,0 +1,3 @@
1
+ import { default as BrandBuilderToolPreviewProps } from './BrandBuilderToolPreviewProps.tsx';
2
+ declare const BrandBuilderToolPreview: (props: BrandBuilderToolPreviewProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default BrandBuilderToolPreview;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrandBuilderToolPreviewProps {
3
+ children?: ReactNode;
4
+ action?: ReactNode;
5
+ }
6
+ export default BrandBuilderToolPreviewProps;
@@ -0,0 +1,3 @@
1
+ import { default as CallToActionBlockProps } from './CallToActionBlockProps.tsx';
2
+ declare const CallToActionBlock: (props: CallToActionBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CallToActionBlock;
@@ -0,0 +1,15 @@
1
+ export interface ImageItem {
2
+ image?: string;
3
+ link?: {
4
+ title?: string;
5
+ href?: string;
6
+ target?: "_blank" | "_self" | "_parent" | "_top";
7
+ rel?: string;
8
+ };
9
+ }
10
+ interface CallToActionBlockProps {
11
+ title?: string;
12
+ cards?: ImageItem[];
13
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
14
+ }
15
+ export default CallToActionBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as CarouselBlockProps } from './CarouselBlockProps.tsx';
2
+ declare const CarouselBlock: (props: CarouselBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default CarouselBlock;
@@ -0,0 +1,20 @@
1
+ import { ReactNode } from 'react';
2
+ export interface SlideItem {
3
+ title?: string;
4
+ date?: string;
5
+ description?: string;
6
+ image?: string;
7
+ link?: {
8
+ title?: string;
9
+ href?: string;
10
+ target?: "_blank" | "_self" | "_parent" | "_top";
11
+ rel?: string;
12
+ } | undefined;
13
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
14
+ }
15
+ interface CarouselBlockProps {
16
+ title?: string;
17
+ action?: ReactNode;
18
+ cards?: SlideItem[];
19
+ }
20
+ export default CarouselBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as ChatItineraryBlockProps } from './ChatItenaryBlockProps.tsx';
2
+ declare const ChatItineraryBlock: (props: ChatItineraryBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatItineraryBlock;
@@ -0,0 +1,36 @@
1
+ export interface Activity {
2
+ image: string;
3
+ title: string;
4
+ description: string;
5
+ link: {
6
+ title?: string | undefined;
7
+ href?: string | undefined;
8
+ target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
9
+ rel?: string | undefined;
10
+ };
11
+ category: 'all' | 'adventure' | 'ski' | 'nature';
12
+ date?: string;
13
+ }
14
+ export interface Day {
15
+ title: string;
16
+ subtitle: string;
17
+ description: string;
18
+ activities: Activity[];
19
+ }
20
+ export interface Itinerary {
21
+ title: string;
22
+ intro: string;
23
+ recommendation: string;
24
+ days: Day[];
25
+ itineraryHeader?: {
26
+ title: string;
27
+ description: string;
28
+ };
29
+ tags?: string[];
30
+ }
31
+ interface ChatItineraryBlockProps {
32
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste' | 'main';
33
+ onPlanTrip?: (userInput: string) => Promise<Itinerary>;
34
+ initialItinerary?: Itinerary;
35
+ }
36
+ export default ChatItineraryBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as ContactItemProps } from './ContactItemProps';
2
+ declare const ContactItem: (props: ContactItemProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ContactItem;
@@ -0,0 +1,9 @@
1
+ interface ContactItemProps {
2
+ image?: string;
3
+ name?: string;
4
+ position?: string;
5
+ email?: string;
6
+ mobile?: string;
7
+ linkedInUrl?: string;
8
+ }
9
+ export default ContactItemProps;
@@ -0,0 +1,3 @@
1
+ import { default as ContactsBlockProps } from './ContactsBlockProps';
2
+ declare const ContactsBlock: (props: ContactsBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ContactsBlock;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface ContactsBlockProps {
3
+ contactBlockTitle?: string;
4
+ children?: ReactNode;
5
+ }
6
+ export default ContactsBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as ContentBlockProps } from './ContentBlockProps.tsx';
2
+ declare const ContentBlock: (props: ContentBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ContentBlock;
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+ interface ContentBlockProps {
3
+ children: ReactNode;
4
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste' | 'main';
5
+ watermark?: boolean;
6
+ spacingTop?: "none" | "xsm" | "sm" | "md" | "lg";
7
+ spacingBottom?: "none" | "xsm" | "sm" | "md" | "lg" | "xl";
8
+ }
9
+ export default ContentBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as DetailsCardProps } from './DetailsCardProps';
2
+ declare const DetailsCard: (props: DetailsCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default DetailsCard;
@@ -0,0 +1,15 @@
1
+ interface DetailsCardProps {
2
+ title?: string;
3
+ description?: string;
4
+ date?: string;
5
+ link?: {
6
+ title?: string;
7
+ href?: string;
8
+ target?: "_blank" | "_self" | "_parent" | "_top";
9
+ rel?: string;
10
+ };
11
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
12
+ image?: string;
13
+ variation?: "long" | "short";
14
+ }
15
+ export default DetailsCardProps;
@@ -0,0 +1,3 @@
1
+ import { default as ImageContentProps } from './ImageContentProps.tsx';
2
+ declare const ImageContent: (props: ImageContentProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ImageContent;
@@ -0,0 +1,2 @@
1
+ declare const ImageContentClip: ({ pillar, single, setOfFour, width, height }: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default ImageContentClip;
@@ -0,0 +1,30 @@
1
+ import { ReactNode } from 'react';
2
+ export type PillarType = "main" | "live" | "visit" | "taste" | "business" | "participate";
3
+ export type RenditionType = "full" | "fluid" | "contained" | "masked";
4
+ type SpacingOption = "none" | "xsm" | "sm" | "md" | "lg" | "xl";
5
+ export interface ImageSet {
6
+ single?: string;
7
+ setOfFour?: [string, string, string, string];
8
+ }
9
+ export interface Item {
10
+ id?: number;
11
+ label?: string;
12
+ }
13
+ export interface ImageContentProps {
14
+ pillar?: PillarType;
15
+ displayFullLogo?: boolean;
16
+ displayIconWithTitle?: boolean;
17
+ title?: string;
18
+ boldTitle?: string;
19
+ content?: ReactNode;
20
+ action?: ReactNode;
21
+ images?: ImageSet;
22
+ imageSrc?: string;
23
+ alignment?: 'left' | 'right';
24
+ imageBorder?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
25
+ rendition?: RenditionType;
26
+ list?: Item[];
27
+ spaceTop?: SpacingOption;
28
+ spaceBottom?: SpacingOption;
29
+ }
30
+ export default ImageContentProps;
@@ -0,0 +1,3 @@
1
+ import { default as IntroBlockProps } from './IntroBlockProps';
2
+ declare const IntroBlock: (props: IntroBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default IntroBlock;
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ interface IntroBlockProps {
3
+ introHeading?: string;
4
+ introText?: string;
5
+ children?: ReactNode;
6
+ extraClass?: string;
7
+ }
8
+ export default IntroBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as KPIBlockProps } from './KPIBlockProps.tsx';
2
+ declare const KPIBlock: (props: KPIBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default KPIBlock;
@@ -0,0 +1,14 @@
1
+ import { ElementHolderProps } from '../../Shared';
2
+ interface KPIItem {
3
+ value: string;
4
+ description: string;
5
+ }
6
+ interface KPIBlockProps extends ElementHolderProps {
7
+ title?: string;
8
+ description?: string;
9
+ stats?: KPIItem[];
10
+ pillar: 'main' | 'visit' | 'live' | 'business' | 'participate' | 'taste';
11
+ spacingTop?: "none" | "xsm" | "sm" | "md" | "lg";
12
+ spacingBottom?: "none" | "xsm" | "sm" | "md" | "lg" | "xl";
13
+ }
14
+ export default KPIBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as ListBlockProps } from './ListBlockProps.tsx';
2
+ declare const ListBlock: (props: ListBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListBlock;
@@ -0,0 +1,25 @@
1
+ import { ReactNode } from 'react';
2
+ export interface Card {
3
+ title?: string;
4
+ description?: string;
5
+ date?: string;
6
+ link?: {
7
+ title?: string;
8
+ href?: string;
9
+ target?: "_blank" | "_self" | "_parent" | "_top";
10
+ rel?: string;
11
+ };
12
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
13
+ image?: string;
14
+ variation?: "long" | "short";
15
+ category?: string | undefined;
16
+ }
17
+ interface ListBlockProps {
18
+ title?: string;
19
+ description?: string;
20
+ link?: string;
21
+ cards?: Card[];
22
+ filters?: string[];
23
+ action?: ReactNode;
24
+ }
25
+ export default ListBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as ListingDetailBlockProps } from './ListingDetailBlockProps';
2
+ declare const ListingDetailBlock: ({ content, facilities, callToActions, callToActionButton, }: ListingDetailBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ListingDetailBlock;
@@ -0,0 +1,19 @@
1
+ import { ReactNode } from 'react';
2
+ export interface CallToActionItem {
3
+ icon: ReactNode | string;
4
+ label: string;
5
+ value: string;
6
+ url?: string;
7
+ target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
8
+ valueClassName?: 'link' | 'default';
9
+ }
10
+ export interface CallToActionButton {
11
+ button: ReactNode;
12
+ }
13
+ interface ListingDetailBlockProps {
14
+ content: ReactNode;
15
+ facilities: string[];
16
+ callToActions?: CallToActionItem[];
17
+ callToActionButton?: CallToActionButton;
18
+ }
19
+ export default ListingDetailBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as MediaProps } from './MediaProps.tsx';
2
+ declare const Media: ({ imageSrc, videoSrc, thumbnail, pillar }: MediaProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Media;
@@ -0,0 +1,7 @@
1
+ interface MediaProps {
2
+ imageSrc?: string;
3
+ videoSrc?: string;
4
+ thumbnail?: string;
5
+ pillar?: 'live' | 'visit' | 'taste' | 'business' | 'participate';
6
+ }
7
+ export default MediaProps;
@@ -0,0 +1,3 @@
1
+ import { default as ModalProps } from './ModalProps';
2
+ declare const Modal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Modal;
@@ -0,0 +1,3 @@
1
+ import { default as ModalActionsProps } from './ModalActionsProps.tsx';
2
+ declare const ModalActions: (props: ModalActionsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ModalActions;
@@ -0,0 +1,3 @@
1
+ import { default as ModalActionsLeftProps } from './ModalActionsLeftProps.tsx';
2
+ declare const ModalActionsLeft: (props: ModalActionsLeftProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ModalActionsLeft;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface ModalActionsLeftProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsLeftProps;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface ModalActionsProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsProps;
@@ -0,0 +1,3 @@
1
+ import { default as ModalActionsRightProps } from './ModalActionsRightProps.tsx';
2
+ declare const ModalActionsRight: (props: ModalActionsRightProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ModalActionsRight;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface ModalActionsRightProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalActionsRightProps;
@@ -0,0 +1,3 @@
1
+ import { default as ModalBodyProps } from './ModalBodyProps';
2
+ declare const ModalBody: (props: ModalBodyProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ModalBody;
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from 'react';
2
+ interface ModalBodyProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default ModalBodyProps;
@@ -0,0 +1,2 @@
1
+ declare const ModalCurtain: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ModalCurtain;
@@ -0,0 +1,3 @@
1
+ import { default as ModalHeaderProps } from './ModalHeaderProps';
2
+ declare const ModalHeader: (props: ModalHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ModalHeader;
@@ -0,0 +1,9 @@
1
+ interface ModalHeaderProps {
2
+ title?: string;
3
+ extraClass?: string;
4
+ canClose?: boolean;
5
+ canGoBack?: boolean;
6
+ closeOnclick?: (e: any) => void;
7
+ canGoBackOnclick?: (e: any) => void;
8
+ }
9
+ export default ModalHeaderProps;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ interface ModalProps {
3
+ children?: ReactNode;
4
+ extraClass?: string;
5
+ pillar?: 'main' | 'live' | 'visit' | 'taste' | 'business' | 'participate';
6
+ }
7
+ export default ModalProps;
@@ -0,0 +1,3 @@
1
+ import { default as PathwayBlockProps } from './PathwayBlockProps.tsx';
2
+ declare const PathwayBlock: (props: PathwayBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PathwayBlock;
@@ -0,0 +1,17 @@
1
+ export interface PathwayCard {
2
+ title?: string;
3
+ description?: string;
4
+ image?: string;
5
+ link?: {
6
+ title?: string;
7
+ href?: string;
8
+ target?: "_blank" | "_self" | "_parent" | "_top";
9
+ rel?: string;
10
+ } | undefined;
11
+ pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste';
12
+ }
13
+ interface PathwayBlockProps {
14
+ title?: string;
15
+ cards?: PathwayCard[];
16
+ }
17
+ export default PathwayBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as PromoBannerBlockProps } from './PromoBannerBlockProps';
2
+ declare const PromoBannerBlock: (props: PromoBannerBlockProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default PromoBannerBlock;
@@ -0,0 +1,14 @@
1
+ import { ReactNode } from 'react';
2
+ interface PromoBannerBlockProps {
3
+ introTitle?: string;
4
+ introText?: string;
5
+ brandPiller?: 'visit' | 'live' | 'business' | 'participate' | 'taste' | 'main';
6
+ pillerTitle?: 'Visit' | 'Live' | 'Business' | 'Participate' | 'Taste' | 'Main';
7
+ title?: string;
8
+ boldTitle?: string;
9
+ content?: string;
10
+ image?: string;
11
+ button?: ReactNode;
12
+ extraClass?: string;
13
+ }
14
+ export default PromoBannerBlockProps;
@@ -0,0 +1,3 @@
1
+ import { default as PromoBannerBlockProps } from './PromoBannerBlockProps';
2
+ declare const BrandPillerLogo: ({ brandPiller }: PromoBannerBlockProps) => import("react/jsx-runtime").JSX.Element | undefined;
3
+ export default BrandPillerLogo;
@@ -0,0 +1,2 @@
1
+ declare const PromoBannerBgDesign: () => import("react/jsx-runtime").JSX.Element;
2
+ export default PromoBannerBgDesign;