@helsenorge/designsystem-react 15.0.0-beta.1 → 15.0.0

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 (712) hide show
  1. package/lib/AnchorLink.js.map +1 -1
  2. package/lib/AsChildSlot.js.map +1 -1
  3. package/lib/Avatar.js.map +1 -1
  4. package/lib/Badge.js.map +1 -1
  5. package/lib/Button.js.map +1 -1
  6. package/lib/CHANGELOG.md +33 -0
  7. package/lib/Checkbox.js +25 -48
  8. package/lib/Checkbox.js.map +1 -1
  9. package/lib/Checkbox2.js +69 -0
  10. package/lib/Checkbox2.js.map +1 -0
  11. package/lib/CheckboxMarker.js +64 -0
  12. package/lib/CheckboxMarker.js.map +1 -0
  13. package/lib/Chip.js.map +1 -1
  14. package/lib/Close.js.map +1 -1
  15. package/lib/DictionaryTrigger.js.map +1 -1
  16. package/lib/Drawer.js.map +1 -1
  17. package/lib/DrawerNavigation.js.map +1 -1
  18. package/lib/Duolist.js.map +1 -1
  19. package/lib/ElementHeader.js.map +1 -1
  20. package/lib/ElementHeaderText.js.map +1 -1
  21. package/lib/ErrorBoundary.js.map +1 -1
  22. package/lib/ErrorWrapper.js.map +1 -1
  23. package/lib/Expander.js.map +1 -1
  24. package/lib/FilterButton.js.map +1 -1
  25. package/lib/FilterButtonAndChipsWrapper.js.map +1 -1
  26. package/lib/FilterDrawer.js +20 -10
  27. package/lib/FilterDrawer.js.map +1 -1
  28. package/lib/FilterLinkList.js.map +1 -1
  29. package/lib/FilterOverviewLinkList.js.map +1 -1
  30. package/lib/FilterOverviewSearch.js.map +1 -1
  31. package/lib/FilterResultCountAndSortWrapper.js.map +1 -1
  32. package/lib/FilterSearch.js.map +1 -1
  33. package/lib/FilterSort.js.map +1 -1
  34. package/lib/FilterStateWrapper.js.map +1 -1
  35. package/lib/FormFieldTag.js.map +1 -1
  36. package/lib/FormGroup.js +5 -5
  37. package/lib/FormGroup.js.map +1 -1
  38. package/lib/FormLayout.js.map +1 -1
  39. package/lib/HelpDetails.js.map +1 -1
  40. package/lib/HelpTriggerIcon.js.map +1 -1
  41. package/lib/HelpTriggerStandalone.js.map +1 -1
  42. package/lib/HighlightPanel.js.map +1 -1
  43. package/lib/Highlighter.js.map +1 -1
  44. package/lib/HorizontalScroll.js.map +1 -1
  45. package/lib/Icon.js.map +1 -1
  46. package/lib/Illustration.js +1 -1
  47. package/lib/Illustration.js.map +1 -1
  48. package/lib/InfoTeaser.js.map +1 -1
  49. package/lib/Input.js.map +1 -1
  50. package/lib/LazyIcon.js +1 -1
  51. package/lib/LazyIcon.js.map +1 -1
  52. package/lib/LazyIllustration.js +6 -2
  53. package/lib/LazyIllustration.js.map +1 -1
  54. package/lib/LinkList.js.map +1 -1
  55. package/lib/List.js.map +1 -1
  56. package/lib/ListEditMode.js.map +1 -1
  57. package/lib/LoaderSpinner.js +61 -0
  58. package/lib/LoaderSpinner.js.map +1 -0
  59. package/lib/MaxCharacters.js.map +1 -1
  60. package/lib/NotificationBadge.js.map +1 -1
  61. package/lib/PanelTitle.js.map +1 -1
  62. package/lib/PopOver.js.map +1 -1
  63. package/lib/Radio.js +74 -0
  64. package/lib/Radio.js.map +1 -0
  65. package/lib/RadioButton.js +84 -0
  66. package/lib/RadioButton.js.map +1 -0
  67. package/lib/RadioMarker.js +35 -0
  68. package/lib/RadioMarker.js.map +1 -0
  69. package/lib/Select.js.map +1 -1
  70. package/lib/SingleSelectItem.js.map +1 -1
  71. package/lib/Slider.js.map +1 -1
  72. package/lib/Spacer.js.map +1 -1
  73. package/lib/StatusDot.js.map +1 -1
  74. package/lib/StatusDotList.js.map +1 -1
  75. package/lib/StepButtons.js.map +1 -1
  76. package/lib/TabList.js.map +1 -1
  77. package/lib/TabPanel.js.map +1 -1
  78. package/lib/TableBody.js +3 -3
  79. package/lib/TableBody.js.map +1 -1
  80. package/lib/TableCell.js +2 -2
  81. package/lib/TableCell.js.map +1 -1
  82. package/lib/TableExpandedRow.js +4 -4
  83. package/lib/TableExpandedRow.js.map +1 -1
  84. package/lib/TableExpanderCell.js +2 -2
  85. package/lib/TableExpanderCell.js.map +1 -1
  86. package/lib/TableHead.js +7 -7
  87. package/lib/TableHead.js.map +1 -1
  88. package/lib/TableHeadCell.js +5 -5
  89. package/lib/TableHeadCell.js.map +1 -1
  90. package/lib/TableRow.js +6 -6
  91. package/lib/TableRow.js.map +1 -1
  92. package/lib/Textarea.js.map +1 -1
  93. package/lib/Title.js.map +1 -1
  94. package/lib/Toast.js.map +1 -1
  95. package/lib/VisualCheckbox.js +79 -0
  96. package/lib/VisualCheckbox.js.map +1 -0
  97. package/lib/VisualRadio.js +64 -0
  98. package/lib/VisualRadio.js.map +1 -0
  99. package/lib/__mocks__/IntersectionObserver.js.map +1 -1
  100. package/lib/__mocks__/MutationObserver.js.map +1 -1
  101. package/lib/__mocks__/ResizeObserver.js.map +1 -1
  102. package/lib/__mocks__/matchMedia.js +3 -2
  103. package/lib/__mocks__/matchMedia.js.map +1 -1
  104. package/lib/__mocks__/useLayoutEvent.js.map +1 -1
  105. package/lib/__mocks__/useOutsideEvent.js.map +1 -1
  106. package/lib/__mocks__/usePseudoClasses.js.map +1 -1
  107. package/lib/__mocks__/useSize.js.map +1 -1
  108. package/lib/__mocks__/uuid.js.map +1 -1
  109. package/lib/components/ArticleTeaser/index.js.map +1 -1
  110. package/lib/components/Checkbox/CheckboxMarker/CheckboxMarker.d.ts +20 -0
  111. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss +309 -0
  112. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss.d.ts +25 -0
  113. package/lib/components/Checkbox/styles.module.scss +9 -269
  114. package/lib/components/Checkbox/styles.module.scss.d.ts +1 -17
  115. package/lib/components/Dropdown/index.js.map +1 -1
  116. package/lib/components/DropdownOld/index.js.map +1 -1
  117. package/lib/components/EmptyState/index.js.map +1 -1
  118. package/lib/components/ExpanderHierarchy/index.js.map +1 -1
  119. package/lib/components/ExpanderList/index.js.map +1 -1
  120. package/lib/components/EyebrowHeader/index.js.map +1 -1
  121. package/lib/components/FavoriteButton/index.js.map +1 -1
  122. package/lib/components/Filter/FilterDrawer/FilterDrawer.d.ts +4 -2
  123. package/lib/components/Filter/FilterDrawer/styles.module.scss +7 -0
  124. package/lib/components/Filter/FilterDrawer/styles.module.scss.d.ts +1 -0
  125. package/lib/components/Filter/LoaderSpinner/LoaderSpinner.d.ts +9 -0
  126. package/lib/components/Filter/LoaderSpinner/index.d.ts +3 -0
  127. package/lib/components/Filter/LoaderSpinner/index.js +7 -0
  128. package/lib/components/Filter/LoaderSpinner/index.js.map +1 -0
  129. package/lib/components/Filter/LoaderSpinner/styles.module.scss +27 -0
  130. package/lib/components/Filter/LoaderSpinner/styles.module.scss.d.ts +11 -0
  131. package/lib/components/Filter/index.d.ts +2 -0
  132. package/lib/components/Filter/index.js +2 -1
  133. package/lib/components/Filter/index.js.map +1 -1
  134. package/lib/components/HelpBubble/index.js.map +1 -1
  135. package/lib/components/HelpDrawer/index.js.map +1 -1
  136. package/lib/components/HelpExpanderInline/index.js.map +1 -1
  137. package/lib/components/HelpExpanderStandalone/index.js.map +1 -1
  138. package/lib/components/HelpPanel/index.js.map +1 -1
  139. package/lib/components/HelpTeaser/index.js.map +1 -1
  140. package/lib/components/HelpTooltip/index.js.map +1 -1
  141. package/lib/components/HelpTriggerInline/index.js.map +1 -1
  142. package/lib/components/Icons/ActiveMonitoring.js.map +1 -1
  143. package/lib/components/Icons/AcupunctureBack.js.map +1 -1
  144. package/lib/components/Icons/AdditionalIconInformation.js.map +1 -1
  145. package/lib/components/Icons/AlarmClock.js.map +1 -1
  146. package/lib/components/Icons/AlertSignFill.js.map +1 -1
  147. package/lib/components/Icons/AlertSignStroke.js.map +1 -1
  148. package/lib/components/Icons/Amputation.js.map +1 -1
  149. package/lib/components/Icons/Anxiety.js.map +1 -1
  150. package/lib/components/Icons/Apple.js.map +1 -1
  151. package/lib/components/Icons/Archive.js.map +1 -1
  152. package/lib/components/Icons/ArmFlexing.js.map +1 -1
  153. package/lib/components/Icons/ArrowDown.js.map +1 -1
  154. package/lib/components/Icons/ArrowLeft.js.map +1 -1
  155. package/lib/components/Icons/ArrowRight.js.map +1 -1
  156. package/lib/components/Icons/ArrowUp.js.map +1 -1
  157. package/lib/components/Icons/ArrowUpRight.js.map +1 -1
  158. package/lib/components/Icons/Attachment.js.map +1 -1
  159. package/lib/components/Icons/Atv.js.map +1 -1
  160. package/lib/components/Icons/Avatar.js.map +1 -1
  161. package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -1
  162. package/lib/components/Icons/Baby.js.map +1 -1
  163. package/lib/components/Icons/BandAid.js.map +1 -1
  164. package/lib/components/Icons/BeerAndPills.js.map +1 -1
  165. package/lib/components/Icons/Bell.js.map +1 -1
  166. package/lib/components/Icons/Bike.js.map +1 -1
  167. package/lib/components/Icons/BirthControl.js.map +1 -1
  168. package/lib/components/Icons/BirthdayCake.js.map +1 -1
  169. package/lib/components/Icons/Boat.js.map +1 -1
  170. package/lib/components/Icons/Body.js.map +1 -1
  171. package/lib/components/Icons/Braille.js.map +1 -1
  172. package/lib/components/Icons/Brain.js.map +1 -1
  173. package/lib/components/Icons/BreastReconstruction.js.map +1 -1
  174. package/lib/components/Icons/BreastRemoval.js.map +1 -1
  175. package/lib/components/Icons/Breasts.js.map +1 -1
  176. package/lib/components/Icons/BrokenHeart.js.map +1 -1
  177. package/lib/components/Icons/BrokenPuzzle.js.map +1 -1
  178. package/lib/components/Icons/Bus.js.map +1 -1
  179. package/lib/components/Icons/Calendar.js.map +1 -1
  180. package/lib/components/Icons/CalendarChange.js.map +1 -1
  181. package/lib/components/Icons/CalendarCheck.js.map +1 -1
  182. package/lib/components/Icons/CalendarEvent.js.map +1 -1
  183. package/lib/components/Icons/CalendarSave.js.map +1 -1
  184. package/lib/components/Icons/Cancer.js.map +1 -1
  185. package/lib/components/Icons/Candle.js.map +1 -1
  186. package/lib/components/Icons/Car.js.map +1 -1
  187. package/lib/components/Icons/Carton.js.map +1 -1
  188. package/lib/components/Icons/Change.js.map +1 -1
  189. package/lib/components/Icons/Check.js.map +1 -1
  190. package/lib/components/Icons/CheckFill.js.map +1 -1
  191. package/lib/components/Icons/CheckOutline.js.map +1 -1
  192. package/lib/components/Icons/Chest.js.map +1 -1
  193. package/lib/components/Icons/ChevronDown.js.map +1 -1
  194. package/lib/components/Icons/ChevronLeft.js.map +1 -1
  195. package/lib/components/Icons/ChevronRight.js.map +1 -1
  196. package/lib/components/Icons/ChevronUp.js.map +1 -1
  197. package/lib/components/Icons/ChevronsDown.js.map +1 -1
  198. package/lib/components/Icons/ChevronsUp.js.map +1 -1
  199. package/lib/components/Icons/ChildPlaying.js.map +1 -1
  200. package/lib/components/Icons/Cigarette.js.map +1 -1
  201. package/lib/components/Icons/Coins.js.map +1 -1
  202. package/lib/components/Icons/Contacts.js.map +1 -1
  203. package/lib/components/Icons/Copy.js.map +1 -1
  204. package/lib/components/Icons/CoronaCertificate.js.map +1 -1
  205. package/lib/components/Icons/Coronavirus.js.map +1 -1
  206. package/lib/components/Icons/Cough.js.map +1 -1
  207. package/lib/components/Icons/CreditCard.js.map +1 -1
  208. package/lib/components/Icons/CriticalHealthInfo.js.map +1 -1
  209. package/lib/components/Icons/Cross.js.map +1 -1
  210. package/lib/components/Icons/DataExchange.js.map +1 -1
  211. package/lib/components/Icons/DataReceived.js.map +1 -1
  212. package/lib/components/Icons/DataSent.js.map +1 -1
  213. package/lib/components/Icons/Depression.js.map +1 -1
  214. package/lib/components/Icons/DigestiveSystem.js.map +1 -1
  215. package/lib/components/Icons/Dizzy.js.map +1 -1
  216. package/lib/components/Icons/Documents.js.map +1 -1
  217. package/lib/components/Icons/Dog.js.map +1 -1
  218. package/lib/components/Icons/DonorCard.js.map +1 -1
  219. package/lib/components/Icons/DotAttachment.js.map +1 -1
  220. package/lib/components/Icons/DotCheckmark.js.map +1 -1
  221. package/lib/components/Icons/DotCircleArrows.js.map +1 -1
  222. package/lib/components/Icons/DotDot.js.map +1 -1
  223. package/lib/components/Icons/DotExclamationMark.js.map +1 -1
  224. package/lib/components/Icons/DotFill.js.map +1 -1
  225. package/lib/components/Icons/DotGroup.js.map +1 -1
  226. package/lib/components/Icons/DotHalfDisc.js.map +1 -1
  227. package/lib/components/Icons/DotInfo.js.map +1 -1
  228. package/lib/components/Icons/DotLogin.js.map +1 -1
  229. package/lib/components/Icons/DotLookingGlass.js.map +1 -1
  230. package/lib/components/Icons/DotNoAccess.js.map +1 -1
  231. package/lib/components/Icons/DotNoEye.js.map +1 -1
  232. package/lib/components/Icons/DotOutline.js.map +1 -1
  233. package/lib/components/Icons/DotPencil.js.map +1 -1
  234. package/lib/components/Icons/DotQuestionMark.js.map +1 -1
  235. package/lib/components/Icons/DotTriangle.js.map +1 -1
  236. package/lib/components/Icons/DotX.js.map +1 -1
  237. package/lib/components/Icons/Download.js.map +1 -1
  238. package/lib/components/Icons/Draft.js.map +1 -1
  239. package/lib/components/Icons/Drag.js.map +1 -1
  240. package/lib/components/Icons/EChat.js.map +1 -1
  241. package/lib/components/Icons/Ear.js.map +1 -1
  242. package/lib/components/Icons/EarDeaf.js.map +1 -1
  243. package/lib/components/Icons/EarHearingAid.js.map +1 -1
  244. package/lib/components/Icons/EarNoseThroat.js.map +1 -1
  245. package/lib/components/Icons/EarVolume.js.map +1 -1
  246. package/lib/components/Icons/Edit.js.map +1 -1
  247. package/lib/components/Icons/ElderlyPerson.js.map +1 -1
  248. package/lib/components/Icons/Embolization.js.map +1 -1
  249. package/lib/components/Icons/EmergencyCall.js.map +1 -1
  250. package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -1
  251. package/lib/components/Icons/EmoticonDelighted.js.map +1 -1
  252. package/lib/components/Icons/EmoticonDisappointed.js.map +1 -1
  253. package/lib/components/Icons/EmoticonHappy.js.map +1 -1
  254. package/lib/components/Icons/EmoticonMeh.js.map +1 -1
  255. package/lib/components/Icons/EmptyBox.js.map +1 -1
  256. package/lib/components/Icons/EnterFullScreen.js.map +1 -1
  257. package/lib/components/Icons/Envelope.js.map +1 -1
  258. package/lib/components/Icons/Epilepsy.js.map +1 -1
  259. package/lib/components/Icons/Eraser.js.map +1 -1
  260. package/lib/components/Icons/ErrorSignFill.js.map +1 -1
  261. package/lib/components/Icons/ErrorSignStroke.js.map +1 -1
  262. package/lib/components/Icons/EuropeanHealthCard.js.map +1 -1
  263. package/lib/components/Icons/ExitFullScreen.js.map +1 -1
  264. package/lib/components/Icons/Eye.js.map +1 -1
  265. package/lib/components/Icons/Facebook.js.map +1 -1
  266. package/lib/components/Icons/FallingLeaf.js.map +1 -1
  267. package/lib/components/Icons/Feedback.js.map +1 -1
  268. package/lib/components/Icons/Female.js.map +1 -1
  269. package/lib/components/Icons/FemaleDoctor.js.map +1 -1
  270. package/lib/components/Icons/Ferry.js.map +1 -1
  271. package/lib/components/Icons/File.js.map +1 -1
  272. package/lib/components/Icons/Filter.js +12 -12
  273. package/lib/components/Icons/Filter.js.map +1 -1
  274. package/lib/components/Icons/FingerBleed.js.map +1 -1
  275. package/lib/components/Icons/FirstAidKit.js.map +1 -1
  276. package/lib/components/Icons/Fish.js.map +1 -1
  277. package/lib/components/Icons/FloppyDisk.js.map +1 -1
  278. package/lib/components/Icons/Football.js.map +1 -1
  279. package/lib/components/Icons/Form.js.map +1 -1
  280. package/lib/components/Icons/Forward.js.map +1 -1
  281. package/lib/components/Icons/Gallery.js.map +1 -1
  282. package/lib/components/Icons/Garden.js.map +1 -1
  283. package/lib/components/Icons/GasCan.js.map +1 -1
  284. package/lib/components/Icons/GenderIdentity.js.map +1 -1
  285. package/lib/components/Icons/GlassWater.js.map +1 -1
  286. package/lib/components/Icons/Glasses.js.map +1 -1
  287. package/lib/components/Icons/Globe.js.map +1 -1
  288. package/lib/components/Icons/Grain.js.map +1 -1
  289. package/lib/components/Icons/Graph.js.map +1 -1
  290. package/lib/components/Icons/Group.js.map +1 -1
  291. package/lib/components/Icons/GroupTwins.js.map +1 -1
  292. package/lib/components/Icons/HTMLFile.js.map +1 -1
  293. package/lib/components/Icons/HandWaving.js.map +1 -1
  294. package/lib/components/Icons/HandWithDisease.js.map +1 -1
  295. package/lib/components/Icons/HandsAndHeart.js.map +1 -1
  296. package/lib/components/Icons/HealthClinic.js.map +1 -1
  297. package/lib/components/Icons/HealthMeasurements.js.map +1 -1
  298. package/lib/components/Icons/HealthWarning.js.map +1 -1
  299. package/lib/components/Icons/HealthcarePerson.js.map +1 -1
  300. package/lib/components/Icons/HealthcarePersonell.js.map +1 -1
  301. package/lib/components/Icons/HearingProtection.js.map +1 -1
  302. package/lib/components/Icons/Heart.js.map +1 -1
  303. package/lib/components/Icons/HeartHands.js.map +1 -1
  304. package/lib/components/Icons/HelpSign.js.map +1 -1
  305. package/lib/components/Icons/HelpingHand.js.map +1 -1
  306. package/lib/components/Icons/Hemodialysis.js.map +1 -1
  307. package/lib/components/Icons/Hiker.js.map +1 -1
  308. package/lib/components/Icons/Hipprosthesis.js.map +1 -1
  309. package/lib/components/Icons/History.js.map +1 -1
  310. package/lib/components/Icons/HivAndAids.js.map +1 -1
  311. package/lib/components/Icons/Home.js.map +1 -1
  312. package/lib/components/Icons/HomeFill.js.map +1 -1
  313. package/lib/components/Icons/Hormone.js.map +1 -1
  314. package/lib/components/Icons/Hospital.js.map +1 -1
  315. package/lib/components/Icons/Hourglass.js.map +1 -1
  316. package/lib/components/Icons/IconNames.js.map +1 -1
  317. package/lib/components/Icons/ImgFile.js.map +1 -1
  318. package/lib/components/Icons/Inbox.js.map +1 -1
  319. package/lib/components/Icons/InfoSignFill.js.map +1 -1
  320. package/lib/components/Icons/InfoSignStroke.js.map +1 -1
  321. package/lib/components/Icons/Instagram.js.map +1 -1
  322. package/lib/components/Icons/Intravenous.js.map +1 -1
  323. package/lib/components/Icons/JointPain.js.map +1 -1
  324. package/lib/components/Icons/Journal.js.map +1 -1
  325. package/lib/components/Icons/JpgFile.js.map +1 -1
  326. package/lib/components/Icons/Kidney.js.map +1 -1
  327. package/lib/components/Icons/KitchenScale.js.map +1 -1
  328. package/lib/components/Icons/Kjernejournal.js.map +1 -1
  329. package/lib/components/Icons/Laboratory.js.map +1 -1
  330. package/lib/components/Icons/LaptopBlog.js.map +1 -1
  331. package/lib/components/Icons/LawBook.js.map +1 -1
  332. package/lib/components/Icons/LegalDocument.js.map +1 -1
  333. package/lib/components/Icons/LightBulb.js.map +1 -1
  334. package/lib/components/Icons/List.js.map +1 -1
  335. package/lib/components/Icons/Location.js.map +1 -1
  336. package/lib/components/Icons/LocationFill.js.map +1 -1
  337. package/lib/components/Icons/Lock.js.map +1 -1
  338. package/lib/components/Icons/Login.js.map +1 -1
  339. package/lib/components/Icons/Logout.js.map +1 -1
  340. package/lib/components/Icons/Lungs.js.map +1 -1
  341. package/lib/components/Icons/Makeup.js.map +1 -1
  342. package/lib/components/Icons/MaleDoctor.js.map +1 -1
  343. package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -1
  344. package/lib/components/Icons/MaleDoctorCompact.js.map +1 -1
  345. package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -1
  346. package/lib/components/Icons/MaleGenitalia.js.map +1 -1
  347. package/lib/components/Icons/MeasuringTape.js.map +1 -1
  348. package/lib/components/Icons/Medicine.js.map +1 -1
  349. package/lib/components/Icons/MedicineWarning.js.map +1 -1
  350. package/lib/components/Icons/MentalHealthAdult.js.map +1 -1
  351. package/lib/components/Icons/MentalHealthChild.js.map +1 -1
  352. package/lib/components/Icons/Menu.js.map +1 -1
  353. package/lib/components/Icons/Microscope.js.map +1 -1
  354. package/lib/components/Icons/Minus.js.map +1 -1
  355. package/lib/components/Icons/Mirror.js.map +1 -1
  356. package/lib/components/Icons/MobilePhone.js.map +1 -1
  357. package/lib/components/Icons/MotherHoldingBaby.js.map +1 -1
  358. package/lib/components/Icons/MuscleBack.js.map +1 -1
  359. package/lib/components/Icons/MuscleLeg.js.map +1 -1
  360. package/lib/components/Icons/Mushroom.js.map +1 -1
  361. package/lib/components/Icons/Music.js.map +1 -1
  362. package/lib/components/Icons/MusselsAndSalt.js.map +1 -1
  363. package/lib/components/Icons/NoAccess.js.map +1 -1
  364. package/lib/components/Icons/NoEye.js.map +1 -1
  365. package/lib/components/Icons/NoFilter.js.map +1 -1
  366. package/lib/components/Icons/Notepad.js.map +1 -1
  367. package/lib/components/Icons/Osteotomy.js.map +1 -1
  368. package/lib/components/Icons/PaintRoller.js.map +1 -1
  369. package/lib/components/Icons/PaperPlane.js.map +1 -1
  370. package/lib/components/Icons/PatientAndPerson.js.map +1 -1
  371. package/lib/components/Icons/Pause.js.map +1 -1
  372. package/lib/components/Icons/PdfFile.js.map +1 -1
  373. package/lib/components/Icons/Pencil.js.map +1 -1
  374. package/lib/components/Icons/PeopleTalking.js.map +1 -1
  375. package/lib/components/Icons/Peritonealdialysis.js.map +1 -1
  376. package/lib/components/Icons/Person.js.map +1 -1
  377. package/lib/components/Icons/PersonAndPatient.js.map +1 -1
  378. package/lib/components/Icons/PersonCancel.js.map +1 -1
  379. package/lib/components/Icons/PersonInXRayMachine.js.map +1 -1
  380. package/lib/components/Icons/PersonOverweight.js.map +1 -1
  381. package/lib/components/Icons/PersonRelaxing.js.map +1 -1
  382. package/lib/components/Icons/PersonWithBrain.js.map +1 -1
  383. package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -1
  384. package/lib/components/Icons/PersonWithCrutches.js.map +1 -1
  385. package/lib/components/Icons/PersonWithJaw.js.map +1 -1
  386. package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
  387. package/lib/components/Icons/PersonWithSenses.js.map +1 -1
  388. package/lib/components/Icons/PersonWorking.js.map +1 -1
  389. package/lib/components/Icons/PersonalPlan.js.map +1 -1
  390. package/lib/components/Icons/PizzaSlice.js.map +1 -1
  391. package/lib/components/Icons/Plane.js.map +1 -1
  392. package/lib/components/Icons/Plant.js.map +1 -1
  393. package/lib/components/Icons/PlateKnifeFork.js.map +1 -1
  394. package/lib/components/Icons/Play.js.map +1 -1
  395. package/lib/components/Icons/PlusLarge.js.map +1 -1
  396. package/lib/components/Icons/PlusSmall.js.map +1 -1
  397. package/lib/components/Icons/PngFile.js.map +1 -1
  398. package/lib/components/Icons/Podcast.js.map +1 -1
  399. package/lib/components/Icons/PoisonInformation.js.map +1 -1
  400. package/lib/components/Icons/Pregnant.js.map +1 -1
  401. package/lib/components/Icons/Printer.js.map +1 -1
  402. package/lib/components/Icons/Psychosis.js.map +1 -1
  403. package/lib/components/Icons/Publication.js.map +1 -1
  404. package/lib/components/Icons/Puzzle.js.map +1 -1
  405. package/lib/components/Icons/QrCode.js.map +1 -1
  406. package/lib/components/Icons/Quarrel.js.map +1 -1
  407. package/lib/components/Icons/RadioTherapy.js.map +1 -1
  408. package/lib/components/Icons/RadioactiveTreatment.js.map +1 -1
  409. package/lib/components/Icons/Radioiodine.js.map +1 -1
  410. package/lib/components/Icons/Receipt.js.map +1 -1
  411. package/lib/components/Icons/Receptionist.js.map +1 -1
  412. package/lib/components/Icons/Recovery.js.map +1 -1
  413. package/lib/components/Icons/Referral.js.map +1 -1
  414. package/lib/components/Icons/Refresh.js.map +1 -1
  415. package/lib/components/Icons/Refund.js.map +1 -1
  416. package/lib/components/Icons/Reminder.js.map +1 -1
  417. package/lib/components/Icons/Reply.js.map +1 -1
  418. package/lib/components/Icons/Rocket.js.map +1 -1
  419. package/lib/components/Icons/RtfFile.js.map +1 -1
  420. package/lib/components/Icons/STDs.js.map +1 -1
  421. package/lib/components/Icons/Save.js.map +1 -1
  422. package/lib/components/Icons/Scale.js.map +1 -1
  423. package/lib/components/Icons/ScreenReader.js.map +1 -1
  424. package/lib/components/Icons/Search.js +4 -4
  425. package/lib/components/Icons/Search.js.map +1 -1
  426. package/lib/components/Icons/SectionSign.js.map +1 -1
  427. package/lib/components/Icons/Settings.js.map +1 -1
  428. package/lib/components/Icons/SettingsFill.js.map +1 -1
  429. package/lib/components/Icons/Sexualorientation.js.map +1 -1
  430. package/lib/components/Icons/ShakingHand.js.map +1 -1
  431. package/lib/components/Icons/Share.js.map +1 -1
  432. package/lib/components/Icons/SharedHealthData.js.map +1 -1
  433. package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -1
  434. package/lib/components/Icons/Shield.js.map +1 -1
  435. package/lib/components/Icons/ShuntOperation.js.map +1 -1
  436. package/lib/components/Icons/Skeleton.js.map +1 -1
  437. package/lib/components/Icons/Skin.js.map +1 -1
  438. package/lib/components/Icons/Snake.js.map +1 -1
  439. package/lib/components/Icons/Snapchat.js.map +1 -1
  440. package/lib/components/Icons/Sort.js +12 -12
  441. package/lib/components/Icons/Sort.js.map +1 -1
  442. package/lib/components/Icons/SortDown.js.map +1 -1
  443. package/lib/components/Icons/SortUp.js.map +1 -1
  444. package/lib/components/Icons/SpeechBubble.js.map +1 -1
  445. package/lib/components/Icons/Spray.js.map +1 -1
  446. package/lib/components/Icons/StarFill.js.map +1 -1
  447. package/lib/components/Icons/StarStroke.js.map +1 -1
  448. package/lib/components/Icons/StickyNote.js.map +1 -1
  449. package/lib/components/Icons/StickyNotes.js.map +1 -1
  450. package/lib/components/Icons/Stopwatch.js.map +1 -1
  451. package/lib/components/Icons/Sun.js.map +1 -1
  452. package/lib/components/Icons/SupportingPerson.js.map +1 -1
  453. package/lib/components/Icons/Surgery.js.map +1 -1
  454. package/lib/components/Icons/Sweets.js.map +1 -1
  455. package/lib/components/Icons/Syringe.js.map +1 -1
  456. package/lib/components/Icons/Taxi.js.map +1 -1
  457. package/lib/components/Icons/TeddyBear.js.map +1 -1
  458. package/lib/components/Icons/Teenagers.js.map +1 -1
  459. package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -1
  460. package/lib/components/Icons/Ticket.js.map +1 -1
  461. package/lib/components/Icons/TimePassing.js.map +1 -1
  462. package/lib/components/Icons/Toddler.js.map +1 -1
  463. package/lib/components/Icons/Tombstone.js.map +1 -1
  464. package/lib/components/Icons/Toolbox.js.map +1 -1
  465. package/lib/components/Icons/Tooth.js.map +1 -1
  466. package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -1
  467. package/lib/components/Icons/Train.js.map +1 -1
  468. package/lib/components/Icons/Transplantation.js.map +1 -1
  469. package/lib/components/Icons/TrashCan.js.map +1 -1
  470. package/lib/components/Icons/TravelRoute.js.map +1 -1
  471. package/lib/components/Icons/TreatmentAids.js.map +1 -1
  472. package/lib/components/Icons/TriangleX.js.map +1 -1
  473. package/lib/components/Icons/Twitter.js.map +1 -1
  474. package/lib/components/Icons/Undo.js.map +1 -1
  475. package/lib/components/Icons/UniProsthesis.js.map +1 -1
  476. package/lib/components/Icons/Upload.js.map +1 -1
  477. package/lib/components/Icons/UserOrganization.js.map +1 -1
  478. package/lib/components/Icons/Vaccine.js.map +1 -1
  479. package/lib/components/Icons/VerticalDots.js.map +1 -1
  480. package/lib/components/Icons/VideoCamera.js.map +1 -1
  481. package/lib/components/Icons/VideoChat.js.map +1 -1
  482. package/lib/components/Icons/Wallet.js.map +1 -1
  483. package/lib/components/Icons/Watch.js.map +1 -1
  484. package/lib/components/Icons/Website.js.map +1 -1
  485. package/lib/components/Icons/Wheelchair.js.map +1 -1
  486. package/lib/components/Icons/WheelchairActive.js.map +1 -1
  487. package/lib/components/Icons/Window.js.map +1 -1
  488. package/lib/components/Icons/WordDocument.js.map +1 -1
  489. package/lib/components/Icons/WorkSuitcase.js.map +1 -1
  490. package/lib/components/Icons/X.js.map +1 -1
  491. package/lib/components/Icons/XOutline.js.map +1 -1
  492. package/lib/components/Icons/XmlFile.js.map +1 -1
  493. package/lib/components/Icons/YouTube.js.map +1 -1
  494. package/lib/components/Icons/Zoom.js.map +1 -1
  495. package/lib/components/Icons/ZoomInLeft.js.map +1 -1
  496. package/lib/components/Icons/ZoomOutLeft.js.map +1 -1
  497. package/lib/components/Illustration/index.js +1 -1
  498. package/lib/components/Illustrations/BabyMobile.js +1 -1
  499. package/lib/components/Illustrations/BabyMobile.js.map +1 -1
  500. package/lib/components/Illustrations/BabyMobileMedium.js +1 -1
  501. package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -1
  502. package/lib/components/Illustrations/Child.js +1 -1
  503. package/lib/components/Illustrations/Child.js.map +1 -1
  504. package/lib/components/Illustrations/ChildMedium.js +1 -1
  505. package/lib/components/Illustrations/ChildMedium.js.map +1 -1
  506. package/lib/components/Illustrations/Doctor.js +1 -1
  507. package/lib/components/Illustrations/Doctor.js.map +1 -1
  508. package/lib/components/Illustrations/DoctorMedium.js.map +1 -1
  509. package/lib/components/Illustrations/DoctorSmall.js.map +1 -1
  510. package/lib/components/Illustrations/EyeContact.d.ts +8 -0
  511. package/lib/components/Illustrations/EyeContact.js +17 -0
  512. package/lib/components/Illustrations/EyeContact.js.map +1 -0
  513. package/lib/components/Illustrations/EyeContactMedium.d.ts +3 -0
  514. package/lib/components/Illustrations/EyeContactMedium.js +80 -0
  515. package/lib/components/Illustrations/EyeContactMedium.js.map +1 -0
  516. package/lib/components/Illustrations/FacialRecognitionFingerprint.js +1 -1
  517. package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -1
  518. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +1 -1
  519. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -1
  520. package/lib/components/Illustrations/GiveBabyFood.js +1 -1
  521. package/lib/components/Illustrations/GiveBabyFood.js.map +1 -1
  522. package/lib/components/Illustrations/GiveBabyFoodMedium.js +1 -1
  523. package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -1
  524. package/lib/components/Illustrations/HealthcarePersonnel.js +1 -1
  525. package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -1
  526. package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -1
  527. package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -1
  528. package/lib/components/Illustrations/IllustrationNames.d.ts +1 -1
  529. package/lib/components/Illustrations/IllustrationNames.js +4 -0
  530. package/lib/components/Illustrations/IllustrationNames.js.map +1 -1
  531. package/lib/components/Illustrations/ReadLetters.js +1 -1
  532. package/lib/components/Illustrations/ReadLetters.js.map +1 -1
  533. package/lib/components/Illustrations/ReadLettersMedium.js +1 -1
  534. package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -1
  535. package/lib/components/Illustrations/SkinToSkin.d.ts +8 -0
  536. package/lib/components/Illustrations/SkinToSkin.js +17 -0
  537. package/lib/components/Illustrations/SkinToSkin.js.map +1 -0
  538. package/lib/components/Illustrations/SkinToSkinMedium.d.ts +3 -0
  539. package/lib/components/Illustrations/SkinToSkinMedium.js +107 -0
  540. package/lib/components/Illustrations/SkinToSkinMedium.js.map +1 -0
  541. package/lib/components/Illustrations/Stork.js +1 -1
  542. package/lib/components/Illustrations/Stork.js.map +1 -1
  543. package/lib/components/Illustrations/StorkMedium.js +1 -1
  544. package/lib/components/Illustrations/StorkMedium.js.map +1 -1
  545. package/lib/components/Illustrations/Stroller.js +1 -1
  546. package/lib/components/Illustrations/Stroller.js.map +1 -1
  547. package/lib/components/Illustrations/StrollerMedium.js +1 -1
  548. package/lib/components/Illustrations/StrollerMedium.js.map +1 -1
  549. package/lib/components/Illustrations/Support2.js +1 -1
  550. package/lib/components/Illustrations/Support2.js.map +1 -1
  551. package/lib/components/Illustrations/Support2Medium.js +1 -1
  552. package/lib/components/Illustrations/Support2Medium.js.map +1 -1
  553. package/lib/components/Illustrations/Thinking.js +1 -1
  554. package/lib/components/Illustrations/Thinking.js.map +1 -1
  555. package/lib/components/Illustrations/ThinkingMedium.js +1 -1
  556. package/lib/components/Illustrations/ThinkingMedium.js.map +1 -1
  557. package/lib/components/Loader/index.js.map +1 -1
  558. package/lib/components/Logo/index.js.map +1 -1
  559. package/lib/components/Modal/index.js.map +1 -1
  560. package/lib/components/NotificationPanel/index.js.map +1 -1
  561. package/lib/components/Panel/index.js +1 -1
  562. package/lib/components/Panel/index.js.map +1 -1
  563. package/lib/components/PanelList/index.js +1 -1
  564. package/lib/components/PanelList/index.js.map +1 -1
  565. package/lib/components/PopMenu/index.js.map +1 -1
  566. package/lib/components/Portal/index.js.map +1 -1
  567. package/lib/components/Progressbar/index.js.map +1 -1
  568. package/lib/components/PromoPanel/index.js.map +1 -1
  569. package/lib/components/RadioButton/RadioMarker/RadioMarker.d.ts +20 -0
  570. package/lib/components/RadioButton/RadioMarker/styles.module.scss +288 -0
  571. package/lib/components/RadioButton/RadioMarker/styles.module.scss.d.ts +20 -0
  572. package/lib/components/RadioButton/index.d.ts +0 -1
  573. package/lib/components/RadioButton/index.js +2 -2
  574. package/lib/components/RadioButton/index.js.map +1 -1
  575. package/lib/components/RadioButton/styles.module.scss +13 -275
  576. package/lib/components/RadioButton/styles.module.scss.d.ts +2 -12
  577. package/lib/components/ServiceMessage/index.js.map +1 -1
  578. package/lib/components/SharingStatus/index.js.map +1 -1
  579. package/lib/components/Step/index.js.map +1 -1
  580. package/lib/components/Stepper/index.js +1 -5
  581. package/lib/components/Stepper/index.js.map +1 -1
  582. package/lib/components/StickyNote/index.js.map +1 -1
  583. package/lib/components/Table/index.js +3 -3
  584. package/lib/components/Table/index.js.map +1 -1
  585. package/lib/components/Tabs/index.js.map +1 -1
  586. package/lib/components/Tag/index.js.map +1 -1
  587. package/lib/components/TagList/index.js.map +1 -1
  588. package/lib/components/Tile/index.js.map +1 -1
  589. package/lib/components/ToastList/index.js.map +1 -1
  590. package/lib/components/Toggle/index.js.map +1 -1
  591. package/lib/components/Validation/index.js.map +1 -1
  592. package/lib/components/VisualCheckboxCloud/Checkbox/Checkbox.d.ts +21 -0
  593. package/lib/components/VisualCheckboxCloud/Checkbox/index.d.ts +3 -0
  594. package/lib/components/VisualCheckboxCloud/Checkbox/index.js +7 -0
  595. package/lib/components/VisualCheckboxCloud/Checkbox/index.js.map +1 -0
  596. package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss +10 -0
  597. package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss.d.ts +15 -0
  598. package/lib/components/VisualCheckboxCloud/VisualCheckboxCloud.d.ts +29 -0
  599. package/lib/components/VisualCheckboxCloud/index.d.ts +3 -0
  600. package/lib/components/VisualCheckboxCloud/index.js +42 -0
  601. package/lib/components/VisualCheckboxCloud/index.js.map +1 -0
  602. package/lib/components/VisualCheckboxCloud/styles.module.scss +6 -0
  603. package/lib/components/VisualCheckboxCloud/styles.module.scss.d.ts +9 -0
  604. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.d.ts +26 -0
  605. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.d.ts +10 -0
  606. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.d.ts +3 -0
  607. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js +7 -0
  608. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js.map +1 -0
  609. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss +7 -0
  610. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss.d.ts +18 -0
  611. package/lib/components/VisualCheckboxGroup/VisualCheckboxGroup.d.ts +33 -0
  612. package/lib/components/VisualCheckboxGroup/index.d.ts +3 -0
  613. package/lib/components/VisualCheckboxGroup/index.js +47 -0
  614. package/lib/components/VisualCheckboxGroup/index.js.map +1 -0
  615. package/lib/components/VisualCheckboxGroup/styles.module.scss +6 -0
  616. package/lib/components/VisualCheckboxGroup/styles.module.scss.d.ts +10 -0
  617. package/lib/components/VisualRadioCloud/Radio/Radio.d.ts +23 -0
  618. package/lib/components/VisualRadioCloud/Radio/index.d.ts +3 -0
  619. package/lib/components/VisualRadioCloud/Radio/index.js +7 -0
  620. package/lib/components/VisualRadioCloud/Radio/index.js.map +1 -0
  621. package/lib/components/VisualRadioCloud/Radio/styles.module.scss +7 -0
  622. package/lib/components/VisualRadioCloud/Radio/styles.module.scss.d.ts +15 -0
  623. package/lib/components/VisualRadioCloud/VisualRadioCloud.d.ts +39 -0
  624. package/lib/components/VisualRadioCloud/index.d.ts +3 -0
  625. package/lib/components/VisualRadioCloud/index.js +62 -0
  626. package/lib/components/VisualRadioCloud/index.js.map +1 -0
  627. package/lib/components/VisualRadioCloud/styles.module.scss +6 -0
  628. package/lib/components/VisualRadioCloud/styles.module.scss.d.ts +9 -0
  629. package/lib/components/VisualRadioGroup/VisualRadio/VisualContent.d.ts +10 -0
  630. package/lib/components/VisualRadioGroup/VisualRadio/VisualRadio.d.ts +26 -0
  631. package/lib/components/VisualRadioGroup/VisualRadio/index.d.ts +3 -0
  632. package/lib/components/VisualRadioGroup/VisualRadio/index.js +7 -0
  633. package/lib/components/VisualRadioGroup/VisualRadio/index.js.map +1 -0
  634. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss +7 -0
  635. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss.d.ts +18 -0
  636. package/lib/components/VisualRadioGroup/VisualRadioGroup.d.ts +39 -0
  637. package/lib/components/VisualRadioGroup/index.d.ts +3 -0
  638. package/lib/components/VisualRadioGroup/index.js +67 -0
  639. package/lib/components/VisualRadioGroup/index.js.map +1 -0
  640. package/lib/components/VisualRadioGroup/styles.module.scss +6 -0
  641. package/lib/components/VisualRadioGroup/styles.module.scss.d.ts +10 -0
  642. package/lib/constants.js.map +1 -1
  643. package/lib/constants2.js +6 -6
  644. package/lib/constants2.js.map +1 -1
  645. package/lib/floating-ui.react.js +30 -30
  646. package/lib/floating-ui.react.js.map +1 -1
  647. package/lib/getFilterChips.js.map +1 -1
  648. package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
  649. package/lib/hooks/useBreakpoint.js.map +1 -1
  650. package/lib/hooks/useElementList.js.map +1 -1
  651. package/lib/hooks/useEventListenerState.js.map +1 -1
  652. package/lib/hooks/useExpand.js.map +1 -1
  653. package/lib/hooks/useFocusToggle.js.map +1 -1
  654. package/lib/hooks/useFocusTrap.js.map +1 -1
  655. package/lib/hooks/useFocusableElements.js.map +1 -1
  656. package/lib/hooks/useIcons.js.map +1 -1
  657. package/lib/hooks/useIdWithFallback.js.map +1 -1
  658. package/lib/hooks/useIntersectionObserver.js.map +1 -1
  659. package/lib/hooks/useInterval.js.map +1 -1
  660. package/lib/hooks/useIsMobileBreakpoint.js.map +1 -1
  661. package/lib/hooks/useIsServerSide.js.map +1 -1
  662. package/lib/hooks/useIsVisible.js.map +1 -1
  663. package/lib/hooks/useKeyboardEvent.js.map +1 -1
  664. package/lib/hooks/useLanguage.js.map +1 -1
  665. package/lib/hooks/useLayoutEvent.js.map +1 -1
  666. package/lib/hooks/useOutsideEvent.js.map +1 -1
  667. package/lib/hooks/usePrevious.js.map +1 -1
  668. package/lib/hooks/usePseudoClasses.js.map +1 -1
  669. package/lib/hooks/useResizeObserver.js.map +1 -1
  670. package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -1
  671. package/lib/hooks/useRovingFocus.js.map +1 -1
  672. package/lib/hooks/useSize.js.map +1 -1
  673. package/lib/hooks/useToggle.js.map +1 -1
  674. package/lib/hooks/usestopPropagation.js.map +1 -1
  675. package/lib/resourceHelper.js +12 -8
  676. package/lib/resourceHelper.js.map +1 -1
  677. package/lib/resources/HN.Designsystem.Filter.en-GB.json.d.ts +6 -4
  678. package/lib/resources/HN.Designsystem.Filter.nb-NO.json.d.ts +6 -4
  679. package/lib/resources/Resources.d.ts +11 -3
  680. package/lib/scss/_visual-form.scss +357 -0
  681. package/lib/theme/currys/color.js.map +1 -1
  682. package/lib/theme/currys/spacing.js.map +1 -1
  683. package/lib/theme/grid.js.map +1 -1
  684. package/lib/theme/index.js.map +1 -1
  685. package/lib/theme/palette.js.map +1 -1
  686. package/lib/theme/spacers.js.map +1 -1
  687. package/lib/utils/accessibility.js.map +1 -1
  688. package/lib/utils/component.js.map +1 -1
  689. package/lib/utils/debounce.js.map +1 -1
  690. package/lib/utils/deepContains.js.map +1 -1
  691. package/lib/utils/device.js.map +1 -1
  692. package/lib/utils/focus.js.map +1 -1
  693. package/lib/utils/language.js.map +1 -1
  694. package/lib/utils/mobile.js.map +1 -1
  695. package/lib/utils/refs.js.map +1 -1
  696. package/lib/utils/resource.js.map +1 -1
  697. package/lib/utils/scroll.js.map +1 -1
  698. package/lib/utils/viewport.js.map +1 -1
  699. package/lib/utils.js.map +1 -1
  700. package/lib/utils2.js.map +1 -1
  701. package/lib/utils3.js +11 -100
  702. package/lib/utils3.js.map +1 -1
  703. package/lib/utils4.js +31 -12
  704. package/lib/utils4.js.map +1 -1
  705. package/lib/utils5.js +112 -31
  706. package/lib/utils5.js.map +1 -1
  707. package/lib/uuid.js.map +1 -1
  708. package/package.json +115 -1
  709. package/scss/_visual-form.scss +357 -0
  710. package/lib/components/RadioButton/utils.d.ts +0 -2
  711. package/lib/utils6.js +0 -115
  712. package/lib/utils6.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.HelpBubble.nb-NO.json","../../../src/components/HelpBubble/resourceHelper.ts","../../../src/components/HelpBubble/HelpBubble.tsx","../../../src/components/HelpBubble/index.ts"],"sourcesContent":["{\n \"ariaLabel\": \"Hjelpetekst\"\n}\n","import type { HNDesignsystemHelpBubble } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport nbNO from '../../resources/HN.Designsystem.HelpBubble.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemHelpBubble => {\n switch (language) {\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import classNames from 'classnames';\n\nimport type { HNDesignsystemHelpBubble } from '../../resources/Resources';\nimport type { AnchorLinkTargets } from '../AnchorLink';\nimport type { PopOverProps } from '../PopOver';\n\nimport { AnalyticsId, LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport AnchorLink from '../AnchorLink';\nimport Close from '../Close';\nimport PopOver, { PopOverVariant } from '../PopOver';\nimport { getResources } from './resourceHelper';\n\nimport styles from './styles.module.scss';\n\nexport const HelpBubbleVariant = PopOverVariant;\n\nexport interface HelpBubbleProps extends Pick<PopOverProps, 'children' | 'variant' | 'controllerRef' | 'role'> {\n /** Sets aria-labelledby of the bubble. */\n ariaLabelledById?: string;\n /** Id of the HelpBubble */\n helpBubbleId?: string;\n /** Content shown inside HelpBubble. */\n children: React.ReactNode;\n /** Ref for the element the HelpBubble is placed upon */\n controllerRef: React.RefObject<HTMLElement | SVGSVGElement | null>;\n /** Adds custom classes to the element. */\n className?: string;\n /** Determines the placement of the helpbubble. Default: automatic positioning. */\n variant?: keyof typeof HelpBubbleVariant;\n /** Show the bubble. Default: false. */\n showBubble?: boolean;\n /** Hide the close button in the bubble. */\n noCloseButton?: boolean;\n /** Visible text on the link. */\n linkText?: string;\n /** Url the link leads to */\n linkUrl?: string;\n /** Sets the target type of the link. _blank adds an arrow icon at the end of the link */\n linkTarget?: AnchorLinkTargets;\n /** Function is called when link is clicked */\n onLinkClick?: () => void;\n /** Function is called when user clicks the button */\n onClose?: () => void;\n /** aria-label to be passed onto Close */\n closeAriaLabel?: string;\n /** Resources for the component */\n resources?: Partial<HNDesignsystemHelpBubble>;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref that is passed to the component */\n ref?: React.Ref<HTMLDivElement | SVGSVGElement | null>;\n}\n\nconst HelpBubble: React.FC<HelpBubbleProps> = props => {\n const {\n ariaLabelledById,\n children,\n className = '',\n noCloseButton,\n linkText = 'Mer hjelp',\n linkUrl,\n linkTarget,\n onLinkClick,\n onClose,\n closeAriaLabel,\n // Props passed on to PopOver\n showBubble,\n helpBubbleId,\n variant,\n controllerRef,\n resources,\n testId,\n ref,\n } = props;\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n\n if (!showBubble) {\n return null;\n }\n\n const defaultResources = getResources(language);\n const mergedResources: HNDesignsystemHelpBubble = {\n ...defaultResources,\n ...resources,\n };\n\n const helpBubbleClasses = classNames(styles.helpbubble, className);\n const contentClasses = classNames(styles.helpbubble__content);\n\n const renderLink = (): React.ReactNode | undefined => {\n if (onLinkClick && linkText) {\n return (\n <button className={styles.helpbubble__link} onClick={onLinkClick} type=\"button\">\n {linkText}\n </button>\n );\n } else if (linkUrl && linkText) {\n return (\n <AnchorLink href={linkUrl} target={linkTarget}>\n {linkText}\n </AnchorLink>\n );\n }\n };\n\n const renderCloseButton = (): React.ReactNode | undefined => {\n if (noCloseButton) {\n return;\n }\n return <Close small color=\"plum\" onClick={onClose} ariaLabel={closeAriaLabel} className={styles.helpbubble__close} />;\n };\n\n return (\n <PopOver\n ariaLabel={mergedResources.ariaLabel}\n ariaLabelledById={ariaLabelledById}\n id={helpBubbleId}\n variant={variant}\n controllerRef={controllerRef}\n role=\"group\"\n ref={ref}\n show={showBubble}\n testId={testId}\n >\n <div className={helpBubbleClasses} data-analyticsid={AnalyticsId.HelpBubble}>\n <div className={contentClasses}>\n {children}\n {renderLink()}\n </div>\n {renderCloseButton()}\n </div>\n </PopOver>\n );\n};\n\nHelpBubble.displayName = 'HelpBubble';\n\nexport default HelpBubble;\n","import HelpBubble from './HelpBubble';\nexport * from './HelpBubble';\nexport default HelpBubble;\n"],"mappings":";;;;;;;;;;;ACKA,IAAa,gBAAgB,aAAwD;CACnF,QAAQ,UAAR;EACE,KAAK,gBAAgB;EACrB,SACE,OAAO;;;;;ACMb,IAAa,oBAAoB;AAuCjC,IAAM,cAAwC,UAAS;CACrD,MAAM,EACJ,kBACA,UACA,YAAY,IACZ,eACA,WAAW,aACX,SACA,YACA,aACA,SACA,gBAEA,YACA,cACA,SACA,eACA,WACA,QACA,QACE;CAEJ,MAAM,EAAE,aAAa,YAA6B,gBAAgB,UAAU;CAE5E,IAAI,CAAC,YACH,OAAO;CAIT,MAAM,kBAA4C;EAChD,GAFuB,aAAa,SAEjC;EACH,GAAG;EACJ;CAED,MAAM,oBAAoB,WAAW,OAAO,YAAY,UAAU;CAClE,MAAM,iBAAiB,WAAW,OAAO,oBAAoB;CAE7D,MAAM,mBAAgD;EACpD,IAAI,eAAe,UACjB,OACE,oBAAC,UAAD;GAAQ,WAAW,OAAO;GAAkB,SAAS;GAAa,MAAK;aACpE;GACM,CAAA;OAEN,IAAI,WAAW,UACpB,OACE,oBAAC,oBAAD;GAAY,MAAM;GAAS,QAAQ;aAChC;GACU,CAAA;;CAKnB,MAAM,0BAAuD;EAC3D,IAAI,eACF;EAEF,OAAO,oBAAC,eAAD;GAAO,OAAA;GAAM,OAAM;GAAO,SAAS;GAAS,WAAW;GAAgB,WAAW,OAAO;GAAqB,CAAA;;CAGvH,OACE,oBAAC,iBAAD;EACE,WAAW,gBAAgB;EACT;EAClB,IAAI;EACK;EACM;EACf,MAAK;EACA;EACL,MAAM;EACE;YAER,qBAAC,OAAD;GAAK,WAAW;GAAmB,oBAAkB,YAAY;aAAjE,CACE,qBAAC,OAAD;IAAK,WAAW;cAAhB,CACG,UACA,YAAY,CACT;OACL,mBAAmB,CAChB;;EACE,CAAA;;AAId,WAAW,cAAc;;;ACvIzB,IAAA,qBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.HelpBubble.nb-NO.json","../../../src/components/HelpBubble/resourceHelper.ts","../../../src/components/HelpBubble/HelpBubble.tsx","../../../src/components/HelpBubble/index.ts"],"sourcesContent":["{\n \"ariaLabel\": \"Hjelpetekst\"\n}\n","import type { HNDesignsystemHelpBubble } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport nbNO from '../../resources/HN.Designsystem.HelpBubble.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemHelpBubble => {\n switch (language) {\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import classNames from 'classnames';\n\nimport type { HNDesignsystemHelpBubble } from '../../resources/Resources';\nimport type { AnchorLinkTargets } from '../AnchorLink';\nimport type { PopOverProps } from '../PopOver';\n\nimport { AnalyticsId, LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport AnchorLink from '../AnchorLink';\nimport Close from '../Close';\nimport PopOver, { PopOverVariant } from '../PopOver';\nimport { getResources } from './resourceHelper';\n\nimport styles from './styles.module.scss';\n\nexport const HelpBubbleVariant = PopOverVariant;\n\nexport interface HelpBubbleProps extends Pick<PopOverProps, 'children' | 'variant' | 'controllerRef' | 'role'> {\n /** Sets aria-labelledby of the bubble. */\n ariaLabelledById?: string;\n /** Id of the HelpBubble */\n helpBubbleId?: string;\n /** Content shown inside HelpBubble. */\n children: React.ReactNode;\n /** Ref for the element the HelpBubble is placed upon */\n controllerRef: React.RefObject<HTMLElement | SVGSVGElement | null>;\n /** Adds custom classes to the element. */\n className?: string;\n /** Determines the placement of the helpbubble. Default: automatic positioning. */\n variant?: keyof typeof HelpBubbleVariant;\n /** Show the bubble. Default: false. */\n showBubble?: boolean;\n /** Hide the close button in the bubble. */\n noCloseButton?: boolean;\n /** Visible text on the link. */\n linkText?: string;\n /** Url the link leads to */\n linkUrl?: string;\n /** Sets the target type of the link. _blank adds an arrow icon at the end of the link */\n linkTarget?: AnchorLinkTargets;\n /** Function is called when link is clicked */\n onLinkClick?: () => void;\n /** Function is called when user clicks the button */\n onClose?: () => void;\n /** aria-label to be passed onto Close */\n closeAriaLabel?: string;\n /** Resources for the component */\n resources?: Partial<HNDesignsystemHelpBubble>;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref that is passed to the component */\n ref?: React.Ref<HTMLDivElement | SVGSVGElement | null>;\n}\n\nconst HelpBubble: React.FC<HelpBubbleProps> = props => {\n const {\n ariaLabelledById,\n children,\n className = '',\n noCloseButton,\n linkText = 'Mer hjelp',\n linkUrl,\n linkTarget,\n onLinkClick,\n onClose,\n closeAriaLabel,\n // Props passed on to PopOver\n showBubble,\n helpBubbleId,\n variant,\n controllerRef,\n resources,\n testId,\n ref,\n } = props;\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n\n if (!showBubble) {\n return null;\n }\n\n const defaultResources = getResources(language);\n const mergedResources: HNDesignsystemHelpBubble = {\n ...defaultResources,\n ...resources,\n };\n\n const helpBubbleClasses = classNames(styles.helpbubble, className);\n const contentClasses = classNames(styles.helpbubble__content);\n\n const renderLink = (): React.ReactNode | undefined => {\n if (onLinkClick && linkText) {\n return (\n <button className={styles.helpbubble__link} onClick={onLinkClick} type=\"button\">\n {linkText}\n </button>\n );\n } else if (linkUrl && linkText) {\n return (\n <AnchorLink href={linkUrl} target={linkTarget}>\n {linkText}\n </AnchorLink>\n );\n }\n };\n\n const renderCloseButton = (): React.ReactNode | undefined => {\n if (noCloseButton) {\n return;\n }\n return <Close small color=\"plum\" onClick={onClose} ariaLabel={closeAriaLabel} className={styles.helpbubble__close} />;\n };\n\n return (\n <PopOver\n ariaLabel={mergedResources.ariaLabel}\n ariaLabelledById={ariaLabelledById}\n id={helpBubbleId}\n variant={variant}\n controllerRef={controllerRef}\n role=\"group\"\n ref={ref}\n show={showBubble}\n testId={testId}\n >\n <div className={helpBubbleClasses} data-analyticsid={AnalyticsId.HelpBubble}>\n <div className={contentClasses}>\n {children}\n {renderLink()}\n </div>\n {renderCloseButton()}\n </div>\n </PopOver>\n );\n};\n\nHelpBubble.displayName = 'HelpBubble';\n\nexport default HelpBubble;\n","import HelpBubble from './HelpBubble';\nexport * from './HelpBubble';\nexport default HelpBubble;\n"],"mappings":";;;;;;;;;;;ACKA,IAAa,gBAAgB,aAAwD;CACnF,QAAQ,UAAR;EACE,KAAK,gBAAgB;EACrB,SACE,OAAO;CACX;AACF;;;ACIA,IAAa,oBAAoB;AAuCjC,IAAM,cAAwC,UAAS;CACrD,MAAM,EACJ,kBACA,UACA,YAAY,IACZ,eACA,WAAW,aACX,SACA,YACA,aACA,SACA,gBAEA,YACA,cACA,SACA,eACA,WACA,QACA,QACE;CAEJ,MAAM,EAAE,aAAa,YAA6B,gBAAgB,SAAS;CAE3E,IAAI,CAAC,YACH,OAAO;CAIT,MAAM,kBAA4C;EAChD,GAFuB,aAAa,QAEjC;EACH,GAAG;CACL;CAEA,MAAM,oBAAoB,WAAW,OAAO,YAAY,SAAS;CACjE,MAAM,iBAAiB,WAAW,OAAO,mBAAmB;CAE5D,MAAM,mBAAgD;EACpD,IAAI,eAAe,UACjB,OACE,oBAAC,UAAD;GAAQ,WAAW,OAAO;GAAkB,SAAS;GAAa,MAAK;aACpE;EACK,CAAA;OAEL,IAAI,WAAW,UACpB,OACE,oBAAC,oBAAD;GAAY,MAAM;GAAS,QAAQ;aAChC;EACS,CAAA;CAGlB;CAEA,MAAM,0BAAuD;EAC3D,IAAI,eACF;EAEF,OAAO,oBAAC,eAAD;GAAO,OAAA;GAAM,OAAM;GAAO,SAAS;GAAS,WAAW;GAAgB,WAAW,OAAO;EAAoB,CAAA;CACtH;CAEA,OACE,oBAAC,iBAAD;EACE,WAAW,gBAAgB;EACT;EAClB,IAAI;EACK;EACM;EACf,MAAK;EACA;EACL,MAAM;EACE;YAER,qBAAC,OAAD;GAAK,WAAW;GAAmB,oBAAkB,YAAY;aAAjE,CACE,qBAAC,OAAD;IAAK,WAAW;cAAhB,CACG,UACA,WAAW,CACT;OACJ,kBAAkB,CAChB;;CACE,CAAA;AAEb;AAEA,WAAW,cAAc;;;ACvIzB,IAAA,qBAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.HelpDrawer.nb-NO.json","../../../src/components/HelpDrawer/resourceHelper.ts","../../../src/components/HelpDrawer/HelpDrawer.tsx","../../../src/components/HelpDrawer/index.ts"],"sourcesContent":["{\n \"ariaLabel\": \"Hjelpetekst\"\n}\n","import type { HNDesignsystemHelpDrawer } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport nbNO from '../../resources/HN.Designsystem.HelpDrawer.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemHelpDrawer => {\n switch (language) {\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import type { HNDesignsystemHelpDrawer } from '../../resources/Resources';\nimport type { DrawerProps } from '../Drawer';\n\nimport { getResources } from './resourceHelper';\nimport { LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport Drawer from '../Drawer';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpDrawerProps extends Pick<\n DrawerProps,\n 'ariaLabelledBy' | 'children' | 'isOpen' | 'onRequestClose' | 'title' | 'titleHtmlMarkup' | 'titleId' | 'zIndex'\n> {\n /** Resources for the component */\n resources?: Partial<HNDesignsystemHelpDrawer>;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nconst HelpDrawer: React.FC<HelpDrawerProps> = props => {\n const { resources, ...drawerProps } = props;\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n const mergedResources: HNDesignsystemHelpDrawer = {\n ...defaultResources,\n ...resources,\n ariaLabel: props.resources?.ariaLabel ?? defaultResources.ariaLabel,\n };\n\n return (\n <Drawer\n {...drawerProps}\n closeColor={'plum'}\n headerClasses={styles['help-drawer']}\n desktopDirection={'left'}\n ariaLabel={mergedResources.ariaLabel}\n />\n );\n};\n\nexport default HelpDrawer;\n","import HelpDrawer from './HelpDrawer';\nexport * from './HelpDrawer';\nexport default HelpDrawer;\n"],"mappings":";;;;;;;;ACKA,IAAa,gBAAgB,aAAwD;CACnF,QAAQ,UAAR;EACE,KAAK,gBAAgB;EACrB,SACE,OAAO;;;;;ACWb,IAAM,cAAwC,UAAS;CACrD,MAAM,EAAE,WAAW,GAAG,gBAAgB;CACtC,MAAM,EAAE,aAAa,YAA6B,gBAAgB,UAAU;CAC5E,MAAM,mBAAmB,aAAa,SAAS;CAC/C,MAAM,kBAA4C;EAChD,GAAG;EACH,GAAG;EACH,WAAW,MAAM,WAAW,aAAa,iBAAiB;EAC3D;CAED,OACE,oBAAC,gBAAD;EACE,GAAI;EACJ,YAAY;EACZ,eAAe,OAAO;EACtB,kBAAkB;EAClB,WAAW,gBAAgB;EAC3B,CAAA;;;;ACnCN,IAAA,qBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.HelpDrawer.nb-NO.json","../../../src/components/HelpDrawer/resourceHelper.ts","../../../src/components/HelpDrawer/HelpDrawer.tsx","../../../src/components/HelpDrawer/index.ts"],"sourcesContent":["{\n \"ariaLabel\": \"Hjelpetekst\"\n}\n","import type { HNDesignsystemHelpDrawer } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport nbNO from '../../resources/HN.Designsystem.HelpDrawer.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemHelpDrawer => {\n switch (language) {\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import type { HNDesignsystemHelpDrawer } from '../../resources/Resources';\nimport type { DrawerProps } from '../Drawer';\n\nimport { getResources } from './resourceHelper';\nimport { LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport Drawer from '../Drawer';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpDrawerProps extends Pick<\n DrawerProps,\n 'ariaLabelledBy' | 'children' | 'isOpen' | 'onRequestClose' | 'title' | 'titleHtmlMarkup' | 'titleId' | 'zIndex'\n> {\n /** Resources for the component */\n resources?: Partial<HNDesignsystemHelpDrawer>;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nconst HelpDrawer: React.FC<HelpDrawerProps> = props => {\n const { resources, ...drawerProps } = props;\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n const mergedResources: HNDesignsystemHelpDrawer = {\n ...defaultResources,\n ...resources,\n ariaLabel: props.resources?.ariaLabel ?? defaultResources.ariaLabel,\n };\n\n return (\n <Drawer\n {...drawerProps}\n closeColor={'plum'}\n headerClasses={styles['help-drawer']}\n desktopDirection={'left'}\n ariaLabel={mergedResources.ariaLabel}\n />\n );\n};\n\nexport default HelpDrawer;\n","import HelpDrawer from './HelpDrawer';\nexport * from './HelpDrawer';\nexport default HelpDrawer;\n"],"mappings":";;;;;;;;ACKA,IAAa,gBAAgB,aAAwD;CACnF,QAAQ,UAAR;EACE,KAAK,gBAAgB;EACrB,SACE,OAAO;CACX;AACF;;;ACSA,IAAM,cAAwC,UAAS;CACrD,MAAM,EAAE,WAAW,GAAG,gBAAgB;CACtC,MAAM,EAAE,aAAa,YAA6B,gBAAgB,SAAS;CAC3E,MAAM,mBAAmB,aAAa,QAAQ;CAC9C,MAAM,kBAA4C;EAChD,GAAG;EACH,GAAG;EACH,WAAW,MAAM,WAAW,aAAa,iBAAiB;CAC5D;CAEA,OACE,oBAAC,gBAAD;EACE,GAAI;EACJ,YAAY;EACZ,eAAe,OAAO;EACtB,kBAAkB;EAClB,WAAW,gBAAgB;CAC5B,CAAA;AAEL;;;ACrCA,IAAA,qBAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpExpanderInline/HelpExpanderInline.tsx","../../../src/components/HelpExpanderInline/index.ts"],"sourcesContent":["import { AnalyticsId } from '../../constants';\nimport { useExpand } from '../../hooks/useExpand';\nimport HelpDetails from '../HelpDetails/HelpDetails';\n\nexport interface HelpExpanderInlineProps {\n /** Sets the text content of the help text that appears when expanded. */\n children: React.ReactNode;\n /** Ref for the element that triggers the HelpExpanderInline */\n controllerRef?: React.RefObject<HTMLButtonElement | null>;\n /** Expands the component */\n expanded?: boolean;\n /** Called when expander is open/closed. */\n onExpand?: (isExpanded: boolean) => void;\n /** Classname will be applied to the button element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref passed to the container element */\n ref?: React.Ref<HTMLDivElement | null>;\n}\n\nconst HelpExpanderInline: React.FC<HelpExpanderInlineProps> = props => {\n const { children, className, controllerRef, expanded = false, onExpand, testId, ref } = props;\n const [isExpanded] = useExpand(expanded, onExpand);\n\n return (\n isExpanded && (\n <div className={className} data-testid={testId} data-analyticsid={AnalyticsId.HelpExpanderInline} ref={ref}>\n <HelpDetails controllerRef={controllerRef}>{children}</HelpDetails>\n </div>\n )\n );\n};\n\nHelpExpanderInline.displayName = 'HelpExpanderInline';\n\nexport default HelpExpanderInline;\n","import HelpExpanderInline from './HelpExpanderInline';\nexport * from './HelpExpanderInline';\nexport default HelpExpanderInline;\n"],"mappings":";;;;;AAqBA,IAAM,sBAAwD,UAAS;CACrE,MAAM,EAAE,UAAU,WAAW,eAAe,WAAW,OAAO,UAAU,QAAQ,QAAQ;CACxF,MAAM,CAAC,cAAc,UAAU,UAAU,SAAS;CAElD,OACE,cACE,oBAAC,OAAD;EAAgB;EAAW,eAAa;EAAQ,oBAAkB,YAAY;EAAyB;YACrG,oBAAC,aAAD;GAA4B;GAAgB;GAAuB,CAAA;EAC/D,CAAA;;AAKZ,mBAAmB,cAAc;;;AChCjC,IAAA,6BAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpExpanderInline/HelpExpanderInline.tsx","../../../src/components/HelpExpanderInline/index.ts"],"sourcesContent":["import { AnalyticsId } from '../../constants';\nimport { useExpand } from '../../hooks/useExpand';\nimport HelpDetails from '../HelpDetails/HelpDetails';\n\nexport interface HelpExpanderInlineProps {\n /** Sets the text content of the help text that appears when expanded. */\n children: React.ReactNode;\n /** Ref for the element that triggers the HelpExpanderInline */\n controllerRef?: React.RefObject<HTMLButtonElement | null>;\n /** Expands the component */\n expanded?: boolean;\n /** Called when expander is open/closed. */\n onExpand?: (isExpanded: boolean) => void;\n /** Classname will be applied to the button element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref passed to the container element */\n ref?: React.Ref<HTMLDivElement | null>;\n}\n\nconst HelpExpanderInline: React.FC<HelpExpanderInlineProps> = props => {\n const { children, className, controllerRef, expanded = false, onExpand, testId, ref } = props;\n const [isExpanded] = useExpand(expanded, onExpand);\n\n return (\n isExpanded && (\n <div className={className} data-testid={testId} data-analyticsid={AnalyticsId.HelpExpanderInline} ref={ref}>\n <HelpDetails controllerRef={controllerRef}>{children}</HelpDetails>\n </div>\n )\n );\n};\n\nHelpExpanderInline.displayName = 'HelpExpanderInline';\n\nexport default HelpExpanderInline;\n","import HelpExpanderInline from './HelpExpanderInline';\nexport * from './HelpExpanderInline';\nexport default HelpExpanderInline;\n"],"mappings":";;;;;AAqBA,IAAM,sBAAwD,UAAS;CACrE,MAAM,EAAE,UAAU,WAAW,eAAe,WAAW,OAAO,UAAU,QAAQ,QAAQ;CACxF,MAAM,CAAC,cAAc,UAAU,UAAU,QAAQ;CAEjD,OACE,cACE,oBAAC,OAAD;EAAgB;EAAW,eAAa;EAAQ,oBAAkB,YAAY;EAAyB;YACrG,oBAAC,aAAD;GAA4B;GAAgB;EAAsB,CAAA;CAC/D,CAAA;AAGX;AAEA,mBAAmB,cAAc;;;AChCjC,IAAA,6BAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpExpanderStandalone/HelpExpanderStandalone.tsx","../../../src/components/HelpExpanderStandalone/index.ts"],"sourcesContent":["import type { HelpTriggerWeights } from '../HelpTriggerIcon/HelpTriggerIcon';\n\nimport { AnalyticsId, IconSize } from '../../constants';\nimport { useExpand } from '../../hooks/useExpand';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport HelpDetails from '../HelpDetails/HelpDetails';\nimport HelpTriggerStandalone from '../HelpTriggerStandalone';\nimport Icon from '../Icon';\nimport ChevronDown from '../Icons/ChevronDown';\nimport ChevronUp from '../Icons/ChevronUp';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpExpanderStandaloneProps {\n /** Sets aria-label of the trigger. */\n ariaLabel?: string;\n /** Sets aria-labelledby of the trigger. */\n ariaLabelledById?: string;\n /** Sets the text content of the help text that appears when expanded. */\n children: React.ReactNode;\n /** Expands the component */\n expanded?: boolean;\n /** Called when expander is open/closed. */\n onExpand?: (isExpanded: boolean) => void;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** The text that will be displayed in the trigger. */\n triggerText: string;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLButtonElement | null>;\n}\n\nconst HelpExpanderStandalone: React.FC<HelpExpanderStandaloneProps> = props => {\n const {\n ariaLabel,\n ariaLabelledById,\n children,\n className,\n expanded = false,\n onExpand,\n testId,\n triggerText,\n weight = 'normal',\n ref,\n } = props;\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const [isExpanded, setIsExpanded] = useExpand(expanded, onExpand);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(isMutableRefObject(ref) ? ref : null);\n\n return (\n <div className={className} data-testid={testId} data-analyticsid={AnalyticsId.HelpExpanderStandalone}>\n <HelpTriggerStandalone\n className={styles['help-expander-standalone-trigger']}\n aria-expanded={isExpanded}\n onClick={(): void => setIsExpanded(!isExpanded)}\n ref={mergeRefs([ref, refObject])}\n weight={weight}\n {...ariaLabelAttributes}\n >\n {triggerText}\n <Icon\n color={`var(--core-color-plum-${isHovered ? '900' : '700'})`}\n svgIcon={isExpanded ? ChevronUp : ChevronDown}\n size={IconSize.XXSmall}\n />\n </HelpTriggerStandalone>\n {isExpanded && <HelpDetails>{children}</HelpDetails>}\n </div>\n );\n};\n\nHelpExpanderStandalone.displayName = 'HelpExpanderStandalone';\n\nexport default HelpExpanderStandalone;\n","import HelpExpanderStandalone from './HelpExpanderStandalone';\nexport * from './HelpExpanderStandalone';\nexport default HelpExpanderStandalone;\n"],"mappings":";;;;;;;;;;;;;AA0CA,IAAM,0BAAgE,UAAS;CAC7E,MAAM,EACJ,WACA,kBACA,UACA,WACA,WAAW,OACX,UACA,QACA,aACA,SAAS,UACT,QACE;CACJ,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;EAAkB,CAAC;CAC9F,MAAM,CAAC,YAAY,iBAAiB,UAAU,UAAU,SAAS;CACjE,MAAM,EAAE,WAAW,cAAc,iBAAoC,mBAAmB,IAAI,GAAG,MAAM,KAAK;CAE1G,OACE,qBAAC,OAAD;EAAgB;EAAW,eAAa;EAAQ,oBAAkB,YAAY;YAA9E,CACE,qBAAC,+BAAD;GACE,WAAW,OAAO;GAClB,iBAAe;GACf,eAAqB,cAAc,CAAC,WAAW;GAC/C,KAAK,UAAU,CAAC,KAAK,UAAU,CAAC;GACxB;GACR,GAAI;aANN,CAQG,aACD,oBAAC,cAAD;IACE,OAAO,yBAAyB,YAAY,QAAQ,MAAM;IAC1D,SAAS,aAAa,YAAY;IAClC,MAAM,SAAS;IACf,CAAA,CACoB;MACvB,cAAc,oBAAC,aAAD,EAAc,UAAuB,CAAA,CAChD;;;AAIV,uBAAuB,cAAc;;;AC/ErC,IAAA,iCAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpExpanderStandalone/HelpExpanderStandalone.tsx","../../../src/components/HelpExpanderStandalone/index.ts"],"sourcesContent":["import type { HelpTriggerWeights } from '../HelpTriggerIcon/HelpTriggerIcon';\n\nimport { AnalyticsId, IconSize } from '../../constants';\nimport { useExpand } from '../../hooks/useExpand';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport HelpDetails from '../HelpDetails/HelpDetails';\nimport HelpTriggerStandalone from '../HelpTriggerStandalone';\nimport Icon from '../Icon';\nimport ChevronDown from '../Icons/ChevronDown';\nimport ChevronUp from '../Icons/ChevronUp';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpExpanderStandaloneProps {\n /** Sets aria-label of the trigger. */\n ariaLabel?: string;\n /** Sets aria-labelledby of the trigger. */\n ariaLabelledById?: string;\n /** Sets the text content of the help text that appears when expanded. */\n children: React.ReactNode;\n /** Expands the component */\n expanded?: boolean;\n /** Called when expander is open/closed. */\n onExpand?: (isExpanded: boolean) => void;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** The text that will be displayed in the trigger. */\n triggerText: string;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLButtonElement | null>;\n}\n\nconst HelpExpanderStandalone: React.FC<HelpExpanderStandaloneProps> = props => {\n const {\n ariaLabel,\n ariaLabelledById,\n children,\n className,\n expanded = false,\n onExpand,\n testId,\n triggerText,\n weight = 'normal',\n ref,\n } = props;\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const [isExpanded, setIsExpanded] = useExpand(expanded, onExpand);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(isMutableRefObject(ref) ? ref : null);\n\n return (\n <div className={className} data-testid={testId} data-analyticsid={AnalyticsId.HelpExpanderStandalone}>\n <HelpTriggerStandalone\n className={styles['help-expander-standalone-trigger']}\n aria-expanded={isExpanded}\n onClick={(): void => setIsExpanded(!isExpanded)}\n ref={mergeRefs([ref, refObject])}\n weight={weight}\n {...ariaLabelAttributes}\n >\n {triggerText}\n <Icon\n color={`var(--core-color-plum-${isHovered ? '900' : '700'})`}\n svgIcon={isExpanded ? ChevronUp : ChevronDown}\n size={IconSize.XXSmall}\n />\n </HelpTriggerStandalone>\n {isExpanded && <HelpDetails>{children}</HelpDetails>}\n </div>\n );\n};\n\nHelpExpanderStandalone.displayName = 'HelpExpanderStandalone';\n\nexport default HelpExpanderStandalone;\n","import HelpExpanderStandalone from './HelpExpanderStandalone';\nexport * from './HelpExpanderStandalone';\nexport default HelpExpanderStandalone;\n"],"mappings":";;;;;;;;;;;;;AA0CA,IAAM,0BAAgE,UAAS;CAC7E,MAAM,EACJ,WACA,kBACA,UACA,WACA,WAAW,OACX,UACA,QACA,aACA,SAAS,UACT,QACE;CACJ,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;CAAiB,CAAC;CAC7F,MAAM,CAAC,YAAY,iBAAiB,UAAU,UAAU,QAAQ;CAChE,MAAM,EAAE,WAAW,cAAc,iBAAoC,mBAAmB,GAAG,IAAI,MAAM,IAAI;CAEzG,OACE,qBAAC,OAAD;EAAgB;EAAW,eAAa;EAAQ,oBAAkB,YAAY;YAA9E,CACE,qBAAC,+BAAD;GACE,WAAW,OAAO;GAClB,iBAAe;GACf,eAAqB,cAAc,CAAC,UAAU;GAC9C,KAAK,UAAU,CAAC,KAAK,SAAS,CAAC;GACvB;GACR,GAAI;aANN,CAQG,aACD,oBAAC,cAAD;IACE,OAAO,yBAAyB,YAAY,QAAQ,MAAM;IAC1D,SAAS,aAAa,YAAY;IAClC,MAAM,SAAS;GAChB,CAAA,CACoB;MACtB,cAAc,oBAAC,aAAD,EAAc,SAAsB,CAAA,CAChD;;AAET;AAEA,uBAAuB,cAAc;;;AC/ErC,IAAA,iCAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpPanel/HelpPanel.tsx","../../../src/components/HelpPanel/index.ts"],"sourcesContent":["import classNames from 'classnames';\n\nimport HighlightPanel from '../HighlightPanel';\nimport HandWaving from '../Icons/HandWaving';\n\nimport styles from './styles.module.scss';\n\nexport type HelpPanelVariants = 'normal' | 'compact';\n\nexport interface HelpPanelProps {\n /** What's in the box? */\n children: React.ReactNode;\n /** If set the compact styling will be used */\n variant?: HelpPanelVariants;\n /** Adds custom classes to the element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Sets title if needed */\n title?: string;\n}\n\nconst HelpPanel: React.FC<HelpPanelProps> = ({ className, variant = 'normal', testId, children, title }) => {\n return (\n <HighlightPanel\n className={classNames([styles['help-panel']], className)}\n testId={testId}\n svgIcon={HandWaving}\n title={title}\n variant={variant}\n >\n {children}\n </HighlightPanel>\n );\n};\n\nexport default HelpPanel;\n","import HelpPanel from './HelpPanel';\nexport * from './HelpPanel';\nexport default HelpPanel;\n"],"mappings":";;;;;;AAsBA,IAAM,aAAuC,EAAE,WAAW,UAAU,UAAU,QAAQ,UAAU,YAAY;CAC1G,OACE,oBAAC,wBAAD;EACE,WAAW,WAAW,CAAC,OAAO,cAAc,EAAE,UAAU;EAChD;EACR,SAAS;EACF;EACE;EAER;EACc,CAAA;;;;AC9BrB,IAAA,oBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpPanel/HelpPanel.tsx","../../../src/components/HelpPanel/index.ts"],"sourcesContent":["import classNames from 'classnames';\n\nimport HighlightPanel from '../HighlightPanel';\nimport HandWaving from '../Icons/HandWaving';\n\nimport styles from './styles.module.scss';\n\nexport type HelpPanelVariants = 'normal' | 'compact';\n\nexport interface HelpPanelProps {\n /** What's in the box? */\n children: React.ReactNode;\n /** If set the compact styling will be used */\n variant?: HelpPanelVariants;\n /** Adds custom classes to the element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Sets title if needed */\n title?: string;\n}\n\nconst HelpPanel: React.FC<HelpPanelProps> = ({ className, variant = 'normal', testId, children, title }) => {\n return (\n <HighlightPanel\n className={classNames([styles['help-panel']], className)}\n testId={testId}\n svgIcon={HandWaving}\n title={title}\n variant={variant}\n >\n {children}\n </HighlightPanel>\n );\n};\n\nexport default HelpPanel;\n","import HelpPanel from './HelpPanel';\nexport * from './HelpPanel';\nexport default HelpPanel;\n"],"mappings":";;;;;;AAsBA,IAAM,aAAuC,EAAE,WAAW,UAAU,UAAU,QAAQ,UAAU,YAAY;CAC1G,OACE,oBAAC,wBAAD;EACE,WAAW,WAAW,CAAC,OAAO,aAAa,GAAG,SAAS;EAC/C;EACR,SAAS;EACF;EACE;EAER;CACa,CAAA;AAEpB;;;AChCA,IAAA,oBAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTeaser/HelpTeaser.tsx","../../../src/components/HelpTeaser/index.ts"],"sourcesContent":["import type { HNDesignsystemInfoTeaser } from '../../resources/Resources';\nimport type { InfoTeaserTags } from '../InfoTeaser';\nimport type { TitleTags } from '../Title';\n\nimport HandWaving from '../Icons/HandWaving';\nimport InfoTeaser from '../InfoTeaser';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTeaserProps {\n /** What's in the box? */\n children: React.ReactNode;\n /** Override the default max height for collapsed teaser. Default is 12.25rem */\n collapsedMaxHeight?: string;\n /** Changes the underlying element of the wrapper */\n htmlMarkup?: InfoTeaserTags;\n /** Resources for component */\n resources?: Partial<HNDesignsystemInfoTeaser>;\n /** Sets the data-testid attribute */\n testId?: string;\n /** Title on top of the component */\n title: string;\n /** Markup props for title */\n titleHtmlMarkup?: TitleTags;\n}\n\nconst HelpTeaser: React.FC<HelpTeaserProps> = props => {\n const { children, htmlMarkup, resources, testId, title, titleHtmlMarkup, collapsedMaxHeight } = props;\n return (\n <InfoTeaser\n testId={testId}\n htmlMarkup={htmlMarkup}\n className={styles.helpteaser}\n title={title}\n titleHtmlMarkup={titleHtmlMarkup}\n resources={resources}\n svgIcon={HandWaving}\n buttonClassName={styles['helpteaser__button']}\n collapsedMaxHeight={collapsedMaxHeight}\n >\n {children}\n </InfoTeaser>\n );\n};\n\nexport default HelpTeaser;\n","import HelpTeaser from './HelpTeaser';\nexport * from './HelpTeaser';\nexport default HelpTeaser;\n"],"mappings":";;;;;AA0BA,IAAM,cAAwC,UAAS;CACrD,MAAM,EAAE,UAAU,YAAY,WAAW,QAAQ,OAAO,iBAAiB,uBAAuB;CAChG,OACE,oBAAC,oBAAD;EACU;EACI;EACZ,WAAW,OAAO;EACX;EACU;EACN;EACX,SAAS;EACT,iBAAiB,OAAO;EACJ;EAEnB;EACU,CAAA;;;;ACvCjB,IAAA,qBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTeaser/HelpTeaser.tsx","../../../src/components/HelpTeaser/index.ts"],"sourcesContent":["import type { HNDesignsystemInfoTeaser } from '../../resources/Resources';\nimport type { InfoTeaserTags } from '../InfoTeaser';\nimport type { TitleTags } from '../Title';\n\nimport HandWaving from '../Icons/HandWaving';\nimport InfoTeaser from '../InfoTeaser';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTeaserProps {\n /** What's in the box? */\n children: React.ReactNode;\n /** Override the default max height for collapsed teaser. Default is 12.25rem */\n collapsedMaxHeight?: string;\n /** Changes the underlying element of the wrapper */\n htmlMarkup?: InfoTeaserTags;\n /** Resources for component */\n resources?: Partial<HNDesignsystemInfoTeaser>;\n /** Sets the data-testid attribute */\n testId?: string;\n /** Title on top of the component */\n title: string;\n /** Markup props for title */\n titleHtmlMarkup?: TitleTags;\n}\n\nconst HelpTeaser: React.FC<HelpTeaserProps> = props => {\n const { children, htmlMarkup, resources, testId, title, titleHtmlMarkup, collapsedMaxHeight } = props;\n return (\n <InfoTeaser\n testId={testId}\n htmlMarkup={htmlMarkup}\n className={styles.helpteaser}\n title={title}\n titleHtmlMarkup={titleHtmlMarkup}\n resources={resources}\n svgIcon={HandWaving}\n buttonClassName={styles['helpteaser__button']}\n collapsedMaxHeight={collapsedMaxHeight}\n >\n {children}\n </InfoTeaser>\n );\n};\n\nexport default HelpTeaser;\n","import HelpTeaser from './HelpTeaser';\nexport * from './HelpTeaser';\nexport default HelpTeaser;\n"],"mappings":";;;;;AA0BA,IAAM,cAAwC,UAAS;CACrD,MAAM,EAAE,UAAU,YAAY,WAAW,QAAQ,OAAO,iBAAiB,uBAAuB;CAChG,OACE,oBAAC,oBAAD;EACU;EACI;EACZ,WAAW,OAAO;EACX;EACU;EACN;EACX,SAAS;EACT,iBAAiB,OAAO;EACJ;EAEnB;CACS,CAAA;AAEhB;;;ACzCA,IAAA,qBAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTooltip/HelpTooltip.tsx","../../../src/components/HelpTooltip/index.ts"],"sourcesContent":["import { useState, useRef, useId } from 'react';\n\nimport { useFloating, useHover, useFocus, useDismiss, useInteractions, FloatingDelayGroup } from '@floating-ui/react';\n\nimport DictionaryTrigger from '../DictionaryTrigger';\nimport PopOver from '../PopOver';\n\nexport interface HelpTooltipProps {\n /** Ordet som skal ha en tilhørende tooltip. Det skal bare sendes inn string som children. Er satt til ReactNode for å kunne brukes i CMSet. */\n children: React.ReactNode;\n /** Teksten som skal vises i boblen som åpnes */\n description: React.ReactNode;\n /** Valgfri test-id */\n testId?: string;\n}\n\nexport const HelpTooltip: React.FC<HelpTooltipProps> = ({ children, description, testId }) => {\n const popoverId = useId();\n const [showTooltip, setShowTooltip] = useState(false);\n\n const wordRef = useRef<HTMLButtonElement>(null);\n const { refs, context } = useFloating({\n open: showTooltip,\n elements: {\n reference: wordRef.current,\n },\n onOpenChange: setShowTooltip,\n });\n\n const hover = useHover(context, { move: false });\n const focus = useFocus(context);\n const dismiss = useDismiss(context);\n\n const { getReferenceProps } = useInteractions([hover, focus, dismiss]);\n\n return (\n <>\n <DictionaryTrigger ref={wordRef} {...getReferenceProps()} selected={showTooltip} aria-describedby={popoverId} data-testid={testId}>\n {children}\n </DictionaryTrigger>\n <PopOver role=\"tooltip\" ref={refs.setFloating} id={popoverId} show={showTooltip} testId={testId} controllerRef={wordRef}>\n {description}\n </PopOver>\n </>\n );\n};\n\nexport const HelpTooltipDelayGroup = FloatingDelayGroup;\n\nexport default HelpTooltip;\n","import HelpTooltip from './HelpTooltip';\nexport * from './HelpTooltip';\nexport default HelpTooltip;\n"],"mappings":";;;;;;AAgBA,IAAa,eAA2C,EAAE,UAAU,aAAa,aAAa;CAC5F,MAAM,YAAY,OAAO;CACzB,MAAM,CAAC,aAAa,kBAAkB,SAAS,MAAM;CAErD,MAAM,UAAU,OAA0B,KAAK;CAC/C,MAAM,EAAE,MAAM,YAAY,YAAY;EACpC,MAAM;EACN,UAAU,EACR,WAAW,QAAQ,SACpB;EACD,cAAc;EACf,CAAC;CAMF,MAAM,EAAE,sBAAsB,gBAAgB;EAJhC,SAAS,SAAS,EAAE,MAAM,OAAO,CAIA;EAHjC,SAAS,QAG+B;EAFtC,WAAW,QAEkC;EAAQ,CAAC;CAEtE,OACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,2BAAD;EAAmB,KAAK;EAAS,GAAI,mBAAmB;EAAE,UAAU;EAAa,oBAAkB;EAAW,eAAa;EACxH;EACiB,CAAA,EACpB,oBAAC,iBAAD;EAAS,MAAK;EAAU,KAAK,KAAK;EAAa,IAAI;EAAW,MAAM;EAAqB;EAAQ,eAAe;YAC7G;EACO,CAAA,CACT,EAAA,CAAA;;AAIP,IAAa,wBAAwB;;;AC7CrC,IAAA,sBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTooltip/HelpTooltip.tsx","../../../src/components/HelpTooltip/index.ts"],"sourcesContent":["import { useState, useRef, useId } from 'react';\n\nimport { useFloating, useHover, useFocus, useDismiss, useInteractions, FloatingDelayGroup } from '@floating-ui/react';\n\nimport DictionaryTrigger from '../DictionaryTrigger';\nimport PopOver from '../PopOver';\n\nexport interface HelpTooltipProps {\n /** Ordet som skal ha en tilhørende tooltip. Det skal bare sendes inn string som children. Er satt til ReactNode for å kunne brukes i CMSet. */\n children: React.ReactNode;\n /** Teksten som skal vises i boblen som åpnes */\n description: React.ReactNode;\n /** Valgfri test-id */\n testId?: string;\n}\n\nexport const HelpTooltip: React.FC<HelpTooltipProps> = ({ children, description, testId }) => {\n const popoverId = useId();\n const [showTooltip, setShowTooltip] = useState(false);\n\n const wordRef = useRef<HTMLButtonElement>(null);\n const { refs, context } = useFloating({\n open: showTooltip,\n elements: {\n reference: wordRef.current,\n },\n onOpenChange: setShowTooltip,\n });\n\n const hover = useHover(context, { move: false });\n const focus = useFocus(context);\n const dismiss = useDismiss(context);\n\n const { getReferenceProps } = useInteractions([hover, focus, dismiss]);\n\n return (\n <>\n <DictionaryTrigger ref={wordRef} {...getReferenceProps()} selected={showTooltip} aria-describedby={popoverId} data-testid={testId}>\n {children}\n </DictionaryTrigger>\n <PopOver role=\"tooltip\" ref={refs.setFloating} id={popoverId} show={showTooltip} testId={testId} controllerRef={wordRef}>\n {description}\n </PopOver>\n </>\n );\n};\n\nexport const HelpTooltipDelayGroup = FloatingDelayGroup;\n\nexport default HelpTooltip;\n","import HelpTooltip from './HelpTooltip';\nexport * from './HelpTooltip';\nexport default HelpTooltip;\n"],"mappings":";;;;;;AAgBA,IAAa,eAA2C,EAAE,UAAU,aAAa,aAAa;CAC5F,MAAM,YAAY,MAAM;CACxB,MAAM,CAAC,aAAa,kBAAkB,SAAS,KAAK;CAEpD,MAAM,UAAU,OAA0B,IAAI;CAC9C,MAAM,EAAE,MAAM,YAAY,YAAY;EACpC,MAAM;EACN,UAAU,EACR,WAAW,QAAQ,QACrB;EACA,cAAc;CAChB,CAAC;CAMD,MAAM,EAAE,sBAAsB,gBAAgB;EAJhC,SAAS,SAAS,EAAE,MAAM,MAAM,CAIC;EAHjC,SAAS,OAG+B;EAFtC,WAAW,OAEkC;CAAO,CAAC;CAErE,OACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,2BAAD;EAAmB,KAAK;EAAS,GAAI,kBAAkB;EAAG,UAAU;EAAa,oBAAkB;EAAW,eAAa;EACxH;CACgB,CAAA,GACnB,oBAAC,iBAAD;EAAS,MAAK;EAAU,KAAK,KAAK;EAAa,IAAI;EAAW,MAAM;EAAqB;EAAQ,eAAe;YAC7G;CACM,CAAA,CACT,EAAA,CAAA;AAEN;AAEA,IAAa,wBAAwB;;;AC7CrC,IAAA,sBAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTriggerInline/HelpTriggerInline.tsx","../../../src/components/HelpTriggerInline/index.ts"],"sourcesContent":["import classNames from 'classnames';\n\nimport type { HelpTriggerWeights } from '../HelpTriggerIcon';\n\nimport { AnalyticsId } from '../../constants';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport { HelpTriggerIconInternal } from '../HelpTriggerIcon';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTriggerInlineProps extends Pick<\n React.InputHTMLAttributes<HTMLButtonElement>,\n 'onClick' | 'aria-haspopup' | 'aria-controls' | 'aria-expanded'\n> {\n /**\n * Sets aria-label of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabel?: string;\n /**\n * Sets aria-labelledby of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabelledById?: string;\n /** Sets the text content of the HelpTriggerInline. */\n children: string;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Optional test id.\n */\n testId?: string;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLButtonElement | null>;\n}\n\nconst HelpTriggerInline: React.FC<HelpTriggerInlineProps> = props => {\n const { ariaLabel, ariaLabelledById, children, className, testId, weight = 'normal', ref, ...rest } = props;\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const helpTriggerInlineStyles = classNames(styles['help-trigger-inline'], className);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(isMutableRefObject(ref) ? ref : null);\n\n return (\n <button\n aria-label={ariaLabel}\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.HelpTriggerInline}\n className={helpTriggerInlineStyles}\n ref={mergeRefs([refObject, ref])}\n {...ariaLabelAttributes}\n {...rest}\n >\n <span className={styles['help-trigger-inline__text']}>{children}</span>\n <HelpTriggerIconInternal weight={weight} size={'inherit'} htmlMarkup={'span'} isHovered={isHovered} />\n </button>\n );\n};\n\nHelpTriggerInline.displayName = 'HelpTriggerInline';\n\nexport default HelpTriggerInline;\n","import HelpTriggerInline from './HelpTriggerInline';\nexport * from './HelpTriggerInline';\nexport default HelpTriggerInline;\n"],"mappings":";;;;;;;;;AA0CA,IAAM,qBAAsD,UAAS;CACnE,MAAM,EAAE,WAAW,kBAAkB,UAAU,WAAW,QAAQ,SAAS,UAAU,KAAK,GAAG,SAAS;CACtG,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;EAAkB,CAAC;CAC9F,MAAM,0BAA0B,WAAW,OAAO,wBAAwB,UAAU;CACpF,MAAM,EAAE,WAAW,cAAc,iBAAoC,mBAAmB,IAAI,GAAG,MAAM,KAAK;CAE1G,OACE,qBAAC,UAAD;EACE,cAAY;EACZ,MAAK;EACL,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,KAAK,UAAU,CAAC,WAAW,IAAI,CAAC;EAChC,GAAI;EACJ,GAAI;YARN,CAUE,oBAAC,QAAD;GAAM,WAAW,OAAO;GAA+B;GAAgB,CAAA,EACvE,oBAAC,yBAAD;GAAiC;GAAQ,MAAM;GAAW,YAAY;GAAmB;GAAa,CAAA,CAC/F;;;AAIb,kBAAkB,cAAc;;;AC/DhC,IAAA,4BAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/components/HelpTriggerInline/HelpTriggerInline.tsx","../../../src/components/HelpTriggerInline/index.ts"],"sourcesContent":["import classNames from 'classnames';\n\nimport type { HelpTriggerWeights } from '../HelpTriggerIcon';\n\nimport { AnalyticsId } from '../../constants';\nimport { usePseudoClasses } from '../../hooks/usePseudoClasses';\nimport { getAriaLabelAttributes } from '../../utils/accessibility';\nimport { isMutableRefObject, mergeRefs } from '../../utils/refs';\nimport { HelpTriggerIconInternal } from '../HelpTriggerIcon';\n\nimport styles from './styles.module.scss';\n\nexport interface HelpTriggerInlineProps extends Pick<\n React.InputHTMLAttributes<HTMLButtonElement>,\n 'onClick' | 'aria-haspopup' | 'aria-controls' | 'aria-expanded'\n> {\n /**\n * Sets aria-label of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabel?: string;\n /**\n * Sets aria-labelledby of the trigger. ariaLabel or ariaLabelledById MUST be set!\n */\n ariaLabelledById?: string;\n /** Sets the text content of the HelpTriggerInline. */\n children: string;\n /**\n * Sets the colors of the help trigger. Default: normal.\n */\n weight?: HelpTriggerWeights;\n /**\n * Classname will be applied to the button element.\n */\n className?: string;\n /**\n * Optional test id.\n */\n testId?: string;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLButtonElement | null>;\n}\n\nconst HelpTriggerInline: React.FC<HelpTriggerInlineProps> = props => {\n const { ariaLabel, ariaLabelledById, children, className, testId, weight = 'normal', ref, ...rest } = props;\n const ariaLabelAttributes = getAriaLabelAttributes({ label: ariaLabel, id: ariaLabelledById });\n const helpTriggerInlineStyles = classNames(styles['help-trigger-inline'], className);\n const { refObject, isHovered } = usePseudoClasses<HTMLButtonElement>(isMutableRefObject(ref) ? ref : null);\n\n return (\n <button\n aria-label={ariaLabel}\n type=\"button\"\n data-testid={testId}\n data-analyticsid={AnalyticsId.HelpTriggerInline}\n className={helpTriggerInlineStyles}\n ref={mergeRefs([refObject, ref])}\n {...ariaLabelAttributes}\n {...rest}\n >\n <span className={styles['help-trigger-inline__text']}>{children}</span>\n <HelpTriggerIconInternal weight={weight} size={'inherit'} htmlMarkup={'span'} isHovered={isHovered} />\n </button>\n );\n};\n\nHelpTriggerInline.displayName = 'HelpTriggerInline';\n\nexport default HelpTriggerInline;\n","import HelpTriggerInline from './HelpTriggerInline';\nexport * from './HelpTriggerInline';\nexport default HelpTriggerInline;\n"],"mappings":";;;;;;;;;AA0CA,IAAM,qBAAsD,UAAS;CACnE,MAAM,EAAE,WAAW,kBAAkB,UAAU,WAAW,QAAQ,SAAS,UAAU,KAAK,GAAG,SAAS;CACtG,MAAM,sBAAsB,uBAAuB;EAAE,OAAO;EAAW,IAAI;CAAiB,CAAC;CAC7F,MAAM,0BAA0B,WAAW,OAAO,wBAAwB,SAAS;CACnF,MAAM,EAAE,WAAW,cAAc,iBAAoC,mBAAmB,GAAG,IAAI,MAAM,IAAI;CAEzG,OACE,qBAAC,UAAD;EACE,cAAY;EACZ,MAAK;EACL,eAAa;EACb,oBAAkB,YAAY;EAC9B,WAAW;EACX,KAAK,UAAU,CAAC,WAAW,GAAG,CAAC;EAC/B,GAAI;EACJ,GAAI;YARN,CAUE,oBAAC,QAAD;GAAM,WAAW,OAAO;GAA+B;EAAe,CAAA,GACtE,oBAAC,yBAAD;GAAiC;GAAQ,MAAM;GAAW,YAAY;GAAmB;EAAY,CAAA,CAC/F;;AAEZ;AAEA,kBAAkB,cAAc;;;AC/DhC,IAAA,4BAAe"}
@@ -1 +1 @@
1
- {"version":3,"file":"ActiveMonitoring.js","names":[],"sources":["../../../src/components/Icons/ActiveMonitoring.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst ActiveMonitoring: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M30.3 36.201h1v-3.288h3.288v-1H31.3v-3.288h-1v3.288h-3.288v1H30.3v3.288zm9.84 3.896l-3.31-3.31a7.472 7.472 0 01-1.432 1.486l3.282 3.283a1.033 1.033 0 001.46-1.459zm-10.11 1.761v-2.026a7.394 7.394 0 01-3.224-1.13v3.156h3.224zm-21.272 0h3.224v-6.947h.9v6.947h13.024v-3.83a7.438 7.438 0 01-2.564-5.615 7.45 7.45 0 013.141-6.07 8.865 8.865 0 00-2.564-1.334c-2.797 1.392-6.253 1.392-9.05 0-3.61 1.163-6.11 4.576-6.11 8.388v8.461zM30.8 26.255a6.164 6.164 0 00-6.158 6.158 6.165 6.165 0 006.158 6.158 6.165 6.165 0 006.158-6.158 6.164 6.164 0 00-6.158-6.158zm10.26 16.22a2.323 2.323 0 01-1.65.682 2.327 2.327 0 01-1.649-.68l-3.474-3.475a7.441 7.441 0 01-2.957.844v3.313H7.458v-9.762c0-4.472 3-8.467 7.293-9.712l.253-.074.233.125c2.544 1.356 5.77 1.356 8.313 0l.234-.125.253.074a10.164 10.164 0 013.651 1.958c.948-.438 2-.689 3.112-.689 4.113 0 7.458 3.347 7.458 7.46a7.395 7.395 0 01-.742 3.221l3.543 3.543c.908.91.908 2.388 0 3.297zm-30.304-28.17c0 .437.356.794.795.794h.262v-1.59h-.262a.796.796 0 00-.795.795zm2.357-2.082v.285h.728c1.67 0 3.03-1.36 3.03-3.03V9.21h1v.213c0 1.7 1.384 3.084 3.084 3.084h4.72v-.285a6.09 6.09 0 00-6.082-6.082h-.398a6.09 6.09 0 00-6.082 6.082zm13.862 1.285V15.1h.262a.797.797 0 00.796-.795.797.797 0 00-.796-.796h-.262zm-1.3 2.02v-2.02h-4.72a4.087 4.087 0 01-3.573-2.108 4.033 4.033 0 01-3.54 2.108h-.729v2.02a6.09 6.09 0 006.082 6.081h.398a6.088 6.088 0 006.082-6.082zM9.756 14.303c0-.99.805-1.796 1.795-1.796h.262v-.285c0-4.07 3.311-7.382 7.382-7.382h.398c4.071 0 7.382 3.312 7.382 7.382v.285h.262c.99 0 1.796.805 1.796 1.796 0 .99-.806 1.795-1.796 1.795h-.29c-.294 3.803-3.477 6.811-7.354 6.811h-.398c-3.877 0-7.06-3.008-7.353-6.81h-.29c-.99 0-1.796-.806-1.796-1.796zm12.32 1.024a.503.503 0 10.001 1.007.503.503 0 000-1.007zm-4.79.503a.502.502 0 11-1.005 0 .502.502 0 011.004 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M22.579 15.831a.502.502 0 11-1.005 0 .502.502 0 011.005 0zm-5.293 0a.503.503 0 11-1.007-.002.503.503 0 011.007.002zM30.3 32.913h-4.416v-1H30.3v-4.416h1v4.416h4.415v1H31.3v4.416h-1v-4.416zm9.84 8.644a1.034 1.034 0 01-1.46 0l-2.416-2.416a8.765 8.765 0 001.43-1.489l2.445 2.445c.402.403.402 1.057 0 1.46zm-13.334.301v-1.755a8.58 8.58 0 003.224.944v.811h-3.224zm-18.05-8.46c0-3.813 2.5-7.226 6.113-8.389 2.796 1.392 6.252 1.392 9.049 0 .509.164.993.39 1.463.643a8.655 8.655 0 00-3.254 6.761 8.666 8.666 0 003.778 7.153v2.292H12.883v-6.947h-.901v6.947H8.758v-8.46zm29.416-.985c0 4.065-3.307 7.372-7.372 7.372-4.066 0-7.373-3.307-7.373-7.372 0-4.065 3.307-7.372 7.373-7.372 4.065 0 7.372 3.307 7.372 7.372zm2.886 6.765l-2.634-2.635a8.623 8.623 0 001.048-4.13c0-4.782-3.891-8.673-8.672-8.673a8.6 8.6 0 00-4.221 1.104 10.086 10.086 0 00-2.542-1.159l-.254-.074-.233.125c-2.544 1.356-5.77 1.356-8.313 0l-.233-.125-.254.074c-4.294 1.246-7.293 5.24-7.293 9.712v9.762H31.33v-2.1a8.61 8.61 0 003.844-1.169l2.587 2.587c.455.454 1.05.68 1.649.68a2.32 2.32 0 001.648-.68 2.335 2.335 0 000-3.299zm-29.507-25.67h.26V15.1h-.26a.797.797 0 010-1.592zm7.644-7.366h.397a6.09 6.09 0 016.083 6.082v.284h-4.721a3.088 3.088 0 01-3.084-3.084v-.213h-1v.266a3.034 3.034 0 01-3.03 3.031h-.728v-.284a6.09 6.09 0 016.083-6.082zm8.04 7.366a.797.797 0 010 1.592h-.261v-1.592h.262zm-7.643 8.101h-.397a6.09 6.09 0 01-6.083-6.082v-2.019h.728a4.033 4.033 0 003.54-2.108 4.088 4.088 0 003.574 2.108h4.72v2.02a6.09 6.09 0 01-6.082 6.081zM11.552 16.1h.29c.294 3.802 3.476 6.81 7.354 6.81h.397c3.878 0 7.06-3.008 7.354-6.81h.29c.99 0 1.796-.806 1.796-1.796s-.806-1.796-1.796-1.796h-.262v-.284c0-4.07-3.311-7.383-7.382-7.383h-.397c-4.071 0-7.383 3.312-7.383 7.383v.284h-.261a1.797 1.797 0 000 3.592z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default ActiveMonitoring;\n"],"mappings":";;AAEA,IAAM,oBAA4C,EAAE,gBAAkD;CAepG,OAAO,YANL,oBAAC,QAAD;EACE,UAAU;EACV,GAAE;EACF,CAGe,GAbjB,oBAAC,QAAD;EACE,UAAU;EACV,GAAE;EACF,CAU6B"}
1
+ {"version":3,"file":"ActiveMonitoring.js","names":[],"sources":["../../../src/components/Icons/ActiveMonitoring.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst ActiveMonitoring: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path\n fillRule={'evenodd'}\n d=\"M30.3 36.201h1v-3.288h3.288v-1H31.3v-3.288h-1v3.288h-3.288v1H30.3v3.288zm9.84 3.896l-3.31-3.31a7.472 7.472 0 01-1.432 1.486l3.282 3.283a1.033 1.033 0 001.46-1.459zm-10.11 1.761v-2.026a7.394 7.394 0 01-3.224-1.13v3.156h3.224zm-21.272 0h3.224v-6.947h.9v6.947h13.024v-3.83a7.438 7.438 0 01-2.564-5.615 7.45 7.45 0 013.141-6.07 8.865 8.865 0 00-2.564-1.334c-2.797 1.392-6.253 1.392-9.05 0-3.61 1.163-6.11 4.576-6.11 8.388v8.461zM30.8 26.255a6.164 6.164 0 00-6.158 6.158 6.165 6.165 0 006.158 6.158 6.165 6.165 0 006.158-6.158 6.164 6.164 0 00-6.158-6.158zm10.26 16.22a2.323 2.323 0 01-1.65.682 2.327 2.327 0 01-1.649-.68l-3.474-3.475a7.441 7.441 0 01-2.957.844v3.313H7.458v-9.762c0-4.472 3-8.467 7.293-9.712l.253-.074.233.125c2.544 1.356 5.77 1.356 8.313 0l.234-.125.253.074a10.164 10.164 0 013.651 1.958c.948-.438 2-.689 3.112-.689 4.113 0 7.458 3.347 7.458 7.46a7.395 7.395 0 01-.742 3.221l3.543 3.543c.908.91.908 2.388 0 3.297zm-30.304-28.17c0 .437.356.794.795.794h.262v-1.59h-.262a.796.796 0 00-.795.795zm2.357-2.082v.285h.728c1.67 0 3.03-1.36 3.03-3.03V9.21h1v.213c0 1.7 1.384 3.084 3.084 3.084h4.72v-.285a6.09 6.09 0 00-6.082-6.082h-.398a6.09 6.09 0 00-6.082 6.082zm13.862 1.285V15.1h.262a.797.797 0 00.796-.795.797.797 0 00-.796-.796h-.262zm-1.3 2.02v-2.02h-4.72a4.087 4.087 0 01-3.573-2.108 4.033 4.033 0 01-3.54 2.108h-.729v2.02a6.09 6.09 0 006.082 6.081h.398a6.088 6.088 0 006.082-6.082zM9.756 14.303c0-.99.805-1.796 1.795-1.796h.262v-.285c0-4.07 3.311-7.382 7.382-7.382h.398c4.071 0 7.382 3.312 7.382 7.382v.285h.262c.99 0 1.796.805 1.796 1.796 0 .99-.806 1.795-1.796 1.795h-.29c-.294 3.803-3.477 6.811-7.354 6.811h-.398c-3.877 0-7.06-3.008-7.353-6.81h-.29c-.99 0-1.796-.806-1.796-1.796zm12.32 1.024a.503.503 0 10.001 1.007.503.503 0 000-1.007zm-4.79.503a.502.502 0 11-1.005 0 .502.502 0 011.004 0z\"\n />\n );\n\n const normalHover = (\n <path\n fillRule={'evenodd'}\n d=\"M22.579 15.831a.502.502 0 11-1.005 0 .502.502 0 011.005 0zm-5.293 0a.503.503 0 11-1.007-.002.503.503 0 011.007.002zM30.3 32.913h-4.416v-1H30.3v-4.416h1v4.416h4.415v1H31.3v4.416h-1v-4.416zm9.84 8.644a1.034 1.034 0 01-1.46 0l-2.416-2.416a8.765 8.765 0 001.43-1.489l2.445 2.445c.402.403.402 1.057 0 1.46zm-13.334.301v-1.755a8.58 8.58 0 003.224.944v.811h-3.224zm-18.05-8.46c0-3.813 2.5-7.226 6.113-8.389 2.796 1.392 6.252 1.392 9.049 0 .509.164.993.39 1.463.643a8.655 8.655 0 00-3.254 6.761 8.666 8.666 0 003.778 7.153v2.292H12.883v-6.947h-.901v6.947H8.758v-8.46zm29.416-.985c0 4.065-3.307 7.372-7.372 7.372-4.066 0-7.373-3.307-7.373-7.372 0-4.065 3.307-7.372 7.373-7.372 4.065 0 7.372 3.307 7.372 7.372zm2.886 6.765l-2.634-2.635a8.623 8.623 0 001.048-4.13c0-4.782-3.891-8.673-8.672-8.673a8.6 8.6 0 00-4.221 1.104 10.086 10.086 0 00-2.542-1.159l-.254-.074-.233.125c-2.544 1.356-5.77 1.356-8.313 0l-.233-.125-.254.074c-4.294 1.246-7.293 5.24-7.293 9.712v9.762H31.33v-2.1a8.61 8.61 0 003.844-1.169l2.587 2.587c.455.454 1.05.68 1.649.68a2.32 2.32 0 001.648-.68 2.335 2.335 0 000-3.299zm-29.507-25.67h.26V15.1h-.26a.797.797 0 010-1.592zm7.644-7.366h.397a6.09 6.09 0 016.083 6.082v.284h-4.721a3.088 3.088 0 01-3.084-3.084v-.213h-1v.266a3.034 3.034 0 01-3.03 3.031h-.728v-.284a6.09 6.09 0 016.083-6.082zm8.04 7.366a.797.797 0 010 1.592h-.261v-1.592h.262zm-7.643 8.101h-.397a6.09 6.09 0 01-6.083-6.082v-2.019h.728a4.033 4.033 0 003.54-2.108 4.088 4.088 0 003.574 2.108h4.72v2.02a6.09 6.09 0 01-6.082 6.081zM11.552 16.1h.29c.294 3.802 3.476 6.81 7.354 6.81h.397c3.878 0 7.06-3.008 7.354-6.81h.29c.99 0 1.796-.806 1.796-1.796s-.806-1.796-1.796-1.796h-.262v-.284c0-4.07-3.311-7.383-7.382-7.383h-.397c-4.071 0-7.383 3.312-7.383 7.383v.284h-.261a1.797 1.797 0 000 3.592z\"\n />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default ActiveMonitoring;\n"],"mappings":";;AAEA,IAAM,oBAA4C,EAAE,gBAAkD;CAepG,OAAO,YANL,oBAAC,QAAD;EACE,UAAU;EACV,GAAE;CACH,CAGgB,IAbjB,oBAAC,QAAD;EACE,UAAU;EACV,GAAE;CACH,CAU8B;AACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AcupunctureBack.js","names":[],"sources":["../../../src/components/Icons/AcupunctureBack.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { IconSize } from '../Icon';\nimport { getIcon } from '../Icon/utils';\n\nconst AcupunctureBack: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.JSX.Element => {\n const normal = (\n <path\n d=\"m27.102 20.225-.65-.035-.648-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.631-1.027-2.525-3.74-2.52-3.855Zm-9.046.062c.018.123.419 3.035-1.931 4.197l.576 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.187-6.273-1.292-.143c-.032.285-.765 7.027.006 11.311.798 4.434.75 6.08.706 7.67-.012.39-.022.778-.022 1.203 0 2.117-.53 4.801-.535 4.827l1.275.254c.023-.114.559-2.834.559-5.08 0-.412.01-.789.022-1.167.047-1.657.096-3.37-.726-7.937-.737-4.097-.001-10.87.007-10.938Zm9.796 17.308c-.714-3.144 1.866-11.586 1.892-11.67l-1.242-.384c-.111.36-2.71 8.861-1.918 12.342.249 1.094.602 2.195.976 3.36.786 2.451 1.599 4.986 1.568 7.842l1.3.014c.032-3.067-.851-5.822-1.631-8.253-.364-1.137-.71-2.21-.945-3.25Zm5.792 3.227a12.168 12.168 0 0 1-.208-4.413c.642-4.714 1.623-12.97.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.761-.359-2.623-.677-2.974-1.1-2.816-3.649-2.807-3.757l-.648-.053-.648-.057c-.11 1.251.51 3.924 3.652 5.085.955.354 1.9.546 2.815.733 2.48.506 4.44.905 5.37 4.242.424 1.516.046 7.04-1.01 14.776a13.492 13.492 0 0 0 .243 4.923l2.435 8.122 1.245-.373-2.425-8.083Zm-26.295-2.113.36.626c.033-.092.064-.183.094-.273.362-1.064.674-1.983.757-2.462.127-.736-.48-3.117-1.211-5.528v7.637Zm-.038-11.928c.479 1.356 2.847 8.213 2.53 10.041-.101.58-.413 1.496-.807 2.658-.861 2.54-2.163 6.373-2.216 9.622l-1.3-.02c.007-.442.042-.893.087-1.346-1.263-1.264-2.512-2.77-3.715-4.5a10.752 10.752 0 0 1-1.928-5.84c-.087-3.004.227-7.25.457-10.348.12-1.62.224-3.02.238-3.788.07-3.992 2.909-6.589 8.436-7.719 3.426-.7 3.07-3.977 3.053-4.115l1.29-.157c.194 1.59-.412 4.795-4.083 5.545-4.917 1.005-7.337 3.122-7.396 6.47-.015.804-.115 2.152-.241 3.86-.228 3.071-.54 7.277-.454 10.214a9.456 9.456 0 0 0 1.695 5.135 33.597 33.597 0 0 0 2.875 3.61c.318-1.785.832-3.566 1.33-5.117l-1.026-1.778a.651.651 0 0 1-.087-.325V20.724c0-.316.228-.587.54-.64a.646.646 0 0 1 .722.424Zm7.633 16.87a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.797 0a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm-4.476-2.512a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm7.067 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm0-2.727a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm2.2 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm-13.68 0a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.2 2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm0-2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.213.06a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.806 2.667a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm.96-2.533a.65.65 0 1 1-1.092.704.65.65 0 0 1 1.092-.704Z\"\n fillRule=\"evenodd\"\n />\n );\n\n const normalHover = (\n <path\n d=\"m27.102 20.225-.649-.035-.649-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.63-1.027-2.525-3.74-2.519-3.855Zm-9.046.062c.018.124.42 3.035-1.932 4.197l.577 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.186-6.273-1.292-.143c-.032.285-.764 7.027.006 11.311.798 4.434.751 6.08.706 7.67-.01.39-.022.778-.022 1.203 0 2.117-.529 4.801-.535 4.827l1.276.254c.022-.114.56-2.834.56-5.08 0-.412.01-.789.02-1.167.048-1.657.097-3.37-.725-7.937-.737-4.097 0-10.87.006-10.938Zm9.797 17.308c-.715-3.144 1.866-11.586 1.892-11.67l-1.243-.384c-.11.36-2.708 8.861-1.917 12.343.248 1.093.602 2.193.975 3.357.786 2.452 1.6 4.987 1.57 7.844l1.3.014c.031-3.067-.853-5.823-1.633-8.254-.364-1.137-.708-2.21-.944-3.25Zm5.792 3.227a12.149 12.149 0 0 1-.208-4.413c.784-5.76 1.59-13.089.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.762-.359-2.624-.677-2.973-1.1-2.815-3.649-2.807-3.757l-.648-.053-.647-.057c-.11 1.251.511 3.924 3.652 5.085.955.354 1.9.546 2.814.733 2.481.506 4.441.905 5.372 4.242.422 1.514.045 7.038-1.01 14.776a13.495 13.495 0 0 0 .241 4.923l2.436 8.122 1.245-.373-2.425-8.083Zm-26.296-2.113.362.626.093-.273c.361-1.064.673-1.983.756-2.462.128-.736-.478-3.117-1.21-5.528v7.637Zm-.037-11.928c.478 1.356 2.847 8.213 2.53 10.041-.102.58-.413 1.496-.807 2.658-.862 2.54-2.163 6.373-2.217 9.622l-1.299-.02c.007-.442.041-.893.087-1.346-1.263-1.264-2.513-2.77-3.715-4.5a10.747 10.747 0 0 1-1.928-5.84c-.088-3.004.227-7.25.457-10.35.12-1.619.224-3.018.237-3.786.072-3.992 2.91-6.589 8.436-7.719 3.427-.7 3.071-3.977 3.054-4.115l1.291-.157c.192 1.59-.414 4.795-4.085 5.545-4.917 1.006-7.336 3.122-7.396 6.47-.014.804-.114 2.152-.24 3.858-.228 3.072-.54 7.28-.454 10.216a9.448 9.448 0 0 0 1.695 5.135 33.474 33.474 0 0 0 2.875 3.61c.318-1.785.831-3.566 1.33-5.117l-1.027-1.778a.651.651 0 0 1-.087-.325V20.724a.651.651 0 0 1 1.263-.216Zm7.633 17.67a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.796 0a.65.65 0 1 0 .704 1.092.65.65 0 0 0-.704-1.092Zm-4.476-3.312a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm7.068 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm2.2 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm-13.68 0a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.2 3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.212.06a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.807 3.267a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm.96-3.133a.649.649 0 1 1-1.093.704.649.649 0 1 1 1.092-.704Z\"\n fillRule=\"evenodd\"\n />\n );\n\n return getIcon({ size: IconSize.Medium, isHovered, normal, normalHover });\n};\n\nexport default AcupunctureBack;\n"],"mappings":";;;;AAKA,IAAM,mBAA2C,EAAE,gBAAiD;CAClG,MAAM,SACJ,oBAAC,QAAD;EACE,GAAE;EACF,UAAS;EACT,CAAA;CAGJ,MAAM,cACJ,oBAAC,QAAD;EACE,GAAE;EACF,UAAS;EACT,CAAA;CAGJ,OAAO,QAAQ;EAAE,MAAM,SAAS;EAAQ;EAAW;EAAQ;EAAa,CAAC"}
1
+ {"version":3,"file":"AcupunctureBack.js","names":[],"sources":["../../../src/components/Icons/AcupunctureBack.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { IconSize } from '../Icon';\nimport { getIcon } from '../Icon/utils';\n\nconst AcupunctureBack: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.JSX.Element => {\n const normal = (\n <path\n d=\"m27.102 20.225-.65-.035-.648-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.631-1.027-2.525-3.74-2.52-3.855Zm-9.046.062c.018.123.419 3.035-1.931 4.197l.576 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.187-6.273-1.292-.143c-.032.285-.765 7.027.006 11.311.798 4.434.75 6.08.706 7.67-.012.39-.022.778-.022 1.203 0 2.117-.53 4.801-.535 4.827l1.275.254c.023-.114.559-2.834.559-5.08 0-.412.01-.789.022-1.167.047-1.657.096-3.37-.726-7.937-.737-4.097-.001-10.87.007-10.938Zm9.796 17.308c-.714-3.144 1.866-11.586 1.892-11.67l-1.242-.384c-.111.36-2.71 8.861-1.918 12.342.249 1.094.602 2.195.976 3.36.786 2.451 1.599 4.986 1.568 7.842l1.3.014c.032-3.067-.851-5.822-1.631-8.253-.364-1.137-.71-2.21-.945-3.25Zm5.792 3.227a12.168 12.168 0 0 1-.208-4.413c.642-4.714 1.623-12.97.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.761-.359-2.623-.677-2.974-1.1-2.816-3.649-2.807-3.757l-.648-.053-.648-.057c-.11 1.251.51 3.924 3.652 5.085.955.354 1.9.546 2.815.733 2.48.506 4.44.905 5.37 4.242.424 1.516.046 7.04-1.01 14.776a13.492 13.492 0 0 0 .243 4.923l2.435 8.122 1.245-.373-2.425-8.083Zm-26.295-2.113.36.626c.033-.092.064-.183.094-.273.362-1.064.674-1.983.757-2.462.127-.736-.48-3.117-1.211-5.528v7.637Zm-.038-11.928c.479 1.356 2.847 8.213 2.53 10.041-.101.58-.413 1.496-.807 2.658-.861 2.54-2.163 6.373-2.216 9.622l-1.3-.02c.007-.442.042-.893.087-1.346-1.263-1.264-2.512-2.77-3.715-4.5a10.752 10.752 0 0 1-1.928-5.84c-.087-3.004.227-7.25.457-10.348.12-1.62.224-3.02.238-3.788.07-3.992 2.909-6.589 8.436-7.719 3.426-.7 3.07-3.977 3.053-4.115l1.29-.157c.194 1.59-.412 4.795-4.083 5.545-4.917 1.005-7.337 3.122-7.396 6.47-.015.804-.115 2.152-.241 3.86-.228 3.071-.54 7.277-.454 10.214a9.456 9.456 0 0 0 1.695 5.135 33.597 33.597 0 0 0 2.875 3.61c.318-1.785.832-3.566 1.33-5.117l-1.026-1.778a.651.651 0 0 1-.087-.325V20.724c0-.316.228-.587.54-.64a.646.646 0 0 1 .722.424Zm7.633 16.87a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.797 0a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm-4.476-2.512a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm7.067 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm0-2.727a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm2.2 0a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm-13.68 0a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.2 2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm0-2.727a.65.65 0 1 0 .703 1.092.65.65 0 0 0-.703-1.092Zm2.213.06a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.806 2.667a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm.96-2.533a.65.65 0 1 1-1.092.704.65.65 0 0 1 1.092-.704Z\"\n fillRule=\"evenodd\"\n />\n );\n\n const normalHover = (\n <path\n d=\"m27.102 20.225-.649-.035-.649-.038c-.076 1.296.525 4.04 3.344 5.14l.473-1.212c-2.63-1.027-2.525-3.74-2.519-3.855Zm-9.046.062c.018.124.42 3.035-1.932 4.197l.577 1.166c3.21-1.589 2.665-5.398 2.64-5.559l-1.285.196Zm5.186-6.273-1.292-.143c-.032.285-.764 7.027.006 11.311.798 4.434.751 6.08.706 7.67-.01.39-.022.778-.022 1.203 0 2.117-.529 4.801-.535 4.827l1.276.254c.022-.114.56-2.834.56-5.08 0-.412.01-.789.02-1.167.048-1.657.097-3.37-.725-7.937-.737-4.097 0-10.87.006-10.938Zm9.797 17.308c-.715-3.144 1.866-11.586 1.892-11.67l-1.243-.384c-.11.36-2.708 8.861-1.917 12.343.248 1.093.602 2.193.975 3.357.786 2.452 1.6 4.987 1.57 7.844l1.3.014c.031-3.067-.853-5.823-1.633-8.254-.364-1.137-.708-2.21-.944-3.25Zm5.792 3.227a12.149 12.149 0 0 1-.208-4.413c.784-5.76 1.59-13.089.973-15.302-1.144-4.102-3.798-4.643-6.364-5.166-.866-.176-1.762-.359-2.624-.677-2.973-1.1-2.815-3.649-2.807-3.757l-.648-.053-.647-.057c-.11 1.251.511 3.924 3.652 5.085.955.354 1.9.546 2.814.733 2.481.506 4.441.905 5.372 4.242.422 1.514.045 7.038-1.01 14.776a13.495 13.495 0 0 0 .241 4.923l2.436 8.122 1.245-.373-2.425-8.083Zm-26.296-2.113.362.626.093-.273c.361-1.064.673-1.983.756-2.462.128-.736-.478-3.117-1.21-5.528v7.637Zm-.037-11.928c.478 1.356 2.847 8.213 2.53 10.041-.102.58-.413 1.496-.807 2.658-.862 2.54-2.163 6.373-2.217 9.622l-1.299-.02c.007-.442.041-.893.087-1.346-1.263-1.264-2.513-2.77-3.715-4.5a10.747 10.747 0 0 1-1.928-5.84c-.088-3.004.227-7.25.457-10.35.12-1.619.224-3.018.237-3.786.072-3.992 2.91-6.589 8.436-7.719 3.427-.7 3.071-3.977 3.054-4.115l1.291-.157c.192 1.59-.414 4.795-4.085 5.545-4.917 1.006-7.336 3.122-7.396 6.47-.014.804-.114 2.152-.24 3.858-.228 3.072-.54 7.28-.454 10.216a9.448 9.448 0 0 0 1.695 5.135 33.474 33.474 0 0 0 2.875 3.61c.318-1.785.831-3.566 1.33-5.117l-1.027-1.778a.651.651 0 0 1-.087-.325V20.724a.651.651 0 0 1 1.263-.216Zm7.633 17.67a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm4.796 0a.65.65 0 1 0 .704 1.092.65.65 0 0 0-.704-1.092Zm-4.476-3.312a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm7.068 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm2.2 0a.649.649 0 1 0 .704 1.092.65.65 0 1 0-.704-1.092Zm-13.68 0a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.2 3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm0-3.327a.649.649 0 1 0 .704 1.092.649.649 0 1 0-.704-1.092Zm2.212.06a.65.65 0 1 0 .706 1.093.65.65 0 0 0-.706-1.093Zm4.807 3.267a.65.65 0 1 0 .703 1.093.65.65 0 0 0-.703-1.093Zm.96-3.133a.649.649 0 1 1-1.093.704.649.649 0 1 1 1.092-.704Z\"\n fillRule=\"evenodd\"\n />\n );\n\n return getIcon({ size: IconSize.Medium, isHovered, normal, normalHover });\n};\n\nexport default AcupunctureBack;\n"],"mappings":";;;;AAKA,IAAM,mBAA2C,EAAE,gBAAiD;CAClG,MAAM,SACJ,oBAAC,QAAD;EACE,GAAE;EACF,UAAS;CACV,CAAA;CAGH,MAAM,cACJ,oBAAC,QAAD;EACE,GAAE;EACF,UAAS;CACV,CAAA;CAGH,OAAO,QAAQ;EAAE,MAAM,SAAS;EAAQ;EAAW;EAAQ;CAAY,CAAC;AAC1E"}
@@ -1 +1 @@
1
- {"version":3,"file":"AdditionalIconInformation.js","names":[],"sources":["../../../src/components/Icons/AdditionalIconInformation.ts"],"sourcesContent":["export default {\n bandaid: { alternativeName: 'Plaster', categories: 'Generisk, Behandling, Samvalg' },\n plant: { alternativeName: 'Plante', categories: 'Giftinformasjonen, Livsstil' },\n snake: { alternativeName: 'Slange', categories: 'Giftinformasjonen' },\n gascan: { alternativeName: 'Gassbeholder', categories: 'Giftinformasjonen' },\n medicine: { alternativeName: 'Legemidler', categories: 'Tjeneste, Behandling, Samvalg' },\n spray: { alternativeName: 'Sprayflaske', categories: 'Giftinformasjonen, Livsstil' },\n pizzaslice: { alternativeName: 'Pizza', categories: 'Giftinformasjonen, Livsstil' },\n beerandpills: { alternativeName: 'Rusmidler', categories: 'Giftinformasjonen, Livsstil' },\n dog: { alternativeName: 'Hund', categories: 'Giftinformasjonen, Dyr' },\n mushroom: { alternativeName: 'Sopp', categories: 'Giftinformasjonen, Livsstil' },\n bus: { alternativeName: 'Buss', categories: 'Tjeneste, Kjøretøy' },\n vaccine: { alternativeName: 'Vaksiner', categories: 'Tjeneste, Behandling' },\n referral: { alternativeName: 'Henvisninger', categories: 'Tjeneste' },\n envelope: { alternativeName: 'Konvolutt', categories: 'Tjeneste, Generisk' },\n calendar: { alternativeName: 'Kalender', categories: 'Tjeneste, Generisk' },\n contacts: { alternativeName: 'Helsekontakter', categories: 'Tjeneste' },\n archive: { alternativeName: 'Arkivboks', categories: 'Tjeneste' },\n donorcard: { alternativeName: 'Donorkort', categories: 'Tjeneste' },\n wallet: { alternativeName: 'Lommebok', categories: 'Tjeneste, Generisk' },\n kjernejournal: { alternativeName: 'Kjernejournal', categories: 'Tjeneste' },\n maledoctor: { alternativeName: 'Mannlig lege', categories: 'Tjeneste, Behandling' },\n laboratory: { alternativeName: 'Laboratorieprøver', categories: 'Tjeneste, Behandling' },\n toolbox: { alternativeName: 'Verktøykasse', categories: 'Tjeneste, Generisk' },\n criticalhealthinfo: { alternativeName: 'Sykdom og kritisk informasjon', categories: 'Tjeneste' },\n scale: { alternativeName: 'Vektskål', categories: 'Generisk' },\n poisoninformation: { alternativeName: 'Giftinformasjonen', categories: 'Giftinformasjonen' },\n lightbulb: { alternativeName: 'Lyspære', categories: 'Generisk' },\n europeanhealthcard: { alternativeName: 'Europeisk helsetrygdkort', categories: 'Tjeneste' },\n documents: { alternativeName: 'Dokumenter', categories: 'Tjeneste, Generisk' },\n medicinewarning: { alternativeName: 'Meld bivirkninger', categories: 'Tjeneste' },\n refund: { alternativeName: 'Refusjon', categories: 'Tjeneste' },\n lawbook: { alternativeName: 'Lovbok', categories: 'Generisk' },\n userorganization: { alternativeName: 'Pasient- og brukerorganisasjoner', categories: 'Generisk, Personer' },\n publication: { alternativeName: 'Publikasjon', categories: 'Generisk' },\n facebook: { alternativeName: 'Facebook', categories: 'Sosiale medier' },\n receptionist: { alternativeName: 'Person med headset', categories: 'Generisk, Personer' },\n infosignstroke: { alternativeName: 'Informasjon (lys)', categories: 'Generisk' },\n helpsign: { alternativeName: 'Spørsmål', categories: 'Generisk' },\n globe: { alternativeName: 'Globus', categories: 'Generisk' },\n calendarevent: { alternativeName: 'Kalenderhendelse', categories: 'Generisk' },\n laptopblog: { alternativeName: 'Laptop blogg', categories: 'Generisk, Sosiale medier' },\n snapchat: { alternativeName: 'Snapshat', categories: 'Sosiale medier, Generisk' },\n twitter: { alternativeName: 'Twitter', categories: 'Sosiale medier, Generisk' },\n youtube: { alternativeName: 'Youtube', categories: 'Sosiale medier, Generisk' },\n instagram: { alternativeName: 'Instagram', categories: 'Sosiale medier, Generisk' },\n echat: { alternativeName: 'Sosiale medier (generisk)', categories: 'Sosiale medier, Generisk' },\n journal: { alternativeName: 'Pasientjournal', categories: 'Tjeneste' },\n firstaidkit: { alternativeName: 'Førstehjelpsskrin', categories: 'Giftinformasjonen, Behandling' },\n shakinghand: { alternativeName: 'Hender som holder', categories: 'Tjeneste, Samvalg' },\n hospital: { alternativeName: 'Sykehus', categories: 'Tjeneste, Behandling' },\n microscope: { alternativeName: 'Mikroskop', categories: 'Tjeneste, Behandling' },\n apple: { alternativeName: 'Eple', categories: 'Livsstil' },\n makeup: { alternativeName: 'Sminke', categories: 'Giftinformasjonen' },\n garden: { alternativeName: 'Hage', categories: 'Giftinformasjonen' },\n paintroller: { alternativeName: 'Malingsrull', categories: 'Giftinformasjonen' },\n football: { alternativeName: 'Fotball', categories: 'Giftinformasjonen, Livsstil' },\n pencil: { alternativeName: 'Blyant', categories: 'Giftinformasjonen' },\n hiker: { alternativeName: 'Turgåer', categories: 'Livsstil, Samvalg' },\n personoverweight: { alternativeName: 'Overvektig person', categories: 'Livsstil, Personer' },\n mentalhealthadult: { alternativeName: 'Psykisk helse voksne', categories: 'Psykisk helse' },\n pregnant: { alternativeName: 'Gravid', categories: 'Gravid og fødsel' },\n birthdaycake: { alternativeName: 'Bursdagskake', categories: 'Gravid og fødsel, Generisk' },\n baby: { alternativeName: 'Baby', categories: 'Gravid og fødsel' },\n motherholdingbaby: { alternativeName: 'Kvinne holder baby', categories: 'Gravid og fødsel' },\n cigarette: { alternativeName: 'Sigarett', categories: 'Livsstil' },\n anxiety: { alternativeName: 'Angst', categories: 'Psykisk helse, Sykdom' },\n depression: { alternativeName: 'Depresjon', categories: 'Psykisk helse, Sykdom' },\n teddybear: { alternativeName: 'Teddybjørn', categories: 'Generisk, Sykdom' },\n brain: { alternativeName: 'Hjerne', categories: 'Sykdom, Anatomi' },\n heart: { alternativeName: 'Hjerte', categories: 'Sykdom, Anatomi' },\n skin: { alternativeName: 'Hud og hår', categories: 'Sykdom, Anatomi' },\n cancer: { alternativeName: 'Kreft', categories: 'Sykdom' },\n lungs: { alternativeName: 'Lunger', categories: 'Sykdom, Anatomi' },\n digestivesystem: { alternativeName: 'Fordøyelsessystem', categories: 'Sykdom, Anatomi' },\n skeleton: { alternativeName: 'Skjelett', categories: 'Sykdom, Anatomi' },\n kidney: { alternativeName: 'Nyre', categories: 'Sykdom, Anatomi' },\n dizzy: { alternativeName: 'Svimmel', categories: 'Sykdom' },\n awakepersononpillow: { alternativeName: 'Person som ikke får sove', categories: 'Generisk, Sykdom' },\n tooth: { alternativeName: 'Tann', categories: 'Anatomi' },\n thinkingaboutbaby: { alternativeName: 'Ufrivillig barnløshet', categories: 'Behandling, Sykdom' },\n malegenitalia: { alternativeName: 'Mannlig kjønnsorgan', categories: 'Sykdom, Anatomi' },\n earnosethroat: { alternativeName: 'Øre - nese - hals', categories: 'Sykdom, Anatomi' },\n eye: { alternativeName: 'Øye', categories: 'Sykdom, Anatomi' },\n armflexing: { alternativeName: 'Viser muskler (arm)', categories: 'Livsstil, Anatomi' },\n coronavirus: { alternativeName: 'Koronavirus', categories: 'Sykdom' },\n femaledoctor: { alternativeName: 'Kvinnelig lege', categories: 'Tjeneste, Personer' },\n maledoctorandperson: { alternativeName: 'Mannlig lege og pasient', categories: 'Behandling, Personer' },\n person: { alternativeName: 'Person', categories: 'Generisk, Personer' },\n form: { alternativeName: 'Skjema', categories: 'Tjeneste, Generisk' },\n lock: { alternativeName: 'Hengelås', categories: 'Tjeneste, Generisk' },\n mobilephone: { alternativeName: 'Mobiltelefon', categories: 'Generisk' },\n worksuitcase: { alternativeName: 'Koffert', categories: 'Generisk' },\n window: { alternativeName: 'Vindu', categories: 'Generisk' },\n worddocument: { alternativeName: 'Word fil', categories: 'Filtyper' },\n videochat: { alternativeName: 'Video chat', categories: 'Tjeneste, Generisk' },\n videocamera: { alternativeName: 'Videokamera', categories: 'Generisk' },\n brokenpuzzle: { alternativeName: 'Ødelagt pusslespill', categories: 'Generisk' },\n brokenheart: { alternativeName: 'Knust hjerte', categories: 'Generisk' },\n train: { alternativeName: 'Tog', categories: 'Kjøretøy' },\n ticket: { alternativeName: 'Billett', categories: 'Generisk' },\n taxi: { alternativeName: 'Taxi', categories: 'Kjøretøy' },\n musselsandsalt: { alternativeName: 'Blåskjell og saltbøsse', categories: 'Giftinformasjonen, Livsstil' },\n alarmclock: { alternativeName: 'Vekkeklokke', categories: 'Generisk' },\n arrowleft: { alternativeName: 'Ventrepil', categories: 'System' },\n arrowright: { alternativeName: 'Høyrepil', categories: 'System' },\n calendarsave: { alternativeName: 'Lagre i kalender', categories: 'System' },\n chevrondown: { alternativeName: 'Nedover halvpil', categories: 'System' },\n chevronleft: { alternativeName: 'Venstre halvpil', categories: 'System' },\n chevronright: { alternativeName: 'Høyre halvpil', categories: 'System' },\n chevronup: { alternativeName: 'Oppover halvpil', categories: 'System' },\n cross: { alternativeName: 'Kryss', categories: 'System' },\n enterfullscreen: { alternativeName: 'Fullskjermvisning', categories: 'System' },\n eraser: { alternativeName: 'Viskelær', categories: 'System' },\n exitfullscreen: { alternativeName: 'Gå ut av fullskjermvisning', categories: 'System' },\n nofilter: { alternativeName: 'Fjern filter', categories: 'System' },\n forward: { alternativeName: 'Pil fremover', categories: 'System' },\n menu: { alternativeName: 'Meny', categories: 'System' },\n minus: { alternativeName: 'Minus', categories: 'System' },\n paperplane: { alternativeName: 'Papirfly', categories: 'Generisk' },\n pause: { alternativeName: 'Pause', categories: 'System' },\n pluslarge: { alternativeName: 'Stort pluss', categories: 'System' },\n plussmall: { alternativeName: 'Liten pluss', categories: 'System' },\n printer: { alternativeName: 'Printer', categories: 'Generisk' },\n reply: { alternativeName: 'Svar', categories: 'System' },\n search: { alternativeName: 'Søk', categories: 'Generisk' },\n share: { alternativeName: 'Dele', categories: 'Sosiale medier' },\n save: { alternativeName: 'Lagre', categories: 'System' },\n verticaldots: { alternativeName: 'Vertikale prikker', categories: 'System' },\n upload: { alternativeName: 'Last opp', categories: 'System' },\n bell: { alternativeName: 'Varsel', categories: 'Generisk' },\n check: { alternativeName: 'Avsjekket', categories: 'Generisk' },\n draft: { alternativeName: 'Kladd', categories: 'Generisk' },\n female: { alternativeName: 'Kvinne- tegn', categories: 'Generisk' },\n handwaving: { alternativeName: 'Vinke', categories: 'Generisk' },\n hormone: { alternativeName: 'Hormoner', categories: 'Sykdom, Anatomi' },\n jointpain: { alternativeName: 'Leddsmerte', categories: 'Sykdom, Anatomi' },\n location: { alternativeName: 'Lokasjon', categories: 'Generisk' },\n personinxraymachine: { alternativeName: 'Røntgen', categories: 'Behandling, Sykdom' },\n personwithbrokenarm: { alternativeName: 'Person med brukket arm', categories: 'Behandling, Personer' },\n patientandperson: { alternativeName: 'Pasient og pårørende', categories: 'Behandling, Personer' },\n personwithcrutches: { alternativeName: 'Person med krykker', categories: 'Behandling, Personer' },\n personrelaxing: { alternativeName: 'Person som slapper av', categories: 'Livsstil, Personer' },\n plane: { alternativeName: 'Fly', categories: 'Kjøretøy' },\n puzzle: { alternativeName: 'Puslespillbit', categories: 'Generisk' },\n rocket: { alternativeName: 'Romrakett', categories: 'Kjøretøy' },\n trashcan: { alternativeName: 'Søplekasse', categories: 'Generisk' },\n x: { alternativeName: 'X', categories: 'System' },\n amputation: { alternativeName: 'Amputasjon', categories: 'Behandling, Personer' },\n childplaying: { alternativeName: 'Barn leker', categories: 'Livsstil, Personer' },\n breasts: { alternativeName: 'Pupper', categories: 'Anatomi, Sykdom, Samvalg' },\n arrowupright: { alternativeName: 'Pil oppover mot høyre', categories: 'System' },\n attachment: { alternativeName: 'Vedlegg', categories: 'Generisk' },\n atv: { alternativeName: 'ATV', categories: 'Kjøretøy' },\n bike: { alternativeName: 'Sykkel', categories: 'Kjøretøy, Livsstil' },\n boat: { alternativeName: 'Båt', categories: 'Kjøretøy' },\n mentalhealthchild: { alternativeName: 'Mental helse barn', categories: 'Psykisk helse, Sykdom' },\n copy: { alternativeName: 'Kopi', categories: 'System' },\n cough: { alternativeName: 'Hoste', categories: 'Sykdom, Behandling' },\n elderlyperson: { alternativeName: 'Eldre', categories: 'Livsstil, Personer' },\n epilepsy: { alternativeName: 'Epilepsi', categories: 'Sykdom' },\n ferry: { alternativeName: 'Ferje', categories: 'Kjøretøy' },\n handwithdisease: { alternativeName: 'Hånd med utslett', categories: 'Sykdom, Anatomi' },\n errorsignfill: { alternativeName: 'Feilmelding (mørk)', categories: 'Generisk' },\n errorsignstroke: { alternativeName: 'Feilmelding (lys)', categories: 'Generisk' },\n fingerbleed: { alternativeName: 'Finger som blør', categories: 'Sykdom, Behandling' },\n history: { alternativeName: 'Historikk', categories: 'Generisk' },\n hivandaids: { alternativeName: 'HIV og Aids', categories: 'Sykdom' },\n imgfile: { alternativeName: 'Bildefil', categories: 'Filtyper' },\n inbox: { alternativeName: 'Innboks', categories: 'Generisk' },\n jpgfile: { alternativeName: 'Jpg-fil', categories: 'Filtyper' },\n mirror: { alternativeName: 'Speil', categories: 'Generisk' },\n muscleback: { alternativeName: 'Ryggmuskler', categories: 'Anatomi' },\n muscleleg: { alternativeName: 'Leggmuskler', categories: 'Anatomi' },\n notepad: { alternativeName: 'Skriveblokk', categories: 'Generisk' },\n pdffile: { alternativeName: 'PDF', categories: 'Filtyper' },\n personwithbrain: { alternativeName: 'Person med hjerne', categories: 'Anatomi, Personer' },\n personwithjaw: { alternativeName: 'Person med kjeve', categories: 'Anatomi, Personer' },\n personwithmagnifyingglass: { alternativeName: 'Person med lupe', categories: 'Behandling, Personer' },\n personwithsenses: { alternativeName: 'Person med sanser', categories: 'Psykisk helse, Personer' },\n personworking: { alternativeName: 'Person som jobber', categories: 'Generisk, Personer, Samvalg' },\n pngfile: { alternativeName: 'PNG', categories: 'Filtyper' },\n psychosis: { alternativeName: 'Psykose', categories: 'Sykdom, Psykisk helse' },\n refresh: { alternativeName: 'Oppdater', categories: 'Generisk' },\n rtffile: { alternativeName: 'RTF-fil', categories: 'Filtyper' },\n xmlfile: { alternativeName: 'XML', categories: 'Filtyper' },\n receipt: { alternativeName: 'Kvittering', categories: 'Generisk' },\n infosignfill: { alternativeName: 'Informasjon (mørk)', categories: 'Generisk' },\n chest: { alternativeName: 'Kiste', categories: 'Generisk' },\n breastreconstruction: { alternativeName: 'Brystrekonstruksjon', categories: 'Samvalg' },\n breastremoval: { alternativeName: 'Brystfjerning', categories: 'Samvalg' },\n activemonitoring: { alternativeName: 'Aktiv overvåkning', categories: 'Samvalg' },\n surgery: { alternativeName: 'Kirurgi', categories: 'Samvalg, Behandling' },\n intravenous: { alternativeName: 'Intravenøs', categories: 'Samvalg, Behandling' },\n radioiodine: { alternativeName: 'Radiojod', categories: 'Samvalg' },\n hipprosthesis: { alternativeName: 'Hofteprotese', categories: 'Samvalg' },\n shuntoperation: { alternativeName: 'Shunt-operasjon', categories: 'Samvalg' },\n timepassing: { alternativeName: 'Tiden går', categories: 'Samvalg' },\n osteotomy: { alternativeName: 'Osteotomi', categories: 'Samvalg' },\n uniprosthesis: { alternativeName: 'Uniprotese', categories: 'Samvalg' },\n fullkneeprosthesis: { alternativeName: 'Total kneprotese', categories: 'Samvalg' },\n transplantation: { alternativeName: 'Transplantasjon', categories: 'Samvalg' },\n peritonealdialysis: { alternativeName: 'Peritoneal dialyse', categories: 'Samvalg' },\n hemodialysis: { alternativeName: 'Hemodialyse', categories: 'Samvalg' },\n embolization: { alternativeName: 'Cyster', categories: 'Samvalg, Sykdom' },\n radioactivetreatment: { alternativeName: 'Radioaktiv behandling', categories: 'Samvalg' },\n radiotherapy: { alternativeName: 'Strålebehandling', categories: 'Samvalg' },\n peopletalking: { alternativeName: 'Samtale', categories: 'Samvalg, Personer' },\n music: { alternativeName: 'Musikk', categories: 'Samvalg' },\n helpinghand: { alternativeName: 'Hjelpende hånd', categories: 'Samvalg' },\n kitchenscale: { alternativeName: 'Kjøkkenvekt', categories: 'Samvalg' },\n wheelchair: { alternativeName: 'Rullestol', categories: 'Generisk, Behandling' },\n wheelchairactive: { alternativeName: 'Rullestol aktov', categories: 'Generisk, Personer' },\n healthclinic: { alternativeName: 'Helsesenter', categories: 'Generisk, Behandling' },\n teenagers: { alternativeName: 'Tenåringer', categories: 'Generisk, Personer' },\n website: { alternativeName: 'Nettside', categories: 'Generisk' },\n settings: { alternativeName: 'Innstillinger', categories: 'System' },\n undo: { alternativeName: 'Angre', categories: 'System' },\n coronacertificate: { alternativeName: 'Koronasertifikat', categories: 'Tjeneste' },\n watch: { alternativeName: 'Klokke', categories: 'Generisk' },\n totalkneeprosthesis: { alternativeName: 'Full kneprotese', categories: 'Samvalg, Behandling' },\n stopwatch: { alternativeName: 'Stoppeklokke', categories: 'Generisk' },\n podcast: { alternativeName: 'Podcast', categories: 'Generisk' },\n play: { alternativeName: 'Play', categories: 'Generisk' },\n hourglass: { alternativeName: 'Timeglass', categories: 'Generisk' },\n floppydisk: { alternativeName: 'Diskett', categories: 'Generisk' },\n download: { alternativeName: 'Last ned', categories: 'System, Generisk' },\n dataexchange: { alternativeName: 'Datautveklsling', categories: 'System, Generisk' },\n datareceived: { alternativeName: 'Data motatt', categories: 'System, Generisk' },\n datasent: { alternativeName: 'Data sendt', categories: 'System, Generisk' },\n chevronsdown: { alternativeName: 'Dobbelpil ned', categories: 'System, Generisk' },\n chevronsup: { alternativeName: 'Dobbeltpil opp', categories: 'System, Generisk' },\n change: { alternativeName: 'Endre', categories: 'System, Generisk' },\n calendarchange: { alternativeName: 'Kalender endring', categories: 'System, Generisk' },\n calendarcheck: { alternativeName: 'Kalender ok', categories: 'System, Generisk' },\n healthwarning: { alternativeName: 'Helseadvarsel', categories: 'Tjeneste' },\n zoom: { alternativeName: 'Zoom inn', categories: 'System, Generisk' },\n checkoutline: { alternativeName: 'Avhukning', categories: 'System, Generisk' },\n shield: { alternativeName: 'Skjold', categories: 'System, Generisk' },\n xoutline: { alternativeName: 'X', categories: 'System, Generisk' },\n recovery: { alternativeName: 'Gjenoppretting', categories: 'System, Generisk' },\n body: { alternativeName: 'Kropp', categories: 'Anatomi, Personer' },\n genderidentity: { alternativeName: 'Kjønnsidentitet', categories: 'Generisk, Personer' },\n home: { alternativeName: 'Hjem', categories: 'Generisk' },\n qrcode: { alternativeName: 'QR kode', categories: 'Generisk' },\n quarrel: { alternativeName: 'Krangle', categories: 'Generisk' },\n sexualorientation: { alternativeName: 'Seksuell orientering', categories: 'Generisk' },\n birthcontrol: { alternativeName: 'Prevensjon', categories: 'Generisk' },\n gallery: { alternativeName: 'Galleri', categories: 'System' },\n list: { alternativeName: 'Liste', categories: 'System' },\n stds: { alternativeName: 'Kjønnssykom', categories: 'Sykdom, Personer' },\n acupunctureback: { alternativeName: 'Akupunktur rygg', categories: 'Samvalg, Generisk' },\n noeye: { alternativeName: 'Øye m strek', categories: 'System' },\n sectionsign: { alternativeName: 'Paragraftegn', categories: 'Samvalg, Generisk' },\n speechbubble: { alternativeName: 'Snakkeboble', categories: 'Samvalg, Generisk' },\n supportingperson: { alternativeName: 'Ledsager', categories: 'Samvalg, Personer' },\n syringe: { alternativeName: 'Sprøyte', categories: 'Samvalg, Generisk' },\n car: { alternativeName: 'Bil', categories: 'Kjøretøy' },\n group: { alternativeName: 'Gruppe', categories: 'Personer' },\n checkfill: { alternativeName: 'Utfylt sjekkboks', categories: 'System' },\n personalplan: { alternativeName: 'Behandlingsplan', categories: 'Tjeneste' },\n emoticonannoyed: { alternativeName: 'Emoji Irritert', categories: 'Generisk' },\n emoticondelighted: { alternativeName: 'Emoji Lykkelig', categories: 'Generisk' },\n emoticondisappointed: { alternativeName: 'Emoji Skuffet', categories: 'Generisk' },\n emoticonhappy: { alternativeName: 'Emoji Glad', categories: 'Generisk' },\n emoticonmeh: { alternativeName: 'Emoji Nøytral', categories: 'Generisk' },\n sortdown: { alternativeName: 'Sortere ned', categories: 'System, Generisk' },\n sortup: { alternativeName: 'Sortere opp', categories: 'System, Generisk' },\n filter: { alternativeName: 'Filter', categories: 'System, Generisk' },\n personcancel: { alternativeName: 'Person Avbryt', categories: 'Generisk, Tjeneste' },\n travelroute: { alternativeName: 'Reiserute', categories: 'Generisk, Tjeneste' },\n coins: { alternativeName: 'Mynter', categories: 'Generisk, Tjeneste' },\n hearthands: { alternativeName: 'Hjertehender', categories: 'System, Generisk' },\n trianglex: { alternativeName: 'TriangelX', categories: 'System, Generisk' },\n login: { alternativeName: 'Logg inn', categories: 'System, Generisk' },\n logout: { alternativeName: 'Logg ut', categories: 'System, Generisk' },\n 'sort-a-z': { alternativeName: 'Sortere', categories: 'System, Generisk' },\n file: { alternativeName: 'Fil', categories: 'System, Generisk' },\n handsandheart: { alternativeName: 'Hender og Hjerte', categories: 'Generisk' },\n tombstone: { alternativeName: 'Gravstein', categories: 'Generisk' },\n candle: { alternativeName: 'Kubbelys', categories: 'Generisk' },\n legaldocument: { alternativeName: 'Juridisk Dokument', categories: 'Generisk' },\n fallingleaf: { alternativeName: 'Fallende Blad', categories: 'Generisk' },\n graph: { alternativeName: 'Graf', categories: 'System, Generisk' },\n healthcarepersonnel: { alternativeName: 'Helsepersonell', categories: 'Generisk, Personer' },\n healthcareperson: { alternativeName: 'Helseperson', categories: 'Generisk, Personer' },\n grouptwins: { alternativeName: 'Gruppe Tvillinger', categories: 'Generisk, Personer' },\n sun: { alternativeName: 'Sol', categories: 'Generisk' },\n ear: { alternativeName: 'Øre', categories: 'Generisk, Syn og hørsel' },\n earhearingaid: { alternativeName: 'Øre Høreapparat', categories: 'Generisk, Syn og hørsel' },\n earvolume: { alternativeName: 'Øre Volum', categories: 'Generisk, Syn og hørsel' },\n eardeaf: { alternativeName: 'Øre Døv', categories: 'Generisk, Syn og hørsel' },\n braille: { alternativeName: 'Blindeskrift', categories: 'Generisk, Syn og hørsel' },\n screenreader: { alternativeName: 'Skjermleser', categories: 'Generisk, Syn og hørsel' },\n hearingprotection: { alternativeName: 'Hørselsvern', categories: 'Generisk, Syn og hørsel' },\n htmlfile: { alternativeName: 'HTML-fil', categories: 'Filtyper' },\n emergencycall: { alternativeName: 'Nødsamtale', categories: 'Generisk' },\n glasses: { alternativeName: 'Briller', categories: 'Generisk, Syn og hørsel' },\n carton: { alternativeName: 'Kartong', categories: 'Generisk' },\n creditcard: { alternativeName: 'Kredittkort', categories: 'Generisk' },\n fish: { alternativeName: 'Fisk', categories: 'Generisk' },\n glasswater: { alternativeName: 'Vannglass', categories: 'Generisk' },\n grain: { alternativeName: 'Korn', categories: 'Generisk' },\n plateknifefork: { alternativeName: 'TallerkenKnivGaffel', categories: 'Generisk' },\n reminder: { alternativeName: 'Påminnelse', categories: 'Generisk' },\n sweets: { alternativeName: 'Søtsaker', categories: 'Generisk' },\n maledoctorcompact: { alternativeName: '', categories: 'System, Mobil' },\n maledoctorcompactfill: { alternativeName: '', categories: 'System, Mobil' },\n settingsfill: { alternativeName: '', categories: 'System, Mobil' },\n homefill: { alternativeName: '', categories: 'System, Mobil' },\n locationfill: { alternativeName: '', categories: 'System, Mobil' },\n emptybox: { alternativeName: 'TomEske', categories: 'Generisk' },\n stickynote: { alternativeName: 'Huskelapp', categories: 'Generisk' },\n stickynotes: { alternativeName: 'Huskelapper', categories: 'Generisk' },\n sharedhealthdata: { alternativeName: 'DelteHelseData', categories: 'Tjeneste, Generisk' },\n sharedhealthmeasurements: { alternativeName: 'DelteHelseMålinger', categories: 'Generisk, Tjeneste' },\n healthmeasurements: { alternativeName: 'HelseMålinger', categories: 'Generisk, Tjeneste' },\n dotexclamationmark: { alternativeName: '', categories: 'System, StatusDot' },\n dotx: { alternativeName: '', categories: 'System, StatusDot' },\n dotinfo: { alternativeName: '', categories: 'System, StatusDot' },\n dotcheckmark: { alternativeName: '', categories: 'System, StatusDot' },\n dotoutline: { alternativeName: '', categories: 'System, StatusDot' },\n dothalfdisc: { alternativeName: '', categories: 'System, StatusDot' },\n dotlookingglass: { alternativeName: '', categories: 'System, StatusDot' },\n dotquestionmark: { alternativeName: '', categories: 'System, StatusDot' },\n dottriangle: { alternativeName: '', categories: 'System, StatusDot' },\n dotfill: { alternativeName: '', categories: 'System, StatusDot' },\n dotdot: { alternativeName: '', categories: 'System, StatusDot' },\n dotgroup: { alternativeName: '', categories: 'System, StatusDot' },\n dotcirclearrows: { alternativeName: '', categories: 'System, StatusDot' },\n dotnoaccess: { alternativeName: '', categories: 'System, StatusDot' },\n dotpencil: { alternativeName: '', categories: 'System, StatusDot' },\n dotnoeye: { alternativeName: '', categories: 'System, StatusDot' },\n dotlogin: { alternativeName: '', categories: 'System, StatusDot' },\n dotattachment: { alternativeName: '', categories: 'System, StatusDot' },\n alertsignfill: { alternativeName: 'Advarselskilt (mørk)', categories: 'System' },\n alertsignstroke: { alternativeName: 'Advarselskilt', categories: 'System' },\n avatar: { alternativeName: 'Avatar', categories: 'Generisk, Personer' },\n noaccess: { alternativeName: 'IngenTilgang (mørk)', categories: 'System' },\n personandpatient: { alternativeName: 'PårørendeOgPasient', categories: 'Behandling, Personer' },\n toddler: { alternativeName: 'Småbarn', categories: 'Tjeneste' },\n treatmentaids: { alternativeName: 'Behandlingshjelpemidler', categories: 'Tjeneste' },\n drag: { alternativeName: 'Dra', categories: 'System' },\n edit: { alternativeName: 'Rediger', categories: 'System' },\n feedback: { alternativeName: 'Tilbakemelding', categories: 'Generisk' },\n zoominleft: { alternativeName: 'Zoom Inn Venstre', categories: 'System, Generisk' },\n zoomoutleft: { alternativeName: 'Zoom Ut Venstre', categories: 'System, Generisk' },\n sort: { alternativeName: '', categories: 'System, Generisk' },\n starstroke: { alternativeName: '', categories: '' },\n starfill: { alternativeName: '', categories: '' },\n measuringtape: { alternativeName: '', categories: '' },\n};\n"],"mappings":"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"}
1
+ {"version":3,"file":"AdditionalIconInformation.js","names":[],"sources":["../../../src/components/Icons/AdditionalIconInformation.ts"],"sourcesContent":["export default {\n bandaid: { alternativeName: 'Plaster', categories: 'Generisk, Behandling, Samvalg' },\n plant: { alternativeName: 'Plante', categories: 'Giftinformasjonen, Livsstil' },\n snake: { alternativeName: 'Slange', categories: 'Giftinformasjonen' },\n gascan: { alternativeName: 'Gassbeholder', categories: 'Giftinformasjonen' },\n medicine: { alternativeName: 'Legemidler', categories: 'Tjeneste, Behandling, Samvalg' },\n spray: { alternativeName: 'Sprayflaske', categories: 'Giftinformasjonen, Livsstil' },\n pizzaslice: { alternativeName: 'Pizza', categories: 'Giftinformasjonen, Livsstil' },\n beerandpills: { alternativeName: 'Rusmidler', categories: 'Giftinformasjonen, Livsstil' },\n dog: { alternativeName: 'Hund', categories: 'Giftinformasjonen, Dyr' },\n mushroom: { alternativeName: 'Sopp', categories: 'Giftinformasjonen, Livsstil' },\n bus: { alternativeName: 'Buss', categories: 'Tjeneste, Kjøretøy' },\n vaccine: { alternativeName: 'Vaksiner', categories: 'Tjeneste, Behandling' },\n referral: { alternativeName: 'Henvisninger', categories: 'Tjeneste' },\n envelope: { alternativeName: 'Konvolutt', categories: 'Tjeneste, Generisk' },\n calendar: { alternativeName: 'Kalender', categories: 'Tjeneste, Generisk' },\n contacts: { alternativeName: 'Helsekontakter', categories: 'Tjeneste' },\n archive: { alternativeName: 'Arkivboks', categories: 'Tjeneste' },\n donorcard: { alternativeName: 'Donorkort', categories: 'Tjeneste' },\n wallet: { alternativeName: 'Lommebok', categories: 'Tjeneste, Generisk' },\n kjernejournal: { alternativeName: 'Kjernejournal', categories: 'Tjeneste' },\n maledoctor: { alternativeName: 'Mannlig lege', categories: 'Tjeneste, Behandling' },\n laboratory: { alternativeName: 'Laboratorieprøver', categories: 'Tjeneste, Behandling' },\n toolbox: { alternativeName: 'Verktøykasse', categories: 'Tjeneste, Generisk' },\n criticalhealthinfo: { alternativeName: 'Sykdom og kritisk informasjon', categories: 'Tjeneste' },\n scale: { alternativeName: 'Vektskål', categories: 'Generisk' },\n poisoninformation: { alternativeName: 'Giftinformasjonen', categories: 'Giftinformasjonen' },\n lightbulb: { alternativeName: 'Lyspære', categories: 'Generisk' },\n europeanhealthcard: { alternativeName: 'Europeisk helsetrygdkort', categories: 'Tjeneste' },\n documents: { alternativeName: 'Dokumenter', categories: 'Tjeneste, Generisk' },\n medicinewarning: { alternativeName: 'Meld bivirkninger', categories: 'Tjeneste' },\n refund: { alternativeName: 'Refusjon', categories: 'Tjeneste' },\n lawbook: { alternativeName: 'Lovbok', categories: 'Generisk' },\n userorganization: { alternativeName: 'Pasient- og brukerorganisasjoner', categories: 'Generisk, Personer' },\n publication: { alternativeName: 'Publikasjon', categories: 'Generisk' },\n facebook: { alternativeName: 'Facebook', categories: 'Sosiale medier' },\n receptionist: { alternativeName: 'Person med headset', categories: 'Generisk, Personer' },\n infosignstroke: { alternativeName: 'Informasjon (lys)', categories: 'Generisk' },\n helpsign: { alternativeName: 'Spørsmål', categories: 'Generisk' },\n globe: { alternativeName: 'Globus', categories: 'Generisk' },\n calendarevent: { alternativeName: 'Kalenderhendelse', categories: 'Generisk' },\n laptopblog: { alternativeName: 'Laptop blogg', categories: 'Generisk, Sosiale medier' },\n snapchat: { alternativeName: 'Snapshat', categories: 'Sosiale medier, Generisk' },\n twitter: { alternativeName: 'Twitter', categories: 'Sosiale medier, Generisk' },\n youtube: { alternativeName: 'Youtube', categories: 'Sosiale medier, Generisk' },\n instagram: { alternativeName: 'Instagram', categories: 'Sosiale medier, Generisk' },\n echat: { alternativeName: 'Sosiale medier (generisk)', categories: 'Sosiale medier, Generisk' },\n journal: { alternativeName: 'Pasientjournal', categories: 'Tjeneste' },\n firstaidkit: { alternativeName: 'Førstehjelpsskrin', categories: 'Giftinformasjonen, Behandling' },\n shakinghand: { alternativeName: 'Hender som holder', categories: 'Tjeneste, Samvalg' },\n hospital: { alternativeName: 'Sykehus', categories: 'Tjeneste, Behandling' },\n microscope: { alternativeName: 'Mikroskop', categories: 'Tjeneste, Behandling' },\n apple: { alternativeName: 'Eple', categories: 'Livsstil' },\n makeup: { alternativeName: 'Sminke', categories: 'Giftinformasjonen' },\n garden: { alternativeName: 'Hage', categories: 'Giftinformasjonen' },\n paintroller: { alternativeName: 'Malingsrull', categories: 'Giftinformasjonen' },\n football: { alternativeName: 'Fotball', categories: 'Giftinformasjonen, Livsstil' },\n pencil: { alternativeName: 'Blyant', categories: 'Giftinformasjonen' },\n hiker: { alternativeName: 'Turgåer', categories: 'Livsstil, Samvalg' },\n personoverweight: { alternativeName: 'Overvektig person', categories: 'Livsstil, Personer' },\n mentalhealthadult: { alternativeName: 'Psykisk helse voksne', categories: 'Psykisk helse' },\n pregnant: { alternativeName: 'Gravid', categories: 'Gravid og fødsel' },\n birthdaycake: { alternativeName: 'Bursdagskake', categories: 'Gravid og fødsel, Generisk' },\n baby: { alternativeName: 'Baby', categories: 'Gravid og fødsel' },\n motherholdingbaby: { alternativeName: 'Kvinne holder baby', categories: 'Gravid og fødsel' },\n cigarette: { alternativeName: 'Sigarett', categories: 'Livsstil' },\n anxiety: { alternativeName: 'Angst', categories: 'Psykisk helse, Sykdom' },\n depression: { alternativeName: 'Depresjon', categories: 'Psykisk helse, Sykdom' },\n teddybear: { alternativeName: 'Teddybjørn', categories: 'Generisk, Sykdom' },\n brain: { alternativeName: 'Hjerne', categories: 'Sykdom, Anatomi' },\n heart: { alternativeName: 'Hjerte', categories: 'Sykdom, Anatomi' },\n skin: { alternativeName: 'Hud og hår', categories: 'Sykdom, Anatomi' },\n cancer: { alternativeName: 'Kreft', categories: 'Sykdom' },\n lungs: { alternativeName: 'Lunger', categories: 'Sykdom, Anatomi' },\n digestivesystem: { alternativeName: 'Fordøyelsessystem', categories: 'Sykdom, Anatomi' },\n skeleton: { alternativeName: 'Skjelett', categories: 'Sykdom, Anatomi' },\n kidney: { alternativeName: 'Nyre', categories: 'Sykdom, Anatomi' },\n dizzy: { alternativeName: 'Svimmel', categories: 'Sykdom' },\n awakepersononpillow: { alternativeName: 'Person som ikke får sove', categories: 'Generisk, Sykdom' },\n tooth: { alternativeName: 'Tann', categories: 'Anatomi' },\n thinkingaboutbaby: { alternativeName: 'Ufrivillig barnløshet', categories: 'Behandling, Sykdom' },\n malegenitalia: { alternativeName: 'Mannlig kjønnsorgan', categories: 'Sykdom, Anatomi' },\n earnosethroat: { alternativeName: 'Øre - nese - hals', categories: 'Sykdom, Anatomi' },\n eye: { alternativeName: 'Øye', categories: 'Sykdom, Anatomi' },\n armflexing: { alternativeName: 'Viser muskler (arm)', categories: 'Livsstil, Anatomi' },\n coronavirus: { alternativeName: 'Koronavirus', categories: 'Sykdom' },\n femaledoctor: { alternativeName: 'Kvinnelig lege', categories: 'Tjeneste, Personer' },\n maledoctorandperson: { alternativeName: 'Mannlig lege og pasient', categories: 'Behandling, Personer' },\n person: { alternativeName: 'Person', categories: 'Generisk, Personer' },\n form: { alternativeName: 'Skjema', categories: 'Tjeneste, Generisk' },\n lock: { alternativeName: 'Hengelås', categories: 'Tjeneste, Generisk' },\n mobilephone: { alternativeName: 'Mobiltelefon', categories: 'Generisk' },\n worksuitcase: { alternativeName: 'Koffert', categories: 'Generisk' },\n window: { alternativeName: 'Vindu', categories: 'Generisk' },\n worddocument: { alternativeName: 'Word fil', categories: 'Filtyper' },\n videochat: { alternativeName: 'Video chat', categories: 'Tjeneste, Generisk' },\n videocamera: { alternativeName: 'Videokamera', categories: 'Generisk' },\n brokenpuzzle: { alternativeName: 'Ødelagt pusslespill', categories: 'Generisk' },\n brokenheart: { alternativeName: 'Knust hjerte', categories: 'Generisk' },\n train: { alternativeName: 'Tog', categories: 'Kjøretøy' },\n ticket: { alternativeName: 'Billett', categories: 'Generisk' },\n taxi: { alternativeName: 'Taxi', categories: 'Kjøretøy' },\n musselsandsalt: { alternativeName: 'Blåskjell og saltbøsse', categories: 'Giftinformasjonen, Livsstil' },\n alarmclock: { alternativeName: 'Vekkeklokke', categories: 'Generisk' },\n arrowleft: { alternativeName: 'Ventrepil', categories: 'System' },\n arrowright: { alternativeName: 'Høyrepil', categories: 'System' },\n calendarsave: { alternativeName: 'Lagre i kalender', categories: 'System' },\n chevrondown: { alternativeName: 'Nedover halvpil', categories: 'System' },\n chevronleft: { alternativeName: 'Venstre halvpil', categories: 'System' },\n chevronright: { alternativeName: 'Høyre halvpil', categories: 'System' },\n chevronup: { alternativeName: 'Oppover halvpil', categories: 'System' },\n cross: { alternativeName: 'Kryss', categories: 'System' },\n enterfullscreen: { alternativeName: 'Fullskjermvisning', categories: 'System' },\n eraser: { alternativeName: 'Viskelær', categories: 'System' },\n exitfullscreen: { alternativeName: 'Gå ut av fullskjermvisning', categories: 'System' },\n nofilter: { alternativeName: 'Fjern filter', categories: 'System' },\n forward: { alternativeName: 'Pil fremover', categories: 'System' },\n menu: { alternativeName: 'Meny', categories: 'System' },\n minus: { alternativeName: 'Minus', categories: 'System' },\n paperplane: { alternativeName: 'Papirfly', categories: 'Generisk' },\n pause: { alternativeName: 'Pause', categories: 'System' },\n pluslarge: { alternativeName: 'Stort pluss', categories: 'System' },\n plussmall: { alternativeName: 'Liten pluss', categories: 'System' },\n printer: { alternativeName: 'Printer', categories: 'Generisk' },\n reply: { alternativeName: 'Svar', categories: 'System' },\n search: { alternativeName: 'Søk', categories: 'Generisk' },\n share: { alternativeName: 'Dele', categories: 'Sosiale medier' },\n save: { alternativeName: 'Lagre', categories: 'System' },\n verticaldots: { alternativeName: 'Vertikale prikker', categories: 'System' },\n upload: { alternativeName: 'Last opp', categories: 'System' },\n bell: { alternativeName: 'Varsel', categories: 'Generisk' },\n check: { alternativeName: 'Avsjekket', categories: 'Generisk' },\n draft: { alternativeName: 'Kladd', categories: 'Generisk' },\n female: { alternativeName: 'Kvinne- tegn', categories: 'Generisk' },\n handwaving: { alternativeName: 'Vinke', categories: 'Generisk' },\n hormone: { alternativeName: 'Hormoner', categories: 'Sykdom, Anatomi' },\n jointpain: { alternativeName: 'Leddsmerte', categories: 'Sykdom, Anatomi' },\n location: { alternativeName: 'Lokasjon', categories: 'Generisk' },\n personinxraymachine: { alternativeName: 'Røntgen', categories: 'Behandling, Sykdom' },\n personwithbrokenarm: { alternativeName: 'Person med brukket arm', categories: 'Behandling, Personer' },\n patientandperson: { alternativeName: 'Pasient og pårørende', categories: 'Behandling, Personer' },\n personwithcrutches: { alternativeName: 'Person med krykker', categories: 'Behandling, Personer' },\n personrelaxing: { alternativeName: 'Person som slapper av', categories: 'Livsstil, Personer' },\n plane: { alternativeName: 'Fly', categories: 'Kjøretøy' },\n puzzle: { alternativeName: 'Puslespillbit', categories: 'Generisk' },\n rocket: { alternativeName: 'Romrakett', categories: 'Kjøretøy' },\n trashcan: { alternativeName: 'Søplekasse', categories: 'Generisk' },\n x: { alternativeName: 'X', categories: 'System' },\n amputation: { alternativeName: 'Amputasjon', categories: 'Behandling, Personer' },\n childplaying: { alternativeName: 'Barn leker', categories: 'Livsstil, Personer' },\n breasts: { alternativeName: 'Pupper', categories: 'Anatomi, Sykdom, Samvalg' },\n arrowupright: { alternativeName: 'Pil oppover mot høyre', categories: 'System' },\n attachment: { alternativeName: 'Vedlegg', categories: 'Generisk' },\n atv: { alternativeName: 'ATV', categories: 'Kjøretøy' },\n bike: { alternativeName: 'Sykkel', categories: 'Kjøretøy, Livsstil' },\n boat: { alternativeName: 'Båt', categories: 'Kjøretøy' },\n mentalhealthchild: { alternativeName: 'Mental helse barn', categories: 'Psykisk helse, Sykdom' },\n copy: { alternativeName: 'Kopi', categories: 'System' },\n cough: { alternativeName: 'Hoste', categories: 'Sykdom, Behandling' },\n elderlyperson: { alternativeName: 'Eldre', categories: 'Livsstil, Personer' },\n epilepsy: { alternativeName: 'Epilepsi', categories: 'Sykdom' },\n ferry: { alternativeName: 'Ferje', categories: 'Kjøretøy' },\n handwithdisease: { alternativeName: 'Hånd med utslett', categories: 'Sykdom, Anatomi' },\n errorsignfill: { alternativeName: 'Feilmelding (mørk)', categories: 'Generisk' },\n errorsignstroke: { alternativeName: 'Feilmelding (lys)', categories: 'Generisk' },\n fingerbleed: { alternativeName: 'Finger som blør', categories: 'Sykdom, Behandling' },\n history: { alternativeName: 'Historikk', categories: 'Generisk' },\n hivandaids: { alternativeName: 'HIV og Aids', categories: 'Sykdom' },\n imgfile: { alternativeName: 'Bildefil', categories: 'Filtyper' },\n inbox: { alternativeName: 'Innboks', categories: 'Generisk' },\n jpgfile: { alternativeName: 'Jpg-fil', categories: 'Filtyper' },\n mirror: { alternativeName: 'Speil', categories: 'Generisk' },\n muscleback: { alternativeName: 'Ryggmuskler', categories: 'Anatomi' },\n muscleleg: { alternativeName: 'Leggmuskler', categories: 'Anatomi' },\n notepad: { alternativeName: 'Skriveblokk', categories: 'Generisk' },\n pdffile: { alternativeName: 'PDF', categories: 'Filtyper' },\n personwithbrain: { alternativeName: 'Person med hjerne', categories: 'Anatomi, Personer' },\n personwithjaw: { alternativeName: 'Person med kjeve', categories: 'Anatomi, Personer' },\n personwithmagnifyingglass: { alternativeName: 'Person med lupe', categories: 'Behandling, Personer' },\n personwithsenses: { alternativeName: 'Person med sanser', categories: 'Psykisk helse, Personer' },\n personworking: { alternativeName: 'Person som jobber', categories: 'Generisk, Personer, Samvalg' },\n pngfile: { alternativeName: 'PNG', categories: 'Filtyper' },\n psychosis: { alternativeName: 'Psykose', categories: 'Sykdom, Psykisk helse' },\n refresh: { alternativeName: 'Oppdater', categories: 'Generisk' },\n rtffile: { alternativeName: 'RTF-fil', categories: 'Filtyper' },\n xmlfile: { alternativeName: 'XML', categories: 'Filtyper' },\n receipt: { alternativeName: 'Kvittering', categories: 'Generisk' },\n infosignfill: { alternativeName: 'Informasjon (mørk)', categories: 'Generisk' },\n chest: { alternativeName: 'Kiste', categories: 'Generisk' },\n breastreconstruction: { alternativeName: 'Brystrekonstruksjon', categories: 'Samvalg' },\n breastremoval: { alternativeName: 'Brystfjerning', categories: 'Samvalg' },\n activemonitoring: { alternativeName: 'Aktiv overvåkning', categories: 'Samvalg' },\n surgery: { alternativeName: 'Kirurgi', categories: 'Samvalg, Behandling' },\n intravenous: { alternativeName: 'Intravenøs', categories: 'Samvalg, Behandling' },\n radioiodine: { alternativeName: 'Radiojod', categories: 'Samvalg' },\n hipprosthesis: { alternativeName: 'Hofteprotese', categories: 'Samvalg' },\n shuntoperation: { alternativeName: 'Shunt-operasjon', categories: 'Samvalg' },\n timepassing: { alternativeName: 'Tiden går', categories: 'Samvalg' },\n osteotomy: { alternativeName: 'Osteotomi', categories: 'Samvalg' },\n uniprosthesis: { alternativeName: 'Uniprotese', categories: 'Samvalg' },\n fullkneeprosthesis: { alternativeName: 'Total kneprotese', categories: 'Samvalg' },\n transplantation: { alternativeName: 'Transplantasjon', categories: 'Samvalg' },\n peritonealdialysis: { alternativeName: 'Peritoneal dialyse', categories: 'Samvalg' },\n hemodialysis: { alternativeName: 'Hemodialyse', categories: 'Samvalg' },\n embolization: { alternativeName: 'Cyster', categories: 'Samvalg, Sykdom' },\n radioactivetreatment: { alternativeName: 'Radioaktiv behandling', categories: 'Samvalg' },\n radiotherapy: { alternativeName: 'Strålebehandling', categories: 'Samvalg' },\n peopletalking: { alternativeName: 'Samtale', categories: 'Samvalg, Personer' },\n music: { alternativeName: 'Musikk', categories: 'Samvalg' },\n helpinghand: { alternativeName: 'Hjelpende hånd', categories: 'Samvalg' },\n kitchenscale: { alternativeName: 'Kjøkkenvekt', categories: 'Samvalg' },\n wheelchair: { alternativeName: 'Rullestol', categories: 'Generisk, Behandling' },\n wheelchairactive: { alternativeName: 'Rullestol aktov', categories: 'Generisk, Personer' },\n healthclinic: { alternativeName: 'Helsesenter', categories: 'Generisk, Behandling' },\n teenagers: { alternativeName: 'Tenåringer', categories: 'Generisk, Personer' },\n website: { alternativeName: 'Nettside', categories: 'Generisk' },\n settings: { alternativeName: 'Innstillinger', categories: 'System' },\n undo: { alternativeName: 'Angre', categories: 'System' },\n coronacertificate: { alternativeName: 'Koronasertifikat', categories: 'Tjeneste' },\n watch: { alternativeName: 'Klokke', categories: 'Generisk' },\n totalkneeprosthesis: { alternativeName: 'Full kneprotese', categories: 'Samvalg, Behandling' },\n stopwatch: { alternativeName: 'Stoppeklokke', categories: 'Generisk' },\n podcast: { alternativeName: 'Podcast', categories: 'Generisk' },\n play: { alternativeName: 'Play', categories: 'Generisk' },\n hourglass: { alternativeName: 'Timeglass', categories: 'Generisk' },\n floppydisk: { alternativeName: 'Diskett', categories: 'Generisk' },\n download: { alternativeName: 'Last ned', categories: 'System, Generisk' },\n dataexchange: { alternativeName: 'Datautveklsling', categories: 'System, Generisk' },\n datareceived: { alternativeName: 'Data motatt', categories: 'System, Generisk' },\n datasent: { alternativeName: 'Data sendt', categories: 'System, Generisk' },\n chevronsdown: { alternativeName: 'Dobbelpil ned', categories: 'System, Generisk' },\n chevronsup: { alternativeName: 'Dobbeltpil opp', categories: 'System, Generisk' },\n change: { alternativeName: 'Endre', categories: 'System, Generisk' },\n calendarchange: { alternativeName: 'Kalender endring', categories: 'System, Generisk' },\n calendarcheck: { alternativeName: 'Kalender ok', categories: 'System, Generisk' },\n healthwarning: { alternativeName: 'Helseadvarsel', categories: 'Tjeneste' },\n zoom: { alternativeName: 'Zoom inn', categories: 'System, Generisk' },\n checkoutline: { alternativeName: 'Avhukning', categories: 'System, Generisk' },\n shield: { alternativeName: 'Skjold', categories: 'System, Generisk' },\n xoutline: { alternativeName: 'X', categories: 'System, Generisk' },\n recovery: { alternativeName: 'Gjenoppretting', categories: 'System, Generisk' },\n body: { alternativeName: 'Kropp', categories: 'Anatomi, Personer' },\n genderidentity: { alternativeName: 'Kjønnsidentitet', categories: 'Generisk, Personer' },\n home: { alternativeName: 'Hjem', categories: 'Generisk' },\n qrcode: { alternativeName: 'QR kode', categories: 'Generisk' },\n quarrel: { alternativeName: 'Krangle', categories: 'Generisk' },\n sexualorientation: { alternativeName: 'Seksuell orientering', categories: 'Generisk' },\n birthcontrol: { alternativeName: 'Prevensjon', categories: 'Generisk' },\n gallery: { alternativeName: 'Galleri', categories: 'System' },\n list: { alternativeName: 'Liste', categories: 'System' },\n stds: { alternativeName: 'Kjønnssykom', categories: 'Sykdom, Personer' },\n acupunctureback: { alternativeName: 'Akupunktur rygg', categories: 'Samvalg, Generisk' },\n noeye: { alternativeName: 'Øye m strek', categories: 'System' },\n sectionsign: { alternativeName: 'Paragraftegn', categories: 'Samvalg, Generisk' },\n speechbubble: { alternativeName: 'Snakkeboble', categories: 'Samvalg, Generisk' },\n supportingperson: { alternativeName: 'Ledsager', categories: 'Samvalg, Personer' },\n syringe: { alternativeName: 'Sprøyte', categories: 'Samvalg, Generisk' },\n car: { alternativeName: 'Bil', categories: 'Kjøretøy' },\n group: { alternativeName: 'Gruppe', categories: 'Personer' },\n checkfill: { alternativeName: 'Utfylt sjekkboks', categories: 'System' },\n personalplan: { alternativeName: 'Behandlingsplan', categories: 'Tjeneste' },\n emoticonannoyed: { alternativeName: 'Emoji Irritert', categories: 'Generisk' },\n emoticondelighted: { alternativeName: 'Emoji Lykkelig', categories: 'Generisk' },\n emoticondisappointed: { alternativeName: 'Emoji Skuffet', categories: 'Generisk' },\n emoticonhappy: { alternativeName: 'Emoji Glad', categories: 'Generisk' },\n emoticonmeh: { alternativeName: 'Emoji Nøytral', categories: 'Generisk' },\n sortdown: { alternativeName: 'Sortere ned', categories: 'System, Generisk' },\n sortup: { alternativeName: 'Sortere opp', categories: 'System, Generisk' },\n filter: { alternativeName: 'Filter', categories: 'System, Generisk' },\n personcancel: { alternativeName: 'Person Avbryt', categories: 'Generisk, Tjeneste' },\n travelroute: { alternativeName: 'Reiserute', categories: 'Generisk, Tjeneste' },\n coins: { alternativeName: 'Mynter', categories: 'Generisk, Tjeneste' },\n hearthands: { alternativeName: 'Hjertehender', categories: 'System, Generisk' },\n trianglex: { alternativeName: 'TriangelX', categories: 'System, Generisk' },\n login: { alternativeName: 'Logg inn', categories: 'System, Generisk' },\n logout: { alternativeName: 'Logg ut', categories: 'System, Generisk' },\n 'sort-a-z': { alternativeName: 'Sortere', categories: 'System, Generisk' },\n file: { alternativeName: 'Fil', categories: 'System, Generisk' },\n handsandheart: { alternativeName: 'Hender og Hjerte', categories: 'Generisk' },\n tombstone: { alternativeName: 'Gravstein', categories: 'Generisk' },\n candle: { alternativeName: 'Kubbelys', categories: 'Generisk' },\n legaldocument: { alternativeName: 'Juridisk Dokument', categories: 'Generisk' },\n fallingleaf: { alternativeName: 'Fallende Blad', categories: 'Generisk' },\n graph: { alternativeName: 'Graf', categories: 'System, Generisk' },\n healthcarepersonnel: { alternativeName: 'Helsepersonell', categories: 'Generisk, Personer' },\n healthcareperson: { alternativeName: 'Helseperson', categories: 'Generisk, Personer' },\n grouptwins: { alternativeName: 'Gruppe Tvillinger', categories: 'Generisk, Personer' },\n sun: { alternativeName: 'Sol', categories: 'Generisk' },\n ear: { alternativeName: 'Øre', categories: 'Generisk, Syn og hørsel' },\n earhearingaid: { alternativeName: 'Øre Høreapparat', categories: 'Generisk, Syn og hørsel' },\n earvolume: { alternativeName: 'Øre Volum', categories: 'Generisk, Syn og hørsel' },\n eardeaf: { alternativeName: 'Øre Døv', categories: 'Generisk, Syn og hørsel' },\n braille: { alternativeName: 'Blindeskrift', categories: 'Generisk, Syn og hørsel' },\n screenreader: { alternativeName: 'Skjermleser', categories: 'Generisk, Syn og hørsel' },\n hearingprotection: { alternativeName: 'Hørselsvern', categories: 'Generisk, Syn og hørsel' },\n htmlfile: { alternativeName: 'HTML-fil', categories: 'Filtyper' },\n emergencycall: { alternativeName: 'Nødsamtale', categories: 'Generisk' },\n glasses: { alternativeName: 'Briller', categories: 'Generisk, Syn og hørsel' },\n carton: { alternativeName: 'Kartong', categories: 'Generisk' },\n creditcard: { alternativeName: 'Kredittkort', categories: 'Generisk' },\n fish: { alternativeName: 'Fisk', categories: 'Generisk' },\n glasswater: { alternativeName: 'Vannglass', categories: 'Generisk' },\n grain: { alternativeName: 'Korn', categories: 'Generisk' },\n plateknifefork: { alternativeName: 'TallerkenKnivGaffel', categories: 'Generisk' },\n reminder: { alternativeName: 'Påminnelse', categories: 'Generisk' },\n sweets: { alternativeName: 'Søtsaker', categories: 'Generisk' },\n maledoctorcompact: { alternativeName: '', categories: 'System, Mobil' },\n maledoctorcompactfill: { alternativeName: '', categories: 'System, Mobil' },\n settingsfill: { alternativeName: '', categories: 'System, Mobil' },\n homefill: { alternativeName: '', categories: 'System, Mobil' },\n locationfill: { alternativeName: '', categories: 'System, Mobil' },\n emptybox: { alternativeName: 'TomEske', categories: 'Generisk' },\n stickynote: { alternativeName: 'Huskelapp', categories: 'Generisk' },\n stickynotes: { alternativeName: 'Huskelapper', categories: 'Generisk' },\n sharedhealthdata: { alternativeName: 'DelteHelseData', categories: 'Tjeneste, Generisk' },\n sharedhealthmeasurements: { alternativeName: 'DelteHelseMålinger', categories: 'Generisk, Tjeneste' },\n healthmeasurements: { alternativeName: 'HelseMålinger', categories: 'Generisk, Tjeneste' },\n dotexclamationmark: { alternativeName: '', categories: 'System, StatusDot' },\n dotx: { alternativeName: '', categories: 'System, StatusDot' },\n dotinfo: { alternativeName: '', categories: 'System, StatusDot' },\n dotcheckmark: { alternativeName: '', categories: 'System, StatusDot' },\n dotoutline: { alternativeName: '', categories: 'System, StatusDot' },\n dothalfdisc: { alternativeName: '', categories: 'System, StatusDot' },\n dotlookingglass: { alternativeName: '', categories: 'System, StatusDot' },\n dotquestionmark: { alternativeName: '', categories: 'System, StatusDot' },\n dottriangle: { alternativeName: '', categories: 'System, StatusDot' },\n dotfill: { alternativeName: '', categories: 'System, StatusDot' },\n dotdot: { alternativeName: '', categories: 'System, StatusDot' },\n dotgroup: { alternativeName: '', categories: 'System, StatusDot' },\n dotcirclearrows: { alternativeName: '', categories: 'System, StatusDot' },\n dotnoaccess: { alternativeName: '', categories: 'System, StatusDot' },\n dotpencil: { alternativeName: '', categories: 'System, StatusDot' },\n dotnoeye: { alternativeName: '', categories: 'System, StatusDot' },\n dotlogin: { alternativeName: '', categories: 'System, StatusDot' },\n dotattachment: { alternativeName: '', categories: 'System, StatusDot' },\n alertsignfill: { alternativeName: 'Advarselskilt (mørk)', categories: 'System' },\n alertsignstroke: { alternativeName: 'Advarselskilt', categories: 'System' },\n avatar: { alternativeName: 'Avatar', categories: 'Generisk, Personer' },\n noaccess: { alternativeName: 'IngenTilgang (mørk)', categories: 'System' },\n personandpatient: { alternativeName: 'PårørendeOgPasient', categories: 'Behandling, Personer' },\n toddler: { alternativeName: 'Småbarn', categories: 'Tjeneste' },\n treatmentaids: { alternativeName: 'Behandlingshjelpemidler', categories: 'Tjeneste' },\n drag: { alternativeName: 'Dra', categories: 'System' },\n edit: { alternativeName: 'Rediger', categories: 'System' },\n feedback: { alternativeName: 'Tilbakemelding', categories: 'Generisk' },\n zoominleft: { alternativeName: 'Zoom Inn Venstre', categories: 'System, Generisk' },\n zoomoutleft: { alternativeName: 'Zoom Ut Venstre', categories: 'System, Generisk' },\n sort: { alternativeName: '', categories: 'System, Generisk' },\n starstroke: { alternativeName: '', categories: '' },\n starfill: { alternativeName: '', categories: '' },\n measuringtape: { alternativeName: '', categories: '' },\n};\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlarmClock.js","names":[],"sources":["../../../src/components/Icons/AlarmClock.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlarmClock: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g fillRule=\"evenodd\">\n <path d=\"M24.65 25.937h-4.88v-1.3h3.58v-4.862h1.3zM16.272 36.651l-.954-.883 2.632-2.845.954.883zM31.728 36.651l-2.632-2.845.954-.883 2.632 2.845z\" />\n <path d=\"M24 14.602c-5.447 0-9.879 4.432-9.879 9.88 0 5.446 4.432 9.877 9.879 9.877 5.447 0 9.878-4.43 9.878-9.878 0-5.447-4.431-9.879-9.878-9.879m0 21.057c-6.164 0-11.179-5.015-11.179-11.178 0-6.164 5.015-11.179 11.179-11.179 6.164 0 11.178 5.015 11.178 11.18 0 6.162-5.014 11.177-11.178 11.177\" />\n <path d=\"M16.287 12.44h-.005a3.418 3.418 0 00-2.435 1.013 3.435 3.435 0 00.557 5.306 11.19 11.19 0 014.936-4.43 3.407 3.407 0 00-3.053-1.89zm-1.33 8.03l-.556-.241a4.74 4.74 0 01-2.859-4.336 4.707 4.707 0 011.384-3.357 4.715 4.715 0 013.354-1.396h.007c2.08 0 3.892 1.344 4.513 3.346l.18.579-.565.219a9.885 9.885 0 00-5.178 4.649l-.28.538zm13.704-6.14a11.179 11.179 0 014.935 4.428 3.438 3.438 0 001.563-2.879 3.45 3.45 0 00-3.446-3.44h-.006a3.407 3.407 0 00-3.046 1.89zm4.382 6.14l-.28-.537a9.884 9.884 0 00-5.178-4.649l-.563-.22.179-.578a4.713 4.713 0 014.504-3.346h.008a4.75 4.75 0 014.745 4.737 4.738 4.738 0 01-2.86 4.35l-.555.242z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\">\n <path d=\"M24.65 25.937h-4.88v-1.3h3.58v-4.862h1.3zM16.272 36.651l-.954-.883 2.632-2.845.954.883zM31.728 36.651l-2.632-2.845.954-.883 2.632 2.845z\" />\n <path d=\"M24 14.602c-5.447 0-9.88 4.432-9.88 9.88 0 5.446 4.433 9.877 9.88 9.877 5.447 0 9.878-4.43 9.878-9.878 0-5.447-4.431-9.879-9.878-9.879m0 21.057c-6.164 0-11.18-5.015-11.18-11.178 0-6.164 5.016-11.179 11.18-11.179s11.178 5.015 11.178 11.18c0 6.162-5.014 11.177-11.178 11.177\" />\n <path d=\"M28.66 14.329a11.184 11.184 0 014.936 4.43 3.437 3.437 0 00-1.878-6.319h-.006a3.407 3.407 0 00-3.052 1.889zm4.383 6.142l-.28-.538a9.88 9.88 0 00-5.179-4.649l-.564-.22.18-.578c.621-2.002 2.434-3.346 4.512-3.346h.008a4.715 4.715 0 013.354 1.396 4.71 4.71 0 011.384 3.357 4.742 4.742 0 01-2.859 4.336l-.556.242zm7.718-7.195l-1.3-.008c.014-2.44-1.794-5.082-4.737-5.1l.008-1.3c3.746.022 6.047 3.343 6.03 6.408\" />\n <path d=\"M43.778 13.225l-1.3-.008c.011-1.962-.72-3.954-2.006-5.465-.99-1.163-2.744-2.552-5.477-2.568l.008-1.299c2.516.014 4.81 1.088 6.46 3.024 1.484 1.744 2.328 4.046 2.315 6.316m-27.491-.785h-.005a3.418 3.418 0 00-2.435 1.013 3.435 3.435 0 00.557 5.306 11.179 11.179 0 014.936-4.43 3.407 3.407 0 00-3.053-1.89zm-1.33 8.03l-.556-.241a4.74 4.74 0 01-2.86-4.336 4.707 4.707 0 011.385-3.357 4.715 4.715 0 013.354-1.396h.007c2.079 0 3.892 1.344 4.513 3.346l.179.579-.564.219a9.882 9.882 0 00-5.178 4.649l-.28.538zm-7.718-7.194c-.018-3.065 2.283-6.386 6.03-6.407l.008 1.3c-2.944.017-4.752 2.66-4.738 5.099l-1.3.008z\" />\n <path d=\"M4.254 13.006c-.025-4.378 3.256-9.122 8.6-9.152l.007 1.3c-4.54.025-7.328 4.092-7.307 7.844l-1.3.008z\" />\n </g>\n );\n\n const xSmall = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.869 33.994c-5.32 0-9.646-4.326-9.646-9.644a9.588 9.588 0 011.98-5.83c.03-.04.06-.082.09-.12a9.601 9.601 0 011.07-1.15l.13-.118a9.554 9.554 0 011.375-1.013 9.573 9.573 0 015-1.413 9.577 9.577 0 014.997 1.41l.108.066a9.63 9.63 0 011.397 1.066c.387.354.747.737 1.072 1.15.032.04.061.082.092.122a9.576 9.576 0 011.98 5.83c0 5.318-4.327 9.644-9.645 9.644zM12.945 15.76a3.187 3.187 0 01.936-2.272 3.19 3.19 0 012.27-.944h.006c1.137 0 2.158.599 2.726 1.549-.028.012-.05.031-.077.044a11.47 11.47 0 00-2.445 1.64c-.08.07-.156.14-.233.21-.32.297-.628.61-.913.942-.03.035-.062.065-.091.1-.312.372-.596.769-.859 1.18-.019.028-.043.053-.062.084a3.196 3.196 0 01-1.258-2.533zm18.632-3.216h.005c.855 0 1.66.332 2.266.936a3.196 3.196 0 01-.315 4.811c-.019-.03-.044-.056-.063-.087-.264-.41-.548-.806-.86-1.178l-.082-.09c-.29-.337-.6-.653-.925-.954l-.223-.203a11.462 11.462 0 00-2.445-1.64c-.027-.013-.053-.032-.08-.046a3.165 3.165 0 012.722-1.549zm3.705 11.807c0-1.593-.33-3.11-.923-4.488a4.95 4.95 0 00.738-7.635 4.947 4.947 0 00-3.515-1.452h-.008a4.926 4.926 0 00-4.37 2.661 11.37 11.37 0 00-6.67 0 4.924 4.924 0 00-4.377-2.661h-.009a4.945 4.945 0 00-3.519 1.464 4.94 4.94 0 00-1.454 3.523 4.968 4.968 0 002.202 4.101 11.33 11.33 0 00-.922 4.487c0 3.686 1.763 6.96 4.484 9.048l-1.925 2.08 1.299 1.2 2.122-2.294a11.34 11.34 0 005.434 1.379c1.965 0 3.817-.5 5.434-1.379l2.12 2.294 1.3-1.2-1.926-2.08c2.72-2.088 4.485-5.362 4.485-9.048zm-12.297-.078h-3.346v1.768h5.114v-6.395h-1.768v4.627z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.534 18.292c-.021-.033-.048-.062-.07-.095-.26-.404-.539-.795-.847-1.162-.037-.043-.077-.082-.114-.125a11.665 11.665 0 00-1.134-1.14 11.395 11.395 0 00-2.434-1.632c-.028-.013-.053-.032-.08-.046a3.168 3.168 0 012.725-1.549h.006a3.192 3.192 0 012.27.944 3.198 3.198 0 01-.322 4.805zm-9.666 15.702c-5.318 0-9.644-4.326-9.644-9.644a9.578 9.578 0 011.98-5.83l.09-.121a9.623 9.623 0 011.072-1.15 9.615 9.615 0 011.5-1.128 9.58 9.58 0 015.002-1.415 9.58 9.58 0 014.996 1.41l.111.067c.447.28.868.598 1.262.944l.142.129a9.7 9.7 0 011.058 1.137c.036.045.07.093.105.139a9.573 9.573 0 011.97 5.818c0 5.318-4.326 9.644-9.644 9.644zM12.945 15.759a3.213 3.213 0 013.204-3.216h.007c1.138 0 2.158.599 2.727 1.549-.026.012-.048.03-.075.043a11.458 11.458 0 00-3.595 2.796c-.028.033-.06.063-.087.096-.313.373-.597.77-.861 1.18-.02.03-.043.056-.062.085a3.196 3.196 0 01-1.258-2.533zm23.616.003a4.947 4.947 0 00-1.453-3.523 4.945 4.945 0 00-3.52-1.464h-.008c-1.87 0-3.53 1.04-4.378 2.661a11.355 11.355 0 00-3.334-.499c-1.16 0-2.278.176-3.333.5a4.926 4.926 0 00-4.38-2.662h-.008a4.986 4.986 0 00-4.97 4.987 4.963 4.963 0 002.2 4.101 11.352 11.352 0 00-.921 4.487c0 3.686 1.763 6.959 4.483 9.048l-1.925 2.079 1.297 1.202 2.123-2.295c1.617.88 3.469 1.38 5.434 1.38 1.966 0 3.816-.5 5.433-1.38l2.124 2.295 1.297-1.202-1.925-2.08c2.72-2.088 4.484-5.361 4.484-9.047 0-1.593-.33-3.109-.922-4.487a4.963 4.963 0 002.202-4.101zm2.661-7.097c-1.18-1.383-2.82-2.152-4.62-2.162l-.01 1.768c1.638.01 2.689.844 3.284 1.541a5.158 5.158 0 011.218 3.323l1.77.01a6.96 6.96 0 00-1.642-4.48zM13.137 6.503c-3.892.022-6.282 3.466-6.264 6.643l1.768-.01c-.013-2.327 1.707-4.849 4.504-4.865l-.008-1.768zm9.846 17.768h-3.345v1.769h5.115v-6.395h-1.77v4.626z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlarmClock;\n"],"mappings":";;;AAIA,IAAM,cAAsC,EAAE,MAAM,gBAAkD;CAiCpG,OAAO,QAAQ;EAAE;EAAM;EAAW,QA/BhC,qBAAC,KAAD;GAAG,UAAS;aAAZ;IACE,oBAAC,QAAD,EAAM,GAAE,4IAA6I,CAAA;IACrJ,oBAAC,QAAD,EAAM,GAAE,kSAAmS,CAAA;IAC3S,oBAAC,QAAD,EAAM,GAAE,qnBAAsnB,CAAA;IAC5nB;IA2B4B;EAAQ,aAvBxC,qBAAC,KAAD;GAAG,UAAS;aAAZ;IACE,oBAAC,QAAD,EAAM,GAAE,4IAA6I,CAAA;IACrJ,oBAAC,QAAD,EAAM,GAAE,oRAAqR,CAAA;IAC7R,oBAAC,QAAD,EAAM,GAAE,wZAAyZ,CAAA;IACja,oBAAC,QAAD,EAAM,GAAE,8lBAA+lB,CAAA;IACvmB,oBAAC,QAAD,EAAM,GAAE,wGAAyG,CAAA;IAC/G;IAiBoC;EAAa,QAbrD,oBAAC,QAAD;GACE,UAAS;GACT,GAAE;GACF,CAUmD;EAAQ,aAN7D,oBAAC,QAAD;GACE,UAAS;GACT,GAAE;GACF,CAG2D;EAAa,CAAC"}
1
+ {"version":3,"file":"AlarmClock.js","names":[],"sources":["../../../src/components/Icons/AlarmClock.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlarmClock: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <g fillRule=\"evenodd\">\n <path d=\"M24.65 25.937h-4.88v-1.3h3.58v-4.862h1.3zM16.272 36.651l-.954-.883 2.632-2.845.954.883zM31.728 36.651l-2.632-2.845.954-.883 2.632 2.845z\" />\n <path d=\"M24 14.602c-5.447 0-9.879 4.432-9.879 9.88 0 5.446 4.432 9.877 9.879 9.877 5.447 0 9.878-4.43 9.878-9.878 0-5.447-4.431-9.879-9.878-9.879m0 21.057c-6.164 0-11.179-5.015-11.179-11.178 0-6.164 5.015-11.179 11.179-11.179 6.164 0 11.178 5.015 11.178 11.18 0 6.162-5.014 11.177-11.178 11.177\" />\n <path d=\"M16.287 12.44h-.005a3.418 3.418 0 00-2.435 1.013 3.435 3.435 0 00.557 5.306 11.19 11.19 0 014.936-4.43 3.407 3.407 0 00-3.053-1.89zm-1.33 8.03l-.556-.241a4.74 4.74 0 01-2.859-4.336 4.707 4.707 0 011.384-3.357 4.715 4.715 0 013.354-1.396h.007c2.08 0 3.892 1.344 4.513 3.346l.18.579-.565.219a9.885 9.885 0 00-5.178 4.649l-.28.538zm13.704-6.14a11.179 11.179 0 014.935 4.428 3.438 3.438 0 001.563-2.879 3.45 3.45 0 00-3.446-3.44h-.006a3.407 3.407 0 00-3.046 1.89zm4.382 6.14l-.28-.537a9.884 9.884 0 00-5.178-4.649l-.563-.22.179-.578a4.713 4.713 0 014.504-3.346h.008a4.75 4.75 0 014.745 4.737 4.738 4.738 0 01-2.86 4.35l-.555.242z\" />\n </g>\n );\n\n const normalHover = (\n <g fillRule=\"evenodd\">\n <path d=\"M24.65 25.937h-4.88v-1.3h3.58v-4.862h1.3zM16.272 36.651l-.954-.883 2.632-2.845.954.883zM31.728 36.651l-2.632-2.845.954-.883 2.632 2.845z\" />\n <path d=\"M24 14.602c-5.447 0-9.88 4.432-9.88 9.88 0 5.446 4.433 9.877 9.88 9.877 5.447 0 9.878-4.43 9.878-9.878 0-5.447-4.431-9.879-9.878-9.879m0 21.057c-6.164 0-11.18-5.015-11.18-11.178 0-6.164 5.016-11.179 11.18-11.179s11.178 5.015 11.178 11.18c0 6.162-5.014 11.177-11.178 11.177\" />\n <path d=\"M28.66 14.329a11.184 11.184 0 014.936 4.43 3.437 3.437 0 00-1.878-6.319h-.006a3.407 3.407 0 00-3.052 1.889zm4.383 6.142l-.28-.538a9.88 9.88 0 00-5.179-4.649l-.564-.22.18-.578c.621-2.002 2.434-3.346 4.512-3.346h.008a4.715 4.715 0 013.354 1.396 4.71 4.71 0 011.384 3.357 4.742 4.742 0 01-2.859 4.336l-.556.242zm7.718-7.195l-1.3-.008c.014-2.44-1.794-5.082-4.737-5.1l.008-1.3c3.746.022 6.047 3.343 6.03 6.408\" />\n <path d=\"M43.778 13.225l-1.3-.008c.011-1.962-.72-3.954-2.006-5.465-.99-1.163-2.744-2.552-5.477-2.568l.008-1.299c2.516.014 4.81 1.088 6.46 3.024 1.484 1.744 2.328 4.046 2.315 6.316m-27.491-.785h-.005a3.418 3.418 0 00-2.435 1.013 3.435 3.435 0 00.557 5.306 11.179 11.179 0 014.936-4.43 3.407 3.407 0 00-3.053-1.89zm-1.33 8.03l-.556-.241a4.74 4.74 0 01-2.86-4.336 4.707 4.707 0 011.385-3.357 4.715 4.715 0 013.354-1.396h.007c2.079 0 3.892 1.344 4.513 3.346l.179.579-.564.219a9.882 9.882 0 00-5.178 4.649l-.28.538zm-7.718-7.194c-.018-3.065 2.283-6.386 6.03-6.407l.008 1.3c-2.944.017-4.752 2.66-4.738 5.099l-1.3.008z\" />\n <path d=\"M4.254 13.006c-.025-4.378 3.256-9.122 8.6-9.152l.007 1.3c-4.54.025-7.328 4.092-7.307 7.844l-1.3.008z\" />\n </g>\n );\n\n const xSmall = (\n <path\n fillRule=\"evenodd\"\n d=\"M23.869 33.994c-5.32 0-9.646-4.326-9.646-9.644a9.588 9.588 0 011.98-5.83c.03-.04.06-.082.09-.12a9.601 9.601 0 011.07-1.15l.13-.118a9.554 9.554 0 011.375-1.013 9.573 9.573 0 015-1.413 9.577 9.577 0 014.997 1.41l.108.066a9.63 9.63 0 011.397 1.066c.387.354.747.737 1.072 1.15.032.04.061.082.092.122a9.576 9.576 0 011.98 5.83c0 5.318-4.327 9.644-9.645 9.644zM12.945 15.76a3.187 3.187 0 01.936-2.272 3.19 3.19 0 012.27-.944h.006c1.137 0 2.158.599 2.726 1.549-.028.012-.05.031-.077.044a11.47 11.47 0 00-2.445 1.64c-.08.07-.156.14-.233.21-.32.297-.628.61-.913.942-.03.035-.062.065-.091.1-.312.372-.596.769-.859 1.18-.019.028-.043.053-.062.084a3.196 3.196 0 01-1.258-2.533zm18.632-3.216h.005c.855 0 1.66.332 2.266.936a3.196 3.196 0 01-.315 4.811c-.019-.03-.044-.056-.063-.087-.264-.41-.548-.806-.86-1.178l-.082-.09c-.29-.337-.6-.653-.925-.954l-.223-.203a11.462 11.462 0 00-2.445-1.64c-.027-.013-.053-.032-.08-.046a3.165 3.165 0 012.722-1.549zm3.705 11.807c0-1.593-.33-3.11-.923-4.488a4.95 4.95 0 00.738-7.635 4.947 4.947 0 00-3.515-1.452h-.008a4.926 4.926 0 00-4.37 2.661 11.37 11.37 0 00-6.67 0 4.924 4.924 0 00-4.377-2.661h-.009a4.945 4.945 0 00-3.519 1.464 4.94 4.94 0 00-1.454 3.523 4.968 4.968 0 002.202 4.101 11.33 11.33 0 00-.922 4.487c0 3.686 1.763 6.96 4.484 9.048l-1.925 2.08 1.299 1.2 2.122-2.294a11.34 11.34 0 005.434 1.379c1.965 0 3.817-.5 5.434-1.379l2.12 2.294 1.3-1.2-1.926-2.08c2.72-2.088 4.485-5.362 4.485-9.048zm-12.297-.078h-3.346v1.768h5.114v-6.395h-1.768v4.627z\"\n />\n );\n\n const xSmallHover = (\n <path\n fillRule=\"evenodd\"\n d=\"M33.534 18.292c-.021-.033-.048-.062-.07-.095-.26-.404-.539-.795-.847-1.162-.037-.043-.077-.082-.114-.125a11.665 11.665 0 00-1.134-1.14 11.395 11.395 0 00-2.434-1.632c-.028-.013-.053-.032-.08-.046a3.168 3.168 0 012.725-1.549h.006a3.192 3.192 0 012.27.944 3.198 3.198 0 01-.322 4.805zm-9.666 15.702c-5.318 0-9.644-4.326-9.644-9.644a9.578 9.578 0 011.98-5.83l.09-.121a9.623 9.623 0 011.072-1.15 9.615 9.615 0 011.5-1.128 9.58 9.58 0 015.002-1.415 9.58 9.58 0 014.996 1.41l.111.067c.447.28.868.598 1.262.944l.142.129a9.7 9.7 0 011.058 1.137c.036.045.07.093.105.139a9.573 9.573 0 011.97 5.818c0 5.318-4.326 9.644-9.644 9.644zM12.945 15.759a3.213 3.213 0 013.204-3.216h.007c1.138 0 2.158.599 2.727 1.549-.026.012-.048.03-.075.043a11.458 11.458 0 00-3.595 2.796c-.028.033-.06.063-.087.096-.313.373-.597.77-.861 1.18-.02.03-.043.056-.062.085a3.196 3.196 0 01-1.258-2.533zm23.616.003a4.947 4.947 0 00-1.453-3.523 4.945 4.945 0 00-3.52-1.464h-.008c-1.87 0-3.53 1.04-4.378 2.661a11.355 11.355 0 00-3.334-.499c-1.16 0-2.278.176-3.333.5a4.926 4.926 0 00-4.38-2.662h-.008a4.986 4.986 0 00-4.97 4.987 4.963 4.963 0 002.2 4.101 11.352 11.352 0 00-.921 4.487c0 3.686 1.763 6.959 4.483 9.048l-1.925 2.079 1.297 1.202 2.123-2.295c1.617.88 3.469 1.38 5.434 1.38 1.966 0 3.816-.5 5.433-1.38l2.124 2.295 1.297-1.202-1.925-2.08c2.72-2.088 4.484-5.361 4.484-9.047 0-1.593-.33-3.109-.922-4.487a4.963 4.963 0 002.202-4.101zm2.661-7.097c-1.18-1.383-2.82-2.152-4.62-2.162l-.01 1.768c1.638.01 2.689.844 3.284 1.541a5.158 5.158 0 011.218 3.323l1.77.01a6.96 6.96 0 00-1.642-4.48zM13.137 6.503c-3.892.022-6.282 3.466-6.264 6.643l1.768-.01c-.013-2.327 1.707-4.849 4.504-4.865l-.008-1.768zm9.846 17.768h-3.345v1.769h5.115v-6.395h-1.77v4.626z\"\n />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlarmClock;\n"],"mappings":";;;AAIA,IAAM,cAAsC,EAAE,MAAM,gBAAkD;CAiCpG,OAAO,QAAQ;EAAE;EAAM;EAAW,QA/BhC,qBAAC,KAAD;GAAG,UAAS;aAAZ;IACE,oBAAC,QAAD,EAAM,GAAE,2IAA4I,CAAA;IACpJ,oBAAC,QAAD,EAAM,GAAE,iSAAkS,CAAA;IAC1S,oBAAC,QAAD,EAAM,GAAE,onBAAqnB,CAAA;GAC5nB;GA2B6B;EAAQ,aAvBxC,qBAAC,KAAD;GAAG,UAAS;aAAZ;IACE,oBAAC,QAAD,EAAM,GAAE,2IAA4I,CAAA;IACpJ,oBAAC,QAAD,EAAM,GAAE,mRAAoR,CAAA;IAC5R,oBAAC,QAAD,EAAM,GAAE,uZAAwZ,CAAA;IACha,oBAAC,QAAD,EAAM,GAAE,6lBAA8lB,CAAA;IACtmB,oBAAC,QAAD,EAAM,GAAE,uGAAwG,CAAA;GAC/G;GAiBqC;EAAa,QAbrD,oBAAC,QAAD;GACE,UAAS;GACT,GAAE;EACH,CAUoD;EAAQ,aAN7D,oBAAC,QAAD;GACE,UAAS;GACT,GAAE;EACH,CAG4D;CAAY,CAAC;AAC9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlertSignFill.js","names":[],"sources":["../../../src/components/Icons/AlertSignFill.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlertSignFill: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z\" />\n );\n\n const normalHover = (\n <path d=\"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z\" />\n );\n\n const xSmall = (\n <path d=\"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlertSignFill;\n"],"mappings":";;;AAIA,IAAM,iBAAyC,EAAE,MAAM,gBAAkD;CAiBvG,OAAO,QAAQ;EAAE;EAAM;EAAW,QAfhC,oBAAC,QAAD,EAAM,GAAE,2LAA4L,CAepK;EAAQ,aAXxC,oBAAC,QAAD,EAAM,GAAE,2LAA4L,CAW5J;EAAa,QAPrD,oBAAC,QAAD,EAAM,GAAE,oLAAqL,CAOxI;EAAQ,aAH7D,oBAAC,QAAD,EAAM,GAAE,oLAAqL,CAGhI;EAAa,CAAC"}
1
+ {"version":3,"file":"AlertSignFill.js","names":[],"sources":["../../../src/components/Icons/AlertSignFill.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlertSignFill: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.898 21.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 11.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z\" />\n );\n\n const normalHover = (\n <path d=\"M24.898 19.447v7.228a.893.893 0 01-1.785 0v-7.228a.892.892 0 111.785 0zm.5 13.601a1.394 1.394 0 11-2.787-.001 1.394 1.394 0 012.787.001zm-18.822 6.71h34.847L24.111 8.242 6.576 39.758z\" />\n );\n\n const xSmall = (\n <path d=\"M24.896 21.452v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 11.577a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24.896 18.926v7.213a.891.891 0 01-1.782 0v-7.213a.89.89 0 111.782 0zm.5 14.103a1.39 1.39 0 11-2.782-.001 1.39 1.39 0 012.782.001zM6.613 39.725h34.774L24.11 8.275 6.613 39.725z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlertSignFill;\n"],"mappings":";;;AAIA,IAAM,iBAAyC,EAAE,MAAM,gBAAkD;CAiBvG,OAAO,QAAQ;EAAE;EAAM;EAAW,QAfhC,oBAAC,QAAD,EAAM,GAAE,0LAA2L,CAenK;EAAQ,aAXxC,oBAAC,QAAD,EAAM,GAAE,0LAA2L,CAW3J;EAAa,QAPrD,oBAAC,QAAD,EAAM,GAAE,mLAAoL,CAOvI;EAAQ,aAH7D,oBAAC,QAAD,EAAM,GAAE,mLAAoL,CAG/H;CAAY,CAAC;AAC9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlertSignStroke.js","names":[],"sources":["../../../src/components/Icons/AlertSignStroke.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlertSignStroke: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z\" />\n );\n\n const normalHover = (\n <path d=\"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z\" />\n );\n\n const xSmall = (\n <path d=\"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlertSignStroke;\n"],"mappings":";;;AAIA,IAAM,mBAA2C,EAAE,MAAM,gBAAkD;CAiBzG,OAAO,QAAQ;EAAE;EAAM;EAAW,QAfhC,oBAAC,QAAD,EAAM,GAAE,0PAA2P,CAenO;EAAQ,aAXxC,oBAAC,QAAD,EAAM,GAAE,0PAA2P,CAW3N;EAAa,QAPrD,oBAAC,QAAD,EAAM,GAAE,wPAAyP,CAO5M;EAAQ,aAH7D,oBAAC,QAAD,EAAM,GAAE,wPAAyP,CAGpM;EAAa,CAAC"}
1
+ {"version":3,"file":"AlertSignStroke.js","names":[],"sources":["../../../src/components/Icons/AlertSignStroke.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nimport { getIcon } from '../Icon/utils';\n\nconst AlertSignStroke: React.FC<SvgPathProps> = ({ size, isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 21.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z\" />\n );\n\n const normalHover = (\n <path d=\"M24.003 31.578a1.394 1.394 0 100 2.788 1.394 1.394 0 000-2.788zm.098-20.19l14.687 26.735H9.227L24.1 11.388zm.008-2.929L6.816 39.541h34.367L24.109 8.459zm-.106 19.033c.494 0 .893-.4.893-.893v-7.228a.893.893 0 00-1.786 0v7.228c0 .493.4.893.893.893z\" />\n );\n\n const xSmall = (\n <path d=\"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 20.988c.492 0 .892-.399.892-.89v-7.213a.891.891 0 00-1.783 0v7.212c0 .492.4.891.891.891z\" />\n );\n\n const xSmallHover = (\n <path d=\"M24.003 31.562a1.39 1.39 0 100 2.782 1.39 1.39 0 000-2.782zm.097-20.147l14.656 26.678H9.258L24.1 11.415zm.008-2.923L6.853 39.508h34.294L24.108 8.492zm-.105 18.462c.492 0 .892-.399.892-.891V18.85a.891.891 0 00-1.783 0v7.213c0 .492.4.891.891.891z\" />\n );\n\n return getIcon({ size, isHovered, normal, normalHover, xSmall, xSmallHover });\n};\n\nexport default AlertSignStroke;\n"],"mappings":";;;AAIA,IAAM,mBAA2C,EAAE,MAAM,gBAAkD;CAiBzG,OAAO,QAAQ;EAAE;EAAM;EAAW,QAfhC,oBAAC,QAAD,EAAM,GAAE,yPAA0P,CAelO;EAAQ,aAXxC,oBAAC,QAAD,EAAM,GAAE,yPAA0P,CAW1N;EAAa,QAPrD,oBAAC,QAAD,EAAM,GAAE,uPAAwP,CAO3M;EAAQ,aAH7D,oBAAC,QAAD,EAAM,GAAE,uPAAwP,CAGnM;CAAY,CAAC;AAC9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"Amputation.js","names":[],"sources":["../../../src/components/Icons/Amputation.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Amputation: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M34.878 30.85a1.326 1.326 0 01-1.727-.936l-2.727-9.09a.725.725 0 00-.787-.531c-.325.042-.628.387-.627.715l.033 7.975-4.376 1.448-.011-1.3-.003-.117a.642.642 0 00-.666-.633.65.65 0 00-.633.65v.016l.01 12.29a2.182 2.182 0 01-4.363 0l.059-20.332a.72.72 0 00-.698-.717c-.298 0-.627.232-.712.514l-2.738 9.135a1.311 1.311 0 01-.66.834 1.307 1.307 0 01-1.061.08 1.322 1.322 0 01-.852-1.555l2.636-10.197c.632-2.6 3.832-4.344 6.425-4.344h5.268c2.594 0 5.794 1.745 6.429 4.354l2.63 10.178a1.32 1.32 0 01-.85 1.564zm-7.992 6.166a2.177 2.177 0 01-2.071-1.533l4.25-1.306.002.662a2.185 2.185 0 01-2.181 2.177zm1.073-3.545l-3.258 1-.02-2.296 3.278 1.296zm1.1-.641l-3.855-1.524 3.844-1.271.012 2.795zm7.928-3.86l-2.63-10.178c-.801-3.296-4.615-5.337-7.69-5.337H21.4c-3.074 0-6.887 2.04-7.686 5.328L11.078 28.98a2.62 2.62 0 001.684 3.098 2.63 2.63 0 003.402-1.79l1.584-5.284-.047 16.333a3.489 3.489 0 003.483 3.475 3.49 3.49 0 003.482-3.472l-.003-3.83a3.463 3.463 0 002.223.807 3.49 3.49 0 003.482-3.48l-.041-9.813 1.572 5.243a2.632 2.632 0 003.409 1.81 2.618 2.618 0 001.679-3.107zM23.907 4.265a3.054 3.054 0 013.051 3.05 3.055 3.055 0 01-3.051 3.053 3.056 3.056 0 01-3.052-3.052 3.054 3.054 0 013.052-3.051m0 7.403a4.358 4.358 0 004.352-4.352c0-2.4-1.953-4.352-4.352-4.352a4.358 4.358 0 00-4.353 4.352 4.359 4.359 0 004.353 4.352\" />\n );\n\n const normalHover = (\n <path d=\"M32.704 31.428a1.31 1.31 0 01-1.035-.247 1.302 1.302 0 01-.52-.912l-.706-9.33a.701.701 0 00-.802-.648c-.327.04-.632.388-.631.717l.033 7.976-4.376 1.447-.011-1.3-.003-.117a.65.65 0 00-1.299.033l.01 12.29a2.185 2.185 0 01-2.181 2.174 2.183 2.183 0 01-2.181-2.173l.057-20.333a.72.72 0 00-.697-.717c-.3 0-.627.232-.712.514l-2.738 9.135a1.311 1.311 0 01-.66.834 1.307 1.307 0 01-1.061.08 1.32 1.32 0 01-.851-1.555l2.635-10.197c.63-2.6 3.832-4.344 6.425-4.344h5.268c2.576 0 5.752 1.722 6.413 4.29l.709 10.973a1.323 1.323 0 01-1.086 1.41zm-5.818 5.588a2.18 2.18 0 01-2.072-1.533l4.25-1.306.003.662a2.185 2.185 0 01-2.181 2.177zm1.073-3.545l-3.258 1-.02-2.296 3.278 1.296zm1.1-.641l-3.855-1.524 3.844-1.271.01 2.795zm5.315-13.926a.594.594 0 00-.017-.112c-.8-3.297-4.614-5.338-7.69-5.338H21.4c-3.074 0-6.887 2.04-7.685 5.328L11.079 28.98a2.615 2.615 0 001.683 3.097 2.627 2.627 0 003.402-1.79l1.584-5.283-.047 16.333a3.488 3.488 0 003.482 3.475 3.49 3.49 0 003.483-3.472l-.003-3.83a3.463 3.463 0 002.223.807 3.49 3.49 0 003.482-3.48l-.014-3.156c.15.202.328.384.532.538a2.652 2.652 0 002.048.488 2.615 2.615 0 002.152-2.783l-.712-11.02zM25.766 4.713a3.054 3.054 0 013.052 3.05 3.056 3.056 0 01-3.052 3.053 3.055 3.055 0 01-3.05-3.052 3.054 3.054 0 013.05-3.051m0 7.403a4.359 4.359 0 004.353-4.352c0-2.4-1.954-4.352-4.353-4.352a4.357 4.357 0 00-4.352 4.352 4.358 4.358 0 004.352 4.352\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Amputation;\n"],"mappings":";;AAEA,IAAM,cAAsC,EAAE,gBAAkD;CAS9F,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,i2CAAk2C,CAGz1C,GAPjB,oBAAC,QAAD,EAAM,GAAE,qyCAAsyC,CAO/wC"}
1
+ {"version":3,"file":"Amputation.js","names":[],"sources":["../../../src/components/Icons/Amputation.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Amputation: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M34.878 30.85a1.326 1.326 0 01-1.727-.936l-2.727-9.09a.725.725 0 00-.787-.531c-.325.042-.628.387-.627.715l.033 7.975-4.376 1.448-.011-1.3-.003-.117a.642.642 0 00-.666-.633.65.65 0 00-.633.65v.016l.01 12.29a2.182 2.182 0 01-4.363 0l.059-20.332a.72.72 0 00-.698-.717c-.298 0-.627.232-.712.514l-2.738 9.135a1.311 1.311 0 01-.66.834 1.307 1.307 0 01-1.061.08 1.322 1.322 0 01-.852-1.555l2.636-10.197c.632-2.6 3.832-4.344 6.425-4.344h5.268c2.594 0 5.794 1.745 6.429 4.354l2.63 10.178a1.32 1.32 0 01-.85 1.564zm-7.992 6.166a2.177 2.177 0 01-2.071-1.533l4.25-1.306.002.662a2.185 2.185 0 01-2.181 2.177zm1.073-3.545l-3.258 1-.02-2.296 3.278 1.296zm1.1-.641l-3.855-1.524 3.844-1.271.012 2.795zm7.928-3.86l-2.63-10.178c-.801-3.296-4.615-5.337-7.69-5.337H21.4c-3.074 0-6.887 2.04-7.686 5.328L11.078 28.98a2.62 2.62 0 001.684 3.098 2.63 2.63 0 003.402-1.79l1.584-5.284-.047 16.333a3.489 3.489 0 003.483 3.475 3.49 3.49 0 003.482-3.472l-.003-3.83a3.463 3.463 0 002.223.807 3.49 3.49 0 003.482-3.48l-.041-9.813 1.572 5.243a2.632 2.632 0 003.409 1.81 2.618 2.618 0 001.679-3.107zM23.907 4.265a3.054 3.054 0 013.051 3.05 3.055 3.055 0 01-3.051 3.053 3.056 3.056 0 01-3.052-3.052 3.054 3.054 0 013.052-3.051m0 7.403a4.358 4.358 0 004.352-4.352c0-2.4-1.953-4.352-4.352-4.352a4.358 4.358 0 00-4.353 4.352 4.359 4.359 0 004.353 4.352\" />\n );\n\n const normalHover = (\n <path d=\"M32.704 31.428a1.31 1.31 0 01-1.035-.247 1.302 1.302 0 01-.52-.912l-.706-9.33a.701.701 0 00-.802-.648c-.327.04-.632.388-.631.717l.033 7.976-4.376 1.447-.011-1.3-.003-.117a.65.65 0 00-1.299.033l.01 12.29a2.185 2.185 0 01-2.181 2.174 2.183 2.183 0 01-2.181-2.173l.057-20.333a.72.72 0 00-.697-.717c-.3 0-.627.232-.712.514l-2.738 9.135a1.311 1.311 0 01-.66.834 1.307 1.307 0 01-1.061.08 1.32 1.32 0 01-.851-1.555l2.635-10.197c.63-2.6 3.832-4.344 6.425-4.344h5.268c2.576 0 5.752 1.722 6.413 4.29l.709 10.973a1.323 1.323 0 01-1.086 1.41zm-5.818 5.588a2.18 2.18 0 01-2.072-1.533l4.25-1.306.003.662a2.185 2.185 0 01-2.181 2.177zm1.073-3.545l-3.258 1-.02-2.296 3.278 1.296zm1.1-.641l-3.855-1.524 3.844-1.271.01 2.795zm5.315-13.926a.594.594 0 00-.017-.112c-.8-3.297-4.614-5.338-7.69-5.338H21.4c-3.074 0-6.887 2.04-7.685 5.328L11.079 28.98a2.615 2.615 0 001.683 3.097 2.627 2.627 0 003.402-1.79l1.584-5.283-.047 16.333a3.488 3.488 0 003.482 3.475 3.49 3.49 0 003.483-3.472l-.003-3.83a3.463 3.463 0 002.223.807 3.49 3.49 0 003.482-3.48l-.014-3.156c.15.202.328.384.532.538a2.652 2.652 0 002.048.488 2.615 2.615 0 002.152-2.783l-.712-11.02zM25.766 4.713a3.054 3.054 0 013.052 3.05 3.056 3.056 0 01-3.052 3.053 3.055 3.055 0 01-3.05-3.052 3.054 3.054 0 013.05-3.051m0 7.403a4.359 4.359 0 004.353-4.352c0-2.4-1.954-4.352-4.353-4.352a4.357 4.357 0 00-4.352 4.352 4.358 4.358 0 004.352 4.352\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Amputation;\n"],"mappings":";;AAEA,IAAM,cAAsC,EAAE,gBAAkD;CAS9F,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,g2CAAi2C,CAGx1C,IAPjB,oBAAC,QAAD,EAAM,GAAE,oyCAAqyC,CAO9wC;AACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Anxiety.js","names":[],"sources":["../../../src/components/Icons/Anxiety.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Anxiety: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M28.239 20.142c0-4.033-3.282-7.315-7.315-7.315-4.034 0-7.315 3.282-7.315 7.315s3.28 7.315 7.315 7.315c4.033 0 7.315-3.282 7.315-7.315zm1 0c0 4.585-3.73 8.315-8.315 8.315-4.585 0-8.315-3.73-8.315-8.315 0-4.585 3.73-8.315 8.315-8.315 4.585 0 8.315 3.73 8.315 8.315zm5.918-6.468a.847.847 0 000-1.694c-.468 0-1.624.847-1.624.847s1.156.847 1.624.847zm-1.218-4.928a.847.847 0 00-1.198 0c-.331.33-.55 1.746-.55 1.746s1.417-.218 1.748-.55a.847.847 0 000-1.196zm.613 17.258l-2.614-5.624v-.144c0-7.516-5.735-11.573-11.13-11.573-6.821 0-11.044 5.893-11.044 11.352 0 3.633 1.116 5.838 2.194 7.97.97 1.922 1.888 3.736 1.888 6.337v5.397h12.142v-5.184h.649a5.307 5.307 0 005.3-5.3v-2.04h1.856c.292 0 .55-.142.706-.388a.82.82 0 00.053-.803zm1.179-.55c.31.667.259 1.434-.136 2.052a2.127 2.127 0 01-1.802.989h-.555v.74c0 3.42-2.615 6.24-5.95 6.568v5.216H12.546v-6.697c0-2.291-.81-3.894-1.748-5.75-1.094-2.162-2.333-4.615-2.333-8.557 0-6.976 5.537-12.651 12.343-12.651 5.99 0 12.355 4.459 12.429 12.727l2.494 5.364zm-14.807-4.037a.55.55 0 00.55-.55v-4.453a.55.55 0 10-1.1 0v4.454a.55.55 0 00.55.549zm.858 2.144a.858.858 0 11-1.716.002.858.858 0 011.716-.002z\" />\n );\n\n const normalHover = (\n <path d=\"M28.239 20.142c0-4.033-3.281-7.315-7.315-7.315-4.034 0-7.315 3.282-7.315 7.315s3.28 7.315 7.315 7.315c4.034 0 7.315-3.282 7.315-7.315zm1 0c0 4.585-3.73 8.315-8.315 8.315-4.585 0-8.315-3.73-8.315-8.315 0-4.585 3.73-8.315 8.315-8.315 4.585 0 8.315 3.73 8.315 8.315zm7.153-8.162c-.468 0-1.623.847-1.623.847s1.155.847 1.623.847a.847.847 0 100-1.694zm-1.704-3.984a.847.847 0 00-1.198 0c-.331.33-.55 1.747-.55 1.747s1.417-.218 1.748-.55a.847.847 0 000-1.197zm-.135 18.008l-2.615-5.624v-.144c0-7.516-5.735-11.573-11.13-11.573-6.821 0-11.044 5.893-11.044 11.352 0 3.633 1.116 5.838 2.194 7.97.97 1.922 1.888 3.736 1.888 6.337v5.397h12.142v-5.184h.649a5.307 5.307 0 005.3-5.3v-2.04h1.856c.292 0 .55-.141.706-.387a.824.824 0 00.054-.804zm1.179-.55a2.128 2.128 0 01-.137 2.052 2.127 2.127 0 01-1.802.989h-.555v.74c0 3.42-2.615 6.24-5.95 6.568v5.216H12.546v-6.697c0-2.291-.81-3.894-1.748-5.75-1.094-2.162-2.333-4.615-2.333-8.557 0-6.976 5.537-12.651 12.343-12.651 5.99 0 12.355 4.459 12.429 12.727l2.495 5.364zm-14.808-4.037a.55.55 0 00.55-.55v-4.453a.55.55 0 10-1.1 0v4.454a.55.55 0 00.55.549zm.858 2.144a.858.858 0 11-1.716.002.858.858 0 011.716-.002z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Anxiety;\n"],"mappings":";;AAEA,IAAM,WAAmC,EAAE,gBAAkD;CAS3F,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,ynCAA0nC,CAGjnC,GAPjB,oBAAC,QAAD,EAAM,GAAE,unCAAwnC,CAOjmC"}
1
+ {"version":3,"file":"Anxiety.js","names":[],"sources":["../../../src/components/Icons/Anxiety.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Anxiety: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M28.239 20.142c0-4.033-3.282-7.315-7.315-7.315-4.034 0-7.315 3.282-7.315 7.315s3.28 7.315 7.315 7.315c4.033 0 7.315-3.282 7.315-7.315zm1 0c0 4.585-3.73 8.315-8.315 8.315-4.585 0-8.315-3.73-8.315-8.315 0-4.585 3.73-8.315 8.315-8.315 4.585 0 8.315 3.73 8.315 8.315zm5.918-6.468a.847.847 0 000-1.694c-.468 0-1.624.847-1.624.847s1.156.847 1.624.847zm-1.218-4.928a.847.847 0 00-1.198 0c-.331.33-.55 1.746-.55 1.746s1.417-.218 1.748-.55a.847.847 0 000-1.196zm.613 17.258l-2.614-5.624v-.144c0-7.516-5.735-11.573-11.13-11.573-6.821 0-11.044 5.893-11.044 11.352 0 3.633 1.116 5.838 2.194 7.97.97 1.922 1.888 3.736 1.888 6.337v5.397h12.142v-5.184h.649a5.307 5.307 0 005.3-5.3v-2.04h1.856c.292 0 .55-.142.706-.388a.82.82 0 00.053-.803zm1.179-.55c.31.667.259 1.434-.136 2.052a2.127 2.127 0 01-1.802.989h-.555v.74c0 3.42-2.615 6.24-5.95 6.568v5.216H12.546v-6.697c0-2.291-.81-3.894-1.748-5.75-1.094-2.162-2.333-4.615-2.333-8.557 0-6.976 5.537-12.651 12.343-12.651 5.99 0 12.355 4.459 12.429 12.727l2.494 5.364zm-14.807-4.037a.55.55 0 00.55-.55v-4.453a.55.55 0 10-1.1 0v4.454a.55.55 0 00.55.549zm.858 2.144a.858.858 0 11-1.716.002.858.858 0 011.716-.002z\" />\n );\n\n const normalHover = (\n <path d=\"M28.239 20.142c0-4.033-3.281-7.315-7.315-7.315-4.034 0-7.315 3.282-7.315 7.315s3.28 7.315 7.315 7.315c4.034 0 7.315-3.282 7.315-7.315zm1 0c0 4.585-3.73 8.315-8.315 8.315-4.585 0-8.315-3.73-8.315-8.315 0-4.585 3.73-8.315 8.315-8.315 4.585 0 8.315 3.73 8.315 8.315zm7.153-8.162c-.468 0-1.623.847-1.623.847s1.155.847 1.623.847a.847.847 0 100-1.694zm-1.704-3.984a.847.847 0 00-1.198 0c-.331.33-.55 1.747-.55 1.747s1.417-.218 1.748-.55a.847.847 0 000-1.197zm-.135 18.008l-2.615-5.624v-.144c0-7.516-5.735-11.573-11.13-11.573-6.821 0-11.044 5.893-11.044 11.352 0 3.633 1.116 5.838 2.194 7.97.97 1.922 1.888 3.736 1.888 6.337v5.397h12.142v-5.184h.649a5.307 5.307 0 005.3-5.3v-2.04h1.856c.292 0 .55-.141.706-.387a.824.824 0 00.054-.804zm1.179-.55a2.128 2.128 0 01-.137 2.052 2.127 2.127 0 01-1.802.989h-.555v.74c0 3.42-2.615 6.24-5.95 6.568v5.216H12.546v-6.697c0-2.291-.81-3.894-1.748-5.75-1.094-2.162-2.333-4.615-2.333-8.557 0-6.976 5.537-12.651 12.343-12.651 5.99 0 12.355 4.459 12.429 12.727l2.495 5.364zm-14.808-4.037a.55.55 0 00.55-.55v-4.453a.55.55 0 10-1.1 0v4.454a.55.55 0 00.55.549zm.858 2.144a.858.858 0 11-1.716.002.858.858 0 011.716-.002z\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Anxiety;\n"],"mappings":";;AAEA,IAAM,WAAmC,EAAE,gBAAkD;CAS3F,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,wnCAAynC,CAGhnC,IAPjB,oBAAC,QAAD,EAAM,GAAE,snCAAunC,CAOhmC;AACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Apple.js","names":[],"sources":["../../../src/components/Icons/Apple.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Apple: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M27.24 38.492c-1.758 0-2.934-.81-2.943-.816l-1.586-1.133.43 1.36a5.773 5.773 0 01-2.54.59c-4.12 0-8.642-6.793-8.642-12.98 0-6.902 5.425-6.98 5.655-6.98 2.58 0 4.5.93 5.722 1.774.007.348 0 .701-.015 1.061-.936-.108-1.844-.455-2.578-1.07l-.835.996a6.26 6.26 0 004.012 1.461c1.464 0 2.888-.52 4.011-1.46l-.836-.997c-.706.592-1.573.94-2.473 1.061.016-.388.021-.766.013-1.138a9.968 9.968 0 015.59-1.689c.23 0 5.655.08 5.655 6.981 0 6.187-4.522 12.98-8.64 12.98m-.96-28.163c1.268-.872 2.921-1 4.653-.359l.023.008-.002.024c-.137 1.843-.94 3.292-2.26 4.083-1.258.755-2.828.825-4.459.212.12-1.739.837-3.137 2.045-3.968m3.944 6.901c-2.403 0-4.31.725-5.677 1.514a18.564 18.564 0 00-.598-3.175 7.36 7.36 0 002.417.432c1.081 0 2.105-.268 2.995-.8 1.694-1.015 2.72-2.827 2.89-5.103l.074-1-.94-.347c-2.14-.792-4.215-.61-5.842.508-1.26.867-2.113 2.245-2.454 3.895-1.02-2.337-2.18-3.707-2.272-3.813l-.983.85c.034.04 2.805 3.332 3.397 8.516a11.233 11.233 0 00-5.617-1.477c-.284 0-6.955.095-6.955 8.282 0 7.691 5.466 14.28 9.941 14.28 1.016 0 2.484-.343 3.321-.828a7.038 7.038 0 003.318.828c4.475 0 9.941-6.589 9.941-14.28 0-8.187-6.67-8.282-6.956-8.282\" />\n );\n\n const normalHover = (\n <path d=\"M27.24 38.492c-1.758 0-2.934-.81-2.943-.816l-.377-.266-.377.265c-.012.007-1.186.817-2.943.817-4.118 0-8.64-6.792-8.64-12.979 0-6.902 5.424-6.98 5.654-6.98 2.58 0 4.5.93 5.722 1.774.007.348 0 .701-.015 1.061-.936-.108-1.844-.455-2.578-1.07l-.835.996a6.26 6.26 0 004.012 1.461c1.464 0 2.888-.52 4.011-1.46l-.835-.997c-.707.592-1.574.94-2.474 1.061.016-.388.021-.766.013-1.138a9.969 9.969 0 015.59-1.689c.095 0 2.158.02 3.757 1.551a8.417 8.417 0 00-2.992 6.427 8.446 8.446 0 002.96 6.398c-1.784 3.41-4.382 5.584-6.71 5.584m-.96-28.16c1.27-.873 2.921-1 4.653-.36l.023.007-.002.025c-.137 1.842-.94 3.291-2.26 4.082-1.258.753-2.828.823-4.459.212.12-1.739.837-3.137 2.045-3.967m6.011 16.18a7.115 7.115 0 013.022-5.814l.568-.399-.436-.54c-1.982-2.455-4.895-2.527-5.22-2.527-2.404 0-4.31.725-5.678 1.514a18.564 18.564 0 00-.598-3.175 7.36 7.36 0 002.417.432c1.081 0 2.106-.268 2.996-.8 1.693-1.015 2.72-2.827 2.89-5.103l.073-1-.94-.347c-2.14-.792-4.215-.612-5.842.508-1.26.867-2.113 2.245-2.454 3.896-1.02-2.338-2.18-3.708-2.272-3.814l-.983.85c.034.04 2.805 3.332 3.397 8.516a11.23 11.23 0 00-5.617-1.477c-.284 0-6.955.095-6.955 8.282 0 7.691 5.466 14.28 9.941 14.28a7.033 7.033 0 003.32-.829 7.042 7.042 0 003.32.83c2.972 0 6.081-2.6 8.111-6.78l.235-.486-.43-.32a7.042 7.042 0 01-2.865-5.698\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Apple;\n"],"mappings":";;AAEA,IAAM,SAAiC,EAAE,gBAAkD;CASzF,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,uwCAAwwC,CAG/vC,GAPjB,oBAAC,QAAD,EAAM,GAAE,knCAAmnC,CAO5lC"}
1
+ {"version":3,"file":"Apple.js","names":[],"sources":["../../../src/components/Icons/Apple.tsx"],"sourcesContent":["import type { SvgPathProps } from '../Icon';\n\nconst Apple: React.FC<SvgPathProps> = ({ isHovered }: SvgPathProps): React.ReactElement => {\n const normal = (\n <path d=\"M27.24 38.492c-1.758 0-2.934-.81-2.943-.816l-1.586-1.133.43 1.36a5.773 5.773 0 01-2.54.59c-4.12 0-8.642-6.793-8.642-12.98 0-6.902 5.425-6.98 5.655-6.98 2.58 0 4.5.93 5.722 1.774.007.348 0 .701-.015 1.061-.936-.108-1.844-.455-2.578-1.07l-.835.996a6.26 6.26 0 004.012 1.461c1.464 0 2.888-.52 4.011-1.46l-.836-.997c-.706.592-1.573.94-2.473 1.061.016-.388.021-.766.013-1.138a9.968 9.968 0 015.59-1.689c.23 0 5.655.08 5.655 6.981 0 6.187-4.522 12.98-8.64 12.98m-.96-28.163c1.268-.872 2.921-1 4.653-.359l.023.008-.002.024c-.137 1.843-.94 3.292-2.26 4.083-1.258.755-2.828.825-4.459.212.12-1.739.837-3.137 2.045-3.968m3.944 6.901c-2.403 0-4.31.725-5.677 1.514a18.564 18.564 0 00-.598-3.175 7.36 7.36 0 002.417.432c1.081 0 2.105-.268 2.995-.8 1.694-1.015 2.72-2.827 2.89-5.103l.074-1-.94-.347c-2.14-.792-4.215-.61-5.842.508-1.26.867-2.113 2.245-2.454 3.895-1.02-2.337-2.18-3.707-2.272-3.813l-.983.85c.034.04 2.805 3.332 3.397 8.516a11.233 11.233 0 00-5.617-1.477c-.284 0-6.955.095-6.955 8.282 0 7.691 5.466 14.28 9.941 14.28 1.016 0 2.484-.343 3.321-.828a7.038 7.038 0 003.318.828c4.475 0 9.941-6.589 9.941-14.28 0-8.187-6.67-8.282-6.956-8.282\" />\n );\n\n const normalHover = (\n <path d=\"M27.24 38.492c-1.758 0-2.934-.81-2.943-.816l-.377-.266-.377.265c-.012.007-1.186.817-2.943.817-4.118 0-8.64-6.792-8.64-12.979 0-6.902 5.424-6.98 5.654-6.98 2.58 0 4.5.93 5.722 1.774.007.348 0 .701-.015 1.061-.936-.108-1.844-.455-2.578-1.07l-.835.996a6.26 6.26 0 004.012 1.461c1.464 0 2.888-.52 4.011-1.46l-.835-.997c-.707.592-1.574.94-2.474 1.061.016-.388.021-.766.013-1.138a9.969 9.969 0 015.59-1.689c.095 0 2.158.02 3.757 1.551a8.417 8.417 0 00-2.992 6.427 8.446 8.446 0 002.96 6.398c-1.784 3.41-4.382 5.584-6.71 5.584m-.96-28.16c1.27-.873 2.921-1 4.653-.36l.023.007-.002.025c-.137 1.842-.94 3.291-2.26 4.082-1.258.753-2.828.823-4.459.212.12-1.739.837-3.137 2.045-3.967m6.011 16.18a7.115 7.115 0 013.022-5.814l.568-.399-.436-.54c-1.982-2.455-4.895-2.527-5.22-2.527-2.404 0-4.31.725-5.678 1.514a18.564 18.564 0 00-.598-3.175 7.36 7.36 0 002.417.432c1.081 0 2.106-.268 2.996-.8 1.693-1.015 2.72-2.827 2.89-5.103l.073-1-.94-.347c-2.14-.792-4.215-.612-5.842.508-1.26.867-2.113 2.245-2.454 3.896-1.02-2.338-2.18-3.708-2.272-3.814l-.983.85c.034.04 2.805 3.332 3.397 8.516a11.23 11.23 0 00-5.617-1.477c-.284 0-6.955.095-6.955 8.282 0 7.691 5.466 14.28 9.941 14.28a7.033 7.033 0 003.32-.829 7.042 7.042 0 003.32.83c2.972 0 6.081-2.6 8.111-6.78l.235-.486-.43-.32a7.042 7.042 0 01-2.865-5.698\" />\n );\n\n return isHovered ? normalHover : normal;\n};\n\nexport default Apple;\n"],"mappings":";;AAEA,IAAM,SAAiC,EAAE,gBAAkD;CASzF,OAAO,YAHL,oBAAC,QAAD,EAAM,GAAE,swCAAuwC,CAG9vC,IAPjB,oBAAC,QAAD,EAAM,GAAE,inCAAknC,CAO3lC;AACnC"}