@helsenorge/designsystem-react 15.0.0-beta.1 → 15.1.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 (727) 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 +24 -19
  6. package/lib/Button.js.map +1 -1
  7. package/lib/CHANGELOG.md +46 -0
  8. package/lib/Checkbox.js +25 -48
  9. package/lib/Checkbox.js.map +1 -1
  10. package/lib/Checkbox2.js +69 -0
  11. package/lib/Checkbox2.js.map +1 -0
  12. package/lib/CheckboxMarker.js +64 -0
  13. package/lib/CheckboxMarker.js.map +1 -0
  14. package/lib/Chip.js.map +1 -1
  15. package/lib/Close.js.map +1 -1
  16. package/lib/DictionaryTrigger.js.map +1 -1
  17. package/lib/Drawer.js +46 -18
  18. package/lib/Drawer.js.map +1 -1
  19. package/lib/DrawerNavigation.js.map +1 -1
  20. package/lib/Duolist.js.map +1 -1
  21. package/lib/ElementHeader.js.map +1 -1
  22. package/lib/ElementHeaderText.js.map +1 -1
  23. package/lib/ErrorBoundary.js.map +1 -1
  24. package/lib/ErrorWrapper.js.map +1 -1
  25. package/lib/Expander.js.map +1 -1
  26. package/lib/FilterButton.js.map +1 -1
  27. package/lib/FilterButtonAndChipsWrapper.js.map +1 -1
  28. package/lib/FilterDrawer.js +20 -10
  29. package/lib/FilterDrawer.js.map +1 -1
  30. package/lib/FilterLinkList.js.map +1 -1
  31. package/lib/FilterOverviewLinkList.js.map +1 -1
  32. package/lib/FilterOverviewSearch.js.map +1 -1
  33. package/lib/FilterResultCountAndSortWrapper.js.map +1 -1
  34. package/lib/FilterSearch.js.map +1 -1
  35. package/lib/FilterSort.js.map +1 -1
  36. package/lib/FilterStateWrapper.js.map +1 -1
  37. package/lib/FormFieldTag.js.map +1 -1
  38. package/lib/FormGroup.js +5 -5
  39. package/lib/FormGroup.js.map +1 -1
  40. package/lib/FormLayout.js.map +1 -1
  41. package/lib/HelpDetails.js.map +1 -1
  42. package/lib/HelpTriggerIcon.js.map +1 -1
  43. package/lib/HelpTriggerStandalone.js.map +1 -1
  44. package/lib/HighlightPanel.js.map +1 -1
  45. package/lib/Highlighter.js.map +1 -1
  46. package/lib/HorizontalScroll.js.map +1 -1
  47. package/lib/Icon.js.map +1 -1
  48. package/lib/Illustration.js +1 -1
  49. package/lib/Illustration.js.map +1 -1
  50. package/lib/InfoTeaser.js.map +1 -1
  51. package/lib/Input.js.map +1 -1
  52. package/lib/LazyIcon.js +1 -1
  53. package/lib/LazyIcon.js.map +1 -1
  54. package/lib/LazyIllustration.js +6 -2
  55. package/lib/LazyIllustration.js.map +1 -1
  56. package/lib/LinkList.js.map +1 -1
  57. package/lib/List.js.map +1 -1
  58. package/lib/ListEditMode.js.map +1 -1
  59. package/lib/LoaderSpinner.js +61 -0
  60. package/lib/LoaderSpinner.js.map +1 -0
  61. package/lib/MaxCharacters.js.map +1 -1
  62. package/lib/NotificationBadge.js.map +1 -1
  63. package/lib/PanelTitle.js.map +1 -1
  64. package/lib/PopOver.js.map +1 -1
  65. package/lib/Radio.js +74 -0
  66. package/lib/Radio.js.map +1 -0
  67. package/lib/RadioButton.js +84 -0
  68. package/lib/RadioButton.js.map +1 -0
  69. package/lib/RadioMarker.js +35 -0
  70. package/lib/RadioMarker.js.map +1 -0
  71. package/lib/Select.js.map +1 -1
  72. package/lib/SingleSelectItem.js.map +1 -1
  73. package/lib/Slider.js.map +1 -1
  74. package/lib/Spacer.js.map +1 -1
  75. package/lib/StatusDot.js.map +1 -1
  76. package/lib/StatusDotList.js.map +1 -1
  77. package/lib/StepButtons.js.map +1 -1
  78. package/lib/TabList.js.map +1 -1
  79. package/lib/TabPanel.js.map +1 -1
  80. package/lib/TableBody.js +3 -3
  81. package/lib/TableBody.js.map +1 -1
  82. package/lib/TableCell.js +2 -2
  83. package/lib/TableCell.js.map +1 -1
  84. package/lib/TableExpandedRow.js +4 -4
  85. package/lib/TableExpandedRow.js.map +1 -1
  86. package/lib/TableExpanderCell.js +2 -2
  87. package/lib/TableExpanderCell.js.map +1 -1
  88. package/lib/TableHead.js +7 -7
  89. package/lib/TableHead.js.map +1 -1
  90. package/lib/TableHeadCell.js +5 -5
  91. package/lib/TableHeadCell.js.map +1 -1
  92. package/lib/TableRow.js +6 -6
  93. package/lib/TableRow.js.map +1 -1
  94. package/lib/Textarea.js.map +1 -1
  95. package/lib/Title.js.map +1 -1
  96. package/lib/Toast.js.map +1 -1
  97. package/lib/VisualCheckbox.js +79 -0
  98. package/lib/VisualCheckbox.js.map +1 -0
  99. package/lib/VisualRadio.js +64 -0
  100. package/lib/VisualRadio.js.map +1 -0
  101. package/lib/__mocks__/IntersectionObserver.js.map +1 -1
  102. package/lib/__mocks__/MutationObserver.js.map +1 -1
  103. package/lib/__mocks__/ResizeObserver.js.map +1 -1
  104. package/lib/__mocks__/matchMedia.js +3 -2
  105. package/lib/__mocks__/matchMedia.js.map +1 -1
  106. package/lib/__mocks__/useLayoutEvent.js.map +1 -1
  107. package/lib/__mocks__/useOutsideEvent.js.map +1 -1
  108. package/lib/__mocks__/usePseudoClasses.js.map +1 -1
  109. package/lib/__mocks__/useSize.js.map +1 -1
  110. package/lib/__mocks__/uuid.js.map +1 -1
  111. package/lib/components/ArticleTeaser/index.js.map +1 -1
  112. package/lib/components/Button/styles.module.scss +39 -16
  113. package/lib/components/Button/styles.module.scss.d.ts +3 -2
  114. package/lib/components/Checkbox/CheckboxMarker/CheckboxMarker.d.ts +20 -0
  115. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss +309 -0
  116. package/lib/components/Checkbox/CheckboxMarker/styles.module.scss.d.ts +25 -0
  117. package/lib/components/Checkbox/styles.module.scss +9 -269
  118. package/lib/components/Checkbox/styles.module.scss.d.ts +1 -17
  119. package/lib/components/Drawer/DrawerBackButton.d.ts +10 -0
  120. package/lib/components/Drawer/DrawerBackButton.module.scss +52 -0
  121. package/lib/components/Drawer/DrawerBackButton.module.scss.d.ts +10 -0
  122. package/lib/components/Drawer/styles.module.scss +0 -9
  123. package/lib/components/Dropdown/index.js.map +1 -1
  124. package/lib/components/DropdownOld/index.js.map +1 -1
  125. package/lib/components/EmptyState/index.js.map +1 -1
  126. package/lib/components/Expander/styles.module.scss.d.ts +3 -2
  127. package/lib/components/ExpanderHierarchy/index.js.map +1 -1
  128. package/lib/components/ExpanderList/index.js.map +1 -1
  129. package/lib/components/EyebrowHeader/index.js.map +1 -1
  130. package/lib/components/FavoriteButton/index.js.map +1 -1
  131. package/lib/components/Filter/FilterDrawer/FilterDrawer.d.ts +4 -2
  132. package/lib/components/Filter/FilterDrawer/styles.module.scss +7 -0
  133. package/lib/components/Filter/FilterDrawer/styles.module.scss.d.ts +1 -0
  134. package/lib/components/Filter/LoaderSpinner/LoaderSpinner.d.ts +9 -0
  135. package/lib/components/Filter/LoaderSpinner/index.d.ts +3 -0
  136. package/lib/components/Filter/LoaderSpinner/index.js +7 -0
  137. package/lib/components/Filter/LoaderSpinner/index.js.map +1 -0
  138. package/lib/components/Filter/LoaderSpinner/styles.module.scss +27 -0
  139. package/lib/components/Filter/LoaderSpinner/styles.module.scss.d.ts +11 -0
  140. package/lib/components/Filter/index.d.ts +2 -0
  141. package/lib/components/Filter/index.js +2 -1
  142. package/lib/components/Filter/index.js.map +1 -1
  143. package/lib/components/HelpBubble/index.js.map +1 -1
  144. package/lib/components/HelpDrawer/index.js.map +1 -1
  145. package/lib/components/HelpExpanderInline/index.js.map +1 -1
  146. package/lib/components/HelpExpanderStandalone/index.js.map +1 -1
  147. package/lib/components/HelpPanel/index.js.map +1 -1
  148. package/lib/components/HelpTeaser/index.js.map +1 -1
  149. package/lib/components/HelpTooltip/index.js.map +1 -1
  150. package/lib/components/HelpTriggerInline/index.js.map +1 -1
  151. package/lib/components/Icons/ActiveMonitoring.js.map +1 -1
  152. package/lib/components/Icons/AcupunctureBack.js.map +1 -1
  153. package/lib/components/Icons/AdditionalIconInformation.js.map +1 -1
  154. package/lib/components/Icons/AlarmClock.js.map +1 -1
  155. package/lib/components/Icons/AlertSignFill.js.map +1 -1
  156. package/lib/components/Icons/AlertSignStroke.js.map +1 -1
  157. package/lib/components/Icons/Amputation.js.map +1 -1
  158. package/lib/components/Icons/Anxiety.js.map +1 -1
  159. package/lib/components/Icons/Apple.js.map +1 -1
  160. package/lib/components/Icons/Archive.js.map +1 -1
  161. package/lib/components/Icons/ArmFlexing.js.map +1 -1
  162. package/lib/components/Icons/ArrowDown.js.map +1 -1
  163. package/lib/components/Icons/ArrowLeft.js.map +1 -1
  164. package/lib/components/Icons/ArrowRight.js.map +1 -1
  165. package/lib/components/Icons/ArrowUp.js.map +1 -1
  166. package/lib/components/Icons/ArrowUpRight.js.map +1 -1
  167. package/lib/components/Icons/Attachment.js.map +1 -1
  168. package/lib/components/Icons/Atv.js.map +1 -1
  169. package/lib/components/Icons/Avatar.js.map +1 -1
  170. package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -1
  171. package/lib/components/Icons/Baby.js.map +1 -1
  172. package/lib/components/Icons/BandAid.js.map +1 -1
  173. package/lib/components/Icons/BeerAndPills.js.map +1 -1
  174. package/lib/components/Icons/Bell.js.map +1 -1
  175. package/lib/components/Icons/Bike.js.map +1 -1
  176. package/lib/components/Icons/BirthControl.js.map +1 -1
  177. package/lib/components/Icons/BirthdayCake.js.map +1 -1
  178. package/lib/components/Icons/Boat.js.map +1 -1
  179. package/lib/components/Icons/Body.js.map +1 -1
  180. package/lib/components/Icons/Braille.js.map +1 -1
  181. package/lib/components/Icons/Brain.js.map +1 -1
  182. package/lib/components/Icons/BreastReconstruction.js.map +1 -1
  183. package/lib/components/Icons/BreastRemoval.js.map +1 -1
  184. package/lib/components/Icons/Breasts.js.map +1 -1
  185. package/lib/components/Icons/BrokenHeart.js.map +1 -1
  186. package/lib/components/Icons/BrokenPuzzle.js.map +1 -1
  187. package/lib/components/Icons/Bus.js.map +1 -1
  188. package/lib/components/Icons/Calendar.js.map +1 -1
  189. package/lib/components/Icons/CalendarChange.js.map +1 -1
  190. package/lib/components/Icons/CalendarCheck.js.map +1 -1
  191. package/lib/components/Icons/CalendarEvent.js.map +1 -1
  192. package/lib/components/Icons/CalendarSave.js.map +1 -1
  193. package/lib/components/Icons/Cancer.js.map +1 -1
  194. package/lib/components/Icons/Candle.js.map +1 -1
  195. package/lib/components/Icons/Car.js.map +1 -1
  196. package/lib/components/Icons/Carton.js.map +1 -1
  197. package/lib/components/Icons/Change.js.map +1 -1
  198. package/lib/components/Icons/Check.js.map +1 -1
  199. package/lib/components/Icons/CheckFill.js.map +1 -1
  200. package/lib/components/Icons/CheckOutline.js.map +1 -1
  201. package/lib/components/Icons/Chest.js.map +1 -1
  202. package/lib/components/Icons/ChevronDown.js.map +1 -1
  203. package/lib/components/Icons/ChevronLeft.js.map +1 -1
  204. package/lib/components/Icons/ChevronRight.js.map +1 -1
  205. package/lib/components/Icons/ChevronUp.js.map +1 -1
  206. package/lib/components/Icons/ChevronsDown.js.map +1 -1
  207. package/lib/components/Icons/ChevronsUp.js.map +1 -1
  208. package/lib/components/Icons/ChildPlaying.js.map +1 -1
  209. package/lib/components/Icons/Cigarette.js.map +1 -1
  210. package/lib/components/Icons/Coins.js.map +1 -1
  211. package/lib/components/Icons/Contacts.js.map +1 -1
  212. package/lib/components/Icons/Copy.js.map +1 -1
  213. package/lib/components/Icons/CoronaCertificate.js.map +1 -1
  214. package/lib/components/Icons/Coronavirus.js.map +1 -1
  215. package/lib/components/Icons/Cough.js.map +1 -1
  216. package/lib/components/Icons/CreditCard.js.map +1 -1
  217. package/lib/components/Icons/CriticalHealthInfo.js.map +1 -1
  218. package/lib/components/Icons/Cross.js.map +1 -1
  219. package/lib/components/Icons/DataExchange.js.map +1 -1
  220. package/lib/components/Icons/DataReceived.js.map +1 -1
  221. package/lib/components/Icons/DataSent.js.map +1 -1
  222. package/lib/components/Icons/Depression.js.map +1 -1
  223. package/lib/components/Icons/DigestiveSystem.js.map +1 -1
  224. package/lib/components/Icons/Dizzy.js.map +1 -1
  225. package/lib/components/Icons/Documents.js.map +1 -1
  226. package/lib/components/Icons/Dog.js.map +1 -1
  227. package/lib/components/Icons/DonorCard.js.map +1 -1
  228. package/lib/components/Icons/DotAttachment.js.map +1 -1
  229. package/lib/components/Icons/DotCheckmark.js.map +1 -1
  230. package/lib/components/Icons/DotCircleArrows.js.map +1 -1
  231. package/lib/components/Icons/DotDot.js.map +1 -1
  232. package/lib/components/Icons/DotExclamationMark.js.map +1 -1
  233. package/lib/components/Icons/DotFill.js.map +1 -1
  234. package/lib/components/Icons/DotGroup.js.map +1 -1
  235. package/lib/components/Icons/DotHalfDisc.js.map +1 -1
  236. package/lib/components/Icons/DotInfo.js.map +1 -1
  237. package/lib/components/Icons/DotLogin.js.map +1 -1
  238. package/lib/components/Icons/DotLookingGlass.js.map +1 -1
  239. package/lib/components/Icons/DotNoAccess.js.map +1 -1
  240. package/lib/components/Icons/DotNoEye.js.map +1 -1
  241. package/lib/components/Icons/DotOutline.js.map +1 -1
  242. package/lib/components/Icons/DotPencil.js.map +1 -1
  243. package/lib/components/Icons/DotQuestionMark.js.map +1 -1
  244. package/lib/components/Icons/DotTriangle.js.map +1 -1
  245. package/lib/components/Icons/DotX.js.map +1 -1
  246. package/lib/components/Icons/Download.js.map +1 -1
  247. package/lib/components/Icons/Draft.js.map +1 -1
  248. package/lib/components/Icons/Drag.js.map +1 -1
  249. package/lib/components/Icons/EChat.js.map +1 -1
  250. package/lib/components/Icons/Ear.js.map +1 -1
  251. package/lib/components/Icons/EarDeaf.js.map +1 -1
  252. package/lib/components/Icons/EarHearingAid.js.map +1 -1
  253. package/lib/components/Icons/EarNoseThroat.js.map +1 -1
  254. package/lib/components/Icons/EarVolume.js.map +1 -1
  255. package/lib/components/Icons/Edit.js.map +1 -1
  256. package/lib/components/Icons/ElderlyPerson.js.map +1 -1
  257. package/lib/components/Icons/Embolization.js.map +1 -1
  258. package/lib/components/Icons/EmergencyCall.js.map +1 -1
  259. package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -1
  260. package/lib/components/Icons/EmoticonDelighted.js.map +1 -1
  261. package/lib/components/Icons/EmoticonDisappointed.js.map +1 -1
  262. package/lib/components/Icons/EmoticonHappy.js.map +1 -1
  263. package/lib/components/Icons/EmoticonMeh.js.map +1 -1
  264. package/lib/components/Icons/EmptyBox.js.map +1 -1
  265. package/lib/components/Icons/EnterFullScreen.js.map +1 -1
  266. package/lib/components/Icons/Envelope.js.map +1 -1
  267. package/lib/components/Icons/Epilepsy.js.map +1 -1
  268. package/lib/components/Icons/Eraser.js.map +1 -1
  269. package/lib/components/Icons/ErrorSignFill.js.map +1 -1
  270. package/lib/components/Icons/ErrorSignStroke.js.map +1 -1
  271. package/lib/components/Icons/EuropeanHealthCard.js.map +1 -1
  272. package/lib/components/Icons/ExitFullScreen.js.map +1 -1
  273. package/lib/components/Icons/Eye.js.map +1 -1
  274. package/lib/components/Icons/Facebook.js.map +1 -1
  275. package/lib/components/Icons/FallingLeaf.js.map +1 -1
  276. package/lib/components/Icons/Feedback.js.map +1 -1
  277. package/lib/components/Icons/Female.js.map +1 -1
  278. package/lib/components/Icons/FemaleDoctor.js.map +1 -1
  279. package/lib/components/Icons/Ferry.js.map +1 -1
  280. package/lib/components/Icons/File.js.map +1 -1
  281. package/lib/components/Icons/Filter.js +12 -12
  282. package/lib/components/Icons/Filter.js.map +1 -1
  283. package/lib/components/Icons/FingerBleed.js.map +1 -1
  284. package/lib/components/Icons/FirstAidKit.js.map +1 -1
  285. package/lib/components/Icons/Fish.js.map +1 -1
  286. package/lib/components/Icons/FloppyDisk.js.map +1 -1
  287. package/lib/components/Icons/Football.js.map +1 -1
  288. package/lib/components/Icons/Form.js.map +1 -1
  289. package/lib/components/Icons/Forward.js.map +1 -1
  290. package/lib/components/Icons/Gallery.js.map +1 -1
  291. package/lib/components/Icons/Garden.js.map +1 -1
  292. package/lib/components/Icons/GasCan.js.map +1 -1
  293. package/lib/components/Icons/GenderIdentity.js.map +1 -1
  294. package/lib/components/Icons/GlassWater.js.map +1 -1
  295. package/lib/components/Icons/Glasses.js.map +1 -1
  296. package/lib/components/Icons/Globe.js.map +1 -1
  297. package/lib/components/Icons/Grain.js.map +1 -1
  298. package/lib/components/Icons/Graph.js.map +1 -1
  299. package/lib/components/Icons/Group.js.map +1 -1
  300. package/lib/components/Icons/GroupTwins.js.map +1 -1
  301. package/lib/components/Icons/HTMLFile.js.map +1 -1
  302. package/lib/components/Icons/HandWaving.js.map +1 -1
  303. package/lib/components/Icons/HandWithDisease.js.map +1 -1
  304. package/lib/components/Icons/HandsAndHeart.js.map +1 -1
  305. package/lib/components/Icons/HealthClinic.js.map +1 -1
  306. package/lib/components/Icons/HealthMeasurements.js.map +1 -1
  307. package/lib/components/Icons/HealthWarning.js.map +1 -1
  308. package/lib/components/Icons/HealthcarePerson.js.map +1 -1
  309. package/lib/components/Icons/HealthcarePersonell.js.map +1 -1
  310. package/lib/components/Icons/HearingProtection.js.map +1 -1
  311. package/lib/components/Icons/Heart.js.map +1 -1
  312. package/lib/components/Icons/HeartHands.js.map +1 -1
  313. package/lib/components/Icons/HelpSign.js.map +1 -1
  314. package/lib/components/Icons/HelpingHand.js.map +1 -1
  315. package/lib/components/Icons/Hemodialysis.js.map +1 -1
  316. package/lib/components/Icons/Hiker.js.map +1 -1
  317. package/lib/components/Icons/Hipprosthesis.js.map +1 -1
  318. package/lib/components/Icons/History.js.map +1 -1
  319. package/lib/components/Icons/HivAndAids.js.map +1 -1
  320. package/lib/components/Icons/Home.js.map +1 -1
  321. package/lib/components/Icons/HomeFill.js.map +1 -1
  322. package/lib/components/Icons/Hormone.js.map +1 -1
  323. package/lib/components/Icons/Hospital.js.map +1 -1
  324. package/lib/components/Icons/Hourglass.js.map +1 -1
  325. package/lib/components/Icons/IconNames.js.map +1 -1
  326. package/lib/components/Icons/ImgFile.js.map +1 -1
  327. package/lib/components/Icons/Inbox.js.map +1 -1
  328. package/lib/components/Icons/InfoSignFill.js.map +1 -1
  329. package/lib/components/Icons/InfoSignStroke.js.map +1 -1
  330. package/lib/components/Icons/Instagram.js.map +1 -1
  331. package/lib/components/Icons/Intravenous.js.map +1 -1
  332. package/lib/components/Icons/JointPain.js.map +1 -1
  333. package/lib/components/Icons/Journal.js.map +1 -1
  334. package/lib/components/Icons/JpgFile.js.map +1 -1
  335. package/lib/components/Icons/Kidney.js.map +1 -1
  336. package/lib/components/Icons/KitchenScale.js.map +1 -1
  337. package/lib/components/Icons/Kjernejournal.js.map +1 -1
  338. package/lib/components/Icons/Laboratory.js.map +1 -1
  339. package/lib/components/Icons/LaptopBlog.js.map +1 -1
  340. package/lib/components/Icons/LawBook.js.map +1 -1
  341. package/lib/components/Icons/LegalDocument.js.map +1 -1
  342. package/lib/components/Icons/LightBulb.js.map +1 -1
  343. package/lib/components/Icons/List.js.map +1 -1
  344. package/lib/components/Icons/Location.js.map +1 -1
  345. package/lib/components/Icons/LocationFill.js.map +1 -1
  346. package/lib/components/Icons/Lock.js.map +1 -1
  347. package/lib/components/Icons/Login.js.map +1 -1
  348. package/lib/components/Icons/Logout.js.map +1 -1
  349. package/lib/components/Icons/Lungs.js.map +1 -1
  350. package/lib/components/Icons/Makeup.js.map +1 -1
  351. package/lib/components/Icons/MaleDoctor.js.map +1 -1
  352. package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -1
  353. package/lib/components/Icons/MaleDoctorCompact.js.map +1 -1
  354. package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -1
  355. package/lib/components/Icons/MaleGenitalia.js.map +1 -1
  356. package/lib/components/Icons/MeasuringTape.js.map +1 -1
  357. package/lib/components/Icons/Medicine.js.map +1 -1
  358. package/lib/components/Icons/MedicineWarning.js.map +1 -1
  359. package/lib/components/Icons/MentalHealthAdult.js.map +1 -1
  360. package/lib/components/Icons/MentalHealthChild.js.map +1 -1
  361. package/lib/components/Icons/Menu.js.map +1 -1
  362. package/lib/components/Icons/Microscope.js.map +1 -1
  363. package/lib/components/Icons/Minus.js.map +1 -1
  364. package/lib/components/Icons/Mirror.js.map +1 -1
  365. package/lib/components/Icons/MobilePhone.js.map +1 -1
  366. package/lib/components/Icons/MotherHoldingBaby.js.map +1 -1
  367. package/lib/components/Icons/MuscleBack.js.map +1 -1
  368. package/lib/components/Icons/MuscleLeg.js.map +1 -1
  369. package/lib/components/Icons/Mushroom.js.map +1 -1
  370. package/lib/components/Icons/Music.js.map +1 -1
  371. package/lib/components/Icons/MusselsAndSalt.js.map +1 -1
  372. package/lib/components/Icons/NoAccess.js.map +1 -1
  373. package/lib/components/Icons/NoEye.js.map +1 -1
  374. package/lib/components/Icons/NoFilter.js.map +1 -1
  375. package/lib/components/Icons/Notepad.js.map +1 -1
  376. package/lib/components/Icons/Osteotomy.js.map +1 -1
  377. package/lib/components/Icons/PaintRoller.js.map +1 -1
  378. package/lib/components/Icons/PaperPlane.js.map +1 -1
  379. package/lib/components/Icons/PatientAndPerson.js.map +1 -1
  380. package/lib/components/Icons/Pause.js.map +1 -1
  381. package/lib/components/Icons/PdfFile.js.map +1 -1
  382. package/lib/components/Icons/Pencil.js.map +1 -1
  383. package/lib/components/Icons/PeopleTalking.js.map +1 -1
  384. package/lib/components/Icons/Peritonealdialysis.js.map +1 -1
  385. package/lib/components/Icons/Person.js.map +1 -1
  386. package/lib/components/Icons/PersonAndPatient.js.map +1 -1
  387. package/lib/components/Icons/PersonCancel.js.map +1 -1
  388. package/lib/components/Icons/PersonInXRayMachine.js.map +1 -1
  389. package/lib/components/Icons/PersonOverweight.js.map +1 -1
  390. package/lib/components/Icons/PersonRelaxing.js.map +1 -1
  391. package/lib/components/Icons/PersonWithBrain.js.map +1 -1
  392. package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -1
  393. package/lib/components/Icons/PersonWithCrutches.js.map +1 -1
  394. package/lib/components/Icons/PersonWithJaw.js.map +1 -1
  395. package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -1
  396. package/lib/components/Icons/PersonWithSenses.js.map +1 -1
  397. package/lib/components/Icons/PersonWorking.js.map +1 -1
  398. package/lib/components/Icons/PersonalPlan.js.map +1 -1
  399. package/lib/components/Icons/PizzaSlice.js.map +1 -1
  400. package/lib/components/Icons/Plane.js.map +1 -1
  401. package/lib/components/Icons/Plant.js.map +1 -1
  402. package/lib/components/Icons/PlateKnifeFork.js.map +1 -1
  403. package/lib/components/Icons/Play.js.map +1 -1
  404. package/lib/components/Icons/PlusLarge.js.map +1 -1
  405. package/lib/components/Icons/PlusSmall.js.map +1 -1
  406. package/lib/components/Icons/PngFile.js.map +1 -1
  407. package/lib/components/Icons/Podcast.js.map +1 -1
  408. package/lib/components/Icons/PoisonInformation.js.map +1 -1
  409. package/lib/components/Icons/Pregnant.js.map +1 -1
  410. package/lib/components/Icons/Printer.js.map +1 -1
  411. package/lib/components/Icons/Psychosis.js.map +1 -1
  412. package/lib/components/Icons/Publication.js.map +1 -1
  413. package/lib/components/Icons/Puzzle.js.map +1 -1
  414. package/lib/components/Icons/QrCode.js.map +1 -1
  415. package/lib/components/Icons/Quarrel.js.map +1 -1
  416. package/lib/components/Icons/RadioTherapy.js.map +1 -1
  417. package/lib/components/Icons/RadioactiveTreatment.js.map +1 -1
  418. package/lib/components/Icons/Radioiodine.js.map +1 -1
  419. package/lib/components/Icons/Receipt.js.map +1 -1
  420. package/lib/components/Icons/Receptionist.js.map +1 -1
  421. package/lib/components/Icons/Recovery.js.map +1 -1
  422. package/lib/components/Icons/Referral.js.map +1 -1
  423. package/lib/components/Icons/Refresh.js.map +1 -1
  424. package/lib/components/Icons/Refund.js.map +1 -1
  425. package/lib/components/Icons/Reminder.js.map +1 -1
  426. package/lib/components/Icons/Reply.js.map +1 -1
  427. package/lib/components/Icons/Rocket.js.map +1 -1
  428. package/lib/components/Icons/RtfFile.js.map +1 -1
  429. package/lib/components/Icons/STDs.js.map +1 -1
  430. package/lib/components/Icons/Save.js.map +1 -1
  431. package/lib/components/Icons/Scale.js.map +1 -1
  432. package/lib/components/Icons/ScreenReader.js.map +1 -1
  433. package/lib/components/Icons/Search.js +4 -4
  434. package/lib/components/Icons/Search.js.map +1 -1
  435. package/lib/components/Icons/SectionSign.js.map +1 -1
  436. package/lib/components/Icons/Settings.js.map +1 -1
  437. package/lib/components/Icons/SettingsFill.js.map +1 -1
  438. package/lib/components/Icons/Sexualorientation.js.map +1 -1
  439. package/lib/components/Icons/ShakingHand.js.map +1 -1
  440. package/lib/components/Icons/Share.js.map +1 -1
  441. package/lib/components/Icons/SharedHealthData.js.map +1 -1
  442. package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -1
  443. package/lib/components/Icons/Shield.js.map +1 -1
  444. package/lib/components/Icons/ShuntOperation.js.map +1 -1
  445. package/lib/components/Icons/Skeleton.js.map +1 -1
  446. package/lib/components/Icons/Skin.js.map +1 -1
  447. package/lib/components/Icons/Snake.js.map +1 -1
  448. package/lib/components/Icons/Snapchat.js.map +1 -1
  449. package/lib/components/Icons/Sort.js +12 -12
  450. package/lib/components/Icons/Sort.js.map +1 -1
  451. package/lib/components/Icons/SortDown.js.map +1 -1
  452. package/lib/components/Icons/SortUp.js.map +1 -1
  453. package/lib/components/Icons/SpeechBubble.js.map +1 -1
  454. package/lib/components/Icons/Spray.js.map +1 -1
  455. package/lib/components/Icons/StarFill.js.map +1 -1
  456. package/lib/components/Icons/StarStroke.js.map +1 -1
  457. package/lib/components/Icons/StickyNote.js.map +1 -1
  458. package/lib/components/Icons/StickyNotes.js.map +1 -1
  459. package/lib/components/Icons/Stopwatch.js.map +1 -1
  460. package/lib/components/Icons/Sun.js.map +1 -1
  461. package/lib/components/Icons/SupportingPerson.js.map +1 -1
  462. package/lib/components/Icons/Surgery.js.map +1 -1
  463. package/lib/components/Icons/Sweets.js.map +1 -1
  464. package/lib/components/Icons/Syringe.js.map +1 -1
  465. package/lib/components/Icons/Taxi.js.map +1 -1
  466. package/lib/components/Icons/TeddyBear.js.map +1 -1
  467. package/lib/components/Icons/Teenagers.js.map +1 -1
  468. package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -1
  469. package/lib/components/Icons/Ticket.js.map +1 -1
  470. package/lib/components/Icons/TimePassing.js.map +1 -1
  471. package/lib/components/Icons/Toddler.js.map +1 -1
  472. package/lib/components/Icons/Tombstone.js.map +1 -1
  473. package/lib/components/Icons/Toolbox.js.map +1 -1
  474. package/lib/components/Icons/Tooth.js.map +1 -1
  475. package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -1
  476. package/lib/components/Icons/Train.js.map +1 -1
  477. package/lib/components/Icons/Transplantation.js.map +1 -1
  478. package/lib/components/Icons/TrashCan.js.map +1 -1
  479. package/lib/components/Icons/TravelRoute.js.map +1 -1
  480. package/lib/components/Icons/TreatmentAids.js.map +1 -1
  481. package/lib/components/Icons/TriangleX.js.map +1 -1
  482. package/lib/components/Icons/Twitter.js.map +1 -1
  483. package/lib/components/Icons/Undo.js.map +1 -1
  484. package/lib/components/Icons/UniProsthesis.js.map +1 -1
  485. package/lib/components/Icons/Upload.js.map +1 -1
  486. package/lib/components/Icons/UserOrganization.js.map +1 -1
  487. package/lib/components/Icons/Vaccine.js.map +1 -1
  488. package/lib/components/Icons/VerticalDots.js.map +1 -1
  489. package/lib/components/Icons/VideoCamera.js.map +1 -1
  490. package/lib/components/Icons/VideoChat.js.map +1 -1
  491. package/lib/components/Icons/Wallet.js.map +1 -1
  492. package/lib/components/Icons/Watch.js.map +1 -1
  493. package/lib/components/Icons/Website.js.map +1 -1
  494. package/lib/components/Icons/Wheelchair.js.map +1 -1
  495. package/lib/components/Icons/WheelchairActive.js.map +1 -1
  496. package/lib/components/Icons/Window.js.map +1 -1
  497. package/lib/components/Icons/WordDocument.js.map +1 -1
  498. package/lib/components/Icons/WorkSuitcase.js.map +1 -1
  499. package/lib/components/Icons/X.js.map +1 -1
  500. package/lib/components/Icons/XOutline.js.map +1 -1
  501. package/lib/components/Icons/XmlFile.js.map +1 -1
  502. package/lib/components/Icons/YouTube.js.map +1 -1
  503. package/lib/components/Icons/Zoom.js.map +1 -1
  504. package/lib/components/Icons/ZoomInLeft.js.map +1 -1
  505. package/lib/components/Icons/ZoomOutLeft.js.map +1 -1
  506. package/lib/components/Illustration/index.js +1 -1
  507. package/lib/components/Illustrations/BabyMobile.js +1 -1
  508. package/lib/components/Illustrations/BabyMobile.js.map +1 -1
  509. package/lib/components/Illustrations/BabyMobileMedium.js +1 -1
  510. package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -1
  511. package/lib/components/Illustrations/Child.js +1 -1
  512. package/lib/components/Illustrations/Child.js.map +1 -1
  513. package/lib/components/Illustrations/ChildMedium.js +1 -1
  514. package/lib/components/Illustrations/ChildMedium.js.map +1 -1
  515. package/lib/components/Illustrations/Doctor.js +1 -1
  516. package/lib/components/Illustrations/Doctor.js.map +1 -1
  517. package/lib/components/Illustrations/DoctorMedium.js.map +1 -1
  518. package/lib/components/Illustrations/DoctorSmall.js.map +1 -1
  519. package/lib/components/Illustrations/EyeContact.d.ts +8 -0
  520. package/lib/components/Illustrations/EyeContact.js +17 -0
  521. package/lib/components/Illustrations/EyeContact.js.map +1 -0
  522. package/lib/components/Illustrations/EyeContactMedium.d.ts +3 -0
  523. package/lib/components/Illustrations/EyeContactMedium.js +80 -0
  524. package/lib/components/Illustrations/EyeContactMedium.js.map +1 -0
  525. package/lib/components/Illustrations/FacialRecognitionFingerprint.js +1 -1
  526. package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -1
  527. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +1 -1
  528. package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -1
  529. package/lib/components/Illustrations/GiveBabyFood.js +1 -1
  530. package/lib/components/Illustrations/GiveBabyFood.js.map +1 -1
  531. package/lib/components/Illustrations/GiveBabyFoodMedium.js +1 -1
  532. package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -1
  533. package/lib/components/Illustrations/HealthcarePersonnel.js +1 -1
  534. package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -1
  535. package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -1
  536. package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -1
  537. package/lib/components/Illustrations/IllustrationNames.d.ts +1 -1
  538. package/lib/components/Illustrations/IllustrationNames.js +4 -0
  539. package/lib/components/Illustrations/IllustrationNames.js.map +1 -1
  540. package/lib/components/Illustrations/ReadLetters.js +1 -1
  541. package/lib/components/Illustrations/ReadLetters.js.map +1 -1
  542. package/lib/components/Illustrations/ReadLettersMedium.js +1 -1
  543. package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -1
  544. package/lib/components/Illustrations/SkinToSkin.d.ts +8 -0
  545. package/lib/components/Illustrations/SkinToSkin.js +17 -0
  546. package/lib/components/Illustrations/SkinToSkin.js.map +1 -0
  547. package/lib/components/Illustrations/SkinToSkinMedium.d.ts +3 -0
  548. package/lib/components/Illustrations/SkinToSkinMedium.js +107 -0
  549. package/lib/components/Illustrations/SkinToSkinMedium.js.map +1 -0
  550. package/lib/components/Illustrations/Stork.js +1 -1
  551. package/lib/components/Illustrations/Stork.js.map +1 -1
  552. package/lib/components/Illustrations/StorkMedium.js +1 -1
  553. package/lib/components/Illustrations/StorkMedium.js.map +1 -1
  554. package/lib/components/Illustrations/Stroller.js +1 -1
  555. package/lib/components/Illustrations/Stroller.js.map +1 -1
  556. package/lib/components/Illustrations/StrollerMedium.js +1 -1
  557. package/lib/components/Illustrations/StrollerMedium.js.map +1 -1
  558. package/lib/components/Illustrations/Support2.js +1 -1
  559. package/lib/components/Illustrations/Support2.js.map +1 -1
  560. package/lib/components/Illustrations/Support2Medium.js +1 -1
  561. package/lib/components/Illustrations/Support2Medium.js.map +1 -1
  562. package/lib/components/Illustrations/Thinking.js +1 -1
  563. package/lib/components/Illustrations/Thinking.js.map +1 -1
  564. package/lib/components/Illustrations/ThinkingMedium.js +1 -1
  565. package/lib/components/Illustrations/ThinkingMedium.js.map +1 -1
  566. package/lib/components/Loader/index.js.map +1 -1
  567. package/lib/components/Logo/index.js.map +1 -1
  568. package/lib/components/Modal/index.js.map +1 -1
  569. package/lib/components/NotificationPanel/index.js.map +1 -1
  570. package/lib/components/Panel/index.js +1 -1
  571. package/lib/components/Panel/index.js.map +1 -1
  572. package/lib/components/Panel/styles.module.scss.d.ts +3 -2
  573. package/lib/components/PanelList/index.js +1 -1
  574. package/lib/components/PanelList/index.js.map +1 -1
  575. package/lib/components/PopMenu/index.js.map +1 -1
  576. package/lib/components/Portal/index.js.map +1 -1
  577. package/lib/components/Progressbar/index.js.map +1 -1
  578. package/lib/components/PromoPanel/index.js.map +1 -1
  579. package/lib/components/RadioButton/RadioMarker/RadioMarker.d.ts +20 -0
  580. package/lib/components/RadioButton/RadioMarker/styles.module.scss +288 -0
  581. package/lib/components/RadioButton/RadioMarker/styles.module.scss.d.ts +20 -0
  582. package/lib/components/RadioButton/index.d.ts +0 -1
  583. package/lib/components/RadioButton/index.js +2 -2
  584. package/lib/components/RadioButton/index.js.map +1 -1
  585. package/lib/components/RadioButton/styles.module.scss +13 -275
  586. package/lib/components/RadioButton/styles.module.scss.d.ts +2 -12
  587. package/lib/components/ServiceMessage/index.js.map +1 -1
  588. package/lib/components/SharingStatus/index.js.map +1 -1
  589. package/lib/components/Step/index.js.map +1 -1
  590. package/lib/components/Stepper/index.js +1 -5
  591. package/lib/components/Stepper/index.js.map +1 -1
  592. package/lib/components/StickyNote/index.js.map +1 -1
  593. package/lib/components/Table/index.js +3 -3
  594. package/lib/components/Table/index.js.map +1 -1
  595. package/lib/components/Tabs/index.js +5 -0
  596. package/lib/components/Tabs/index.js.map +1 -1
  597. package/lib/components/Tag/index.js.map +1 -1
  598. package/lib/components/TagList/index.js.map +1 -1
  599. package/lib/components/Tile/index.js.map +1 -1
  600. package/lib/components/ToastList/index.js.map +1 -1
  601. package/lib/components/Toggle/index.js.map +1 -1
  602. package/lib/components/Validation/index.js.map +1 -1
  603. package/lib/components/VisualCheckboxCloud/Checkbox/Checkbox.d.ts +21 -0
  604. package/lib/components/VisualCheckboxCloud/Checkbox/index.d.ts +3 -0
  605. package/lib/components/VisualCheckboxCloud/Checkbox/index.js +7 -0
  606. package/lib/components/VisualCheckboxCloud/Checkbox/index.js.map +1 -0
  607. package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss +10 -0
  608. package/lib/components/VisualCheckboxCloud/Checkbox/styles.module.scss.d.ts +15 -0
  609. package/lib/components/VisualCheckboxCloud/VisualCheckboxCloud.d.ts +29 -0
  610. package/lib/components/VisualCheckboxCloud/index.d.ts +3 -0
  611. package/lib/components/VisualCheckboxCloud/index.js +42 -0
  612. package/lib/components/VisualCheckboxCloud/index.js.map +1 -0
  613. package/lib/components/VisualCheckboxCloud/styles.module.scss +6 -0
  614. package/lib/components/VisualCheckboxCloud/styles.module.scss.d.ts +9 -0
  615. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.d.ts +26 -0
  616. package/lib/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.d.ts +10 -0
  617. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.d.ts +3 -0
  618. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js +7 -0
  619. package/lib/components/VisualCheckboxGroup/VisualCheckbox/index.js.map +1 -0
  620. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss +7 -0
  621. package/lib/components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss.d.ts +18 -0
  622. package/lib/components/VisualCheckboxGroup/VisualCheckboxGroup.d.ts +33 -0
  623. package/lib/components/VisualCheckboxGroup/index.d.ts +3 -0
  624. package/lib/components/VisualCheckboxGroup/index.js +47 -0
  625. package/lib/components/VisualCheckboxGroup/index.js.map +1 -0
  626. package/lib/components/VisualCheckboxGroup/styles.module.scss +6 -0
  627. package/lib/components/VisualCheckboxGroup/styles.module.scss.d.ts +10 -0
  628. package/lib/components/VisualRadioCloud/Radio/Radio.d.ts +23 -0
  629. package/lib/components/VisualRadioCloud/Radio/index.d.ts +3 -0
  630. package/lib/components/VisualRadioCloud/Radio/index.js +7 -0
  631. package/lib/components/VisualRadioCloud/Radio/index.js.map +1 -0
  632. package/lib/components/VisualRadioCloud/Radio/styles.module.scss +7 -0
  633. package/lib/components/VisualRadioCloud/Radio/styles.module.scss.d.ts +15 -0
  634. package/lib/components/VisualRadioCloud/VisualRadioCloud.d.ts +39 -0
  635. package/lib/components/VisualRadioCloud/index.d.ts +3 -0
  636. package/lib/components/VisualRadioCloud/index.js +62 -0
  637. package/lib/components/VisualRadioCloud/index.js.map +1 -0
  638. package/lib/components/VisualRadioCloud/styles.module.scss +6 -0
  639. package/lib/components/VisualRadioCloud/styles.module.scss.d.ts +9 -0
  640. package/lib/components/VisualRadioGroup/VisualRadio/VisualContent.d.ts +10 -0
  641. package/lib/components/VisualRadioGroup/VisualRadio/VisualRadio.d.ts +26 -0
  642. package/lib/components/VisualRadioGroup/VisualRadio/index.d.ts +3 -0
  643. package/lib/components/VisualRadioGroup/VisualRadio/index.js +7 -0
  644. package/lib/components/VisualRadioGroup/VisualRadio/index.js.map +1 -0
  645. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss +7 -0
  646. package/lib/components/VisualRadioGroup/VisualRadio/styles.module.scss.d.ts +18 -0
  647. package/lib/components/VisualRadioGroup/VisualRadioGroup.d.ts +39 -0
  648. package/lib/components/VisualRadioGroup/index.d.ts +3 -0
  649. package/lib/components/VisualRadioGroup/index.js +67 -0
  650. package/lib/components/VisualRadioGroup/index.js.map +1 -0
  651. package/lib/components/VisualRadioGroup/styles.module.scss +6 -0
  652. package/lib/components/VisualRadioGroup/styles.module.scss.d.ts +10 -0
  653. package/lib/constants.js.map +1 -1
  654. package/lib/constants2.js +6 -6
  655. package/lib/constants2.js.map +1 -1
  656. package/lib/floating-ui.react.js +30 -30
  657. package/lib/floating-ui.react.js.map +1 -1
  658. package/lib/getFilterChips.js.map +1 -1
  659. package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -1
  660. package/lib/hooks/useBreakpoint.js.map +1 -1
  661. package/lib/hooks/useElementList.js.map +1 -1
  662. package/lib/hooks/useEventListenerState.js.map +1 -1
  663. package/lib/hooks/useExpand.js.map +1 -1
  664. package/lib/hooks/useFocusToggle.js.map +1 -1
  665. package/lib/hooks/useFocusTrap.js.map +1 -1
  666. package/lib/hooks/useFocusableElements.js.map +1 -1
  667. package/lib/hooks/useIcons.js.map +1 -1
  668. package/lib/hooks/useIdWithFallback.js.map +1 -1
  669. package/lib/hooks/useIntersectionObserver.js.map +1 -1
  670. package/lib/hooks/useInterval.js.map +1 -1
  671. package/lib/hooks/useIsMobileBreakpoint.js.map +1 -1
  672. package/lib/hooks/useIsServerSide.js.map +1 -1
  673. package/lib/hooks/useIsVisible.js.map +1 -1
  674. package/lib/hooks/useKeyboardEvent.js.map +1 -1
  675. package/lib/hooks/useLanguage.js.map +1 -1
  676. package/lib/hooks/useLayoutEvent.js.map +1 -1
  677. package/lib/hooks/useOutsideEvent.js.map +1 -1
  678. package/lib/hooks/usePrevious.js.map +1 -1
  679. package/lib/hooks/usePseudoClasses.js.map +1 -1
  680. package/lib/hooks/useResizeObserver.js.map +1 -1
  681. package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -1
  682. package/lib/hooks/useRovingFocus.js.map +1 -1
  683. package/lib/hooks/useSize.js.map +1 -1
  684. package/lib/hooks/useToggle.js.map +1 -1
  685. package/lib/hooks/usestopPropagation.js.map +1 -1
  686. package/lib/resourceHelper.js +42 -8
  687. package/lib/resourceHelper.js.map +1 -1
  688. package/lib/resources/HN.Designsystem.Drawer.se-NO.json.d.ts +7 -0
  689. package/lib/resources/HN.Designsystem.Filter.en-GB.json.d.ts +7 -4
  690. package/lib/resources/HN.Designsystem.Filter.nb-NO.json.d.ts +7 -4
  691. package/lib/resources/HN.Designsystem.Filter.nn-NO.json.d.ts +16 -0
  692. package/lib/resources/HN.Designsystem.Filter.se-NO.json.d.ts +16 -0
  693. package/lib/resources/HN.Designsystem.Tabs.se-NO.json.d.ts +7 -0
  694. package/lib/resources/Resources.d.ts +15 -3
  695. package/lib/scss/_visual-form.scss +357 -0
  696. package/lib/theme/currys/color.js.map +1 -1
  697. package/lib/theme/currys/spacing.js.map +1 -1
  698. package/lib/theme/grid.js.map +1 -1
  699. package/lib/theme/index.js.map +1 -1
  700. package/lib/theme/palette.js.map +1 -1
  701. package/lib/theme/spacers.js.map +1 -1
  702. package/lib/utils/accessibility.js.map +1 -1
  703. package/lib/utils/component.js.map +1 -1
  704. package/lib/utils/debounce.js.map +1 -1
  705. package/lib/utils/deepContains.js.map +1 -1
  706. package/lib/utils/device.js.map +1 -1
  707. package/lib/utils/focus.js.map +1 -1
  708. package/lib/utils/language.js.map +1 -1
  709. package/lib/utils/mobile.js.map +1 -1
  710. package/lib/utils/refs.js.map +1 -1
  711. package/lib/utils/resource.js.map +1 -1
  712. package/lib/utils/scroll.js.map +1 -1
  713. package/lib/utils/viewport.js.map +1 -1
  714. package/lib/utils.js.map +1 -1
  715. package/lib/utils2.js.map +1 -1
  716. package/lib/utils3.js +11 -100
  717. package/lib/utils3.js.map +1 -1
  718. package/lib/utils4.js +31 -12
  719. package/lib/utils4.js.map +1 -1
  720. package/lib/utils5.js +112 -31
  721. package/lib/utils5.js.map +1 -1
  722. package/lib/uuid.js.map +1 -1
  723. package/package.json +133 -3
  724. package/scss/_visual-form.scss +357 -0
  725. package/lib/components/RadioButton/utils.d.ts +0 -2
  726. package/lib/utils6.js +0 -115
  727. package/lib/utils6.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Textarea.js","names":[],"sources":["../src/resources/HN.Designsystem.TextArea.en-GB.json","../src/resources/HN.Designsystem.TextArea.nb-NO.json","../src/resources/HN.Designsystem.TextArea.nn-NO.json","../src/components/Textarea/resourceHelper.ts","../src/components/Textarea/Textarea.tsx","../src/components/Textarea/index.ts"],"sourcesContent":["{\n \"characters\": \"characters\"\n}\n","{\n \"characters\": \"tegn\"\n}\n","{\n \"characters\": \"teikn\"\n}\n","import type { HNDesignsystemTextArea } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport enGB from '../../resources/HN.Designsystem.TextArea.en-GB.json';\nimport nbNO from '../../resources/HN.Designsystem.TextArea.nb-NO.json';\nimport nnNO from '../../resources/HN.Designsystem.TextArea.nn-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemTextArea => {\n switch (language) {\n case LanguageLocales.ENGLISH:\n return enGB;\n case LanguageLocales.NORWEGIAN_NYNORSK:\n return nnNO;\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import { useState, useRef, useLayoutEffect } from 'react';\n\nimport cn from 'classnames';\n\nimport type { HNDesignsystemTextArea } from '../../resources/Resources';\nimport type { ErrorWrapperClassNameProps } from '../ErrorWrapper';\n\nimport { getResources } from './resourceHelper';\nimport { AnalyticsId, AVERAGE_CHARACTER_WIDTH_PX, FormOnColor, LanguageLocales } from '../../constants';\nimport { useIdWithFallback } from '../../hooks/useIdWithFallback';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport { getAriaDescribedBy } from '../../utils/accessibility';\nimport { uuid } from '../../utils/uuid';\nimport ErrorWrapper from '../ErrorWrapper';\nimport { renderLabel } from '../Label/utils';\nimport MaxCharacters from '../MaxCharacters/MaxCharacters';\n\nimport styles from './styles.module.scss';\n\nexport interface TextareaProps\n extends\n ErrorWrapperClassNameProps,\n Pick<\n React.InputHTMLAttributes<HTMLTextAreaElement>,\n | 'aria-describedby'\n | 'autoFocus'\n | 'disabled'\n | 'name'\n | 'autoComplete'\n | 'placeholder'\n | 'readOnly'\n | 'required'\n | 'defaultValue'\n | 'onChange'\n | 'value'\n > {\n /** max character limit in textarea */\n maxCharacters?: number;\n /** Width of textarea in characters (approximate) */\n width?: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** If true, the component will have a bottom margin. */\n marginBottom?: boolean;\n /** If true, the component will be transparent. */\n transparent?: boolean;\n /** Changes the visuals of the textarea */\n onColor?: keyof typeof FormOnColor;\n /** Label of the input */\n label?: React.ReactNode;\n /** id of the textarea */\n textareaId?: string;\n /** max rows */\n maxRows?: number;\n /** min rows */\n minRows?: number;\n /** auto-grows until maxRows */\n grow?: boolean;\n /** Activates Error style for the input */\n error?: boolean;\n /** Error text to show above the component */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Resources for component */\n resources?: Partial<HNDesignsystemTextArea>;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLTextAreaElement | null>;\n}\n\nconst getTextareaMaxWidth = (characters: number): string => {\n const paddingWidth = '2rem';\n const scrollbarWidth = '16px';\n const borderWidth = '4px';\n\n return `calc(${characters * AVERAGE_CHARACTER_WIDTH_PX}px + ${paddingWidth} + ${scrollbarWidth} + ${borderWidth})`;\n};\n\nconst Textarea: React.FC<TextareaProps> = props => {\n const {\n maxCharacters,\n width,\n testId,\n defaultValue,\n marginBottom: gutterBottom,\n transparent,\n onColor = FormOnColor.onwhite,\n label,\n textareaId = uuid(),\n minRows = 3,\n maxRows = 10,\n grow,\n error,\n errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n autoFocus,\n disabled,\n name,\n autoComplete = 'off',\n placeholder,\n readOnly,\n required,\n onChange,\n value,\n resources,\n ref,\n ...rest\n } = props;\n\n const [textareaInput, setTextareaInput] = useState(value || defaultValue || '');\n const [prevDefaultValue, setPrevDefaultValue] = useState(defaultValue);\n const [prevValue, setPrevValue] = useState(value);\n const referanse = useRef<HTMLDivElement>(null);\n const errorTextUuid = useIdWithFallback(errorTextIdProp);\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n\n const mergedResources: HNDesignsystemTextArea = {\n ...defaultResources,\n ...resources,\n };\n\n if (defaultValue !== prevDefaultValue) {\n setPrevDefaultValue(defaultValue);\n setTextareaInput(defaultValue || '');\n }\n\n if (value !== prevValue) {\n setPrevValue(value);\n\n if (value) {\n setTextareaInput(value);\n }\n }\n\n const resizeHeight = (target: HTMLTextAreaElement): void => {\n const textareaLineHeight = 28;\n\n target.rows = minRows; // reset number of rows in textarea\n\n const currentRows = Math.floor((target.scrollHeight - 16) / textareaLineHeight); // scrollHeight - 16px of padding to calculate the rows\n\n if (currentRows >= maxRows) {\n target.rows = maxRows;\n target.scrollTop = target.scrollHeight;\n } else {\n target.rows = currentRows;\n }\n };\n\n const onDark = onColor === FormOnColor.ondark;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const maxCharactersExceeded = !!maxCharacters && textareaInput.toString().length > maxCharacters;\n const onError = onColor === FormOnColor.oninvalid || !!errorText || !!error || maxCharactersExceeded;\n\n const textareaWrapperClass = cn(styles.textarea, {\n [styles['textarea--gutterBottom']]: gutterBottom,\n });\n\n const contentWrapperClass = cn(styles['input-container'], {\n [styles['input-container--transparent']]: transparent,\n [styles['input-container--on-blueberry']]: onBlueberry,\n [styles['input-container--on-dark']]: onDark,\n [styles['input-container--invalid']]: onError,\n [styles['input-container--disabled']]: props.disabled,\n });\n\n const textareaClass = cn(styles['input-container__input'], {\n [styles[`input-container__input--disabled`]]: props.disabled,\n });\n\n useLayoutEffect(() => {\n if (grow && referanse.current?.children && referanse.current?.children[0]) {\n const textarea = referanse.current?.children[0] as HTMLTextAreaElement;\n resizeHeight(textarea);\n }\n }, [value]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLTextAreaElement>): void => {\n setTextareaInput(e.target.value);\n\n if (onChange) {\n onChange(e);\n }\n\n if (grow) {\n resizeHeight(e.target);\n }\n };\n\n const maxWidth = width ? getTextareaMaxWidth(width) : undefined;\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextUuid}>\n <div data-testid={testId} data-analyticsid={AnalyticsId.Textarea} className={textareaWrapperClass}>\n {renderLabel({ label: label, inputId: textareaId, onColor: onColor as FormOnColor })}\n <div className={contentWrapperClass} ref={referanse} style={{ maxWidth }}>\n <textarea\n {...rest}\n rows={minRows}\n defaultValue={defaultValue}\n id={textareaId}\n className={textareaClass}\n ref={ref}\n aria-describedby={getAriaDescribedBy(props, errorTextUuid)}\n aria-invalid={!!onError}\n // eslint-disable-next-line jsx-a11y/no-autofocus\n autoFocus={autoFocus}\n disabled={disabled}\n name={name}\n autoComplete={autoComplete ? autoComplete : undefined}\n placeholder={placeholder}\n readOnly={readOnly}\n required={required}\n onChange={onChangeHandler}\n value={value}\n />\n </div>\n {maxCharacters && (\n <MaxCharacters\n maxCharacters={maxCharacters}\n length={textareaInput.toString().length}\n maxText={mergedResources.characters}\n onColor={onColor}\n maxWidth={maxWidth}\n />\n )}\n </div>\n </ErrorWrapper>\n );\n};\n\nTextarea.displayName = 'Textarea';\n\nexport default Textarea;\n","import Textarea from './Textarea';\nexport * from './Textarea';\nexport default Textarea;\n"],"mappings":"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"}
1
+ {"version":3,"file":"Textarea.js","names":[],"sources":["../src/resources/HN.Designsystem.TextArea.en-GB.json","../src/resources/HN.Designsystem.TextArea.nb-NO.json","../src/resources/HN.Designsystem.TextArea.nn-NO.json","../src/components/Textarea/resourceHelper.ts","../src/components/Textarea/Textarea.tsx","../src/components/Textarea/index.ts"],"sourcesContent":["{\n \"characters\": \"characters\"\n}\n","{\n \"characters\": \"tegn\"\n}\n","{\n \"characters\": \"teikn\"\n}\n","import type { HNDesignsystemTextArea } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport enGB from '../../resources/HN.Designsystem.TextArea.en-GB.json';\nimport nbNO from '../../resources/HN.Designsystem.TextArea.nb-NO.json';\nimport nnNO from '../../resources/HN.Designsystem.TextArea.nn-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemTextArea => {\n switch (language) {\n case LanguageLocales.ENGLISH:\n return enGB;\n case LanguageLocales.NORWEGIAN_NYNORSK:\n return nnNO;\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import { useState, useRef, useLayoutEffect } from 'react';\n\nimport cn from 'classnames';\n\nimport type { HNDesignsystemTextArea } from '../../resources/Resources';\nimport type { ErrorWrapperClassNameProps } from '../ErrorWrapper';\n\nimport { getResources } from './resourceHelper';\nimport { AnalyticsId, AVERAGE_CHARACTER_WIDTH_PX, FormOnColor, LanguageLocales } from '../../constants';\nimport { useIdWithFallback } from '../../hooks/useIdWithFallback';\nimport { useLanguage } from '../../hooks/useLanguage';\nimport { getAriaDescribedBy } from '../../utils/accessibility';\nimport { uuid } from '../../utils/uuid';\nimport ErrorWrapper from '../ErrorWrapper';\nimport { renderLabel } from '../Label/utils';\nimport MaxCharacters from '../MaxCharacters/MaxCharacters';\n\nimport styles from './styles.module.scss';\n\nexport interface TextareaProps\n extends\n ErrorWrapperClassNameProps,\n Pick<\n React.InputHTMLAttributes<HTMLTextAreaElement>,\n | 'aria-describedby'\n | 'autoFocus'\n | 'disabled'\n | 'name'\n | 'autoComplete'\n | 'placeholder'\n | 'readOnly'\n | 'required'\n | 'defaultValue'\n | 'onChange'\n | 'value'\n > {\n /** max character limit in textarea */\n maxCharacters?: number;\n /** Width of textarea in characters (approximate) */\n width?: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** If true, the component will have a bottom margin. */\n marginBottom?: boolean;\n /** If true, the component will be transparent. */\n transparent?: boolean;\n /** Changes the visuals of the textarea */\n onColor?: keyof typeof FormOnColor;\n /** Label of the input */\n label?: React.ReactNode;\n /** id of the textarea */\n textareaId?: string;\n /** max rows */\n maxRows?: number;\n /** min rows */\n minRows?: number;\n /** auto-grows until maxRows */\n grow?: boolean;\n /** Activates Error style for the input */\n error?: boolean;\n /** Error text to show above the component */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Resources for component */\n resources?: Partial<HNDesignsystemTextArea>;\n /** Ref passed to the component */\n ref?: React.Ref<HTMLTextAreaElement | null>;\n}\n\nconst getTextareaMaxWidth = (characters: number): string => {\n const paddingWidth = '2rem';\n const scrollbarWidth = '16px';\n const borderWidth = '4px';\n\n return `calc(${characters * AVERAGE_CHARACTER_WIDTH_PX}px + ${paddingWidth} + ${scrollbarWidth} + ${borderWidth})`;\n};\n\nconst Textarea: React.FC<TextareaProps> = props => {\n const {\n maxCharacters,\n width,\n testId,\n defaultValue,\n marginBottom: gutterBottom,\n transparent,\n onColor = FormOnColor.onwhite,\n label,\n textareaId = uuid(),\n minRows = 3,\n maxRows = 10,\n grow,\n error,\n errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n autoFocus,\n disabled,\n name,\n autoComplete = 'off',\n placeholder,\n readOnly,\n required,\n onChange,\n value,\n resources,\n ref,\n ...rest\n } = props;\n\n const [textareaInput, setTextareaInput] = useState(value || defaultValue || '');\n const [prevDefaultValue, setPrevDefaultValue] = useState(defaultValue);\n const [prevValue, setPrevValue] = useState(value);\n const referanse = useRef<HTMLDivElement>(null);\n const errorTextUuid = useIdWithFallback(errorTextIdProp);\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n\n const mergedResources: HNDesignsystemTextArea = {\n ...defaultResources,\n ...resources,\n };\n\n if (defaultValue !== prevDefaultValue) {\n setPrevDefaultValue(defaultValue);\n setTextareaInput(defaultValue || '');\n }\n\n if (value !== prevValue) {\n setPrevValue(value);\n\n if (value) {\n setTextareaInput(value);\n }\n }\n\n const resizeHeight = (target: HTMLTextAreaElement): void => {\n const textareaLineHeight = 28;\n\n target.rows = minRows; // reset number of rows in textarea\n\n const currentRows = Math.floor((target.scrollHeight - 16) / textareaLineHeight); // scrollHeight - 16px of padding to calculate the rows\n\n if (currentRows >= maxRows) {\n target.rows = maxRows;\n target.scrollTop = target.scrollHeight;\n } else {\n target.rows = currentRows;\n }\n };\n\n const onDark = onColor === FormOnColor.ondark;\n const onBlueberry = onColor === FormOnColor.onblueberry;\n const maxCharactersExceeded = !!maxCharacters && textareaInput.toString().length > maxCharacters;\n const onError = onColor === FormOnColor.oninvalid || !!errorText || !!error || maxCharactersExceeded;\n\n const textareaWrapperClass = cn(styles.textarea, {\n [styles['textarea--gutterBottom']]: gutterBottom,\n });\n\n const contentWrapperClass = cn(styles['input-container'], {\n [styles['input-container--transparent']]: transparent,\n [styles['input-container--on-blueberry']]: onBlueberry,\n [styles['input-container--on-dark']]: onDark,\n [styles['input-container--invalid']]: onError,\n [styles['input-container--disabled']]: props.disabled,\n });\n\n const textareaClass = cn(styles['input-container__input'], {\n [styles[`input-container__input--disabled`]]: props.disabled,\n });\n\n useLayoutEffect(() => {\n if (grow && referanse.current?.children && referanse.current?.children[0]) {\n const textarea = referanse.current?.children[0] as HTMLTextAreaElement;\n resizeHeight(textarea);\n }\n }, [value]);\n\n const onChangeHandler = (e: React.ChangeEvent<HTMLTextAreaElement>): void => {\n setTextareaInput(e.target.value);\n\n if (onChange) {\n onChange(e);\n }\n\n if (grow) {\n resizeHeight(e.target);\n }\n };\n\n const maxWidth = width ? getTextareaMaxWidth(width) : undefined;\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextUuid}>\n <div data-testid={testId} data-analyticsid={AnalyticsId.Textarea} className={textareaWrapperClass}>\n {renderLabel({ label: label, inputId: textareaId, onColor: onColor as FormOnColor })}\n <div className={contentWrapperClass} ref={referanse} style={{ maxWidth }}>\n <textarea\n {...rest}\n rows={minRows}\n defaultValue={defaultValue}\n id={textareaId}\n className={textareaClass}\n ref={ref}\n aria-describedby={getAriaDescribedBy(props, errorTextUuid)}\n aria-invalid={!!onError}\n // eslint-disable-next-line jsx-a11y/no-autofocus\n autoFocus={autoFocus}\n disabled={disabled}\n name={name}\n autoComplete={autoComplete ? autoComplete : undefined}\n placeholder={placeholder}\n readOnly={readOnly}\n required={required}\n onChange={onChangeHandler}\n value={value}\n />\n </div>\n {maxCharacters && (\n <MaxCharacters\n maxCharacters={maxCharacters}\n length={textareaInput.toString().length}\n maxText={mergedResources.characters}\n onColor={onColor}\n maxWidth={maxWidth}\n />\n )}\n </div>\n </ErrorWrapper>\n );\n};\n\nTextarea.displayName = 'Textarea';\n\nexport default Textarea;\n","import Textarea from './Textarea';\nexport * from './Textarea';\nexport default Textarea;\n"],"mappings":"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"}
package/lib/Title.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Title.js","names":[],"sources":["../src/components/Title/utils.ts","../src/components/Title/Title.tsx"],"sourcesContent":["import type { TitleMargin } from './Title';\n\nexport const instanceOfTitleMargin = (margin: unknown): margin is TitleMargin => {\n return Object.prototype.hasOwnProperty.call(margin, 'marginTop') && Object.prototype.hasOwnProperty.call(margin, 'marginBottom');\n};\n","import classNames from 'classnames';\n\nimport { instanceOfTitleMargin } from './utils';\nimport { AnalyticsId } from '../../constants';\n\nimport titleStyles from './styles.module.scss';\n\nexport type TitleTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';\nexport type TitleAppearances = 'titleFeature' | 'title1' | 'title2' | 'title3' | 'title4' | 'title5' | 'title6';\n\nexport interface TitleProps {\n children: React.ReactNode;\n /** Gives a unique id to the title */\n id?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Adds top and bottom margin in rem. */\n margin?: number | TitleMargin;\n /** Changes the underlying element of the title. */\n htmlMarkup?: TitleTags;\n /** Changes the appearance of the title. */\n appearance?: TitleAppearances;\n /** Sets the tabIndex. Use this with caution. */\n tabIndex?: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref passed to the heading element */\n ref?: React.Ref<HTMLHeadingElement | null>;\n}\n\nexport const Title: React.FC<TitleProps> = (props: TitleProps) => {\n const { id, children, className, htmlMarkup = 'h1', appearance = 'title1', margin = 0, tabIndex, testId, ref } = props;\n const titleClasses = classNames(\n titleStyles.title,\n {\n [titleStyles['title--feature']]: appearance === 'titleFeature',\n [titleStyles['title--title1']]: appearance === 'title1',\n [titleStyles['title--title2']]: appearance === 'title2',\n [titleStyles['title--title3']]: appearance === 'title3',\n [titleStyles['title--title4']]: appearance === 'title4',\n [titleStyles['title--title5']]: appearance === 'title5',\n [titleStyles['title--title6']]: appearance === 'title6',\n },\n className\n );\n const CustomTag = htmlMarkup;\n\n const inlineStyle = instanceOfTitleMargin(margin)\n ? { marginTop: `${margin.marginTop}rem`, marginBottom: `${margin.marginBottom}rem` }\n : { marginTop: `${margin}rem`, marginBottom: `${margin}rem` };\n\n return (\n <CustomTag\n id={id}\n className={titleClasses}\n style={inlineStyle}\n ref={ref}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Title}\n tabIndex={tabIndex}\n >\n {children}\n </CustomTag>\n );\n};\n\nexport interface TitleMargin {\n marginTop: number;\n marginBottom: number;\n}\n\nexport default Title;\n"],"mappings":";;;;;AAEA,IAAa,yBAAyB,WAA2C;CAC/E,OAAO,OAAO,UAAU,eAAe,KAAK,QAAQ,YAAY,IAAI,OAAO,UAAU,eAAe,KAAK,QAAQ,eAAe;;;;AC2BlI,IAAa,SAA+B,UAAsB;CAChE,MAAM,EAAE,IAAI,UAAU,WAAW,aAAa,MAAM,aAAa,UAAU,SAAS,GAAG,UAAU,QAAQ,QAAQ;CAoBjH,OACE,oBAAC,YAAD;EACM;EACJ,WAtBiB,WACnB,YAAY,OACZ;IACG,YAAY,oBAAoB,eAAe;IAC/C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;GAChD,EACD,UAWa;EACX,OARgB,sBAAsB,OAAO,GAC7C;GAAE,WAAW,GAAG,OAAO,UAAU;GAAM,cAAc,GAAG,OAAO,aAAa;GAAM,GAClF;GAAE,WAAW,GAAG,OAAO;GAAM,cAAc,GAAG,OAAO;GAAM;EAOtD;EACL,eAAa;EACb,oBAAkB,YAAY;EACpB;EAET;EACS,CAAA"}
1
+ {"version":3,"file":"Title.js","names":[],"sources":["../src/components/Title/utils.ts","../src/components/Title/Title.tsx"],"sourcesContent":["import type { TitleMargin } from './Title';\n\nexport const instanceOfTitleMargin = (margin: unknown): margin is TitleMargin => {\n return Object.prototype.hasOwnProperty.call(margin, 'marginTop') && Object.prototype.hasOwnProperty.call(margin, 'marginBottom');\n};\n","import classNames from 'classnames';\n\nimport { instanceOfTitleMargin } from './utils';\nimport { AnalyticsId } from '../../constants';\n\nimport titleStyles from './styles.module.scss';\n\nexport type TitleTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';\nexport type TitleAppearances = 'titleFeature' | 'title1' | 'title2' | 'title3' | 'title4' | 'title5' | 'title6';\n\nexport interface TitleProps {\n children: React.ReactNode;\n /** Gives a unique id to the title */\n id?: string;\n /** Adds custom classes to the element. */\n className?: string;\n /** Adds top and bottom margin in rem. */\n margin?: number | TitleMargin;\n /** Changes the underlying element of the title. */\n htmlMarkup?: TitleTags;\n /** Changes the appearance of the title. */\n appearance?: TitleAppearances;\n /** Sets the tabIndex. Use this with caution. */\n tabIndex?: number;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref passed to the heading element */\n ref?: React.Ref<HTMLHeadingElement | null>;\n}\n\nexport const Title: React.FC<TitleProps> = (props: TitleProps) => {\n const { id, children, className, htmlMarkup = 'h1', appearance = 'title1', margin = 0, tabIndex, testId, ref } = props;\n const titleClasses = classNames(\n titleStyles.title,\n {\n [titleStyles['title--feature']]: appearance === 'titleFeature',\n [titleStyles['title--title1']]: appearance === 'title1',\n [titleStyles['title--title2']]: appearance === 'title2',\n [titleStyles['title--title3']]: appearance === 'title3',\n [titleStyles['title--title4']]: appearance === 'title4',\n [titleStyles['title--title5']]: appearance === 'title5',\n [titleStyles['title--title6']]: appearance === 'title6',\n },\n className\n );\n const CustomTag = htmlMarkup;\n\n const inlineStyle = instanceOfTitleMargin(margin)\n ? { marginTop: `${margin.marginTop}rem`, marginBottom: `${margin.marginBottom}rem` }\n : { marginTop: `${margin}rem`, marginBottom: `${margin}rem` };\n\n return (\n <CustomTag\n id={id}\n className={titleClasses}\n style={inlineStyle}\n ref={ref}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Title}\n tabIndex={tabIndex}\n >\n {children}\n </CustomTag>\n );\n};\n\nexport interface TitleMargin {\n marginTop: number;\n marginBottom: number;\n}\n\nexport default Title;\n"],"mappings":";;;;;AAEA,IAAa,yBAAyB,WAA2C;CAC/E,OAAO,OAAO,UAAU,eAAe,KAAK,QAAQ,WAAW,KAAK,OAAO,UAAU,eAAe,KAAK,QAAQ,cAAc;AACjI;;;AC0BA,IAAa,SAA+B,UAAsB;CAChE,MAAM,EAAE,IAAI,UAAU,WAAW,aAAa,MAAM,aAAa,UAAU,SAAS,GAAG,UAAU,QAAQ,QAAQ;CAoBjH,OACE,oBAAC,YAAD;EACM;EACJ,WAtBiB,WACnB,YAAY,OACZ;IACG,YAAY,oBAAoB,eAAe;IAC/C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;IAC9C,YAAY,mBAAmB,eAAe;EACjD,GACA,SAWa;EACX,OARgB,sBAAsB,MAAM,IAC5C;GAAE,WAAW,GAAG,OAAO,UAAU;GAAM,cAAc,GAAG,OAAO,aAAa;EAAK,IACjF;GAAE,WAAW,GAAG,OAAO;GAAM,cAAc,GAAG,OAAO;EAAK;EAOrD;EACL,eAAa;EACb,oBAAkB,YAAY;EACpB;EAET;CACQ,CAAA;AAEf"}
package/lib/Toast.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.js","names":[],"sources":["../src/components/Toast/Toast.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport { useIsMobileBreakpoint } from '../../hooks/useIsMobileBreakpoint';\nimport Close from '../Close';\nimport Icon, { IconSize } from '../Icon';\nimport CheckFill from '../Icons/CheckFill';\n\nimport styles from './styles.module.scss';\n\nexport interface ToastProps {\n /** Sets the data-testid attribute. */\n testId?: string;\n /** The title to display in the toast */\n title: string;\n /** The message to display in the toast */\n message?: string;\n /** Callback when toast is closed */\n onClose?: () => void;\n}\n\nconst Toast: React.FC<ToastProps> = ({ testId, title, message, onClose }) => {\n const isMobile = useIsMobileBreakpoint();\n\n const handleClose = (): void => {\n if (onClose) {\n onClose();\n }\n };\n\n return (\n <output className={styles['toast']} data-testid={testId}>\n <Icon\n size={isMobile ? IconSize.XSmall : IconSize.Small}\n svgIcon={CheckFill}\n className={classNames(styles['toast__icon'], styles['toast__icon--check'])}\n />\n <div className={styles['toast__text-container']}>\n <span className={styles['toast__title']}>{title}</span>\n {message && <span className={styles['toast__description']}>{message}</span>}\n </div>\n <Close\n onClick={handleClose}\n color=\"black\"\n className={classNames(styles['toast__icon'], styles['toast__icon--close'])}\n testId={`${testId}-close`}\n />\n </output>\n );\n};\n\nexport default Toast;\n"],"mappings":";;;;;;;;;AAoBA,IAAM,SAA+B,EAAE,QAAQ,OAAO,SAAS,cAAc;CAC3E,MAAM,WAAW,uBAAuB;CAExC,MAAM,oBAA0B;EAC9B,IAAI,SACF,SAAS;;CAIb,OACE,qBAAC,UAAD;EAAQ,WAAW,OAAO;EAAU,eAAa;YAAjD;GACE,oBAAC,cAAD;IACE,MAAM,WAAW,SAAS,SAAS,SAAS;IAC5C,SAAS;IACT,WAAW,WAAW,OAAO,gBAAgB,OAAO,sBAAsB;IAC1E,CAAA;GACF,qBAAC,OAAD;IAAK,WAAW,OAAO;cAAvB,CACE,oBAAC,QAAD;KAAM,WAAW,OAAO;eAAkB;KAAa,CAAA,EACtD,WAAW,oBAAC,QAAD;KAAM,WAAW,OAAO;eAAwB;KAAe,CAAA,CACvE;;GACN,oBAAC,eAAD;IACE,SAAS;IACT,OAAM;IACN,WAAW,WAAW,OAAO,gBAAgB,OAAO,sBAAsB;IAC1E,QAAQ,GAAG,OAAO;IAClB,CAAA;GACK"}
1
+ {"version":3,"file":"Toast.js","names":[],"sources":["../src/components/Toast/Toast.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport { useIsMobileBreakpoint } from '../../hooks/useIsMobileBreakpoint';\nimport Close from '../Close';\nimport Icon, { IconSize } from '../Icon';\nimport CheckFill from '../Icons/CheckFill';\n\nimport styles from './styles.module.scss';\n\nexport interface ToastProps {\n /** Sets the data-testid attribute. */\n testId?: string;\n /** The title to display in the toast */\n title: string;\n /** The message to display in the toast */\n message?: string;\n /** Callback when toast is closed */\n onClose?: () => void;\n}\n\nconst Toast: React.FC<ToastProps> = ({ testId, title, message, onClose }) => {\n const isMobile = useIsMobileBreakpoint();\n\n const handleClose = (): void => {\n if (onClose) {\n onClose();\n }\n };\n\n return (\n <output className={styles['toast']} data-testid={testId}>\n <Icon\n size={isMobile ? IconSize.XSmall : IconSize.Small}\n svgIcon={CheckFill}\n className={classNames(styles['toast__icon'], styles['toast__icon--check'])}\n />\n <div className={styles['toast__text-container']}>\n <span className={styles['toast__title']}>{title}</span>\n {message && <span className={styles['toast__description']}>{message}</span>}\n </div>\n <Close\n onClick={handleClose}\n color=\"black\"\n className={classNames(styles['toast__icon'], styles['toast__icon--close'])}\n testId={`${testId}-close`}\n />\n </output>\n );\n};\n\nexport default Toast;\n"],"mappings":";;;;;;;;;AAoBA,IAAM,SAA+B,EAAE,QAAQ,OAAO,SAAS,cAAc;CAC3E,MAAM,WAAW,sBAAsB;CAEvC,MAAM,oBAA0B;EAC9B,IAAI,SACF,QAAQ;CAEZ;CAEA,OACE,qBAAC,UAAD;EAAQ,WAAW,OAAO;EAAU,eAAa;YAAjD;GACE,oBAAC,cAAD;IACE,MAAM,WAAW,SAAS,SAAS,SAAS;IAC5C,SAAS;IACT,WAAW,WAAW,OAAO,gBAAgB,OAAO,qBAAqB;GAC1E,CAAA;GACD,qBAAC,OAAD;IAAK,WAAW,OAAO;cAAvB,CACE,oBAAC,QAAD;KAAM,WAAW,OAAO;eAAkB;IAAY,CAAA,GACrD,WAAW,oBAAC,QAAD;KAAM,WAAW,OAAO;eAAwB;IAAc,CAAA,CACvE;;GACL,oBAAC,eAAD;IACE,SAAS;IACT,OAAM;IACN,WAAW,WAAW,OAAO,gBAAgB,OAAO,qBAAqB;IACzE,QAAQ,GAAG,OAAO;GACnB,CAAA;EACK;;AAEZ"}
@@ -0,0 +1,79 @@
1
+ import { AnalyticsId } from "./constants.js";
2
+ import { t as CheckboxMarker } from "./CheckboxMarker.js";
3
+ import { useIdWithFallback } from "./hooks/useIdWithFallback.js";
4
+ import { getAriaDescribedBy } from "./utils/accessibility.js";
5
+ import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
6
+ import classNames from "classnames";
7
+ import { useState } from "react";
8
+ import { jsx, jsxs } from "react/jsx-runtime";
9
+ import styles from "./components/VisualCheckboxGroup/VisualCheckbox/styles.module.scss";
10
+ //#region src/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.tsx
11
+ var VisualContent = (props) => {
12
+ const { children, className, testId } = props;
13
+ return /* @__PURE__ */ jsx("span", {
14
+ className: classNames(styles["visual-checkbox__visual-content"], className),
15
+ "data-testid": testId,
16
+ "aria-hidden": "true",
17
+ children
18
+ });
19
+ };
20
+ //#endregion
21
+ //#region src/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.tsx
22
+ var VisualCheckbox = (props) => {
23
+ const { className, checked, defaultChecked, children, visualContent, variant = "line", inputId: inputIdProp, errorText, error = !!errorText, errorTextId: errorTextIdProp, errorWrapperClassName, testId, onChange, ref, ...rest } = props;
24
+ const inputId = useIdWithFallback(inputIdProp);
25
+ const errorTextId = useIdWithFallback(errorTextIdProp);
26
+ const [isChecked, setIsChecked] = useState(!!(checked ?? defaultChecked));
27
+ const [prevChecked, setPrevChecked] = useState(checked);
28
+ if (prevChecked !== checked) {
29
+ setPrevChecked(checked);
30
+ if (checked !== void 0 && checked !== isChecked) setIsChecked(checked);
31
+ }
32
+ const handleChange = (e) => {
33
+ setIsChecked(e.target.checked);
34
+ onChange?.(e);
35
+ };
36
+ return /* @__PURE__ */ jsx(ErrorWrapper_default, {
37
+ className: errorWrapperClassName,
38
+ errorText,
39
+ errorTextId,
40
+ children: /* @__PURE__ */ jsxs("label", {
41
+ className: classNames(styles["visual-checkbox"], styles[`visual-checkbox--variant-${variant}`], {
42
+ [styles["visual-checkbox--checked"]]: isChecked,
43
+ [styles["visual-checkbox--invalid"]]: error
44
+ }, className),
45
+ htmlFor: inputId,
46
+ "data-testid": testId,
47
+ "data-analyticsid": AnalyticsId.Checkbox,
48
+ children: [
49
+ /* @__PURE__ */ jsx(VisualContent, { children: visualContent }),
50
+ /* @__PURE__ */ jsx("input", {
51
+ ...rest,
52
+ id: inputId,
53
+ ref,
54
+ className: styles["visual-checkbox__input"],
55
+ type: "checkbox",
56
+ checked: isChecked,
57
+ "aria-invalid": error,
58
+ "aria-describedby": getAriaDescribedBy(props, errorTextId),
59
+ onChange: handleChange
60
+ }),
61
+ /* @__PURE__ */ jsxs("span", {
62
+ className: styles["visual-checkbox__frame"],
63
+ children: [/* @__PURE__ */ jsx("span", {
64
+ className: styles["visual-checkbox__label"],
65
+ children
66
+ }), /* @__PURE__ */ jsx(CheckboxMarker, {
67
+ checked: isChecked,
68
+ error,
69
+ size: "large"
70
+ })]
71
+ })
72
+ ]
73
+ })
74
+ });
75
+ };
76
+ //#endregion
77
+ export { VisualCheckbox as t };
78
+
79
+ //# sourceMappingURL=VisualCheckbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualCheckbox.js","names":[],"sources":["../src/components/VisualCheckboxGroup/VisualCheckbox/VisualContent.tsx","../src/components/VisualCheckboxGroup/VisualCheckbox/VisualCheckbox.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport styles from './styles.module.scss';\n\nexport interface VisualContentProps {\n /** Content rendered inside the circular area – typically an <img> or illustration component. */\n children: React.ReactNode;\n /** Adds custom classes to the root element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const VisualContent: React.FC<VisualContentProps> = props => {\n const { children, className, testId } = props;\n\n return (\n <span className={classNames(styles['visual-checkbox__visual-content'], className)} data-testid={testId} aria-hidden=\"true\">\n {children}\n </span>\n );\n};\n\nexport default VisualContent;\n","import { useState } from 'react';\n\nimport classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../../ErrorWrapper';\n\nimport VisualContent from './VisualContent';\nimport { AnalyticsId } from '../../../constants';\nimport { useIdWithFallback } from '../../../hooks/useIdWithFallback';\nimport { getAriaDescribedBy } from '../../../utils/accessibility';\nimport CheckboxMarker from '../../Checkbox/CheckboxMarker/CheckboxMarker';\nimport ErrorWrapper from '../../ErrorWrapper';\n\nimport styles from './styles.module.scss';\n\nexport type VisualCheckboxVariant = 'line' | 'rectangle';\n\nexport interface VisualCheckboxProps\n extends ErrorWrapperClassNameProps, Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type' | 'id' | 'className' | 'children' | 'size'> {\n /** Adds custom classes to the root element. */\n className?: string;\n /** Label rendered inside the checkbox frame. */\n children: string;\n /** Content rendered inside the circular visual slot. */\n visualContent: React.ReactNode;\n /** Layout variant. `line` is a thin horizontal pill, `rectangle` is a vertical card. */\n variant?: VisualCheckboxVariant;\n /** input id of the underlying checkbox */\n inputId?: string;\n /** Activates error styling. Can be true while errorText is empty (e.g. when used in a FormGroup). */\n error?: boolean;\n /** Error text to show above the component. */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref forwarded to the underlying input element. */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nconst VisualCheckbox: React.FC<VisualCheckboxProps> = props => {\n const {\n className,\n checked,\n defaultChecked,\n children,\n visualContent,\n variant = 'line',\n inputId: inputIdProp,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n testId,\n onChange,\n ref,\n ...rest\n } = props;\n\n const inputId = useIdWithFallback(inputIdProp);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n const [isChecked, setIsChecked] = useState<boolean>(!!(checked ?? defaultChecked));\n const [prevChecked, setPrevChecked] = useState<boolean | undefined>(checked);\n if (prevChecked !== checked) {\n setPrevChecked(checked);\n if (checked !== undefined && checked !== isChecked) {\n setIsChecked(checked);\n }\n }\n\n const handleChange = (e: React.ChangeEvent<HTMLInputElement>): void => {\n setIsChecked(e.target.checked);\n onChange?.(e);\n };\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <label\n className={classNames(\n styles['visual-checkbox'],\n styles[`visual-checkbox--variant-${variant}`],\n {\n [styles['visual-checkbox--checked']]: isChecked,\n [styles['visual-checkbox--invalid']]: error,\n },\n className\n )}\n htmlFor={inputId}\n data-testid={testId}\n data-analyticsid={AnalyticsId.Checkbox}\n >\n <VisualContent>{visualContent}</VisualContent>\n <input\n {...rest}\n id={inputId}\n ref={ref}\n className={styles['visual-checkbox__input']}\n type=\"checkbox\"\n checked={isChecked}\n aria-invalid={error}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n onChange={handleChange}\n />\n <span className={styles['visual-checkbox__frame']}>\n <span className={styles['visual-checkbox__label']}>{children}</span>\n <CheckboxMarker checked={isChecked} error={error} size={'large'} />\n </span>\n </label>\n </ErrorWrapper>\n );\n};\n\nexport default VisualCheckbox;\n"],"mappings":";;;;;;;;;;AAaA,IAAa,iBAA8C,UAAS;CAClE,MAAM,EAAE,UAAU,WAAW,WAAW;CAExC,OACE,oBAAC,QAAD;EAAM,WAAW,WAAW,OAAO,oCAAoC,SAAS;EAAG,eAAa;EAAQ,eAAY;EACjH;CACG,CAAA;AAEV;;;ACoBA,IAAM,kBAAgD,UAAS;CAC7D,MAAM,EACJ,WACA,SACA,gBACA,UACA,eACA,UAAU,QACV,SAAS,aACT,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QACA,UACA,KACA,GAAG,SACD;CAEJ,MAAM,UAAU,kBAAkB,WAAW;CAC7C,MAAM,cAAc,kBAAkB,eAAe;CACrD,MAAM,CAAC,WAAW,gBAAgB,SAAkB,CAAC,EAAE,WAAW,eAAe;CACjF,MAAM,CAAC,aAAa,kBAAkB,SAA8B,OAAO;CAC3E,IAAI,gBAAgB,SAAS;EAC3B,eAAe,OAAO;EACtB,IAAI,YAAY,KAAA,KAAa,YAAY,WACvC,aAAa,OAAO;CAExB;CAEA,MAAM,gBAAgB,MAAiD;EACrE,aAAa,EAAE,OAAO,OAAO;EAC7B,WAAW,CAAC;CACd;CAEA,OACE,oBAAC,sBAAD;EAAc,WAAW;EAAkC;EAAwB;YACjF,qBAAC,SAAD;GACE,WAAW,WACT,OAAO,oBACP,OAAO,4BAA4B,YACnC;KACG,OAAO,8BAA8B;KACrC,OAAO,8BAA8B;GACxC,GACA,SACF;GACA,SAAS;GACT,eAAa;GACb,oBAAkB,YAAY;aAZhC;IAcE,oBAAC,eAAD,EAAA,UAAgB,cAA6B,CAAA;IAC7C,oBAAC,SAAD;KACE,GAAI;KACJ,IAAI;KACC;KACL,WAAW,OAAO;KAClB,MAAK;KACL,SAAS;KACT,gBAAc;KACd,oBAAkB,mBAAmB,OAAO,WAAW;KACvD,UAAU;IACX,CAAA;IACD,qBAAC,QAAD;KAAM,WAAW,OAAO;eAAxB,CACE,oBAAC,QAAD;MAAM,WAAW,OAAO;MAA4B;KAAe,CAAA,GACnE,oBAAC,gBAAD;MAAgB,SAAS;MAAkB;MAAO,MAAM;KAAU,CAAA,CAC9D;;GACD;;CACK,CAAA;AAElB"}
@@ -0,0 +1,64 @@
1
+ import { AnalyticsId } from "./constants.js";
2
+ import { useIdWithFallback } from "./hooks/useIdWithFallback.js";
3
+ import { getAriaDescribedBy } from "./utils/accessibility.js";
4
+ import { t as ErrorWrapper_default } from "./ErrorWrapper.js";
5
+ import { t as RadioMarker } from "./RadioMarker.js";
6
+ import classNames from "classnames";
7
+ import { jsx, jsxs } from "react/jsx-runtime";
8
+ import styles from "./components/VisualRadioGroup/VisualRadio/styles.module.scss";
9
+ //#region src/components/VisualRadioGroup/VisualRadio/VisualContent.tsx
10
+ var VisualContent = (props) => {
11
+ const { children, className, testId } = props;
12
+ return /* @__PURE__ */ jsx("span", {
13
+ className: classNames(styles["visual-radio__visual-content"], className),
14
+ "data-testid": testId,
15
+ "aria-hidden": "true",
16
+ children
17
+ });
18
+ };
19
+ //#endregion
20
+ //#region src/components/VisualRadioGroup/VisualRadio/VisualRadio.tsx
21
+ var VisualRadio = (props) => {
22
+ const { className, children, visualContent, variant = "line", inputId: inputIdProp, errorText, error = !!errorText, errorTextId: errorTextIdProp, errorWrapperClassName, testId, ref, ...rest } = props;
23
+ const inputId = useIdWithFallback(inputIdProp);
24
+ const errorTextId = useIdWithFallback(errorTextIdProp);
25
+ return /* @__PURE__ */ jsx(ErrorWrapper_default, {
26
+ className: errorWrapperClassName,
27
+ errorText,
28
+ errorTextId,
29
+ children: /* @__PURE__ */ jsxs("label", {
30
+ className: classNames(styles["visual-radio"], styles[`visual-radio--variant-${variant}`], { [styles["visual-radio--invalid"]]: error }, className),
31
+ htmlFor: inputId,
32
+ "data-testid": testId,
33
+ "data-analyticsid": AnalyticsId.RadioButton,
34
+ children: [
35
+ visualContent !== void 0 && /* @__PURE__ */ jsx(VisualContent, { children: visualContent }),
36
+ /* @__PURE__ */ jsx("input", {
37
+ ...rest,
38
+ id: inputId,
39
+ ref,
40
+ className: styles["visual-radio__input"],
41
+ type: "radio",
42
+ checked: rest.checked,
43
+ "aria-invalid": error,
44
+ "aria-describedby": getAriaDescribedBy(props, errorTextId),
45
+ onChange: rest.onChange
46
+ }),
47
+ /* @__PURE__ */ jsxs("span", {
48
+ className: styles["visual-radio__frame"],
49
+ children: [/* @__PURE__ */ jsx("span", {
50
+ className: styles["visual-radio__label"],
51
+ children
52
+ }), /* @__PURE__ */ jsx(RadioMarker, {
53
+ error,
54
+ size: "large"
55
+ })]
56
+ })
57
+ ]
58
+ })
59
+ });
60
+ };
61
+ //#endregion
62
+ export { VisualRadio as t };
63
+
64
+ //# sourceMappingURL=VisualRadio.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualRadio.js","names":[],"sources":["../src/components/VisualRadioGroup/VisualRadio/VisualContent.tsx","../src/components/VisualRadioGroup/VisualRadio/VisualRadio.tsx"],"sourcesContent":["import classNames from 'classnames';\n\nimport styles from './styles.module.scss';\n\nexport interface VisualContentProps {\n /** Content rendered inside the circular area – typically an <img> or illustration component. */\n children: React.ReactNode;\n /** Adds custom classes to the root element. */\n className?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n}\n\nexport const VisualContent: React.FC<VisualContentProps> = props => {\n const { children, className, testId } = props;\n\n return (\n <span className={classNames(styles['visual-radio__visual-content'], className)} data-testid={testId} aria-hidden=\"true\">\n {children}\n </span>\n );\n};\n\nexport default VisualContent;\n","import classNames from 'classnames';\n\nimport type { ErrorWrapperClassNameProps } from '../../ErrorWrapper';\n\nimport VisualContent from './VisualContent';\nimport { AnalyticsId } from '../../../constants';\nimport { useIdWithFallback } from '../../../hooks/useIdWithFallback';\nimport { getAriaDescribedBy } from '../../../utils/accessibility';\nimport ErrorWrapper from '../../ErrorWrapper';\nimport RadioMarker from '../../RadioButton/RadioMarker/RadioMarker';\n\nimport styles from './styles.module.scss';\n\nexport type VisualRadioVariant = 'line' | 'rectangle';\n\nexport interface VisualRadioProps\n extends ErrorWrapperClassNameProps, Omit<React.InputHTMLAttributes<HTMLInputElement>, 'type' | 'id' | 'className' | 'children' | 'size'> {\n /** Adds custom classes to the root element. */\n className?: string;\n /** Label rendered inside the radio frame. */\n children: string;\n /** Content rendered inside the circular visual slot. */\n visualContent?: React.ReactNode;\n /** Layout variant. `line` is a thin horizontal pill, `rectangle` is a vertical card. */\n variant?: VisualRadioVariant;\n /** input id of the underlying radio */\n inputId?: string;\n /** Activates error styling. Can be true while errorText is empty (e.g. when used in a FormGroup). */\n error?: boolean;\n /** Error text to show above the component. */\n errorText?: string;\n /** Error text id */\n errorTextId?: string;\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Ref forwarded to the underlying input element. */\n ref?: React.Ref<HTMLInputElement | null>;\n}\n\nconst VisualRadio: React.FC<VisualRadioProps> = props => {\n const {\n className,\n children,\n visualContent,\n variant = 'line',\n inputId: inputIdProp,\n errorText,\n error = !!errorText,\n errorTextId: errorTextIdProp,\n errorWrapperClassName,\n testId,\n ref,\n ...rest\n } = props;\n\n const inputId = useIdWithFallback(inputIdProp);\n const errorTextId = useIdWithFallback(errorTextIdProp);\n\n return (\n <ErrorWrapper className={errorWrapperClassName} errorText={errorText} errorTextId={errorTextId}>\n <label\n className={classNames(\n styles['visual-radio'],\n styles[`visual-radio--variant-${variant}`],\n { [styles['visual-radio--invalid']]: error },\n className\n )}\n htmlFor={inputId}\n data-testid={testId}\n data-analyticsid={AnalyticsId.RadioButton}\n >\n {visualContent !== undefined && <VisualContent>{visualContent}</VisualContent>}\n {/* eslint-disable-next-line jsx-a11y/role-supports-aria-props -- aria-invalid is a global ARIA state, valid on radio inputs */}\n <input\n {...rest}\n id={inputId}\n ref={ref}\n className={styles['visual-radio__input']}\n type=\"radio\"\n checked={rest.checked}\n aria-invalid={error}\n aria-describedby={getAriaDescribedBy(props, errorTextId)}\n onChange={rest.onChange}\n />\n <span className={styles['visual-radio__frame']}>\n <span className={styles['visual-radio__label']}>{children}</span>\n <RadioMarker error={error} size={'large'} />\n </span>\n </label>\n </ErrorWrapper>\n );\n};\n\nexport default VisualRadio;\n"],"mappings":";;;;;;;;;AAaA,IAAa,iBAA8C,UAAS;CAClE,MAAM,EAAE,UAAU,WAAW,WAAW;CAExC,OACE,oBAAC,QAAD;EAAM,WAAW,WAAW,OAAO,iCAAiC,SAAS;EAAG,eAAa;EAAQ,eAAY;EAC9G;CACG,CAAA;AAEV;;;ACkBA,IAAM,eAA0C,UAAS;CACvD,MAAM,EACJ,WACA,UACA,eACA,UAAU,QACV,SAAS,aACT,WACA,QAAQ,CAAC,CAAC,WACV,aAAa,iBACb,uBACA,QACA,KACA,GAAG,SACD;CAEJ,MAAM,UAAU,kBAAkB,WAAW;CAC7C,MAAM,cAAc,kBAAkB,eAAe;CAErD,OACE,oBAAC,sBAAD;EAAc,WAAW;EAAkC;EAAwB;YACjF,qBAAC,SAAD;GACE,WAAW,WACT,OAAO,iBACP,OAAO,yBAAyB,YAChC,GAAG,OAAO,2BAA2B,MAAM,GAC3C,SACF;GACA,SAAS;GACT,eAAa;GACb,oBAAkB,YAAY;aAThC;IAWG,kBAAkB,KAAA,KAAa,oBAAC,eAAD,EAAA,UAAgB,cAA6B,CAAA;IAE7E,oBAAC,SAAD;KACE,GAAI;KACJ,IAAI;KACC;KACL,WAAW,OAAO;KAClB,MAAK;KACL,SAAS,KAAK;KACd,gBAAc;KACd,oBAAkB,mBAAmB,OAAO,WAAW;KACvD,UAAU,KAAK;IAChB,CAAA;IACD,qBAAC,QAAD;KAAM,WAAW,OAAO;eAAxB,CACE,oBAAC,QAAD;MAAM,WAAW,OAAO;MAAyB;KAAe,CAAA,GAChE,oBAAC,aAAD;MAAoB;MAAO,MAAM;KAAU,CAAA,CACvC;;GACD;;CACK,CAAA;AAElB"}
@@ -1 +1 @@
1
- {"version":3,"file":"IntersectionObserver.js","names":[],"sources":["../../src/__mocks__/IntersectionObserver.ts"],"sourcesContent":["class IntersectionObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'IntersectionObserver', {\n value: IntersectionObserver,\n});\n\nexport default IntersectionObserver;\n"],"mappings":";AAAA,IAAM,uBAAN,MAA2B;CACzB,UAAgB;CAGhB,YAAkB;CAGlB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,wBAAwB,EACpD,OAAO,sBACR,CAAC"}
1
+ {"version":3,"file":"IntersectionObserver.js","names":[],"sources":["../../src/__mocks__/IntersectionObserver.ts"],"sourcesContent":["class IntersectionObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'IntersectionObserver', {\n value: IntersectionObserver,\n});\n\nexport default IntersectionObserver;\n"],"mappings":";AAAA,IAAM,uBAAN,MAA2B;CACzB,UAAgB,CAEhB;CACA,YAAkB,CAElB;CACA,aAAmB,CAEnB;AACF;AAEA,OAAO,eAAe,QAAQ,wBAAwB,EACpD,OAAO,qBACT,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MutationObserver.js","names":[],"sources":["../../src/__mocks__/MutationObserver.ts"],"sourcesContent":["class MutationObserver {\n observe(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'MutationObserver', {\n value: MutationObserver,\n});\n\nexport default MutationObserver;\n"],"mappings":";AAAA,IAAM,mBAAN,MAAuB;CACrB,UAAgB;CAGhB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,oBAAoB,EAChD,OAAO,kBACR,CAAC"}
1
+ {"version":3,"file":"MutationObserver.js","names":[],"sources":["../../src/__mocks__/MutationObserver.ts"],"sourcesContent":["class MutationObserver {\n observe(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'MutationObserver', {\n value: MutationObserver,\n});\n\nexport default MutationObserver;\n"],"mappings":";AAAA,IAAM,mBAAN,MAAuB;CACrB,UAAgB,CAEhB;CACA,aAAmB,CAEnB;AACF;AAEA,OAAO,eAAe,QAAQ,oBAAoB,EAChD,OAAO,iBACT,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ResizeObserver.js","names":[],"sources":["../../src/__mocks__/ResizeObserver.ts"],"sourcesContent":["class ResizeObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'ResizeObserver', {\n value: ResizeObserver,\n});\n\nexport default ResizeObserver;\n"],"mappings":";AAAA,IAAM,iBAAN,MAAqB;CACnB,UAAgB;CAGhB,YAAkB;CAGlB,aAAmB;;AAKrB,OAAO,eAAe,QAAQ,kBAAkB,EAC9C,OAAO,gBACR,CAAC"}
1
+ {"version":3,"file":"ResizeObserver.js","names":[],"sources":["../../src/__mocks__/ResizeObserver.ts"],"sourcesContent":["class ResizeObserver {\n observe(): void {\n // do nothing\n }\n unobserve(): void {\n // do nothing\n }\n disconnect(): void {\n // do nothing\n }\n}\n\nObject.defineProperty(window, 'ResizeObserver', {\n value: ResizeObserver,\n});\n\nexport default ResizeObserver;\n"],"mappings":";AAAA,IAAM,iBAAN,MAAqB;CACnB,UAAgB,CAEhB;CACA,YAAkB,CAElB;CACA,aAAmB,CAEnB;AACF;AAEA,OAAO,eAAe,QAAQ,kBAAkB,EAC9C,OAAO,eACT,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import { vi } from "vitest";
2
2
  //#region src/__mocks__/matchMedia.ts
3
- var mockWindowMatchMedia = vi.fn().mockImplementation(() => ({
4
- matches: true,
3
+ var mockWindowMatchMedia = vi.fn().mockImplementation((query) => ({
4
+ matches: !/prefers-reduced-motion/.test(query),
5
+ media: query,
5
6
  addEventListener: vi.fn(),
6
7
  removeEventListener: vi.fn()
7
8
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"matchMedia.js","names":[],"sources":["../../src/__mocks__/matchMedia.ts"],"sourcesContent":["import { vi, type Mock } from 'vitest';\n\nexport const mockWindowMatchMedia: Mock = vi.fn().mockImplementation(() => ({\n matches: true,\n addEventListener: vi.fn(),\n removeEventListener: vi.fn(),\n}));\n\nObject.defineProperty(window, 'matchMedia', {\n writable: true,\n value: mockWindowMatchMedia,\n});\n"],"mappings":";;AAEA,IAAa,uBAA6B,GAAG,IAAI,CAAC,0BAA0B;CAC1E,SAAS;CACT,kBAAkB,GAAG,IAAI;CACzB,qBAAqB,GAAG,IAAI;CAC7B,EAAE;AAEH,OAAO,eAAe,QAAQ,cAAc;CAC1C,UAAU;CACV,OAAO;CACR,CAAC"}
1
+ {"version":3,"file":"matchMedia.js","names":[],"sources":["../../src/__mocks__/matchMedia.ts"],"sourcesContent":["import { vi, type Mock } from 'vitest';\n\nexport const mockWindowMatchMedia: Mock = vi.fn().mockImplementation((query: string) => ({\n matches: !/prefers-reduced-motion/.test(query),\n media: query,\n addEventListener: vi.fn(),\n removeEventListener: vi.fn(),\n}));\n\nObject.defineProperty(window, 'matchMedia', {\n writable: true,\n value: mockWindowMatchMedia,\n});\n"],"mappings":";;AAEA,IAAa,uBAA6B,GAAG,GAAG,EAAE,oBAAoB,WAAmB;CACvF,SAAS,CAAC,yBAAyB,KAAK,KAAK;CAC7C,OAAO;CACP,kBAAkB,GAAG,GAAG;CACxB,qBAAqB,GAAG,GAAG;AAC7B,EAAE;AAEF,OAAO,eAAe,QAAQ,cAAc;CAC1C,UAAU;CACV,OAAO;AACT,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLayoutEvent.js","names":[],"sources":["../../src/__mocks__/useLayoutEvent.ts"],"sourcesContent":["vi.mock('../hooks/useLayoutEvent', () => ({\n useLayoutEvent: vi.fn(),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,kCAAkC,EACxC,gBAAgB,GAAG,IAAI,EACxB,EAAE"}
1
+ {"version":3,"file":"useLayoutEvent.js","names":[],"sources":["../../src/__mocks__/useLayoutEvent.ts"],"sourcesContent":["vi.mock('../hooks/useLayoutEvent', () => ({\n useLayoutEvent: vi.fn(),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,kCAAkC,EACxC,gBAAgB,GAAG,GAAG,EACxB,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"useOutsideEvent.js","names":[],"sources":["../../src/__mocks__/useOutsideEvent.ts"],"sourcesContent":["vi.mock('../hooks/useOutsideEvent', () => ({\n useOutsideEvent: vi.fn(),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,mCAAmC,EACzC,iBAAiB,GAAG,IAAI,EACzB,EAAE"}
1
+ {"version":3,"file":"useOutsideEvent.js","names":[],"sources":["../../src/__mocks__/useOutsideEvent.ts"],"sourcesContent":["vi.mock('../hooks/useOutsideEvent', () => ({\n useOutsideEvent: vi.fn(),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,mCAAmC,EACzC,iBAAiB,GAAG,GAAG,EACzB,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"usePseudoClasses.js","names":[],"sources":["../../src/__mocks__/usePseudoClasses.ts"],"sourcesContent":["vi.mock('../hooks/usePseudoClasses', () => ({\n usePseudoClasses: vi.fn().mockImplementation(ref => {\n return { refObject: ref || { current: undefined }, isHovered: false, isFocused: false };\n }),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,oCAAoC,EAC1C,kBAAkB,GAAG,IAAI,CAAC,oBAAmB,QAAO;CAClD,OAAO;EAAE,WAAW,OAAO,EAAE,SAAS,KAAA,GAAW;EAAE,WAAW;EAAO,WAAW;EAAO;EACvF,EACH,EAAE"}
1
+ {"version":3,"file":"usePseudoClasses.js","names":[],"sources":["../../src/__mocks__/usePseudoClasses.ts"],"sourcesContent":["vi.mock('../hooks/usePseudoClasses', () => ({\n usePseudoClasses: vi.fn().mockImplementation(ref => {\n return { refObject: ref || { current: undefined }, isHovered: false, isFocused: false };\n }),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,oCAAoC,EAC1C,kBAAkB,GAAG,GAAG,EAAE,oBAAmB,QAAO;CAClD,OAAO;EAAE,WAAW,OAAO,EAAE,SAAS,KAAA,EAAU;EAAG,WAAW;EAAO,WAAW;CAAM;AACxF,CAAC,EACH,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSize.js","names":[],"sources":["../../src/__mocks__/useSize.ts"],"sourcesContent":["vi.mock('../hooks/useSize', () => ({\n useSize: vi.fn().mockReturnValue({\n height: 100,\n width: 100,\n top: 0,\n left: 0,\n right: 100,\n bottom: 100,\n }),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,2BAA2B,EACjC,SAAS,GAAG,IAAI,CAAC,gBAAgB;CAC/B,QAAQ;CACR,OAAO;CACP,KAAK;CACL,MAAM;CACN,OAAO;CACP,QAAQ;CACT,CAAC,EACH,EAAE"}
1
+ {"version":3,"file":"useSize.js","names":[],"sources":["../../src/__mocks__/useSize.ts"],"sourcesContent":["vi.mock('../hooks/useSize', () => ({\n useSize: vi.fn().mockReturnValue({\n height: 100,\n width: 100,\n top: 0,\n left: 0,\n right: 100,\n bottom: 100,\n }),\n}));\n\nexport {};\n"],"mappings":";AAAA,GAAG,KAAK,2BAA2B,EACjC,SAAS,GAAG,GAAG,EAAE,gBAAgB;CAC/B,QAAQ;CACR,OAAO;CACP,KAAK;CACL,MAAM;CACN,OAAO;CACP,QAAQ;AACV,CAAC,EACH,EAAE"}
@@ -1 +1 @@
1
- {"version":3,"file":"uuid.js","names":[],"sources":["../../src/__mocks__/uuid.ts"],"sourcesContent":["import * as uuidUtils from '../utils/uuid';\n\nconst testId = {\n id: 0,\n};\n\n/**\n * Returnerer en unik, forutsigbar id hver gang uuid() kalles\n */\nvi.spyOn(uuidUtils, 'uuid').mockImplementation(() => {\n testId.id++;\n return `testid-${testId.id}`;\n});\n"],"mappings":";;AAEA,IAAM,SAAS,EACb,IAAI,GACL;;;;AAKD,GAAG,MAAM,cAAW,OAAO,CAAC,yBAAyB;CACnD,OAAO;CACP,OAAO,UAAU,OAAO;EACxB"}
1
+ {"version":3,"file":"uuid.js","names":[],"sources":["../../src/__mocks__/uuid.ts"],"sourcesContent":["import * as uuidUtils from '../utils/uuid';\n\nconst testId = {\n id: 0,\n};\n\n/**\n * Returnerer en unik, forutsigbar id hver gang uuid() kalles\n */\nvi.spyOn(uuidUtils, 'uuid').mockImplementation(() => {\n testId.id++;\n return `testid-${testId.id}`;\n});\n"],"mappings":";;AAEA,IAAM,SAAS,EACb,IAAI,EACN;;;;AAKA,GAAG,MAAM,cAAW,MAAM,EAAE,yBAAyB;CACnD,OAAO;CACP,OAAO,UAAU,OAAO;AAC1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.ArticleTeaser.en-GB.json","../../../src/resources/HN.Designsystem.ArticleTeaser.nb-NO.json","../../../src/components/ArticleTeaser/resourceHelper.ts","../../../src/components/ArticleTeaser/ArticleTeaser.tsx","../../../src/components/ArticleTeaser/index.ts"],"sourcesContent":["{\n \"expandButtonClose\": \"Show more\",\n \"expandButtonOpen\": \"Show less\"\n}\n","{\n \"expandButtonClose\": \"Vis mer\",\n \"expandButtonOpen\": \"Vis mindre\"\n}\n","import type { HNDesignsystemArticleTeaser } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport enGB from '../../resources/HN.Designsystem.ArticleTeaser.en-GB.json';\nimport nbNO from '../../resources/HN.Designsystem.ArticleTeaser.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemArticleTeaser => {\n switch (language) {\n case LanguageLocales.ENGLISH:\n return enGB;\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import classNames from 'classnames';\n\nimport type { HNDesignsystemArticleTeaser } from '../../resources/Resources';\n\nimport { getResources } from './resourceHelper';\nimport { AnalyticsId, LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\n\nimport styles from './styles.module.scss';\n\nexport type ArticleTeaserTags = 'div' | 'section' | 'aside' | 'article';\n\nexport interface ArticleTeaserProps {\n /** Callback for the button. Should be used for setting the expanded boolean */\n onExpand: () => void;\n /** What's in the box? */\n children: React.ReactNode;\n /** Id of the content, used to set aria-controls */\n contentId: string;\n /** If the component is expanded or not */\n expanded: boolean;\n /** For overriding the height of the collapsed teaser */\n heightCollapsed?: string;\n /** Changes the underlying element of the wrapper */\n htmlMarkup?: ArticleTeaserTags;\n /** Resources for component */\n resources?: Partial<HNDesignsystemArticleTeaser>;\n /** Sets the data-testid attribute */\n testId?: string;\n}\n\nconst ArticleTeaser: React.FC<ArticleTeaserProps> = props => {\n const { onExpand, children, contentId, expanded, htmlMarkup = 'div', resources, testId } = props;\n const WrapperTag = htmlMarkup;\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n\n const mergedResources: HNDesignsystemArticleTeaser = {\n ...defaultResources,\n ...resources,\n };\n\n return (\n <WrapperTag className={classNames(styles.articleteaser)} data-testid={testId} data-analyticsid={AnalyticsId.ArticleTeaser}>\n <div\n className={classNames(styles['articleteaser__content'], {\n [styles['articleteaser__content--collapsed']]: !expanded,\n })}\n style={{\n maxHeight: expanded ? 'none' : props.heightCollapsed,\n }}\n >\n {children}\n </div>\n <button\n type=\"button\"\n className={classNames(styles['articleteaser__button'], {\n [styles['articleteaser__button--expanded']]: expanded,\n })}\n onClick={onExpand}\n aria-expanded={expanded}\n aria-controls={contentId}\n >\n {expanded ? mergedResources.expandButtonOpen : mergedResources.expandButtonClose}\n </button>\n </WrapperTag>\n );\n};\n\nexport default ArticleTeaser;\n","import ArticleTeaser from './ArticleTeaser';\nexport * from './ArticleTeaser';\nexport default ArticleTeaser;\n"],"mappings":";;;;;;;;;;;;;;;AEMA,IAAa,gBAAgB,aAA2D;CACtF,QAAQ,UAAR;EACE,KAAK,gBAAgB,SACnB,OAAO;EACT,KAAK,gBAAgB;EACrB,SACE,OAAO;;;;;ACmBb,IAAM,iBAA8C,UAAS;CAC3D,MAAM,EAAE,UAAU,UAAU,WAAW,UAAU,aAAa,OAAO,WAAW,WAAW;CAC3F,MAAM,aAAa;CAEnB,MAAM,EAAE,aAAa,YAA6B,gBAAgB,UAAU;CAG5E,MAAM,kBAA+C;EACnD,GAHuB,aAAa,SAGjC;EACH,GAAG;EACJ;CAED,OACE,qBAAC,YAAD;EAAY,WAAW,WAAW,OAAO,cAAc;EAAE,eAAa;EAAQ,oBAAkB,YAAY;YAA5G,CACE,oBAAC,OAAD;GACE,WAAW,WAAW,OAAO,2BAA2B,GACrD,OAAO,uCAAuC,CAAC,UACjD,CAAC;GACF,OAAO,EACL,WAAW,WAAW,SAAS,MAAM,iBACtC;GAEA;GACG,CAAA,EACN,oBAAC,UAAD;GACE,MAAK;GACL,WAAW,WAAW,OAAO,0BAA0B,GACpD,OAAO,qCAAqC,UAC9C,CAAC;GACF,SAAS;GACT,iBAAe;GACf,iBAAe;aAEd,WAAW,gBAAgB,mBAAmB,gBAAgB;GACxD,CAAA,CACE;;;;;AChEjB,IAAA,wBAAe"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../src/resources/HN.Designsystem.ArticleTeaser.en-GB.json","../../../src/resources/HN.Designsystem.ArticleTeaser.nb-NO.json","../../../src/components/ArticleTeaser/resourceHelper.ts","../../../src/components/ArticleTeaser/ArticleTeaser.tsx","../../../src/components/ArticleTeaser/index.ts"],"sourcesContent":["{\n \"expandButtonClose\": \"Show more\",\n \"expandButtonOpen\": \"Show less\"\n}\n","{\n \"expandButtonClose\": \"Vis mer\",\n \"expandButtonOpen\": \"Vis mindre\"\n}\n","import type { HNDesignsystemArticleTeaser } from '../../resources/Resources';\n\nimport { LanguageLocales } from '../../constants';\nimport enGB from '../../resources/HN.Designsystem.ArticleTeaser.en-GB.json';\nimport nbNO from '../../resources/HN.Designsystem.ArticleTeaser.nb-NO.json';\n\nexport const getResources = (language: LanguageLocales): HNDesignsystemArticleTeaser => {\n switch (language) {\n case LanguageLocales.ENGLISH:\n return enGB;\n case LanguageLocales.NORWEGIAN:\n default:\n return nbNO;\n }\n};\n","import classNames from 'classnames';\n\nimport type { HNDesignsystemArticleTeaser } from '../../resources/Resources';\n\nimport { getResources } from './resourceHelper';\nimport { AnalyticsId, LanguageLocales } from '../../constants';\nimport { useLanguage } from '../../hooks/useLanguage';\n\nimport styles from './styles.module.scss';\n\nexport type ArticleTeaserTags = 'div' | 'section' | 'aside' | 'article';\n\nexport interface ArticleTeaserProps {\n /** Callback for the button. Should be used for setting the expanded boolean */\n onExpand: () => void;\n /** What's in the box? */\n children: React.ReactNode;\n /** Id of the content, used to set aria-controls */\n contentId: string;\n /** If the component is expanded or not */\n expanded: boolean;\n /** For overriding the height of the collapsed teaser */\n heightCollapsed?: string;\n /** Changes the underlying element of the wrapper */\n htmlMarkup?: ArticleTeaserTags;\n /** Resources for component */\n resources?: Partial<HNDesignsystemArticleTeaser>;\n /** Sets the data-testid attribute */\n testId?: string;\n}\n\nconst ArticleTeaser: React.FC<ArticleTeaserProps> = props => {\n const { onExpand, children, contentId, expanded, htmlMarkup = 'div', resources, testId } = props;\n const WrapperTag = htmlMarkup;\n\n const { language } = useLanguage<LanguageLocales>(LanguageLocales.NORWEGIAN);\n const defaultResources = getResources(language);\n\n const mergedResources: HNDesignsystemArticleTeaser = {\n ...defaultResources,\n ...resources,\n };\n\n return (\n <WrapperTag className={classNames(styles.articleteaser)} data-testid={testId} data-analyticsid={AnalyticsId.ArticleTeaser}>\n <div\n className={classNames(styles['articleteaser__content'], {\n [styles['articleteaser__content--collapsed']]: !expanded,\n })}\n style={{\n maxHeight: expanded ? 'none' : props.heightCollapsed,\n }}\n >\n {children}\n </div>\n <button\n type=\"button\"\n className={classNames(styles['articleteaser__button'], {\n [styles['articleteaser__button--expanded']]: expanded,\n })}\n onClick={onExpand}\n aria-expanded={expanded}\n aria-controls={contentId}\n >\n {expanded ? mergedResources.expandButtonOpen : mergedResources.expandButtonClose}\n </button>\n </WrapperTag>\n );\n};\n\nexport default ArticleTeaser;\n","import ArticleTeaser from './ArticleTeaser';\nexport * from './ArticleTeaser';\nexport default ArticleTeaser;\n"],"mappings":";;;;;;;;;;;;;;;AEMA,IAAa,gBAAgB,aAA2D;CACtF,QAAQ,UAAR;EACE,KAAK,gBAAgB,SACnB,OAAO;EACT,KAAK,gBAAgB;EACrB,SACE,OAAO;CACX;AACF;;;ACiBA,IAAM,iBAA8C,UAAS;CAC3D,MAAM,EAAE,UAAU,UAAU,WAAW,UAAU,aAAa,OAAO,WAAW,WAAW;CAC3F,MAAM,aAAa;CAEnB,MAAM,EAAE,aAAa,YAA6B,gBAAgB,SAAS;CAG3E,MAAM,kBAA+C;EACnD,GAHuB,aAAa,QAGjC;EACH,GAAG;CACL;CAEA,OACE,qBAAC,YAAD;EAAY,WAAW,WAAW,OAAO,aAAa;EAAG,eAAa;EAAQ,oBAAkB,YAAY;YAA5G,CACE,oBAAC,OAAD;GACE,WAAW,WAAW,OAAO,2BAA2B,GACrD,OAAO,uCAAuC,CAAC,SAClD,CAAC;GACD,OAAO,EACL,WAAW,WAAW,SAAS,MAAM,gBACvC;GAEC;EACE,CAAA,GACL,oBAAC,UAAD;GACE,MAAK;GACL,WAAW,WAAW,OAAO,0BAA0B,GACpD,OAAO,qCAAqC,SAC/C,CAAC;GACD,SAAS;GACT,iBAAe;GACf,iBAAe;aAEd,WAAW,gBAAgB,mBAAmB,gBAAgB;EACzD,CAAA,CACE;;AAEhB;;;AClEA,IAAA,wBAAe"}
@@ -8,24 +8,29 @@
8
8
 
9
9
  $dark-mode-disabled-transparrent: #ffffffb3;
10
10
  $with-icons: // icon-class, size-class, padding-left, padding-right, padding-left desktop, padding-right desktop, svg-margin-left, svg-margin-right, svg-margin-left desktop, svg-margin-right desktop
11
- 'left-icon' 'normal' spacers.getSpacer(xs) spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) 0 spacers.getSpacer(3xs) 0
11
+ 'left-icon' 'medium' spacers.getSpacer(xs) spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) 0 spacers.getSpacer(3xs) 0
12
12
  spacers.getSpacer(2xs),
13
- 'right-icon' 'normal' spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(3xs) 0
13
+ 'right-icon' 'medium' spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(3xs) 0
14
14
  spacers.getSpacer(2xs) 0,
15
- 'left-icon' 'large' spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(s) spacers.getSpacer(l) 0 spacers.getSpacer(2xs) 0
16
- spacers.getSpacer(xs),
17
- 'right-icon' 'large' spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(l) spacers.getSpacer(s) spacers.getSpacer(2xs) 0
18
- spacers.getSpacer(xs) 0,
19
- 'arrow' 'normal' spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(m) 0
15
+ 'left-icon' 'large-non-borderless' spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(s) spacers.getSpacer(l) 0
16
+ spacers.getSpacer(2xs) 0 spacers.getSpacer(xs),
17
+ 'right-icon' 'large-non-borderless' spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(l) spacers.getSpacer(s)
18
+ spacers.getSpacer(2xs) 0 spacers.getSpacer(xs) 0,
19
+ 'arrow' 'medium' spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(m) 0
20
20
  spacers.getSpacer(l) 0,
21
- 'arrow' 'large' spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(l) spacers.getSpacer(xs) spacers.getSpacer(l) 0
22
- spacers.getSpacer(xl) 0,
23
- 'arrow--both-icons' 'normal' 0 0 0 0 spacers.getSpacer(s) 0 spacers.getSpacer(m) 0,
24
- 'arrow--both-icons' 'large' 0 0 0 0 spacers.getSpacer(m) 0 spacers.getSpacer(l) 0,
25
- 'only-icon' 'normal' 0.062rem 0.062rem 0.375rem 0.375rem 0 0 0 0,
26
- 'only-icon' 'large' 0.312rem 0.312rem spacers.getSpacer(3xs) spacers.getSpacer(3xs) 0 0 0 0,
27
- 'both-icons' 'normal' spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) 0 0 0 0,
28
- 'both-icons' 'large' spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) 0 0 0 0;
21
+ 'arrow' 'large-non-borderless' spacers.getSpacer(m) spacers.getSpacer(xs) spacers.getSpacer(l) spacers.getSpacer(xs) spacers.getSpacer(l)
22
+ 0 spacers.getSpacer(xl) 0,
23
+ 'arrow--both-icons' 'medium' 0 0 0 0 spacers.getSpacer(s) 0 spacers.getSpacer(m) 0,
24
+ 'arrow--both-icons' 'large-non-borderless' 0 0 0 0 spacers.getSpacer(m) 0 spacers.getSpacer(l) 0,
25
+ 'only-icon' 'medium' 0.0625rem 0.0625rem 0.375rem 0.375rem 0 0 0 0,
26
+ 'only-icon' 'large-non-borderless' 0.312rem 0.312rem spacers.getSpacer(3xs) spacers.getSpacer(3xs) 0 0 0 0,
27
+ 'both-icons' 'medium' spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) 0 0 0 0,
28
+ 'both-icons' 'large-non-borderless' spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) spacers.getSpacer(xs) 0 0 0 0,
29
+ 'left-icon' 'large-borderless' spacers.getSpacer(xs) spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) 0
30
+ spacers.getSpacer(3xs) 0 spacers.getSpacer(3xs),
31
+ 'right-icon' 'large-borderless' spacers.getSpacer(s) spacers.getSpacer(xs) spacers.getSpacer(m) spacers.getSpacer(xs)
32
+ spacers.getSpacer(3xs) 0 spacers.getSpacer(3xs) 0,
33
+ 'only-icon' 'large-borderless' 0 0 0.0625rem 0.0625rem 0 0 0 0;
29
34
 
30
35
  // Brukes til å aktivere hover styling uten at button hovres
31
36
  @mixin outline-borderless-hover {
@@ -44,6 +49,8 @@ $with-icons: // icon-class, size-class, padding-left, padding-right, padding-lef
44
49
 
45
50
  @if $with-uu-border {
46
51
  border: 1px solid var(--color-action-border-ondark-focus);
52
+ } @else {
53
+ border: none;
47
54
  }
48
55
  }
49
56
 
@@ -259,7 +266,7 @@ $with-icons: // icon-class, size-class, padding-left, padding-right, padding-lef
259
266
  line-height: 1.5rem;
260
267
  }
261
268
 
262
- &--large {
269
+ &--large-non-borderless {
263
270
  min-height: 3.5rem;
264
271
  padding: 0 spacers.getSpacer(l);
265
272
  font-size: 1.3125rem;
@@ -272,6 +279,16 @@ $with-icons: // icon-class, size-class, padding-left, padding-right, padding-lef
272
279
  }
273
280
  }
274
281
 
282
+ // Medium box sizing with large font-size, used for borderless + large
283
+ &--large-borderless {
284
+ font-size: 1.3125rem;
285
+
286
+ @media (min-width: map.get(breakpoints.$grid-breakpoints, md)) {
287
+ font-size: font-settings.$font-size-lg;
288
+ line-height: 1.5rem;
289
+ }
290
+ }
291
+
275
292
  @each $icon-class, $size-class, $pl, $pr, $pld, $prd, $svgml, $svgmr, $svgmld, $svgmrd in $with-icons {
276
293
  &--#{$icon-class}#{&}--#{$size-class} {
277
294
  padding-left: $pl;
@@ -320,6 +337,8 @@ $with-icons: // icon-class, size-class, padding-left, padding-right, padding-lef
320
337
  &--borderless {
321
338
  @include outline-borderless-background(transparent, var(--color-action-background-transparent-onlight-hover));
322
339
 
340
+ border: none;
341
+
323
342
  :focus > & {
324
343
  @include focus-shadow(false);
325
344
 
@@ -408,6 +427,10 @@ $with-icons: // icon-class, size-class, padding-left, padding-right, padding-lef
408
427
  @include text-color(palette.$cherry600, palette.$cherry700);
409
428
  }
410
429
 
430
+ &--only-icon {
431
+ justify-content: center;
432
+ }
433
+
411
434
  /* stylelint-disable-next-line */
412
435
  &--only-icon &__text {
413
436
  @include sr-only;
@@ -15,9 +15,10 @@ export type Styles = {
15
15
  'button--borderless': string;
16
16
  'button--both-icons': string;
17
17
  'button--destructive': string;
18
- 'button--large': string;
18
+ 'button--large-borderless': string;
19
+ 'button--large-non-borderless': string;
19
20
  'button--left-icon': string;
20
- 'button--normal': string;
21
+ 'button--medium': string;
21
22
  'button--on-dark': string;
22
23
  'button--only-icon': string;
23
24
  'button--outline': string;
@@ -0,0 +1,20 @@
1
+ import { FormOnColor, FormSize } from '../../../constants';
2
+ export interface CheckboxMarkerProps {
3
+ /** Whether the checkbox is checked. Controls the checkmark visibility. */
4
+ checked?: boolean;
5
+ /** Disables the visual state of the marker. */
6
+ disabled?: boolean;
7
+ /** Activates error styling. */
8
+ error?: boolean;
9
+ /** Background context the marker is rendered on. */
10
+ onColor?: keyof typeof FormOnColor;
11
+ /** Size variant of the marker. */
12
+ size?: keyof typeof FormSize;
13
+ /** Adds custom classes to the marker wrapper. */
14
+ className?: string;
15
+ }
16
+ /**
17
+ * Does not render an <input>; consumers render this on their end.
18
+ */
19
+ export declare const CheckboxMarker: React.FC<CheckboxMarkerProps>;
20
+ export default CheckboxMarker;