@hellobetterdigitalnz/selwynui 0.0.1-70 → 0.0.1-71

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 (348) hide show
  1. package/package.json +1 -1
  2. package/src/Components/DataDisplay/ListingDetailBlock/ListingDetailBlock.stories.tsx +4 -4
  3. package/src/Components/DataDisplay/ListingDetailBlock/ListingDetailBlockProps.tsx +1 -1
  4. package/src/Components/DataDisplay/ListingDetailBlock/listingDetailBlock.module.scss +51 -34
  5. package/dist/App.d.ts +0 -2
  6. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +0 -3
  7. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +0 -3
  8. package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts +0 -7
  9. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +0 -3
  10. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +0 -18
  11. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +0 -12
  12. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +0 -3
  13. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +0 -7
  14. package/dist/Components/DataDisplay/Accordion/accordion-bg-design.d.ts +0 -2
  15. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderTool.d.ts +0 -3
  16. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMain.d.ts +0 -3
  17. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMainProps.d.ts +0 -5
  18. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolProps.d.ts +0 -7
  19. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.d.ts +0 -3
  20. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItemProps.d.ts +0 -8
  21. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelector.d.ts +0 -3
  22. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelectorProps.d.ts +0 -6
  23. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploader.d.ts +0 -3
  24. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploaderProps.d.ts +0 -6
  25. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapper.d.ts +0 -3
  26. package/dist/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapperProps.d.ts +0 -6
  27. package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreview.d.ts +0 -3
  28. package/dist/Components/DataDisplay/BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreviewProps.d.ts +0 -6
  29. package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlock.d.ts +0 -3
  30. package/dist/Components/DataDisplay/CallToActionBlock/CallToActionBlockProps.d.ts +0 -15
  31. package/dist/Components/DataDisplay/CarouselBlock/CarouselBlock.d.ts +0 -3
  32. package/dist/Components/DataDisplay/CarouselBlock/CarouselBlockProps.d.ts +0 -20
  33. package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlock.d.ts +0 -3
  34. package/dist/Components/DataDisplay/ChatItenaryBlock/ChatItenaryBlockProps.d.ts +0 -36
  35. package/dist/Components/DataDisplay/ContactsBlock/ContactItem.d.ts +0 -3
  36. package/dist/Components/DataDisplay/ContactsBlock/ContactItemProps.d.ts +0 -9
  37. package/dist/Components/DataDisplay/ContactsBlock/ContactsBlock.d.ts +0 -3
  38. package/dist/Components/DataDisplay/ContactsBlock/ContactsBlockProps.d.ts +0 -6
  39. package/dist/Components/DataDisplay/ContentBlock/ContentBlock.d.ts +0 -3
  40. package/dist/Components/DataDisplay/ContentBlock/ContentBlockProps.d.ts +0 -9
  41. package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +0 -3
  42. package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +0 -15
  43. package/dist/Components/DataDisplay/ImageContent/ImageContent.d.ts +0 -3
  44. package/dist/Components/DataDisplay/ImageContent/ImageContentMaskingImages.d.ts +0 -2
  45. package/dist/Components/DataDisplay/ImageContent/ImageContentProps.d.ts +0 -30
  46. package/dist/Components/DataDisplay/IntroBlock/IntroBlock.d.ts +0 -3
  47. package/dist/Components/DataDisplay/IntroBlock/IntroBlockProps.d.ts +0 -8
  48. package/dist/Components/DataDisplay/KPIBlock/KPIBlock.d.ts +0 -3
  49. package/dist/Components/DataDisplay/KPIBlock/KPIBlockProps.d.ts +0 -14
  50. package/dist/Components/DataDisplay/ListBlock/ListBlock.d.ts +0 -3
  51. package/dist/Components/DataDisplay/ListBlock/ListBlockProps.d.ts +0 -25
  52. package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlock.d.ts +0 -3
  53. package/dist/Components/DataDisplay/ListingDetailBlock/ListingDetailBlockProps.d.ts +0 -19
  54. package/dist/Components/DataDisplay/Media/Media.d.ts +0 -3
  55. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +0 -7
  56. package/dist/Components/DataDisplay/Modal/Modal.d.ts +0 -3
  57. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +0 -3
  58. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +0 -3
  59. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +0 -6
  60. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +0 -6
  61. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +0 -3
  62. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +0 -6
  63. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +0 -3
  64. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +0 -6
  65. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +0 -2
  66. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +0 -3
  67. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +0 -9
  68. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +0 -7
  69. package/dist/Components/DataDisplay/PathwayBlock/PathwayBlock.d.ts +0 -3
  70. package/dist/Components/DataDisplay/PathwayBlock/PathwayBlockProps.d.ts +0 -17
  71. package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.d.ts +0 -3
  72. package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.d.ts +0 -14
  73. package/dist/Components/DataDisplay/PromoBannerBlock/brand-piller.d.ts +0 -3
  74. package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +0 -2
  75. package/dist/Components/DataDisplay/TestimonyCard/TestimonyCard.d.ts +0 -3
  76. package/dist/Components/DataDisplay/TestimonyCard/TestimonyCardProps.d.ts +0 -10
  77. package/dist/Components/DataDisplay/index.d.ts +0 -68
  78. package/dist/Components/Form/Button/Button.d.ts +0 -6
  79. package/dist/Components/Form/Button/ButtonProps.d.ts +0 -25
  80. package/dist/Components/Form/Checkbox/Checkbox.d.ts +0 -3
  81. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +0 -22
  82. package/dist/Components/Form/EmailField/EmailField.d.ts +0 -3
  83. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +0 -13
  84. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +0 -3
  85. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +0 -14
  86. package/dist/Components/Form/InputProps.d.ts +0 -27
  87. package/dist/Components/Form/LandingPageForm/LandingPageForm.d.ts +0 -3
  88. package/dist/Components/Form/LandingPageForm/LandingPageFormLeft.d.ts +0 -3
  89. package/dist/Components/Form/LandingPageForm/LandingPageFormLeftProps.d.ts +0 -12
  90. package/dist/Components/Form/LandingPageForm/LandingPageFormProps.d.ts +0 -7
  91. package/dist/Components/Form/LandingPageForm/LandingPageFormRight.d.ts +0 -3
  92. package/dist/Components/Form/LandingPageForm/LandingPageFormRightProps.d.ts +0 -12
  93. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +0 -2
  94. package/dist/Components/Form/SimpleForm/SimpleForm.d.ts +0 -3
  95. package/dist/Components/Form/SimpleForm/SimpleFormProps.d.ts +0 -11
  96. package/dist/Components/Form/SimpleForm/simple-form-bg-design.d.ts +0 -2
  97. package/dist/Components/Form/TextField/TextField.d.ts +0 -3
  98. package/dist/Components/Form/TextField/TextField.stories.d.ts +0 -13
  99. package/dist/Components/Form/TextField/TextFieldProps.d.ts +0 -6
  100. package/dist/Components/Form/Textarea/Textarea.d.ts +0 -3
  101. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +0 -14
  102. package/dist/Components/Form/Textarea/TextareaProps.d.ts +0 -26
  103. package/dist/Components/Form/index.d.ts +0 -21
  104. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +0 -3
  105. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +0 -3
  106. package/dist/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.d.ts +0 -3
  107. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +0 -3
  108. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +0 -3
  109. package/dist/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.d.ts +0 -3
  110. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +0 -3
  111. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +0 -3
  112. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +0 -3
  113. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +0 -3
  114. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +0 -3
  115. package/dist/Components/Icons/Brands/FacebookLogo/FacebookLogo.d.ts +0 -3
  116. package/dist/Components/Icons/Brands/InstagramLogo/InstagramLogo.d.ts +0 -3
  117. package/dist/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.d.ts +0 -3
  118. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +0 -3
  119. package/dist/Components/Icons/Commerce/Backpack/Backpack.d.ts +0 -3
  120. package/dist/Components/Icons/Commerce/BowlSteam/BowlSteam.d.ts +0 -3
  121. package/dist/Components/Icons/Commerce/Bread/Bread.d.ts +0 -3
  122. package/dist/Components/Icons/Commerce/Cheers/Cheers.d.ts +0 -3
  123. package/dist/Components/Icons/Commerce/ChefHat/ChefHat.d.ts +0 -3
  124. package/dist/Components/Icons/Commerce/Coffee/Coffee.d.ts +0 -3
  125. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +0 -3
  126. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +0 -3
  127. package/dist/Components/Icons/Commerce/Grains/Grains.d.ts +0 -3
  128. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +0 -3
  129. package/dist/Components/Icons/Commerce/StoreFront/StoreFront.d.ts +0 -3
  130. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +0 -3
  131. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +0 -21
  132. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +0 -3
  133. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +0 -21
  134. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +0 -3
  135. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +0 -21
  136. package/dist/Components/Icons/Communication/At/At.d.ts +0 -3
  137. package/dist/Components/Icons/Communication/At/At.stories.d.ts +0 -21
  138. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +0 -3
  139. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +0 -21
  140. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +0 -3
  141. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +0 -21
  142. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +0 -3
  143. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +0 -3
  144. package/dist/Components/Icons/Communication/Export/Export.d.ts +0 -3
  145. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +0 -3
  146. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +0 -3
  147. package/dist/Components/Icons/Communication/ThumbsUp/ThumbsUp.d.ts +0 -3
  148. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +0 -3
  149. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +0 -3
  150. package/dist/Components/Icons/Design/Eye/Eye.d.ts +0 -3
  151. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +0 -3
  152. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +0 -3
  153. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +0 -3
  154. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +0 -3
  155. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +0 -3
  156. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +0 -3
  157. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +0 -3
  158. package/dist/Components/Icons/Education/BookmarkSimple/BookmarkSimple.d.ts +0 -3
  159. package/dist/Components/Icons/Education/Certificate/Certificate.d.ts +0 -3
  160. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +0 -3
  161. package/dist/Components/Icons/Games/Cricket/Cricket.d.ts +0 -3
  162. package/dist/Components/Icons/Games/Football/Football.d.ts +0 -3
  163. package/dist/Components/Icons/Games/Golf/Golf.d.ts +0 -3
  164. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +0 -3
  165. package/dist/Components/Icons/IconProps.d.ts +0 -4
  166. package/dist/Components/Icons/MapAndTravel/Barn/Barn.d.ts +0 -3
  167. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +0 -3
  168. package/dist/Components/Icons/MapAndTravel/Bus/Bus.d.ts +0 -3
  169. package/dist/Components/Icons/MapAndTravel/Car/Car.d.ts +0 -3
  170. package/dist/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.d.ts +0 -3
  171. package/dist/Components/Icons/MapAndTravel/Farm/Farm.d.ts +0 -3
  172. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +0 -3
  173. package/dist/Components/Icons/MapAndTravel/Goggles/Goggles.d.ts +0 -3
  174. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +0 -3
  175. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +0 -3
  176. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +0 -3
  177. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +0 -3
  178. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +0 -3
  179. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +0 -3
  180. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +0 -3
  181. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +0 -3
  182. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +0 -3
  183. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +0 -3
  184. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +0 -3
  185. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +0 -3
  186. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +0 -3
  187. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +0 -3
  188. package/dist/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.d.ts +0 -3
  189. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +0 -3
  190. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +0 -3
  191. package/dist/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.d.ts +0 -3
  192. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +0 -3
  193. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +0 -3
  194. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +0 -3
  195. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +0 -3
  196. package/dist/Components/Icons/Media/Camera/Camera.d.ts +0 -3
  197. package/dist/Components/Icons/Media/DiscoBall/DiscoBall.d.ts +0 -3
  198. package/dist/Components/Icons/Media/FilmStrip/FilmStrip.d.ts +0 -3
  199. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +0 -3
  200. package/dist/Components/Icons/Media/MusicNotes/MusicNotes.d.ts +0 -3
  201. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +0 -3
  202. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +0 -3
  203. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +0 -3
  204. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +0 -3
  205. package/dist/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.d.ts +0 -3
  206. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +0 -3
  207. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +0 -3
  208. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +0 -3
  209. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +0 -3
  210. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +0 -3
  211. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +0 -3
  212. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +0 -3
  213. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +0 -3
  214. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +0 -3
  215. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +0 -3
  216. package/dist/Components/Icons/OfficeAndEditing/Paperclip/Paperclip.d.ts +0 -3
  217. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +0 -3
  218. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +0 -3
  219. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +0 -3
  220. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +0 -3
  221. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +0 -3
  222. package/dist/Components/Icons/People/Person/Person.d.ts +0 -3
  223. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +0 -3
  224. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +0 -3
  225. package/dist/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.d.ts +0 -3
  226. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +0 -3
  227. package/dist/Components/Icons/People/User/User.d.ts +0 -3
  228. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +0 -3
  229. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +0 -3
  230. package/dist/Components/Icons/People/Users/Users.d.ts +0 -3
  231. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +0 -3
  232. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +0 -3
  233. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +0 -3
  234. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +0 -3
  235. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +0 -3
  236. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +0 -3
  237. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +0 -3
  238. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +0 -3
  239. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +0 -3
  240. package/dist/Components/Icons/SystemAndDevice/CheckCircle/CheckCircle.d.ts +0 -3
  241. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +0 -3
  242. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +0 -3
  243. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +0 -3
  244. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +0 -3
  245. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  246. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +0 -3
  247. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +0 -3
  248. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +0 -3
  249. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +0 -3
  250. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +0 -3
  251. package/dist/Components/Icons/SystemAndDevice/Link/Link.d.ts +0 -3
  252. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +0 -3
  253. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +0 -3
  254. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +0 -3
  255. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +0 -3
  256. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +0 -3
  257. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +0 -3
  258. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +0 -3
  259. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  260. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +0 -3
  261. package/dist/Components/Icons/Time/CalendarDots/CalendarDots.d.ts +0 -3
  262. package/dist/Components/Icons/Time/Clock/Clock.d.ts +0 -3
  263. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +0 -3
  264. package/dist/Components/Icons/WeatherAndNature/Bird/Bird.d.ts +0 -3
  265. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +0 -3
  266. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +0 -3
  267. package/dist/Components/Icons/WeatherAndNature/Cow/Cow.d.ts +0 -3
  268. package/dist/Components/Icons/WeatherAndNature/Dog/Dog.d.ts +0 -3
  269. package/dist/Components/Icons/WeatherAndNature/FishSimple/FishSimple.d.ts +0 -3
  270. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +0 -3
  271. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +0 -3
  272. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +0 -3
  273. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +0 -3
  274. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +0 -3
  275. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +0 -3
  276. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +0 -3
  277. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +0 -3
  278. package/dist/Components/Icons/index.d.ts +0 -127
  279. package/dist/Components/Layout/Footer/Footer.d.ts +0 -3
  280. package/dist/Components/Layout/Footer/FooterBottom.d.ts +0 -3
  281. package/dist/Components/Layout/Footer/FooterBottomLeft.d.ts +0 -3
  282. package/dist/Components/Layout/Footer/FooterBottomLeftProps.d.ts +0 -11
  283. package/dist/Components/Layout/Footer/FooterBottomProps.d.ts +0 -5
  284. package/dist/Components/Layout/Footer/FooterBottomRight.d.ts +0 -3
  285. package/dist/Components/Layout/Footer/FooterBottomRightProps.d.ts +0 -6
  286. package/dist/Components/Layout/Footer/FooterItem.d.ts +0 -3
  287. package/dist/Components/Layout/Footer/FooterItemProps.d.ts +0 -6
  288. package/dist/Components/Layout/Footer/FooterMiddle.d.ts +0 -3
  289. package/dist/Components/Layout/Footer/FooterMiddleProps.d.ts +0 -6
  290. package/dist/Components/Layout/Footer/FooterProps.d.ts +0 -9
  291. package/dist/Components/Layout/Footer/FooterTop.d.ts +0 -3
  292. package/dist/Components/Layout/Footer/FooterTopProps.d.ts +0 -7
  293. package/dist/Components/Layout/Footer/footer-bg-design.d.ts +0 -2
  294. package/dist/Components/Layout/Header/Header.d.ts +0 -3
  295. package/dist/Components/Layout/Header/HeaderProps.d.ts +0 -8
  296. package/dist/Components/Layout/Header/HeaderRight.d.ts +0 -3
  297. package/dist/Components/Layout/Header/HeaderRightItem.d.ts +0 -3
  298. package/dist/Components/Layout/Header/HeaderRightItemProps.d.ts +0 -11
  299. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +0 -5
  300. package/dist/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.d.ts +0 -2
  301. package/dist/Components/Layout/Header/MegaMenu/MegaMenu.d.ts +0 -3
  302. package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +0 -31
  303. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigation.d.ts +0 -3
  304. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItem.d.ts +0 -3
  305. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationItemProps.d.ts +0 -4
  306. package/dist/Components/Layout/Header/MobileNavigation/MobileNavigationProps.d.ts +0 -7
  307. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigation.d.ts +0 -3
  308. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItem.d.ts +0 -3
  309. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationItemProps.d.ts +0 -4
  310. package/dist/Components/Layout/Header/MobileNavigation/MobileSubNavigation/MobileSubNavigationProps.d.ts +0 -7
  311. package/dist/Components/Layout/Header/MobileNavigation/MobileWhatuOverlay.d.ts +0 -2
  312. package/dist/Components/Layout/HeroBanner/HeroBanner.d.ts +0 -3
  313. package/dist/Components/Layout/HeroBanner/HeroBannerProps.d.ts +0 -9
  314. package/dist/Components/Layout/HeroBanner/LargeHeroIcon.d.ts +0 -2
  315. package/dist/Components/Layout/index.d.ts +0 -28
  316. package/dist/Components/SelwynUIProvider/SelwynUIContext.d.ts +0 -9
  317. package/dist/Components/SelwynUIProvider/SelwynUIProvider.d.ts +0 -6
  318. package/dist/Components/SelwynUIProvider/index.d.ts +0 -2
  319. package/dist/Components/Shared/Container/Container.d.ts +0 -3
  320. package/dist/Components/Shared/Container/ContainerProps.d.ts +0 -10
  321. package/dist/Components/Shared/ElementHolder/ElementHolder.d.ts +0 -3
  322. package/dist/Components/Shared/ElementHolder/ElementHolderProps.d.ts +0 -15
  323. package/dist/Components/Shared/Hook/useScrollFadeIn/useScrollFadeIn.d.ts +0 -6
  324. package/dist/Components/Shared/PillarIcon/PillarIcon.d.ts +0 -3
  325. package/dist/Components/Shared/PillarIcon/PillarIconsProps.d.ts +0 -4
  326. package/dist/Components/Shared/PillarLogo/PillarLogo.d.ts +0 -6
  327. package/dist/Components/Shared/ScrollFadeIn/ScrollFadeIn.d.ts +0 -12
  328. package/dist/Components/Shared/index.d.ts +0 -4
  329. package/dist/Components/index.d.ts +0 -6
  330. package/dist/img/card-one.png +0 -0
  331. package/dist/img/card-three.png +0 -0
  332. package/dist/img/card-two.png +0 -0
  333. package/dist/img/contact-image.svg +0 -9
  334. package/dist/img/footer-bg-design.svg +0 -14
  335. package/dist/img/footer-logo.svg +0 -9
  336. package/dist/img/landing-form-video.png +0 -0
  337. package/dist/img/landing-page-form-image.png +0 -0
  338. package/dist/img/promo-banner-img.png +0 -0
  339. package/dist/img/visit-brand-piller.svg +0 -6
  340. package/dist/img/waikirikiri-full-logo.svg +0 -23
  341. package/dist/index.cjs.js +0 -251
  342. package/dist/index.cjs.js.map +0 -1
  343. package/dist/index.d.ts +0 -1
  344. package/dist/index.es.js +0 -48525
  345. package/dist/index.es.js.map +0 -1
  346. package/dist/main.d.ts +0 -0
  347. package/dist/selwynui.css +0 -1
  348. package/dist/vite.svg +0 -1
@@ -1,25 +0,0 @@
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;
@@ -1,3 +0,0 @@
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;
@@ -1,19 +0,0 @@
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;
@@ -1,3 +0,0 @@
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;
@@ -1,7 +0,0 @@
1
- interface MediaProps {
2
- imageSrc?: string;
3
- videoSrc?: string;
4
- thumbnail?: string;
5
- pillar?: 'live' | 'visit' | 'taste' | 'business' | 'participate';
6
- }
7
- export default MediaProps;
@@ -1,3 +0,0 @@
1
- import { default as ModalProps } from './ModalProps';
2
- declare const Modal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element;
3
- export default Modal;
@@ -1,3 +0,0 @@
1
- import { default as ModalActionsProps } from './ModalActionsProps.tsx';
2
- declare const ModalActions: (props: ModalActionsProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ModalActions;
@@ -1,3 +0,0 @@
1
- import { default as ModalActionsLeftProps } from './ModalActionsLeftProps.tsx';
2
- declare const ModalActionsLeft: (props: ModalActionsLeftProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ModalActionsLeft;
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface ModalActionsLeftProps {
3
- children?: ReactNode;
4
- extraClass?: string;
5
- }
6
- export default ModalActionsLeftProps;
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface ModalActionsProps {
3
- children?: ReactNode;
4
- extraClass?: string;
5
- }
6
- export default ModalActionsProps;
@@ -1,3 +0,0 @@
1
- import { default as ModalActionsRightProps } from './ModalActionsRightProps.tsx';
2
- declare const ModalActionsRight: (props: ModalActionsRightProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ModalActionsRight;
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface ModalActionsRightProps {
3
- children?: ReactNode;
4
- extraClass?: string;
5
- }
6
- export default ModalActionsRightProps;
@@ -1,3 +0,0 @@
1
- import { default as ModalBodyProps } from './ModalBodyProps';
2
- declare const ModalBody: (props: ModalBodyProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ModalBody;
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface ModalBodyProps {
3
- children?: ReactNode;
4
- extraClass?: string;
5
- }
6
- export default ModalBodyProps;
@@ -1,2 +0,0 @@
1
- declare const ModalCurtain: () => import("react/jsx-runtime").JSX.Element;
2
- export default ModalCurtain;
@@ -1,3 +0,0 @@
1
- import { default as ModalHeaderProps } from './ModalHeaderProps';
2
- declare const ModalHeader: (props: ModalHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ModalHeader;
@@ -1,9 +0,0 @@
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;
@@ -1,7 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- import { default as PathwayBlockProps } from './PathwayBlockProps.tsx';
2
- declare const PathwayBlock: (props: PathwayBlockProps) => import("react/jsx-runtime").JSX.Element;
3
- export default PathwayBlock;
@@ -1,17 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- import { default as PromoBannerBlockProps } from './PromoBannerBlockProps';
2
- declare const PromoBannerBlock: (props: PromoBannerBlockProps) => import("react/jsx-runtime").JSX.Element;
3
- export default PromoBannerBlock;
@@ -1,14 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- import { default as PromoBannerBlockProps } from './PromoBannerBlockProps';
2
- declare const BrandPillerLogo: ({ brandPiller }: PromoBannerBlockProps) => import("react/jsx-runtime").JSX.Element | undefined;
3
- export default BrandPillerLogo;
@@ -1,2 +0,0 @@
1
- declare const PromoBannerBgDesign: () => import("react/jsx-runtime").JSX.Element;
2
- export default PromoBannerBgDesign;
@@ -1,3 +0,0 @@
1
- import { default as TestimonyCardProps } from './TestimonyCardProps.tsx';
2
- declare const TestimonyCard: (props: TestimonyCardProps) => import("react/jsx-runtime").JSX.Element;
3
- export default TestimonyCard;
@@ -1,10 +0,0 @@
1
- export interface Testimony {
2
- image?: string;
3
- testimony: string;
4
- author: string;
5
- }
6
- interface TestimonyCardProps {
7
- testimonies: Testimony[];
8
- pillar?: 'visit' | 'live' | 'business' | 'participate' | 'taste' | 'main';
9
- }
10
- export default TestimonyCardProps;
@@ -1,68 +0,0 @@
1
- export { default as Accordion } from './Accordion/Accordion';
2
- export type { default as AccordionProps } from './Accordion/AccordionProps';
3
- export { default as AccordionContext } from './Accordion/AccordionContext';
4
- export type { default as AccordionContextInterface } from './Accordion/AccordionContextInterface';
5
- export { default as AccordionItem } from './Accordion/AccordionItem';
6
- export type { default as AccordionItemProps } from './Accordion/AccordionItemProps';
7
- export { default as AccordionProvider } from './Accordion/AccordionProvider';
8
- export type { default as AccordionProviderInterface } from './Accordion/AccordionProviderInterface';
9
- export { default as DetailsCard } from './DetailsCard/DetailsCard';
10
- export type { default as DetailsCardProps } from './DetailsCard/DetailsCardProps';
11
- export { default as IntroBlock } from './IntroBlock/IntroBlock';
12
- export type { default as IntroBlockProps } from './IntroBlock/IntroBlockProps';
13
- export { default as KPIBlock } from './KPIBlock/KPIBlock';
14
- export type { default as KPIBlockProps } from './KPIBlock/KPIBlockProps';
15
- export { default as PathwayBlock } from './PathwayBlock/PathwayBlock';
16
- export type { default as PathwayBlockProps } from './PathwayBlock/PathwayBlockProps';
17
- export { default as ChatItenaryBlock } from './ChatItenaryBlock/ChatItenaryBlock';
18
- export type { default as ChatItenaryBlockProps } from './ChatItenaryBlock/ChatItenaryBlockProps';
19
- export { default as CallToActionBlock } from './CallToActionBlock/CallToActionBlock';
20
- export type { default as CallToActionBlockProps } from './CallToActionBlock/CallToActionBlockProps';
21
- export { default as TestimonyCard } from './TestimonyCard/TestimonyCard';
22
- export type { default as TestimonyCardProps } from './TestimonyCard/TestimonyCardProps';
23
- export { default as Pathway } from './ListBlock/ListBlock.tsx';
24
- export type { default as PathwayProps } from './ListBlock/ListBlockProps.tsx';
25
- export { default as ListingDetailBlock } from './ListingDetailBlock/ListingDetailBlock';
26
- export type { default as ListingDetailBlockProps } from './ListingDetailBlock/ListingDetailBlockProps';
27
- export { default as ContentBlock } from './ContentBlock/ContentBlock';
28
- export type { default as ContentBlockProps } from './ContentBlock/ContentBlockProps';
29
- export { default as PromoBannerBlock } from './PromoBannerBlock/PromoBannerBlock';
30
- export type { default as PromoBannerBlockProps } from './PromoBannerBlock/PromoBannerBlockProps';
31
- export { default as ContactBlock } from './ContactsBlock/ContactsBlock';
32
- export type { default as ContactBlockProps } from './ContactsBlock/ContactsBlockProps';
33
- export { default as ContactItem } from './ContactsBlock/ContactItem';
34
- export type { default as ContactItemProps } from './ContactsBlock/ContactItemProps';
35
- export { default as ImageContent } from './ImageContent/ImageContent';
36
- export type { default as ImageContentProps } from './ImageContent/ImageContentProps';
37
- export { default as ListBlock } from './ListBlock/ListBlock';
38
- export type { default as ListBlockProps } from './ListBlock/ListBlockProps';
39
- export { default as CarouselBlock } from './CarouselBlock/CarouselBlock.tsx';
40
- export type { default as CarouselBlockProps } from './CarouselBlock/CarouselBlockProps.tsx';
41
- export { default as Media } from './Media/Media.tsx';
42
- export type { default as MediaProps } from './Media/MediaProps.tsx';
43
- export { default as Modal } from './Modal/Modal';
44
- export type { default as ModalProps } from './Modal/ModalProps';
45
- export { default as ModalHeader } from './Modal/ModalHeader';
46
- export type { default as ModalHeaderProps } from './Modal/ModalHeaderProps';
47
- export { default as ModalBody } from './Modal/ModalBody';
48
- export type { default as ModalBodyProps } from './Modal/ModalBodyProps';
49
- export { default as ModalActions } from './Modal/ModalActions';
50
- export type { default as ModalActionsProps } from './Modal/ModalActionsProps';
51
- export { default as ModalActionsLeft } from './Modal/ModalActionsLeft';
52
- export type { default as ModalActionsLeftProps } from './Modal/ModalActionsLeftProps';
53
- export { default as ModalActionsRight } from './Modal/ModalActionsRight';
54
- export type { default as ModalActionsRightProps } from './Modal/ModalActionsRightProps';
55
- export { default as BrandBuilderToolMain } from './BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMain.tsx';
56
- export type { default as BrandBuilderToolMainProps } from './BrandBuilderTool/BrandBuilderToolMain/BrandBuilderToolMainProps.tsx';
57
- export { default as BrandBuilderToolPreview } from './BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreview.tsx';
58
- export type { default as BrandBuilderToolPreviewProps } from './BrandBuilderTool/BrandbuilderToolPreview/BrandBuilderToolPreviewProps.tsx';
59
- export { default as BrandBuilderToolTemplateItem } from './BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.tsx';
60
- export type { default as BrandBuilderToolTemplateItemProps } from './BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItemProps.tsx';
61
- export { default as BrandBuilderToolTemplateSelector } from './BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelector.tsx';
62
- export type { default as BrandBuilderToolTemplateSelectorProps } from './BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateSelectorProps.tsx';
63
- export { default as BrandBuilderToolUploader } from './BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploader.tsx';
64
- export type { default as BrandBuilderToolUploaderProps } from './BrandBuilderTool/BrandBuilderToolUploader/BrandBuilderToolUploaderProps.tsx';
65
- export { default as BrandBuilderToolWrapper } from './BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapper.tsx';
66
- export type { default as BrandBuilderToolWrapperProps } from './BrandBuilderTool/BrandBuilderToolWrapper/BrandBuilderToolWrapperProps.tsx';
67
- export { default as BrandBuilderTool } from './BrandBuilderTool/BrandBuilderTool.tsx';
68
- export type { default as BrandBuilderToolProps } from './BrandBuilderTool/BrandBuilderToolProps.tsx';
@@ -1,6 +0,0 @@
1
- import { default as ButtonProps } from './ButtonProps';
2
- /**
3
- * Primary UI component for user interaction
4
- */
5
- declare const Button: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
6
- export default Button;
@@ -1,25 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface ButtonProps {
3
- type?: "button" | "submit" | "reset";
4
- size?: "default" | "large" | "small";
5
- style?: "solid" | "hollow" | "no-border";
6
- level?: 'primary' | 'secondary' | 'light';
7
- pillar?: 'main' | 'live' | 'visit' | 'taste' | 'business' | 'participate' | undefined;
8
- linkable?: boolean;
9
- extraClass?: string;
10
- link?: {
11
- url?: string;
12
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
13
- rel?: string | undefined;
14
- };
15
- disabled?: boolean;
16
- primaryIcon?: ReactNode;
17
- secondaryIcon?: ReactNode;
18
- loading?: boolean;
19
- bilingualTitle?: string;
20
- label: string;
21
- onClick?: () => void;
22
- onHover?: () => void;
23
- onFocus?: () => void;
24
- }
25
- export default ButtonProps;
@@ -1,3 +0,0 @@
1
- import { default as CheckboxProps } from './CheckboxProps';
2
- declare const Checkbox: (props: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
3
- export default Checkbox;
@@ -1,22 +0,0 @@
1
- import { ChangeEvent, FocusEvent, MouseEvent } from 'react';
2
- interface CheckboxProps {
3
- label?: string;
4
- name?: string;
5
- id?: string;
6
- value?: string;
7
- extraClass?: string;
8
- placeholder?: string;
9
- error?: boolean;
10
- disabled?: boolean;
11
- readonly?: boolean;
12
- checked?: boolean;
13
- required?: boolean;
14
- ariaLabel?: string;
15
- ariaLabeledby?: string;
16
- ariaDescribedby?: string;
17
- onClick?: (e: MouseEvent, checked?: boolean) => void;
18
- onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
19
- onFocus?: (e: FocusEvent) => void;
20
- onBlur?: (e: FocusEvent) => void;
21
- }
22
- export default CheckboxProps;
@@ -1,3 +0,0 @@
1
- import { default as InputProps } from '../InputProps';
2
- declare const EmailField: (props: InputProps) => import("react/jsx-runtime").JSX.Element;
3
- export default EmailField;
@@ -1,13 +0,0 @@
1
- import { StoryObj } from '@storybook/react';
2
- import { default as EmailField } from './EmailField.tsx';
3
- declare const meta: {
4
- title: string;
5
- component: (props: import('../InputProps.tsx').default) => import("react/jsx-runtime").JSX.Element;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof EmailField>;
13
- export declare const Example: Story;
@@ -1,3 +0,0 @@
1
- import { default as FormFieldHolderProps } from './FormFieldHolderProps';
2
- declare const FormFieldHolder: (props: FormFieldHolderProps) => import("react/jsx-runtime").JSX.Element;
3
- export default FormFieldHolder;
@@ -1,14 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface FormFieldHolderProps {
3
- label?: string | any;
4
- labelClass?: string;
5
- bilingualLabel?: string;
6
- description?: string | ReactNode;
7
- extraClass?: string;
8
- error?: boolean;
9
- children: ReactNode;
10
- icon?: ReactNode;
11
- require?: boolean;
12
- optional?: boolean;
13
- }
14
- export default FormFieldHolderProps;
@@ -1,27 +0,0 @@
1
- import { FocusEvent, ChangeEvent, MouseEvent, KeyboardEvent } from 'react';
2
- interface InputProps {
3
- name?: string;
4
- id?: string;
5
- value?: string | number | bigint | any;
6
- extraClass?: string;
7
- placeholder?: string;
8
- error?: boolean;
9
- disabled?: boolean;
10
- readonly?: boolean;
11
- autoComplete?: boolean;
12
- required?: boolean;
13
- ariaLabel?: string;
14
- min?: string;
15
- max?: string;
16
- minLength?: number;
17
- maxLength?: number;
18
- ariaLabeledby?: string;
19
- ariaDescribedby?: string;
20
- onClick?: (e: MouseEvent) => void;
21
- onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
22
- onFocus?: (e: FocusEvent) => void;
23
- onBlur?: (e: FocusEvent) => void;
24
- onKeyDown?: (e: KeyboardEvent<HTMLInputElement>) => void;
25
- loading?: boolean;
26
- }
27
- export default InputProps;
@@ -1,3 +0,0 @@
1
- import { default as LandingPageFormProps } from './LandingPageFormProps';
2
- declare const LandingPageForm: (props: LandingPageFormProps) => import("react/jsx-runtime").JSX.Element;
3
- export default LandingPageForm;
@@ -1,3 +0,0 @@
1
- import { default as LandingPageFormLeftProps } from './LandingPageFormLeftProps';
2
- declare const LandingPageFormLeft: (props: LandingPageFormLeftProps) => import("react/jsx-runtime").JSX.Element;
3
- export default LandingPageFormLeft;
@@ -1,12 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export interface LandingFormContentItem {
3
- title?: string;
4
- text?: string;
5
- icon?: ReactNode;
6
- }
7
- interface LandingPageFormLeftProps {
8
- children?: ReactNode;
9
- callToActions?: LandingFormContentItem[];
10
- extraClass?: string;
11
- }
12
- export default LandingPageFormLeftProps;
@@ -1,7 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface LandingPageFormProps {
3
- landingPageFormLeft?: ReactNode;
4
- landingPageFormRight?: ReactNode;
5
- extraClass?: ReactNode;
6
- }
7
- export default LandingPageFormProps;
@@ -1,3 +0,0 @@
1
- import { default as LandingPageFormRightProps } from './LandingPageFormRightProps';
2
- declare const LandingPageFormRight: (props: LandingPageFormRightProps) => import("react/jsx-runtime").JSX.Element;
3
- export default LandingPageFormRight;
@@ -1,12 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface LandingPageFormRightProps {
3
- formImage?: string;
4
- formTitle?: string;
5
- formText?: string;
6
- children?: ReactNode;
7
- callToAction?: ReactNode;
8
- extraClass?: string;
9
- level?: 'primary' | 'secondary' | 'light';
10
- pillar?: 'main' | 'live' | 'visit' | 'taste' | 'business' | 'participate';
11
- }
12
- export default LandingPageFormRightProps;
@@ -1,2 +0,0 @@
1
- declare const LoadingInput: () => import("react/jsx-runtime").JSX.Element;
2
- export default LoadingInput;
@@ -1,3 +0,0 @@
1
- import { default as SimpleFormProps } from './SimpleFormProps';
2
- declare const SimpleForm: (props: SimpleFormProps) => import("react/jsx-runtime").JSX.Element;
3
- export default SimpleForm;
@@ -1,11 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface SimpleFormProps {
3
- formTitle?: string;
4
- formText?: string;
5
- extraClass?: string;
6
- children?: ReactNode;
7
- callToAction?: ReactNode;
8
- spacingTop?: "none" | "xsm" | "sm" | "md" | "lg";
9
- spacingBottom?: "none" | "xsm" | "sm" | "md" | "lg" | "xl";
10
- }
11
- export default SimpleFormProps;
@@ -1,2 +0,0 @@
1
- declare const SimpleFormBgDesign: () => import("react/jsx-runtime").JSX.Element;
2
- export default SimpleFormBgDesign;
@@ -1,3 +0,0 @@
1
- import { default as TextFieldProps } from './TextFieldProps';
2
- declare const TextField: (props: TextFieldProps) => import("react/jsx-runtime").JSX.Element;
3
- export default TextField;
@@ -1,13 +0,0 @@
1
- import { StoryObj } from '@storybook/react';
2
- import { default as TextField } from './TextField.tsx';
3
- declare const meta: {
4
- title: string;
5
- component: (props: import('./TextFieldProps.tsx').default) => import("react/jsx-runtime").JSX.Element;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof TextField>;
13
- export declare const Example: Story;
@@ -1,6 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import { default as InputProps } from '../InputProps';
3
- interface TextFieldProps extends InputProps {
4
- icon?: ReactNode;
5
- }
6
- export default TextFieldProps;
@@ -1,3 +0,0 @@
1
- import { default as TextareaProps } from './TextareaProps';
2
- declare const Textarea: (props: TextareaProps) => import("react/jsx-runtime").JSX.Element;
3
- export default Textarea;
@@ -1,14 +0,0 @@
1
- import { StoryObj } from '@storybook/react';
2
- import { default as Textarea } from './Textarea.tsx';
3
- declare const meta: {
4
- title: string;
5
- component: (props: import('./TextareaProps.tsx').default) => import("react/jsx-runtime").JSX.Element;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof Textarea>;
13
- export declare const Example: Story;
14
- export declare const MaxLength: Story;
@@ -1,26 +0,0 @@
1
- import { FocusEvent, MouseEvent, ChangeEvent } from 'react';
2
- interface TextareaProps {
3
- name?: string;
4
- id?: string;
5
- value?: string;
6
- extraClass?: string;
7
- placeholder?: string;
8
- error?: boolean;
9
- disabled?: boolean;
10
- readonly?: boolean;
11
- autoComplete?: boolean;
12
- minLength?: number;
13
- maxLength?: number;
14
- required?: boolean;
15
- ariaLabel?: string;
16
- ariaLabeledby?: string;
17
- ariaDescribedby?: string;
18
- rows?: number;
19
- displayChars?: boolean;
20
- onClick?: (e: MouseEvent) => void;
21
- onChange?: (e: ChangeEvent<HTMLTextAreaElement>) => void;
22
- onFocus?: (e: FocusEvent) => void;
23
- onBlur?: (e: FocusEvent) => void;
24
- loading?: boolean;
25
- }
26
- export default TextareaProps;
@@ -1,21 +0,0 @@
1
- export type { default as InputProps } from './InputProps.tsx';
2
- export { default as Button } from './Button/Button';
3
- export type { default as ButtonProps } from './Button/ButtonProps';
4
- export { default as TextField } from './TextField/TextField';
5
- export type { default as TextFieldProps } from './TextField/TextFieldProps';
6
- export { default as LoadingInput } from './LoadingInput/LoadingInput';
7
- export { default as SimpleForm } from './SimpleForm/SimpleForm';
8
- export type { default as SimpleFormProps } from './SimpleForm/SimpleFormProps';
9
- export { default as EmailField } from './EmailField/EmailField';
10
- export { default as Textarea } from './Textarea/Textarea';
11
- export type { default as TextareaProps } from './Textarea/TextareaProps';
12
- export { default as Checkbox } from './Checkbox/Checkbox';
13
- export type { default as CheckboxProps } from './Checkbox/CheckboxProps';
14
- export { default as FormFieldHolder } from './FormFieldHolder/FormFieldHolder';
15
- export type { default as FormFieldHolderProps } from './FormFieldHolder/FormFieldHolderProps';
16
- export { default as LandingPageForm } from './LandingPageForm/LandingPageForm';
17
- export type { default as LandingPageFormProps } from './LandingPageForm/LandingPageFormProps';
18
- export { default as LandingPageFormLeft } from './LandingPageForm/LandingPageFormLeft.tsx';
19
- export type { default as LandingPageFormLeftProps } from './LandingPageForm/LandingPageFormLeft.tsx';
20
- export { default as LandingPageFormRight } from './LandingPageForm/LandingPageFormRight.tsx';
21
- export type { default as LandingPageFormRightProps } from './LandingPageForm/LandingPageFormRightProps.tsx';
@@ -1,3 +0,0 @@
1
- import { default as IconProps } from '../../IconProps';
2
- declare const ArrowLeft: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ArrowLeft;
@@ -1,3 +0,0 @@
1
- import { default as IconProps } from '../../IconProps';
2
- declare const ArrowRight: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ArrowRight;
@@ -1,3 +0,0 @@
1
- import { default as IconProps } from '../../IconProps';
2
- declare const ArrowSquareOut: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ArrowSquareOut;
@@ -1,3 +0,0 @@
1
- import { default as IconProps } from '../../IconProps';
2
- declare const ArrowsDownUp: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
- export default ArrowsDownUp;