@hellobetterdigitalnz/selwynui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (277) hide show
  1. package/.storybook/main.ts +19 -0
  2. package/.storybook/preview.tsx +55 -0
  3. package/.storybook/vitest.setup.ts +7 -0
  4. package/README.md +73 -0
  5. package/eslint.config.js +29 -0
  6. package/index.html +13 -0
  7. package/package.json +63 -0
  8. package/public/img/card-one.png +0 -0
  9. package/public/img/card-three.png +0 -0
  10. package/public/img/card-two.png +0 -0
  11. package/public/img/footer-bg-design.svg +14 -0
  12. package/public/img/footer-logo.svg +9 -0
  13. package/public/img/promo-banner-image.svg +9 -0
  14. package/public/img/visit-brand-piller.svg +6 -0
  15. package/public/img/waikirikiri-full-logo.svg +23 -0
  16. package/public/vite.svg +1 -0
  17. package/src/App.tsx +8 -0
  18. package/src/Components/DataDisplay/DetailsCard/DetailsCard.stories.tsx +39 -0
  19. package/src/Components/DataDisplay/DetailsCard/DetailsCard.tsx +87 -0
  20. package/src/Components/DataDisplay/DetailsCard/DetailsCardProps.tsx +12 -0
  21. package/src/Components/DataDisplay/DetailsCard/detailsCard.module.scss +123 -0
  22. package/src/Components/DataDisplay/ImageContent/ImageContent.stories.tsx +150 -0
  23. package/src/Components/DataDisplay/ImageContent/ImageContent.tsx +118 -0
  24. package/src/Components/DataDisplay/ImageContent/ImageContentMaskingImages.tsx +334 -0
  25. package/src/Components/DataDisplay/ImageContent/ImageContentProps.tsx +42 -0
  26. package/src/Components/DataDisplay/ImageContent/imageContent.module.scss +278 -0
  27. package/src/Components/DataDisplay/IntroBlock/IntroBlock.stories.tsx +37 -0
  28. package/src/Components/DataDisplay/IntroBlock/IntroBlock.tsx +37 -0
  29. package/src/Components/DataDisplay/IntroBlock/IntroBlockProps.tsx +10 -0
  30. package/src/Components/DataDisplay/IntroBlock/introBlock.module.scss +33 -0
  31. package/src/Components/DataDisplay/KPIBlock/KPIBlock.stories.tsx +114 -0
  32. package/src/Components/DataDisplay/KPIBlock/KPIBlock.tsx +35 -0
  33. package/src/Components/DataDisplay/KPIBlock/KPIBlockProps.tsx +13 -0
  34. package/src/Components/DataDisplay/KPIBlock/kpiBlock.module.scss +73 -0
  35. package/src/Components/DataDisplay/Pathway/Pathway.stories.tsx +27 -0
  36. package/src/Components/DataDisplay/Pathway/Pathway.tsx +83 -0
  37. package/src/Components/DataDisplay/Pathway/PathwayProps.tsx +17 -0
  38. package/src/Components/DataDisplay/Pathway/pathway.module.scss +124 -0
  39. package/src/Components/DataDisplay/PromoBannerBlock/PromoBanner.stories.tsx +45 -0
  40. package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.tsx +74 -0
  41. package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.tsx +16 -0
  42. package/src/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.tsx +14 -0
  43. package/src/Components/DataDisplay/PromoBannerBlock/promoBanner.module.scss +172 -0
  44. package/src/Components/DataDisplay/index.ts +19 -0
  45. package/src/Components/Form/Button/Button.stories.tsx +42 -0
  46. package/src/Components/Form/Button/Button.tsx +69 -0
  47. package/src/Components/Form/Button/ButtonProps.tsx +16 -0
  48. package/src/Components/Form/Button/button.module.scss +132 -0
  49. package/src/Components/Form/index.ts +2 -0
  50. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  51. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +47 -0
  52. package/src/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.tsx +48 -0
  53. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  54. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  55. package/src/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.tsx +37 -0
  56. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  57. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  58. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  59. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  60. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  61. package/src/Components/Icons/Brands/FacebookLogo/FacebookLogo.tsx +35 -0
  62. package/src/Components/Icons/Brands/InstagramLogo/InstagramLogo.tsx +35 -0
  63. package/src/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.tsx +35 -0
  64. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  65. package/src/Components/Icons/Commerce/Backpack/Backpack.tsx +54 -0
  66. package/src/Components/Icons/Commerce/BowlSteam/BowlSteam.tsx +34 -0
  67. package/src/Components/Icons/Commerce/Bread/Bread.tsx +34 -0
  68. package/src/Components/Icons/Commerce/Cheers/Cheers.tsx +34 -0
  69. package/src/Components/Icons/Commerce/ChefHat/ChefHat.tsx +34 -0
  70. package/src/Components/Icons/Commerce/Coffee/Coffee.tsx +54 -0
  71. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +54 -0
  72. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  73. package/src/Components/Icons/Commerce/Grains/Grains.tsx +54 -0
  74. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  75. package/src/Components/Icons/Commerce/StoreFront/StoreFront.tsx +54 -0
  76. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  77. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  78. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  79. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  80. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  81. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  82. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  83. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  84. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  85. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  86. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  87. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  88. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  89. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  90. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  91. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  92. package/src/Components/Icons/Communication/ThumbsUp/ThumbsUp.tsx +47 -0
  93. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  94. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  95. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  96. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  97. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  98. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  99. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  100. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  101. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  102. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  103. package/src/Components/Icons/Education/BookmarkSimple/BookmarkSimple.tsx +44 -0
  104. package/src/Components/Icons/Education/Certificate/Certificate.tsx +56 -0
  105. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  106. package/src/Components/Icons/Games/Cricket/Cricket.tsx +23 -0
  107. package/src/Components/Icons/Games/Football/Football.tsx +47 -0
  108. package/src/Components/Icons/Games/Golf/Golf.tsx +34 -0
  109. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  110. package/src/Components/Icons/IconProps.tsx +5 -0
  111. package/src/Components/Icons/MapAndTravel/Barn/Barn.tsx +34 -0
  112. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +54 -0
  113. package/src/Components/Icons/MapAndTravel/Bus/Bus.tsx +54 -0
  114. package/src/Components/Icons/MapAndTravel/Car/Car.tsx +54 -0
  115. package/src/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.tsx +54 -0
  116. package/src/Components/Icons/MapAndTravel/Farm/Farm.tsx +34 -0
  117. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  118. package/src/Components/Icons/MapAndTravel/Goggles/Goggles.tsx +47 -0
  119. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  120. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  121. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  122. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  123. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  124. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  125. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  126. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  127. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  128. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  129. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  130. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  131. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  132. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  133. package/src/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.tsx +47 -0
  134. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  135. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  136. package/src/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.tsx +44 -0
  137. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  138. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  139. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  140. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  141. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  142. package/src/Components/Icons/Media/DiscoBall/DiscoBall.tsx +22 -0
  143. package/src/Components/Icons/Media/FilmStrip/FilmStrip.tsx +45 -0
  144. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  145. package/src/Components/Icons/Media/MusicNotes/MusicNotes.tsx +42 -0
  146. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  147. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  148. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  149. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  150. package/src/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.tsx +22 -0
  151. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  152. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  153. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  154. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  155. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  156. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  157. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  158. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  159. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  160. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  161. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  162. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  163. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  164. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  165. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  166. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  167. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  168. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  169. package/src/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.tsx +34 -0
  170. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  171. package/src/Components/Icons/People/User/User.tsx +61 -0
  172. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  173. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  174. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  175. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  176. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  177. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  178. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  179. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  180. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  181. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  182. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  183. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  184. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  185. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  186. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  187. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  188. package/src/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.tsx +49 -0
  189. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  190. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  191. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  192. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  193. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  194. package/src/Components/Icons/SystemAndDevice/Link/Link.tsx +54 -0
  195. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  196. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  197. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  198. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  199. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  200. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  201. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  202. package/src/Components/Icons/Time/CalendarBank/CalendarBank.tsx +105 -0
  203. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  204. package/src/Components/Icons/Time/CalendarDots/CalendarDots.tsx +28 -0
  205. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  206. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  207. package/src/Components/Icons/WeatherAndNature/Bird/Bird.tsx +54 -0
  208. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  209. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  210. package/src/Components/Icons/WeatherAndNature/Cow/Cow.tsx +34 -0
  211. package/src/Components/Icons/WeatherAndNature/Dog/Dog.tsx +54 -0
  212. package/src/Components/Icons/WeatherAndNature/FishSimple/FishSimple.tsx +54 -0
  213. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  214. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  215. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  216. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  217. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  218. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  219. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  220. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  221. package/src/Components/Icons/index.ts +165 -0
  222. package/src/Components/Layout/Footer/Footer.stories.tsx +178 -0
  223. package/src/Components/Layout/Footer/Footer.tsx +32 -0
  224. package/src/Components/Layout/Footer/FooterBottom.tsx +21 -0
  225. package/src/Components/Layout/Footer/FooterBottomLeft.tsx +31 -0
  226. package/src/Components/Layout/Footer/FooterBottomLeftProps.tsx +13 -0
  227. package/src/Components/Layout/Footer/FooterBottomProps.tsx +7 -0
  228. package/src/Components/Layout/Footer/FooterBottomRight.tsx +47 -0
  229. package/src/Components/Layout/Footer/FooterBottomRightProps.tsx +7 -0
  230. package/src/Components/Layout/Footer/FooterItem.tsx +17 -0
  231. package/src/Components/Layout/Footer/FooterItemProps.tsx +8 -0
  232. package/src/Components/Layout/Footer/FooterMiddle.tsx +14 -0
  233. package/src/Components/Layout/Footer/FooterMiddleProps.tsx +8 -0
  234. package/src/Components/Layout/Footer/FooterProps.tsx +11 -0
  235. package/src/Components/Layout/Footer/FooterTop.tsx +30 -0
  236. package/src/Components/Layout/Footer/FooterTopProps.tsx +9 -0
  237. package/src/Components/Layout/Footer/footer-bg-design.tsx +21 -0
  238. package/src/Components/Layout/Footer/footer.module.scss +295 -0
  239. package/src/Components/Layout/Header/Header.stories.tsx +66 -0
  240. package/src/Components/Layout/Header/Header.tsx +27 -0
  241. package/src/Components/Layout/Header/HeaderProps.tsx +9 -0
  242. package/src/Components/Layout/Header/HeaderRight.tsx +12 -0
  243. package/src/Components/Layout/Header/HeaderRightItem.tsx +21 -0
  244. package/src/Components/Layout/Header/HeaderRightItemProps.tsx +13 -0
  245. package/src/Components/Layout/Header/HeaderRightProps.tsx +7 -0
  246. package/src/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.tsx +10 -0
  247. package/src/Components/Layout/Header/MegaMenu/MegaMenu.tsx +5 -0
  248. package/src/Components/Layout/Header/MegaMenu/MegaMenuProps.tsx +5 -0
  249. package/src/Components/Layout/Header/header.module.scss +90 -0
  250. package/src/Components/Layout/HeroBanner/HeroBanner.stories.tsx +77 -0
  251. package/src/Components/Layout/HeroBanner/HeroBanner.tsx +77 -0
  252. package/src/Components/Layout/HeroBanner/HeroBannerProps.tsx +10 -0
  253. package/src/Components/Layout/HeroBanner/LargeHeroIcon.tsx +18 -0
  254. package/src/Components/Layout/HeroBanner/heroBanner.module.scss +179 -0
  255. package/src/Components/Layout/index.ts +27 -0
  256. package/src/Components/Shared/Container/Container.tsx +19 -0
  257. package/src/Components/Shared/Container/ContainerProps.tsx +8 -0
  258. package/src/Components/Shared/Container/container.module.scss +13 -0
  259. package/src/Components/Shared/ElementHolder/ElementHolder.tsx +40 -0
  260. package/src/Components/Shared/ElementHolder/ElementHolderProps.tsx +18 -0
  261. package/src/Components/Shared/ElementHolder/elementHolder.module.scss +189 -0
  262. package/src/Components/Shared/index.ts +5 -0
  263. package/src/assets/react.svg +1 -0
  264. package/src/global.scss +337 -0
  265. package/src/globals.d.ts +1 -0
  266. package/src/index.ts +5 -0
  267. package/src/main.tsx +10 -0
  268. package/src/scss.d.ts +1 -0
  269. package/src/variable.scss +3 -0
  270. package/tsconfig.app.json +45 -0
  271. package/tsconfig.json +7 -0
  272. package/tsconfig.node.json +10 -0
  273. package/tsconfig.node.tsbuildinfo +1 -0
  274. package/vite.config.d.ts +2 -0
  275. package/vite.config.js +40 -0
  276. package/vite.config.ts +31 -0
  277. package/vitest.shims.d.ts +1 -0
@@ -0,0 +1,6 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.5387 0C6.95564 0 0 6.96447 0 15.5584H15.5387V0Z" fill="#23461F"/>
3
+ <path d="M15.5387 16.4365C6.95564 16.4365 8.59502e-08 23.401 8.59502e-08 31.9949H15.5387V16.4365Z" fill="#23461F"/>
4
+ <path d="M16.4613 0.00508195C25.0444 0.00508195 32 6.96955 32 15.5635H16.4613V0.00508195Z" fill="#23461F"/>
5
+ <path d="M16.4613 16.4416C25.0444 16.4416 32 23.4061 32 32H16.4613V16.4416Z" fill="#23461F"/>
6
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg width="155" height="49" viewBox="0 0 155 49" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M63.5671 3.5574L59.2831 19.2477H56.7169L51.4008 0.573097H53.8115L58.152 16.4451H58.2086L62.4713 0.573097H64.882L69.166 16.4451H69.2225L73.5348 0.573097H75.8111L70.495 19.2477H67.9006L63.6448 3.5574H63.5671Z" fill="#92C134"/>
3
+ <path d="M84.1458 17.0252C83.5661 18.5698 81.7352 19.5342 79.5154 19.5342C77.2956 19.5342 75.2031 18.1993 75.2031 15.7672C75.2031 13.335 77.1048 12.1329 79.8053 11.8184L84.0892 11.2663V10.5045C84.0892 8.41475 82.7956 7.52016 80.9646 7.52016C79.1337 7.52016 78.0803 8.43572 77.9248 9.95233H75.8111C76.0727 7.28253 78.1934 5.76592 81.0212 5.76592C84.2518 5.76592 86.2595 7.28253 86.2595 10.4485V16.487C86.2595 17.4515 86.3161 18.3671 86.5776 19.2337H84.3791C84.2165 18.4999 84.1387 17.6402 84.1387 17.0112L84.1458 17.0252ZM84.0963 12.8947L80.4698 13.2861C78.8014 13.5237 77.43 13.943 77.43 15.7183C77.43 16.9483 78.3066 17.8918 79.9678 17.8918C82.0321 17.8918 84.0963 16.6128 84.0963 14.0758V12.8947Z" fill="#92C134"/>
4
+ <path d="M88.4298 0.705889H90.9182V3.34773H88.4298V0.705889ZM88.5924 6.0944H90.7909V19.2477H88.5924V6.0944Z" fill="#92C134"/>
5
+ <path d="M97.1603 13.0485L95.4425 14.6979V19.2477H93.244V0H95.4425V12.3985L102.003 6.0944H104.618L98.7439 11.6646L104.852 19.2477H102.208L97.1533 13.0485H97.1603Z" fill="#92C134"/>
6
+ <path d="M106.654 0.705889H109.143V3.34773H106.654V0.705889ZM106.817 6.0944H109.016V19.2477H106.817V6.0944Z" fill="#92C134"/>
7
+ <path d="M118.849 7.89756C118.531 7.82069 118.057 7.79273 117.711 7.79273C115.597 7.79273 113.66 9.44213 113.66 12.7619V19.2477H111.462V6.09441H113.575V9.20451C114.155 7.03093 115.852 5.80786 117.81 5.80786C118.156 5.80786 118.524 5.83581 118.842 5.91269V7.89756H118.849Z" fill="#92C134"/>
8
+ <path d="M120.305 0.705889H122.794V3.34773H120.305V0.705889ZM120.461 6.0944H122.659V19.2477H120.461V6.0944Z" fill="#92C134"/>
9
+ <path d="M129.036 13.0485L127.318 14.6979V19.2477H125.119V0H127.318V12.3985L133.878 6.0944H136.494L130.619 11.6646L136.727 19.2477H134.083L129.029 13.0485H129.036Z" fill="#92C134"/>
10
+ <path d="M138.53 0.705889H141.018V3.34773H138.53V0.705889ZM138.685 6.0944H140.884V19.2477H138.685V6.0944Z" fill="#92C134"/>
11
+ <path d="M150.724 7.89756C150.406 7.82069 149.933 7.79273 149.586 7.79273C147.472 7.79273 145.536 9.44213 145.536 12.7619V19.2477H143.337V6.09441H145.451V9.20451C146.03 7.03093 147.727 5.80786 149.685 5.80786C150.032 5.80786 150.399 5.83581 150.717 5.91269V7.89756H150.724Z" fill="#92C134"/>
12
+ <path d="M151.643 0.705889H154.132V3.34773H151.643V0.705889ZM151.806 6.0944H154.005V19.2477H151.806V6.0944Z" fill="#92C134"/>
13
+ <path d="M55.7626 38.104C55.9747 40.2496 57.9329 40.9276 59.9193 40.9276C61.7715 40.9276 63.3338 40.1937 63.3338 38.6491C63.3338 37.475 62.5632 36.9229 60.5061 36.5804L57.1694 35.9793C54.2073 35.4552 51.931 34.0154 51.931 30.6957C51.931 27.1662 55.1617 24.8668 59.474 24.8668C64.3447 24.8668 67.1159 26.9845 67.4905 30.5978H63.1783C63.0157 28.9764 61.5877 28.1097 59.5305 28.1097C57.6501 28.1097 56.4059 29.0253 56.4059 30.3602C56.4059 31.6951 57.332 32.0096 59.1276 32.3451L62.7258 33.023C66.006 33.5961 67.8299 35.2735 67.8299 38.3346C67.8299 41.941 64.4437 44.1635 60.0819 44.1635C55.2395 44.1635 51.7472 42.1996 51.3513 38.097H55.7697L55.7626 38.104Z" fill="#92C134"/>
14
+ <path d="M75.6556 44.1774C71.6049 44.1774 68.4873 41.5636 68.4873 37.1675C68.4873 32.7714 71.6119 30.1575 75.6061 30.1575C80.0527 30.1575 82.2442 33.3235 82.2442 36.9578V38.132H72.7501C72.9905 39.991 73.9165 41.0883 75.6626 41.0883C76.9351 41.0883 77.7764 40.5152 78.1228 39.4948H82.1947C81.615 42.3952 79.1549 44.1774 75.6626 44.1774H75.6556ZM72.8279 35.8046H78.144C78.144 34.4418 77.2956 33.2187 75.6061 33.2187C74.072 33.2187 73.146 34.1622 72.8279 35.8046Z" fill="#92C134"/>
15
+ <path d="M83.8277 43.8629V24.6152H88.246V43.8629H83.8277Z" fill="#92C134"/>
16
+ <path d="M104.484 39.4669L106.866 30.472H111.15L106.944 43.8629H102.498L100.221 35.1826H100.165L97.8602 43.8629H93.4136L89.2074 30.472H93.5974L95.9798 39.4669H96.0575L98.2278 30.472H102.194L104.413 39.4669H104.484Z" fill="#92C134"/>
17
+ <path d="M116.686 30.472L119.966 39.8373H120.015L123.161 30.472H127.502L122.369 43.9398C121.019 47.4413 119.061 48.7273 115.859 48.7273C115.328 48.7273 114.614 48.6993 114.035 48.5945V45.4005C114.402 45.4564 114.565 45.4564 114.827 45.4564C116.226 45.4564 116.834 45.2188 117.393 43.7301L112.232 30.472H116.686Z" fill="#92C134"/>
18
+ <path d="M132.839 32.5338C133.504 31.1709 134.981 30.1505 137.017 30.1505C140.142 30.1505 142.043 32.0306 142.043 35.2735V43.849H137.597V36.3148C137.597 34.4557 136.854 33.5192 135.349 33.5192C133.97 33.5192 132.889 34.4068 132.889 36.6852V43.849H128.47V30.458H132.832V32.5268L132.839 32.5338Z" fill="#92C134"/>
19
+ <path d="M0 23.2733C11.9612 23.2733 21.6603 32.8622 21.6603 44.6876H0V23.2733Z" fill="#92C134"/>
20
+ <path d="M0 0.649965C11.9612 0.649965 21.6603 10.2389 21.6603 22.0642H0V0.649965Z" fill="#92C134"/>
21
+ <path d="M44.6072 44.6806C44.6072 32.8552 34.9082 23.2663 22.9469 23.2663V44.6806H44.6072Z" fill="#92C134"/>
22
+ <path d="M44.6072 22.0573C44.6072 10.2319 34.9082 0.64297 22.9469 0.64297V22.0573H44.6072Z" fill="#92C134"/>
23
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
package/src/App.tsx ADDED
@@ -0,0 +1,8 @@
1
+
2
+
3
+ function App() {
4
+
5
+ return <></>
6
+ }
7
+
8
+ export default App
@@ -0,0 +1,39 @@
1
+ import type { Meta, StoryObj } from '@storybook/react-vite';
2
+ import DetailsCard from './DetailsCard';
3
+ import { FaArrowRight } from "react-icons/fa";
4
+
5
+ const meta : Meta<typeof DetailsCard> = {
6
+ title: "Form / DetailsCard",
7
+ component: DetailsCard,
8
+
9
+ }
10
+
11
+ export default meta;
12
+ type Story = StoryObj<typeof DetailsCard>
13
+
14
+ export const live: Story = {
15
+ args: {
16
+ date: "6 Nov 2025",
17
+ title: "This is a card title that is quite long and probably wraps over a few lines",
18
+ image:"./img/card-one.png",
19
+ link: '#',
20
+ variation: 'short'
21
+ },
22
+ };
23
+
24
+ export const Visit: Story = {
25
+ args: {
26
+ date: "6 Nov 2025",
27
+ title: "This is a card title that is quite long and probably wraps over a few lines",
28
+ image:"./img/card-two.png"
29
+ }
30
+ }
31
+
32
+ export const business: Story = {
33
+ args: {
34
+ date: "6 Nov 2025",
35
+ title: "This is a card title that is quite long and probably wraps over a few lines",
36
+ image:"./img/card-three.png",
37
+ link: '#'
38
+ }
39
+ }
@@ -0,0 +1,87 @@
1
+ import cx from "classnames";
2
+ import DetailsCardProps from './DetailsCardProps';
3
+ import styles from "./detailsCard.module.scss";
4
+ import ArrowRight from "../../Icons/Arrows/ArrowRight/ArrowRight";
5
+
6
+ const DetailsCard = (props: DetailsCardProps) => {
7
+ const {
8
+ title = '',
9
+ description = '',
10
+ date = '',
11
+ image = '',
12
+ variation= 'long',
13
+ link = '',
14
+ category = 'all'
15
+ } = props;
16
+
17
+ const classes = [
18
+ styles.detailsCard,
19
+ "detailsCard",
20
+ ];
21
+
22
+ if(variation==='short') {
23
+ classes.push(styles.detailsCardShort)
24
+ }
25
+
26
+
27
+ return <>
28
+ {link ? <div className={cx(classes)} id={category}>
29
+ <a href={link} className={`${styles.cardWrap} ${styles.detailsCardWithLink}`}>
30
+ {image && <div className={styles.cardImage}>
31
+ <img src={image} />
32
+ </div>}
33
+
34
+ <div className={styles.cardContent}>
35
+ <div className={styles.cardBody}>
36
+ {date && <div className={styles.cardDate}>
37
+ <p>{date}</p>
38
+ </div>}
39
+ {title && <div className={`${styles.cardTitle} typography`}>
40
+ <h6>{title}</h6>
41
+ </div>}
42
+ {description && <div className={`${styles.cardDesc} typography`}>
43
+ {description}
44
+ </div>}
45
+ </div>
46
+ {link && <div className={styles.cardLink}>
47
+ Learn more
48
+ <span>
49
+ <ArrowRight />
50
+ </span>
51
+ </div>}
52
+ </div>
53
+ </a>
54
+ </div> : <div className={cx(classes)} id={category}>
55
+ <div className={styles.cardWrap}>
56
+ {image && <div className={styles.cardImage}>
57
+ <img src={image} />
58
+ </div>}
59
+
60
+ <div className={styles.cardContent}>
61
+ <div className={styles.cardBody}>
62
+ {date && <div className={styles.cardDate}>
63
+ <p>{date}</p>
64
+ </div>}
65
+ {title && <div className={`${styles.cardTitle} typography`}>
66
+ <h6>{title}</h6>
67
+ </div>}
68
+ {description && <div className={`${styles.cardDesc} typography`}>
69
+ {description}
70
+ </div>}
71
+ </div>
72
+ {link && <div className={styles.cardLink}>
73
+ <a href={link}>
74
+ Learn more
75
+ <span>
76
+ <ArrowRight />
77
+ </span>
78
+ </a>
79
+ </div>}
80
+ </div>
81
+ </div>
82
+ </div>}
83
+
84
+ </>
85
+ }
86
+
87
+ export default DetailsCard;
@@ -0,0 +1,12 @@
1
+
2
+ interface DetailsCardProps {
3
+ title?:string,
4
+ description?:string,
5
+ date?: string,
6
+ link?:string,
7
+ image?:string,
8
+ variation?: "long" | "short";
9
+ category?: 'all' | 'adventure' | 'ski' | 'nature',
10
+ }
11
+
12
+ export default DetailsCardProps;
@@ -0,0 +1,123 @@
1
+ .detailsCard {
2
+ min-height: 400px;
3
+ border-radius: 12px;
4
+ border:1px solid var(--pathway-card-border);
5
+ color: var(--pathway-card-text);
6
+ background-color: var(--pathway-card-bg);
7
+
8
+ &.detailsCardShort {
9
+ min-height: 274px;
10
+ }
11
+
12
+ }
13
+
14
+ .detailsCardWithLink {
15
+ color: var(--pathway-card-text);
16
+ transition: all ease 0.3s;
17
+
18
+ &:hover {
19
+ background-color: var(--pathway-card-hover-bg);
20
+ color: var(--pathway-card-hover-text);
21
+ }
22
+ }
23
+
24
+ .cardImage {
25
+ height: 200px;
26
+ img {
27
+ width: 100%;
28
+ height: 100%;
29
+ object-fit: cover;
30
+ object-position: center;
31
+ border-radius: 12px 12px 0 0;
32
+ }
33
+
34
+ .detailsCardShort & {
35
+ height: 204px;
36
+ }
37
+ }
38
+
39
+ .cardContent {
40
+ padding: 24px;
41
+ flex: 1;
42
+ }
43
+
44
+ .cardDate {
45
+ margin-bottom: var(--spacing-1-1\/2);
46
+ p {
47
+ font-size: var(--font-size-body-sm);
48
+ line-height: var( --line-height-body-regular);
49
+ font-weight: var(--font-weight-bold);
50
+ }
51
+ }
52
+
53
+ .cardWrap {
54
+ min-height: 400px;
55
+ display: flex;
56
+ flex-direction: column;
57
+
58
+ .detailsCardShort & {
59
+ min-height: 274px;
60
+ }
61
+
62
+ &:hover {
63
+ border-radius: 12px;
64
+ }
65
+ }
66
+
67
+ .cardContent {
68
+ display: flex;
69
+ flex-direction: column;
70
+ }
71
+
72
+ .cardBody {
73
+ flex: 1;
74
+ }
75
+
76
+ .cardTitle {
77
+ h6 {
78
+ font-weight: var(--font-weight-body-regular);
79
+ }
80
+ }
81
+
82
+ .cardLink {
83
+ max-height: 18px;
84
+ display: flex;
85
+ justify-content: space-between;
86
+ align-items: center;
87
+ font-size: var(--font-size-body-sm);
88
+ font-weight: var(--font-weight-bold);
89
+
90
+ span {
91
+ img {
92
+ width: 32px;
93
+ height: 32px;
94
+ }
95
+ }
96
+ }
97
+
98
+ @media (min-width:760px) {
99
+ .detailsCard {
100
+ min-height:590px;
101
+
102
+ &.detailsCardShort {
103
+ min-height: 474px;
104
+ }
105
+ }
106
+
107
+ .cardImage {
108
+ height: 300px;
109
+
110
+ .detailsCardShort & {
111
+ height: 304px;
112
+ }
113
+ }
114
+
115
+ .cardWrap {
116
+ min-height: 590px;
117
+
118
+ .detailsCardShort & {
119
+ min-height: 474px;
120
+ }
121
+ }
122
+
123
+ }
@@ -0,0 +1,150 @@
1
+ // @ts-ignore
2
+ import React from "react"
3
+ import { Meta, StoryObj } from "@storybook/react-vite";
4
+ import ImageContent from "./ImageContent";
5
+ import ElementHolder from "../../Shared/ElementHolder/ElementHolder";
6
+
7
+
8
+ const meta: Meta = {
9
+ title: "Layout / ImageContent",
10
+ component: ImageContent,
11
+ parameters: {
12
+ layout: 'fullscreen',
13
+ },
14
+ tags: ["autodocs"]
15
+ }
16
+
17
+ export default meta;
18
+
19
+ type Story = StoryObj<typeof meta>;
20
+
21
+ const ImageContentTemplate: Story = {
22
+ render: () => {
23
+
24
+ return (
25
+ <>
26
+ <ElementHolder
27
+ paddingTop={'md'}
28
+ paddingBottom={'md'}
29
+ pillar={'live'}
30
+ level={'light'}
31
+ >
32
+ <ImageContent/>
33
+ </ElementHolder>
34
+ </>
35
+ )
36
+ }
37
+ }
38
+
39
+
40
+ const ImageContentMaskedTemplate: Story = {
41
+ render: () => {
42
+
43
+ return (
44
+ <>
45
+ <ElementHolder
46
+ paddingTop={'md'}
47
+ paddingBottom={'md'}
48
+ pillar={'live'}
49
+ level={'primary'}
50
+ >
51
+ <ImageContent
52
+ rendition={'masked'}
53
+ pillar={'live'}
54
+ images={{
55
+ setOfFour: [
56
+ 'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
57
+ 'https://images.pexels.com/photos/2176593/pexels-photo-2176593.jpeg',
58
+ 'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
59
+ 'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
60
+ ],
61
+ }}
62
+ />
63
+ </ElementHolder>
64
+ </>
65
+ )
66
+ }
67
+ }
68
+
69
+ const ImageContentFullTemplate: Story = {
70
+ render: () => {
71
+
72
+ return (
73
+ <>
74
+ <ElementHolder
75
+ paddingTop={'none'}
76
+ paddingBottom={'none'}
77
+ pillar={'live'}
78
+ level={'primary'}
79
+ >
80
+ <ImageContent
81
+ rendition={'full'}
82
+ pillar={'live'}
83
+ images={{
84
+ single: [
85
+ 'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
86
+ ],
87
+ }}
88
+ list={[
89
+ {
90
+ id:'1',
91
+ label:'What are you doing'
92
+ },
93
+ {
94
+ id:'2',
95
+ label:'What are you doing'
96
+ },
97
+ {
98
+ id:'3',
99
+ label:'What are you doing'
100
+ }
101
+ ]}
102
+ imageBorder={'top'}
103
+ />
104
+ </ElementHolder>
105
+ <ElementHolder
106
+ paddingTop={'none'}
107
+ paddingBottom={'none'}
108
+ pillar={'live'}
109
+ level={'primary'}
110
+ >
111
+ <ImageContent
112
+ rendition={'full'}
113
+ pillar={'live'}
114
+ images={{
115
+ single: [
116
+ 'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg',
117
+ ],
118
+ }}
119
+ list={[
120
+ {
121
+ id:'1',
122
+ label:'What are you doing'
123
+ },
124
+ {
125
+ id:'2',
126
+ label:'What are you doing'
127
+ },
128
+ {
129
+ id:'3',
130
+ label:'What are you doing'
131
+ }
132
+ ]}
133
+ />
134
+ </ElementHolder>
135
+ </>
136
+ )
137
+ }
138
+ }
139
+
140
+ export const ImageContentComponent = {
141
+ ...ImageContentTemplate
142
+ };
143
+
144
+ export const ImageContentMaskedComponent = {
145
+ ...ImageContentMaskedTemplate
146
+ }
147
+
148
+ export const ImageContentFullTemplateComponent ={
149
+ ...ImageContentFullTemplate
150
+ }
@@ -0,0 +1,118 @@
1
+ import styles from './imageContent.module.scss'
2
+ import Container from "../../Shared/Container/Container.tsx";
3
+ import ImageContentProps from "./ImageContentProps.tsx";
4
+ import ImageContentMaskingImages from "./ImageContentMaskingImages.tsx";
5
+ import {CaretCircleRight} from "../../Icons";
6
+ const ImageContent = (props: ImageContentProps) => {
7
+
8
+ const { rendition = 'contained', alignment = 'right', images, list, imageBorder = 'bottom'} = props
9
+
10
+
11
+ if (rendition === 'full'){
12
+ return <div className={`${styles.imageContent} ${styles.imageContentFull} ${styles[alignment]} ${styles[imageBorder]} `}>
13
+ <Container>
14
+ <div className={styles.imageContentWrapper}>
15
+ <div className={styles.imageWrapper}>
16
+ <div className={styles.imageHolder}>
17
+ <img src={'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg'}/>
18
+ </div>
19
+ </div>
20
+ <div className={styles.content}>
21
+ <div className={styles.contentWrapper}>
22
+ <div className={styles.title}>
23
+ <h3>
24
+ Acquire
25
+ <br/>
26
+ <span>funding</span>
27
+ </h3>
28
+ </div>
29
+ <div className={styles.desc}>
30
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
31
+ </div>
32
+ {list && <ul className={styles.list}>
33
+ {list.map((i) => (
34
+ <li key={i.id}>
35
+ <div className={styles.listWrapper}>
36
+ <CaretCircleRight type={'regular'}/>
37
+ {i.label}
38
+ </div>
39
+ </li>
40
+ ))}
41
+ </ul>}
42
+ <div className={styles.action}>
43
+ <button>LOREM IPSUM</button>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </Container>
49
+ </div>
50
+ }
51
+
52
+ if (rendition === 'masked'){
53
+ return (
54
+ <div className={`${styles.imageContent} ${styles.maskedImageContent} ${styles[alignment]}`}>
55
+ <Container>
56
+ <div className={styles.imageContentWrapper}>
57
+
58
+ {/* IMAGE BLOCK */}
59
+ <div className={styles.imageWrapper}>
60
+ <ImageContentMaskingImages pillar={'taste'} single={images?.single} setOfFour={images?.setOfFour}/>
61
+ </div>
62
+
63
+ {/* CONTENT */}
64
+ <div className={styles.content}>
65
+ <div className={styles.contentWrapper}>
66
+
67
+ <div className={styles.title}>
68
+ <h4>Porta mauris nibh nibh erat. Molestie adipiscing cursus quam egestas.</h4>
69
+ </div>
70
+ <div className={styles.desc}>
71
+ <p>
72
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
73
+ eiusmod tempor incididunt ut labore et dolore magna aliqua.
74
+ </p>
75
+ </div>
76
+ <div className={styles.action}>
77
+ <button>LOREM IPSUM</button>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </div>
82
+ </Container>
83
+ </div>
84
+ );
85
+ }
86
+
87
+
88
+ return <div className={`${styles.imageContent} ${styles[alignment]}`}>
89
+ <Container>
90
+ <div className={styles.imageContentWrapper}>
91
+ <div className={styles.imageWrapper}>
92
+ <div className={styles.imageHolder}>
93
+ <img src={'https://images.pexels.com/photos/1563356/pexels-photo-1563356.jpeg'}/>
94
+ </div>
95
+ </div>
96
+ <div className={styles.content}>
97
+ <div className={styles.contentWrapper}>
98
+ <div className={styles.title}>
99
+ <h3>
100
+ Acquire
101
+ <br/>
102
+ <span>funding</span>
103
+ </h3>
104
+ </div>
105
+ <div className={styles.desc}>
106
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
107
+ </div>
108
+ <div className={styles.action}>
109
+ <button>LOREM IPSUM</button>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ </Container>
115
+ </div>
116
+ }
117
+
118
+ export default ImageContent;