@kvdbil/components 3.3.5-0 → 3.3.5-5

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 (901) hide show
  1. package/README.md +1 -1
  2. package/cjs/ColorCard.js +46 -0
  3. package/cjs/ElevationCard.js +29 -0
  4. package/cjs/Interfaces.js +2 -0
  5. package/cjs/Types.js +2 -0
  6. package/cjs/components/Accordion/index.js +95 -0
  7. package/cjs/components/Badge/index.js +69 -0
  8. package/cjs/components/Button/index.js +165 -0
  9. package/cjs/components/Card/index.js +27 -0
  10. package/cjs/components/CheckBox/index.js +85 -0
  11. package/cjs/components/Chip/index.js +78 -0
  12. package/cjs/components/DayPicker/DayPickerNavBar.js +46 -0
  13. package/cjs/components/DayPicker/index.js +64 -0
  14. package/cjs/components/DayPicker/localeUtils.js +60 -0
  15. package/cjs/components/Dialog/index.js +60 -0
  16. package/cjs/components/ErrorMessage/index.js +25 -0
  17. package/cjs/components/FieldLabel.js +61 -0
  18. package/cjs/components/Header/Hamburger.js +46 -0
  19. package/cjs/components/Header/Link.js +51 -0
  20. package/cjs/components/Header/index.js +92 -0
  21. package/cjs/components/Hero/index.js +51 -0
  22. package/cjs/components/Icon/index.js +97 -0
  23. package/cjs/components/IconButton.js +119 -0
  24. package/cjs/components/Icons/Arrow.js +9 -0
  25. package/cjs/components/Icons/CheckCircle.js +9 -0
  26. package/cjs/components/Icons/CheckIcon.js +9 -0
  27. package/cjs/components/Icons/Close.js +9 -0
  28. package/cjs/components/Icons/ErrorCircle.js +9 -0
  29. package/cjs/components/Icons/InfoCircle.js +9 -0
  30. package/cjs/components/InlineStepper/Step.js +93 -0
  31. package/cjs/components/InlineStepper/StepCircle.js +78 -0
  32. package/cjs/components/InlineStepper/index.js +42 -0
  33. package/cjs/components/ListItem/Bacon.js +9 -0
  34. package/cjs/components/ListItem/index.js +45 -0
  35. package/cjs/components/Logo/LogoEn.js +9 -0
  36. package/cjs/components/Logo/LogoSv.js +9 -0
  37. package/cjs/components/Logo/index.js +30 -0
  38. package/cjs/components/MenuItem/index.js +83 -0
  39. package/cjs/components/Modal/index.js +120 -0
  40. package/cjs/components/NotificationButton/index.js +35 -0
  41. package/cjs/components/OffCanvas/Overlay.js +58 -0
  42. package/cjs/components/OffCanvas/index.js +98 -0
  43. package/cjs/components/OffCanvas/useClickOutside.js +21 -0
  44. package/cjs/components/RadioButton/index.js +118 -0
  45. package/cjs/components/Range/index.js +69 -0
  46. package/cjs/components/Select/components/test-icon.js +9 -0
  47. package/cjs/components/Select/index.js +173 -0
  48. package/cjs/components/Snackbar/index.js +130 -0
  49. package/cjs/components/Spinner/index.js +55 -0
  50. package/cjs/components/Stepper/index.js +57 -0
  51. package/cjs/components/StepperAccordion/index.js +122 -0
  52. package/cjs/components/Tabs/index.js +51 -0
  53. package/cjs/components/TextArea/index.js +86 -0
  54. package/cjs/components/Textfield/index.js +95 -0
  55. package/cjs/components/TimePicker/index.js +36 -0
  56. package/cjs/components/TimePicker/testHelper.js +17 -0
  57. package/cjs/components/Toggle/index.js +72 -0
  58. package/cjs/icons/components/AccountCreateIcon.js +11 -0
  59. package/cjs/icons/components/AccountIcon.js +11 -0
  60. package/cjs/icons/components/AccountLoginIcon.js +11 -0
  61. package/cjs/icons/components/ArrowDownIcon.js +11 -0
  62. package/cjs/icons/components/ArrowLeftIcon.js +11 -0
  63. package/cjs/icons/components/ArrowLeftSharpIcon.js +11 -0
  64. package/cjs/icons/components/ArrowLeftSmallIcon.js +11 -0
  65. package/cjs/icons/components/ArrowLong.js +11 -0
  66. package/cjs/icons/components/ArrowRestartIcon.js +11 -0
  67. package/cjs/icons/components/ArrowRightIcon.js +11 -0
  68. package/cjs/icons/components/ArrowRightSharpIcon.js +11 -0
  69. package/cjs/icons/components/ArrowUpIcon.js +11 -0
  70. package/cjs/icons/components/AuctionIcon.js +11 -0
  71. package/cjs/icons/components/BackArrowIcon.js +11 -0
  72. package/cjs/icons/components/Baseline360Icon.js +11 -0
  73. package/cjs/icons/components/BellIcon.js +11 -0
  74. package/cjs/icons/components/BidIcon.js +11 -0
  75. package/cjs/icons/components/BidKrIcon.js +11 -0
  76. package/cjs/icons/components/BreaksIcon.js +11 -0
  77. package/cjs/icons/components/BuyCarIcon.js +11 -0
  78. package/cjs/icons/components/CabIcon.js +11 -0
  79. package/cjs/icons/components/CalendarIcon.js +11 -0
  80. package/cjs/icons/components/CameraIcon.js +11 -0
  81. package/cjs/icons/components/Car360Icon.js +11 -0
  82. package/cjs/icons/components/CarFrontIcon.js +11 -0
  83. package/cjs/icons/components/CarSearchIcon.js +11 -0
  84. package/cjs/icons/components/CarSideIcon.js +11 -0
  85. package/cjs/icons/components/CarTiresIcon.js +11 -0
  86. package/cjs/icons/components/CaravanIcon.js +11 -0
  87. package/cjs/icons/components/CardViewIcon.js +11 -0
  88. package/cjs/icons/components/CarloanIcon.js +11 -0
  89. package/cjs/icons/components/CertifiedIcon.js +11 -0
  90. package/cjs/icons/components/ChatIcon.js +11 -0
  91. package/cjs/icons/components/CheckIcon.js +11 -0
  92. package/cjs/icons/components/CheckThinIcon.js +11 -0
  93. package/cjs/icons/components/CheckmarkFilledIcon.js +11 -0
  94. package/cjs/icons/components/CheckmarkIcon.js +11 -0
  95. package/cjs/icons/components/ClipboardFilledIcon.js +11 -0
  96. package/cjs/icons/components/ClipboardIcon.js +11 -0
  97. package/cjs/icons/components/ClockFilledIcon.js +11 -0
  98. package/cjs/icons/components/ClockIcon.js +11 -0
  99. package/cjs/icons/components/CloseIcon.js +11 -0
  100. package/cjs/icons/components/CloseThinIcon.js +11 -0
  101. package/cjs/icons/components/CoffeeIcon.js +11 -0
  102. package/cjs/icons/components/CombiIcon.js +11 -0
  103. package/cjs/icons/components/CommentCircleFilledIcon.js +11 -0
  104. package/cjs/icons/components/CommentCircleIconIcon.js +11 -0
  105. package/cjs/icons/components/CommentIcon.js +11 -0
  106. package/cjs/icons/components/ContactIcon.js +11 -0
  107. package/cjs/icons/components/CoupeIcon.js +11 -0
  108. package/cjs/icons/components/CreditCardIcon.js +11 -0
  109. package/cjs/icons/components/CrossCircleIcon.js +11 -0
  110. package/cjs/icons/components/CrownIcon.js +11 -0
  111. package/cjs/icons/components/DealmakerIcon.js +11 -0
  112. package/cjs/icons/components/DeliveryIcon.js +11 -0
  113. package/cjs/icons/components/DetailedSearchIcon.js +11 -0
  114. package/cjs/icons/components/EcoFriendlyIcon.js +11 -0
  115. package/cjs/icons/components/EditIcon.js +11 -0
  116. package/cjs/icons/components/EngineIcon.js +11 -0
  117. package/cjs/icons/components/EnglandFlagIcon.js +11 -0
  118. package/cjs/icons/components/EvaluationIcon.js +11 -0
  119. package/cjs/icons/components/ExaminationMarkFilledIcon.js +11 -0
  120. package/cjs/icons/components/ExaminationMarkIcon.js +11 -0
  121. package/cjs/icons/components/ExteriorIcon.js +11 -0
  122. package/cjs/icons/components/EyeIcon.js +11 -0
  123. package/cjs/icons/components/FacebookBtnIcon.js +11 -0
  124. package/cjs/icons/components/FacebookIcon.js +11 -0
  125. package/cjs/icons/components/FatalIcon.js +11 -0
  126. package/cjs/icons/components/FavouriteIcon.js +11 -0
  127. package/cjs/icons/components/FavouriteSolidIcon.js +11 -0
  128. package/cjs/icons/components/FilterIcon.js +11 -0
  129. package/cjs/icons/components/FinanceIcon.js +11 -0
  130. package/cjs/icons/components/FindCarIcon.js +11 -0
  131. package/cjs/icons/components/FixedMonthlyCostIcon.js +11 -0
  132. package/cjs/icons/components/FlagIcon.js +11 -0
  133. package/cjs/icons/components/FlexibilityIcon.js +11 -0
  134. package/cjs/icons/components/ForumLargeIcon.js +11 -0
  135. package/cjs/icons/components/ForumSmallIcon.js +11 -0
  136. package/cjs/icons/components/GavelIcon.js +11 -0
  137. package/cjs/icons/components/GearboxIcon.js +11 -0
  138. package/cjs/icons/components/GiftIcon.js +11 -0
  139. package/cjs/icons/components/GridViewIcon.js +11 -0
  140. package/cjs/icons/components/GroupIcon.js +11 -0
  141. package/cjs/icons/components/GuaranteeIcon.js +11 -0
  142. package/cjs/icons/components/GuaranteeLargeIcon.js +11 -0
  143. package/cjs/icons/components/GuaranteeSmallIcon.js +11 -0
  144. package/cjs/icons/components/HalfCombiIcon.js +11 -0
  145. package/cjs/icons/components/HamburgerIcon.js +11 -0
  146. package/cjs/icons/components/HandshakeIcon.js +11 -0
  147. package/cjs/icons/components/HelpingHandIcon.js +11 -0
  148. package/cjs/icons/components/IdIcon.js +11 -0
  149. package/cjs/icons/components/InformationIcon.js +11 -0
  150. package/cjs/icons/components/InstagramIcon.js +11 -0
  151. package/cjs/icons/components/InsuranceIcon.js +11 -0
  152. package/cjs/icons/components/InteriorIcon.js +11 -0
  153. package/cjs/icons/components/InteriorThinIcon.js +11 -0
  154. package/cjs/icons/components/InternationalIcon.js +11 -0
  155. package/cjs/icons/components/KvdTestIcon.js +11 -0
  156. package/cjs/icons/components/KvdVenueIcon.js +11 -0
  157. package/cjs/icons/components/LifebuoyIcon.js +11 -0
  158. package/cjs/icons/components/LiftTruckIcon.js +11 -0
  159. package/cjs/icons/components/LinkedInIcon.js +11 -0
  160. package/cjs/icons/components/ListViewIcon.js +11 -0
  161. package/cjs/icons/components/MailIcon.js +11 -0
  162. package/cjs/icons/components/MinibusIcon.js +11 -0
  163. package/cjs/icons/components/MinivanIcon.js +11 -0
  164. package/cjs/icons/components/MobileIcon.js +11 -0
  165. package/cjs/icons/components/MotorcycleIcon.js +11 -0
  166. package/cjs/icons/components/MrfLogoIcon.js +11 -0
  167. package/cjs/icons/components/NotFoundIcon.js +11 -0
  168. package/cjs/icons/components/OverbidIcon.js +11 -0
  169. package/cjs/icons/components/PdfIconIcon.js +11 -0
  170. package/cjs/icons/components/PhoneIcon.js +11 -0
  171. package/cjs/icons/components/PickUpIcon.js +11 -0
  172. package/cjs/icons/components/PinIcon.js +11 -0
  173. package/cjs/icons/components/PlayIcon.js +11 -0
  174. package/cjs/icons/components/Pricetag.js +11 -0
  175. package/cjs/icons/components/PricetagFilledKronaIcon.js +11 -0
  176. package/cjs/icons/components/PrivateCarIcon.js +11 -0
  177. package/cjs/icons/components/ProfileCircleIcon.js +11 -0
  178. package/cjs/icons/components/ProfileIcon.js +11 -0
  179. package/cjs/icons/components/RadioIcon.js +11 -0
  180. package/cjs/icons/components/ReclamationIcon.js +11 -0
  181. package/cjs/icons/components/ReleasingIcon.js +11 -0
  182. package/cjs/icons/components/RemoveFilterIcon.js +11 -0
  183. package/cjs/icons/components/ReservedPriceIcon.js +11 -0
  184. package/cjs/icons/components/ResultIcon.js +11 -0
  185. package/cjs/icons/components/SafePaymentIcon.js +11 -0
  186. package/cjs/icons/components/SaleTagIcon.js +11 -0
  187. package/cjs/icons/components/SearchCheckIcon.js +11 -0
  188. package/cjs/icons/components/SearchIcon.js +11 -0
  189. package/cjs/icons/components/SedanIcon.js +11 -0
  190. package/cjs/icons/components/SellCarIcon.js +11 -0
  191. package/cjs/icons/components/SellCarsIcon.js +11 -0
  192. package/cjs/icons/components/ServiceIcon.js +11 -0
  193. package/cjs/icons/components/ShareIcon.js +11 -0
  194. package/cjs/icons/components/ShieldIcon.js +11 -0
  195. package/cjs/icons/components/SignInIcon.js +11 -0
  196. package/cjs/icons/components/SignOutIcon.js +11 -0
  197. package/cjs/icons/components/SpeedMeterIcon.js +11 -0
  198. package/cjs/icons/components/StarCircleIcon.js +11 -0
  199. package/cjs/icons/components/StartIcon.js +11 -0
  200. package/cjs/icons/components/StoreIcon.js +11 -0
  201. package/cjs/icons/components/SuvIcon.js +11 -0
  202. package/cjs/icons/components/SwedenFlag.js +11 -0
  203. package/cjs/icons/components/TankIcon.js +11 -0
  204. package/cjs/icons/components/TireIcon.js +11 -0
  205. package/cjs/icons/components/TransportIcon.js +11 -0
  206. package/cjs/icons/components/TrashcanIcon.js +11 -0
  207. package/cjs/icons/components/TrophyIcon.js +11 -0
  208. package/cjs/icons/components/TruckIcon.js +11 -0
  209. package/cjs/icons/components/UmbrellaIcon.js +11 -0
  210. package/cjs/icons/components/ValuationIcon.js +11 -0
  211. package/cjs/icons/components/ValueIcon.js +11 -0
  212. package/cjs/icons/components/WarningIcon.js +11 -0
  213. package/cjs/icons/components/YoutubeIcon.js +11 -0
  214. package/cjs/icons/components/index.js +320 -0
  215. package/cjs/index.js +439 -0
  216. package/cjs/shared/constants.js +7 -0
  217. package/cjs/shared/helpers.js +28 -0
  218. package/cjs/shared/helpers.spec.js +42 -0
  219. package/cjs/shared/media-queries.js +41 -0
  220. package/cjs/theme.js +125 -0
  221. package/cjs/typography/BodyText/index.js +67 -0
  222. package/cjs/typography/ButtonText/index.js +49 -0
  223. package/cjs/typography/Heading/index.js +93 -0
  224. package/cjs/utils/utils.js +37 -0
  225. package/esm/ColorCard.js +38 -0
  226. package/esm/ElevationCard.js +21 -0
  227. package/{Interfaces.js → esm/Interfaces.js} +0 -0
  228. package/{Types.js → esm/Types.js} +0 -0
  229. package/esm/components/Accordion/index.js +86 -0
  230. package/esm/components/Badge/index.js +60 -0
  231. package/esm/components/Button/index.js +156 -0
  232. package/esm/components/Card/index.js +18 -0
  233. package/esm/components/CheckBox/index.js +76 -0
  234. package/esm/components/Chip/index.js +69 -0
  235. package/esm/components/DayPicker/DayPickerNavBar.js +38 -0
  236. package/esm/components/DayPicker/index.js +54 -0
  237. package/esm/components/DayPicker/localeUtils.js +52 -0
  238. package/esm/components/Dialog/index.js +51 -0
  239. package/esm/components/ErrorMessage/index.js +16 -0
  240. package/esm/components/FieldLabel.js +53 -0
  241. package/esm/components/Header/Hamburger.js +38 -0
  242. package/esm/components/Header/Link.js +43 -0
  243. package/esm/components/Header/index.js +83 -0
  244. package/esm/components/Hero/index.js +42 -0
  245. package/esm/components/Icon/index.js +89 -0
  246. package/esm/components/IconButton.js +111 -0
  247. package/esm/components/Icons/Arrow.js +5 -0
  248. package/esm/components/Icons/CheckCircle.js +5 -0
  249. package/esm/components/Icons/CheckIcon.js +5 -0
  250. package/esm/components/Icons/Close.js +5 -0
  251. package/esm/components/Icons/ErrorCircle.js +5 -0
  252. package/esm/components/Icons/InfoCircle.js +5 -0
  253. package/esm/components/InlineStepper/Step.js +84 -0
  254. package/esm/components/InlineStepper/StepCircle.js +70 -0
  255. package/esm/components/InlineStepper/index.js +34 -0
  256. package/esm/components/ListItem/Bacon.js +5 -0
  257. package/esm/components/ListItem/index.js +37 -0
  258. package/esm/components/Logo/LogoEn.js +5 -0
  259. package/esm/components/Logo/LogoSv.js +5 -0
  260. package/esm/components/Logo/index.js +21 -0
  261. package/esm/components/MenuItem/index.js +74 -0
  262. package/esm/components/Modal/index.js +111 -0
  263. package/esm/components/NotificationButton/index.js +27 -0
  264. package/esm/components/OffCanvas/Overlay.js +50 -0
  265. package/esm/components/OffCanvas/index.js +89 -0
  266. package/esm/components/OffCanvas/useClickOutside.js +17 -0
  267. package/esm/components/RadioButton/index.js +109 -0
  268. package/esm/components/Range/index.js +60 -0
  269. package/esm/components/Select/components/test-icon.js +5 -0
  270. package/esm/components/Select/index.js +163 -0
  271. package/esm/components/Snackbar/index.js +121 -0
  272. package/esm/components/Spinner/index.js +47 -0
  273. package/esm/components/Stepper/index.js +49 -0
  274. package/esm/components/StepperAccordion/index.js +113 -0
  275. package/esm/components/Tabs/index.js +41 -0
  276. package/esm/components/TextArea/index.js +77 -0
  277. package/esm/components/Textfield/index.js +86 -0
  278. package/esm/components/TimePicker/index.js +27 -0
  279. package/esm/components/TimePicker/testHelper.js +13 -0
  280. package/esm/components/Toggle/index.js +64 -0
  281. package/esm/icons/components/AccountCreateIcon.js +7 -0
  282. package/esm/icons/components/AccountIcon.js +7 -0
  283. package/esm/icons/components/AccountLoginIcon.js +7 -0
  284. package/esm/icons/components/ArrowDownIcon.js +7 -0
  285. package/esm/icons/components/ArrowLeftIcon.js +7 -0
  286. package/esm/icons/components/ArrowLeftSharpIcon.js +7 -0
  287. package/esm/icons/components/ArrowLeftSmallIcon.js +7 -0
  288. package/esm/icons/components/ArrowLong.js +7 -0
  289. package/esm/icons/components/ArrowRestartIcon.js +7 -0
  290. package/esm/icons/components/ArrowRightIcon.js +7 -0
  291. package/esm/icons/components/ArrowRightSharpIcon.js +7 -0
  292. package/esm/icons/components/ArrowUpIcon.js +7 -0
  293. package/esm/icons/components/AuctionIcon.js +7 -0
  294. package/esm/icons/components/BackArrowIcon.js +7 -0
  295. package/esm/icons/components/Baseline360Icon.js +7 -0
  296. package/esm/icons/components/BellIcon.js +7 -0
  297. package/esm/icons/components/BidIcon.js +7 -0
  298. package/esm/icons/components/BidKrIcon.js +7 -0
  299. package/esm/icons/components/BreaksIcon.js +7 -0
  300. package/esm/icons/components/BuyCarIcon.js +7 -0
  301. package/esm/icons/components/CabIcon.js +7 -0
  302. package/esm/icons/components/CalendarIcon.js +7 -0
  303. package/esm/icons/components/CameraIcon.js +7 -0
  304. package/esm/icons/components/Car360Icon.js +7 -0
  305. package/esm/icons/components/CarFrontIcon.js +7 -0
  306. package/esm/icons/components/CarSearchIcon.js +7 -0
  307. package/esm/icons/components/CarSideIcon.js +7 -0
  308. package/esm/icons/components/CarTiresIcon.js +7 -0
  309. package/esm/icons/components/CaravanIcon.js +7 -0
  310. package/esm/icons/components/CardViewIcon.js +7 -0
  311. package/esm/icons/components/CarloanIcon.js +7 -0
  312. package/esm/icons/components/CertifiedIcon.js +7 -0
  313. package/esm/icons/components/ChatIcon.js +7 -0
  314. package/esm/icons/components/CheckIcon.js +7 -0
  315. package/esm/icons/components/CheckThinIcon.js +7 -0
  316. package/esm/icons/components/CheckmarkFilledIcon.js +7 -0
  317. package/esm/icons/components/CheckmarkIcon.js +7 -0
  318. package/esm/icons/components/ClipboardFilledIcon.js +7 -0
  319. package/esm/icons/components/ClipboardIcon.js +7 -0
  320. package/esm/icons/components/ClockFilledIcon.js +7 -0
  321. package/esm/icons/components/ClockIcon.js +7 -0
  322. package/esm/icons/components/CloseIcon.js +7 -0
  323. package/esm/icons/components/CloseThinIcon.js +7 -0
  324. package/esm/icons/components/CoffeeIcon.js +7 -0
  325. package/esm/icons/components/CombiIcon.js +7 -0
  326. package/esm/icons/components/CommentCircleFilledIcon.js +7 -0
  327. package/esm/icons/components/CommentCircleIconIcon.js +7 -0
  328. package/esm/icons/components/CommentIcon.js +7 -0
  329. package/esm/icons/components/ContactIcon.js +7 -0
  330. package/esm/icons/components/CoupeIcon.js +7 -0
  331. package/esm/icons/components/CreditCardIcon.js +7 -0
  332. package/esm/icons/components/CrossCircleIcon.js +7 -0
  333. package/esm/icons/components/CrownIcon.js +7 -0
  334. package/esm/icons/components/DealmakerIcon.js +7 -0
  335. package/esm/icons/components/DeliveryIcon.js +7 -0
  336. package/esm/icons/components/DetailedSearchIcon.js +7 -0
  337. package/esm/icons/components/EcoFriendlyIcon.js +7 -0
  338. package/esm/icons/components/EditIcon.js +7 -0
  339. package/esm/icons/components/EngineIcon.js +7 -0
  340. package/esm/icons/components/EnglandFlagIcon.js +7 -0
  341. package/esm/icons/components/EvaluationIcon.js +7 -0
  342. package/esm/icons/components/ExaminationMarkFilledIcon.js +7 -0
  343. package/esm/icons/components/ExaminationMarkIcon.js +7 -0
  344. package/esm/icons/components/ExteriorIcon.js +7 -0
  345. package/esm/icons/components/EyeIcon.js +7 -0
  346. package/esm/icons/components/FacebookBtnIcon.js +7 -0
  347. package/esm/icons/components/FacebookIcon.js +7 -0
  348. package/esm/icons/components/FatalIcon.js +7 -0
  349. package/esm/icons/components/FavouriteIcon.js +7 -0
  350. package/esm/icons/components/FavouriteSolidIcon.js +7 -0
  351. package/esm/icons/components/FilterIcon.js +7 -0
  352. package/esm/icons/components/FinanceIcon.js +7 -0
  353. package/esm/icons/components/FindCarIcon.js +7 -0
  354. package/esm/icons/components/FixedMonthlyCostIcon.js +7 -0
  355. package/esm/icons/components/FlagIcon.js +7 -0
  356. package/esm/icons/components/FlexibilityIcon.js +7 -0
  357. package/esm/icons/components/ForumLargeIcon.js +7 -0
  358. package/esm/icons/components/ForumSmallIcon.js +7 -0
  359. package/esm/icons/components/GavelIcon.js +7 -0
  360. package/esm/icons/components/GearboxIcon.js +7 -0
  361. package/esm/icons/components/GiftIcon.js +7 -0
  362. package/esm/icons/components/GridViewIcon.js +7 -0
  363. package/esm/icons/components/GroupIcon.js +7 -0
  364. package/esm/icons/components/GuaranteeIcon.js +7 -0
  365. package/esm/icons/components/GuaranteeLargeIcon.js +7 -0
  366. package/esm/icons/components/GuaranteeSmallIcon.js +7 -0
  367. package/esm/icons/components/HalfCombiIcon.js +7 -0
  368. package/esm/icons/components/HamburgerIcon.js +7 -0
  369. package/esm/icons/components/HandshakeIcon.js +7 -0
  370. package/esm/icons/components/HelpingHandIcon.js +7 -0
  371. package/esm/icons/components/IdIcon.js +7 -0
  372. package/esm/icons/components/InformationIcon.js +7 -0
  373. package/esm/icons/components/InstagramIcon.js +7 -0
  374. package/esm/icons/components/InsuranceIcon.js +7 -0
  375. package/esm/icons/components/InteriorIcon.js +7 -0
  376. package/esm/icons/components/InteriorThinIcon.js +7 -0
  377. package/esm/icons/components/InternationalIcon.js +7 -0
  378. package/esm/icons/components/KvdTestIcon.js +7 -0
  379. package/esm/icons/components/KvdVenueIcon.js +7 -0
  380. package/esm/icons/components/LifebuoyIcon.js +7 -0
  381. package/esm/icons/components/LiftTruckIcon.js +7 -0
  382. package/esm/icons/components/LinkedInIcon.js +7 -0
  383. package/esm/icons/components/ListViewIcon.js +7 -0
  384. package/esm/icons/components/MailIcon.js +7 -0
  385. package/esm/icons/components/MinibusIcon.js +7 -0
  386. package/esm/icons/components/MinivanIcon.js +7 -0
  387. package/esm/icons/components/MobileIcon.js +7 -0
  388. package/esm/icons/components/MotorcycleIcon.js +7 -0
  389. package/esm/icons/components/MrfLogoIcon.js +7 -0
  390. package/esm/icons/components/NotFoundIcon.js +7 -0
  391. package/esm/icons/components/OverbidIcon.js +7 -0
  392. package/esm/icons/components/PdfIconIcon.js +7 -0
  393. package/esm/icons/components/PhoneIcon.js +7 -0
  394. package/esm/icons/components/PickUpIcon.js +7 -0
  395. package/esm/icons/components/PinIcon.js +7 -0
  396. package/esm/icons/components/PlayIcon.js +7 -0
  397. package/esm/icons/components/Pricetag.js +7 -0
  398. package/esm/icons/components/PricetagFilledKronaIcon.js +7 -0
  399. package/esm/icons/components/PrivateCarIcon.js +7 -0
  400. package/esm/icons/components/ProfileCircleIcon.js +7 -0
  401. package/esm/icons/components/ProfileIcon.js +7 -0
  402. package/esm/icons/components/RadioIcon.js +7 -0
  403. package/esm/icons/components/ReclamationIcon.js +7 -0
  404. package/esm/icons/components/ReleasingIcon.js +7 -0
  405. package/esm/icons/components/RemoveFilterIcon.js +7 -0
  406. package/esm/icons/components/ReservedPriceIcon.js +7 -0
  407. package/esm/icons/components/ResultIcon.js +7 -0
  408. package/esm/icons/components/SafePaymentIcon.js +7 -0
  409. package/esm/icons/components/SaleTagIcon.js +7 -0
  410. package/esm/icons/components/SearchCheckIcon.js +7 -0
  411. package/esm/icons/components/SearchIcon.js +7 -0
  412. package/esm/icons/components/SedanIcon.js +7 -0
  413. package/esm/icons/components/SellCarIcon.js +7 -0
  414. package/esm/icons/components/SellCarsIcon.js +7 -0
  415. package/esm/icons/components/ServiceIcon.js +7 -0
  416. package/esm/icons/components/ShareIcon.js +7 -0
  417. package/esm/icons/components/ShieldIcon.js +7 -0
  418. package/esm/icons/components/SignInIcon.js +7 -0
  419. package/esm/icons/components/SignOutIcon.js +7 -0
  420. package/esm/icons/components/SpeedMeterIcon.js +7 -0
  421. package/esm/icons/components/StarCircleIcon.js +7 -0
  422. package/esm/icons/components/StartIcon.js +7 -0
  423. package/esm/icons/components/StoreIcon.js +7 -0
  424. package/esm/icons/components/SuvIcon.js +7 -0
  425. package/esm/icons/components/SwedenFlag.js +7 -0
  426. package/esm/icons/components/TankIcon.js +7 -0
  427. package/esm/icons/components/TireIcon.js +7 -0
  428. package/esm/icons/components/TransportIcon.js +7 -0
  429. package/esm/icons/components/TrashcanIcon.js +7 -0
  430. package/esm/icons/components/TrophyIcon.js +7 -0
  431. package/esm/icons/components/TruckIcon.js +7 -0
  432. package/esm/icons/components/UmbrellaIcon.js +7 -0
  433. package/esm/icons/components/ValuationIcon.js +7 -0
  434. package/esm/icons/components/ValueIcon.js +7 -0
  435. package/esm/icons/components/WarningIcon.js +7 -0
  436. package/esm/icons/components/YoutubeIcon.js +7 -0
  437. package/esm/icons/components/index.js +157 -0
  438. package/esm/index.js +221 -0
  439. package/esm/shared/constants.js +3 -0
  440. package/esm/shared/helpers.js +23 -0
  441. package/esm/shared/helpers.spec.js +40 -0
  442. package/esm/shared/media-queries.js +35 -0
  443. package/esm/theme.js +121 -0
  444. package/esm/typography/BodyText/index.js +49 -0
  445. package/esm/typography/ButtonText/index.js +34 -0
  446. package/esm/typography/Heading/index.js +77 -0
  447. package/esm/utils/utils.js +32 -0
  448. package/package.json +8 -8
  449. package/{ColorCard.d.ts → types/ColorCard.d.ts} +0 -0
  450. package/{ElevationCard.d.ts → types/ElevationCard.d.ts} +0 -0
  451. package/{Interfaces.d.ts → types/Interfaces.d.ts} +0 -0
  452. package/{Types.d.ts → types/Types.d.ts} +0 -0
  453. package/{components → types/components}/Accordion/index.d.ts +0 -0
  454. package/{components → types/components}/Badge/index.d.ts +0 -0
  455. package/{components → types/components}/Button/index.d.ts +0 -0
  456. package/{components → types/components}/Card/index.d.ts +0 -0
  457. package/{components → types/components}/CheckBox/index.d.ts +0 -0
  458. package/{components → types/components}/Chip/index.d.ts +0 -0
  459. package/{components → types/components}/DayPicker/DayPickerNavBar.d.ts +0 -0
  460. package/{components → types/components}/DayPicker/index.d.ts +0 -0
  461. package/{components → types/components}/DayPicker/localeUtils.d.ts +0 -0
  462. package/{components → types/components}/Dialog/index.d.ts +0 -0
  463. package/{components → types/components}/ErrorMessage/index.d.ts +0 -0
  464. package/{components → types/components}/FieldLabel.d.ts +0 -0
  465. package/{components → types/components}/Header/Hamburger.d.ts +0 -0
  466. package/{components → types/components}/Header/Link.d.ts +0 -0
  467. package/{components → types/components}/Header/index.d.ts +0 -0
  468. package/{components → types/components}/Hero/index.d.ts +0 -0
  469. package/{components → types/components}/Icon/index.d.ts +0 -0
  470. package/{components → types/components}/IconButton.d.ts +0 -0
  471. package/{components → types/components}/Icons/Arrow.d.ts +0 -0
  472. package/{components → types/components}/Icons/CheckCircle.d.ts +0 -0
  473. package/{components → types/components}/Icons/CheckIcon.d.ts +0 -0
  474. package/{components → types/components}/Icons/Close.d.ts +0 -0
  475. package/{components → types/components}/Icons/ErrorCircle.d.ts +0 -0
  476. package/{components → types/components}/Icons/InfoCircle.d.ts +0 -0
  477. package/{components → types/components}/InlineStepper/Step.d.ts +0 -0
  478. package/{components → types/components}/InlineStepper/StepCircle.d.ts +0 -0
  479. package/{components → types/components}/InlineStepper/index.d.ts +0 -0
  480. package/{components → types/components}/ListItem/Bacon.d.ts +0 -0
  481. package/{components → types/components}/ListItem/index.d.ts +0 -0
  482. package/{components → types/components}/Logo/LogoEn.d.ts +0 -0
  483. package/{components → types/components}/Logo/LogoSv.d.ts +0 -0
  484. package/{components → types/components}/Logo/index.d.ts +0 -0
  485. package/{components → types/components}/MenuItem/index.d.ts +0 -0
  486. package/{components → types/components}/Modal/index.d.ts +0 -0
  487. package/{components → types/components}/NotificationButton/index.d.ts +0 -0
  488. package/{components → types/components}/OffCanvas/Overlay.d.ts +0 -0
  489. package/{components → types/components}/OffCanvas/index.d.ts +0 -0
  490. package/{components → types/components}/OffCanvas/useClickOutside.d.ts +0 -0
  491. package/{components → types/components}/RadioButton/index.d.ts +0 -0
  492. package/{components → types/components}/Range/index.d.ts +0 -0
  493. package/{components → types/components}/Select/components/test-icon.d.ts +0 -0
  494. package/{components → types/components}/Select/index.d.ts +0 -0
  495. package/{components → types/components}/Snackbar/index.d.ts +0 -0
  496. package/{components → types/components}/Spinner/index.d.ts +0 -0
  497. package/{components → types/components}/Stepper/index.d.ts +0 -0
  498. package/{components → types/components}/StepperAccordion/index.d.ts +0 -0
  499. package/{components → types/components}/Tabs/index.d.ts +0 -0
  500. package/{components → types/components}/TextArea/index.d.ts +0 -0
  501. package/{components → types/components}/Textfield/index.d.ts +0 -0
  502. package/{components → types/components}/TimePicker/index.d.ts +0 -0
  503. package/{components → types/components}/TimePicker/testHelper.d.ts +0 -0
  504. package/{components → types/components}/Toggle/index.d.ts +0 -0
  505. package/{icons → types/icons}/components/AccountCreateIcon.d.ts +0 -0
  506. package/{icons → types/icons}/components/AccountIcon.d.ts +0 -0
  507. package/{icons → types/icons}/components/AccountLoginIcon.d.ts +0 -0
  508. package/{icons → types/icons}/components/ArrowDownIcon.d.ts +0 -0
  509. package/{icons → types/icons}/components/ArrowLeftIcon.d.ts +0 -0
  510. package/{icons → types/icons}/components/ArrowLeftSharpIcon.d.ts +0 -0
  511. package/{icons → types/icons}/components/ArrowLeftSmallIcon.d.ts +0 -0
  512. package/{icons → types/icons}/components/ArrowLong.d.ts +0 -0
  513. package/{icons → types/icons}/components/ArrowRestartIcon.d.ts +0 -0
  514. package/{icons → types/icons}/components/ArrowRightIcon.d.ts +0 -0
  515. package/{icons → types/icons}/components/ArrowRightSharpIcon.d.ts +0 -0
  516. package/{icons → types/icons}/components/ArrowUpIcon.d.ts +0 -0
  517. package/{icons → types/icons}/components/AuctionIcon.d.ts +0 -0
  518. package/{icons → types/icons}/components/BackArrowIcon.d.ts +0 -0
  519. package/{icons → types/icons}/components/Baseline360Icon.d.ts +0 -0
  520. package/{icons → types/icons}/components/BellIcon.d.ts +0 -0
  521. package/{icons → types/icons}/components/BidIcon.d.ts +0 -0
  522. package/{icons → types/icons}/components/BidKrIcon.d.ts +0 -0
  523. package/{icons → types/icons}/components/BreaksIcon.d.ts +0 -0
  524. package/{icons → types/icons}/components/BuyCarIcon.d.ts +0 -0
  525. package/{icons → types/icons}/components/CabIcon.d.ts +0 -0
  526. package/{icons → types/icons}/components/CalendarIcon.d.ts +0 -0
  527. package/{icons → types/icons}/components/CameraIcon.d.ts +0 -0
  528. package/{icons → types/icons}/components/Car360Icon.d.ts +0 -0
  529. package/{icons → types/icons}/components/CarFrontIcon.d.ts +0 -0
  530. package/{icons → types/icons}/components/CarSearchIcon.d.ts +0 -0
  531. package/{icons → types/icons}/components/CarSideIcon.d.ts +0 -0
  532. package/{icons → types/icons}/components/CarTiresIcon.d.ts +0 -0
  533. package/{icons → types/icons}/components/CaravanIcon.d.ts +0 -0
  534. package/{icons → types/icons}/components/CardViewIcon.d.ts +0 -0
  535. package/{icons → types/icons}/components/CarloanIcon.d.ts +0 -0
  536. package/{icons → types/icons}/components/CertifiedIcon.d.ts +0 -0
  537. package/{icons → types/icons}/components/ChatIcon.d.ts +0 -0
  538. package/{icons → types/icons}/components/CheckIcon.d.ts +0 -0
  539. package/{icons → types/icons}/components/CheckThinIcon.d.ts +0 -0
  540. package/{icons → types/icons}/components/CheckmarkFilledIcon.d.ts +0 -0
  541. package/{icons → types/icons}/components/CheckmarkIcon.d.ts +0 -0
  542. package/{icons → types/icons}/components/ClipboardFilledIcon.d.ts +0 -0
  543. package/{icons → types/icons}/components/ClipboardIcon.d.ts +0 -0
  544. package/{icons → types/icons}/components/ClockFilledIcon.d.ts +0 -0
  545. package/{icons → types/icons}/components/ClockIcon.d.ts +0 -0
  546. package/{icons → types/icons}/components/CloseIcon.d.ts +0 -0
  547. package/{icons → types/icons}/components/CloseThinIcon.d.ts +0 -0
  548. package/{icons → types/icons}/components/CoffeeIcon.d.ts +0 -0
  549. package/{icons → types/icons}/components/CombiIcon.d.ts +0 -0
  550. package/{icons → types/icons}/components/CommentCircleFilledIcon.d.ts +0 -0
  551. package/{icons → types/icons}/components/CommentCircleIconIcon.d.ts +0 -0
  552. package/{icons → types/icons}/components/CommentIcon.d.ts +0 -0
  553. package/{icons → types/icons}/components/ContactIcon.d.ts +0 -0
  554. package/{icons → types/icons}/components/CoupeIcon.d.ts +0 -0
  555. package/{icons → types/icons}/components/CreditCardIcon.d.ts +0 -0
  556. package/{icons → types/icons}/components/CrossCircleIcon.d.ts +0 -0
  557. package/{icons → types/icons}/components/CrownIcon.d.ts +0 -0
  558. package/{icons → types/icons}/components/DealmakerIcon.d.ts +0 -0
  559. package/{icons → types/icons}/components/DeliveryIcon.d.ts +0 -0
  560. package/{icons → types/icons}/components/DetailedSearchIcon.d.ts +0 -0
  561. package/{icons → types/icons}/components/EcoFriendlyIcon.d.ts +0 -0
  562. package/{icons → types/icons}/components/EditIcon.d.ts +0 -0
  563. package/{icons → types/icons}/components/EngineIcon.d.ts +0 -0
  564. package/{icons → types/icons}/components/EnglandFlagIcon.d.ts +0 -0
  565. package/{icons → types/icons}/components/EvaluationIcon.d.ts +0 -0
  566. package/{icons → types/icons}/components/ExaminationMarkFilledIcon.d.ts +0 -0
  567. package/{icons → types/icons}/components/ExaminationMarkIcon.d.ts +0 -0
  568. package/{icons → types/icons}/components/ExteriorIcon.d.ts +0 -0
  569. package/{icons → types/icons}/components/EyeIcon.d.ts +0 -0
  570. package/{icons → types/icons}/components/FacebookBtnIcon.d.ts +0 -0
  571. package/{icons → types/icons}/components/FacebookIcon.d.ts +0 -0
  572. package/{icons → types/icons}/components/FatalIcon.d.ts +0 -0
  573. package/{icons → types/icons}/components/FavouriteIcon.d.ts +0 -0
  574. package/{icons → types/icons}/components/FavouriteSolidIcon.d.ts +0 -0
  575. package/{icons → types/icons}/components/FilterIcon.d.ts +0 -0
  576. package/{icons → types/icons}/components/FinanceIcon.d.ts +0 -0
  577. package/{icons → types/icons}/components/FindCarIcon.d.ts +0 -0
  578. package/{icons → types/icons}/components/FixedMonthlyCostIcon.d.ts +0 -0
  579. package/{icons → types/icons}/components/FlagIcon.d.ts +0 -0
  580. package/{icons → types/icons}/components/FlexibilityIcon.d.ts +0 -0
  581. package/{icons → types/icons}/components/ForumLargeIcon.d.ts +0 -0
  582. package/{icons → types/icons}/components/ForumSmallIcon.d.ts +0 -0
  583. package/{icons → types/icons}/components/GavelIcon.d.ts +0 -0
  584. package/{icons → types/icons}/components/GearboxIcon.d.ts +0 -0
  585. package/{icons → types/icons}/components/GiftIcon.d.ts +0 -0
  586. package/{icons → types/icons}/components/GridViewIcon.d.ts +0 -0
  587. package/{icons → types/icons}/components/GroupIcon.d.ts +0 -0
  588. package/{icons → types/icons}/components/GuaranteeIcon.d.ts +0 -0
  589. package/{icons → types/icons}/components/GuaranteeLargeIcon.d.ts +0 -0
  590. package/{icons → types/icons}/components/GuaranteeSmallIcon.d.ts +0 -0
  591. package/{icons → types/icons}/components/HalfCombiIcon.d.ts +0 -0
  592. package/{icons → types/icons}/components/HamburgerIcon.d.ts +0 -0
  593. package/{icons → types/icons}/components/HandshakeIcon.d.ts +0 -0
  594. package/{icons → types/icons}/components/HelpingHandIcon.d.ts +0 -0
  595. package/{icons → types/icons}/components/IdIcon.d.ts +0 -0
  596. package/{icons → types/icons}/components/InformationIcon.d.ts +0 -0
  597. package/{icons → types/icons}/components/InstagramIcon.d.ts +0 -0
  598. package/{icons → types/icons}/components/InsuranceIcon.d.ts +0 -0
  599. package/{icons → types/icons}/components/InteriorIcon.d.ts +0 -0
  600. package/{icons → types/icons}/components/InteriorThinIcon.d.ts +0 -0
  601. package/{icons → types/icons}/components/InternationalIcon.d.ts +0 -0
  602. package/{icons → types/icons}/components/KvdTestIcon.d.ts +0 -0
  603. package/{icons → types/icons}/components/KvdVenueIcon.d.ts +0 -0
  604. package/{icons → types/icons}/components/LifebuoyIcon.d.ts +0 -0
  605. package/{icons → types/icons}/components/LiftTruckIcon.d.ts +0 -0
  606. package/{icons → types/icons}/components/LinkedInIcon.d.ts +0 -0
  607. package/{icons → types/icons}/components/ListViewIcon.d.ts +0 -0
  608. package/{icons → types/icons}/components/MailIcon.d.ts +0 -0
  609. package/{icons → types/icons}/components/MinibusIcon.d.ts +0 -0
  610. package/{icons → types/icons}/components/MinivanIcon.d.ts +0 -0
  611. package/{icons → types/icons}/components/MobileIcon.d.ts +0 -0
  612. package/{icons → types/icons}/components/MotorcycleIcon.d.ts +0 -0
  613. package/{icons → types/icons}/components/MrfLogoIcon.d.ts +0 -0
  614. package/{icons → types/icons}/components/NotFoundIcon.d.ts +0 -0
  615. package/{icons → types/icons}/components/OverbidIcon.d.ts +0 -0
  616. package/{icons → types/icons}/components/PdfIconIcon.d.ts +0 -0
  617. package/{icons → types/icons}/components/PhoneIcon.d.ts +0 -0
  618. package/{icons → types/icons}/components/PickUpIcon.d.ts +0 -0
  619. package/{icons → types/icons}/components/PinIcon.d.ts +0 -0
  620. package/{icons → types/icons}/components/PlayIcon.d.ts +0 -0
  621. package/{icons → types/icons}/components/Pricetag.d.ts +0 -0
  622. package/{icons → types/icons}/components/PricetagFilledKronaIcon.d.ts +0 -0
  623. package/{icons → types/icons}/components/PrivateCarIcon.d.ts +0 -0
  624. package/{icons → types/icons}/components/ProfileCircleIcon.d.ts +0 -0
  625. package/{icons → types/icons}/components/ProfileIcon.d.ts +0 -0
  626. package/{icons → types/icons}/components/RadioIcon.d.ts +0 -0
  627. package/{icons → types/icons}/components/ReclamationIcon.d.ts +0 -0
  628. package/{icons → types/icons}/components/ReleasingIcon.d.ts +0 -0
  629. package/{icons → types/icons}/components/RemoveFilterIcon.d.ts +0 -0
  630. package/{icons → types/icons}/components/ReservedPriceIcon.d.ts +0 -0
  631. package/{icons → types/icons}/components/ResultIcon.d.ts +0 -0
  632. package/{icons → types/icons}/components/SafePaymentIcon.d.ts +0 -0
  633. package/{icons → types/icons}/components/SaleTagIcon.d.ts +0 -0
  634. package/{icons → types/icons}/components/SearchCheckIcon.d.ts +0 -0
  635. package/{icons → types/icons}/components/SearchIcon.d.ts +0 -0
  636. package/{icons → types/icons}/components/SedanIcon.d.ts +0 -0
  637. package/{icons → types/icons}/components/SellCarIcon.d.ts +0 -0
  638. package/{icons → types/icons}/components/SellCarsIcon.d.ts +0 -0
  639. package/{icons → types/icons}/components/ServiceIcon.d.ts +0 -0
  640. package/{icons → types/icons}/components/ShareIcon.d.ts +0 -0
  641. package/{icons → types/icons}/components/ShieldIcon.d.ts +0 -0
  642. package/{icons → types/icons}/components/SignInIcon.d.ts +0 -0
  643. package/{icons → types/icons}/components/SignOutIcon.d.ts +0 -0
  644. package/{icons → types/icons}/components/SpeedMeterIcon.d.ts +0 -0
  645. package/{icons → types/icons}/components/StarCircleIcon.d.ts +0 -0
  646. package/{icons → types/icons}/components/StartIcon.d.ts +0 -0
  647. package/{icons → types/icons}/components/StoreIcon.d.ts +0 -0
  648. package/{icons → types/icons}/components/SuvIcon.d.ts +0 -0
  649. package/{icons → types/icons}/components/SwedenFlag.d.ts +0 -0
  650. package/{icons → types/icons}/components/TankIcon.d.ts +0 -0
  651. package/{icons → types/icons}/components/TireIcon.d.ts +0 -0
  652. package/{icons → types/icons}/components/TransportIcon.d.ts +0 -0
  653. package/{icons → types/icons}/components/TrashcanIcon.d.ts +0 -0
  654. package/{icons → types/icons}/components/TrophyIcon.d.ts +0 -0
  655. package/{icons → types/icons}/components/TruckIcon.d.ts +0 -0
  656. package/{icons → types/icons}/components/UmbrellaIcon.d.ts +0 -0
  657. package/{icons → types/icons}/components/ValuationIcon.d.ts +0 -0
  658. package/{icons → types/icons}/components/ValueIcon.d.ts +0 -0
  659. package/{icons → types/icons}/components/WarningIcon.d.ts +0 -0
  660. package/{icons → types/icons}/components/YoutubeIcon.d.ts +0 -0
  661. package/{icons → types/icons}/components/index.d.ts +0 -0
  662. package/{icons → types/icons}/template.d.ts +0 -0
  663. package/{index.d.ts → types/index.d.ts} +0 -0
  664. package/{serviceWorker.d.ts → types/serviceWorker.d.ts} +0 -0
  665. package/{setupTests.d.ts → types/setupTests.d.ts} +0 -0
  666. package/{shared → types/shared}/constants.d.ts +0 -0
  667. package/{shared → types/shared}/helpers.d.ts +0 -0
  668. package/{shared → types/shared}/media-queries.d.ts +0 -0
  669. package/{testUtils.d.ts → types/testUtils.d.ts} +0 -0
  670. package/{theme.d.ts → types/theme.d.ts} +0 -0
  671. package/{typography → types/typography}/BodyText/index.d.ts +0 -0
  672. package/{typography → types/typography}/ButtonText/index.d.ts +0 -0
  673. package/{typography → types/typography}/Heading/index.d.ts +0 -0
  674. package/{utils → types/utils}/utils.d.ts +0 -0
  675. package/ButtonExample.d.ts +0 -2
  676. package/ButtonExample.js +0 -5
  677. package/ColorCard.js +0 -40
  678. package/ElevationCard.js +0 -27
  679. package/components/Accordion/index.js +0 -115
  680. package/components/Badge/index.js +0 -69
  681. package/components/Button/index.js +0 -161
  682. package/components/Card/index.js +0 -19
  683. package/components/CheckBox/index.js +0 -100
  684. package/components/Chip/index.js +0 -90
  685. package/components/DayPicker/DayPickerNavBar.js +0 -52
  686. package/components/DayPicker/index.js +0 -66
  687. package/components/DayPicker/localeUtils.js +0 -52
  688. package/components/Dialog/index.js +0 -79
  689. package/components/ErrorMessage/index.js +0 -22
  690. package/components/FieldLabel.js +0 -51
  691. package/components/Header/Hamburger.js +0 -47
  692. package/components/Header/Link.js +0 -45
  693. package/components/Header/index.js +0 -109
  694. package/components/Hero/index.js +0 -56
  695. package/components/Icon/index.js +0 -107
  696. package/components/IconButton.js +0 -122
  697. package/components/Icons/Arrow.js +0 -12
  698. package/components/Icons/CheckCircle.js +0 -12
  699. package/components/Icons/CheckIcon.js +0 -12
  700. package/components/Icons/Close.js +0 -12
  701. package/components/Icons/ErrorCircle.js +0 -12
  702. package/components/Icons/InfoCircle.js +0 -12
  703. package/components/InlineStepper/Step.js +0 -107
  704. package/components/InlineStepper/StepCircle.js +0 -85
  705. package/components/InlineStepper/index.js +0 -43
  706. package/components/ListItem/Bacon.js +0 -12
  707. package/components/ListItem/index.js +0 -48
  708. package/components/Logo/LogoEn.js +0 -31
  709. package/components/Logo/LogoSv.js +0 -31
  710. package/components/Logo/index.js +0 -23
  711. package/components/MenuItem/index.js +0 -90
  712. package/components/Modal/index.js +0 -128
  713. package/components/NotificationButton/index.js +0 -31
  714. package/components/OffCanvas/Overlay.js +0 -61
  715. package/components/OffCanvas/index.js +0 -124
  716. package/components/OffCanvas/useClickOutside.js +0 -17
  717. package/components/RadioButton/index.js +0 -139
  718. package/components/Range/index.js +0 -73
  719. package/components/Select/components/test-icon.js +0 -12
  720. package/components/Select/index.js +0 -215
  721. package/components/Snackbar/index.js +0 -146
  722. package/components/Spinner/index.js +0 -60
  723. package/components/Stepper/index.js +0 -52
  724. package/components/StepperAccordion/index.js +0 -124
  725. package/components/Tabs/index.js +0 -61
  726. package/components/TextArea/index.js +0 -111
  727. package/components/Textfield/index.js +0 -121
  728. package/components/TimePicker/index.js +0 -40
  729. package/components/TimePicker/testHelper.js +0 -12
  730. package/components/Toggle/index.js +0 -75
  731. package/icons/components/AccountCreateIcon.js +0 -22
  732. package/icons/components/AccountIcon.js +0 -18
  733. package/icons/components/AccountLoginIcon.js +0 -24
  734. package/icons/components/ArrowDownIcon.js +0 -18
  735. package/icons/components/ArrowLeftIcon.js +0 -16
  736. package/icons/components/ArrowLeftSharpIcon.js +0 -18
  737. package/icons/components/ArrowLeftSmallIcon.js +0 -18
  738. package/icons/components/ArrowLong.js +0 -19
  739. package/icons/components/ArrowRestartIcon.js +0 -18
  740. package/icons/components/ArrowRightIcon.js +0 -16
  741. package/icons/components/ArrowRightSharpIcon.js +0 -18
  742. package/icons/components/ArrowUpIcon.js +0 -18
  743. package/icons/components/AuctionIcon.js +0 -16
  744. package/icons/components/BackArrowIcon.js +0 -16
  745. package/icons/components/Baseline360Icon.js +0 -19
  746. package/icons/components/BellIcon.js +0 -16
  747. package/icons/components/BidIcon.js +0 -16
  748. package/icons/components/BidKrIcon.js +0 -22
  749. package/icons/components/BreaksIcon.js +0 -16
  750. package/icons/components/BuyCarIcon.js +0 -16
  751. package/icons/components/CabIcon.js +0 -18
  752. package/icons/components/CalendarIcon.js +0 -25
  753. package/icons/components/CameraIcon.js +0 -16
  754. package/icons/components/Car360Icon.js +0 -41
  755. package/icons/components/CarFrontIcon.js +0 -16
  756. package/icons/components/CarSearchIcon.js +0 -16
  757. package/icons/components/CarSideIcon.js +0 -16
  758. package/icons/components/CarTiresIcon.js +0 -16
  759. package/icons/components/CaravanIcon.js +0 -16
  760. package/icons/components/CardViewIcon.js +0 -42
  761. package/icons/components/CarloanIcon.js +0 -18
  762. package/icons/components/CertifiedIcon.js +0 -26
  763. package/icons/components/ChatIcon.js +0 -17
  764. package/icons/components/CheckIcon.js +0 -17
  765. package/icons/components/CheckThinIcon.js +0 -17
  766. package/icons/components/CheckmarkFilledIcon.js +0 -16
  767. package/icons/components/CheckmarkIcon.js +0 -16
  768. package/icons/components/ClipboardFilledIcon.js +0 -16
  769. package/icons/components/ClipboardIcon.js +0 -16
  770. package/icons/components/ClockFilledIcon.js +0 -18
  771. package/icons/components/ClockIcon.js +0 -17
  772. package/icons/components/CloseIcon.js +0 -17
  773. package/icons/components/CloseThinIcon.js +0 -18
  774. package/icons/components/CoffeeIcon.js +0 -17
  775. package/icons/components/CombiIcon.js +0 -18
  776. package/icons/components/CommentCircleFilledIcon.js +0 -22
  777. package/icons/components/CommentCircleIconIcon.js +0 -20
  778. package/icons/components/CommentIcon.js +0 -20
  779. package/icons/components/ContactIcon.js +0 -20
  780. package/icons/components/CoupeIcon.js +0 -18
  781. package/icons/components/CreditCardIcon.js +0 -17
  782. package/icons/components/CrossCircleIcon.js +0 -16
  783. package/icons/components/CrownIcon.js +0 -17
  784. package/icons/components/DealmakerIcon.js +0 -22
  785. package/icons/components/DeliveryIcon.js +0 -25
  786. package/icons/components/DetailedSearchIcon.js +0 -17
  787. package/icons/components/EcoFriendlyIcon.js +0 -20
  788. package/icons/components/EditIcon.js +0 -17
  789. package/icons/components/EngineIcon.js +0 -16
  790. package/icons/components/EnglandFlagIcon.js +0 -34
  791. package/icons/components/EvaluationIcon.js +0 -20
  792. package/icons/components/ExaminationMarkFilledIcon.js +0 -16
  793. package/icons/components/ExaminationMarkIcon.js +0 -16
  794. package/icons/components/ExteriorIcon.js +0 -16
  795. package/icons/components/EyeIcon.js +0 -22
  796. package/icons/components/FacebookBtnIcon.js +0 -16
  797. package/icons/components/FacebookIcon.js +0 -18
  798. package/icons/components/FatalIcon.js +0 -18
  799. package/icons/components/FavouriteIcon.js +0 -16
  800. package/icons/components/FavouriteSolidIcon.js +0 -16
  801. package/icons/components/FilterIcon.js +0 -18
  802. package/icons/components/FinanceIcon.js +0 -16
  803. package/icons/components/FindCarIcon.js +0 -16
  804. package/icons/components/FixedMonthlyCostIcon.js +0 -22
  805. package/icons/components/FlagIcon.js +0 -16
  806. package/icons/components/FlexibilityIcon.js +0 -22
  807. package/icons/components/ForumLargeIcon.js +0 -16
  808. package/icons/components/ForumSmallIcon.js +0 -16
  809. package/icons/components/GavelIcon.js +0 -18
  810. package/icons/components/GearboxIcon.js +0 -18
  811. package/icons/components/GiftIcon.js +0 -32
  812. package/icons/components/GridViewIcon.js +0 -16
  813. package/icons/components/GroupIcon.js +0 -53
  814. package/icons/components/GuaranteeIcon.js +0 -16
  815. package/icons/components/GuaranteeLargeIcon.js +0 -16
  816. package/icons/components/GuaranteeSmallIcon.js +0 -16
  817. package/icons/components/HalfCombiIcon.js +0 -18
  818. package/icons/components/HamburgerIcon.js +0 -16
  819. package/icons/components/HandshakeIcon.js +0 -16
  820. package/icons/components/HelpingHandIcon.js +0 -34
  821. package/icons/components/IdIcon.js +0 -19
  822. package/icons/components/InformationIcon.js +0 -16
  823. package/icons/components/InstagramIcon.js +0 -23
  824. package/icons/components/InsuranceIcon.js +0 -16
  825. package/icons/components/InteriorIcon.js +0 -18
  826. package/icons/components/InteriorThinIcon.js +0 -18
  827. package/icons/components/InternationalIcon.js +0 -24
  828. package/icons/components/KvdTestIcon.js +0 -16
  829. package/icons/components/KvdVenueIcon.js +0 -16
  830. package/icons/components/LifebuoyIcon.js +0 -16
  831. package/icons/components/LiftTruckIcon.js +0 -16
  832. package/icons/components/LinkedInIcon.js +0 -16
  833. package/icons/components/ListViewIcon.js +0 -38
  834. package/icons/components/MailIcon.js +0 -18
  835. package/icons/components/MinibusIcon.js +0 -18
  836. package/icons/components/MinivanIcon.js +0 -19
  837. package/icons/components/MobileIcon.js +0 -26
  838. package/icons/components/MotorcycleIcon.js +0 -48
  839. package/icons/components/MrfLogoIcon.js +0 -27
  840. package/icons/components/NotFoundIcon.js +0 -16
  841. package/icons/components/OverbidIcon.js +0 -18
  842. package/icons/components/PdfIconIcon.js +0 -16
  843. package/icons/components/PhoneIcon.js +0 -18
  844. package/icons/components/PickUpIcon.js +0 -16
  845. package/icons/components/PinIcon.js +0 -16
  846. package/icons/components/PlayIcon.js +0 -16
  847. package/icons/components/Pricetag.js +0 -25
  848. package/icons/components/PricetagFilledKronaIcon.js +0 -21
  849. package/icons/components/PrivateCarIcon.js +0 -16
  850. package/icons/components/ProfileCircleIcon.js +0 -16
  851. package/icons/components/ProfileIcon.js +0 -16
  852. package/icons/components/RadioIcon.js +0 -28
  853. package/icons/components/ReclamationIcon.js +0 -16
  854. package/icons/components/ReleasingIcon.js +0 -22
  855. package/icons/components/RemoveFilterIcon.js +0 -16
  856. package/icons/components/ReservedPriceIcon.js +0 -16
  857. package/icons/components/ResultIcon.js +0 -16
  858. package/icons/components/SafePaymentIcon.js +0 -16
  859. package/icons/components/SaleTagIcon.js +0 -16
  860. package/icons/components/SearchCheckIcon.js +0 -22
  861. package/icons/components/SearchIcon.js +0 -16
  862. package/icons/components/SedanIcon.js +0 -18
  863. package/icons/components/SellCarIcon.js +0 -16
  864. package/icons/components/SellCarsIcon.js +0 -16
  865. package/icons/components/ServiceIcon.js +0 -21
  866. package/icons/components/ShareIcon.js +0 -42
  867. package/icons/components/ShieldIcon.js +0 -16
  868. package/icons/components/SignInIcon.js +0 -16
  869. package/icons/components/SignOutIcon.js +0 -16
  870. package/icons/components/SpeedMeterIcon.js +0 -18
  871. package/icons/components/StarCircleIcon.js +0 -16
  872. package/icons/components/StartIcon.js +0 -24
  873. package/icons/components/StoreIcon.js +0 -16
  874. package/icons/components/SuvIcon.js +0 -18
  875. package/icons/components/SwedenFlag.js +0 -24
  876. package/icons/components/TankIcon.js +0 -26
  877. package/icons/components/TireIcon.js +0 -16
  878. package/icons/components/TransportIcon.js +0 -16
  879. package/icons/components/TrashcanIcon.js +0 -16
  880. package/icons/components/TrophyIcon.js +0 -16
  881. package/icons/components/TruckIcon.js +0 -16
  882. package/icons/components/UmbrellaIcon.js +0 -16
  883. package/icons/components/ValuationIcon.js +0 -16
  884. package/icons/components/ValueIcon.js +0 -21
  885. package/icons/components/WarningIcon.js +0 -16
  886. package/icons/components/YoutubeIcon.js +0 -16
  887. package/icons/components/index.js +0 -157
  888. package/index.js +0 -220
  889. package/index2.d.ts +0 -40
  890. package/index2.js +0 -220
  891. package/react-app-env.d.js +0 -1
  892. package/shared/constants.js +0 -3
  893. package/shared/helpers.js +0 -23
  894. package/shared/helpers.spec.js +0 -34
  895. package/shared/media-queries.js +0 -35
  896. package/styled.d.js +0 -1
  897. package/theme.js +0 -121
  898. package/typography/BodyText/index.js +0 -48
  899. package/typography/ButtonText/index.js +0 -33
  900. package/typography/Heading/index.js +0 -76
  901. package/utils/utils.js +0 -28
@@ -0,0 +1,119 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var theme = require('../theme.js');
8
+
9
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
+
11
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
12
+
13
+ const disabledBackground = styled.css `
14
+ background-color: transparent;
15
+ `;
16
+ const initialMS = '400ms';
17
+ const focusRippleMS = '1500ms';
18
+ const activeRippleMS = '750ms';
19
+ // eslint-disable-next-line prettier/prettier
20
+ const Container = styled__default['default'].div `
21
+ cursor: ${props => (props.isDisabled ? 'default' : 'pointer')};
22
+ outline: none;
23
+
24
+ display: inline-block;
25
+ position: relative;
26
+
27
+ .button-background {
28
+ :focus {
29
+ outline: none;
30
+ }
31
+ }
32
+
33
+ :hover {
34
+ .button-background {
35
+ transition: background-color ${initialMS};
36
+ background-color: ${props => props.isActive ? theme['default'].colors[props.color].main : 'rgb(136, 136, 136)'};
37
+
38
+ opacity: 0.06;
39
+ ${props => props.isDisabled && disabledBackground};
40
+ }
41
+ }
42
+
43
+ :focus {
44
+ .button-background {
45
+ transition: background-color ${initialMS};
46
+ animation: FocusRipple ${focusRippleMS} 0ms infinite alternate-reverse;
47
+ background-color: ${props => props.isActive
48
+ ? theme['default'].colors[props.color].main
49
+ : 'rgba(136, 136, 136)'};
50
+
51
+ opacity: 0.12;
52
+ ${props => props.isDisabled && disabledBackground};
53
+ }
54
+ }
55
+
56
+ :active {
57
+ .button-background {
58
+ animation: ActiveRipple ${activeRippleMS};
59
+ background-color: ${props => props.isActive ? theme['default'].colors[props.color].main : 'rgb(136, 136, 136)'};
60
+
61
+ opacity: 0.24;
62
+ ${props => props.isDisabled && disabledBackground};
63
+ }
64
+ }
65
+
66
+ @keyframes ActiveRipple {
67
+ 0% {
68
+ clip-path: circle(50%);
69
+ }
70
+
71
+ 25% {
72
+ clip-path: circle(46%);
73
+ }
74
+
75
+ 100% {
76
+ clip-path: circle(50%);
77
+ }
78
+ }
79
+
80
+ @keyframes FocusRipple {
81
+ 0% {
82
+ clip-path: circle(46%);
83
+ }
84
+
85
+ 100% {
86
+ clip-path: circle(50%);
87
+ }
88
+ }
89
+ `;
90
+ const Background = styled__default['default'].div `
91
+ top: 0;
92
+ left: 0;
93
+
94
+ height: calc(100% + 2rem);
95
+ width: calc(100% + 2rem);
96
+ transform: translate(-1rem, -1rem);
97
+
98
+ position: absolute;
99
+ border-radius: 10rem;
100
+ `;
101
+ const IconButton = ({ children, isActive, isDisabled, onClick, color, }) => {
102
+ const handleEnter = (event) => {
103
+ if (event.key === 'Enter' && !isDisabled && typeof onClick === 'function') {
104
+ event.persist();
105
+ onClick(event);
106
+ }
107
+ };
108
+ const handleClick = (event) => {
109
+ event.stopPropagation();
110
+ event.preventDefault();
111
+ event.persist();
112
+ if (!isDisabled && typeof onClick === 'function') {
113
+ onClick(event);
114
+ }
115
+ };
116
+ return (jsxRuntime.jsxs(Container, Object.assign({ color: color, isActive: isActive, isDisabled: isDisabled, onClick: handleClick, onKeyDown: handleEnter, tabIndex: isDisabled ? undefined : 1 }, { children: [jsxRuntime.jsx(Background, { className: "button-background" }, void 0), children] }), void 0));
117
+ };
118
+
119
+ exports['default'] = IconButton;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const Arrow = ({ title, ...props }) => (jsxRuntime.jsxs("svg", Object.assign({}, props, { children: [title && jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-arrow", viewBox: "0 0 22 22" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-arrow" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = Arrow;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const CheckCircle = ({ title = 'CheckCircle', ...props }) => (jsxRuntime.jsxs("svg", Object.assign({}, props, { children: [title && jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-checkCircle", viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-checkCircle" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = CheckCircle;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const CheckIcon = ({ className = 'icon__svg' }) => (jsxRuntime.jsxs("svg", Object.assign({ className: className }, { children: [jsxRuntime.jsx("title", { children: "Check" }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-check", viewBox: "0 0 20 16" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-check" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = CheckIcon;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const Close = ({ title = 'Close', ...props }) => (jsxRuntime.jsxs("svg", Object.assign({}, props, { children: [title && jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-close", viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-close" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = Close;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const ErrorCircle = ({ title, ...props }) => (jsxRuntime.jsxs("svg", Object.assign({}, props, { children: [title && jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-errorCircle", viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-errorCircle" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = ErrorCircle;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const InfoCircle = ({ title, ...props }) => (jsxRuntime.jsxs("svg", Object.assign({}, props, { children: [title && jsxRuntime.jsx("title", { children: title }, void 0), jsxRuntime.jsx("symbol", Object.assign({ id: "icon-infoCircle", viewBox: "0 0 24 24" }, { children: jsxRuntime.jsx("path", { 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" }, void 0) }), void 0), jsxRuntime.jsx("use", { xlinkHref: "#icon-infoCircle" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = InfoCircle;
@@ -0,0 +1,93 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var theme = require('../../theme.js');
8
+ var typography_BodyText_index = require('../../typography/BodyText/index.js');
9
+ var components_InlineStepper_StepCircle = require('./StepCircle.js');
10
+ require('../Icons/CheckIcon.js');
11
+
12
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
13
+
14
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
15
+
16
+ const HorizontalLine = styled__default['default'].div `
17
+ background-color: ${theme['default'].colors.gray.dark3};
18
+ height: 1px;
19
+ right: 0;
20
+ left: calc(50% + 20px);
21
+ top: 1.25rem;
22
+ position: absolute;
23
+ width: calc(100% - 40px);
24
+ `;
25
+ const StepWrapper = styled__default['default'].div `
26
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
27
+ display: flex;
28
+ position: relative;
29
+ padding: 0 0.5rem;
30
+ flex: 1;
31
+ align-items: center;
32
+ flex-direction: column;
33
+
34
+ &:last-child {
35
+ padding-bottom: 0;
36
+ ${HorizontalLine} {
37
+ display: none;
38
+ }
39
+ }
40
+ `;
41
+ const Content = styled__default['default'](typography_BodyText_index.CaptionLink) `
42
+ width: 100%;
43
+ margin: 0.5rem 0 0;
44
+ line-height: 1.2;
45
+ text-align: center;
46
+ color: ${theme['default'].colors.text.dark};
47
+ `;
48
+ const VerticalLine = styled__default['default'].div `
49
+ margin: 0 auto;
50
+ width: 1px;
51
+ height: 100%;
52
+ background-color: ${theme['default'].colors.gray.dark3};
53
+ `;
54
+ const Graphic = styled__default['default'].div `
55
+ margin-right: 0.75rem;
56
+ `;
57
+ const VerticalStepWrapper = styled__default['default'].div `
58
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
59
+ display: flex;
60
+ padding-bottom: 1rem;
61
+
62
+ &:last-child {
63
+ ${VerticalLine} {
64
+ display: none;
65
+ }
66
+ }
67
+ `;
68
+ const VerticalContent = styled__default['default'](typography_BodyText_index.CaptionLink) `
69
+ margin: 0;
70
+ width: 100%;
71
+ line-height: 1.2;
72
+ text-align: left;
73
+ color: ${theme['default'].colors.text.dark};
74
+ display: flex;
75
+ flex-direction: column;
76
+ justify-content: center;
77
+ `;
78
+ const getStepState = ({ active, disabled }) => {
79
+ if (active) {
80
+ return 'active';
81
+ }
82
+ if (disabled) {
83
+ return 'disabled';
84
+ }
85
+ return 'completed';
86
+ };
87
+ const Step = ({ step = 0, active = false, completed = false, disabled = false, orientation, children, backgroundColor, ...props }) => {
88
+ const state = getStepState({ active, disabled, completed });
89
+ return orientation === 'horizontal' ? (jsxRuntime.jsxs(StepWrapper, Object.assign({}, props, { children: [jsxRuntime.jsx(components_InlineStepper_StepCircle['default'], { state: state, step: step, backgroundColor: backgroundColor }, void 0), jsxRuntime.jsx(HorizontalLine, {}, void 0), jsxRuntime.jsx(Content, Object.assign({ as: "div" }, { children: children }), void 0)] }), void 0)) : (jsxRuntime.jsxs(VerticalStepWrapper, Object.assign({}, props, { children: [jsxRuntime.jsxs(Graphic, { children: [jsxRuntime.jsx(components_InlineStepper_StepCircle['default'], { state: state, step: step }, void 0), jsxRuntime.jsx(VerticalLine, {}, void 0)] }, void 0), jsxRuntime.jsx(VerticalContent, Object.assign({ as: "div" }, { children: children }), void 0)] }), void 0));
90
+ };
91
+
92
+ exports['default'] = Step;
93
+ exports.getStepState = getStepState;
@@ -0,0 +1,78 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var theme = require('../../theme.js');
8
+ var components_Icons_CheckIcon = require('../Icons/CheckIcon.js');
9
+
10
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+
12
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
13
+
14
+ const getStatetyles = (backgroundColor) => ({
15
+ active: {
16
+ background: theme['default'].colors.primary.main,
17
+ color: theme['default'].colors.text.light,
18
+ border: `1px solid ${theme['default'].colors.primary.main}`,
19
+ },
20
+ completed: {
21
+ background: theme['default'].colors.success.main,
22
+ color: theme['default'].colors.text.light,
23
+ border: `1px solid ${theme['default'].colors.success.main}`,
24
+ },
25
+ disabled: {
26
+ background: backgroundColor,
27
+ color: theme['default'].colors.primary.main,
28
+ border: `1px solid ${theme['default'].colors.primary.main}`,
29
+ },
30
+ });
31
+ const Circle = styled__default['default'].div `
32
+ box-sizing: content-box;
33
+ width: 40px;
34
+ height: 40px;
35
+ border-radius: 50%;
36
+ position: relative;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ border: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].border};
41
+ justify-content: center;
42
+ background-color: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].background};
43
+ color: ${({ state, backgroundColor }) => getStatetyles(backgroundColor)[state].color};
44
+ &:after {
45
+ content: '';
46
+ width: 42px;
47
+ height: 42px;
48
+ border-radius: 50%;
49
+ top: -11px;
50
+ left: -11px;
51
+ position: absolute;
52
+ z-index: 2;
53
+ border: ${({ backgroundColor }) => `10px solid ${backgroundColor}`};
54
+ }
55
+ `;
56
+ const CircleText = styled__default['default'].div `
57
+ display: flex;
58
+ font-size: 1.25rem;
59
+ line-height: 1;
60
+ font-family: ${({ theme }) => theme.typography.fontAlternativeFamily};
61
+ font-weight: ${({ theme }) => theme.typography.fontAlternativeBoldWeight};
62
+ width: 100%;
63
+ height: 100%;
64
+ align-items: center;
65
+ justify-content: center;
66
+ `;
67
+ const IconWrapper = styled__default['default'].div `
68
+ width: 14px;
69
+ height: 14px;
70
+ display: flex;
71
+ & svg {
72
+ fill: ${({ theme }) => theme.colors.text.light};
73
+ width: 100%;
74
+ }
75
+ `;
76
+ const StepCircle = ({ state, step, backgroundColor = theme['default'].colors.background.light, ...props }) => (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(Circle, Object.assign({ className: state, state: state }, props, { backgroundColor: backgroundColor }, { children: jsxRuntime.jsx(CircleText, Object.assign({ as: "div" }, { children: state === 'completed' ? (jsxRuntime.jsx(IconWrapper, { children: jsxRuntime.jsx(components_Icons_CheckIcon['default'], { className: "" }, void 0) }, void 0)) : (jsxRuntime.jsx("span", Object.assign({ className: "step-content-text" }, { children: step }), void 0)) }), void 0) }), void 0) }, void 0));
77
+
78
+ exports['default'] = StepCircle;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var react = require('react');
7
+ var styled = require('styled-components');
8
+ var theme = require('../../theme.js');
9
+
10
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+
12
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
13
+
14
+ const Wrapper = styled__default['default'].div `
15
+ min-height: 4rem;
16
+ padding: 10px 0;
17
+ display: ${({ orientation }) => orientation === 'horizontal' ? 'flex' : 'block'};
18
+ justify-content: space-between;
19
+ background-color: ${({ backgroundColor }) => backgroundColor};
20
+ `;
21
+ const cloneChild = (child, newProps) => {
22
+ return react.cloneElement(child, newProps);
23
+ };
24
+ const InlineStepper = ({ children, activeStep = 0, orientation = 'horizontal', backgroundColor = theme['default'].colors.background.light, ...props }) => {
25
+ const childrenArray = Array.isArray(children) ? children : [children];
26
+ const steps = childrenArray.map((child, index) => {
27
+ var _a;
28
+ const newProps = {
29
+ active: index === activeStep,
30
+ step: index + 1,
31
+ completed: index < activeStep,
32
+ disabled: index > activeStep,
33
+ children: (_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.children,
34
+ orientation,
35
+ backgroundColor,
36
+ };
37
+ return cloneChild(child, newProps);
38
+ });
39
+ return (jsxRuntime.jsx(Wrapper, Object.assign({}, props, { orientation: orientation, backgroundColor: backgroundColor }, { children: steps }), void 0));
40
+ };
41
+
42
+ exports.InlineStepper = InlineStepper;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const Bacon = ({ color = 'black' }) => (jsxRuntime.jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 1000 1000", fill: color }, { children: [jsxRuntime.jsx("title", { children: "Bacon" }, void 0), jsxRuntime.jsx("path", { 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", transform: "matrix(.1 0 0 -.1 0 511)" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = Bacon;
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var typography_BodyText_index = require('../../typography/BodyText/index.js');
8
+ var typography_Heading_index = require('../../typography/Heading/index.js');
9
+ require('../../shared/media-queries.js');
10
+
11
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
12
+
13
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
14
+
15
+ const ListItemWrapper = styled__default['default'].li `
16
+ display: flex;
17
+ flex-direction: column;
18
+ padding-bottom: 20px;
19
+ &:last-child {
20
+ padding-bottom: 0;
21
+ }
22
+ `;
23
+ const TitleWrapper = styled__default['default'].div `
24
+ display: flex;
25
+ align-items: center;
26
+ margin: 0;
27
+ `;
28
+ const Title = styled__default['default'](typography_Heading_index.TinyTitle) `
29
+ margin: 0;
30
+ `;
31
+ const Icon = styled__default['default'].div `
32
+ display: flex;
33
+ align-items: center;
34
+ margin-right: 24px;
35
+ svg {
36
+ width: 30px;
37
+ height: 100%;
38
+ }
39
+ `;
40
+ const Content = styled__default['default'].div `
41
+ padding-left: ${({ hasIcon }) => (hasIcon ? '54px' : 0)};
42
+ `;
43
+ const ListItem = ({ title, text, icon, component: Component = 'li', children, ...props }) => (jsxRuntime.jsxs(ListItemWrapper, Object.assign({ as: Component }, props, { children: [jsxRuntime.jsxs(TitleWrapper, { children: [icon && jsxRuntime.jsx(Icon, { children: icon }, void 0), jsxRuntime.jsx(Title, { children: title }, void 0)] }, void 0), jsxRuntime.jsx(Content, Object.assign({ hasIcon: Boolean(icon) }, { children: jsxRuntime.jsxs(typography_BodyText_index.BodyText, { children: [text, children] }, void 0) }), void 0)] }), void 0));
44
+
45
+ exports['default'] = ListItem;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const LogoEn = () => (jsxRuntime.jsxs("svg", Object.assign({ viewBox: "0 0 622 223", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": "kvdlogo-en" }, { children: [jsxRuntime.jsx("title", Object.assign({ id: "kvdlogo-en" }, { children: "kvdcars.com" }), void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { d: "M124.01 84.33H99.02L77.58 114.92V56.04H55.16V166.56H77.58V132.24L101.06 166.56H127.94L96.57 123.5L124.01 84.33Z", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { d: "M175.62 84.33L161.08 131.23L146.54 84.33H124.32L149.81 166.56H150.13H172.04H172.35L197.84 84.33H175.62Z", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = LogoEn;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+
7
+ const LogoSv = () => (jsxRuntime.jsxs("svg", Object.assign({ viewBox: "0 0 492 223", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": "kvdlogo-sv" }, { children: [jsxRuntime.jsx("title", Object.assign({ id: "kvdlogo-sv" }, { children: "kvd.se" }), void 0), jsxRuntime.jsx("path", { d: "M124.94 84.11H99.78L78.2 114.91V55.63H55.63V166.89H78.2V132.34L101.83 166.89H128.89L97.32 123.54L124.94 84.11Z", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { d: "M436.21 55.59H413.64V166.89H436.21V55.59Z", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { 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", fill: "#1A2030" }, void 0), jsxRuntime.jsx("path", { d: "M176.9 84.11L162.26 131.32L147.62 84.11H125.25L150.92 166.89H151.23H173.29H173.6L199.27 84.11H176.9Z", fill: "#1A2030" }, void 0)] }), void 0));
8
+
9
+ exports['default'] = LogoSv;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var components_Logo_LogoSv = require('./LogoSv.js');
8
+ var components_Logo_LogoEn = require('./LogoEn.js');
9
+
10
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
11
+
12
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
13
+
14
+ const getWidth = (locale, width) => {
15
+ if (width) {
16
+ return width;
17
+ }
18
+ return locale === 'en' ? 175 : 132;
19
+ };
20
+ const LogoContainer = styled__default['default'].div `
21
+ width: ${({ width }) => width}px;
22
+ `;
23
+ const Logo = ({ locale, width }) => {
24
+ const Logo = locale === 'en' ? components_Logo_LogoEn['default'] : components_Logo_LogoSv['default'];
25
+ const containerWidth = getWidth(locale, width);
26
+ return (jsxRuntime.jsx(LogoContainer, Object.assign({ width: containerWidth, "data-testid": `logo-${locale}` }, { children: jsxRuntime.jsx(Logo, {}, void 0) }), void 0));
27
+ };
28
+
29
+ exports.Logo = Logo;
30
+ exports['default'] = Logo;
@@ -0,0 +1,83 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var jsxRuntime = require('react/jsx-runtime');
6
+ var styled = require('styled-components');
7
+ var theme = require('../../theme.js');
8
+
9
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
10
+
11
+ var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
12
+
13
+ const fontSizes = {
14
+ 1: {
15
+ size: '2rem',
16
+ lineHeight: '3rem',
17
+ bottom: '2rem',
18
+ fontFamily: theme['default'].typography.fontAlternativeFamily,
19
+ },
20
+ 2: {
21
+ size: '1.5rem',
22
+ lineHeight: '2.5rem',
23
+ bottom: '1rem',
24
+ fontFamily: theme['default'].typography.fontAlternativeFamily,
25
+ },
26
+ 3: {
27
+ size: '1rem',
28
+ lineHeight: '1.5rem',
29
+ bottom: '1rem',
30
+ fontFamily: theme['default'].typography.fontBaseFamily,
31
+ },
32
+ };
33
+ const Wrapper = styled__default['default'].li `
34
+ list-style-type: none;
35
+ display: flex;
36
+ flex-direction: column;
37
+ ${({ hasPreamble }) => hasPreamble && 'grid-column-end: span 2'};
38
+
39
+ :hover {
40
+ cursor: pointer;
41
+ }
42
+ `;
43
+ const BaseText = styled__default['default'].span `
44
+ font-family: ${({ theme }) => theme.typography.fontAlternativeFamily};
45
+ font-weight: ${({ theme }) => theme.typography.fontAlternativeRegularWeight};
46
+ `;
47
+ const TextContainer = styled__default['default'].div `
48
+ display: flex;
49
+ flex-direction: column;
50
+ padding-bottom: ${({ level }) => fontSizes[level].bottom};
51
+ `;
52
+ const Text = styled__default['default'](BaseText) `
53
+ color: ${({ theme }) => theme.colors.text.dark};
54
+ font-size: ${({ level }) => fontSizes[level].size};
55
+ line-height: ${({ level }) => fontSizes[level].lineHeight};
56
+ font-family: ${({ level }) => fontSizes[level].fontFamily};
57
+
58
+ ${({ level, theme }) => level === 3 &&
59
+ `font-weight: ${theme.typography.fontAlternativeRegularWeight}`};
60
+ `;
61
+ const Title = styled__default['default'](BaseText) `
62
+ font-size: 0.75rem;
63
+ font-weight: ${({ theme }) => theme.typography.fontAlternativeBoldWeight};
64
+ line-height: 1.25rem;
65
+ color: ${({ theme }) => theme.colors.text.dark};
66
+ text-transform: uppercase;
67
+ margin-bottom: 1.5rem;
68
+ `;
69
+ const Preamble = styled__default['default'](BaseText) `
70
+ font-size: 0.8125rem;
71
+ font-weight: ${({ theme }) => theme.typography.fontBaseRegularWeight};
72
+ line-height: 1.5rem;
73
+ font-family: ${({ theme }) => theme.typography.fontBaseFamily};
74
+ color: ${({ theme }) => theme.colors.text.dark};
75
+ margin-top: ${({ level }) => (level === 3 ? '0.25rem' : 0)};
76
+ `;
77
+ const MenuItem = ({ preamble, title, level, component: Component = 'li', children, ...props }) => {
78
+ const hasPreamble = Boolean(preamble);
79
+ return (jsxRuntime.jsxs(Wrapper, Object.assign({ as: Component }, props, { hasPreamble: hasPreamble }, { children: [title && jsxRuntime.jsx(Title, { children: title }, void 0), jsxRuntime.jsxs(TextContainer, Object.assign({ level: level }, { children: [jsxRuntime.jsx(Text, Object.assign({ level: level, hasPreamble: hasPreamble }, { children: children }), void 0), preamble && jsxRuntime.jsx(Preamble, Object.assign({ level: level }, { children: preamble }), void 0)] }), void 0)] }), void 0));
80
+ };
81
+
82
+ exports.MenuItem = MenuItem;
83
+ exports['default'] = MenuItem;