@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,10 +1,10 @@
1
- export type Styles = {
2
- 'form-group-wrapper--error-sibling': string;
3
- validation__errors: string;
4
- };
5
-
6
- export type ClassNames = keyof Styles;
7
-
8
- declare const styles: Styles;
9
-
10
- export default styles;
1
+ export type Styles = {
2
+ 'form-group-wrapper--error-sibling': string;
3
+ validation__errors: string;
4
+ };
5
+
6
+ export type ClassNames = keyof Styles;
7
+
8
+ declare const styles: Styles;
9
+
10
+ export default styles;
@@ -0,0 +1,2 @@
1
+ var a,o,n,e,i;!function(a){a[a.XXSmall=24]="XXSmall",a[a.XSmall=38]="XSmall",a[a.Small=48]="Small",a[a.Medium=64]="Medium",a[a.Large=80]="Large",a[a.XLarge=130]="XLarge"}(a||(a={})),function(a){a[a.Modal=13e5]="Modal",a[a.ExpanderTrigger=1e4]="ExpanderTrigger"}(o||(o={})),function(a){a.onwhite="onwhite",a.ongrey="ongrey",a.onblueberry="onblueberry",a.ondark="ondark",a.oninvalid="oninvalid"}(n||(n={})),function(a){a.normal="normal",a.bigform="bigform"}(e||(e={})),function(a){a.AnchorLink="anchor-link",a.Avatar="avatar",a.Badge="badge",a.Button="button",a.Checkbox="checkbox",a.Close="close",a.Expander="expander",a.ExpanderList="expander-list",a.ExpanderListExpander="expander-list-expander",a.FormGroup="form-group",a.HighlightBox="highlight-box",a.Icon="icon",a.Input="input",a.Link="link",a.LinkList="link-list",a.List="list",a.Loader="loader",a.Logo="logo",a.Modal="modal",a.NotificationPanel="notification-panel",a.Portal="portal",a.RadioButton="radio-button",a.Slider="slider",a.Spacer="spacer",a.Textarea="textarea",a.Tile="tile",a.Title="title",a.Validation="validation"}(i||(i={}));export{i as A,n as F,a as I,o as Z,e as a};
2
+ //# sourceMappingURL=constants-075356e2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants-075356e2.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/constants.d.ts CHANGED
@@ -1,91 +1,93 @@
1
- export declare enum IconSize {
2
- XSmall = 38,
3
- Small = 48,
4
- Medium = 64,
5
- Large = 80,
6
- XLarge = 130
7
- }
8
- export declare enum ZIndex {
9
- Modal = 1300000,
10
- ExpanderTrigger = 10000
11
- }
12
- export interface HTMLButtonProps {
13
- autoFocus?: boolean;
14
- disabled?: boolean;
15
- form?: string;
16
- formAction?: string;
17
- formEncType?: string;
18
- formMethod?: string;
19
- formNoValidate?: boolean;
20
- formTarget?: string;
21
- name?: string;
22
- type?: 'submit' | 'reset' | 'button' | string;
23
- value?: string | string[] | number;
24
- }
25
- export interface HTMLTextareaProps {
26
- autoFocus?: boolean;
27
- disabled?: boolean;
28
- form?: string;
29
- formNoValidate?: boolean;
30
- formTarget?: string;
31
- name?: string;
32
- id?: string;
33
- autocomplete?: 'off' | 'on';
34
- placeholder?: string;
35
- readonly?: boolean;
36
- required?: boolean;
37
- spellcheck?: 'true' | 'default' | 'false';
38
- 'aria-invalid'?: boolean;
39
- }
40
- export interface HTMLAnchorProps {
41
- download?: string;
42
- href?: string;
43
- hrefLang?: string;
44
- media?: string;
45
- ping?: string;
46
- rel?: string;
47
- target?: string;
48
- referrerPolicy?: '' | 'same-origin' | 'no-referrer' | 'no-referrer-when-downgrade' | 'origin' | 'origin-when-cross-origin' | 'strict-origin' | 'strict-origin-when-cross-origin' | 'unsafe-url';
49
- }
50
- export declare type ButtonVariant = 'secondary' | 'tertiary' | string | undefined | null;
51
- export declare enum FormMode {
52
- onwhite = "onwhite",
53
- ongrey = "ongrey",
54
- onblueberry = "onblueberry",
55
- ondark = "ondark",
56
- oninvalid = "oninvalid"
57
- }
58
- export declare enum FormVariant {
59
- normal = "normal",
60
- bigform = "bigform"
61
- }
62
- export declare enum AnalyticsId {
63
- AnchorLink = "anchor-link",
64
- Avatar = "avatar",
65
- Badge = "badge",
66
- Button = "button",
67
- Checkbox = "checkbox",
68
- Close = "close",
69
- Expander = "expander",
70
- ExpanderList = "expander-list",
71
- FormGroup = "form-group",
72
- HighlightBox = "highlight-box",
73
- Icon = "icon",
74
- Input = "input",
75
- Link = "link",
76
- LinkList = "link-list",
77
- List = "list",
78
- Loader = "loader",
79
- Logo = "logo",
80
- Modal = "modal",
81
- NotificationPanel = "notification-panel",
82
- Portal = "portal",
83
- RadioButton = "radio-button",
84
- Slider = "slider",
85
- Spacer = "spacer",
86
- Textarea = "textarea",
87
- Tile = "tile",
88
- Title = "title",
89
- Validation = "validation"
90
- }
1
+ export declare enum IconSize {
2
+ XXSmall = 24,
3
+ XSmall = 38,
4
+ Small = 48,
5
+ Medium = 64,
6
+ Large = 80,
7
+ XLarge = 130
8
+ }
9
+ export declare enum ZIndex {
10
+ Modal = 1300000,
11
+ ExpanderTrigger = 10000
12
+ }
13
+ export interface HTMLButtonProps {
14
+ autoFocus?: boolean;
15
+ disabled?: boolean;
16
+ form?: string;
17
+ formAction?: string;
18
+ formEncType?: string;
19
+ formMethod?: string;
20
+ formNoValidate?: boolean;
21
+ formTarget?: string;
22
+ name?: string;
23
+ type?: 'submit' | 'reset' | 'button' | string;
24
+ value?: string | string[] | number;
25
+ }
26
+ export interface HTMLTextareaProps {
27
+ autoFocus?: boolean;
28
+ disabled?: boolean;
29
+ form?: string;
30
+ formNoValidate?: boolean;
31
+ formTarget?: string;
32
+ name?: string;
33
+ id?: string;
34
+ autocomplete?: 'off' | 'on';
35
+ placeholder?: string;
36
+ readonly?: boolean;
37
+ required?: boolean;
38
+ spellcheck?: 'true' | 'default' | 'false';
39
+ 'aria-invalid'?: boolean;
40
+ }
41
+ export interface HTMLAnchorProps {
42
+ download?: string;
43
+ href?: string;
44
+ hrefLang?: string;
45
+ media?: string;
46
+ ping?: string;
47
+ rel?: string;
48
+ target?: string;
49
+ referrerPolicy?: '' | 'same-origin' | 'no-referrer' | 'no-referrer-when-downgrade' | 'origin' | 'origin-when-cross-origin' | 'strict-origin' | 'strict-origin-when-cross-origin' | 'unsafe-url';
50
+ }
51
+ export declare type ButtonVariant = 'secondary' | 'tertiary' | string | undefined | null;
52
+ export declare enum FormMode {
53
+ onwhite = "onwhite",
54
+ ongrey = "ongrey",
55
+ onblueberry = "onblueberry",
56
+ ondark = "ondark",
57
+ oninvalid = "oninvalid"
58
+ }
59
+ export declare enum FormVariant {
60
+ normal = "normal",
61
+ bigform = "bigform"
62
+ }
63
+ export declare enum AnalyticsId {
64
+ AnchorLink = "anchor-link",
65
+ Avatar = "avatar",
66
+ Badge = "badge",
67
+ Button = "button",
68
+ Checkbox = "checkbox",
69
+ Close = "close",
70
+ Expander = "expander",
71
+ ExpanderList = "expander-list",
72
+ ExpanderListExpander = "expander-list-expander",
73
+ FormGroup = "form-group",
74
+ HighlightBox = "highlight-box",
75
+ Icon = "icon",
76
+ Input = "input",
77
+ Link = "link",
78
+ LinkList = "link-list",
79
+ List = "list",
80
+ Loader = "loader",
81
+ Logo = "logo",
82
+ Modal = "modal",
83
+ NotificationPanel = "notification-panel",
84
+ Portal = "portal",
85
+ RadioButton = "radio-button",
86
+ Slider = "slider",
87
+ Spacer = "spacer",
88
+ Textarea = "textarea",
89
+ Tile = "tile",
90
+ Title = "title",
91
+ Validation = "validation"
92
+ }
91
93
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ var x={xxs:0,xs:360,sm:564,md:768,lg:1088,xl:1450},t={xxs:"(min-width: ".concat(x.xxs,"px)"),xs:"(min-width: ".concat(x.xs,"px)"),sm:"(min-width: ".concat(x.sm,"px)"),md:"(min-width: ".concat(x.md,"px)"),lg:"(min-width: ".concat(x.lg,"px)"),xl:"(min-width: ".concat(x.xl,"px)")};export{x as b,t as s};
2
+ //# sourceMappingURL=grid-c105cad1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid-c105cad1.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import withBreakpoint from './withBreakpoint';
2
+ export * from './withBreakpoint';
3
+ export default withBreakpoint;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hoc/withBreakpoint/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,cAAc,kBAAkB,CAAC;AACjC,eAAe,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ import r from"react";import{u as e}from"../../useBreakpoint-3186b97e.js";import"../../_rollupPluginBabelHelpers-6b3099b0.js";import"../../grid-c105cad1.js";function t(t){return r.forwardRef((function(o,a){var i=e();return r.createElement(t,Object.assign({ref:a},o,{breakpoint:i}))}))}export default t;export{t as withBreakpoint};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { Breakpoint } from '../../hooks/useBreakpoint';
3
+ export interface BreakpointProps {
4
+ breakpoint?: Breakpoint;
5
+ }
6
+ export declare function withBreakpoint<T extends React.ComponentClass<any>>(Component: T): React.ForwardRefExoticComponent<React.ComponentPropsWithoutRef<T> & {
7
+ ref?: React.Ref<InstanceType<T>>;
8
+ }>;
9
+ export declare function withBreakpoint<P extends {
10
+ ref?: React.Ref<any>;
11
+ }>(Component: React.ForwardRefExoticComponent<P>): React.ForwardRefExoticComponent<P>;
12
+ export declare function withBreakpoint<P>(Component: React.FunctionComponent<P>): React.ForwardRefExoticComponent<P>;
13
+ export default withBreakpoint;
14
+ //# sourceMappingURL=withBreakpoint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"withBreakpoint.d.ts","sourceRoot":"","sources":["../../../src/hoc/withBreakpoint/withBreakpoint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAiB,MAAM,2BAA2B,CAAC;AAEtE,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB;AAGD,wBAAgB,cAAc,CAAC,CAAC,SAAS,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,EAChE,SAAS,EAAE,CAAC,GACX,KAAK,CAAC,yBAAyB,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC;AAE7G,wBAAgB,cAAc,CAAC,CAAC,SAAS;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;CAAE,EAC/D,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,GAC5C,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC;AAEtC,wBAAgB,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC;AAS7G,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
- /**
2
- * Kopi fra core-frontend (focus-utils.tsx)
3
- * Returnerer document.activeElement (element in focus), uavhengig av om den er i document-dom eller shadow-dom
4
- * @param element HtmlElement som den skal søke i
5
- */
6
- export declare const getDocumentActiveElement: (element: string | HTMLElement) => Element | null;
1
+ /**
2
+ * Kopi fra core-frontend (focus-utils.tsx)
3
+ * Returnerer document.activeElement (element in focus), uavhengig av om den er i document-dom eller shadow-dom
4
+ * @param element HtmlElement som den skal søke i
5
+ */
6
+ export declare const getDocumentActiveElement: (element: string | HTMLElement) => Element | null;
7
7
  //# sourceMappingURL=focus-utils.d.ts.map
@@ -1,13 +1,14 @@
1
- export declare enum Breakpoint {
2
- xs,
3
- sm,
4
- md,
5
- lg,
6
- xl
7
- }
8
- /**
9
- * Lytt på endringer i breakpoint basert på media queries. Trigger re-render bare når breakpoint er endret.
10
- * @returns Gjeldende breakpoint
11
- */
12
- export declare const useBreakpoint: () => Breakpoint | undefined;
1
+ export declare enum Breakpoint {
2
+ xxs,
3
+ xs,
4
+ sm,
5
+ md,
6
+ lg,
7
+ xl
8
+ }
9
+ /**
10
+ * Lytt endringer i breakpoint basert på media queries. Trigger re-render bare når breakpoint er endret.
11
+ * @returns Gjeldende breakpoint
12
+ */
13
+ export declare const useBreakpoint: () => Breakpoint | undefined;
13
14
  //# sourceMappingURL=useBreakpoint.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useBreakpoint.d.ts","sourceRoot":"","sources":["../../src/hooks/useBreakpoint.ts"],"names":[],"mappings":"AAGA,oBAAY,UAAU;IACpB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,8BA0CzB,CAAC"}
1
+ {"version":3,"file":"useBreakpoint.d.ts","sourceRoot":"","sources":["../../src/hooks/useBreakpoint.ts"],"names":[],"mappings":"AAGA,oBAAY,UAAU;IACpB,GAAqB;IACrB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;IACnB,EAAmB;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,8BA6CzB,CAAC"}
@@ -1,14 +1,14 @@
1
- import React from 'react';
2
- export declare const FOCUSABLE_SELECTORS: string;
3
- /**
4
- * Skru av og på fokus på fokuserbare elementer slik at de kan være en del av DOMen, men samtidig
5
- * ikke kunne fokuseres/tabbes til med tastaturet.
6
- *
7
- * Bruker MutationObserver slik at eventuelle nye elementer som legges til også vil miste/få fokus.
8
- *
9
- * @param ref Alle barn av dette elementet vil sjekkes for om de er fokuserbare
10
- * @param allowFocus Om elementene skal være fokuserbare eller ikke
11
- * @returns Liste med potensielt fokuserbare elementer
12
- */
13
- export declare const useFocusToggle: (ref: React.RefObject<HTMLElement>, allowFocus?: boolean | undefined) => NodeListOf<HTMLElement> | undefined;
1
+ import React from 'react';
2
+ export declare const FOCUSABLE_SELECTORS: string;
3
+ /**
4
+ * Skru av og på fokus på fokuserbare elementer slik at de kan være en del av DOMen, men samtidig
5
+ * ikke kunne fokuseres/tabbes til med tastaturet.
6
+ *
7
+ * Bruker MutationObserver slik at eventuelle nye elementer som legges til også vil miste/få fokus.
8
+ *
9
+ * @param ref Alle barn av dette elementet vil sjekkes for om de er fokuserbare
10
+ * @param allowFocus Om elementene skal være fokuserbare eller ikke
11
+ * @returns Liste med potensielt fokuserbare elementer
12
+ */
13
+ export declare const useFocusToggle: (ref: React.RefObject<HTMLElement>, allowFocus?: boolean | undefined) => NodeListOf<HTMLElement> | undefined;
14
14
  //# sourceMappingURL=useFocusToggle.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- export declare function useFocusTrap(): React.MutableRefObject<HTMLDivElement | null>;
3
- export default useFocusTrap;
1
+ import React from 'react';
2
+ export declare function useFocusTrap(): React.MutableRefObject<HTMLDivElement | null>;
3
+ export default useFocusTrap;
4
4
  //# sourceMappingURL=useFocusTrap.d.ts.map
@@ -1,12 +1,12 @@
1
- import { RefObject } from 'react';
2
- /** ref: Reference object for the trigger of the hover state
3
- *
4
- * condition: Additional boolean condition to trigger the useEffect checking for hover.
5
- *
6
- * includeFocus: If focusing the ref should count as a hover or not. True by default.
7
- */
8
- export declare const useHover: <T extends HTMLElement>(ref?: RefObject<T> | undefined, condition?: boolean | undefined, includeFocus?: boolean) => {
9
- hoverRef: RefObject<T>;
10
- isHovered: boolean;
11
- };
1
+ import { RefObject } from 'react';
2
+ /** ref: Reference object for the trigger of the hover state
3
+ *
4
+ * condition: Additional boolean condition to trigger the useEffect checking for hover.
5
+ *
6
+ * includeFocus: If focusing the ref should count as a hover or not. True by default.
7
+ */
8
+ export declare const useHover: <T extends HTMLElement | SVGElement>(ref?: RefObject<T> | undefined, condition?: boolean | undefined, includeFocus?: boolean) => {
9
+ hoverRef: RefObject<T>;
10
+ isHovered: boolean;
11
+ };
12
12
  //# sourceMappingURL=useHover.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { IconProps } from '../components/Icons';
3
- export declare const useIcons: (children: import("react").ReactNode[]) => (string | number | boolean | {} | import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | import("react").ReactNodeArray | import("react").ReactPortal | import("react").ReactElement<IconProps, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | null | undefined)[];
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../components/Icons';
3
+ export declare const useIcons: (children: import("react").ReactNode[]) => (string | number | boolean | {} | import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | import("react").ReactNodeArray | import("react").ReactPortal | import("react").ReactElement<IconProps, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)> | null | undefined)[];
4
4
  //# sourceMappingURL=useIcons.d.ts.map
@@ -1,11 +1,11 @@
1
- /// <reference types="react" />
2
- /**
3
- * Lytt på endringer i synligheten (intersection) til et HTML-element. F.eks. kan du bruke denne til å kalle en callback
4
- * når elementet er i ferd med å forsvinne ut av vinduet.
5
- *
6
- * @param ref Element som skal observeres
7
- * @param callback Kalles når en endring i intersection er observert
8
- * @param options Objekt med options for IntersectionObserver, f.eks. threshold for å bestemme når callbacken skal fyres
9
- */
10
- export declare const useIntersectionObserver: (ref: import("react").RefObject<HTMLElement>, callback: IntersectionObserverCallback, options?: IntersectionObserverInit | undefined) => void;
1
+ /// <reference types="react" />
2
+ /**
3
+ * Lytt på endringer i synligheten (intersection) til et HTML-element. F.eks. kan du bruke denne til å kalle en callback
4
+ * når elementet er i ferd med å forsvinne ut av vinduet.
5
+ *
6
+ * @param ref Element som skal observeres
7
+ * @param callback Kalles når en endring i intersection er observert
8
+ * @param options Objekt med options for IntersectionObserver, f.eks. threshold for å bestemme når callbacken skal fyres
9
+ */
10
+ export declare const useIntersectionObserver: (ref: import("react").RefObject<HTMLElement>, callback: IntersectionObserverCallback, options?: IntersectionObserverInit | undefined) => void;
11
11
  //# sourceMappingURL=useIntersectionObserver.d.ts.map
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
2
- /**
3
- * Sjekk om et HTML-element er synlig i vinduet, eller ikke.
4
- *
5
- * @param ref Element som skal observeres
6
- * @param threshold Hvor synlig må elementet være? Default = 1 (helt synlig)
7
- * @returns true hvis objektet er synlig lik threshold eller mer, false hvis ikke
8
- */
9
- export declare const useIsVisible: (ref: import("react").RefObject<HTMLElement>, threshold?: number) => boolean;
1
+ /// <reference types="react" />
2
+ /**
3
+ * Sjekk om et HTML-element er synlig i vinduet, eller ikke.
4
+ *
5
+ * @param ref Element som skal observeres
6
+ * @param threshold Hvor synlig må elementet være? Default = 1 (helt synlig)
7
+ * @returns true hvis objektet er synlig lik threshold eller mer, false hvis ikke
8
+ */
9
+ export declare const useIsVisible: (ref: import("react").RefObject<HTMLElement>, threshold?: number) => boolean;
10
10
  //# sourceMappingURL=useIsVisible.d.ts.map
@@ -1,9 +1,9 @@
1
- /**
2
- * Lytt på ulike layout-events som har betydning for rendring og størrelse på elementer.
3
- *
4
- * @param callback Kalles for hver event
5
- * @param events Liste med events som skal lyttes på
6
- * @param debounceMs Begrens kall til callback til x antall ms
7
- */
8
- export declare const useLayoutEvent: (callback: () => void, events?: string[], debounceMs?: number) => void;
1
+ /**
2
+ * Lytt på ulike layout-events som har betydning for rendring og størrelse på elementer.
3
+ *
4
+ * @param callback Kalles for hver event
5
+ * @param events Liste med events som skal lyttes på
6
+ * @param debounceMs Begrens kall til callback til x antall ms
7
+ */
8
+ export declare const useLayoutEvent: (callback: () => void, events?: string[], debounceMs?: number) => void;
9
9
  //# sourceMappingURL=useLayoutEvent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLayoutEvent.d.ts","sourceRoot":"","sources":["../../src/hooks/useLayoutEvent.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,wEAY1B,CAAC"}
1
+ {"version":3,"file":"useLayoutEvent.d.ts","sourceRoot":"","sources":["../../src/hooks/useLayoutEvent.ts"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,eAAO,MAAM,cAAc,wEAa1B,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Brukes f.eks. i forbindelse med useState for å kunne sammenlikne ny verdi med gammel.
3
+ * @param value Verdi du ønsker å ta vare på
4
+ * @returns Forrige verdi
5
+ */
6
+ export declare const usePrevious: <T>(value: T) => T | undefined;
7
+ //# sourceMappingURL=usePrevious.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePrevious.d.ts","sourceRoot":"","sources":["../../src/hooks/usePrevious.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,WAAW,gCAQvB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ * Lytt på endringer i størrelse på et element
4
+ *
5
+ * @param ref Element som skal observeres.
6
+ * @returns Object med høyde, bredde, x og y til elementet
7
+ */
8
+ export declare const useSize: (ref?: import("react").RefObject<HTMLElement> | undefined) => DOMRect | undefined;
9
+ //# sourceMappingURL=useSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSize.d.ts","sourceRoot":"","sources":["../../src/hooks/useSize.ts"],"names":[],"mappings":";AAEA;;;;;GAKG;AACH,eAAO,MAAM,OAAO,mFAanB,CAAC"}
@@ -1,21 +1,21 @@
1
- import React from 'react';
2
- interface UseStickReturnValues {
3
- /** Toppen av elementet er utenfor vinduet */
4
- isOutsideWindow: boolean;
5
- /** Innholdet er på vei helt ut av vinduet */
6
- isLeavingWindow: boolean;
7
- /** Høyde på det sticky elementet i pixler */
8
- offsetHeight: number | undefined;
9
- /** Bredden til innholdet i pixler */
10
- contentWidth: number | undefined;
11
- }
12
- /**
13
- * Sett et element til sticky hvis et annet element er delvis utenfor vinduet
14
- *
15
- * @param contentRef Element som sjekkes om det er utenfor eller innenfor vinduet
16
- * @param stickyRef Element som skal bli sticky
17
- * @returns Properties som kan brukes til å sette elementet sticky eller absolute
18
- */
19
- export declare const useSticky: (contentRef: React.RefObject<HTMLElement>, stickyRef: React.RefObject<HTMLElement>) => UseStickReturnValues;
20
- export {};
1
+ import React from 'react';
2
+ interface UseStickReturnValues {
3
+ /** Toppen av elementet er utenfor vinduet */
4
+ isOutsideWindow: boolean;
5
+ /** Innholdet er på vei helt ut av vinduet */
6
+ isLeavingWindow: boolean;
7
+ /** Høyde på det sticky elementet i pixler */
8
+ offsetHeight: number | undefined;
9
+ /** Bredden til innholdet i pixler */
10
+ contentWidth: number | undefined;
11
+ }
12
+ /**
13
+ * Sett et element til sticky hvis et annet element er delvis utenfor vinduet
14
+ *
15
+ * @param contentRef Element som sjekkes om det er utenfor eller innenfor vinduet
16
+ * @param stickyRef Element som skal bli sticky
17
+ * @returns Properties som kan brukes til å sette elementet sticky eller absolute
18
+ */
19
+ export declare const useSticky: (contentRef: React.RefObject<HTMLElement>, stickyRef: React.RefObject<HTMLElement>) => UseStickReturnValues;
20
+ export {};
21
21
  //# sourceMappingURL=useSticky.d.ts.map
@@ -1,5 +1,5 @@
1
- export declare function useWindowSize(): {
2
- width: number | undefined;
3
- height: number | undefined;
4
- };
1
+ export declare function useWindowSize(): {
2
+ width: number | undefined;
3
+ height: number | undefined;
4
+ };
5
5
  //# sourceMappingURL=useWindowSize.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useWindowSize.d.ts","sourceRoot":"","sources":["../../src/hooks/useWindowSize.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa;;;EAwB5B"}
1
+ {"version":3,"file":"useWindowSize.d.ts","sourceRoot":"","sources":["../../src/hooks/useWindowSize.ts"],"names":[],"mappings":"AAWA,wBAAgB,aAAa;;;EAU5B"}
@@ -0,0 +1,2 @@
1
+ import{p as s}from"./palette-f206f488.js";import{s as a,b as r}from"./grid-c105cad1.js";var e={spacer:1,spacers:{0:0,1:1/8,2:1/4,3:.5,4:.75,5:1,6:1.5,7:2,8:3,9:4,10:5,11:6,12:7,13:8},palette:s,screen:a,breakpoints:r};export{e as t};
2
+ //# sourceMappingURL=index-d1c9177a.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-d1c9177a.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/index.d.ts CHANGED
@@ -1,12 +1,14 @@
1
- export { theme } from './theme';
2
- export { useBreakpoint, Breakpoint } from './hooks/useBreakpoint';
3
- export { useFocusToggle } from './hooks/useFocusToggle';
4
- export { useFocusTrap } from './hooks/useFocusTrap';
5
- export { useHover } from './hooks/useHover';
6
- export { useIntersectionObserver } from './hooks/useIntersectionObserver';
7
- export { useIsVisible } from './hooks/useIsVisible';
8
- export { useLayoutEvent } from './hooks/useLayoutEvent';
9
- export { useSticky } from './hooks/useSticky';
10
- export { useWindowSize } from './hooks/useWindowSize';
11
- export * from './constants';
1
+ export { theme } from './theme';
2
+ export { useBreakpoint, Breakpoint } from './hooks/useBreakpoint';
3
+ export { useFocusToggle } from './hooks/useFocusToggle';
4
+ export { useFocusTrap } from './hooks/useFocusTrap';
5
+ export { useHover } from './hooks/useHover';
6
+ export { useIntersectionObserver } from './hooks/useIntersectionObserver';
7
+ export { useIsVisible } from './hooks/useIsVisible';
8
+ export { useLayoutEvent } from './hooks/useLayoutEvent';
9
+ export { usePrevious } from './hooks/usePrevious';
10
+ export { useSticky } from './hooks/useSticky';
11
+ export { useWindowSize } from './hooks/useWindowSize';
12
+ export { useSize } from './hooks/useSize';
13
+ export * from './constants';
12
14
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,cAAc,aAAa,CAAC"}
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export{t as theme}from"./index-0e78dfa0.js";export{B as Breakpoint,u as useBreakpoint}from"./useBreakpoint-552af2b9.js";export{u as useFocusToggle,a as useLayoutEvent,b as useSticky}from"./useSticky-194f2b78.js";export{u as useFocusTrap,a as useIntersectionObserver,b as useIsVisible}from"./useIsVisible-a1f67a11.js";export{u as useHover}from"./useHover-9710204a.js";export{u as useWindowSize}from"./useWindowSize-750f9b68.js";export{A as AnalyticsId,F as FormMode,a as FormVariant,I as IconSize,Z as ZIndex}from"./constants-ad6c82db.js";import"./palette-f206f488.js";import"./grid-11a70eb7.js";import"./_rollupPluginBabelHelpers-b8ef6dd9.js";import"react";
1
+ export{t as theme}from"./index-d1c9177a.js";export{B as Breakpoint,u as useBreakpoint}from"./useBreakpoint-3186b97e.js";import{_ as e}from"./_rollupPluginBabelHelpers-6b3099b0.js";import{useState as n,useEffect as o}from"react";export{u as useFocusTrap,a as useIntersectionObserver,b as useIsVisible}from"./useIsVisible-f5d49913.js";export{u as useHover}from"./useHover-507fb85a.js";export{u as useLayoutEvent,a as useWindowSize}from"./useWindowSize-58f26dea.js";export{u as usePrevious}from"./usePrevious-ae293b10.js";export{u as useSticky}from"./useSticky-a572c326.js";export{A as AnalyticsId,F as FormMode,a as FormVariant,I as IconSize,Z as ZIndex}from"./constants-075356e2.js";import"./palette-f206f488.js";import"./grid-c105cad1.js";var r=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'].join(","),i=function(t,a){var i=n(),s=e(i,2),u=s[0],d=s[1];return o((function(){var e=function(){var e,n=null===(e=t.current)||void 0===e?void 0:e.querySelectorAll(r);d(n)},n=new MutationObserver(e);return(null==t?void 0:t.current)&&n.observe(t.current,{subtree:!0,childList:!0}),e(),function(){n.disconnect()}}),[t]),o((function(){a?null==u||u.forEach((function(e){var t=e.getAttribute("data-tabindex");t?e.setAttribute("tabindex",t):e.removeAttribute("tabindex")})):null==u||u.forEach((function(e){e.hasAttribute("tabindex")&&e.setAttribute("data-tabindex","".concat(e.tabIndex)),e.tabIndex=-1}))}),[a,u]),u},s=function(t){var r=n(),a=e(r,2),i=a[0],s=a[1];return o((function(){var e=new ResizeObserver((function(e){s(e[0].target.getBoundingClientRect())}));return(null==t?void 0:t.current)&&e.observe(null==t?void 0:t.current),e.disconnect}),[t]),i};export{i as useFocusToggle,s as useSize};
2
2
  //# sourceMappingURL=index.js.map