@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,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function FindCarIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 64 64",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M44 41.6c1.7-.2 4 0 4 2.4 0 1.3-.6 1.9-1.4 2.2.7 1.8 1 4.1.7 5.7l-1 6.1c0 .3-.1.6-.3.9V62c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-2H10v2c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-3.1c-.2-.3-.3-.6-.3-.9l-1-6.1c-.3-1.6 0-3.9.7-5.7C.6 45.9 0 45.3 0 44c0-2.4 2.3-2.6 4-2.4v-.2l4.2-7C9.7 31.9 13.1 30 16 30h16c2.9 0 6.3 1.9 7.8 4.4l4.2 7v.2zm-4.3.4l-3.4-5.5c-.7-1.3-2.8-2.5-4.3-2.5H16c-1.5 0-3.6 1.2-4.3 2.5L8.3 42h31.4zM56 14c0 7.7-6.3 14-14 14s-14-6.3-14-14S34.3 0 42 0s14 6.3 14 14zm8 20l-2 2-8.5-8.5 2-2L64 34zM39 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zM9 54c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm44.2-40c0-6.2-5-11.2-11.2-11.2-6.2 0-11.2 5-11.2 11.2 0 6.2 5 11.2 11.2 11.2 6.2 0 11.2-5 11.2-11.2z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = FindCarIcon;
@@ -0,0 +1,48 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function FixedMonthlyCostIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 56 56",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M25.44 22l-1.673-2.641V22H22v-8.25h1.715v4.526l1.725-2.501h2.008L25.2 18.893 27.5 22h-2.06zm13.747 9.611c0 .604-.281.923-.667 1.077.334.854.491 1.929.363 2.713l-.489 2.992a1.05 1.05 0 01-.152.393v1.517a.955.955 0 01-.954.947h-1.873a.952.952 0 01-.954-.947v-.98H21.227v.988a.95.95 0 01-.955.939H18.4a.944.944 0 01-.955-.939v-1.528l.017.026a1.293 1.293 0 01-.017-.026 1.036 1.036 0 01-.152-.39l-.489-2.992c-.127-.782.028-1.856.363-2.713-.386-.154-.667-.473-.667-1.077 0-1.174 1.066-1.27 1.89-1.17v-.06l1.995-3.39c.71-1.206 2.307-2.126 3.686-2.126h7.546c1.384 0 2.971.912 3.685 2.126l1.995 3.39v.06c.825-.1 1.89-.004 1.89 1.17zm-3.938-.963l-1.568-2.665c-.372-.632-1.343-1.19-2.064-1.19H24.07c-.716 0-1.697.565-2.065 1.19l-1.568 2.665H35.25zm1.103 4.337c0 .798-.635 1.446-1.418 1.446-.783 0-1.418-.648-1.418-1.446 0-.798.635-1.446 1.418-1.446.783 0 1.418.648 1.418 1.446zm-15.598 1.446c.783 0 1.418-.648 1.418-1.446 0-.798-.635-1.446-1.418-1.446-.783 0-1.418.648-1.418 1.446 0 .798.635 1.446 1.418 1.446zm4.254 0v-.964h5.672v.964h-5.672zM33 15.675a2.392 2.392 0 00-1.185.328 2.714 2.714 0 00-1.008.902v-1.171h-1.932V22h1.956v-2.846a1.286 1.286 0 01.427-1.101 1.925 1.925 0 011.185-.328H33v-2.05z"
45
+ }));
46
+ }
47
+
48
+ exports['default'] = FixedMonthlyCostIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function FlagIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 26 18",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M12 7V1H8v6H1v4h7v6h4v-6h13V7H12zM0 2C0 .9.9 0 2 0h22c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V2z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = FlagIcon;
@@ -0,0 +1,48 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function FlexibilityIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 56 56",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M28 0a28 28 0 100 56 28 28 0 000-56zm0 54.25A26.25 26.25 0 1154.25 28 26.29 26.29 0 0128 54.25z"
41
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M25.867 20.453c1.422 0 2.777-.286 4.01-.805a10.396 10.396 0 005.545-5.544c.518-1.233.805-2.588.805-4.01 0 1.422.286 2.777.804 4.01a10.396 10.396 0 005.545 5.544c1.233.519 2.588.805 4.01.805-1.422 0-2.777.287-4.01.805a10.396 10.396 0 00-5.545 5.544 10.326 10.326 0 00-.804 4.01c0-1.421-.287-2.776-.805-4.01a10.396 10.396 0 00-5.544-5.544 10.328 10.328 0 00-4.01-.805zm5.778 0a11.916 11.916 0 014.582 4.582 11.916 11.916 0 014.582-4.582 11.916 11.916 0 01-4.582-4.582 11.916 11.916 0 01-4.582 4.582zm5.187 13.363c0-.958-.913-1.088-1.626-.958l-1.716-2.764a3.956 3.956 0 00-1.37-1.23 4.06 4.06 0 00-1.793-.489h-6.482a4.06 4.06 0 00-1.793.489c-.55.299-1.02.72-1.37 1.23l-1.716 2.72c-.713-.075-1.626 0-1.626.958a.823.823 0 00.15.56.857.857 0 00.485.333 5.484 5.484 0 00-.312 2.557l.334 1.893a1 1 0 00.156.392v1.153c0 .252.102.492.284.67a.98.98 0 00.685.277h1.281c.258 0 .506-.1.69-.276a.947.947 0 00.29-.67v-.62h11.383v.62a.947.947 0 00.291.67.991.991 0 00.69.276h1.303a.98.98 0 00.685-.277.936.936 0 00.284-.67v-1.11a.999.999 0 00.156-.391l.334-1.894a5.472 5.472 0 00-.312-2.557.857.857 0 00.485-.332.823.823 0 00.15-.56zm-14.758-2.95c.204-.278.468-.51.774-.677.307-.167.647-.266.997-.29h6.482c.35.02.692.119.999.286.306.168.57.4.772.682l1.348 2.176h-12.72l1.348-2.176zm-1.114 6.867a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.267-1.277 1.229 1.229 0 011.31-.25c.22.09.406.24.538.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zm8.532 0h-4.845v-.783h4.878l-.033.783zm3.653 0a1.223 1.223 0 01-.665-.203 1.18 1.18 0 01-.438-.53 1.15 1.15 0 01.268-1.277 1.229 1.229 0 011.31-.25c.218.09.405.24.537.433a1.156 1.156 0 01-.142 1.475c-.221.22-.521.347-.837.352h-.033zM16.278 25.664c-.72.554-1.62.883-2.598.883a4.247 4.247 0 013.383 1.667c.553.72.882 1.62.882 2.599a4.247 4.247 0 011.667-3.383 4.247 4.247 0 012.599-.883 4.247 4.247 0 01-3.383-1.667 4.247 4.247 0 01-.883-2.599 4.247 4.247 0 01-1.667 3.383zm1.667 1.27a5.823 5.823 0 00-.386-.387 5.8 5.8 0 00.386-.387 5.8 5.8 0 00.387.387 5.823 5.823 0 00-.387.386z"
45
+ }));
46
+ }
47
+
48
+ exports['default'] = FlexibilityIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function ForumLargeIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 66 55",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M42.2 26.597c.4 0 .7-.1 1.1-.1 1.4 0 2.5.4 3.3 1.2.8.8 1.1 1.8 1.1 2.9h-3c0-.4-.2-.7-.4-1-.3-.3-.6-.4-1-.4-.5 0-.8.1-1.1.4-.2.3-.3.6-.3 1 0 .7.2 1.1.7 1.4.4.2 1.2.3 2.2.3H46v3.9h-3v-1.8c-1.4 0-2.5-.3-3.2-.9-.7-.6-1.1-1.5-1.1-2.8-3.8 3.2-9.1 4.8-15.2 4.9 1.3 9.5 9.4 14 20.2 14h.2c.1 0 .3.1.7.1.6.1 1.2.3 1.9.4 2 .4 4.1.8 6.1 1.2.4.1.8.2 1.2.2 4.2.8 7.3 1.3 8.8 1.5-.4-.7-1-1.6-1.9-2.8-.2-.2-.4-.6-.7-.9-.6-.8-1.3-1.6-2-2.3-.3-.3-.5-.6-.7-.8l-.2-.2 1.4-1.4c.1 0 .2.1.3.3.2.2.4.5.7.7.7.8 1.4 1.7 2.1 2.5.2.3.5.6.7.9 1 1.3 1.7 2.4 2.1 3.2.7 1.5.5 2.8-1.2 2.8-1.2 0-4.6-.6-9.8-1.5-.4-.1-.8-.2-1.2-.2-2-.4-4-.8-6.1-1.2-.7-.2-1.3-.3-1.9-.4-.3-.1-.5-.1-.6-.1-11.6-.1-20.7-5.1-22.1-15.8-.5.1-1 .3-1.6.4-2.1.4-4.1.8-6.1 1.2-.4 0-.8.1-1.2.2-5.2.9-8.6 1.5-9.8 1.5-1.7 0-1.9-1.3-1.2-2.8.4-.8 1.1-1.9 2.1-3.2.2-.3.5-.6.7-.9.7-.8 1.4-1.7 2.1-2.5.3-.2.5-.5.7-.7.1-.2.2-.3.3-.3l1.4 1.4-.2.2c-.2.2-.4.5-.7.8-.7.7-1.4 1.5-2 2.3-.3.3-.5.7-.7.9-.9 1.2-1.5 2.1-1.9 2.8 1.5-.2 4.6-.7 8.8-1.5.4 0 .8-.1 1.2-.2 2-.4 4.1-.8 6.1-1.2.7-.1 1.3-.3 1.9-.4.4 0 .6-.1.7-.1h.2c11.9 0 20.4-5.4 20.4-16.8 0-7.6-10.4-14.9-20.4-14.9-11.6 0-20.3 6.6-20.3 14.9 0 3 1.3 6.2 2.4 7.2l-1.4 1.5c-1.5-1.4-3-5.2-3-8.7 0-9.6 9.6-16.9 22.3-16.9 10.5 0 21.5 7.4 22.3 15.9 12.2.4 21.4 7.6 21.4 16.9 0 3.5-1.5 7.3-3 8.7l-1.4-1.5c1.1-1 2.4-4.2 2.4-7.2 0-8.1-8.2-14.5-19.4-14.9-.1 3.4-.9 6.3-2.4 8.7zm.3-2.1c.3.3.7.5 1.2.5s.9-.2 1.3-.5c.3-.4.5-.8.5-1.3s-.2-.9-.5-1.2c-.4-.4-.8-.5-1.3-.5s-.9.1-1.2.5c-.4.3-.6.7-.6 1.2s.2.9.6 1.3zm2.7-4.3l.3-9.5H42l.4 9.5h2.8zm-24.9 20.3c.4.3.8.5 1.3.5s.9-.2 1.2-.5c.4-.4.6-.8.6-1.3s-.2-.9-.6-1.2c-.3-.4-.7-.5-1.2-.5s-.9.1-1.3.5c-.3.3-.5.7-.5 1.2s.2.9.5 1.3z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = ForumLargeIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function ForumSmallIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 26 22",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M17.9 8c-.4 4.2-3.5 6.3-7.7 6.7.7 2.7 3.3 4 6.8 4h.2c.1 0 .1 0 .3.1.2 0 .4.1.7.1.7.2 1.5.3 2.3.5.2 0 .3 0 .4.1.7.1 1.3.2 1.9.3l-.2-.2c-.2-.3-.4-.6-.7-.8-.1-.2-.3-.3-.3-.4L23 17l.4.4c.3.3.5.7.8 1l.3.3c.4.6.7 1 .9 1.4.4.9.2 1.9-1.1 1.9-.5 0-1.8-.2-3.8-.6-.1 0-.2 0-.4-.1-.8-.1-1.5-.3-2.3-.4-.3-.1-.5-.1-.7-.2h-.2c-4.4 0-7.9-1.9-8.7-5.8-.8.1-1.5.3-2.3.4-.2.1-.3.1-.4.1-2 .4-3.3.6-3.8.6-1.3 0-1.5-1-1.1-1.9.2-.4.5-.8.9-1.4l.3-.3c.3-.3.5-.7.8-1L3 11l1.4 1.4c0 .1-.2.2-.3.4-.3.2-.5.5-.7.8l-.2.2c.6-.1 1.2-.2 1.9-.3.1-.1.2-.1.4-.1.8-.2 1.6-.3 2.3-.5.3 0 .5-.1.7-.1.2-.1.2-.1.3-.1H9c4.1 0 7-1.8 7-5.7 0-2.5-3.6-5-7-5-4.1 0-7 2.2-7 5 0 .9.4 2 .7 2.3l-1.4 1.4C.6 10.1 0 8.5 0 7c0-4 3.9-7 9-7 4 0 8.2 2.7 8.9 6 4.6.4 8.1 3.2 8.1 7 0 1.5-.6 3.1-1.3 3.7l-1.4-1.4c.3-.3.7-1.4.7-2.3 0-2.5-2.5-4.6-6.1-5z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = ForumSmallIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GavelIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M5.371 5.42c.59-.588 1.54-.6 2.116-.026l.31.31 2.455-2.496 6.084 6.315-2.52 2.432 9.48 9.48c.575.574.563 1.527-.026 2.116-.589.589-1.54.6-2.115.026l-9.515-9.514-1.98 1.904-6.086-5.97L5.67 7.861l-.327-.328c-.572-.572-.56-1.523.028-2.112zM.658 10.257c.469-.468 1.225-.478 1.683-.02l6.962 6.962c.458.457.448 1.214-.02 1.683-.47.469-1.226.478-1.684.02L.637 11.94c-.458-.457-.448-1.214.02-1.683zM10.556.36c.468-.47 1.225-.479 1.682-.021L19.203 7.3c.457.458.448 1.214-.021 1.683-.469.47-1.226.479-1.683.021l-6.963-6.962c-.459-.458-.45-1.214.02-1.683z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = GavelIcon;
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GearboxIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 14 20",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ fillRule: "evenodd",
39
+ clipRule: "evenodd",
40
+ d: "M6.863 0c3.076 0 5.445 1.386 5.445 4.615 0 2.074-.456 3.431-1.645 5.745l-.21.41h.297c.802 0 1.537.589 1.695 1.37l1.251 6.188c.18.893-.467 1.672-1.389 1.672H1.42c-.921 0-1.571-.774-1.39-1.672l1.252-6.189c.157-.775.887-1.37 1.688-1.37h.304l-.21-.409C1.874 8.046 1.42 6.69 1.42 4.615 1.419 1.386 3.787 0 6.863 0zM3.995 12.308H2.97c-.058 0-.151.075-.163.133L1.59 18.46h10.547l-1.218-6.02c-.011-.058-.105-.133-.17-.133H9.732c-.335.83-.493 1.513-.534 2.307 0 1.326-.83 2.308-2.334 2.308-1.5 0-2.333-.992-2.332-2.269-.042-.82-.2-1.512-.536-2.346zm6.757-7.693c0 1.775-.388 2.932-1.476 5.048l-.237.461c-.92 1.802-1.319 2.931-1.397 4.452 0 .57-.203.809-.779.809-.57 0-.777-.247-.777-.77-.08-1.56-.477-2.69-1.398-4.49l-.237-.462C3.363 7.547 2.975 6.39 2.975 4.615c0-2.164 1.559-3.077 3.888-3.077 2.33 0 3.89.913 3.89 3.077zM6 6a1 1 0 010-2h2a1 1 0 110 2H6z"
41
+ }));
42
+ }
43
+
44
+ exports['default'] = GearboxIcon;
@@ -0,0 +1,58 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GiftIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 24 24",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ ...props
36
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
37
+ fill: "currentColor",
38
+ stroke: "currentColor",
39
+ strokeWidth: 0.2
40
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
41
+ d: "M20.846 11.13h-.1V21.8H3.282V11.13H1.436v11.593c0 .51.413.923.923.923h19.31c.51 0 .922-.413.922-.923V11.131h-1.745z"
42
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
43
+ d: "M23.177 4.959H.823A.923.923 0 00-.1 5.88v5.376c0 .51.413.923.923.923h22.354c.51 0 .923-.413.923-.923V5.881a.923.923 0 00-.923-.922zm-.923 5.376H1.746v-3.53h20.508v3.53z"
44
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
45
+ d: "M12.906 5.65h0c-.029-.11-.385-1.428-1.236-2.72C10.82 1.637 9.463.352 7.433.352A3.23 3.23 0 004.206 3.58c0 1.779 1.434 3.227 3.2 3.227h4.608a.923.923 0 00.892-1.157zm-5.5-.689h-.012c-.753-.006-1.342-.608-1.342-1.381 0-.748.633-1.381 1.381-1.381.867 0 1.564.426 2.113 1.006.507.535.882 1.196 1.14 1.756h-3.28z"
46
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
47
+ d: "M16.594.353c-2.03 0-3.386 1.285-4.237 2.576l-1.14 2.747-.096-.026s0 0 0 0a.923.923 0 00.893 1.157h4.608c1.765 0 3.2-1.448 3.2-3.227A3.23 3.23 0 0016.593.353zm.028 4.608h-3.283c.255-.56.629-1.22 1.136-1.756.549-.58 1.248-1.006 2.12-1.006.747 0 1.38.633 1.38 1.381 0 .777-.595 1.381-1.353 1.381z"
48
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
49
+ d: "M12.937 5.883v-.1H11.09V22.824h1.846V5.883z"
50
+ })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", {
51
+ id: "gift-icon_svg__clip0"
52
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
53
+ fill: "#fff",
54
+ d: "M0 0h24v24H0z"
55
+ }))));
56
+ }
57
+
58
+ exports['default'] = GiftIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GridViewIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 24 24",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M0 0h24v10.5H0V0zm0 13.5h24V24H0V13.5z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = GridViewIcon;
@@ -0,0 +1,79 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GroupIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 32 32",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M16 0C7.163 0 0 7.163 0 16h8.522c0-4.29 3.21-7.478 7.478-7.478V0z",
39
+ id: "group-icon_svg__a"
40
+ })), /* @__PURE__ */ React__namespace.createElement("g", {
41
+ fill: "none",
42
+ fillRule: "evenodd"
43
+ }, /* @__PURE__ */ React__namespace.createElement("circle", {
44
+ stroke: "currentColor",
45
+ strokeWidth: 2,
46
+ cx: 17,
47
+ cy: 17,
48
+ r: 14
49
+ }), /* @__PURE__ */ React__namespace.createElement("circle", {
50
+ stroke: "currentColor",
51
+ strokeWidth: 2,
52
+ cx: 17,
53
+ cy: 17,
54
+ r: 6
55
+ }), /* @__PURE__ */ React__namespace.createElement("use", {
56
+ xlinkHref: "#group-icon_svg__a"
57
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
58
+ stroke: "currentColor",
59
+ strokeWidth: 2,
60
+ d: "M15 1.033C7.512 1.526 1.526 7.513 1.033 15h6.542c.43-4.001 3.429-6.995 7.425-7.425V2.548 1.033z"
61
+ }), /* @__PURE__ */ React__namespace.createElement("circle", {
62
+ fill: "currentColor",
63
+ cx: 15,
64
+ cy: 18,
65
+ r: 1
66
+ }), /* @__PURE__ */ React__namespace.createElement("circle", {
67
+ fill: "currentColor",
68
+ cx: 19,
69
+ cy: 18,
70
+ r: 1
71
+ }), /* @__PURE__ */ React__namespace.createElement("circle", {
72
+ fill: "currentColor",
73
+ cx: 17,
74
+ cy: 15,
75
+ r: 1
76
+ })));
77
+ }
78
+
79
+ exports['default'] = GroupIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GuaranteeIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ width: "1em",
32
+ height: "1em",
33
+ viewBox: "0 0 27 24",
34
+ fill: "currentColor",
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M19.652 6.75h-14v-1.5h14v1.5zm1.133 8.653l-2.539 3.99a1.75 1.75 0 01-2.714.297l-1.41-1.41 1.06-1.06 1.41 1.41a.25.25 0 00.389-.043l2.539-3.99 1.265.806zM5.652 10.75h14v-1.5h-14v1.5zm5 4h-5v-1.5h5v1.5zm-5 4h5v-1.5h-5v1.5z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = GuaranteeIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GuaranteeLargeIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 60 66",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M23 64H6.3C3.9 64 2 62.1 2 59.7V6.3C2 3.9 3.9 2 6.3 2h43.4C52.1 2 54 3.9 54 6.3V28h2V6.3C56 2.8 53.2 0 49.7 0H6.3C2.8 0 0 2.8 0 6.3v53.4C0 63.2 2.8 66 6.3 66H23v-2zm20.9 1c-8.9 0-16.1-7.2-16.1-16S35 33 43.9 33C52.8 33 60 40.2 60 49s-7.2 16-16.1 16zm-2.6-12.1c-.3-.2-.7-.5-1.1-.9-.2-.4-.6-.7-.9-1.1-.4-.5-.9-1.1-1.3-1.7-.3-.4-.5-.7-.6-.8L35 50.1l.2.2c.1.2.3.4.4.7l1.5 1.8c.4.5.7.9 1.1 1.2 1.2 1.3 2.2 2 3.2 2 1.3 0 3-1.5 6.2-4.9.2-.3.5-.6.7-.9 1.1-1.1 2.2-2.4 3.3-3.6.4-.4.7-.9 1-1.2.2-.2.3-.4.4-.5L50.8 43l-.4.4c-.3.4-.6.8-1 1.2-1.1 1.3-2.2 2.5-3.2 3.6-.3.3-.5.6-.7.8-1.2 1.3-2.2 2.3-3 3-.5.4-.8.7-1.1.9h-.1zM9 9h38v2H9V9zm0 10h38v2H9v-2zm0 10h20v2H9v-2zm0 10h12v2H9v-2zm0 10h12v2H9v-2z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = GuaranteeLargeIcon;
@@ -0,0 +1,42 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () {
17
+ return e[k];
18
+ }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n['default'] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function GuaranteeSmallIcon(props) {
30
+ return /* @__PURE__ */ React__namespace.createElement("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ viewBox: "0 0 24 26",
35
+ fill: "currentColor",
36
+ ...props
37
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
38
+ d: "M9 24v2H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v6.9h-2V3c0-.6-.4-1-1-1H3c-.6 0-1 .5-1 1v20c0 .5.5 1 1 1h6zM4 4h14v2H4V4zm0 4h14v2H4V8zm0 4h5v2H4v-2zm0 4h4v2H4v-2zm13 10c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm0-2c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm-1.1-4.3c0 .1 0 .1.1.1 0 0 .1 0 .1-.1.3-.2.7-.6 1.1-1.1l.3-.3c.4-.4.8-.9 1.2-1.3.2-.3.4-.5.5-.6l1.6 1.2c-.1.2-.3.4-.6.7-.4.5-.8.9-1.2 1.4l-.3.3c-1.4 1.5-2 2-2.7 2-.6 0-1-.3-1.6-.9-.1-.1-.3-.3-.4-.5-.2-.2-.4-.4-.6-.7-.1-.1-.2-.3-.2-.3l1.6-1.2c.1.1.1.2.2.3.2.2.4.5.5.7.1.1.3.2.4.3z"
39
+ }));
40
+ }
41
+
42
+ exports['default'] = GuaranteeSmallIcon;