@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,85 @@
1
+ import styled from 'styled-components';
2
+ import theme from '../../theme.js';
3
+ import CheckIcon from '../Icons/CheckIcon.js';
4
+
5
+ const getStatetyles = (backgroundColor) => ({
6
+ active: {
7
+ background: theme.colors.primary.main,
8
+ color: theme.colors.text.light,
9
+ border: `1px solid ${theme.colors.primary.main}`
10
+ },
11
+ completed: {
12
+ background: theme.colors.success.main,
13
+ color: theme.colors.text.light,
14
+ border: `1px solid ${theme.colors.success.main}`
15
+ },
16
+ disabled: {
17
+ background: backgroundColor,
18
+ color: theme.colors.primary.main,
19
+ border: `1px solid ${theme.colors.primary.main}`
20
+ }
21
+ });
22
+ const Circle = styled.div`
23
+ box-sizing: content-box;
24
+ width: 40px;
25
+ height: 40px;
26
+ border-radius: 50%;
27
+ position: relative;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ border: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].border};
32
+ justify-content: center;
33
+ background-color: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].background};
34
+ color: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].color};
35
+ &:after {
36
+ content: '';
37
+ width: 42px;
38
+ height: 42px;
39
+ border-radius: 50%;
40
+ top: -11px;
41
+ left: -11px;
42
+ position: absolute;
43
+ z-index: 2;
44
+ border: ${({ backgroundColor }) => `10px solid ${backgroundColor}`};
45
+ }
46
+ `;
47
+ const CircleText = styled.div`
48
+ display: flex;
49
+ font-size: 1.25rem;
50
+ line-height: 1;
51
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontAlternativeFamily};
52
+ font-weight: ${({ theme: theme2 }) => theme2.typography.fontAlternativeBoldWeight};
53
+ width: 100%;
54
+ height: 100%;
55
+ align-items: center;
56
+ justify-content: center;
57
+ `;
58
+ const IconWrapper = styled.div`
59
+ width: 14px;
60
+ height: 14px;
61
+ display: flex;
62
+ & svg {
63
+ fill: ${({ theme: theme2 }) => theme2.colors.text.light};
64
+ width: 100%;
65
+ }
66
+ `;
67
+ const StepCircle = ({
68
+ state,
69
+ step,
70
+ backgroundColor = theme.colors.background.light,
71
+ ...props
72
+ }) => /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Circle, {
73
+ className: state,
74
+ state,
75
+ ...props,
76
+ backgroundColor
77
+ }, /* @__PURE__ */ React.createElement(CircleText, {
78
+ as: "div"
79
+ }, state === "completed" ? /* @__PURE__ */ React.createElement(IconWrapper, null, /* @__PURE__ */ React.createElement(CheckIcon, {
80
+ className: ""
81
+ })) : /* @__PURE__ */ React.createElement("span", {
82
+ className: "step-content-text"
83
+ }, step))));
84
+
85
+ export { StepCircle as default };
@@ -0,0 +1,43 @@
1
+ import { cloneElement } from 'react';
2
+ import styled from 'styled-components';
3
+ import theme from '../../theme.js';
4
+
5
+ const Wrapper = styled.div`
6
+ min-height: 4rem;
7
+ padding: 10px 0;
8
+ display: ${({ orientation }) => orientation === "horizontal" ? "flex" : "block"};
9
+ justify-content: space-between;
10
+ background-color: ${({ backgroundColor }) => backgroundColor};
11
+ `;
12
+ const cloneChild = (child, newProps) => {
13
+ return cloneElement(child, newProps);
14
+ };
15
+ const InlineStepper = ({
16
+ children,
17
+ activeStep = 0,
18
+ orientation = "horizontal",
19
+ backgroundColor = theme.colors.background.light,
20
+ ...props
21
+ }) => {
22
+ const childrenArray = Array.isArray(children) ? children : [children];
23
+ const steps = childrenArray.map((child, index) => {
24
+ var _a;
25
+ const newProps = {
26
+ active: index === activeStep,
27
+ step: index + 1,
28
+ completed: index < activeStep,
29
+ disabled: index > activeStep,
30
+ children: (_a = child == null ? void 0 : child.props) == null ? void 0 : _a.children,
31
+ orientation,
32
+ backgroundColor
33
+ };
34
+ return cloneChild(child, newProps);
35
+ });
36
+ return /* @__PURE__ */ React.createElement(Wrapper, {
37
+ ...props,
38
+ orientation,
39
+ backgroundColor
40
+ }, steps);
41
+ };
42
+
43
+ export { InlineStepper };
@@ -0,0 +1,12 @@
1
+ const Bacon = ({ color = "black" }) => /* @__PURE__ */ React.createElement("svg", {
2
+ xmlns: "http://www.w3.org/2000/svg",
3
+ x: "0",
4
+ y: "0",
5
+ viewBox: "0 0 1000 1000",
6
+ fill: color
7
+ }, /* @__PURE__ */ React.createElement("title", null, "Bacon"), /* @__PURE__ */ React.createElement("path", {
8
+ d: "M7204.2 5021.9c-224.4-46.1-422.8-204.4-537-430.8-32.1-66.1-98.2-226.4-144.3-358.7-128.3-368.7-210.4-521-362.7-677.3-210.4-214.4-458.9-312.6-903.8-354.7-364.7-36.1-527-90.2-659.3-222.4-104.2-104.2-150.3-246.5-188.4-585.1-16-162.3-44.1-332.6-62.1-378.7-100.2-284.5-320.6-410.8-799.5-456.9-342.7-32.1-515-98.2-637.2-242.5-100.2-116.2-132.3-224.4-164.3-569.1-38.1-424.8-88.2-545.1-268.5-667.3C2354.8-3.8 2220.6-39.9 1899.9-76c-148.3-18-328.6-50.1-402.8-72.1C1040.3-288.4 647.5-633 401-1108c-158.3-306.6-252.5-605.2-292.6-921.8-24-196.4 4-396.8 72.1-511 26-44.1 529-559.1 1116.2-1144.2 1004-1001.9 1074.1-1068 1176.3-1100.1 232.5-76.1 537 0 719.4 176.3 138.3 134.3 214.4 282.6 342.7 663.3 64.1 194.4 148.3 404.8 186.4 466.9 166.3 278.5 484.9 438.8 967.9 486.9 474.9 48.1 629.2 96.2 773.5 240.5 122.2 122.2 152.3 218.4 188.3 617.2 22.1 246.5 38.1 328.6 78.2 410.8 120.2 248.5 274.5 328.7 753.4 384.7 290.6 34.1 454.9 82.2 561.1 166.3 158.3 130.3 208.4 264.5 238.5 655.3 12 144.3 34.1 306.6 50.1 360.7 78.1 256.5 276.5 386.8 657.3 430.9 312.6 36.1 515 78.1 675.3 140.3 450.9 174.3 843.6 593.1 1066 1132.2 132.3 320.6 168.3 486.9 168.3 781.5-2 436.8 82.1 322.6-1140.2 1549-821.6 823.6-1066 1058.1-1144.2 1096.1-116.3 56.1-282.6 76.2-410.8 48.1zm356.7-527l130.3-126.3-70.1-118.2c-40.1-64.1-132.2-250.5-204.4-412.8-220.4-495-340.7-685.3-567.1-897.7-248.5-236.4-551.1-358.7-997.9-400.8-400.8-38.1-585.1-130.3-691.3-346.7-50.1-104.2-66.1-172.3-90.2-404.8-56.1-497-130.2-651.3-376.7-769.5-122.2-60.1-186.4-74.2-611.2-130.3-362.7-48.1-563.1-188.4-633.2-438.8-16-58.1-40.1-222.4-52.1-368.7-34.1-426.8-100.2-569.1-314.6-681.3-144.3-74.1-236.5-98.2-511-126.2-513-52.1-843.6-204.4-1160.2-535-172.3-180.4-288.6-348.7-400.8-583.1-90.2-188.4-188.4-472.9-208.4-611.2-8-52.1-22-98.2-30.1-104.2-8-4-72.1 50.1-140.3 122.3l-126.2 130.2 12 174.3c20 326.7 154.3 721.4 340.7 999.9 266.5 400.8 643.2 617.2 1142.2 655.3 615.2 48.1 983.9 316.6 1106.1 803.6 16 66.1 38.1 234.5 50.1 372.7 10 140.3 28.1 276.5 38.1 304.6 28.1 74.2 118.2 114.2 318.6 138.3 478.9 56.1 633.2 100.2 841.6 236.5 204.4 132.3 352.7 354.7 414.8 629.2 14 66.1 38.1 222.4 50.1 346.7 28.1 288.6 46.1 342.7 134.3 380.7 40.1 16 194.4 42.1 346.7 58.1 887.7 92.2 1300.5 422.8 1599.1 1270.4 108.2 308.6 134.3 364.7 198.4 440.9 66.1 78.1 150.3 118.2 254.5 120.2 67.9-.1 91.9-14.1 208.2-128.3zm1466.8-1563c-22-34.1-64.1-162.3-98.2-284.6-82.1-304.6-132.2-428.8-224.4-567.1-248.5-372.7-697.4-597.2-1498.9-753.5-288.5-56.1-382.7-94.2-480.9-192.4-128.3-126.2-182.4-290.5-232.5-703.3-70.1-577.1-188.4-721.4-611.2-747.5-623.2-40.1-923.8-214.4-1090.1-633.2-28.1-70.1-84.2-254.5-122.2-408.8-82.2-332.6-160.3-503-274.5-599.1-106.2-92.2-218.4-128.3-472.9-152.3-226.4-22-452.9-88.2-625.2-184.4-398.8-222.4-791.5-685.3-1076.1-1268.5-68.1-142.3-126.2-272.5-126.2-284.6 0-46.1-30.1-28-146.3 90.2L1831.9-3639l64.1 98.2c36.1 52.1 136.3 258.5 222.4 456.9 246.5 567.1 380.7 779.5 601.2 949.8 248.5 190.4 503 274.5 977.9 324.6 328.6 32.1 466.9 82.2 607.2 216.4 110.2 106.2 152.3 240.5 184.4 593.2 38.1 400.8 64.1 484.9 194.4 605.2 134.3 128.2 264.5 172.3 637.2 216.4 306.6 36.1 432.9 74.2 545.1 158.3 174.3 132.3 224.4 264.5 256.5 665.3 26 344.7 62.1 452.9 190.4 583.1 130.3 132.3 256.5 180.3 589.2 218.4 140.3 16 308.6 44.1 374.7 60.1 621.2 162.3 1120.2 755.5 1370.7 1633.2 24.1 82.2 48.1 162.3 52.1 178.3 6 20 68.1-28.1 186.4-146.3l178.3-176.3-36.4-63.9zm404.8-314.6c22-28.1 48.1-110.2 60.1-182.4 58.1-336.6-176.3-951.8-489-1288.5-242.5-260.5-505-392.8-853.6-432.8-460.9-52.1-639.2-104.2-845.6-242.5-68.1-44.1-158.3-128.2-200.4-184.4C6961.7 98.3 6913.6-58 6875.6-468.8c-16-162.3-38.1-314.6-52.1-338.7-36.1-68.1-134.3-96.2-430.8-130.3-539-60.1-835.6-218.4-1005.9-543-84.2-156.3-122.2-322.6-146.3-637.2-34.1-420.8 0-394.8-671.3-472.9-565.1-66.1-979.9-302.6-1208.3-691.3-48.1-82.1-132.3-288.6-202.4-499-68.1-196.4-138.3-384.7-160.3-420.8-88.2-142.3-244.5-230.4-358.7-202.4-54.1 14-144.3 84.2-144.3 114.2 0 8 28.1 62.1 64.1 118.2 34.1 58.1 138.3 274.5 228.4 484.9 218.4 497 318.6 663.3 529 875.7 296.6 298.6 631.2 432.8 1172.3 472.9 226.4 16 290.6 40.1 346.7 132.2 56.1 90.2 78.2 186.4 126.3 527 22 162.3 62.1 364.7 88.2 448.9C5192.3-779.3 5488.9-607 6116.1-607c228.4 0 268.5 6 346.7 46.1 96.2 48.1 168.3 138.3 200.4 252.5 12 40.1 38.1 194.4 60.1 342.7 22 148.3 58.1 330.7 82.1 402.8 82.2 264.5 270.5 428.8 557.1 488.9 561.1 116.2 761.5 184.4 1028 342.7 302.6 182.4 609.2 517 775.5 845.6 72.1 144.3 182.3 460.9 182.3 525 0 54.1 34.1 44.1 84.2-22z",
9
+ transform: "matrix(.1 0 0 -.1 0 511)"
10
+ }));
11
+
12
+ export { Bacon as default };
@@ -0,0 +1,48 @@
1
+ import styled from 'styled-components';
2
+ import { BodyText } from '../../typography/BodyText/index.js';
3
+ import { TinyTitle } from '../../typography/Heading/index.js';
4
+ import '../../shared/media-queries.js';
5
+
6
+ const ListItemWrapper = styled.li`
7
+ display: flex;
8
+ flex-direction: column;
9
+ padding-bottom: 20px;
10
+ &:last-child {
11
+ padding-bottom: 0;
12
+ }
13
+ `;
14
+ const TitleWrapper = styled.div`
15
+ display: flex;
16
+ align-items: center;
17
+ margin: 0;
18
+ `;
19
+ const Title = styled(TinyTitle)`
20
+ margin: 0;
21
+ `;
22
+ const Icon = styled.div`
23
+ display: flex;
24
+ align-items: center;
25
+ margin-right: 24px;
26
+ svg {
27
+ width: 30px;
28
+ height: 100%;
29
+ }
30
+ `;
31
+ const Content = styled.div`
32
+ padding-left: ${({ hasIcon }) => hasIcon ? "54px" : 0};
33
+ `;
34
+ const ListItem = ({
35
+ title,
36
+ text,
37
+ icon,
38
+ component: Component = "li",
39
+ children,
40
+ ...props
41
+ }) => /* @__PURE__ */ React.createElement(ListItemWrapper, {
42
+ as: Component,
43
+ ...props
44
+ }, /* @__PURE__ */ React.createElement(TitleWrapper, null, icon && /* @__PURE__ */ React.createElement(Icon, null, icon), /* @__PURE__ */ React.createElement(Title, null, title)), /* @__PURE__ */ React.createElement(Content, {
45
+ hasIcon: Boolean(icon)
46
+ }, /* @__PURE__ */ React.createElement(BodyText, null, text, children)));
47
+
48
+ export { ListItem as default };
@@ -0,0 +1,31 @@
1
+ const LogoEn = () => /* @__PURE__ */ React.createElement("svg", {
2
+ viewBox: "0 0 622 223",
3
+ fill: "none",
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ "aria-labelledby": "kvdlogo-en"
6
+ }, /* @__PURE__ */ React.createElement("title", {
7
+ id: "kvdlogo-en"
8
+ }, "kvdcars.com"), /* @__PURE__ */ React.createElement("path", {
9
+ d: "M563.63 130.23C561.82 127.17 559.53 124.57 556.81 122.52C554.18 120.54 551.29 118.87 548.23 117.57C545.36 116.35 542.64 115.15 540.14 113.99C537.8 112.9 535.83 111.71 534.29 110.44C533.08 109.44 532.52 108.24 532.52 106.67C532.52 105.1 533 103.96 534.02 103.11C535.07 102.24 536.56 101.77 538.46 101.73L561.94 109.52V87.83L560.57 87.35C556.81 86.02 553.15 84.93 549.69 84.12C546.16 83.29 542.26 82.86 538.12 82.86C533.98 82.86 530.19 83.43 526.85 84.55C523.47 85.69 520.55 87.34 518.16 89.44C515.76 91.56 513.88 94.13 512.56 97.09C511.24 100.04 510.58 103.34 510.58 106.9C510.58 111.77 511.52 115.84 513.38 118.99C515.2 122.07 517.48 124.61 520.18 126.56C522.79 128.44 525.66 130 528.73 131.18C531.61 132.3 534.3 133.42 536.71 134.52C539.01 135.57 540.96 136.75 542.49 138.01C543.7 139.01 544.26 140.31 544.26 142.11C544.26 144.1 543.67 145.47 542.4 146.43C541.05 147.45 539.09 147.99 536.59 148.04L511.34 139.22V161.63L512.59 162.16C515.97 163.59 519.84 164.8 524.09 165.77C528.38 166.75 532.95 167.24 537.67 167.24C541.8 167.24 545.64 166.67 549.08 165.55C552.56 164.42 555.62 162.77 558.18 160.64C560.78 158.48 562.82 155.81 564.26 152.7C565.69 149.6 566.42 146.03 566.42 142.1C566.44 137.37 565.49 133.38 563.63 130.23Z",
10
+ fill: "#1A2030"
11
+ }), /* @__PURE__ */ React.createElement("path", {
12
+ d: "M124.01 84.33H99.02L77.58 114.92V56.04H55.16V166.56H77.58V132.24L101.06 166.56H127.94L96.57 123.5L124.01 84.33Z",
13
+ fill: "#1A2030"
14
+ }), /* @__PURE__ */ React.createElement("path", {
15
+ d: "M235.3 144.12C224.78 144.12 216.25 135.59 216.25 125.07C216.25 114.55 224.78 106.02 235.3 106.02C245.83 106.02 254.35 114.55 254.35 125.07C254.35 135.59 245.82 144.12 235.3 144.12ZM255.53 88.9C249.48 85.46 242.49 83.5 235.04 83.5C212.11 83.5 193.52 102.09 193.52 125.02C193.52 147.95 212.11 166.54 235.04 166.54C242.49 166.54 249.49 164.58 255.53 161.14V166.56H277.95V56.04H255.53V88.9Z",
16
+ fill: "#1A2030"
17
+ }), /* @__PURE__ */ React.createElement("path", {
18
+ d: "M175.62 84.33L161.08 131.23L146.54 84.33H124.32L149.81 166.56H150.13H172.04H172.35L197.84 84.33H175.62Z",
19
+ fill: "#1A2030"
20
+ }), /* @__PURE__ */ React.createElement("path", {
21
+ d: "M411.58 144.12C401.06 144.12 392.53 135.59 392.53 125.07C392.53 114.55 401.06 106.02 411.58 106.02C422.1 106.02 430.63 114.55 430.63 125.07C430.63 135.59 422.11 144.12 411.58 144.12ZM411.31 83.5C388.38 83.5 369.79 102.08 369.79 125.01C369.79 147.94 388.38 166.53 411.31 166.53C418.86 166.53 425.94 164.52 432.04 161V166.55H454.46V84.33H432.04V89.03C425.94 85.52 418.86 83.5 411.31 83.5Z",
22
+ fill: "#1A2030"
23
+ }), /* @__PURE__ */ React.createElement("path", {
24
+ d: "M342.97 130.89C340.51 138.56 333.32 144.12 324.83 144.12C314.3 144.12 305.78 135.59 305.78 125.07C305.78 114.55 314.31 106.02 324.83 106.02C333.59 106.02 340.95 111.94 343.18 120H366.04C363.56 99.44 346.06 83.5 324.84 83.5C301.91 83.5 283.33 102.09 283.33 125.01C283.33 147.94 301.9 166.52 324.84 166.52C345.77 166.52 363.08 151.02 365.93 130.88H342.97V130.89Z",
25
+ fill: "#1A2030"
26
+ }), /* @__PURE__ */ React.createElement("path", {
27
+ d: "M505.29 83.5C498.52 83.5 492.15 85.14 486.5 88.01V84.33H464.08V166.55H486.5V161.92V125.07H486.51C486.51 114.55 495.04 106.02 505.56 106.02C505.95 106.02 506.34 106.06 506.72 106.08V83.55C506.25 83.53 505.77 83.5 505.29 83.5Z",
28
+ fill: "#1A2030"
29
+ }));
30
+
31
+ export { LogoEn as default };
@@ -0,0 +1,31 @@
1
+ const LogoSv = () => /* @__PURE__ */ React.createElement("svg", {
2
+ viewBox: "0 0 492 223",
3
+ fill: "none",
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ "aria-labelledby": "kvdlogo-sv"
6
+ }, /* @__PURE__ */ React.createElement("title", {
7
+ id: "kvdlogo-sv"
8
+ }, "kvd.se"), /* @__PURE__ */ React.createElement("path", {
9
+ d: "M124.94 84.11H99.78L78.2 114.91V55.63H55.63V166.89H78.2V132.34L101.83 166.89H128.89L97.32 123.54L124.94 84.11Z",
10
+ fill: "#1A2030"
11
+ }), /* @__PURE__ */ React.createElement("path", {
12
+ d: "M393.79 87.26C389.7 87.26 385.88 86.1 382.64 84.1H382.51V166.88H405.08V84.1H404.95C401.69 86.1 397.87 87.26 393.79 87.26Z",
13
+ fill: "#1A2030"
14
+ }), /* @__PURE__ */ React.createElement("path", {
15
+ d: "M436.21 55.59H413.64V166.89H436.21V55.59Z",
16
+ fill: "#1A2030"
17
+ }), /* @__PURE__ */ React.createElement("path", {
18
+ d: "M393.79 49.9C384.96 49.9 377.77 57.09 377.77 65.92C377.77 74.75 384.95 81.94 393.79 81.94C402.63 81.94 409.81 74.76 409.81 65.92C409.8 57.09 402.62 49.9 393.79 49.9ZM393.79 72.85C389.97 72.85 386.86 69.74 386.86 65.92C386.86 62.1 389.97 58.99 393.79 58.99C397.61 58.99 400.72 62.1 400.72 65.92C400.72 69.74 397.61 72.85 393.79 72.85Z",
19
+ fill: "#1A2030"
20
+ }), /* @__PURE__ */ React.createElement("path", {
21
+ d: "M336.08 83.27C328.48 83.27 321.36 85.3 315.22 88.84V55.63H292.65V166.89H315.22V161.3C321.36 164.84 328.49 166.87 336.08 166.87C359.16 166.87 377.88 148.16 377.88 125.07C377.87 101.98 359.16 83.27 336.08 83.27ZM335.81 144.3C325.22 144.3 316.63 135.71 316.63 125.12C316.63 114.53 325.22 105.94 335.81 105.94C346.4 105.94 354.99 114.53 354.99 125.12C354.99 135.71 346.4 144.3 335.81 144.3Z",
22
+ fill: "#1A2030"
23
+ }), /* @__PURE__ */ React.createElement("path", {
24
+ d: "M257.34 88.71C251.25 85.25 244.21 83.27 236.71 83.27C213.62 83.27 194.91 101.98 194.91 125.07C194.91 148.15 213.62 166.87 236.71 166.87C244.21 166.87 251.25 164.89 257.34 161.43V166.89H279.91V55.63H257.34V88.71ZM236.98 144.3C226.39 144.3 217.8 135.71 217.8 125.12C217.8 114.53 226.39 105.94 236.98 105.94C247.57 105.94 256.16 114.53 256.16 125.12C256.16 135.71 247.57 144.3 236.98 144.3Z",
25
+ fill: "#1A2030"
26
+ }), /* @__PURE__ */ React.createElement("path", {
27
+ d: "M176.9 84.11L162.26 131.32L147.62 84.11H125.25L150.92 166.89H151.23H173.29H173.6L199.27 84.11H176.9Z",
28
+ fill: "#1A2030"
29
+ }));
30
+
31
+ export { LogoSv as default };
@@ -0,0 +1,23 @@
1
+ import styled from 'styled-components';
2
+ import LogoSv from './LogoSv.js';
3
+ import LogoEn from './LogoEn.js';
4
+
5
+ const getWidth = (locale, width) => {
6
+ if (width) {
7
+ return width;
8
+ }
9
+ return locale === "en" ? 175 : 132;
10
+ };
11
+ const LogoContainer = styled.div`
12
+ width: ${({ width }) => width}px;
13
+ `;
14
+ const Logo = ({ locale, width }) => {
15
+ const Logo2 = locale === "en" ? LogoEn : LogoSv;
16
+ const containerWidth = getWidth(locale, width);
17
+ return /* @__PURE__ */ React.createElement(LogoContainer, {
18
+ width: containerWidth,
19
+ "data-testid": `logo-${locale}`
20
+ }, /* @__PURE__ */ React.createElement(Logo2, null));
21
+ };
22
+
23
+ export { Logo, Logo as default };
@@ -0,0 +1,90 @@
1
+ import styled from 'styled-components';
2
+ import theme from '../../theme.js';
3
+
4
+ const fontSizes = {
5
+ 1: {
6
+ size: "2rem",
7
+ lineHeight: "3rem",
8
+ bottom: "2rem",
9
+ fontFamily: theme.typography.fontAlternativeFamily
10
+ },
11
+ 2: {
12
+ size: "1.5rem",
13
+ lineHeight: "2.5rem",
14
+ bottom: "1rem",
15
+ fontFamily: theme.typography.fontAlternativeFamily
16
+ },
17
+ 3: {
18
+ size: "1rem",
19
+ lineHeight: "1.5rem",
20
+ bottom: "1rem",
21
+ fontFamily: theme.typography.fontBaseFamily
22
+ }
23
+ };
24
+ const Wrapper = styled.li`
25
+ list-style-type: none;
26
+ display: flex;
27
+ flex-direction: column;
28
+ ${({ hasPreamble }) => hasPreamble && "grid-column-end: span 2"};
29
+
30
+ :hover {
31
+ cursor: pointer;
32
+ }
33
+ `;
34
+ const BaseText = styled.span`
35
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontAlternativeFamily};
36
+ font-weight: ${({ theme: theme2 }) => theme2.typography.fontAlternativeRegularWeight};
37
+ `;
38
+ const TextContainer = styled.div`
39
+ display: flex;
40
+ flex-direction: column;
41
+ padding-bottom: ${({ level }) => fontSizes[level].bottom};
42
+ `;
43
+ const Text = styled(BaseText)`
44
+ color: ${({ theme: theme2 }) => theme2.colors.text.dark};
45
+ font-size: ${({ level }) => fontSizes[level].size};
46
+ line-height: ${({ level }) => fontSizes[level].lineHeight};
47
+ font-family: ${({ level }) => fontSizes[level].fontFamily};
48
+
49
+ ${({ level, theme: theme2 }) => level === 3 && `font-weight: ${theme2.typography.fontAlternativeRegularWeight}`};
50
+ `;
51
+ const Title = styled(BaseText)`
52
+ font-size: 0.75rem;
53
+ font-weight: ${({ theme: theme2 }) => theme2.typography.fontAlternativeBoldWeight};
54
+ line-height: 1.25rem;
55
+ color: ${({ theme: theme2 }) => theme2.colors.text.dark};
56
+ text-transform: uppercase;
57
+ margin-bottom: 1.5rem;
58
+ `;
59
+ const Preamble = styled(BaseText)`
60
+ font-size: 0.8125rem;
61
+ font-weight: ${({ theme: theme2 }) => theme2.typography.fontBaseRegularWeight};
62
+ line-height: 1.5rem;
63
+ font-family: ${({ theme: theme2 }) => theme2.typography.fontBaseFamily};
64
+ color: ${({ theme: theme2 }) => theme2.colors.text.dark};
65
+ margin-top: ${({ level }) => level === 3 ? "0.25rem" : 0};
66
+ `;
67
+ const MenuItem = ({
68
+ preamble,
69
+ title,
70
+ level,
71
+ component: Component = "li",
72
+ children,
73
+ ...props
74
+ }) => {
75
+ const hasPreamble = Boolean(preamble);
76
+ return /* @__PURE__ */ React.createElement(Wrapper, {
77
+ as: Component,
78
+ ...props,
79
+ hasPreamble
80
+ }, title && /* @__PURE__ */ React.createElement(Title, null, title), /* @__PURE__ */ React.createElement(TextContainer, {
81
+ level
82
+ }, /* @__PURE__ */ React.createElement(Text, {
83
+ level,
84
+ hasPreamble
85
+ }, children), preamble && /* @__PURE__ */ React.createElement(Preamble, {
86
+ level
87
+ }, preamble)));
88
+ };
89
+
90
+ export { MenuItem, MenuItem as default };
@@ -0,0 +1,128 @@
1
+ import { useEffect } from 'react';
2
+ import { createPortal } from 'react-dom';
3
+ import { CSSTransition } from 'react-transition-group';
4
+ import styled, { css, createGlobalStyle } from 'styled-components';
5
+ import Close from '../Icons/Close.js';
6
+
7
+ const transitions = css`
8
+ .backgroundTransition-enter {
9
+ opacity: 0;
10
+ }
11
+
12
+ .backgroundTransition-enter.backgroundTransition-enter-active {
13
+ opacity: 1;
14
+ transition: opacity 0.25s ease-in-out;
15
+ }
16
+
17
+ .backgroundTransition-exit {
18
+ opacity: 1;
19
+ }
20
+
21
+ .backgroundTransition-exit.backgroundTransition-exit-active {
22
+ opacity: 0;
23
+ transition: opacity 0.25s ease-in-out;
24
+ }
25
+ `;
26
+ const Container = styled.div`
27
+ ${transitions}
28
+ position: fixed;
29
+ width: 100%;
30
+ height: 100%;
31
+ top: 0;
32
+ left: 0;
33
+ z-index: 200;
34
+ `;
35
+ const Background = styled.div`
36
+ z-index: -1;
37
+ position: absolute;
38
+ width: 100%;
39
+ height: 100%;
40
+ background-color: rgba(34, 34, 34, 0.3);
41
+ `;
42
+ const Content = styled.div`
43
+ position: relative;
44
+ max-width: 512px;
45
+ padding: 24px 32px 24px 32px;
46
+ background-color: white;
47
+ border-radius: 3px;
48
+ box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.1), 0px 9px 46px rgba(0, 0, 0, 0.09),
49
+ 0px 11px 15px rgba(0, 0, 0, 0.15);
50
+
51
+ overflow-y: hidden;
52
+ margin: 1rem;
53
+ margin-top: 50vh;
54
+ transform: translate(0, -50%);
55
+ margin-left: 1rem;
56
+ margin-right: 1rem;
57
+
58
+ @media (min-width: 500px) {
59
+ margin-left: auto;
60
+ margin-right: auto;
61
+ min-width: 355px;
62
+ }
63
+ `;
64
+ const CloseContainer = styled.div`
65
+ position: absolute;
66
+ top: 24px;
67
+ right: 32px;
68
+
69
+ :hover {
70
+ cursor: pointer;
71
+ }
72
+
73
+ svg {
74
+ width: 1rem;
75
+ height: 1rem;
76
+ }
77
+ `;
78
+ const BodyStyleInjector = createGlobalStyle`
79
+ body {
80
+ overflow: hidden;
81
+
82
+ ${typeof window !== "undefined" && window.innerWidth > 1024 && `
83
+ padding-right: 15px !important;
84
+ `}
85
+ }
86
+ `;
87
+ const Transitions = createGlobalStyle`
88
+ ${transitions}
89
+ `;
90
+ const Modal = ({
91
+ children,
92
+ isOpen,
93
+ contentStyles,
94
+ withPortal = false,
95
+ onClose
96
+ }) => {
97
+ useEffect(() => {
98
+ const handleKeyDown = (event) => {
99
+ if (event.key === "Escape") {
100
+ if (isOpen) {
101
+ onClose();
102
+ }
103
+ }
104
+ };
105
+ window.addEventListener("keydown", handleKeyDown);
106
+ return () => {
107
+ window.removeEventListener("keydown", handleKeyDown);
108
+ };
109
+ }, [onClose, isOpen]);
110
+ const Component = /* @__PURE__ */ React.createElement(CSSTransition, {
111
+ in: isOpen,
112
+ mountOnEnter: true,
113
+ unmountOnExit: true,
114
+ timeout: 400,
115
+ classNames: "backgroundTransition"
116
+ }, /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Transitions, null), /* @__PURE__ */ React.createElement(Container, null, /* @__PURE__ */ React.createElement(Background, {
117
+ "data-testid": "background",
118
+ onClick: onClose
119
+ }), /* @__PURE__ */ React.createElement(Content, {
120
+ style: contentStyles
121
+ }, /* @__PURE__ */ React.createElement(CloseContainer, {
122
+ onClick: onClose,
123
+ "data-testid": "close"
124
+ }, /* @__PURE__ */ React.createElement(Close, null)), children), /* @__PURE__ */ React.createElement(BodyStyleInjector, null))));
125
+ return withPortal ? createPortal(Component, document.body) : Component;
126
+ };
127
+
128
+ export { Modal, Modal as default };
@@ -0,0 +1,31 @@
1
+ import styled from 'styled-components';
2
+ import { Badge } from '../Badge/index.js';
3
+ import { Button } from '../Button/index.js';
4
+ import '../../theme.js';
5
+ import '../Spinner/index.js';
6
+ import '../../typography/ButtonText/index.js';
7
+
8
+ const Container = styled.div`
9
+ position: relative;
10
+ display: inline-block;
11
+ `;
12
+ const StyledBadge = styled(Badge)`
13
+ position: absolute;
14
+ top: 0;
15
+ right: 0;
16
+ margin: -10px;
17
+ border: 2px solid white;
18
+ ${(props) => props.noPadding && `padding: 0;`}
19
+ `;
20
+ const NotificationButton = (props) => {
21
+ const count = props.badgeProps.notificationAmount || 0;
22
+ const noPadding = count < 10;
23
+ return /* @__PURE__ */ React.createElement(Container, null, /* @__PURE__ */ React.createElement(Button, {
24
+ ...props.buttonProps
25
+ }, props.children), /* @__PURE__ */ React.createElement(StyledBadge, {
26
+ ...props.badgeProps,
27
+ noPadding
28
+ }));
29
+ };
30
+
31
+ export { NotificationButton };
@@ -0,0 +1,61 @@
1
+ import React__default from 'react';
2
+ import { CSSTransition } from 'react-transition-group';
3
+ import styled from 'styled-components';
4
+
5
+ const defaultTransitionProps = {
6
+ classNames: "backgroundTransition",
7
+ timeout: {
8
+ enter: 400,
9
+ exit: 400
10
+ },
11
+ mountOnEnter: true,
12
+ unmountOnExit: true
13
+ };
14
+ const Background = styled.div`
15
+ position: fixed;
16
+ z-index: 1000;
17
+ width: 100%;
18
+ height: 100%;
19
+ top: 0;
20
+ right: 0;
21
+ background-color: rgba(0, 0, 0, 0.4);
22
+
23
+ &.backgroundTransition-enter {
24
+ opacity: 0;
25
+ }
26
+
27
+ &.backgroundTransition-enter.backgroundTransition-enter-active {
28
+ opacity: 1;
29
+ transition: opacity 0.2s ease-in-out;
30
+ }
31
+
32
+ &.backgroundTransition-exit {
33
+ opacity: 1;
34
+ }
35
+
36
+ &.backgroundTransition-exit.backgroundTransition-exit-active {
37
+ opacity: 0;
38
+ transition: opacity 0.2s ease-in-out;
39
+ }
40
+ `;
41
+ const Overlay = ({
42
+ className,
43
+ isOpen,
44
+ onClick,
45
+ transitionProps = defaultTransitionProps
46
+ }) => {
47
+ const handleClick = () => {
48
+ if (onClick) {
49
+ onClick();
50
+ }
51
+ };
52
+ return /* @__PURE__ */ React__default.createElement(CSSTransition, {
53
+ in: isOpen,
54
+ ...transitionProps,
55
+ className
56
+ }, /* @__PURE__ */ React__default.createElement(Background, {
57
+ onClick: handleClick
58
+ }));
59
+ };
60
+
61
+ export { Overlay as default };