@kvdbil/components 3.3.3 → 3.3.5-2

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 (680) hide show
  1. package/cjs/ColorCard.js +48 -0
  2. package/cjs/ElevationCard.js +35 -0
  3. package/cjs/Interfaces.js +2 -0
  4. package/cjs/Types.js +2 -0
  5. package/cjs/components/Accordion/index.js +124 -0
  6. package/cjs/components/Badge/index.js +78 -0
  7. package/cjs/components/Button/index.js +170 -0
  8. package/cjs/components/Card/index.js +28 -0
  9. package/cjs/components/CheckBox/index.js +109 -0
  10. package/cjs/components/Chip/index.js +99 -0
  11. package/cjs/components/DayPicker/DayPickerNavBar.js +60 -0
  12. package/cjs/components/DayPicker/index.js +76 -0
  13. package/cjs/components/DayPicker/localeUtils.js +60 -0
  14. package/cjs/components/Dialog/index.js +88 -0
  15. package/cjs/components/ErrorMessage/index.js +31 -0
  16. package/cjs/components/FieldLabel.js +59 -0
  17. package/cjs/components/Header/Hamburger.js +55 -0
  18. package/cjs/components/Header/Link.js +53 -0
  19. package/cjs/components/Header/index.js +118 -0
  20. package/cjs/components/Hero/index.js +65 -0
  21. package/cjs/components/Icon/index.js +115 -0
  22. package/cjs/components/IconButton.js +130 -0
  23. package/cjs/components/Icons/Arrow.js +16 -0
  24. package/cjs/components/Icons/CheckCircle.js +16 -0
  25. package/cjs/components/Icons/CheckIcon.js +16 -0
  26. package/cjs/components/Icons/Close.js +16 -0
  27. package/cjs/components/Icons/ErrorCircle.js +16 -0
  28. package/cjs/components/Icons/InfoCircle.js +16 -0
  29. package/cjs/components/InlineStepper/Step.js +116 -0
  30. package/cjs/components/InlineStepper/StepCircle.js +93 -0
  31. package/cjs/components/InlineStepper/index.js +51 -0
  32. package/cjs/components/ListItem/Bacon.js +16 -0
  33. package/cjs/components/ListItem/index.js +56 -0
  34. package/cjs/components/Logo/LogoEn.js +35 -0
  35. package/cjs/components/Logo/LogoSv.js +35 -0
  36. package/cjs/components/Logo/index.js +32 -0
  37. package/cjs/components/MenuItem/index.js +99 -0
  38. package/cjs/components/Modal/index.js +137 -0
  39. package/cjs/components/NotificationButton/index.js +39 -0
  40. package/cjs/components/OffCanvas/Overlay.js +70 -0
  41. package/cjs/components/OffCanvas/index.js +133 -0
  42. package/cjs/components/OffCanvas/useClickOutside.js +21 -0
  43. package/cjs/components/RadioButton/index.js +148 -0
  44. package/cjs/components/Range/index.js +82 -0
  45. package/cjs/components/Select/components/test-icon.js +16 -0
  46. package/cjs/components/Select/index.js +225 -0
  47. package/cjs/components/Snackbar/index.js +155 -0
  48. package/cjs/components/Spinner/index.js +68 -0
  49. package/cjs/components/Stepper/index.js +60 -0
  50. package/cjs/components/StepperAccordion/index.js +133 -0
  51. package/cjs/components/Tabs/index.js +71 -0
  52. package/cjs/components/TextArea/index.js +120 -0
  53. package/cjs/components/Textfield/index.js +130 -0
  54. package/cjs/components/TimePicker/index.js +49 -0
  55. package/cjs/components/TimePicker/testHelper.js +16 -0
  56. package/cjs/components/Toggle/index.js +83 -0
  57. package/cjs/icons/components/AccountCreateIcon.js +48 -0
  58. package/cjs/icons/components/AccountIcon.js +44 -0
  59. package/cjs/icons/components/AccountLoginIcon.js +50 -0
  60. package/cjs/icons/components/ArrowDownIcon.js +44 -0
  61. package/cjs/icons/components/ArrowLeftIcon.js +42 -0
  62. package/cjs/icons/components/ArrowLeftSharpIcon.js +44 -0
  63. package/cjs/icons/components/ArrowLeftSmallIcon.js +44 -0
  64. package/cjs/icons/components/ArrowLong.js +45 -0
  65. package/cjs/icons/components/ArrowRestartIcon.js +44 -0
  66. package/cjs/icons/components/ArrowRightIcon.js +42 -0
  67. package/cjs/icons/components/ArrowRightSharpIcon.js +44 -0
  68. package/cjs/icons/components/ArrowUpIcon.js +44 -0
  69. package/cjs/icons/components/AuctionIcon.js +42 -0
  70. package/cjs/icons/components/BackArrowIcon.js +42 -0
  71. package/cjs/icons/components/Baseline360Icon.js +45 -0
  72. package/cjs/icons/components/BellIcon.js +42 -0
  73. package/cjs/icons/components/BidIcon.js +42 -0
  74. package/cjs/icons/components/BidKrIcon.js +48 -0
  75. package/cjs/icons/components/BreaksIcon.js +42 -0
  76. package/cjs/icons/components/BuyCarIcon.js +42 -0
  77. package/cjs/icons/components/CabIcon.js +44 -0
  78. package/cjs/icons/components/CalendarIcon.js +51 -0
  79. package/cjs/icons/components/CameraIcon.js +42 -0
  80. package/cjs/icons/components/Car360Icon.js +67 -0
  81. package/cjs/icons/components/CarFrontIcon.js +42 -0
  82. package/cjs/icons/components/CarSearchIcon.js +42 -0
  83. package/cjs/icons/components/CarSideIcon.js +42 -0
  84. package/cjs/icons/components/CarTiresIcon.js +42 -0
  85. package/cjs/icons/components/CaravanIcon.js +42 -0
  86. package/cjs/icons/components/CardViewIcon.js +68 -0
  87. package/cjs/icons/components/CarloanIcon.js +44 -0
  88. package/cjs/icons/components/CertifiedIcon.js +52 -0
  89. package/cjs/icons/components/ChatIcon.js +43 -0
  90. package/cjs/icons/components/CheckIcon.js +43 -0
  91. package/cjs/icons/components/CheckThinIcon.js +43 -0
  92. package/cjs/icons/components/CheckmarkFilledIcon.js +42 -0
  93. package/cjs/icons/components/CheckmarkIcon.js +42 -0
  94. package/cjs/icons/components/ClipboardFilledIcon.js +42 -0
  95. package/cjs/icons/components/ClipboardIcon.js +42 -0
  96. package/cjs/icons/components/ClockFilledIcon.js +44 -0
  97. package/cjs/icons/components/ClockIcon.js +43 -0
  98. package/cjs/icons/components/CloseIcon.js +43 -0
  99. package/cjs/icons/components/CloseThinIcon.js +44 -0
  100. package/cjs/icons/components/CoffeeIcon.js +43 -0
  101. package/cjs/icons/components/CombiIcon.js +44 -0
  102. package/cjs/icons/components/CommentCircleFilledIcon.js +48 -0
  103. package/cjs/icons/components/CommentCircleIconIcon.js +46 -0
  104. package/cjs/icons/components/CommentIcon.js +46 -0
  105. package/cjs/icons/components/ContactIcon.js +46 -0
  106. package/cjs/icons/components/CoupeIcon.js +44 -0
  107. package/cjs/icons/components/CreditCardIcon.js +43 -0
  108. package/cjs/icons/components/CrossCircleIcon.js +42 -0
  109. package/cjs/icons/components/CrownIcon.js +43 -0
  110. package/cjs/icons/components/DealmakerIcon.js +48 -0
  111. package/cjs/icons/components/DeliveryIcon.js +51 -0
  112. package/cjs/icons/components/DetailedSearchIcon.js +43 -0
  113. package/cjs/icons/components/EcoFriendlyIcon.js +46 -0
  114. package/cjs/icons/components/EditIcon.js +43 -0
  115. package/cjs/icons/components/EngineIcon.js +42 -0
  116. package/cjs/icons/components/EnglandFlagIcon.js +60 -0
  117. package/cjs/icons/components/EvaluationIcon.js +46 -0
  118. package/cjs/icons/components/ExaminationMarkFilledIcon.js +42 -0
  119. package/cjs/icons/components/ExaminationMarkIcon.js +42 -0
  120. package/cjs/icons/components/ExteriorIcon.js +42 -0
  121. package/cjs/icons/components/EyeIcon.js +48 -0
  122. package/cjs/icons/components/FacebookBtnIcon.js +42 -0
  123. package/cjs/icons/components/FacebookIcon.js +44 -0
  124. package/cjs/icons/components/FatalIcon.js +44 -0
  125. package/cjs/icons/components/FavouriteIcon.js +42 -0
  126. package/cjs/icons/components/FavouriteSolidIcon.js +42 -0
  127. package/cjs/icons/components/FilterIcon.js +44 -0
  128. package/cjs/icons/components/FinanceIcon.js +42 -0
  129. package/cjs/icons/components/FindCarIcon.js +42 -0
  130. package/cjs/icons/components/FixedMonthlyCostIcon.js +48 -0
  131. package/cjs/icons/components/FlagIcon.js +42 -0
  132. package/cjs/icons/components/FlexibilityIcon.js +48 -0
  133. package/cjs/icons/components/ForumLargeIcon.js +42 -0
  134. package/cjs/icons/components/ForumSmallIcon.js +42 -0
  135. package/cjs/icons/components/GavelIcon.js +44 -0
  136. package/cjs/icons/components/GearboxIcon.js +44 -0
  137. package/cjs/icons/components/GiftIcon.js +58 -0
  138. package/cjs/icons/components/GridViewIcon.js +42 -0
  139. package/cjs/icons/components/GroupIcon.js +79 -0
  140. package/cjs/icons/components/GuaranteeIcon.js +42 -0
  141. package/cjs/icons/components/GuaranteeLargeIcon.js +42 -0
  142. package/cjs/icons/components/GuaranteeSmallIcon.js +42 -0
  143. package/cjs/icons/components/HalfCombiIcon.js +44 -0
  144. package/cjs/icons/components/HamburgerIcon.js +42 -0
  145. package/cjs/icons/components/HandshakeIcon.js +42 -0
  146. package/cjs/icons/components/HelpingHandIcon.js +60 -0
  147. package/cjs/icons/components/IdIcon.js +45 -0
  148. package/cjs/icons/components/InformationIcon.js +42 -0
  149. package/cjs/icons/components/InstagramIcon.js +49 -0
  150. package/cjs/icons/components/InsuranceIcon.js +42 -0
  151. package/cjs/icons/components/InteriorIcon.js +44 -0
  152. package/cjs/icons/components/InteriorThinIcon.js +44 -0
  153. package/cjs/icons/components/InternationalIcon.js +50 -0
  154. package/cjs/icons/components/KvdTestIcon.js +42 -0
  155. package/cjs/icons/components/KvdVenueIcon.js +42 -0
  156. package/cjs/icons/components/LifebuoyIcon.js +42 -0
  157. package/cjs/icons/components/LiftTruckIcon.js +42 -0
  158. package/cjs/icons/components/LinkedInIcon.js +42 -0
  159. package/cjs/icons/components/ListViewIcon.js +64 -0
  160. package/cjs/icons/components/MailIcon.js +44 -0
  161. package/cjs/icons/components/MinibusIcon.js +44 -0
  162. package/cjs/icons/components/MinivanIcon.js +45 -0
  163. package/cjs/icons/components/MobileIcon.js +52 -0
  164. package/cjs/icons/components/MotorcycleIcon.js +74 -0
  165. package/cjs/icons/components/MrfLogoIcon.js +53 -0
  166. package/cjs/icons/components/NotFoundIcon.js +42 -0
  167. package/cjs/icons/components/OverbidIcon.js +44 -0
  168. package/cjs/icons/components/PdfIconIcon.js +42 -0
  169. package/cjs/icons/components/PhoneIcon.js +44 -0
  170. package/cjs/icons/components/PickUpIcon.js +42 -0
  171. package/cjs/icons/components/PinIcon.js +42 -0
  172. package/cjs/icons/components/PlayIcon.js +42 -0
  173. package/cjs/icons/components/Pricetag.js +51 -0
  174. package/cjs/icons/components/PricetagFilledKronaIcon.js +47 -0
  175. package/cjs/icons/components/PrivateCarIcon.js +42 -0
  176. package/cjs/icons/components/ProfileCircleIcon.js +42 -0
  177. package/cjs/icons/components/ProfileIcon.js +42 -0
  178. package/cjs/icons/components/RadioIcon.js +54 -0
  179. package/cjs/icons/components/ReclamationIcon.js +42 -0
  180. package/cjs/icons/components/ReleasingIcon.js +48 -0
  181. package/cjs/icons/components/RemoveFilterIcon.js +42 -0
  182. package/cjs/icons/components/ReservedPriceIcon.js +42 -0
  183. package/cjs/icons/components/ResultIcon.js +42 -0
  184. package/cjs/icons/components/SafePaymentIcon.js +42 -0
  185. package/cjs/icons/components/SaleTagIcon.js +42 -0
  186. package/cjs/icons/components/SearchCheckIcon.js +48 -0
  187. package/cjs/icons/components/SearchIcon.js +42 -0
  188. package/cjs/icons/components/SedanIcon.js +44 -0
  189. package/cjs/icons/components/SellCarIcon.js +42 -0
  190. package/cjs/icons/components/SellCarsIcon.js +42 -0
  191. package/cjs/icons/components/ServiceIcon.js +47 -0
  192. package/cjs/icons/components/ShareIcon.js +68 -0
  193. package/cjs/icons/components/ShieldIcon.js +42 -0
  194. package/cjs/icons/components/SignInIcon.js +42 -0
  195. package/cjs/icons/components/SignOutIcon.js +42 -0
  196. package/cjs/icons/components/SpeedMeterIcon.js +44 -0
  197. package/cjs/icons/components/StarCircleIcon.js +42 -0
  198. package/cjs/icons/components/StartIcon.js +50 -0
  199. package/cjs/icons/components/StoreIcon.js +42 -0
  200. package/cjs/icons/components/SuvIcon.js +44 -0
  201. package/cjs/icons/components/SwedenFlag.js +50 -0
  202. package/cjs/icons/components/TankIcon.js +52 -0
  203. package/cjs/icons/components/TireIcon.js +42 -0
  204. package/cjs/icons/components/TransportIcon.js +42 -0
  205. package/cjs/icons/components/TrashcanIcon.js +42 -0
  206. package/cjs/icons/components/TrophyIcon.js +42 -0
  207. package/cjs/icons/components/TruckIcon.js +42 -0
  208. package/cjs/icons/components/UmbrellaIcon.js +42 -0
  209. package/cjs/icons/components/ValuationIcon.js +42 -0
  210. package/cjs/icons/components/ValueIcon.js +47 -0
  211. package/cjs/icons/components/WarningIcon.js +42 -0
  212. package/cjs/icons/components/YoutubeIcon.js +42 -0
  213. package/cjs/icons/components/index.js +320 -0
  214. package/cjs/index.js +438 -0
  215. package/cjs/react-app-env.d.js +2 -0
  216. package/cjs/shared/constants.js +7 -0
  217. package/cjs/shared/helpers.js +28 -0
  218. package/cjs/shared/helpers.spec.js +36 -0
  219. package/cjs/shared/media-queries.js +41 -0
  220. package/cjs/styled.d.js +4 -0
  221. package/cjs/theme.js +125 -0
  222. package/cjs/typography/BodyText/index.js +66 -0
  223. package/cjs/typography/ButtonText/index.js +48 -0
  224. package/cjs/typography/Heading/index.js +92 -0
  225. package/cjs/utils/utils.js +33 -0
  226. package/esm/ColorCard.js +40 -0
  227. package/esm/ElevationCard.js +27 -0
  228. package/esm/Interfaces.js +1 -0
  229. package/esm/Types.js +1 -0
  230. package/esm/components/Accordion/index.js +115 -0
  231. package/esm/components/Badge/index.js +69 -0
  232. package/esm/components/Button/index.js +161 -0
  233. package/esm/components/Card/index.js +19 -0
  234. package/esm/components/CheckBox/index.js +100 -0
  235. package/esm/components/Chip/index.js +90 -0
  236. package/esm/components/DayPicker/DayPickerNavBar.js +52 -0
  237. package/esm/components/DayPicker/index.js +66 -0
  238. package/esm/components/DayPicker/localeUtils.js +52 -0
  239. package/esm/components/Dialog/index.js +79 -0
  240. package/esm/components/ErrorMessage/index.js +22 -0
  241. package/esm/components/FieldLabel.js +51 -0
  242. package/esm/components/Header/Hamburger.js +47 -0
  243. package/esm/components/Header/Link.js +45 -0
  244. package/esm/components/Header/index.js +109 -0
  245. package/esm/components/Hero/index.js +56 -0
  246. package/esm/components/Icon/index.js +107 -0
  247. package/esm/components/IconButton.js +122 -0
  248. package/esm/components/Icons/Arrow.js +12 -0
  249. package/esm/components/Icons/CheckCircle.js +12 -0
  250. package/esm/components/Icons/CheckIcon.js +12 -0
  251. package/esm/components/Icons/Close.js +12 -0
  252. package/esm/components/Icons/ErrorCircle.js +12 -0
  253. package/esm/components/Icons/InfoCircle.js +12 -0
  254. package/esm/components/InlineStepper/Step.js +107 -0
  255. package/esm/components/InlineStepper/StepCircle.js +85 -0
  256. package/esm/components/InlineStepper/index.js +43 -0
  257. package/esm/components/ListItem/Bacon.js +12 -0
  258. package/esm/components/ListItem/index.js +48 -0
  259. package/esm/components/Logo/LogoEn.js +31 -0
  260. package/esm/components/Logo/LogoSv.js +31 -0
  261. package/esm/components/Logo/index.js +23 -0
  262. package/esm/components/MenuItem/index.js +90 -0
  263. package/esm/components/Modal/index.js +128 -0
  264. package/esm/components/NotificationButton/index.js +31 -0
  265. package/esm/components/OffCanvas/Overlay.js +61 -0
  266. package/esm/components/OffCanvas/index.js +124 -0
  267. package/esm/components/OffCanvas/useClickOutside.js +17 -0
  268. package/esm/components/RadioButton/index.js +139 -0
  269. package/esm/components/Range/index.js +73 -0
  270. package/esm/components/Select/components/test-icon.js +12 -0
  271. package/esm/components/Select/index.js +215 -0
  272. package/esm/components/Snackbar/index.js +146 -0
  273. package/esm/components/Spinner/index.js +60 -0
  274. package/esm/components/Stepper/index.js +52 -0
  275. package/esm/components/StepperAccordion/index.js +124 -0
  276. package/esm/components/Tabs/index.js +61 -0
  277. package/esm/components/TextArea/index.js +111 -0
  278. package/esm/components/Textfield/index.js +121 -0
  279. package/esm/components/TimePicker/index.js +40 -0
  280. package/esm/components/TimePicker/testHelper.js +12 -0
  281. package/esm/components/Toggle/index.js +75 -0
  282. package/esm/icons/components/AccountCreateIcon.js +22 -0
  283. package/esm/icons/components/AccountIcon.js +18 -0
  284. package/esm/icons/components/AccountLoginIcon.js +24 -0
  285. package/esm/icons/components/ArrowDownIcon.js +18 -0
  286. package/esm/icons/components/ArrowLeftIcon.js +16 -0
  287. package/esm/icons/components/ArrowLeftSharpIcon.js +18 -0
  288. package/esm/icons/components/ArrowLeftSmallIcon.js +18 -0
  289. package/esm/icons/components/ArrowLong.js +19 -0
  290. package/esm/icons/components/ArrowRestartIcon.js +18 -0
  291. package/esm/icons/components/ArrowRightIcon.js +16 -0
  292. package/esm/icons/components/ArrowRightSharpIcon.js +18 -0
  293. package/esm/icons/components/ArrowUpIcon.js +18 -0
  294. package/esm/icons/components/AuctionIcon.js +16 -0
  295. package/esm/icons/components/BackArrowIcon.js +16 -0
  296. package/esm/icons/components/Baseline360Icon.js +19 -0
  297. package/esm/icons/components/BellIcon.js +16 -0
  298. package/esm/icons/components/BidIcon.js +16 -0
  299. package/esm/icons/components/BidKrIcon.js +22 -0
  300. package/esm/icons/components/BreaksIcon.js +16 -0
  301. package/esm/icons/components/BuyCarIcon.js +16 -0
  302. package/esm/icons/components/CabIcon.js +18 -0
  303. package/esm/icons/components/CalendarIcon.js +25 -0
  304. package/esm/icons/components/CameraIcon.js +16 -0
  305. package/esm/icons/components/Car360Icon.js +41 -0
  306. package/esm/icons/components/CarFrontIcon.js +16 -0
  307. package/esm/icons/components/CarSearchIcon.js +16 -0
  308. package/esm/icons/components/CarSideIcon.js +16 -0
  309. package/esm/icons/components/CarTiresIcon.js +16 -0
  310. package/esm/icons/components/CaravanIcon.js +16 -0
  311. package/esm/icons/components/CardViewIcon.js +42 -0
  312. package/esm/icons/components/CarloanIcon.js +18 -0
  313. package/esm/icons/components/CertifiedIcon.js +26 -0
  314. package/esm/icons/components/ChatIcon.js +17 -0
  315. package/esm/icons/components/CheckIcon.js +17 -0
  316. package/esm/icons/components/CheckThinIcon.js +17 -0
  317. package/esm/icons/components/CheckmarkFilledIcon.js +16 -0
  318. package/esm/icons/components/CheckmarkIcon.js +16 -0
  319. package/esm/icons/components/ClipboardFilledIcon.js +16 -0
  320. package/esm/icons/components/ClipboardIcon.js +16 -0
  321. package/esm/icons/components/ClockFilledIcon.js +18 -0
  322. package/esm/icons/components/ClockIcon.js +17 -0
  323. package/esm/icons/components/CloseIcon.js +17 -0
  324. package/esm/icons/components/CloseThinIcon.js +18 -0
  325. package/esm/icons/components/CoffeeIcon.js +17 -0
  326. package/esm/icons/components/CombiIcon.js +18 -0
  327. package/esm/icons/components/CommentCircleFilledIcon.js +22 -0
  328. package/esm/icons/components/CommentCircleIconIcon.js +20 -0
  329. package/esm/icons/components/CommentIcon.js +20 -0
  330. package/esm/icons/components/ContactIcon.js +20 -0
  331. package/esm/icons/components/CoupeIcon.js +18 -0
  332. package/esm/icons/components/CreditCardIcon.js +17 -0
  333. package/esm/icons/components/CrossCircleIcon.js +16 -0
  334. package/esm/icons/components/CrownIcon.js +17 -0
  335. package/esm/icons/components/DealmakerIcon.js +22 -0
  336. package/esm/icons/components/DeliveryIcon.js +25 -0
  337. package/esm/icons/components/DetailedSearchIcon.js +17 -0
  338. package/esm/icons/components/EcoFriendlyIcon.js +20 -0
  339. package/esm/icons/components/EditIcon.js +17 -0
  340. package/esm/icons/components/EngineIcon.js +16 -0
  341. package/esm/icons/components/EnglandFlagIcon.js +34 -0
  342. package/esm/icons/components/EvaluationIcon.js +20 -0
  343. package/esm/icons/components/ExaminationMarkFilledIcon.js +16 -0
  344. package/esm/icons/components/ExaminationMarkIcon.js +16 -0
  345. package/esm/icons/components/ExteriorIcon.js +16 -0
  346. package/esm/icons/components/EyeIcon.js +22 -0
  347. package/esm/icons/components/FacebookBtnIcon.js +16 -0
  348. package/esm/icons/components/FacebookIcon.js +18 -0
  349. package/esm/icons/components/FatalIcon.js +18 -0
  350. package/esm/icons/components/FavouriteIcon.js +16 -0
  351. package/esm/icons/components/FavouriteSolidIcon.js +16 -0
  352. package/esm/icons/components/FilterIcon.js +18 -0
  353. package/esm/icons/components/FinanceIcon.js +16 -0
  354. package/esm/icons/components/FindCarIcon.js +16 -0
  355. package/esm/icons/components/FixedMonthlyCostIcon.js +22 -0
  356. package/esm/icons/components/FlagIcon.js +16 -0
  357. package/esm/icons/components/FlexibilityIcon.js +22 -0
  358. package/esm/icons/components/ForumLargeIcon.js +16 -0
  359. package/esm/icons/components/ForumSmallIcon.js +16 -0
  360. package/esm/icons/components/GavelIcon.js +18 -0
  361. package/esm/icons/components/GearboxIcon.js +18 -0
  362. package/esm/icons/components/GiftIcon.js +32 -0
  363. package/esm/icons/components/GridViewIcon.js +16 -0
  364. package/esm/icons/components/GroupIcon.js +53 -0
  365. package/esm/icons/components/GuaranteeIcon.js +16 -0
  366. package/esm/icons/components/GuaranteeLargeIcon.js +16 -0
  367. package/esm/icons/components/GuaranteeSmallIcon.js +16 -0
  368. package/esm/icons/components/HalfCombiIcon.js +18 -0
  369. package/esm/icons/components/HamburgerIcon.js +16 -0
  370. package/esm/icons/components/HandshakeIcon.js +16 -0
  371. package/esm/icons/components/HelpingHandIcon.js +34 -0
  372. package/esm/icons/components/IdIcon.js +19 -0
  373. package/esm/icons/components/InformationIcon.js +16 -0
  374. package/esm/icons/components/InstagramIcon.js +23 -0
  375. package/esm/icons/components/InsuranceIcon.js +16 -0
  376. package/esm/icons/components/InteriorIcon.js +18 -0
  377. package/esm/icons/components/InteriorThinIcon.js +18 -0
  378. package/esm/icons/components/InternationalIcon.js +24 -0
  379. package/esm/icons/components/KvdTestIcon.js +16 -0
  380. package/esm/icons/components/KvdVenueIcon.js +16 -0
  381. package/esm/icons/components/LifebuoyIcon.js +16 -0
  382. package/esm/icons/components/LiftTruckIcon.js +16 -0
  383. package/esm/icons/components/LinkedInIcon.js +16 -0
  384. package/esm/icons/components/ListViewIcon.js +38 -0
  385. package/esm/icons/components/MailIcon.js +18 -0
  386. package/esm/icons/components/MinibusIcon.js +18 -0
  387. package/esm/icons/components/MinivanIcon.js +19 -0
  388. package/esm/icons/components/MobileIcon.js +26 -0
  389. package/esm/icons/components/MotorcycleIcon.js +48 -0
  390. package/esm/icons/components/MrfLogoIcon.js +27 -0
  391. package/esm/icons/components/NotFoundIcon.js +16 -0
  392. package/esm/icons/components/OverbidIcon.js +18 -0
  393. package/esm/icons/components/PdfIconIcon.js +16 -0
  394. package/esm/icons/components/PhoneIcon.js +18 -0
  395. package/esm/icons/components/PickUpIcon.js +16 -0
  396. package/esm/icons/components/PinIcon.js +16 -0
  397. package/esm/icons/components/PlayIcon.js +16 -0
  398. package/esm/icons/components/Pricetag.js +25 -0
  399. package/esm/icons/components/PricetagFilledKronaIcon.js +21 -0
  400. package/esm/icons/components/PrivateCarIcon.js +16 -0
  401. package/esm/icons/components/ProfileCircleIcon.js +16 -0
  402. package/esm/icons/components/ProfileIcon.js +16 -0
  403. package/esm/icons/components/RadioIcon.js +28 -0
  404. package/esm/icons/components/ReclamationIcon.js +16 -0
  405. package/esm/icons/components/ReleasingIcon.js +22 -0
  406. package/esm/icons/components/RemoveFilterIcon.js +16 -0
  407. package/esm/icons/components/ReservedPriceIcon.js +16 -0
  408. package/esm/icons/components/ResultIcon.js +16 -0
  409. package/esm/icons/components/SafePaymentIcon.js +16 -0
  410. package/esm/icons/components/SaleTagIcon.js +16 -0
  411. package/esm/icons/components/SearchCheckIcon.js +22 -0
  412. package/esm/icons/components/SearchIcon.js +16 -0
  413. package/esm/icons/components/SedanIcon.js +18 -0
  414. package/esm/icons/components/SellCarIcon.js +16 -0
  415. package/esm/icons/components/SellCarsIcon.js +16 -0
  416. package/esm/icons/components/ServiceIcon.js +21 -0
  417. package/esm/icons/components/ShareIcon.js +42 -0
  418. package/esm/icons/components/ShieldIcon.js +16 -0
  419. package/esm/icons/components/SignInIcon.js +16 -0
  420. package/esm/icons/components/SignOutIcon.js +16 -0
  421. package/esm/icons/components/SpeedMeterIcon.js +18 -0
  422. package/esm/icons/components/StarCircleIcon.js +16 -0
  423. package/esm/icons/components/StartIcon.js +24 -0
  424. package/esm/icons/components/StoreIcon.js +16 -0
  425. package/esm/icons/components/SuvIcon.js +18 -0
  426. package/esm/icons/components/SwedenFlag.js +24 -0
  427. package/esm/icons/components/TankIcon.js +26 -0
  428. package/esm/icons/components/TireIcon.js +16 -0
  429. package/esm/icons/components/TransportIcon.js +16 -0
  430. package/esm/icons/components/TrashcanIcon.js +16 -0
  431. package/esm/icons/components/TrophyIcon.js +16 -0
  432. package/esm/icons/components/TruckIcon.js +16 -0
  433. package/esm/icons/components/UmbrellaIcon.js +16 -0
  434. package/esm/icons/components/ValuationIcon.js +16 -0
  435. package/esm/icons/components/ValueIcon.js +21 -0
  436. package/esm/icons/components/WarningIcon.js +16 -0
  437. package/esm/icons/components/YoutubeIcon.js +16 -0
  438. package/esm/icons/components/index.js +157 -0
  439. package/esm/index.js +220 -0
  440. package/esm/react-app-env.d.js +1 -0
  441. package/esm/shared/constants.js +3 -0
  442. package/esm/shared/helpers.js +23 -0
  443. package/esm/shared/helpers.spec.js +34 -0
  444. package/esm/shared/media-queries.js +35 -0
  445. package/esm/styled.d.js +1 -0
  446. package/esm/theme.js +121 -0
  447. package/esm/typography/BodyText/index.js +48 -0
  448. package/esm/typography/ButtonText/index.js +33 -0
  449. package/esm/typography/Heading/index.js +76 -0
  450. package/esm/utils/utils.js +28 -0
  451. package/package.json +11 -5
  452. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  453. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  454. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  455. package/{Types.d.ts → types/Types.d.ts} +0 -0
  456. package/{components → types/components}/Accordion/index.d.ts +0 -0
  457. package/{components → types/components}/Badge/index.d.ts +0 -0
  458. package/{components → types/components}/Button/index.d.ts +0 -0
  459. package/{components → types/components}/Card/index.d.ts +0 -0
  460. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  461. package/{components → types/components}/Chip/index.d.ts +0 -0
  462. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  463. package/{components → types/components}/DayPicker/index.d.ts +0 -0
  464. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  465. package/{components → types/components}/Dialog/index.d.ts +0 -0
  466. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  467. package/{components → types/components}/FieldLabel.d.ts +0 -0
  468. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  469. package/{components → types/components}/Header/Link.d.ts +0 -0
  470. package/{components → types/components}/Header/index.d.ts +0 -0
  471. package/{components → types/components}/Hero/index.d.ts +0 -0
  472. package/{components → types/components}/Icon/index.d.ts +0 -0
  473. package/{components → types/components}/IconButton.d.ts +0 -0
  474. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  475. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  476. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  477. package/{components → types/components}/Icons/Close.d.ts +0 -0
  478. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  479. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  480. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  481. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  482. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  483. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  484. package/{components → types/components}/ListItem/index.d.ts +0 -0
  485. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  486. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  487. package/{components → types/components}/Logo/index.d.ts +0 -0
  488. package/{components → types/components}/MenuItem/index.d.ts +0 -0
  489. package/{components → types/components}/Modal/index.d.ts +0 -0
  490. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  491. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  492. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  493. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  494. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  495. package/{components → types/components}/Range/index.d.ts +0 -0
  496. package/types/components/Select/components/test-icon.d.ts +1 -0
  497. package/{components → types/components}/Select/index.d.ts +0 -0
  498. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  499. package/{components → types/components}/Spinner/index.d.ts +0 -0
  500. package/{components → types/components}/Stepper/index.d.ts +0 -0
  501. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  502. package/{components → types/components}/Tabs/index.d.ts +0 -0
  503. package/{components → types/components}/TextArea/index.d.ts +0 -0
  504. package/{components → types/components}/Textfield/index.d.ts +0 -0
  505. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  506. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  507. package/{components → types/components}/Toggle/index.d.ts +0 -0
  508. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  520. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  522. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  531. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  622. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  624. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  625. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  650. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  652. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  653. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  662. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  663. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  664. package/{icons → types/icons}/components/index.d.ts +0 -0
  665. package/types/icons/template.d.ts +10 -0
  666. package/{index.d.ts → types/index.d.ts} +0 -0
  667. package/types/serviceWorker.d.ts +2 -0
  668. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  669. package/{shared → types/shared}/constants.d.ts +0 -0
  670. package/{shared → types/shared}/helpers.d.ts +0 -0
  671. package/{shared → types/shared}/media-queries.d.ts +0 -0
  672. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  673. package/{theme.d.ts → types/theme.d.ts} +3 -3
  674. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  675. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  676. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  677. package/{utils → types/utils}/utils.d.ts +0 -0
  678. package/kvdbil-components.css +0 -224
  679. package/kvdbil-components.js +0 -1501
  680. package/kvdbil-components.js.map +0 -1
@@ -0,0 +1,47 @@
1
+ import styled from 'styled-components';
2
+ import { mq } from '../../shared/media-queries.js';
3
+
4
+ const IconWrapper = styled.button`
5
+ appearance: none;
6
+ cursor: pointer;
7
+ background-color: transparent;
8
+ border: 0;
9
+ outline: none;
10
+ display: flex;
11
+ align-items: center;
12
+ margin-right: 1.5rem;
13
+ margin-left: auto;
14
+ ${mq("laptop")} {
15
+ display: none;
16
+ }
17
+
18
+ svg {
19
+ width: 1.5rem;
20
+ height: 1.5rem;
21
+ fill: ${({ theme }) => theme.colors.text.dark};
22
+ }
23
+ span {
24
+ display: none;
25
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
26
+ font-weight: ${({ theme }) => theme.typography.fontBaseBoldWeight};
27
+ font-size: 1rem;
28
+ margin-right: 0.75rem;
29
+
30
+ ${mq("tablet")} {
31
+ display: inline;
32
+ }
33
+ }
34
+ `;
35
+ const Hamburger = ({ onClick = () => {
36
+ }, text }) => /* @__PURE__ */ React.createElement(IconWrapper, {
37
+ onClick
38
+ }, /* @__PURE__ */ React.createElement("span", null, text), /* @__PURE__ */ React.createElement("svg", null, /* @__PURE__ */ React.createElement("symbol", {
39
+ id: "icon-hamburger",
40
+ viewBox: "0 0 16 12"
41
+ }, /* @__PURE__ */ React.createElement("path", {
42
+ d: "M0 0h16v2H0zm0 5h16v2H0zm0 5h16v2H0z"
43
+ })), /* @__PURE__ */ React.createElement("use", {
44
+ xlinkHref: "#icon-hamburger"
45
+ })));
46
+
47
+ export { Hamburger as default };
@@ -0,0 +1,45 @@
1
+ import styled from 'styled-components';
2
+ import { mq } from '../../shared/media-queries.js';
3
+ import theme from '../../theme.js';
4
+
5
+ const LinkItem = styled.li`
6
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontAlternativeFamily};
7
+ font-weight: ${({ theme: theme2 }) => theme2.typography.fontAlternativeRegularWeight};
8
+ font-size: 1rem;
9
+ display: flex;
10
+ align-items: center;
11
+ white-space: nowrap;
12
+ border-radius: 0.25rem;
13
+
14
+ &:last-child {
15
+ margin-right: 0;
16
+ }
17
+ &:nth-child(n + 4) {
18
+ display: none;
19
+ }
20
+
21
+ ${mq("laptop")} {
22
+ &:nth-child(n + 4) {
23
+ display: inherit;
24
+ }
25
+ }
26
+ `;
27
+ const CommonLink = styled.a`
28
+ border-radius: 0.25rem;
29
+ padding: 0.75rem 1.5rem;
30
+ transition: 200ms;
31
+ color: ${theme.colors.text.dark};
32
+ text-decoration: none;
33
+
34
+ &:hover,
35
+ &:active {
36
+ color: ${theme.colors.primary.main};
37
+ background: ${theme.colors.gray.light4};
38
+ }
39
+ `;
40
+ const Link = ({ to, component, text, ...rest }) => /* @__PURE__ */ React.createElement(LinkItem, null, component || /* @__PURE__ */ React.createElement(CommonLink, {
41
+ href: to,
42
+ ...rest
43
+ }, text));
44
+
45
+ export { Link as default };
@@ -0,0 +1,109 @@
1
+ import styled from 'styled-components';
2
+ import { mq } from '../../shared/media-queries.js';
3
+ import theme from '../../theme.js';
4
+ import { Logo } from '../Logo/index.js';
5
+ import Hamburger from './Hamburger.js';
6
+ import Link from './Link.js';
7
+ import '../Logo/LogoSv.js';
8
+ import '../Logo/LogoEn.js';
9
+
10
+ const LogoWrapper = styled.a`
11
+ cursor: pointer;
12
+ padding: 0 0.625rem;
13
+ width: 100%;
14
+ display: flex;
15
+ justify-content: center;
16
+ align-items: center;
17
+ background: ${theme.colors.background.light};
18
+
19
+ ${mq("tablet")} {
20
+ display: block;
21
+ width: auto;
22
+ padding: 0 1.5rem 0 0;
23
+ }
24
+ `;
25
+ const HeaderContainer = styled.nav`
26
+ width: 100%;
27
+ z-index: 17;
28
+ position: fixed;
29
+ top: 0;
30
+ left: 0;
31
+ color: ${theme.colors.text.dark};
32
+ background-color: ${theme.colors.background.light};
33
+ transition: 300ms;
34
+ `;
35
+ const HeaderContent = styled.div`
36
+ display: flex;
37
+ flex-direction: column;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ background-color: ${theme.colors.background.gray};
41
+
42
+ ${mq("tablet")} {
43
+ background-color: ${theme.colors.background.light};
44
+ flex-direction: row;
45
+ padding: 0em 1.5em;
46
+ }
47
+ `;
48
+ const MainContent = styled.div`
49
+ display: flex;
50
+ width: 100%;
51
+ `;
52
+ const PrimaryLinks = styled.ul`
53
+ display: flex;
54
+ justify-content: space-around;
55
+ width: 100%;
56
+ position: relative;
57
+ margin: 0;
58
+ padding: 0;
59
+ flex-grow: 1;
60
+
61
+ ${mq("tablet")} {
62
+ justify-content: flex-start;
63
+ padding: 0.5em 0;
64
+ display: flex;
65
+ padding: 0;
66
+ flex: 1;
67
+ }
68
+ `;
69
+ const SecondaryLinks = styled.ul`
70
+ display: none;
71
+
72
+ ${mq("laptop")} {
73
+ padding: 0.5em 0;
74
+ display: flex;
75
+ padding: 0;
76
+ }
77
+ `;
78
+ const Header = ({
79
+ locale,
80
+ primaryLinks,
81
+ secondaryLinks,
82
+ menuIconText,
83
+ onMenuClick,
84
+ onHeaderClick,
85
+ forwardRef,
86
+ css = "",
87
+ ...props
88
+ }) => {
89
+ return /* @__PURE__ */ React.createElement(HeaderContainer, {
90
+ css,
91
+ ...props,
92
+ ref: forwardRef
93
+ }, /* @__PURE__ */ React.createElement(HeaderContent, null, /* @__PURE__ */ React.createElement(LogoWrapper, {
94
+ onClick: onHeaderClick
95
+ }, /* @__PURE__ */ React.createElement(Logo, {
96
+ locale
97
+ })), /* @__PURE__ */ React.createElement(MainContent, null, /* @__PURE__ */ React.createElement(PrimaryLinks, null, primaryLinks.map((link, index) => /* @__PURE__ */ React.createElement(Link, {
98
+ key: link.text || index,
99
+ ...link
100
+ }))), /* @__PURE__ */ React.createElement(Hamburger, {
101
+ text: menuIconText,
102
+ onClick: onMenuClick
103
+ })), /* @__PURE__ */ React.createElement(SecondaryLinks, null, secondaryLinks.map((link, index) => /* @__PURE__ */ React.createElement(Link, {
104
+ key: link.text || index,
105
+ ...link
106
+ })))));
107
+ };
108
+
109
+ export { Header, Header as default };
@@ -0,0 +1,56 @@
1
+ import styled from 'styled-components';
2
+ import theme from '../../theme.js';
3
+
4
+ const Root = styled.div`
5
+ position: relative;
6
+ height: 60vh;
7
+ max-height: 600px;
8
+ background-color: ${theme.colors.primary.main};
9
+ background-size: cover;
10
+ `;
11
+ const Content = styled.div`
12
+ position: relative;
13
+ display: flex;
14
+ padding: 50px;
15
+ z-index: 1;
16
+ `;
17
+ const Video = styled.iframe`
18
+ position: absolute;
19
+ width: 100%;
20
+ height: 100%;
21
+ top: 0;
22
+ left: 0;
23
+ `;
24
+ const Image = styled.img`
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ height: 100%;
29
+ width: 100%;
30
+ object-fit: cover;
31
+ background-color: ${theme.colors.primary.main};
32
+ `;
33
+ function Hero(props) {
34
+ const { imageProps, containerStyle, videoProps, children } = props;
35
+ const imageStyle = {
36
+ objectPosition: `${(imageProps == null ? void 0 : imageProps.x) ? imageProps.x : "50%"} ${(imageProps == null ? void 0 : imageProps.y) ? imageProps.y : "50%"}`
37
+ };
38
+ return /* @__PURE__ */ React.createElement(Root, {
39
+ style: containerStyle
40
+ }, videoProps ? /* @__PURE__ */ React.createElement(Video, {
41
+ "data-testid": "hero-video",
42
+ title: "video-frame",
43
+ src: videoProps.src,
44
+ width: "100%",
45
+ height: "100%",
46
+ frameBorder: "0",
47
+ allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
48
+ allowFullScreen: true
49
+ }) : /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Image, {
50
+ src: imageProps == null ? void 0 : imageProps.src,
51
+ alt: "Hero background",
52
+ style: imageStyle
53
+ }), /* @__PURE__ */ React.createElement(Content, null, children)));
54
+ }
55
+
56
+ export { Hero, Hero as default };
@@ -0,0 +1,107 @@
1
+ import { useState } from 'react';
2
+ import styled from 'styled-components';
3
+ import { Caption } from '../../typography/BodyText/index.js';
4
+ import { Title as Title$1 } from '../../typography/Heading/index.js';
5
+ import theme from '../../theme.js';
6
+ import { Snackbar } from '../Snackbar/index.js';
7
+ import '../../shared/media-queries.js';
8
+ import '../Icons/CheckCircle.js';
9
+ import '../Icons/Close.js';
10
+ import '../Icons/ErrorCircle.js';
11
+ import '../Icons/InfoCircle.js';
12
+ import 'react-transition-group';
13
+
14
+ const Wrapper = styled.div`
15
+ margin: 0 auto;
16
+ max-width: 700px;
17
+ `;
18
+ const Title = styled(Title$1)`
19
+ margin: 0.5rem;
20
+ `;
21
+ const IconsList = styled.ul`
22
+ display: flex;
23
+ list-style: none;
24
+ flex-wrap: wrap;
25
+ padding: 0;
26
+ `;
27
+ const ListItem = styled.li`
28
+ background: ${({ background }) => background};
29
+ display: flex;
30
+ justify-content: center;
31
+ flex-direction: column;
32
+ align-items: center;
33
+ width: calc(25% - 2px - 1.5rem);
34
+ padding: 0 0.25rem;
35
+ border: 1px solid ${theme.colors.gray.dark5};
36
+ border-radius: 3px;
37
+ margin: 0.5rem;
38
+ cursor: pointer;
39
+ `;
40
+ const Name = styled(Caption)`
41
+ overflow-wrap: break-word;
42
+ word-wrap: break-word;
43
+ word-break: break-word;
44
+ hyphens: auto;
45
+ text-align: center;
46
+ `;
47
+ const IconContainer = styled.span`
48
+ font-size: ${({ size }) => size};
49
+ color: ${({ color }) => color};
50
+ `;
51
+ const Icons = ({
52
+ background = theme.colors.background.light,
53
+ color = theme.colors.text.dark,
54
+ icons,
55
+ size = "2rem"
56
+ }) => {
57
+ const [state, setState] = useState({
58
+ isOpen: false,
59
+ message: "",
60
+ type: "info",
61
+ color: "neutral"
62
+ });
63
+ const copyImport = async (name) => {
64
+ const importPath = `import { ${name} } from 'kvdbil-components';`;
65
+ if (!navigator.clipboard) {
66
+ return;
67
+ }
68
+ try {
69
+ await navigator.clipboard.writeText(importPath);
70
+ setState((s) => ({
71
+ ...s,
72
+ isOpen: true,
73
+ message: `copied import for ${name}`,
74
+ type: "success",
75
+ color: "success"
76
+ }));
77
+ } catch (error) {
78
+ setState((s) => ({
79
+ ...s,
80
+ isOpen: true,
81
+ message: `Could not copy text: ${error}`,
82
+ type: "error",
83
+ color: "error"
84
+ }));
85
+ }
86
+ };
87
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Wrapper, null, /* @__PURE__ */ React.createElement(Title, {
88
+ as: "h2"
89
+ }, "Click to copy import declaration for icon"), /* @__PURE__ */ React.createElement(IconsList, null, icons.map(([name, Icon], index) => /* @__PURE__ */ React.createElement(ListItem, {
90
+ key: index,
91
+ background,
92
+ onClick: () => {
93
+ copyImport(name);
94
+ }
95
+ }, /* @__PURE__ */ React.createElement(Name, null, name), /* @__PURE__ */ React.createElement(IconContainer, {
96
+ size,
97
+ color
98
+ }, /* @__PURE__ */ React.createElement(Icon, null)))))), /* @__PURE__ */ React.createElement(Snackbar, {
99
+ message: state.message,
100
+ isOpen: state.isOpen,
101
+ type: state.type,
102
+ color: state.color,
103
+ onClose: () => setState((s) => ({ ...s, isOpen: false }))
104
+ }));
105
+ };
106
+
107
+ export { Icons as default };
@@ -0,0 +1,122 @@
1
+ import styled, { css } from 'styled-components';
2
+ import theme from '../theme.js';
3
+
4
+ const disabledBackground = css`
5
+ background-color: transparent;
6
+ `;
7
+ const initialMS = "400ms";
8
+ const focusRippleMS = "1500ms";
9
+ const activeRippleMS = "750ms";
10
+ const Container = styled.div`
11
+ cursor: ${(props) => props.isDisabled ? "default" : "pointer"};
12
+ outline: none;
13
+
14
+ display: inline-block;
15
+ position: relative;
16
+
17
+ .button-background {
18
+ :focus {
19
+ outline: none;
20
+ }
21
+ }
22
+
23
+ :hover {
24
+ .button-background {
25
+ transition: background-color ${initialMS};
26
+ background-color: ${(props) => props.isActive ? theme.colors[props.color].main : "rgb(136, 136, 136)"};
27
+
28
+ opacity: 0.06;
29
+ ${(props) => props.isDisabled && disabledBackground};
30
+ }
31
+ }
32
+
33
+ :focus {
34
+ .button-background {
35
+ transition: background-color ${initialMS};
36
+ animation: FocusRipple ${focusRippleMS} 0ms infinite alternate-reverse;
37
+ background-color: ${(props) => props.isActive ? theme.colors[props.color].main : "rgba(136, 136, 136)"};
38
+
39
+ opacity: 0.12;
40
+ ${(props) => props.isDisabled && disabledBackground};
41
+ }
42
+ }
43
+
44
+ :active {
45
+ .button-background {
46
+ animation: ActiveRipple ${activeRippleMS};
47
+ background-color: ${(props) => props.isActive ? theme.colors[props.color].main : "rgb(136, 136, 136)"};
48
+
49
+ opacity: 0.24;
50
+ ${(props) => props.isDisabled && disabledBackground};
51
+ }
52
+ }
53
+
54
+ @keyframes ActiveRipple {
55
+ 0% {
56
+ clip-path: circle(50%);
57
+ }
58
+
59
+ 25% {
60
+ clip-path: circle(46%);
61
+ }
62
+
63
+ 100% {
64
+ clip-path: circle(50%);
65
+ }
66
+ }
67
+
68
+ @keyframes FocusRipple {
69
+ 0% {
70
+ clip-path: circle(46%);
71
+ }
72
+
73
+ 100% {
74
+ clip-path: circle(50%);
75
+ }
76
+ }
77
+ `;
78
+ const Background = styled.div`
79
+ top: 0;
80
+ left: 0;
81
+
82
+ height: calc(100% + 2rem);
83
+ width: calc(100% + 2rem);
84
+ transform: translate(-1rem, -1rem);
85
+
86
+ position: absolute;
87
+ border-radius: 10rem;
88
+ `;
89
+ const IconButton = ({
90
+ children,
91
+ isActive,
92
+ isDisabled,
93
+ onClick,
94
+ color
95
+ }) => {
96
+ const handleEnter = (event) => {
97
+ if (event.key === "Enter" && !isDisabled && typeof onClick === "function") {
98
+ event.persist();
99
+ onClick(event);
100
+ }
101
+ };
102
+ const handleClick = (event) => {
103
+ event.stopPropagation();
104
+ event.preventDefault();
105
+ event.persist();
106
+ if (!isDisabled && typeof onClick === "function") {
107
+ onClick(event);
108
+ }
109
+ };
110
+ return /* @__PURE__ */ React.createElement(Container, {
111
+ color,
112
+ isActive,
113
+ isDisabled,
114
+ onClick: handleClick,
115
+ onKeyDown: handleEnter,
116
+ tabIndex: isDisabled ? void 0 : 1
117
+ }, /* @__PURE__ */ React.createElement(Background, {
118
+ className: "button-background"
119
+ }), children);
120
+ };
121
+
122
+ export { IconButton as default };
@@ -0,0 +1,12 @@
1
+ const Arrow = ({ title, ...props }) => /* @__PURE__ */ React.createElement("svg", {
2
+ ...props
3
+ }, title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-arrow",
5
+ viewBox: "0 0 22 22"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M1.29412 9.70588L10.7843 19.1961C10.9034 19.3152 11.0966 19.3152 11.2157 19.1961L20.7059 9.70588L22 11L12.5098 20.4902C11.676 21.324 10.324 21.324 9.4902 20.4902L0 11L1.29412 9.70588Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-arrow"
10
+ }));
11
+
12
+ export { Arrow as default };
@@ -0,0 +1,12 @@
1
+ const CheckCircle = ({ title = "CheckCircle", ...props }) => /* @__PURE__ */ React.createElement("svg", {
2
+ ...props
3
+ }, title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-checkCircle",
5
+ viewBox: "0 0 24 24"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M12.5 23.0012C6.42487 23.0012 1.5 18.0764 1.5 12.0012C1.5 5.92609 6.42487 1.00122 12.5 1.00122C18.5751 1.00122 23.5 5.92609 23.5 12.0012C23.5 18.0764 18.5751 23.0012 12.5 23.0012ZM12.5 21.1679C17.5626 21.1679 21.6667 17.0638 21.6667 12.0012C21.6667 6.93861 17.5626 2.83455 12.5 2.83455C7.43739 2.83455 3.33333 6.93861 3.33333 12.0012C3.33333 17.0638 7.43739 21.1679 12.5 21.1679ZM9.10748 13.2429C9.33504 13.5121 9.55429 13.7564 9.76125 13.9695C10.1479 14.3676 10.4817 14.6294 10.6107 14.7179C10.6392 14.7003 10.6714 14.6794 10.7067 14.6551C10.9006 14.522 11.1553 14.3144 11.4591 14.0413C12.0292 13.5287 12.7476 12.8084 13.5766 11.9265C13.7427 11.7497 13.9125 11.5673 14.0856 11.3797C14.819 10.5847 15.5796 9.73162 16.3227 8.87836C16.5829 8.5796 16.8222 8.30225 17.0352 8.0535C17.1626 7.90465 17.2527 7.79871 17.2999 7.74287L18.7001 8.92624C18.6505 8.98498 18.5579 9.09389 18.4278 9.24582C18.2116 9.49837 17.9689 9.77961 17.7052 10.0824C16.9514 10.9479 16.1796 11.8136 15.4331 12.6228C15.2562 12.8145 15.0826 13.0011 14.9124 13.1821C12.7154 15.5196 11.5309 16.5846 10.6667 16.5846C9.95327 16.5846 9.28235 16.1078 8.44613 15.2468C8.20742 15.0011 7.96047 14.7259 7.70721 14.4262C7.35453 14.0089 7.00646 13.5644 6.67696 13.1203C6.47905 12.8535 6.33026 12.6446 6.24558 12.5219L7.75443 11.4805C7.82792 11.587 7.96481 11.7792 8.14939 12.028C8.4574 12.4432 8.78234 12.8581 9.10748 13.2429Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-checkCircle"
10
+ }));
11
+
12
+ export { CheckCircle as default };
@@ -0,0 +1,12 @@
1
+ const CheckIcon = ({ className = "icon__svg" }) => /* @__PURE__ */ React.createElement("svg", {
2
+ className
3
+ }, /* @__PURE__ */ React.createElement("title", null, "Check"), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-check",
5
+ viewBox: "0 0 20 16"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M5.64559 11.2678C5.31325 10.8822 4.96116 10.4401 4.59575 9.95286C4.07361 9.25661 3.55182 8.50577 3.0572 7.75441C2.76079 7.30414 2.54098 6.95638 2.42297 6.7637L0 8.6482C0.135982 8.87023 0.3749 9.2482 0.692726 9.73101C1.22184 10.5348 1.78078 11.3391 2.34713 12.0943C2.75382 12.6366 3.15039 13.1345 3.53372 13.5793C4.87655 15.1373 5.95393 16 7.09955 16C8.48728 16 10.3894 14.0728 13.9175 9.84286C14.1908 9.51527 14.4697 9.17762 14.7536 8.83074C15.9524 7.36638 17.1918 5.79987 18.4023 4.23366C18.8257 3.6857 19.2155 3.17676 19.5627 2.71975C19.7716 2.44481 19.9203 2.24773 20 2.14142L17.7514 0C17.6756 0.101045 17.531 0.292744 17.3263 0.562104C16.9843 1.01226 16.6 1.51416 16.1821 2.05479C14.9888 3.59885 13.7675 5.1426 12.5898 6.58116C12.3118 6.92065 12.0392 7.25078 11.7723 7.57068C10.4411 9.16669 9.28751 10.4701 8.37209 11.3976C7.8842 11.892 7.47522 12.2676 7.16387 12.5084C7.10708 12.5523 7.05542 12.5903 7.00971 12.6221C6.8025 12.4619 6.2665 11.9882 5.64559 11.2678Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-check"
10
+ }));
11
+
12
+ export { CheckIcon as default };
@@ -0,0 +1,12 @@
1
+ const Close = ({ title = "Close", ...props }) => /* @__PURE__ */ React.createElement("svg", {
2
+ ...props
3
+ }, title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-close",
5
+ viewBox: "0 0 24 24"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M12.0001 10.5859L21.7629 0.823223L23.1771 2.23744L13.4144 12.0002L23.1771 21.7629L21.7629 23.1771L12.0001 13.4144L2.23744 23.1771L0.823223 21.7629L10.5859 12.0002L0.823223 2.23745L2.23744 0.823234L12.0001 10.5859Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-close"
10
+ }));
11
+
12
+ export { Close as default };
@@ -0,0 +1,12 @@
1
+ const ErrorCircle = ({ title, ...props }) => /* @__PURE__ */ React.createElement("svg", {
2
+ ...props
3
+ }, title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-errorCircle",
5
+ viewBox: "0 0 24 24"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M1.5 12.0012C1.5 18.0764 6.42487 23.0012 12.5 23.0012C18.5751 23.0012 23.5 18.0764 23.5 12.0012C23.5 5.92609 18.5751 1.00122 12.5 1.00122C6.42487 1.00122 1.5 5.92609 1.5 12.0012ZM21.6667 12.0012C21.6667 17.0638 17.5626 21.1679 12.5 21.1679C7.43739 21.1679 3.33333 17.0638 3.33333 12.0012C3.33333 6.93861 7.43739 2.83455 12.5 2.83455C17.5626 2.83455 21.6667 6.93861 21.6667 12.0012ZM13.4167 13.8346V6.50122H11.5833V13.8346H13.4167ZM13.4167 15.6679V17.5012H11.5833V15.6679H13.4167Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-errorCircle"
10
+ }));
11
+
12
+ export { ErrorCircle as default };
@@ -0,0 +1,12 @@
1
+ const InfoCircle = ({ title, ...props }) => /* @__PURE__ */ React.createElement("svg", {
2
+ ...props
3
+ }, title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("symbol", {
4
+ id: "icon-infoCircle",
5
+ viewBox: "0 0 24 24"
6
+ }, /* @__PURE__ */ React.createElement("path", {
7
+ d: "M1.5 12.0012C1.5 18.0764 6.42487 23.0012 12.5 23.0012C18.5751 23.0012 23.5 18.0764 23.5 12.0012C23.5 5.92609 18.5751 1.00122 12.5 1.00122C6.42487 1.00122 1.5 5.92609 1.5 12.0012ZM21.6667 12.0012C21.6667 17.0638 17.5626 21.1679 12.5 21.1679C7.43739 21.1679 3.33333 17.0638 3.33333 12.0012C3.33333 6.93861 7.43739 2.83455 12.5 2.83455C17.5626 2.83455 21.6667 6.93861 21.6667 12.0012ZM13.4167 10.1679V17.5012H11.5833V10.1679H13.4167ZM13.4167 8.33455V6.50122H11.5833V8.33455H13.4167Z"
8
+ })), /* @__PURE__ */ React.createElement("use", {
9
+ xlinkHref: "#icon-infoCircle"
10
+ }));
11
+
12
+ export { InfoCircle as default };
@@ -0,0 +1,107 @@
1
+ import styled from 'styled-components';
2
+ import theme from '../../theme.js';
3
+ import { CaptionLink } from '../../typography/BodyText/index.js';
4
+ import StepCircle from './StepCircle.js';
5
+ import '../Icons/CheckIcon.js';
6
+
7
+ const HorizontalLine = styled.div`
8
+ background-color: ${theme.colors.gray.dark3};
9
+ height: 1px;
10
+ right: 0;
11
+ left: calc(50% + 20px);
12
+ top: 1.25rem;
13
+ position: absolute;
14
+ width: calc(100% - 40px);
15
+ `;
16
+ const StepWrapper = styled.div`
17
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontBaseFamily};
18
+ display: flex;
19
+ position: relative;
20
+ padding: 0 0.5rem;
21
+ flex: 1;
22
+ align-items: center;
23
+ flex-direction: column;
24
+
25
+ &:last-child {
26
+ padding-bottom: 0;
27
+ ${HorizontalLine} {
28
+ display: none;
29
+ }
30
+ }
31
+ `;
32
+ const Content = styled(CaptionLink)`
33
+ width: 100%;
34
+ margin: 0.5rem 0 0;
35
+ line-height: 1.2;
36
+ text-align: center;
37
+ color: ${theme.colors.text.dark};
38
+ `;
39
+ const VerticalLine = styled.div`
40
+ margin: 0 auto;
41
+ width: 1px;
42
+ height: 100%;
43
+ background-color: ${theme.colors.gray.dark3};
44
+ `;
45
+ const Graphic = styled.div`
46
+ margin-right: 0.75rem;
47
+ `;
48
+ const VerticalStepWrapper = styled.div`
49
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontBaseFamily};
50
+ display: flex;
51
+ padding-bottom: 1rem;
52
+
53
+ &:last-child {
54
+ ${VerticalLine} {
55
+ display: none;
56
+ }
57
+ }
58
+ `;
59
+ const VerticalContent = styled(CaptionLink)`
60
+ margin: 0;
61
+ width: 100%;
62
+ line-height: 1.2;
63
+ text-align: left;
64
+ color: ${theme.colors.text.dark};
65
+ display: flex;
66
+ flex-direction: column;
67
+ justify-content: center;
68
+ `;
69
+ const getStepState = ({ active, disabled }) => {
70
+ if (active) {
71
+ return "active";
72
+ }
73
+ if (disabled) {
74
+ return "disabled";
75
+ }
76
+ return "completed";
77
+ };
78
+ const Step = ({
79
+ step = 0,
80
+ active = false,
81
+ completed = false,
82
+ disabled = false,
83
+ orientation,
84
+ children,
85
+ backgroundColor,
86
+ ...props
87
+ }) => {
88
+ const state = getStepState({ active, disabled, completed });
89
+ return orientation === "horizontal" ? /* @__PURE__ */ React.createElement(StepWrapper, {
90
+ ...props
91
+ }, /* @__PURE__ */ React.createElement(StepCircle, {
92
+ state,
93
+ step,
94
+ backgroundColor
95
+ }), /* @__PURE__ */ React.createElement(HorizontalLine, null), /* @__PURE__ */ React.createElement(Content, {
96
+ as: "div"
97
+ }, children)) : /* @__PURE__ */ React.createElement(VerticalStepWrapper, {
98
+ ...props
99
+ }, /* @__PURE__ */ React.createElement(Graphic, null, /* @__PURE__ */ React.createElement(StepCircle, {
100
+ state,
101
+ step
102
+ }), /* @__PURE__ */ React.createElement(VerticalLine, null)), /* @__PURE__ */ React.createElement(VerticalContent, {
103
+ as: "div"
104
+ }, children));
105
+ };
106
+
107
+ export { Step as default, getStepState };