@helsenorge/designsystem-react 1.0.0-beta105 → 1.0.0-beta109

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 (888) hide show
  1. package/Button-ed1c6e3f.js +2 -0
  2. package/Button-ed1c6e3f.js.map +1 -0
  3. package/CHANGELOG.md +52 -52
  4. package/Checkbox-8e590de0.js +2 -0
  5. package/Checkbox-8e590de0.js.map +1 -0
  6. package/Close-403016b0.js +2 -0
  7. package/Close-403016b0.js.map +1 -0
  8. package/{FormGroup-0577b07f.js → FormGroup-fbf475ed.js} +2 -2
  9. package/FormGroup-fbf475ed.js.map +1 -0
  10. package/Input-cd0319e0.js +2 -0
  11. package/Input-cd0319e0.js.map +1 -0
  12. package/{Loader-fa16a352.js → Loader-bf89238f.js} +2 -2
  13. package/Loader-bf89238f.js.map +1 -0
  14. package/Modal-1776ded7.js +2 -0
  15. package/Modal-1776ded7.js.map +1 -0
  16. package/README.md +69 -69
  17. package/{RadioButton-fe4bbd36.js → RadioButton-b0da1997.js} +2 -2
  18. package/RadioButton-b0da1997.js.map +1 -0
  19. package/{Textarea-e1d1144c.js → Textarea-648063a9.js} +2 -2
  20. package/Textarea-648063a9.js.map +1 -0
  21. package/{Title-af53f589.js → Title-1d8708ea.js} +2 -2
  22. package/Title-1d8708ea.js.map +1 -0
  23. package/Validation-df81209c.js +2 -0
  24. package/Validation-df81209c.js.map +1 -0
  25. package/_rollupPluginBabelHelpers-6b3099b0.js +2 -0
  26. package/_rollupPluginBabelHelpers-6b3099b0.js.map +1 -0
  27. package/color-e7d082c1.js +2 -0
  28. package/color-e7d082c1.js.map +1 -0
  29. package/components/AnchorLink/AnchorLink.d.ts +18 -18
  30. package/components/AnchorLink/index.d.ts +3 -3
  31. package/components/AnchorLink/index.js +1 -1
  32. package/components/AnchorLink/styles.module.scss +63 -63
  33. package/components/AnchorLink/styles.module.scss.d.ts +10 -10
  34. package/components/Avatar/Avatar.d.ts +15 -15
  35. package/components/Avatar/index.d.ts +3 -3
  36. package/components/Avatar/index.js +1 -1
  37. package/components/Avatar/styles.module.scss +22 -22
  38. package/components/Avatar/styles.module.scss.d.ts +11 -11
  39. package/components/Badge/Badge.d.ts +16 -16
  40. package/components/Badge/index.d.ts +3 -3
  41. package/components/Badge/index.js +1 -1
  42. package/components/Badge/styles.module.scss +41 -41
  43. package/components/Badge/styles.module.scss.d.ts +17 -17
  44. package/components/Button/Button.d.ts +42 -41
  45. package/components/Button/Button.d.ts.map +1 -1
  46. package/components/Button/componentdata.json +2 -2
  47. package/components/Button/index.d.ts +3 -3
  48. package/components/Button/index.js +1 -1
  49. package/components/Button/styles.module.scss +434 -434
  50. package/components/Button/styles.module.scss.d.ts +34 -34
  51. package/components/ButtonWithModal/ButtonWithModal.d.ts +10 -10
  52. package/components/ButtonWithModal/index.d.ts +3 -3
  53. package/components/ButtonWithModal/index.js +1 -1
  54. package/components/Checkbox/Checkbox.d.ts +30 -30
  55. package/components/Checkbox/index.d.ts +3 -3
  56. package/components/Checkbox/index.js +1 -1
  57. package/components/Checkbox/styles.module.scss +204 -204
  58. package/components/Checkbox/styles.module.scss.d.ts +26 -26
  59. package/components/Close/Close.d.ts +11 -11
  60. package/components/Close/index.d.ts +3 -3
  61. package/components/Close/index.js +1 -1
  62. package/components/Close/styles.module.scss +32 -32
  63. package/components/Close/styles.module.scss.d.ts +9 -9
  64. package/components/Expander/Expander.d.ts +32 -32
  65. package/components/Expander/Expander.d.ts.map +1 -1
  66. package/components/Expander/index.d.ts +3 -3
  67. package/components/Expander/index.js +1 -1
  68. package/components/Expander/styles.module.scss +165 -165
  69. package/components/Expander/styles.module.scss.d.ts +42 -42
  70. package/components/ExpanderList/ExpanderList.d.ts +47 -45
  71. package/components/ExpanderList/ExpanderList.d.ts.map +1 -1
  72. package/components/ExpanderList/index.d.ts +3 -3
  73. package/components/ExpanderList/index.js +1 -1
  74. package/components/ExpanderList/styles.module.scss +160 -155
  75. package/components/ExpanderList/styles.module.scss.d.ts +28 -27
  76. package/components/FormExample/FormExample.d.ts +15 -15
  77. package/components/FormExample/index.d.ts +3 -3
  78. package/components/FormExample/index.js +1 -1
  79. package/components/FormExample/index.js.map +1 -1
  80. package/components/FormGroup/FormGroup.d.ts +24 -24
  81. package/components/FormGroup/index.d.ts +3 -3
  82. package/components/FormGroup/index.js +1 -1
  83. package/components/FormGroup/styles.module.scss +67 -67
  84. package/components/FormGroup/styles.module.scss.d.ts +16 -16
  85. package/components/HighlightBox/HighlightBox.d.ts +26 -23
  86. package/components/HighlightBox/HighlightBox.d.ts.map +1 -1
  87. package/components/HighlightBox/componentdata.json +19 -0
  88. package/components/HighlightBox/index.d.ts +3 -3
  89. package/components/HighlightBox/index.js +1 -1
  90. package/components/HighlightBox/styles.module.scss +174 -89
  91. package/components/Icons/ActiveMonitoring.d.ts +4 -4
  92. package/components/Icons/ActiveMonitoring.js +1 -1
  93. package/components/Icons/AcupunctureBack.d.ts +4 -4
  94. package/components/Icons/AcupunctureBack.d.ts.map +1 -1
  95. package/components/Icons/AcupunctureBack.js +1 -1
  96. package/components/Icons/AdditionalIconInformation.js +263 -263
  97. package/components/Icons/AdditionalIconInformation.js.map +1 -1
  98. package/components/Icons/AlarmClock.d.ts +4 -4
  99. package/components/Icons/AlarmClock.d.ts.map +1 -1
  100. package/components/Icons/AlarmClock.js +1 -1
  101. package/components/Icons/AlertSignFill.d.ts +4 -4
  102. package/components/Icons/AlertSignFill.d.ts.map +1 -1
  103. package/components/Icons/AlertSignFill.js +1 -1
  104. package/components/Icons/AlertSignStroke.d.ts +4 -4
  105. package/components/Icons/AlertSignStroke.d.ts.map +1 -1
  106. package/components/Icons/AlertSignStroke.js +1 -1
  107. package/components/Icons/Amputation.d.ts +4 -4
  108. package/components/Icons/Amputation.js +1 -1
  109. package/components/Icons/Anxiety.d.ts +4 -4
  110. package/components/Icons/Anxiety.js +1 -1
  111. package/components/Icons/Apple.d.ts +4 -4
  112. package/components/Icons/Apple.js +1 -1
  113. package/components/Icons/Archive.d.ts +4 -4
  114. package/components/Icons/Archive.d.ts.map +1 -1
  115. package/components/Icons/Archive.js +1 -1
  116. package/components/Icons/ArmFlexing.d.ts +4 -4
  117. package/components/Icons/ArmFlexing.js +1 -1
  118. package/components/Icons/ArrowLeft.d.ts +4 -4
  119. package/components/Icons/ArrowLeft.d.ts.map +1 -1
  120. package/components/Icons/ArrowLeft.js +1 -1
  121. package/components/Icons/ArrowRight.d.ts +4 -4
  122. package/components/Icons/ArrowRight.d.ts.map +1 -1
  123. package/components/Icons/ArrowRight.js +1 -1
  124. package/components/Icons/ArrowUpRight.d.ts +4 -4
  125. package/components/Icons/ArrowUpRight.d.ts.map +1 -1
  126. package/components/Icons/ArrowUpRight.js +1 -1
  127. package/components/Icons/Attachment.d.ts +4 -4
  128. package/components/Icons/Attachment.d.ts.map +1 -1
  129. package/components/Icons/Attachment.js +1 -1
  130. package/components/Icons/Atv.d.ts +4 -4
  131. package/components/Icons/Atv.js +1 -1
  132. package/components/Icons/Avatar.d.ts +4 -4
  133. package/components/Icons/Avatar.d.ts.map +1 -1
  134. package/components/Icons/Avatar.js +1 -1
  135. package/components/Icons/AwakePersonOnPillow.d.ts +4 -4
  136. package/components/Icons/AwakePersonOnPillow.js +1 -1
  137. package/components/Icons/Baby.d.ts +4 -4
  138. package/components/Icons/Baby.js +1 -1
  139. package/components/Icons/BandAid.d.ts +4 -4
  140. package/components/Icons/BandAid.js +1 -1
  141. package/components/Icons/BeerAndPills.d.ts +4 -4
  142. package/components/Icons/BeerAndPills.js +1 -1
  143. package/components/Icons/Bell.d.ts +4 -4
  144. package/components/Icons/Bell.js +1 -1
  145. package/components/Icons/Bike.d.ts +4 -4
  146. package/components/Icons/Bike.js +1 -1
  147. package/components/Icons/BirthControl.d.ts +4 -4
  148. package/components/Icons/BirthdayCake.d.ts +4 -4
  149. package/components/Icons/BirthdayCake.js +1 -1
  150. package/components/Icons/Boat.d.ts +4 -4
  151. package/components/Icons/Boat.js +1 -1
  152. package/components/Icons/Body.d.ts +4 -4
  153. package/components/Icons/Brain.d.ts +4 -4
  154. package/components/Icons/Brain.js +1 -1
  155. package/components/Icons/BreastReconstruction.d.ts +4 -4
  156. package/components/Icons/BreastReconstruction.js +1 -1
  157. package/components/Icons/BreastRemoval.d.ts +4 -4
  158. package/components/Icons/BreastRemoval.js +1 -1
  159. package/components/Icons/Breasts.d.ts +4 -4
  160. package/components/Icons/Breasts.js +1 -1
  161. package/components/Icons/BrokenHeart.d.ts +4 -4
  162. package/components/Icons/BrokenHeart.js +1 -1
  163. package/components/Icons/BrokenPuzzle.d.ts +4 -4
  164. package/components/Icons/BrokenPuzzle.js +1 -1
  165. package/components/Icons/Bus.d.ts +4 -4
  166. package/components/Icons/Bus.d.ts.map +1 -1
  167. package/components/Icons/Bus.js +1 -1
  168. package/components/Icons/Calendar.d.ts +4 -4
  169. package/components/Icons/Calendar.d.ts.map +1 -1
  170. package/components/Icons/Calendar.js +1 -1
  171. package/components/Icons/CalendarChange.d.ts +4 -4
  172. package/components/Icons/CalendarChange.d.ts.map +1 -1
  173. package/components/Icons/CalendarChange.js +1 -1
  174. package/components/Icons/CalendarCheck.d.ts +4 -4
  175. package/components/Icons/CalendarCheck.d.ts.map +1 -1
  176. package/components/Icons/CalendarCheck.js +1 -1
  177. package/components/Icons/CalendarEvent.d.ts +4 -4
  178. package/components/Icons/CalendarEvent.js +1 -1
  179. package/components/Icons/CalendarSave.d.ts +4 -4
  180. package/components/Icons/CalendarSave.d.ts.map +1 -1
  181. package/components/Icons/CalendarSave.js +1 -1
  182. package/components/Icons/Cancer.d.ts +4 -4
  183. package/components/Icons/Cancer.js +1 -1
  184. package/components/Icons/Car.d.ts +4 -4
  185. package/components/Icons/Car.js +1 -1
  186. package/components/Icons/Change.d.ts +4 -4
  187. package/components/Icons/Change.d.ts.map +1 -1
  188. package/components/Icons/Change.js +1 -1
  189. package/components/Icons/Check.d.ts +4 -4
  190. package/components/Icons/Check.d.ts.map +1 -1
  191. package/components/Icons/Check.js +1 -1
  192. package/components/Icons/CheckOutline.d.ts +4 -4
  193. package/components/Icons/CheckOutline.js +1 -1
  194. package/components/Icons/Chest.d.ts +4 -4
  195. package/components/Icons/Chest.js +1 -1
  196. package/components/Icons/ChevronDown.d.ts +4 -4
  197. package/components/Icons/ChevronDown.d.ts.map +1 -1
  198. package/components/Icons/ChevronDown.js +1 -1
  199. package/components/Icons/ChevronLeft.d.ts +4 -4
  200. package/components/Icons/ChevronLeft.d.ts.map +1 -1
  201. package/components/Icons/ChevronLeft.js +1 -1
  202. package/components/Icons/ChevronRight.d.ts +4 -4
  203. package/components/Icons/ChevronRight.d.ts.map +1 -1
  204. package/components/Icons/ChevronRight.js +1 -1
  205. package/components/Icons/ChevronUp.d.ts +4 -4
  206. package/components/Icons/ChevronUp.d.ts.map +1 -1
  207. package/components/Icons/ChevronUp.js +1 -1
  208. package/components/Icons/ChevronsDown.d.ts +4 -4
  209. package/components/Icons/ChevronsDown.d.ts.map +1 -1
  210. package/components/Icons/ChevronsDown.js +1 -1
  211. package/components/Icons/ChevronsUp.d.ts +4 -4
  212. package/components/Icons/ChevronsUp.d.ts.map +1 -1
  213. package/components/Icons/ChevronsUp.js +1 -1
  214. package/components/Icons/ChildPlaying.d.ts +4 -4
  215. package/components/Icons/ChildPlaying.js +1 -1
  216. package/components/Icons/Cigarette.d.ts +4 -4
  217. package/components/Icons/Cigarette.js +1 -1
  218. package/components/Icons/Contacts.d.ts +4 -4
  219. package/components/Icons/Contacts.d.ts.map +1 -1
  220. package/components/Icons/Contacts.js +1 -1
  221. package/components/Icons/Copy.d.ts +4 -4
  222. package/components/Icons/Copy.d.ts.map +1 -1
  223. package/components/Icons/Copy.js +1 -1
  224. package/components/Icons/CoronaCertificate.d.ts +4 -4
  225. package/components/Icons/CoronaCertificate.js +1 -1
  226. package/components/Icons/Coronavirus.d.ts +4 -4
  227. package/components/Icons/Coronavirus.js +1 -1
  228. package/components/Icons/Cough.d.ts +4 -4
  229. package/components/Icons/Cough.js +1 -1
  230. package/components/Icons/CriticalHealthInfo.d.ts +4 -4
  231. package/components/Icons/CriticalHealthInfo.js +1 -1
  232. package/components/Icons/Cross.d.ts +4 -4
  233. package/components/Icons/Cross.js +1 -1
  234. package/components/Icons/DataExchange.d.ts +4 -4
  235. package/components/Icons/DataReceived.d.ts +4 -4
  236. package/components/Icons/DataSent.d.ts +4 -4
  237. package/components/Icons/Depression.d.ts +4 -4
  238. package/components/Icons/Depression.js +1 -1
  239. package/components/Icons/DigestiveSystem.d.ts +4 -4
  240. package/components/Icons/DigestiveSystem.js +1 -1
  241. package/components/Icons/Dizzy.d.ts +4 -4
  242. package/components/Icons/Dizzy.js +1 -1
  243. package/components/Icons/Documents.d.ts +4 -4
  244. package/components/Icons/Documents.js +1 -1
  245. package/components/Icons/Dog.d.ts +4 -4
  246. package/components/Icons/Dog.js +1 -1
  247. package/components/Icons/DonorCard.d.ts +4 -4
  248. package/components/Icons/DonorCard.js +1 -1
  249. package/components/Icons/Download.d.ts +4 -4
  250. package/components/Icons/Download.d.ts.map +1 -1
  251. package/components/Icons/Download.js +1 -1
  252. package/components/Icons/Draft.d.ts +4 -4
  253. package/components/Icons/Draft.js +1 -1
  254. package/components/Icons/EChat.d.ts +4 -4
  255. package/components/Icons/EChat.d.ts.map +1 -1
  256. package/components/Icons/EChat.js +1 -1
  257. package/components/Icons/EarNoseThroat.d.ts +4 -4
  258. package/components/Icons/EarNoseThroat.js +1 -1
  259. package/components/Icons/ElderlyPerson.d.ts +4 -4
  260. package/components/Icons/ElderlyPerson.js +1 -1
  261. package/components/Icons/Embolization.d.ts +4 -4
  262. package/components/Icons/Embolization.js +1 -1
  263. package/components/Icons/EnterFullScreen.d.ts +4 -4
  264. package/components/Icons/EnterFullScreen.d.ts.map +1 -1
  265. package/components/Icons/EnterFullScreen.js +1 -1
  266. package/components/Icons/Envelope.d.ts +4 -4
  267. package/components/Icons/Envelope.d.ts.map +1 -1
  268. package/components/Icons/Envelope.js +1 -1
  269. package/components/Icons/Epilepsy.d.ts +4 -4
  270. package/components/Icons/Epilepsy.js +1 -1
  271. package/components/Icons/Eraser.d.ts +4 -4
  272. package/components/Icons/Eraser.d.ts.map +1 -1
  273. package/components/Icons/Eraser.js +1 -1
  274. package/components/Icons/ErrorSignFill.d.ts +4 -4
  275. package/components/Icons/ErrorSignFill.d.ts.map +1 -1
  276. package/components/Icons/ErrorSignFill.js +1 -1
  277. package/components/Icons/ErrorSignStroke.d.ts +4 -4
  278. package/components/Icons/ErrorSignStroke.d.ts.map +1 -1
  279. package/components/Icons/ErrorSignStroke.js +1 -1
  280. package/components/Icons/EuropeanHealthCard.d.ts +4 -4
  281. package/components/Icons/EuropeanHealthCard.js +1 -1
  282. package/components/Icons/ExitFullScreen.d.ts +4 -4
  283. package/components/Icons/ExitFullScreen.d.ts.map +1 -1
  284. package/components/Icons/ExitFullScreen.js +1 -1
  285. package/components/Icons/Eye.d.ts +4 -4
  286. package/components/Icons/Eye.d.ts.map +1 -1
  287. package/components/Icons/Eye.js +1 -1
  288. package/components/Icons/Facebook.d.ts +4 -4
  289. package/components/Icons/Facebook.js +1 -1
  290. package/components/Icons/Female.d.ts +4 -4
  291. package/components/Icons/Female.js +1 -1
  292. package/components/Icons/FemaleDoctor.d.ts +4 -4
  293. package/components/Icons/FemaleDoctor.js +1 -1
  294. package/components/Icons/Ferry.d.ts +4 -4
  295. package/components/Icons/Ferry.js +1 -1
  296. package/components/Icons/FingerBleed.d.ts +4 -4
  297. package/components/Icons/FingerBleed.js +1 -1
  298. package/components/Icons/FirstAidKit.d.ts +4 -4
  299. package/components/Icons/FirstAidKit.js +1 -1
  300. package/components/Icons/FloppyDisk.d.ts +4 -4
  301. package/components/Icons/Football.d.ts +4 -4
  302. package/components/Icons/Football.js +1 -1
  303. package/components/Icons/Form.d.ts +4 -4
  304. package/components/Icons/Form.d.ts.map +1 -1
  305. package/components/Icons/Form.js +1 -1
  306. package/components/Icons/Forward.d.ts +4 -4
  307. package/components/Icons/Forward.d.ts.map +1 -1
  308. package/components/Icons/Forward.js +1 -1
  309. package/components/Icons/Gallery.d.ts +4 -4
  310. package/components/Icons/Gallery.d.ts.map +1 -1
  311. package/components/Icons/Gallery.js +1 -1
  312. package/components/Icons/Garden.d.ts +4 -4
  313. package/components/Icons/Garden.js +1 -1
  314. package/components/Icons/GasCan.d.ts +4 -4
  315. package/components/Icons/GasCan.js +1 -1
  316. package/components/Icons/GenderIdentity.d.ts +4 -4
  317. package/components/Icons/Globe.d.ts +4 -4
  318. package/components/Icons/Globe.d.ts.map +1 -1
  319. package/components/Icons/Globe.js +1 -1
  320. package/components/Icons/HandWaving.d.ts +4 -4
  321. package/components/Icons/HandWaving.js +1 -1
  322. package/components/Icons/HandWithDisease.d.ts +4 -4
  323. package/components/Icons/HandWithDisease.js +1 -1
  324. package/components/Icons/HealthClinic.d.ts +4 -4
  325. package/components/Icons/HealthClinic.js +1 -1
  326. package/components/Icons/HealthWarning.d.ts +4 -4
  327. package/components/Icons/HealthWarning.js +1 -1
  328. package/components/Icons/Heart.d.ts +4 -4
  329. package/components/Icons/Heart.d.ts.map +1 -1
  330. package/components/Icons/Heart.js +1 -1
  331. package/components/Icons/HelpSign.d.ts +4 -4
  332. package/components/Icons/HelpSign.d.ts.map +1 -1
  333. package/components/Icons/HelpSign.js +1 -1
  334. package/components/Icons/HelpingHand.d.ts +4 -4
  335. package/components/Icons/HelpingHand.js +1 -1
  336. package/components/Icons/Hemodialysis.d.ts +4 -4
  337. package/components/Icons/Hemodialysis.js +1 -1
  338. package/components/Icons/Hiker.d.ts +4 -4
  339. package/components/Icons/Hiker.js +1 -1
  340. package/components/Icons/Hipprosthesis.d.ts +4 -4
  341. package/components/Icons/Hipprosthesis.js +1 -1
  342. package/components/Icons/History.d.ts +4 -4
  343. package/components/Icons/History.d.ts.map +1 -1
  344. package/components/Icons/History.js +1 -1
  345. package/components/Icons/HivAndAids.d.ts +4 -4
  346. package/components/Icons/HivAndAids.js +1 -1
  347. package/components/Icons/Home.d.ts +4 -4
  348. package/components/Icons/Home.d.ts.map +1 -1
  349. package/components/Icons/Home.js +1 -1
  350. package/components/Icons/Hormone.d.ts +4 -4
  351. package/components/Icons/Hormone.js +1 -1
  352. package/components/Icons/Hospital.d.ts +4 -4
  353. package/components/Icons/Hospital.d.ts.map +1 -1
  354. package/components/Icons/Hospital.js +1 -1
  355. package/components/Icons/Hourglass.d.ts +4 -4
  356. package/components/Icons/Hourglass.d.ts.map +1 -1
  357. package/components/Icons/Hourglass.js +1 -1
  358. package/components/Icons/Icon.d.ts +23 -22
  359. package/components/Icons/Icon.d.ts.map +1 -1
  360. package/components/Icons/Icon.js +1 -1
  361. package/components/Icons/ImgFile.d.ts +4 -4
  362. package/components/Icons/ImgFile.js +1 -1
  363. package/components/Icons/Inbox.d.ts +4 -4
  364. package/components/Icons/Inbox.js +1 -1
  365. package/components/Icons/InfoSignFill.d.ts +4 -4
  366. package/components/Icons/InfoSignFill.d.ts.map +1 -1
  367. package/components/Icons/InfoSignFill.js +1 -1
  368. package/components/Icons/InfoSignStroke.d.ts +4 -4
  369. package/components/Icons/InfoSignStroke.d.ts.map +1 -1
  370. package/components/Icons/InfoSignStroke.js +1 -1
  371. package/components/Icons/Instagram.d.ts +4 -4
  372. package/components/Icons/Instagram.js +1 -1
  373. package/components/Icons/Intravenous.d.ts +4 -4
  374. package/components/Icons/Intravenous.js +1 -1
  375. package/components/Icons/JointPain.d.ts +4 -4
  376. package/components/Icons/JointPain.js +1 -1
  377. package/components/Icons/Journal.d.ts +4 -4
  378. package/components/Icons/Journal.d.ts.map +1 -1
  379. package/components/Icons/Journal.js +1 -1
  380. package/components/Icons/JpgFile.d.ts +4 -4
  381. package/components/Icons/JpgFile.js +1 -1
  382. package/components/Icons/Kidney.d.ts +4 -4
  383. package/components/Icons/Kidney.js +1 -1
  384. package/components/Icons/KitchenScale.d.ts +4 -4
  385. package/components/Icons/KitchenScale.js +1 -1
  386. package/components/Icons/Kjernejournal.d.ts +4 -4
  387. package/components/Icons/Kjernejournal.js +1 -1
  388. package/components/Icons/Laboratory.d.ts +4 -4
  389. package/components/Icons/Laboratory.js +1 -1
  390. package/components/Icons/LaptopBlog.d.ts +4 -4
  391. package/components/Icons/LaptopBlog.js +1 -1
  392. package/components/Icons/LawBook.d.ts +4 -4
  393. package/components/Icons/LawBook.js +1 -1
  394. package/components/Icons/LightBulb.d.ts +4 -4
  395. package/components/Icons/LightBulb.js +1 -1
  396. package/components/Icons/List.d.ts +4 -4
  397. package/components/Icons/List.d.ts.map +1 -1
  398. package/components/Icons/List.js +1 -1
  399. package/components/Icons/Location.d.ts +4 -4
  400. package/components/Icons/Location.d.ts.map +1 -1
  401. package/components/Icons/Location.js +1 -1
  402. package/components/Icons/Lock.d.ts +4 -4
  403. package/components/Icons/Lock.d.ts.map +1 -1
  404. package/components/Icons/Lock.js +1 -1
  405. package/components/Icons/Lungs.d.ts +4 -4
  406. package/components/Icons/Lungs.js +1 -1
  407. package/components/Icons/Makeup.d.ts +4 -4
  408. package/components/Icons/Makeup.js +1 -1
  409. package/components/Icons/MaleDoctor.d.ts +4 -4
  410. package/components/Icons/MaleDoctor.js +1 -1
  411. package/components/Icons/MaleDoctorAndPerson.d.ts +4 -4
  412. package/components/Icons/MaleDoctorAndPerson.js +1 -1
  413. package/components/Icons/MaleGenitalia.d.ts +4 -4
  414. package/components/Icons/MaleGenitalia.js +1 -1
  415. package/components/Icons/Medicine.d.ts +4 -4
  416. package/components/Icons/Medicine.d.ts.map +1 -1
  417. package/components/Icons/Medicine.js +1 -1
  418. package/components/Icons/MedicineWarning.d.ts +4 -4
  419. package/components/Icons/MedicineWarning.js +1 -1
  420. package/components/Icons/MentalHealthAdult.d.ts +4 -4
  421. package/components/Icons/MentalHealthAdult.js +1 -1
  422. package/components/Icons/MentalHealthChild.d.ts +4 -4
  423. package/components/Icons/MentalHealthChild.js +1 -1
  424. package/components/Icons/Menu.d.ts +4 -4
  425. package/components/Icons/Menu.d.ts.map +1 -1
  426. package/components/Icons/Menu.js +1 -1
  427. package/components/Icons/Microscope.d.ts +4 -4
  428. package/components/Icons/Microscope.js +1 -1
  429. package/components/Icons/Minus.d.ts +4 -4
  430. package/components/Icons/Minus.d.ts.map +1 -1
  431. package/components/Icons/Minus.js +1 -1
  432. package/components/Icons/Mirror.d.ts +4 -4
  433. package/components/Icons/Mirror.js +1 -1
  434. package/components/Icons/MobilePhone.d.ts +4 -4
  435. package/components/Icons/MobilePhone.d.ts.map +1 -1
  436. package/components/Icons/MobilePhone.js +1 -1
  437. package/components/Icons/MotherHoldingBaby.d.ts +4 -4
  438. package/components/Icons/MotherHoldingBaby.js +1 -1
  439. package/components/Icons/MuscleBack.d.ts +4 -4
  440. package/components/Icons/MuscleBack.js +1 -1
  441. package/components/Icons/MuscleLeg.d.ts +4 -4
  442. package/components/Icons/MuscleLeg.js +1 -1
  443. package/components/Icons/Mushroom.d.ts +4 -4
  444. package/components/Icons/Mushroom.js +1 -1
  445. package/components/Icons/Music.d.ts +4 -4
  446. package/components/Icons/Music.js +1 -1
  447. package/components/Icons/MusselsAndSalt.d.ts +4 -4
  448. package/components/Icons/MusselsAndSalt.js +1 -1
  449. package/components/Icons/NoEye.d.ts +4 -4
  450. package/components/Icons/NoEye.d.ts.map +1 -1
  451. package/components/Icons/NoEye.js +1 -1
  452. package/components/Icons/NoFilter.d.ts +4 -4
  453. package/components/Icons/NoFilter.d.ts.map +1 -1
  454. package/components/Icons/NoFilter.js +1 -1
  455. package/components/Icons/Notepad.d.ts +4 -4
  456. package/components/Icons/Notepad.js +1 -1
  457. package/components/Icons/Osteotomy.d.ts +4 -4
  458. package/components/Icons/Osteotomy.js +1 -1
  459. package/components/Icons/PaintRoller.d.ts +4 -4
  460. package/components/Icons/PaintRoller.js +1 -1
  461. package/components/Icons/PaperPlane.d.ts +4 -4
  462. package/components/Icons/PaperPlane.d.ts.map +1 -1
  463. package/components/Icons/PaperPlane.js +1 -1
  464. package/components/Icons/PatientAndPerson.d.ts +4 -4
  465. package/components/Icons/PatientAndPerson.js +1 -1
  466. package/components/Icons/Pause.d.ts +4 -4
  467. package/components/Icons/Pause.d.ts.map +1 -1
  468. package/components/Icons/Pause.js +1 -1
  469. package/components/Icons/PdfFile.d.ts +4 -4
  470. package/components/Icons/PdfFile.js +1 -1
  471. package/components/Icons/Pencil.d.ts +4 -4
  472. package/components/Icons/Pencil.d.ts.map +1 -1
  473. package/components/Icons/Pencil.js +1 -1
  474. package/components/Icons/PeopleTalking.d.ts +4 -4
  475. package/components/Icons/PeopleTalking.js +1 -1
  476. package/components/Icons/Peritonealdialysis.d.ts +4 -4
  477. package/components/Icons/Peritonealdialysis.js +1 -1
  478. package/components/Icons/Person.d.ts +4 -4
  479. package/components/Icons/Person.js +1 -1
  480. package/components/Icons/PersonAndPatient.d.ts +4 -4
  481. package/components/Icons/PersonAndPatient.js +1 -1
  482. package/components/Icons/PersonInXRayMachine.d.ts +4 -4
  483. package/components/Icons/PersonInXRayMachine.js +1 -1
  484. package/components/Icons/PersonOverweight.d.ts +4 -4
  485. package/components/Icons/PersonOverweight.js +1 -1
  486. package/components/Icons/PersonRelaxing.d.ts +4 -4
  487. package/components/Icons/PersonRelaxing.js +1 -1
  488. package/components/Icons/PersonWithBrain.d.ts +4 -4
  489. package/components/Icons/PersonWithBrain.js +1 -1
  490. package/components/Icons/PersonWithBrokenArm.d.ts +4 -4
  491. package/components/Icons/PersonWithBrokenArm.js +1 -1
  492. package/components/Icons/PersonWithCrutches.d.ts +4 -4
  493. package/components/Icons/PersonWithCrutches.js +1 -1
  494. package/components/Icons/PersonWithJaw.d.ts +4 -4
  495. package/components/Icons/PersonWithJaw.js +1 -1
  496. package/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -4
  497. package/components/Icons/PersonWithMagnifyingGlass.js +1 -1
  498. package/components/Icons/PersonWithSenses.d.ts +4 -4
  499. package/components/Icons/PersonWithSenses.js +1 -1
  500. package/components/Icons/PersonWorking.d.ts +4 -4
  501. package/components/Icons/PersonWorking.js +1 -1
  502. package/components/Icons/PizzaSlice.d.ts +4 -4
  503. package/components/Icons/PizzaSlice.js +1 -1
  504. package/components/Icons/Plane.d.ts +4 -4
  505. package/components/Icons/Plane.js +1 -1
  506. package/components/Icons/Plant.d.ts +4 -4
  507. package/components/Icons/Plant.js +1 -1
  508. package/components/Icons/Play.d.ts +4 -4
  509. package/components/Icons/Play.d.ts.map +1 -1
  510. package/components/Icons/Play.js +1 -1
  511. package/components/Icons/PlusLarge.d.ts +4 -4
  512. package/components/Icons/PlusLarge.d.ts.map +1 -1
  513. package/components/Icons/PlusLarge.js +1 -1
  514. package/components/Icons/PlusSmall.d.ts +4 -4
  515. package/components/Icons/PlusSmall.d.ts.map +1 -1
  516. package/components/Icons/PlusSmall.js +1 -1
  517. package/components/Icons/PngFile.d.ts +4 -4
  518. package/components/Icons/PngFile.js +1 -1
  519. package/components/Icons/Podcast.d.ts +4 -4
  520. package/components/Icons/PoisonInformation.d.ts +4 -4
  521. package/components/Icons/PoisonInformation.js +1 -1
  522. package/components/Icons/Pregnant.d.ts +4 -4
  523. package/components/Icons/Pregnant.js +1 -1
  524. package/components/Icons/Printer.d.ts +4 -4
  525. package/components/Icons/Printer.d.ts.map +1 -1
  526. package/components/Icons/Printer.js +1 -1
  527. package/components/Icons/Psychosis.d.ts +4 -4
  528. package/components/Icons/Psychosis.js +1 -1
  529. package/components/Icons/Publication.d.ts +4 -4
  530. package/components/Icons/Publication.js +1 -1
  531. package/components/Icons/Puzzle.d.ts +4 -4
  532. package/components/Icons/Puzzle.js +1 -1
  533. package/components/Icons/QrCode.d.ts +4 -4
  534. package/components/Icons/QrCode.d.ts.map +1 -1
  535. package/components/Icons/QrCode.js +1 -1
  536. package/components/Icons/Quarrel.d.ts +4 -4
  537. package/components/Icons/RadioTherapy.d.ts +4 -4
  538. package/components/Icons/RadioTherapy.js +1 -1
  539. package/components/Icons/RadioactiveTreatment.d.ts +4 -4
  540. package/components/Icons/RadioactiveTreatment.js +1 -1
  541. package/components/Icons/Radioiodine.d.ts +4 -4
  542. package/components/Icons/Radioiodine.js +1 -1
  543. package/components/Icons/Receipt.d.ts +4 -4
  544. package/components/Icons/Receipt.js +1 -1
  545. package/components/Icons/Receptionist.d.ts +4 -4
  546. package/components/Icons/Receptionist.d.ts.map +1 -1
  547. package/components/Icons/Receptionist.js +1 -1
  548. package/components/Icons/Recovery.d.ts +4 -4
  549. package/components/Icons/Recovery.js +1 -1
  550. package/components/Icons/Referral.d.ts +4 -4
  551. package/components/Icons/Referral.d.ts.map +1 -1
  552. package/components/Icons/Referral.js +1 -1
  553. package/components/Icons/Refresh.d.ts +4 -4
  554. package/components/Icons/Refresh.d.ts.map +1 -1
  555. package/components/Icons/Refresh.js +1 -1
  556. package/components/Icons/Refund.d.ts +4 -4
  557. package/components/Icons/Refund.js +1 -1
  558. package/components/Icons/Reply.d.ts +4 -4
  559. package/components/Icons/Reply.d.ts.map +1 -1
  560. package/components/Icons/Reply.js +1 -1
  561. package/components/Icons/Rocket.d.ts +4 -4
  562. package/components/Icons/Rocket.js +1 -1
  563. package/components/Icons/RtfFile.d.ts +4 -4
  564. package/components/Icons/RtfFile.js +1 -1
  565. package/components/Icons/STDs.d.ts +4 -4
  566. package/components/Icons/Save.d.ts +4 -4
  567. package/components/Icons/Save.d.ts.map +1 -1
  568. package/components/Icons/Save.js +1 -1
  569. package/components/Icons/Scale.d.ts +4 -4
  570. package/components/Icons/Scale.js +1 -1
  571. package/components/Icons/Search.d.ts +4 -4
  572. package/components/Icons/Search.d.ts.map +1 -1
  573. package/components/Icons/Search.js +1 -1
  574. package/components/Icons/SectionSign.d.ts +4 -4
  575. package/components/Icons/SectionSign.d.ts.map +1 -1
  576. package/components/Icons/SectionSign.js +1 -1
  577. package/components/Icons/Settings.d.ts +4 -4
  578. package/components/Icons/Settings.d.ts.map +1 -1
  579. package/components/Icons/Settings.js +1 -1
  580. package/components/Icons/Sexualorientation.d.ts +4 -4
  581. package/components/Icons/ShakingHand.d.ts +4 -4
  582. package/components/Icons/ShakingHand.js +1 -1
  583. package/components/Icons/Share.d.ts +4 -4
  584. package/components/Icons/Share.d.ts.map +1 -1
  585. package/components/Icons/Share.js +1 -1
  586. package/components/Icons/Shield.d.ts +4 -4
  587. package/components/Icons/Shield.js +1 -1
  588. package/components/Icons/ShuntOperation.d.ts +4 -4
  589. package/components/Icons/ShuntOperation.js +1 -1
  590. package/components/Icons/Skeleton.d.ts +4 -4
  591. package/components/Icons/Skeleton.js +1 -1
  592. package/components/Icons/Skin.d.ts +4 -4
  593. package/components/Icons/Skin.js +1 -1
  594. package/components/Icons/Snake.d.ts +4 -4
  595. package/components/Icons/Snake.js +1 -1
  596. package/components/Icons/Snapchat.d.ts +4 -4
  597. package/components/Icons/Snapchat.js +1 -1
  598. package/components/Icons/SpeechBubble.d.ts +4 -4
  599. package/components/Icons/SpeechBubble.d.ts.map +1 -1
  600. package/components/Icons/SpeechBubble.js +1 -1
  601. package/components/Icons/Spray.d.ts +4 -4
  602. package/components/Icons/Spray.js +1 -1
  603. package/components/Icons/Stopwatch.d.ts +4 -4
  604. package/components/Icons/Stopwatch.d.ts.map +1 -1
  605. package/components/Icons/Stopwatch.js +1 -1
  606. package/components/Icons/SupportingPerson.d.ts +4 -4
  607. package/components/Icons/SupportingPerson.d.ts.map +1 -1
  608. package/components/Icons/SupportingPerson.js +1 -1
  609. package/components/Icons/Surgery.d.ts +4 -4
  610. package/components/Icons/Surgery.js +1 -1
  611. package/components/Icons/Syringe.d.ts +4 -4
  612. package/components/Icons/Syringe.d.ts.map +1 -1
  613. package/components/Icons/Syringe.js +1 -1
  614. package/components/Icons/Taxi.d.ts +4 -4
  615. package/components/Icons/Taxi.js +1 -1
  616. package/components/Icons/TeddyBear.d.ts +4 -4
  617. package/components/Icons/TeddyBear.js +1 -1
  618. package/components/Icons/Teenagers.d.ts +4 -4
  619. package/components/Icons/Teenagers.js +1 -1
  620. package/components/Icons/ThinkingAboutBaby.d.ts +4 -4
  621. package/components/Icons/ThinkingAboutBaby.js +1 -1
  622. package/components/Icons/Ticket.d.ts +4 -4
  623. package/components/Icons/Ticket.js +1 -1
  624. package/components/Icons/TimePassing.d.ts +4 -4
  625. package/components/Icons/TimePassing.d.ts.map +1 -1
  626. package/components/Icons/TimePassing.js +1 -1
  627. package/components/Icons/Toolbox.d.ts +4 -4
  628. package/components/Icons/Toolbox.d.ts.map +1 -1
  629. package/components/Icons/Toolbox.js +1 -1
  630. package/components/Icons/Tooth.d.ts +4 -4
  631. package/components/Icons/Tooth.js +1 -1
  632. package/components/Icons/TotalKneeProsthesis.d.ts +4 -4
  633. package/components/Icons/TotalKneeProsthesis.js +1 -1
  634. package/components/Icons/Train.d.ts +4 -4
  635. package/components/Icons/Train.js +1 -1
  636. package/components/Icons/Transplantation.d.ts +4 -4
  637. package/components/Icons/Transplantation.js +1 -1
  638. package/components/Icons/TrashCan.d.ts +4 -4
  639. package/components/Icons/TrashCan.d.ts.map +1 -1
  640. package/components/Icons/TrashCan.js +1 -1
  641. package/components/Icons/Twitter.d.ts +4 -4
  642. package/components/Icons/Twitter.js +1 -1
  643. package/components/Icons/Undo.d.ts +4 -4
  644. package/components/Icons/Undo.d.ts.map +1 -1
  645. package/components/Icons/Undo.js +1 -1
  646. package/components/Icons/UniProsthesis.d.ts +4 -4
  647. package/components/Icons/UniProsthesis.js +1 -1
  648. package/components/Icons/Upload.d.ts +4 -4
  649. package/components/Icons/Upload.d.ts.map +1 -1
  650. package/components/Icons/Upload.js +1 -1
  651. package/components/Icons/UserOrganization.d.ts +4 -4
  652. package/components/Icons/UserOrganization.js +1 -1
  653. package/components/Icons/Vaccine.d.ts +4 -4
  654. package/components/Icons/Vaccine.d.ts.map +1 -1
  655. package/components/Icons/Vaccine.js +1 -1
  656. package/components/Icons/VerticalDots.d.ts +4 -4
  657. package/components/Icons/VerticalDots.d.ts.map +1 -1
  658. package/components/Icons/VerticalDots.js +1 -1
  659. package/components/Icons/VideoCamera.d.ts +4 -4
  660. package/components/Icons/VideoCamera.d.ts.map +1 -1
  661. package/components/Icons/VideoCamera.js +1 -1
  662. package/components/Icons/VideoChat.d.ts +4 -4
  663. package/components/Icons/VideoChat.d.ts.map +1 -1
  664. package/components/Icons/VideoChat.js +1 -1
  665. package/components/Icons/Wallet.d.ts +4 -4
  666. package/components/Icons/Wallet.d.ts.map +1 -1
  667. package/components/Icons/Wallet.js +1 -1
  668. package/components/Icons/Watch.d.ts +4 -4
  669. package/components/Icons/Watch.d.ts.map +1 -1
  670. package/components/Icons/Watch.js +1 -1
  671. package/components/Icons/Website.d.ts +4 -4
  672. package/components/Icons/Website.js +1 -1
  673. package/components/Icons/Wheelchair.d.ts +4 -4
  674. package/components/Icons/Wheelchair.js +1 -1
  675. package/components/Icons/WheelchairActive.d.ts +4 -4
  676. package/components/Icons/WheelchairActive.js +1 -1
  677. package/components/Icons/Window.d.ts +4 -4
  678. package/components/Icons/Window.js +1 -1
  679. package/components/Icons/WordDocument.d.ts +4 -4
  680. package/components/Icons/WordDocument.js +1 -1
  681. package/components/Icons/WorkSuitcase.d.ts +4 -4
  682. package/components/Icons/WorkSuitcase.js +1 -1
  683. package/components/Icons/X.d.ts +4 -4
  684. package/components/Icons/X.d.ts.map +1 -1
  685. package/components/Icons/X.js +1 -1
  686. package/components/Icons/XOutline.d.ts +4 -4
  687. package/components/Icons/XOutline.js +1 -1
  688. package/components/Icons/XmlFile.d.ts +4 -4
  689. package/components/Icons/XmlFile.js +1 -1
  690. package/components/Icons/YouTube.d.ts +4 -4
  691. package/components/Icons/YouTube.js +1 -1
  692. package/components/Icons/Zoom.d.ts +4 -4
  693. package/components/Icons/Zoom.d.ts.map +1 -1
  694. package/components/Icons/Zoom.js +1 -1
  695. package/components/Icons/index.d.ts +4 -4
  696. package/components/Icons/index.js +1 -1
  697. package/components/Input/Input.d.ts +54 -54
  698. package/components/Input/index.d.ts +3 -3
  699. package/components/Input/index.js +1 -1
  700. package/components/Input/styles.module.scss +59 -59
  701. package/components/Input/styles.module.scss.d.ts +23 -23
  702. package/components/LinkList/LinkList.d.ts +41 -41
  703. package/components/LinkList/index.d.ts +3 -3
  704. package/components/LinkList/index.js +1 -1
  705. package/components/LinkList/styles.module.scss +147 -147
  706. package/components/LinkList/styles.module.scss.d.ts +26 -26
  707. package/components/List/List.d.ts +9 -9
  708. package/components/List/index.d.ts +3 -3
  709. package/components/List/index.js +1 -1
  710. package/components/List/styles.module.scss +11 -11
  711. package/components/List/styles.module.scss.d.ts +10 -10
  712. package/components/Loader/Loader.d.ts +32 -32
  713. package/components/Loader/Loader.d.ts.map +1 -1
  714. package/components/Loader/index.d.ts +3 -3
  715. package/components/Loader/index.js +1 -1
  716. package/components/Loader/styles.module.scss +194 -194
  717. package/components/Logo/Logo.d.ts +17 -17
  718. package/components/Logo/index.d.ts +3 -3
  719. package/components/Logo/index.js +1 -1
  720. package/components/Modal/Modal.d.ts +69 -69
  721. package/components/Modal/index.d.ts +3 -3
  722. package/components/Modal/index.js +1 -1
  723. package/components/Modal/styles.module.scss +245 -243
  724. package/components/Modal/styles.module.scss.d.ts +41 -41
  725. package/components/NotificationPanel/NotificationPanel.d.ts +47 -47
  726. package/components/NotificationPanel/NotificationPanel.d.ts.map +1 -1
  727. package/components/NotificationPanel/componentdata.json +1 -1
  728. package/components/NotificationPanel/index.d.ts +3 -3
  729. package/components/NotificationPanel/index.js +1 -1
  730. package/components/NotificationPanel/styles.module.scss +153 -138
  731. package/components/NotificationPanel/styles.module.scss.d.ts +33 -34
  732. package/components/Portal/index.d.ts +12 -12
  733. package/components/Portal/index.js +1 -1
  734. package/components/RadioButton/RadioButton.d.ts +30 -30
  735. package/components/RadioButton/index.d.ts +3 -3
  736. package/components/RadioButton/index.js +1 -1
  737. package/components/RadioButton/styles.module.scss +236 -236
  738. package/components/RadioButton/styles.module.scss.d.ts +23 -23
  739. package/components/Slider/Slider.d.ts +19 -19
  740. package/components/Slider/SliderUtils.d.ts +40 -40
  741. package/components/Slider/index.d.ts +3 -3
  742. package/components/Slider/index.js +1 -1
  743. package/components/Slider/styles.module.scss +85 -85
  744. package/components/Slider/styles.module.scss.d.ts +19 -19
  745. package/components/Spacer/Spacer.d.ts +12 -12
  746. package/components/Spacer/index.d.ts +3 -3
  747. package/components/Spacer/index.js +1 -1
  748. package/components/Spacer/styles.module.scss +47 -47
  749. package/components/Spacer/styles.module.scss.d.ts +22 -22
  750. package/components/Textarea/Textarea.d.ts +36 -36
  751. package/components/Textarea/index.d.ts +3 -3
  752. package/components/Textarea/index.js +1 -1
  753. package/components/Textarea/styles.module.scss +57 -57
  754. package/components/Textarea/styles.module.scss.d.ts +26 -26
  755. package/components/Tile/Tile.d.ts +33 -33
  756. package/components/Tile/index.d.ts +3 -3
  757. package/components/Tile/index.js +1 -1
  758. package/components/Tile/styles.module.scss +115 -115
  759. package/components/Tile/styles.module.scss.d.ts +18 -18
  760. package/components/Title/Title.d.ts +25 -25
  761. package/components/Title/index.d.ts +3 -3
  762. package/components/Title/index.js +1 -1
  763. package/components/Title/styles.module.scss +27 -27
  764. package/components/Title/styles.module.scss.d.ts +15 -15
  765. package/components/Validation/Validation.d.ts +16 -16
  766. package/components/Validation/index.d.ts +3 -3
  767. package/components/Validation/index.js +1 -1
  768. package/components/Validation/styles.module.scss +18 -18
  769. package/components/Validation/styles.module.scss.d.ts +10 -10
  770. package/constants-075356e2.js +2 -0
  771. package/constants-075356e2.js.map +1 -0
  772. package/constants.d.ts +92 -90
  773. package/constants.d.ts.map +1 -1
  774. package/grid-c105cad1.js +2 -0
  775. package/grid-c105cad1.js.map +1 -0
  776. package/hoc/withBreakpoint/index.d.ts +4 -0
  777. package/hoc/withBreakpoint/index.d.ts.map +1 -0
  778. package/hoc/withBreakpoint/index.js +2 -0
  779. package/{components/__mocks__ → hoc/withBreakpoint}/index.js.map +0 -0
  780. package/hoc/withBreakpoint/withBreakpoint.d.ts +14 -0
  781. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +1 -0
  782. package/hooks/focus-utils.d.ts +6 -6
  783. package/hooks/useBreakpoint.d.ts +13 -12
  784. package/hooks/useBreakpoint.d.ts.map +1 -1
  785. package/hooks/useFocusToggle.d.ts +13 -13
  786. package/hooks/useFocusTrap.d.ts +3 -3
  787. package/hooks/useHover.d.ts +11 -11
  788. package/hooks/useIcons.d.ts +3 -3
  789. package/hooks/useIntersectionObserver.d.ts +10 -10
  790. package/hooks/useIsVisible.d.ts +9 -9
  791. package/hooks/useLayoutEvent.d.ts +8 -8
  792. package/hooks/useLayoutEvent.d.ts.map +1 -1
  793. package/hooks/usePrevious.d.ts +7 -0
  794. package/hooks/usePrevious.d.ts.map +1 -0
  795. package/hooks/useSize.d.ts +9 -0
  796. package/hooks/useSize.d.ts.map +1 -0
  797. package/hooks/useSticky.d.ts +20 -20
  798. package/hooks/useWindowSize.d.ts +4 -4
  799. package/hooks/useWindowSize.d.ts.map +1 -1
  800. package/index-d1c9177a.js +2 -0
  801. package/index-d1c9177a.js.map +1 -0
  802. package/index.d.ts +13 -11
  803. package/index.d.ts.map +1 -1
  804. package/index.js +1 -1
  805. package/package.json +2 -1
  806. package/scss/_body.scss +11 -11
  807. package/scss/_breakpoints.scss +16 -16
  808. package/scss/_font-settings.scss +8 -8
  809. package/scss/_fonts.scss +112 -112
  810. package/scss/_grid.scss +1 -1
  811. package/scss/_input.scss +176 -176
  812. package/scss/_palette.scss +136 -136
  813. package/scss/_print.scss +176 -176
  814. package/scss/_reset.scss +13 -13
  815. package/scss/_spacers.scss +40 -40
  816. package/scss/_title.scss +59 -59
  817. package/scss/helsenorge.scss +8 -8
  818. package/scss/typography.module.scss +154 -154
  819. package/theme/currys/color.d.ts +3 -3
  820. package/theme/currys/index.d.ts +2 -2
  821. package/theme/currys/spacing.d.ts +3 -3
  822. package/theme/grid.d.ts +21 -20
  823. package/theme/grid.d.ts.map +1 -1
  824. package/theme/index.d.ts +99 -98
  825. package/theme/index.d.ts.map +1 -1
  826. package/theme/palette.d.ts +67 -67
  827. package/theme/spacers.d.ts +18 -18
  828. package/useBreakpoint-3186b97e.js +2 -0
  829. package/useBreakpoint-3186b97e.js.map +1 -0
  830. package/{useHover-9710204a.js → useHover-507fb85a.js} +2 -2
  831. package/useHover-507fb85a.js.map +1 -0
  832. package/{useIsVisible-a1f67a11.js → useIsVisible-f5d49913.js} +2 -2
  833. package/useIsVisible-f5d49913.js.map +1 -0
  834. package/usePrevious-ae293b10.js +2 -0
  835. package/usePrevious-ae293b10.js.map +1 -0
  836. package/useSticky-a572c326.js +2 -0
  837. package/useSticky-a572c326.js.map +1 -0
  838. package/useWindowSize-58f26dea.js +2 -0
  839. package/useWindowSize-58f26dea.js.map +1 -0
  840. package/utils/debounce.d.ts +7 -7
  841. package/utils/uuid.d.ts +2 -2
  842. package/utils/viewport.d.ts +1 -1
  843. package/AlertSignFill-e607ff43.js +0 -2
  844. package/AlertSignFill-e607ff43.js.map +0 -1
  845. package/Button-f26a558e.js +0 -2
  846. package/Button-f26a558e.js.map +0 -1
  847. package/Check-6291ad09.js +0 -2
  848. package/Check-6291ad09.js.map +0 -1
  849. package/Checkbox-798282e4.js +0 -2
  850. package/Checkbox-798282e4.js.map +0 -1
  851. package/ChevronUp-4b6797ef.js +0 -2
  852. package/ChevronUp-4b6797ef.js.map +0 -1
  853. package/Close-35ad7d35.js +0 -2
  854. package/Close-35ad7d35.js.map +0 -1
  855. package/FormGroup-0577b07f.js.map +0 -1
  856. package/Icon-89da8de4.js +0 -2
  857. package/Icon-89da8de4.js.map +0 -1
  858. package/Input-19650c24.js +0 -2
  859. package/Input-19650c24.js.map +0 -1
  860. package/Loader-fa16a352.js.map +0 -1
  861. package/Modal-1bae215e.js +0 -2
  862. package/Modal-1bae215e.js.map +0 -1
  863. package/RadioButton-fe4bbd36.js.map +0 -1
  864. package/Textarea-e1d1144c.js.map +0 -1
  865. package/Title-af53f589.js.map +0 -1
  866. package/Validation-fd3f7f58.js +0 -2
  867. package/Validation-fd3f7f58.js.map +0 -1
  868. package/_rollupPluginBabelHelpers-b8ef6dd9.js +0 -2
  869. package/_rollupPluginBabelHelpers-b8ef6dd9.js.map +0 -1
  870. package/color-a10c7892.js +0 -2
  871. package/color-a10c7892.js.map +0 -1
  872. package/components/Modal/__mocks__/IntersectionObserver.d.ts +0 -6
  873. package/components/Modal/__mocks__/IntersectionObserver.d.ts.map +0 -1
  874. package/components/__mocks__/index.js +0 -2
  875. package/constants-ad6c82db.js +0 -2
  876. package/constants-ad6c82db.js.map +0 -1
  877. package/grid-11a70eb7.js +0 -2
  878. package/grid-11a70eb7.js.map +0 -1
  879. package/index-0e78dfa0.js +0 -2
  880. package/index-0e78dfa0.js.map +0 -1
  881. package/useBreakpoint-552af2b9.js +0 -2
  882. package/useBreakpoint-552af2b9.js.map +0 -1
  883. package/useHover-9710204a.js.map +0 -1
  884. package/useIsVisible-a1f67a11.js.map +0 -1
  885. package/useSticky-194f2b78.js +0 -2
  886. package/useSticky-194f2b78.js.map +0 -1
  887. package/useWindowSize-750f9b68.js +0 -2
  888. package/useWindowSize-750f9b68.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(l){l.isExtraSmall;var e=l.isHovered,a=c.createElement("path",{fillRule:"evenodd",d:"M17.5 42.733c-5.24 0-9.49-4.25-9.49-9.49 0-5.23 4.25-9.49 9.49-9.49 5.23 0 9.49 4.26 9.49 9.49 0 5.24-4.26 9.49-9.49 9.49m9.58-14.45c-.22-.44-.48-.85-.76-1.25-.3-.43-.63-.84-.99-1.21-.32-.33-.65-.65-1.01-.94-.96-.78-2.06-1.4-3.25-1.81a7.91 7.91 0 00-1.26-.37 10.727 10.727 0 00-6.04.42l3.39-4.47 4.15.5-.96 2.29c.43.1.84.23 1.25.37l1.57-3.74-6.6-.8-4.25 5.6c-.48.64-1.39.76-2.03.28-.64-.48-.76-1.4-.28-2.04l4.77-6.24c.28-.37.72-.57 1.19-.56l10.03.37c.98.04 1.75.86 1.71 1.84-.01.22-.05.43-.13.61l-2.72 6.46c.36.28.71.58 1.04.9l2.83-6.74.05-.11a3.094 3.094 0 00-2.73-4.26l-9.93-.37h-.11c-.88-.03-1.73.37-2.26 1.07l-4.78 6.25c-.91 1.21-.68 2.94.53 3.85.42.32.9.5 1.38.54a10.777 10.777 0 00-4.17 8.52c0 5.95 4.84 10.79 10.79 10.79 5.95 0 10.79-4.84 10.79-10.79v-.03a10.67 10.67 0 00-1.21-4.93m12.43 14.71a3.153 3.153 0 01-4.21-1.48l-4.08-8.49-1.58.1c0-.44-.03-.87-.08-1.29l2.45-.16 4.46 9.28c.45.92 1.55 1.31 2.47.87.45-.22.78-.59.95-1.06.16-.46.13-.97-.08-1.41l-5.01-10.41c-.33-.69-1.03-1.1-1.79-1.05l-4.48.29c-.19-.43-.42-.85-.66-1.25l5.06-.34c1.28-.08 2.48.62 3.04 1.78l5.01 10.41c.75 1.57.09 3.46-1.47 4.21M29.09 5.263c1.68 0 3.05 1.37 3.05 3.05a3.056 3.056 0 01-6.11 0c0-1.68 1.37-3.05 3.06-3.05m0 7.4c2.4 0 4.35-1.95 4.35-4.35 0-2.4-1.95-4.35-4.35-4.35-2.4 0-4.36 1.95-4.36 4.35 0 2.4 1.96 4.35 4.36 4.35"});return e?c.createElement("path",{fillRule:"evenodd",d:"M19.17 42.733c-5.23 0-9.49-4.25-9.49-9.49 0-5.23 4.26-9.49 9.49-9.49s9.49 4.26 9.49 9.49c0 5.24-4.26 9.49-9.49 9.49m9.58-14.45a11.402 11.402 0 00-1.26-1.91c-.3-.35-.61-.69-.95-1.01-.9-.84-1.96-1.54-3.11-2.03-.4-.18-.82-.33-1.24-.45-.96-.28-1.97-.43-3.02-.43-.42 0-.84.02-1.25.08l2-3.85 4 .76-1.12 2.22c.42.12.83.28 1.23.46l1.82-3.64-6.64-1.26-2.55 4.94c-.53.56-1.42.6-2 .09-.61-.53-.67-1.44-.16-2.03l3.23-5.53c.31-.32.75-.49 1.19-.44l9.98 1.04c.98.11 1.69.98 1.58 1.96-.02.21-.08.41-.17.6l-3.15 6.27c.35.29.68.61.98.95l3.33-6.64c.17-.33.27-.68.31-1.05.17-1.68-1.06-3.2-2.74-3.38l-9.89-1.04-.1-.01a2.77 2.77 0 00-2.33.92l-3.22 5.52c-.96 1.15-.83 2.86.3 3.84.17.14.34.26.53.36-3.52 1.78-5.95 5.44-5.95 9.65 0 5.95 4.84 10.79 10.79 10.79 5.95 0 10.79-4.84 10.79-10.79v-.03a10.67 10.67 0 00-1.21-4.93m12.43 14.71c-.43.21-.9.31-1.36.31-.35 0-.71-.06-1.05-.18-.79-.28-1.43-.85-1.79-1.61l-4.09-8.49-1.58.1c0-.44-.03-.87-.08-1.29l2.45-.16 4.47 9.28c.21.45.59.78 1.05.95.47.16.97.13 1.42-.08.92-.45 1.3-1.55.86-2.47l-5-10.41c-.33-.69-1.03-1.1-1.79-1.05l-4.49.3c-.19-.43-.41-.85-.66-1.26l5.06-.34c1.29-.08 2.48.62 3.05 1.78l5 10.41c.76 1.57.1 3.46-1.47 4.21m-8.75-37.73c1.69 0 3.06 1.37 3.06 3.05a3.056 3.056 0 01-6.11 0c0-1.68 1.37-3.05 3.05-3.05m0 7.4c2.4 0 4.36-1.95 4.36-4.35 0-2.4-1.96-4.35-4.36-4.35-2.4 0-4.35 1.95-4.35 4.35 0 2.4 1.95 4.35 4.35 4.35"}):a}
1
+ import c from"react";export default function(l){l.size;var e=l.isHovered,a=c.createElement("path",{fillRule:"evenodd",d:"M17.5 42.733c-5.24 0-9.49-4.25-9.49-9.49 0-5.23 4.25-9.49 9.49-9.49 5.23 0 9.49 4.26 9.49 9.49 0 5.24-4.26 9.49-9.49 9.49m9.58-14.45c-.22-.44-.48-.85-.76-1.25-.3-.43-.63-.84-.99-1.21-.32-.33-.65-.65-1.01-.94-.96-.78-2.06-1.4-3.25-1.81a7.91 7.91 0 00-1.26-.37 10.727 10.727 0 00-6.04.42l3.39-4.47 4.15.5-.96 2.29c.43.1.84.23 1.25.37l1.57-3.74-6.6-.8-4.25 5.6c-.48.64-1.39.76-2.03.28-.64-.48-.76-1.4-.28-2.04l4.77-6.24c.28-.37.72-.57 1.19-.56l10.03.37c.98.04 1.75.86 1.71 1.84-.01.22-.05.43-.13.61l-2.72 6.46c.36.28.71.58 1.04.9l2.83-6.74.05-.11a3.094 3.094 0 00-2.73-4.26l-9.93-.37h-.11c-.88-.03-1.73.37-2.26 1.07l-4.78 6.25c-.91 1.21-.68 2.94.53 3.85.42.32.9.5 1.38.54a10.777 10.777 0 00-4.17 8.52c0 5.95 4.84 10.79 10.79 10.79 5.95 0 10.79-4.84 10.79-10.79v-.03a10.67 10.67 0 00-1.21-4.93m12.43 14.71a3.153 3.153 0 01-4.21-1.48l-4.08-8.49-1.58.1c0-.44-.03-.87-.08-1.29l2.45-.16 4.46 9.28c.45.92 1.55 1.31 2.47.87.45-.22.78-.59.95-1.06.16-.46.13-.97-.08-1.41l-5.01-10.41c-.33-.69-1.03-1.1-1.79-1.05l-4.48.29c-.19-.43-.42-.85-.66-1.25l5.06-.34c1.28-.08 2.48.62 3.04 1.78l5.01 10.41c.75 1.57.09 3.46-1.47 4.21M29.09 5.263c1.68 0 3.05 1.37 3.05 3.05a3.056 3.056 0 01-6.11 0c0-1.68 1.37-3.05 3.06-3.05m0 7.4c2.4 0 4.35-1.95 4.35-4.35 0-2.4-1.95-4.35-4.35-4.35-2.4 0-4.36 1.95-4.36 4.35 0 2.4 1.96 4.35 4.36 4.35"});return e?c.createElement("path",{fillRule:"evenodd",d:"M19.17 42.733c-5.23 0-9.49-4.25-9.49-9.49 0-5.23 4.26-9.49 9.49-9.49s9.49 4.26 9.49 9.49c0 5.24-4.26 9.49-9.49 9.49m9.58-14.45a11.402 11.402 0 00-1.26-1.91c-.3-.35-.61-.69-.95-1.01-.9-.84-1.96-1.54-3.11-2.03-.4-.18-.82-.33-1.24-.45-.96-.28-1.97-.43-3.02-.43-.42 0-.84.02-1.25.08l2-3.85 4 .76-1.12 2.22c.42.12.83.28 1.23.46l1.82-3.64-6.64-1.26-2.55 4.94c-.53.56-1.42.6-2 .09-.61-.53-.67-1.44-.16-2.03l3.23-5.53c.31-.32.75-.49 1.19-.44l9.98 1.04c.98.11 1.69.98 1.58 1.96-.02.21-.08.41-.17.6l-3.15 6.27c.35.29.68.61.98.95l3.33-6.64c.17-.33.27-.68.31-1.05.17-1.68-1.06-3.2-2.74-3.38l-9.89-1.04-.1-.01a2.77 2.77 0 00-2.33.92l-3.22 5.52c-.96 1.15-.83 2.86.3 3.84.17.14.34.26.53.36-3.52 1.78-5.95 5.44-5.95 9.65 0 5.95 4.84 10.79 10.79 10.79 5.95 0 10.79-4.84 10.79-10.79v-.03a10.67 10.67 0 00-1.21-4.93m12.43 14.71c-.43.21-.9.31-1.36.31-.35 0-.71-.06-1.05-.18-.79-.28-1.43-.85-1.79-1.61l-4.09-8.49-1.58.1c0-.44-.03-.87-.08-1.29l2.45-.16 4.47 9.28c.21.45.59.78 1.05.95.47.16.97.13 1.42-.08.92-.45 1.3-1.55.86-2.47l-5-10.41c-.33-.69-1.03-1.1-1.79-1.05l-4.49.3c-.19-.43-.41-.85-.66-1.26l5.06-.34c1.29-.08 2.48.62 3.05 1.78l5 10.41c.76 1.57.1 3.46-1.47 4.21m-8.75-37.73c1.69 0 3.06 1.37 3.06 3.05a3.056 3.056 0 01-6.11 0c0-1.68 1.37-3.05 3.05-3.05m0 7.4c2.4 0 4.36-1.95 4.36-4.35 0-2.4-1.96-4.35-4.36-4.35-2.4 0-4.35 1.95-4.35 4.35 0 2.4 1.95 4.35 4.35 4.35"}):a}
2
2
  //# sourceMappingURL=WheelchairActive.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Window: React.FC<SvgPathProps>;
4
- export default Window;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Window: React.FC<SvgPathProps>;
4
+ export default Window;
5
5
  //# sourceMappingURL=Window.d.ts.map
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(h){h.isExtraSmall;var m=h.isHovered,e=v.createElement("path",{d:"M39.386 8.475l.033 29.72h1.68v1.3H6.902v-1.3H8.58l-.033-29.72h30.839zm-1.3 1.3H9.85l.03 28.42h28.24l-.032-28.42zm-1.453 1.453v25.835H24.788v-9.858h-1.642v9.858H11.301V11.228h25.332zm-1.3 15.977h-9.245v8.558h9.245v-8.558zm-13.487-.001h-9.245v8.558h9.245v-8.558zm13.487-12.253H12.601v10.953h22.732V14.951zm0-2.422H12.601v1.121h22.732v-1.121z"});return m?v.createElement("path",{d:"M39.418 8.475l.034 29.72h1.68v1.3H6.933v-1.3h1.68l-.035-29.72h30.84zm-1.298 1.3H9.881l.032 28.42h28.24l-.033-28.42zm-1.454 1.453v25.835H24.821v-7.607h-1.642v7.607H11.334V11.228h25.332zm-1.3 18.228h-9.245v6.307h9.245v-6.307zm-13.487-.001h-9.245v6.307h9.245v-6.307zm13.486-14.504H12.634v13.204h22.731V14.951zm.001-2.422H12.635v1.121h22.731v-1.121z"}):e}
1
+ import v from"react";export default function(h){h.size;var m=h.isHovered,e=v.createElement("path",{d:"M39.386 8.475l.033 29.72h1.68v1.3H6.902v-1.3H8.58l-.033-29.72h30.839zm-1.3 1.3H9.85l.03 28.42h28.24l-.032-28.42zm-1.453 1.453v25.835H24.788v-9.858h-1.642v9.858H11.301V11.228h25.332zm-1.3 15.977h-9.245v8.558h9.245v-8.558zm-13.487-.001h-9.245v8.558h9.245v-8.558zm13.487-12.253H12.601v10.953h22.732V14.951zm0-2.422H12.601v1.121h22.732v-1.121z"});return m?v.createElement("path",{d:"M39.418 8.475l.034 29.72h1.68v1.3H6.933v-1.3h1.68l-.035-29.72h30.84zm-1.298 1.3H9.881l.032 28.42h28.24l-.033-28.42zm-1.454 1.453v25.835H24.821v-7.607h-1.642v7.607H11.334V11.228h25.332zm-1.3 18.228h-9.245v6.307h9.245v-6.307zm-13.487-.001h-9.245v6.307h9.245v-6.307zm13.486-14.504H12.634v13.204h22.731V14.951zm.001-2.422H12.635v1.121h22.731v-1.121z"}):e}
2
2
  //# sourceMappingURL=Window.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const WordDocument: React.FC<SvgPathProps>;
4
- export default WordDocument;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const WordDocument: React.FC<SvgPathProps>;
4
+ export default WordDocument;
5
5
  //# sourceMappingURL=WordDocument.d.ts.map
@@ -1,2 +1,2 @@
1
- import c from"react";export default function(v){v.isExtraSmall;var h=v.isHovered,l=c.createElement("path",{fillRule:"evenodd",d:"M27.676 29.499c.183-.249.437-.373.763-.373.33 0 .57.081.723.245.154.162.251.406.291.732h.781c-.051-.514-.226-.91-.522-1.187-.297-.277-.721-.416-1.273-.416-.549 0-.988.182-1.319.545-.331.365-.496.837-.496 1.417v.891c0 .583.164 1.057.491 1.417.328.361.769.541 1.324.541.541 0 .964-.141 1.267-.422.302-.282.478-.669.525-1.161h-.781c-.041.323-.138.564-.294.722-.155.159-.394.238-.717.238-.33 0-.586-.124-.767-.371-.181-.247-.27-.568-.27-.964v-.897c0-.39.09-.709.274-.957zm-9.899-13.016c.08.151.171.419.275.805l2.125 7.907h1.765l1.892-6.629 1.595 6.629h1.681l2.647-7.738c.142-.409.259-.701.354-.875.093-.174.199-.31.317-.406.117-.096.264-.164.437-.201v-.466h-2.944v.466c.24.019.421.086.541.201.119.115.18.295.18.54 0 .155-.024.342-.07.561a8.354 8.354 0 01-.17.653l-1.49 4.779-1.652-7.2h-1.596l-2.026 7.2-1.221-4.906c-.137-.527-.205-.915-.205-1.165 0-.198.059-.35.177-.459.117-.108.299-.176.544-.204v-.466h-3.799v.466c.15.037.275.094.374.169.099.075.189.188.269.339zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm14.4-9.073c0 .394-.103.716-.306.967-.203.252-.486.378-.847.378-.349 0-.623-.126-.82-.378-.197-.251-.295-.573-.295-.967v-.848c0-.39.098-.71.293-.961.197-.25.469-.375.819-.375.359 0 .641.125.847.377.205.251.309.571.309.959v.848zM23.943 28.5c-.571 0-1.028.188-1.372.563-.345.376-.517.851-.517 1.421v.843c0 .573.172 1.047.518 1.422.346.375.804.562 1.374.562.58 0 1.046-.187 1.401-.561.354-.373.531-.847.531-1.423v-.843c0-.57-.178-1.045-.532-1.421-.356-.375-.823-.563-1.403-.563zm-3.414 2.717c0 .435-.111.778-.331 1.028-.218.251-.561.376-1.025.376h-.627v-3.427h.668c.443 0 .774.123.989.369.217.246.326.589.326 1.028v.626zm-1.292-2.65h-1.471v4.677h1.429c.66 0 1.177-.183 1.551-.551.375-.367.562-.86.562-1.476v-.62c0-.612-.186-1.103-.557-1.474-.371-.37-.876-.556-1.514-.556z"});return h?c.createElement("path",{d:"M37.3 7.6v32.8H10.7V7.6h26.6zm-1.301 1.3H12.001v30.2h23.998V8.9zm-7.56 19.6c.552 0 .976.139 1.273.416.297.277.47.673.522 1.187h-.78c-.041-.326-.138-.57-.291-.732-.153-.164-.394-.245-.724-.245-.326 0-.58.124-.763.373-.183.248-.274.567-.274.957v.897c0 .396.089.717.27.964.182.247.437.371.767.371.323 0 .562-.079.717-.238.156-.158.253-.399.294-.722h.782c-.048.492-.223.879-.526 1.161-.303.281-.725.422-1.267.422-.555 0-.996-.18-1.324-.541-.327-.36-.491-.834-.491-1.417v-.891c0-.58.166-1.052.496-1.417.33-.363.77-.545 1.319-.545zm-4.496 0c.58 0 1.048.188 1.403.564.356.376.533.85.533 1.42v.843c0 .576-.176 1.05-.531 1.424-.354.374-.822.56-1.402.56-.57 0-1.028-.187-1.373-.562-.346-.374-.52-.848-.52-1.422v-.842c0-.571.173-1.045.519-1.421.343-.376.8-.563 1.37-.563zm-4.706.068c.638 0 1.143.185 1.514.555.371.37.557.862.557 1.474v.62c0 .617-.187 1.109-.56 1.476-.376.368-.894.55-1.553.55h-1.429v-4.675zm4.706.575c-.35 0-.622.125-.818.375-.196.25-.294.572-.294.96v.849c0 .394.099.717.295.968.198.252.47.377.82.377.362 0 .644-.125.847-.377.204-.251.306-.574.306-.968v-.848c0-.387-.104-.707-.31-.96-.204-.251-.487-.376-.846-.376zm-4.729.05h-.668v3.428h.627c.464 0 .806-.125 1.025-.376.22-.25.33-.592.33-1.028v-.626c0-.44-.108-.782-.324-1.028-.217-.246-.547-.37-.99-.37zm1.718-15.506v.466c-.245.028-.426.096-.544.205-.117.108-.176.26-.176.458 0 .25.068.638.205 1.165l1.221 4.907 2.027-7.201h1.595l1.652 7.2 1.49-4.78c.065-.215.122-.433.17-.652a2.72 2.72 0 00.07-.561c0-.244-.06-.424-.18-.54-.12-.115-.3-.182-.54-.201v-.466h2.944v.466c-.175.038-.32.105-.439.2a1.356 1.356 0 00-.317.407c-.094.174-.212.466-.354.876l-2.646 7.737h-1.68l-1.596-6.63-1.892 6.63h-1.766l-2.125-7.907c-.103-.386-.195-.654-.275-.805a1.029 1.029 0 00-.268-.34 1.023 1.023 0 00-.375-.168v-.466h3.8z"}):l}
1
+ import c from"react";export default function(v){v.size;var h=v.isHovered,e=c.createElement("path",{fillRule:"evenodd",d:"M27.676 29.499c.183-.249.437-.373.763-.373.33 0 .57.081.723.245.154.162.251.406.291.732h.781c-.051-.514-.226-.91-.522-1.187-.297-.277-.721-.416-1.273-.416-.549 0-.988.182-1.319.545-.331.365-.496.837-.496 1.417v.891c0 .583.164 1.057.491 1.417.328.361.769.541 1.324.541.541 0 .964-.141 1.267-.422.302-.282.478-.669.525-1.161h-.781c-.041.323-.138.564-.294.722-.155.159-.394.238-.717.238-.33 0-.586-.124-.767-.371-.181-.247-.27-.568-.27-.964v-.897c0-.39.09-.709.274-.957zm-9.899-13.016c.08.151.171.419.275.805l2.125 7.907h1.765l1.892-6.629 1.595 6.629h1.681l2.647-7.738c.142-.409.259-.701.354-.875.093-.174.199-.31.317-.406.117-.096.264-.164.437-.201v-.466h-2.944v.466c.24.019.421.086.541.201.119.115.18.295.18.54 0 .155-.024.342-.07.561a8.354 8.354 0 01-.17.653l-1.49 4.779-1.652-7.2h-1.596l-2.026 7.2-1.221-4.906c-.137-.527-.205-.915-.205-1.165 0-.198.059-.35.177-.459.117-.108.299-.176.544-.204v-.466h-3.799v.466c.15.037.275.094.374.169.099.075.189.188.269.339zM12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm14.4-9.073c0 .394-.103.716-.306.967-.203.252-.486.378-.847.378-.349 0-.623-.126-.82-.378-.197-.251-.295-.573-.295-.967v-.848c0-.39.098-.71.293-.961.197-.25.469-.375.819-.375.359 0 .641.125.847.377.205.251.309.571.309.959v.848zM23.943 28.5c-.571 0-1.028.188-1.372.563-.345.376-.517.851-.517 1.421v.843c0 .573.172 1.047.518 1.422.346.375.804.562 1.374.562.58 0 1.046-.187 1.401-.561.354-.373.531-.847.531-1.423v-.843c0-.57-.178-1.045-.532-1.421-.356-.375-.823-.563-1.403-.563zm-3.414 2.717c0 .435-.111.778-.331 1.028-.218.251-.561.376-1.025.376h-.627v-3.427h.668c.443 0 .774.123.989.369.217.246.326.589.326 1.028v.626zm-1.292-2.65h-1.471v4.677h1.429c.66 0 1.177-.183 1.551-.551.375-.367.562-.86.562-1.476v-.62c0-.612-.186-1.103-.557-1.474-.371-.37-.876-.556-1.514-.556z"});return h?c.createElement("path",{d:"M37.3 7.6v32.8H10.7V7.6h26.6zm-1.301 1.3H12.001v30.2h23.998V8.9zm-7.56 19.6c.552 0 .976.139 1.273.416.297.277.47.673.522 1.187h-.78c-.041-.326-.138-.57-.291-.732-.153-.164-.394-.245-.724-.245-.326 0-.58.124-.763.373-.183.248-.274.567-.274.957v.897c0 .396.089.717.27.964.182.247.437.371.767.371.323 0 .562-.079.717-.238.156-.158.253-.399.294-.722h.782c-.048.492-.223.879-.526 1.161-.303.281-.725.422-1.267.422-.555 0-.996-.18-1.324-.541-.327-.36-.491-.834-.491-1.417v-.891c0-.58.166-1.052.496-1.417.33-.363.77-.545 1.319-.545zm-4.496 0c.58 0 1.048.188 1.403.564.356.376.533.85.533 1.42v.843c0 .576-.176 1.05-.531 1.424-.354.374-.822.56-1.402.56-.57 0-1.028-.187-1.373-.562-.346-.374-.52-.848-.52-1.422v-.842c0-.571.173-1.045.519-1.421.343-.376.8-.563 1.37-.563zm-4.706.068c.638 0 1.143.185 1.514.555.371.37.557.862.557 1.474v.62c0 .617-.187 1.109-.56 1.476-.376.368-.894.55-1.553.55h-1.429v-4.675zm4.706.575c-.35 0-.622.125-.818.375-.196.25-.294.572-.294.96v.849c0 .394.099.717.295.968.198.252.47.377.82.377.362 0 .644-.125.847-.377.204-.251.306-.574.306-.968v-.848c0-.387-.104-.707-.31-.96-.204-.251-.487-.376-.846-.376zm-4.729.05h-.668v3.428h.627c.464 0 .806-.125 1.025-.376.22-.25.33-.592.33-1.028v-.626c0-.44-.108-.782-.324-1.028-.217-.246-.547-.37-.99-.37zm1.718-15.506v.466c-.245.028-.426.096-.544.205-.117.108-.176.26-.176.458 0 .25.068.638.205 1.165l1.221 4.907 2.027-7.201h1.595l1.652 7.2 1.49-4.78c.065-.215.122-.433.17-.652a2.72 2.72 0 00.07-.561c0-.244-.06-.424-.18-.54-.12-.115-.3-.182-.54-.201v-.466h2.944v.466c-.175.038-.32.105-.439.2a1.356 1.356 0 00-.317.407c-.094.174-.212.466-.354.876l-2.646 7.737h-1.68l-1.596-6.63-1.892 6.63h-1.766l-2.125-7.907c-.103-.386-.195-.654-.275-.805a1.029 1.029 0 00-.268-.34 1.023 1.023 0 00-.375-.168v-.466h3.8z"}):e}
2
2
  //# sourceMappingURL=WordDocument.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const WorkSuitcase: React.FC<SvgPathProps>;
4
- export default WorkSuitcase;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const WorkSuitcase: React.FC<SvgPathProps>;
4
+ export default WorkSuitcase;
5
5
  //# sourceMappingURL=WorkSuitcase.d.ts.map
@@ -1,2 +1,2 @@
1
- import v from"react";export default function(h){h.isExtraSmall;var c=h.isHovered,H=v.createElement("path",{fillRule:"evenodd",d:"M40.06 36.383H7.94V25.621c.13.022.26.04.394.04H21.59v1.48h.76v.94c0 .91.74 1.65 1.65 1.65.91 0 1.65-.74 1.65-1.65v-.94h.76v-1.48h13.255c.135 0 .265-.018.394-.04v10.762zM7.294 15.897H22.35v7.135h-.76v1.33H8.335c-.573 0-1.04-.468-1.04-1.04v-7.425zm10.9-3.6a.68.68 0 01.678-.68h10.255c.375 0 .681.305.681.68v2.3H18.194v-2.3zM23.35 27.14h1.3v.94a.65.65 0 11-1.3 0v-.94zm-.759-1h2.82v-2.108h-2.82v2.108zm.758-3.108h1.301v-7.136h-1.3v7.136zm17.356-7.135v7.424c0 .573-.467 1.04-1.04 1.04H26.41v-1.329h-.76v-7.135h15.055zm1.3 7.424v-8.724H31.108v-2.3c0-1.092-.888-1.98-1.98-1.98H18.873c-1.09 0-1.98.888-1.98 1.98v2.3H5.995v8.724c0 .666.283 1.264.73 1.69h-.084v12.672H41.36V25.011h-.084c.448-.426.73-1.024.73-1.69z"});return c?v.createElement("path",{d:"M40.06 36.383H7.94V25.621c.13.022.26.04.394.04H22.35v.201c0 .911.74 1.651 1.65 1.651.91 0 1.65-.74 1.65-1.65v-.202h14.015c.135 0 .266-.018.394-.04v10.762zM7.294 15.897H22.351l.015 5.657h-.754l-.02 2.807H8.334c-.573 0-1.04-.467-1.04-1.04v-7.424zm10.9-3.6a.68.68 0 01.68-.68h10.253c.375 0 .681.305.681.68v2.3H18.194v-2.3zm5.155 12.626h1.3v.94a.651.651 0 01-.65.65.651.651 0 01-.65-.65v-.94zm-.746-2.369h2.82l-.01 1.37h-2.82l.01-1.37zm2.048-6.657l.015 5.657h-1.3l-.016-5.657h1.301zm16.053 0v7.424c0 .573-.467 1.04-1.04 1.04H26.41l.022-2.807h-.765l-.015-5.657h15.053zm1.3 7.424v-8.724H31.108v-2.3c0-1.092-.888-1.98-1.98-1.98H18.874a1.983 1.983 0 00-1.98 1.98v2.3H5.994v8.724c0 .666.283 1.264.731 1.69h-.085v12.672H41.36V25.011h-.084c.448-.426.73-1.024.73-1.69z"}):H}
1
+ import v from"react";export default function(h){h.size;var c=h.isHovered,H=v.createElement("path",{fillRule:"evenodd",d:"M40.06 36.383H7.94V25.621c.13.022.26.04.394.04H21.59v1.48h.76v.94c0 .91.74 1.65 1.65 1.65.91 0 1.65-.74 1.65-1.65v-.94h.76v-1.48h13.255c.135 0 .265-.018.394-.04v10.762zM7.294 15.897H22.35v7.135h-.76v1.33H8.335c-.573 0-1.04-.468-1.04-1.04v-7.425zm10.9-3.6a.68.68 0 01.678-.68h10.255c.375 0 .681.305.681.68v2.3H18.194v-2.3zM23.35 27.14h1.3v.94a.65.65 0 11-1.3 0v-.94zm-.759-1h2.82v-2.108h-2.82v2.108zm.758-3.108h1.301v-7.136h-1.3v7.136zm17.356-7.135v7.424c0 .573-.467 1.04-1.04 1.04H26.41v-1.329h-.76v-7.135h15.055zm1.3 7.424v-8.724H31.108v-2.3c0-1.092-.888-1.98-1.98-1.98H18.873c-1.09 0-1.98.888-1.98 1.98v2.3H5.995v8.724c0 .666.283 1.264.73 1.69h-.084v12.672H41.36V25.011h-.084c.448-.426.73-1.024.73-1.69z"});return c?v.createElement("path",{d:"M40.06 36.383H7.94V25.621c.13.022.26.04.394.04H22.35v.201c0 .911.74 1.651 1.65 1.651.91 0 1.65-.74 1.65-1.65v-.202h14.015c.135 0 .266-.018.394-.04v10.762zM7.294 15.897H22.351l.015 5.657h-.754l-.02 2.807H8.334c-.573 0-1.04-.467-1.04-1.04v-7.424zm10.9-3.6a.68.68 0 01.68-.68h10.253c.375 0 .681.305.681.68v2.3H18.194v-2.3zm5.155 12.626h1.3v.94a.651.651 0 01-.65.65.651.651 0 01-.65-.65v-.94zm-.746-2.369h2.82l-.01 1.37h-2.82l.01-1.37zm2.048-6.657l.015 5.657h-1.3l-.016-5.657h1.301zm16.053 0v7.424c0 .573-.467 1.04-1.04 1.04H26.41l.022-2.807h-.765l-.015-5.657h15.053zm1.3 7.424v-8.724H31.108v-2.3c0-1.092-.888-1.98-1.98-1.98H18.874a1.983 1.983 0 00-1.98 1.98v2.3H5.994v8.724c0 .666.283 1.264.731 1.69h-.085v12.672H41.36V25.011h-.084c.448-.426.73-1.024.73-1.69z"}):H}
2
2
  //# sourceMappingURL=WorkSuitcase.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const X: React.FC<SvgPathProps>;
4
- export default X;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const X: React.FC<SvgPathProps>;
4
+ export default X;
5
5
  //# sourceMappingURL=X.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"X.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/X.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkB7B,CAAC;AAEF,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"X.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/X.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA0B7B,CAAC;AAEF,eAAe,CAAC,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(l){var t=l.isExtraSmall,a=l.isHovered,r=e.createElement("path",{d:"M25.403 24l10.259-10.259-1.403-1.403L24 22.597l-10.259-10.26-1.403 1.403L22.597 24 12.338 34.26l1.403 1.403L24 25.403l10.259 10.259 1.403-1.403z"}),L=e.createElement("path",{d:"M24 22.597L12.327 10.924l-1.403 1.402L22.597 24 10.923 35.674l1.403 1.402L24 25.403l11.674 11.673 1.403-1.402L25.403 24l11.673-11.674-1.403-1.402z"}),m=e.createElement("path",{d:"M25.773 24l10.432-10.432-1.772-1.773-10.432 10.433-10.433-10.433-1.773 1.772L22.229 24 11.795 34.433l1.773 1.772 10.433-10.433 10.432 10.433 1.772-1.773z"});return t?a?e.createElement("path",{d:"M24 22.227L11.781 10.008l-1.772 1.772 12.219 12.219-12.22 12.22 1.772 1.772L24 25.771l12.22 12.22 1.772-1.772-12.22-12.22L37.991 11.78l-1.772-1.772z"}):m:a?L:r}
1
+ import e from"react";import{getIcon as t}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(l){var r=l.size,a=l.isHovered;return t(r,a,e.createElement("path",{d:"M25.403 24l10.259-10.259-1.403-1.403L24 22.597l-10.259-10.26-1.403 1.403L22.597 24 12.338 34.26l1.403 1.403L24 25.403l10.259 10.259 1.403-1.403z"}),e.createElement("path",{d:"M24 22.597L12.327 10.924l-1.403 1.402L22.597 24 10.923 35.674l1.403 1.402L24 25.403l11.674 11.673 1.403-1.402L25.403 24l11.673-11.674-1.403-1.402z"}),e.createElement("path",{d:"M25.773 24l10.432-10.432-1.772-1.773-10.432 10.433-10.433-10.433-1.773 1.772L22.229 24 11.795 34.433l1.773 1.772 10.433-10.433 10.432 10.433 1.772-1.773z"}),e.createElement("path",{d:"M24 22.227L11.781 10.008l-1.772 1.772 12.219 12.219-12.22 12.22 1.772 1.772L24 25.771l12.22 12.22 1.772-1.772-12.22-12.22L37.991 11.78l-1.772-1.772z"}),e.createElement("path",{d:"M36.3746 13.6056 34.3946 11.6256 24.0006 22.0196 13.6066 11.6256 11.6266 13.6056 22.0206 23.9996 11.6266 34.3936 13.6066 36.3736 24.0006 25.9796 34.3946 36.3736 36.3746 34.3936 25.9806 23.9996"}),e.createElement("path",{d:"M39.0362 10.9454 37.0562 8.9654 24.0002 22.0194 10.9442 8.9654 8.9642 10.9454 22.0202 23.9994 8.9642 37.0554 10.9442 39.0354 24.0002 25.9814 37.0562 39.0354 39.0362 37.0554 25.9802 23.9994"}))}
2
2
  //# sourceMappingURL=X.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const XOutline: React.FC<SvgPathProps>;
4
- export default XOutline;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const XOutline: React.FC<SvgPathProps>;
4
+ export default XOutline;
5
5
  //# sourceMappingURL=XOutline.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(e){e.isExtraSmall;var r=e.isHovered,t=l.createElement("path",{d:"m35.068 32.24-2.829 2.828L24 26.828l-8.239 8.24-2.829-2.828 8.24-8.24-8.24-8.24 2.829-2.827L24 21.172l8.239-8.24 2.829 2.829L26.829 24l8.239 8.24zm2.828-16.48-5.657-5.655L24 18.344l-8.239-8.24-5.657 5.657L18.343 24l-8.239 8.24 5.657 5.656L24 29.656l8.239 8.24 5.657-5.656L29.657 24l8.239-8.24z","fill-rule":"evenodd"});return r?l.createElement("path",{d:"m24 26.828-9.851 9.851-2.83-2.828L21.172 24l-9.858-9.86 2.829-2.828L24 21.172l9.84-9.84 2.829 2.827-9.84 9.84 9.845 9.848-2.83 2.828L24 26.829zM29.657 24l9.84-9.84-5.657-5.656-9.84 9.84-9.858-9.86-5.657 5.656L18.343 24l-9.851 9.852 5.657 5.656 9.85-9.852 9.846 9.846 5.657-5.656L29.657 24z","fill-rule":"evenodd"}):t}
1
+ import e from"react";export default function(l){l.size;var r=l.isHovered,t=e.createElement("path",{d:"m35.068 32.24-2.829 2.828L24 26.828l-8.239 8.24-2.829-2.828 8.24-8.24-8.24-8.24 2.829-2.827L24 21.172l8.239-8.24 2.829 2.829L26.829 24l8.239 8.24zm2.828-16.48-5.657-5.655L24 18.344l-8.239-8.24-5.657 5.657L18.343 24l-8.239 8.24 5.657 5.656L24 29.656l8.239 8.24 5.657-5.656L29.657 24l8.239-8.24z","fill-rule":"evenodd"});return r?e.createElement("path",{d:"m24 26.828-9.851 9.851-2.83-2.828L21.172 24l-9.858-9.86 2.829-2.828L24 21.172l9.84-9.84 2.829 2.827-9.84 9.84 9.845 9.848-2.83 2.828L24 26.829zM29.657 24l9.84-9.84-5.657-5.656-9.84 9.84-9.858-9.86-5.657 5.656L18.343 24l-9.851 9.852 5.657 5.656 9.85-9.852 9.846 9.846 5.657-5.656L29.657 24z","fill-rule":"evenodd"}):t}
2
2
  //# sourceMappingURL=XOutline.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const XmlFile: React.FC<SvgPathProps>;
4
- export default XmlFile;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const XmlFile: React.FC<SvgPathProps>;
4
+ export default XmlFile;
5
5
  //# sourceMappingURL=XmlFile.d.ts.map
@@ -1,2 +1,2 @@
1
- import l from"react";export default function(h){h.isExtraSmall;var e=h.isHovered,v=l.createElement("path",{fillRule:"evenodd",d:"M12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm7.482-7.089l1.037-1.796 1.042 1.796h.955L19.692 30.9l1.467-2.37h-.943l-1.011 1.766-.999-1.766h-.934l1.468 2.37-1.501 2.411h.942zm4.083-10.476l-2.292-2.292 2.292-2.292-.707-.707-2.999 2.999 2.999 2.999.707-.707zm6.3 5.695h-.797v4.781h2.994v-.637h-2.197V28.53zm-2.12-4.988l2.998-2.999-2.998-2.999-.707.707 2.291 2.292-2.291 2.292.707.707zm-4.57 9.769h.798v-1.629l-.082-2.092h.011l1.425 3.721h.535l1.431-3.73h.011l-.083 2.101v1.629h.798V28.53h-1.034l-1.39 3.703-1.385-3.703h-1.035v4.781z"});return e?l.createElement("path",{fillRule:"evenodd",d:"M12.001 39.1H36V8.9H12.001v30.2zM10.7 40.4h26.601V7.6H10.7v32.8zm7.48-7.089l1.038-1.796 1.042 1.796h.955L19.692 30.9l1.468-2.37h-.944l-1.01 1.766-.999-1.766h-.935l1.468 2.37-1.501 2.411h.941zm3.084-10.476l-2.292-2.292 2.292-2.292-.707-.707-2.999 2.999 2.999 2.999.707-.707zm7.3 5.695h-.798v4.781h2.995v-.637h-2.197V28.53zm-1.12-4.988l2.998-2.999-2.998-2.999-.707.707 2.291 2.292-2.291 2.292.707.707zm-5.569 9.769h.797v-1.629l-.082-2.092h.011l1.425 3.721h.535l1.432-3.73h.009l-.082 2.101v1.629h.798V28.53h-1.034l-1.39 3.703-1.385-3.703h-1.034v4.781z"}):v}
1
+ import h from"react";export default function(l){l.size;var e=l.isHovered,v=h.createElement("path",{fillRule:"evenodd",d:"M12 39.1h23.999V8.9H12v30.2zm-1.301 1.3H37.3V7.6H10.699v32.8zm7.482-7.089l1.037-1.796 1.042 1.796h.955L19.692 30.9l1.467-2.37h-.943l-1.011 1.766-.999-1.766h-.934l1.468 2.37-1.501 2.411h.942zm4.083-10.476l-2.292-2.292 2.292-2.292-.707-.707-2.999 2.999 2.999 2.999.707-.707zm6.3 5.695h-.797v4.781h2.994v-.637h-2.197V28.53zm-2.12-4.988l2.998-2.999-2.998-2.999-.707.707 2.291 2.292-2.291 2.292.707.707zm-4.57 9.769h.798v-1.629l-.082-2.092h.011l1.425 3.721h.535l1.431-3.73h.011l-.083 2.101v1.629h.798V28.53h-1.034l-1.39 3.703-1.385-3.703h-1.035v4.781z"});return e?h.createElement("path",{fillRule:"evenodd",d:"M12.001 39.1H36V8.9H12.001v30.2zM10.7 40.4h26.601V7.6H10.7v32.8zm7.48-7.089l1.038-1.796 1.042 1.796h.955L19.692 30.9l1.468-2.37h-.944l-1.01 1.766-.999-1.766h-.935l1.468 2.37-1.501 2.411h.941zm3.084-10.476l-2.292-2.292 2.292-2.292-.707-.707-2.999 2.999 2.999 2.999.707-.707zm7.3 5.695h-.798v4.781h2.995v-.637h-2.197V28.53zm-1.12-4.988l2.998-2.999-2.998-2.999-.707.707 2.291 2.292-2.291 2.292.707.707zm-5.569 9.769h.797v-1.629l-.082-2.092h.011l1.425 3.721h.535l1.432-3.73h.009l-.082 2.101v1.629h.798V28.53h-1.034l-1.39 3.703-1.385-3.703h-1.034v4.781z"}):v}
2
2
  //# sourceMappingURL=XmlFile.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const YouTube: React.FC<SvgPathProps>;
4
- export default YouTube;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const YouTube: React.FC<SvgPathProps>;
4
+ export default YouTube;
5
5
  //# sourceMappingURL=YouTube.d.ts.map
@@ -1,2 +1,2 @@
1
- import a from"react";export default function(e){e.isExtraSmall;var t=e.isHovered,m=a.createElement("path",{d:"M34.913 12.097a6.441 6.441 0 016.434 6.433v10.94a6.441 6.441 0 01-6.434 6.433H13.088a6.441 6.441 0 01-6.434-6.433V18.53a6.441 6.441 0 016.434-6.433zm0 1.3H13.088a5.139 5.139 0 00-5.133 5.133v10.94a5.139 5.139 0 005.133 5.133h21.825a5.139 5.139 0 005.133-5.133V18.53a5.139 5.139 0 00-5.133-5.133zm-14.755 5.07l10.616 5.41-10.616 5.41v-10.82zm1.3 2.122v6.577l6.453-3.288-6.452-3.29z"});return t?a.createElement("path",{d:"M34.912 12.097a6.441 6.441 0 016.434 6.433v10.94a6.441 6.441 0 01-6.434 6.433H13.087a6.441 6.441 0 01-6.434-6.433V18.53a6.441 6.441 0 016.434-6.433zm0 1.3H13.087a5.139 5.139 0 00-5.133 5.133v10.94a5.139 5.139 0 005.133 5.133h21.825a5.139 5.139 0 005.133-5.133V18.53a5.139 5.139 0 00-5.133-5.133zm-13.755 5.07l10.616 5.41-10.616 5.41v-10.82zm1.302 2.122v6.577l6.451-3.288-6.451-3.29z"}):m}
1
+ import a from"react";export default function(e){e.size;var t=e.isHovered,m=a.createElement("path",{d:"M34.913 12.097a6.441 6.441 0 016.434 6.433v10.94a6.441 6.441 0 01-6.434 6.433H13.088a6.441 6.441 0 01-6.434-6.433V18.53a6.441 6.441 0 016.434-6.433zm0 1.3H13.088a5.139 5.139 0 00-5.133 5.133v10.94a5.139 5.139 0 005.133 5.133h21.825a5.139 5.139 0 005.133-5.133V18.53a5.139 5.139 0 00-5.133-5.133zm-14.755 5.07l10.616 5.41-10.616 5.41v-10.82zm1.3 2.122v6.577l6.453-3.288-6.452-3.29z"});return t?a.createElement("path",{d:"M34.912 12.097a6.441 6.441 0 016.434 6.433v10.94a6.441 6.441 0 01-6.434 6.433H13.087a6.441 6.441 0 01-6.434-6.433V18.53a6.441 6.441 0 016.434-6.433zm0 1.3H13.087a5.139 5.139 0 00-5.133 5.133v10.94a5.139 5.139 0 005.133 5.133h21.825a5.139 5.139 0 005.133-5.133V18.53a5.139 5.139 0 00-5.133-5.133zm-13.755 5.07l10.616 5.41-10.616 5.41v-10.82zm1.302 2.122v6.577l6.451-3.288-6.451-3.29z"}):m}
2
2
  //# sourceMappingURL=YouTube.js.map
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { SvgPathProps } from './Icon';
3
- declare const Zoom: React.FC<SvgPathProps>;
4
- export default Zoom;
1
+ import React from 'react';
2
+ import { SvgPathProps } from './Icon';
3
+ declare const Zoom: React.FC<SvgPathProps>;
4
+ export default Zoom;
5
5
  //# sourceMappingURL=Zoom.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Zoom.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Zoom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA6BhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Zoom.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Zoom.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAW,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA8BhC,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,2 +1,2 @@
1
- import e from"react";export default function(l){var a=l.isExtraSmall,v=l.isHovered,c=e.createElement("path",{d:"M21.866 20.005h5.573v1.6h-5.573v5.572h-1.6v-5.572h-5.572v-1.6h5.572v-5.573h1.6v5.573zM37.758 38.11a2.24 2.24 0 0 1-1.606.612 2.23 2.23 0 0 1-1.568-.703l-6.066-6.421a13.263 13.263 0 0 0 1.562-1.25 13.312 13.312 0 0 0 1.65-1.888l6.118 6.476c.85.9.81 2.324-.09 3.174zm-17.02-5.783a11.452 11.452 0 0 1-8.052-3.607 11.45 11.45 0 0 1-3.142-8.243c.178-6.243 5.312-11.2 11.518-11.2.11 0 .222.002.333.005 6.353.18 11.375 5.497 11.194 11.85a11.456 11.456 0 0 1-3.607 8.053c-2.24 2.114-5.166 3.24-8.244 3.142zm18.273 1.51-6.406-6.782a13.068 13.068 0 0 0 1.583-5.876c.1-3.505-1.171-6.84-3.58-9.388a13.036 13.036 0 0 0-9.167-4.108C14.2 7.482 8.15 13.196 7.945 20.43a13.043 13.043 0 0 0 3.578 9.388 13.042 13.042 0 0 0 9.553 4.113c2.136 0 4.198-.513 6.048-1.48l6.297 6.666a3.82 3.82 0 0 0 2.685 1.203l.113.002a3.82 3.82 0 0 0 2.637-1.05 3.85 3.85 0 0 0 .155-5.436z","fill-rule":"evenodd"}),h=e.createElement("path",{d:"M21.866 20.005h6.278v1.6h-6.278v6.278h-1.6v-6.278h-6.278v-1.6h6.278v-6.278h1.6v6.278zm15.89 18.105c-.898.85-2.323.81-3.173-.091l-5.25-5.558a14.432 14.432 0 0 0 3.212-3.14l5.303 5.615c.85.9.809 2.323-.091 3.174zm-17.052-4.6a12.627 12.627 0 0 1-8.88-3.977 12.621 12.621 0 0 1-3.463-9.09 12.623 12.623 0 0 1 3.977-8.878 12.62 12.62 0 0 1 9.09-3.466c7.006.2 12.543 6.062 12.344 13.068-.2 7.006-6.068 12.558-13.068 12.343zm18.307.327-5.556-5.882a14.21 14.21 0 0 0 1.916-6.742c.225-7.888-6.01-14.488-13.897-14.713a14.22 14.22 0 0 0-10.235 3.9 14.218 14.218 0 0 0-4.478 9.997 14.217 14.217 0 0 0 3.9 10.234 14.219 14.219 0 0 0 10.41 4.485c2.49 0 4.836-.651 6.885-1.782l5.464 5.784a3.82 3.82 0 0 0 2.799 1.205 3.82 3.82 0 0 0 2.637-1.05 3.85 3.85 0 0 0 .155-5.436z","fill-rule":"evenodd"}),t=e.createElement("path",{d:"M22.591 20.708h3.645v2.02H22.59v3.644h-2.02v-3.643h-3.644v-2.021h3.643v-3.645h2.021v3.645zm11.882 13.63c-.5.5-1.372.5-1.874 0l-4.47-4.472c.691-.555 1.304-1.2 1.834-1.912l4.51 4.51a1.318 1.318 0 0 1 0 1.873zm-21.334-12.62c0-4.656 3.787-8.443 8.442-8.443 4.656 0 8.443 3.787 8.443 8.443 0 4.655-3.787 8.442-8.443 8.442-4.655 0-8.442-3.787-8.442-8.442zm22.764 9.316-4.866-4.864a10.39 10.39 0 0 0 1.008-4.452c0-5.77-4.694-10.464-10.464-10.464-5.769 0-10.463 4.694-10.463 10.464 0 5.77 4.694 10.463 10.463 10.463 1.738 0 3.375-.432 4.819-1.185l4.77 4.77c.632.631 1.474.98 2.367.98s1.734-.349 2.366-.98c.631-.632.98-1.472.98-2.366 0-.893-.349-1.733-.98-2.366z","fill-rule":"evenodd"});return a?v?e.createElement("path",{d:"M22.592 20.708H27v2.02h-4.408v4.408H20.57v-4.407h-4.409v-2.021h4.409v-4.409h2.02v4.409zm11.881 13.63c-.499.498-1.372.5-1.873 0l-3.724-3.725a11.63 11.63 0 0 0 1.834-1.912l3.763 3.763c.25.25.388.583.388.936 0 .355-.138.687-.388.937zm-22.382-12.62c0-5.233 4.258-9.49 9.49-9.49 5.233 0 9.49 4.257 9.49 9.49 0 5.232-4.257 9.49-9.49 9.49-5.232 0-9.49-4.258-9.49-9.49zm23.812 9.316-4.083-4.083a11.423 11.423 0 0 0 1.272-5.233c0-6.347-5.163-11.51-11.51-11.51-6.347 0-11.51 5.163-11.51 11.51 0 6.346 5.163 11.51 11.51 11.51 2.03 0 3.934-.533 5.591-1.459l3.998 3.997c.632.631 1.473.98 2.366.98s1.734-.349 2.365-.98c.632-.632.98-1.472.98-2.366 0-.893-.348-1.733-.98-2.366z","fill-rule":"evenodd"}):t:v?h:c}
1
+ import e from"react";import{getIcon as a}from"./Icon.js";import"../../_tslib-51c8a283.js";import"../../constants-075356e2.js";export default function(c){var l=c.size,v=c.isHovered;return a(l,v,e.createElement("path",{d:"M21.866 20.005h5.573v1.6h-5.573v5.572h-1.6v-5.572h-5.572v-1.6h5.572v-5.573h1.6v5.573zM37.758 38.11a2.24 2.24 0 0 1-1.606.612 2.23 2.23 0 0 1-1.568-.703l-6.066-6.421a13.263 13.263 0 0 0 1.562-1.25 13.312 13.312 0 0 0 1.65-1.888l6.118 6.476c.85.9.81 2.324-.09 3.174zm-17.02-5.783a11.452 11.452 0 0 1-8.052-3.607 11.45 11.45 0 0 1-3.142-8.243c.178-6.243 5.312-11.2 11.518-11.2.11 0 .222.002.333.005 6.353.18 11.375 5.497 11.194 11.85a11.456 11.456 0 0 1-3.607 8.053c-2.24 2.114-5.166 3.24-8.244 3.142zm18.273 1.51-6.406-6.782a13.068 13.068 0 0 0 1.583-5.876c.1-3.505-1.171-6.84-3.58-9.388a13.036 13.036 0 0 0-9.167-4.108C14.2 7.482 8.15 13.196 7.945 20.43a13.043 13.043 0 0 0 3.578 9.388 13.042 13.042 0 0 0 9.553 4.113c2.136 0 4.198-.513 6.048-1.48l6.297 6.666a3.82 3.82 0 0 0 2.685 1.203l.113.002a3.82 3.82 0 0 0 2.637-1.05 3.85 3.85 0 0 0 .155-5.436z","fill-rule":"evenodd"}),e.createElement("path",{d:"M21.866 20.005h6.278v1.6h-6.278v6.278h-1.6v-6.278h-6.278v-1.6h6.278v-6.278h1.6v6.278zm15.89 18.105c-.898.85-2.323.81-3.173-.091l-5.25-5.558a14.432 14.432 0 0 0 3.212-3.14l5.303 5.615c.85.9.809 2.323-.091 3.174zm-17.052-4.6a12.627 12.627 0 0 1-8.88-3.977 12.621 12.621 0 0 1-3.463-9.09 12.623 12.623 0 0 1 3.977-8.878 12.62 12.62 0 0 1 9.09-3.466c7.006.2 12.543 6.062 12.344 13.068-.2 7.006-6.068 12.558-13.068 12.343zm18.307.327-5.556-5.882a14.21 14.21 0 0 0 1.916-6.742c.225-7.888-6.01-14.488-13.897-14.713a14.22 14.22 0 0 0-10.235 3.9 14.218 14.218 0 0 0-4.478 9.997 14.217 14.217 0 0 0 3.9 10.234 14.219 14.219 0 0 0 10.41 4.485c2.49 0 4.836-.651 6.885-1.782l5.464 5.784a3.82 3.82 0 0 0 2.799 1.205 3.82 3.82 0 0 0 2.637-1.05 3.85 3.85 0 0 0 .155-5.436z","fill-rule":"evenodd"}),e.createElement("path",{d:"M22.591 20.708h3.645v2.02H22.59v3.644h-2.02v-3.643h-3.644v-2.021h3.643v-3.645h2.021v3.645zm11.882 13.63c-.5.5-1.372.5-1.874 0l-4.47-4.472c.691-.555 1.304-1.2 1.834-1.912l4.51 4.51a1.318 1.318 0 0 1 0 1.873zm-21.334-12.62c0-4.656 3.787-8.443 8.442-8.443 4.656 0 8.443 3.787 8.443 8.443 0 4.655-3.787 8.442-8.443 8.442-4.655 0-8.442-3.787-8.442-8.442zm22.764 9.316-4.866-4.864a10.39 10.39 0 0 0 1.008-4.452c0-5.77-4.694-10.464-10.464-10.464-5.769 0-10.463 4.694-10.463 10.464 0 5.77 4.694 10.463 10.463 10.463 1.738 0 3.375-.432 4.819-1.185l4.77 4.77c.632.631 1.474.98 2.367.98s1.734-.349 2.366-.98c.631-.632.98-1.472.98-2.366 0-.893-.349-1.733-.98-2.366z","fill-rule":"evenodd"}),e.createElement("path",{d:"M22.592 20.708H27v2.02h-4.408v4.408H20.57v-4.407h-4.409v-2.021h4.409v-4.409h2.02v4.409zm11.881 13.63c-.499.498-1.372.5-1.873 0l-3.724-3.725a11.63 11.63 0 0 0 1.834-1.912l3.763 3.763c.25.25.388.583.388.936 0 .355-.138.687-.388.937zm-22.382-12.62c0-5.233 4.258-9.49 9.49-9.49 5.233 0 9.49 4.257 9.49 9.49 0 5.232-4.257 9.49-9.49 9.49-5.232 0-9.49-4.258-9.49-9.49zm23.812 9.316-4.083-4.083a11.423 11.423 0 0 0 1.272-5.233c0-6.347-5.163-11.51-11.51-11.51-6.347 0-11.51 5.163-11.51 11.51 0 6.346 5.163 11.51 11.51 11.51 2.03 0 3.934-.533 5.591-1.459l3.998 3.997c.632.631 1.473.98 2.366.98s1.734-.349 2.365-.98c.632-.632.98-1.472.98-2.366 0-.893-.348-1.733-.98-2.366z","fill-rule":"evenodd"}))}
2
2
  //# sourceMappingURL=Zoom.js.map
@@ -1,5 +1,5 @@
1
- export * from './Icon';
2
- export { IconSize } from '../../constants';
3
- import { Icon } from './Icon';
4
- export default Icon;
1
+ export * from './Icon';
2
+ export { IconSize } from '../../constants';
3
+ import { Icon } from './Icon';
4
+ export default Icon;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- import{I as o}from"../../Icon-89da8de4.js";export{I as Icon,I as default,r as returnIcon}from"../../Icon-89da8de4.js";export{I as IconSize}from"../../constants-ad6c82db.js";import"../../_tslib-51c8a283.js";import"react";
1
+ import{Icon as o}from"./Icon.js";export{Icon,Icon as default,getIcon}from"./Icon.js";export{I as IconSize}from"../../constants-075356e2.js";import"../../_tslib-51c8a283.js";import"react";
2
2
  //# sourceMappingURL=index.js.map
@@ -1,55 +1,55 @@
1
- import React from 'react';
2
- import { FormMode, FormVariant } from '../../constants';
3
- import { SvgIcon } from '../Icons';
4
- export interface InputProps {
5
- /** initial value for input */
6
- defaultValue?: string;
7
- /** Text for the placeholder */
8
- placeholder?: string;
9
- /** HMTL Input type */
10
- type?: keyof typeof InputTypes;
11
- /** input id */
12
- inputId?: string;
13
- /** Unique identifyer for the input tag */
14
- name?: string;
15
- /** If true, the component will be transparent. */
16
- transparent?: boolean;
17
- /** Icon to be displayed next to the input field */
18
- icon?: SvgIcon;
19
- /** Places the icon to the right */
20
- iconRight?: boolean;
21
- /** Changes the color profile of the input */
22
- mode?: keyof typeof FormMode;
23
- /** Changes the visuals of the input */
24
- variant?: keyof typeof FormVariant;
25
- /** Label of the input */
26
- label?: string;
27
- /** Activates Error style for the input */
28
- error?: boolean;
29
- /** Error text to show above the component */
30
- errorText?: string;
31
- /** Sets the data-testid attribute. */
32
- testId?: string;
33
- /** Disables the input field */
34
- disabled?: boolean;
35
- /** Om input feltet er readOnly */
36
- readOnly?: boolean;
37
- /** attribute autocomplete, */
38
- autocomplete?: string;
39
- /** Component shown after label */
40
- afterLabelChildren?: React.ReactNode;
41
- /** Component shown under label */
42
- belowLabelChildren?: React.ReactNode;
43
- }
44
- export declare enum InputTypes {
45
- text = "text",
46
- number = "number",
47
- email = "email",
48
- password = "password",
49
- search = "search",
50
- tel = "tel",
51
- url = "url"
52
- }
53
- declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
54
- export default Input;
1
+ import React from 'react';
2
+ import { FormMode, FormVariant } from '../../constants';
3
+ import { SvgIcon } from '../Icons';
4
+ export interface InputProps {
5
+ /** initial value for input */
6
+ defaultValue?: string;
7
+ /** Text for the placeholder */
8
+ placeholder?: string;
9
+ /** HMTL Input type */
10
+ type?: keyof typeof InputTypes;
11
+ /** input id */
12
+ inputId?: string;
13
+ /** Unique identifyer for the input tag */
14
+ name?: string;
15
+ /** If true, the component will be transparent. */
16
+ transparent?: boolean;
17
+ /** Icon to be displayed next to the input field */
18
+ icon?: SvgIcon;
19
+ /** Places the icon to the right */
20
+ iconRight?: boolean;
21
+ /** Changes the color profile of the input */
22
+ mode?: keyof typeof FormMode;
23
+ /** Changes the visuals of the input */
24
+ variant?: keyof typeof FormVariant;
25
+ /** Label of the input */
26
+ label?: string;
27
+ /** Activates Error style for the input */
28
+ error?: boolean;
29
+ /** Error text to show above the component */
30
+ errorText?: string;
31
+ /** Sets the data-testid attribute. */
32
+ testId?: string;
33
+ /** Disables the input field */
34
+ disabled?: boolean;
35
+ /** Om input feltet er readOnly */
36
+ readOnly?: boolean;
37
+ /** attribute autocomplete, */
38
+ autocomplete?: string;
39
+ /** Component shown after label */
40
+ afterLabelChildren?: React.ReactNode;
41
+ /** Component shown under label */
42
+ belowLabelChildren?: React.ReactNode;
43
+ }
44
+ export declare enum InputTypes {
45
+ text = "text",
46
+ number = "number",
47
+ email = "email",
48
+ password = "password",
49
+ search = "search",
50
+ tel = "tel",
51
+ url = "url"
52
+ }
53
+ declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
54
+ export default Input;
55
55
  //# sourceMappingURL=Input.d.ts.map
@@ -1,4 +1,4 @@
1
- import Input from './Input';
2
- export * from './Input';
3
- export default Input;
1
+ import Input from './Input';
2
+ export * from './Input';
3
+ export default Input;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- import{I as s}from"../../Input-19650c24.js";export{a as InputTypes,I as default}from"../../Input-19650c24.js";import"../../_rollupPluginBabelHelpers-b8ef6dd9.js";import"../../_tslib-51c8a283.js";import"react";import"../../index-9b84fabc.js";import"../../constants-ad6c82db.js";import"../../uuid-fe7442b7.js";import"../../Icon-89da8de4.js";import"../../color-a10c7892.js";import"../../index-0e78dfa0.js";import"../../palette-f206f488.js";import"../../grid-11a70eb7.js";import"../../useBreakpoint-552af2b9.js";import"./styles.module.scss";
1
+ import{I as s}from"../../Input-cd0319e0.js";export{a as InputTypes,I as default}from"../../Input-cd0319e0.js";import"../../_rollupPluginBabelHelpers-6b3099b0.js";import"../../_tslib-51c8a283.js";import"react";import"../../index-9b84fabc.js";import"../../constants-075356e2.js";import"../../uuid-fe7442b7.js";import"../Icons/Icon.js";import"../../color-e7d082c1.js";import"../../index-d1c9177a.js";import"../../palette-f206f488.js";import"../../grid-c105cad1.js";import"../../useBreakpoint-3186b97e.js";import"./styles.module.scss";
2
2
  //# sourceMappingURL=index.js.map
@@ -1,59 +1,59 @@
1
- @import '../../scss/_spacers.scss';
2
- @import '../../scss/_breakpoints.scss';
3
- @import '../../scss/_palette.scss';
4
- @import '../../scss/_font-settings.scss';
5
- @import '../../scss/_input.scss';
6
-
7
- .input-wrapper {
8
- @include input-wrapper;
9
-
10
- margin: getSpacer(l) 0;
11
- }
12
-
13
- .input-wrapper:first-of-type {
14
- margin-top: 0;
15
- }
16
-
17
- .input-wrapper:last-of-type {
18
- margin-bottom: 0;
19
- }
20
-
21
- .content-wrapper {
22
- @include content-wrapper;
23
-
24
- padding: 0.5rem 0;
25
- display: inline-flex;
26
- align-items: center;
27
-
28
- &--with-icon {
29
- padding: 1px 0;
30
-
31
- @media (min-width: map-get($grid-breakpoints, md)) {
32
- padding: 0.375rem 0;
33
- }
34
- }
35
-
36
- &--with-icon#{&}--bigform {
37
- padding: getSpacer(2xs) 0;
38
- }
39
-
40
- &__input {
41
- line-height: getSpacer(m);
42
- height: getSpacer(m);
43
-
44
- &--bigform {
45
- height: 2.5rem;
46
- }
47
-
48
- @media (min-width: map-get($grid-breakpoints, md)) {
49
- line-height: 1.625rem;
50
- height: 2.125rem;
51
- font-size: $font-size-md;
52
-
53
- &--bigform {
54
- line-height: 1.75rem;
55
- height: 3.5rem;
56
- }
57
- }
58
- }
59
- }
1
+ @import '../../scss/_spacers.scss';
2
+ @import '../../scss/_breakpoints.scss';
3
+ @import '../../scss/_palette.scss';
4
+ @import '../../scss/_font-settings.scss';
5
+ @import '../../scss/_input.scss';
6
+
7
+ .input-wrapper {
8
+ @include input-wrapper;
9
+
10
+ margin: getSpacer(l) 0;
11
+ }
12
+
13
+ .input-wrapper:first-of-type {
14
+ margin-top: 0;
15
+ }
16
+
17
+ .input-wrapper:last-of-type {
18
+ margin-bottom: 0;
19
+ }
20
+
21
+ .content-wrapper {
22
+ @include content-wrapper;
23
+
24
+ padding: 0.5rem 0;
25
+ display: inline-flex;
26
+ align-items: center;
27
+
28
+ &--with-icon {
29
+ padding: 1px 0;
30
+
31
+ @media (min-width: map-get($grid-breakpoints, md)) {
32
+ padding: 0.375rem 0;
33
+ }
34
+ }
35
+
36
+ &--with-icon#{&}--bigform {
37
+ padding: getSpacer(2xs) 0;
38
+ }
39
+
40
+ &__input {
41
+ line-height: getSpacer(m);
42
+ height: getSpacer(m);
43
+
44
+ &--bigform {
45
+ height: 2.5rem;
46
+ }
47
+
48
+ @media (min-width: map-get($grid-breakpoints, md)) {
49
+ line-height: 1.625rem;
50
+ height: 2.125rem;
51
+ font-size: $font-size-md;
52
+
53
+ &--bigform {
54
+ line-height: 1.75rem;
55
+ height: 3.5rem;
56
+ }
57
+ }
58
+ }
59
+ }
@@ -1,23 +1,23 @@
1
- export type Styles = {
2
- 'content-wrapper': string;
3
- 'content-wrapper__input': string;
4
- 'content-wrapper__input--bigform': string;
5
- 'content-wrapper__input--disabled': string;
6
- 'content-wrapper--bigform': string;
7
- 'content-wrapper--disabled': string;
8
- 'content-wrapper--invalid': string;
9
- 'content-wrapper--on-blueberry': string;
10
- 'content-wrapper--on-dark': string;
11
- 'content-wrapper--transparent': string;
12
- 'content-wrapper--with-icon': string;
13
- 'input-wrapper': string;
14
- 'input-wrapper__after-label-children': string;
15
- 'input-wrapper__label-wrapper': string;
16
- 'input-wrapper__label-wrapper--on-dark': string;
17
- };
18
-
19
- export type ClassNames = keyof Styles;
20
-
21
- declare const styles: Styles;
22
-
23
- export default styles;
1
+ export type Styles = {
2
+ 'content-wrapper': string;
3
+ 'content-wrapper__input': string;
4
+ 'content-wrapper__input--bigform': string;
5
+ 'content-wrapper__input--disabled': string;
6
+ 'content-wrapper--bigform': string;
7
+ 'content-wrapper--disabled': string;
8
+ 'content-wrapper--invalid': string;
9
+ 'content-wrapper--on-blueberry': string;
10
+ 'content-wrapper--on-dark': string;
11
+ 'content-wrapper--transparent': string;
12
+ 'content-wrapper--with-icon': string;
13
+ 'input-wrapper': string;
14
+ 'input-wrapper__after-label-children': string;
15
+ 'input-wrapper__label-wrapper': string;
16
+ 'input-wrapper__label-wrapper--on-dark': string;
17
+ };
18
+
19
+ export type ClassNames = keyof Styles;
20
+
21
+ declare const styles: Styles;
22
+
23
+ export default styles;
@@ -1,42 +1,42 @@
1
- import React from 'react';
2
- import { PaletteNames } from '../../theme/palette';
3
- export declare type LinkListSize = 'small' | 'medium' | 'large';
4
- export declare type LinkAnchorTargets = '_self' | '_blank' | '_parent';
5
- export declare type LinkListColors = PaletteNames;
6
- export declare type LinkType = React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLLIElement>>;
7
- export interface CompoundComponent extends React.ForwardRefExoticComponent<LinkListProps & React.RefAttributes<HTMLUListElement>> {
8
- Link: LinkType;
9
- }
10
- interface LinkListProps {
11
- /** Items in the LinkList */
12
- children: React.ReactNode;
13
- /** Adds custom classes to the element. */
14
- className?: string;
15
- /** Changes the link list background color on hover. */
16
- color: LinkListColors;
17
- /** Toggles chevron icon on or off. */
18
- chevron?: boolean;
19
- /** Toggles the bottom border of the last child element. */
20
- bottomBorder?: boolean;
21
- /** Toggles the top border of the first child element. */
22
- topBorder?: boolean;
23
- /** Changes size of the LinkList. */
24
- size?: LinkListSize;
25
- /** Sets the data-testid attribute. */
26
- testId?: string;
27
- }
28
- export interface LinkProps extends React.HTMLAttributes<HTMLAnchorElement> {
29
- children: React.ReactNode;
30
- color?: LinkListColors;
31
- size?: LinkListSize;
32
- chevron?: boolean;
33
- className?: string;
34
- icon?: React.ReactElement;
35
- href?: string;
36
- target?: LinkAnchorTargets;
37
- /** Sets the data-testid attribute. */
38
- testId?: string;
39
- }
40
- export declare const LinkList: CompoundComponent;
41
- export default LinkList;
1
+ import React from 'react';
2
+ import { PaletteNames } from '../../theme/palette';
3
+ export declare type LinkListSize = 'small' | 'medium' | 'large';
4
+ export declare type LinkAnchorTargets = '_self' | '_blank' | '_parent';
5
+ export declare type LinkListColors = PaletteNames;
6
+ export declare type LinkType = React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLLIElement>>;
7
+ export interface CompoundComponent extends React.ForwardRefExoticComponent<LinkListProps & React.RefAttributes<HTMLUListElement>> {
8
+ Link: LinkType;
9
+ }
10
+ interface LinkListProps {
11
+ /** Items in the LinkList */
12
+ children: React.ReactNode;
13
+ /** Adds custom classes to the element. */
14
+ className?: string;
15
+ /** Changes the link list background color on hover. */
16
+ color: LinkListColors;
17
+ /** Toggles chevron icon on or off. */
18
+ chevron?: boolean;
19
+ /** Toggles the bottom border of the last child element. */
20
+ bottomBorder?: boolean;
21
+ /** Toggles the top border of the first child element. */
22
+ topBorder?: boolean;
23
+ /** Changes size of the LinkList. */
24
+ size?: LinkListSize;
25
+ /** Sets the data-testid attribute. */
26
+ testId?: string;
27
+ }
28
+ export interface LinkProps extends React.HTMLAttributes<HTMLAnchorElement> {
29
+ children: React.ReactNode;
30
+ color?: LinkListColors;
31
+ size?: LinkListSize;
32
+ chevron?: boolean;
33
+ className?: string;
34
+ icon?: React.ReactElement;
35
+ href?: string;
36
+ target?: LinkAnchorTargets;
37
+ /** Sets the data-testid attribute. */
38
+ testId?: string;
39
+ }
40
+ export declare const LinkList: CompoundComponent;
41
+ export default LinkList;
42
42
  //# sourceMappingURL=LinkList.d.ts.map
@@ -1,4 +1,4 @@
1
- import LinkList from './LinkList';
2
- export * from './LinkList';
3
- export default LinkList;
1
+ import LinkList from './LinkList';
2
+ export * from './LinkList';
3
+ export default LinkList;
4
4
  //# sourceMappingURL=index.d.ts.map