@helsenorge/designsystem-react 6.5.0 → 6.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (658) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/components/AnchorLink/AnchorLink.d.ts +1 -1
  3. package/components/AnchorLink/AnchorLink.js.map +1 -1
  4. package/components/AnchorLink/AnchorLink.stories.d.ts +31 -0
  5. package/components/Avatar/Avatar.stories.d.ts +35 -0
  6. package/components/Badge/Badge.stories.d.ts +29 -0
  7. package/components/Button/Button.stories.d.ts +55 -0
  8. package/components/Checkbox/Checkbox.stories.d.ts +54 -0
  9. package/components/Close/Close.stories.d.ts +29 -0
  10. package/components/DictionaryTrigger/DictionaryTrigger.d.ts +1 -1
  11. package/components/DictionaryTrigger/DictionaryTrigger.js.map +1 -1
  12. package/components/DictionaryTrigger/DictionaryTrigger.stories.d.ts +30 -0
  13. package/components/Dropdown/Dropdown.d.ts +2 -0
  14. package/components/Dropdown/Dropdown.js +32 -31
  15. package/components/Dropdown/Dropdown.js.map +1 -1
  16. package/components/Dropdown/Dropdown.stories.d.ts +63 -0
  17. package/components/Duolist/Duolist.d.ts +2 -2
  18. package/components/Duolist/Duolist.js.map +1 -1
  19. package/components/Duolist/Duolist.stories.d.ts +32 -0
  20. package/components/EmptyState/EmptyState.d.ts +1 -1
  21. package/components/EmptyState/EmptyState.js.map +1 -1
  22. package/components/EmptyState/EmptyState.stories.d.ts +26 -0
  23. package/components/Expander/Expander.d.ts +3 -1
  24. package/components/Expander/Expander.js +30 -29
  25. package/components/Expander/Expander.js.map +1 -1
  26. package/components/Expander/Expander.stories.d.ts +60 -0
  27. package/components/ExpanderHierarchy/ExpanderHierarchy.stories.d.ts +43 -0
  28. package/components/ExpanderHierarchy/expander.module.scss +0 -20
  29. package/components/ExpanderHierarchy/expander.module.scss.d.ts +0 -1
  30. package/components/ExpanderList/ExpanderList.d.ts +4 -0
  31. package/components/ExpanderList/ExpanderList.js +79 -76
  32. package/components/ExpanderList/ExpanderList.js.map +1 -1
  33. package/components/ExpanderList/ExpanderList.stories.d.ts +58 -0
  34. package/components/FormExample/FormExample.d.ts +1 -1
  35. package/components/FormExample/FormExample.js.map +1 -1
  36. package/components/FormGroup/FormGroup.stories.d.ts +49 -0
  37. package/components/FormLayout/FormLayout.stories.d.ts +32 -0
  38. package/components/HelpBubble/HelpBubble.stories.d.ts +42 -0
  39. package/components/HelpPanel/HelpPanel.d.ts +1 -1
  40. package/components/HelpPanel/HelpPanel.js.map +1 -1
  41. package/components/HelpPanel/HelpPanel.stories.d.ts +31 -0
  42. package/components/HelpQuestion/HelpQuestion.d.ts +1 -1
  43. package/components/HelpQuestion/HelpQuestion.js.map +1 -1
  44. package/components/HelpQuestion/HelpQuestion.stories.d.ts +29 -0
  45. package/components/HighlightBox/HighlightBox.d.ts +1 -1
  46. package/components/HighlightBox/HighlightBox.js.map +1 -1
  47. package/components/HighlightBox/HighlightBox.stories.d.ts +42 -0
  48. package/components/Icon/Icon.stories.d.ts +38 -0
  49. package/components/Illustration/Illustration.stories.d.ts +34 -0
  50. package/components/Illustration/Illustrations.stories.d.ts +41 -0
  51. package/components/Input/Input.stories.d.ts +94 -0
  52. package/components/Label/Label.stories.d.ts +25 -0
  53. package/components/LazyIcon/LazyIcon.js.map +1 -1
  54. package/components/LazyIcon/LazyIcon.stories.d.ts +25 -0
  55. package/components/LazyIllustration/LazyIllustration.js.map +1 -1
  56. package/components/LazyIllustration/LazyIllustration.stories.d.ts +38 -0
  57. package/components/LinkList/LinkList.stories.d.ts +47 -0
  58. package/components/List/List.stories.d.ts +36 -0
  59. package/components/Loader/Loader.stories.d.ts +31 -0
  60. package/components/Logo/Logo.d.ts +1 -1
  61. package/components/Logo/Logo.js.map +1 -1
  62. package/components/Logo/Logo.stories.d.ts +37 -0
  63. package/components/Modal/Modal.stories.d.ts +73 -0
  64. package/components/NotificationPanel/NotificationPanel.stories.d.ts +54 -0
  65. package/components/Panel/Panel.stories.d.ts +89 -0
  66. package/components/PanelList/PanelList.d.ts +1 -1
  67. package/components/PanelList/PanelList.js.map +1 -1
  68. package/components/PanelList/PanelList.stories.d.ts +27 -0
  69. package/components/PopMenu/PopMenu.js +73 -61
  70. package/components/PopMenu/PopMenu.js.map +1 -1
  71. package/components/PopMenu/PopMenu.stories.d.ts +29 -0
  72. package/components/PopOver/PopOver.d.ts +2 -0
  73. package/components/PopOver/PopOver.js +37 -36
  74. package/components/PopOver/PopOver.js.map +1 -1
  75. package/components/PopOver/PopOver.stories.d.ts +34 -0
  76. package/components/PromoPanel/PromoPanel.d.ts +1 -1
  77. package/components/PromoPanel/PromoPanel.js.map +1 -1
  78. package/components/PromoPanel/PromoPanel.stories.d.ts +44 -0
  79. package/components/RadioButton/RadioButton.stories.d.ts +57 -0
  80. package/components/Select/Select.stories.d.ts +38 -0
  81. package/components/ServiceMessage/ServiceMessage.stories.d.ts +71 -0
  82. package/components/SharingStatus/SharingStatus.stories.d.ts +31 -0
  83. package/components/Slider/Slider.d.ts +1 -1
  84. package/components/Slider/Slider.js.map +1 -1
  85. package/components/Slider/Slider.stories.d.ts +52 -0
  86. package/components/Spacer/Spacer.d.ts +1 -1
  87. package/components/Spacer/Spacer.js.map +1 -1
  88. package/components/Spacer/Spacer.stories.d.ts +17 -0
  89. package/components/StatusDot/StatusDot.stories.d.ts +31 -0
  90. package/components/Step/Step.stories.d.ts +32 -0
  91. package/components/StepButtons/StepButtons.stories.d.ts +19 -0
  92. package/components/Stepper/Stepper.stories.d.ts +38 -0
  93. package/components/Table/Table.stories.d.ts +90 -0
  94. package/components/Tag/Tag.d.ts +1 -1
  95. package/components/Tag/Tag.js.map +1 -1
  96. package/components/Tag/Tag.stories.d.ts +48 -0
  97. package/components/TagList/TagList.d.ts +1 -1
  98. package/components/TagList/TagList.js.map +1 -1
  99. package/components/TagList/TagList.stories.d.ts +17 -0
  100. package/components/Textarea/Textarea.d.ts +1 -1
  101. package/components/Textarea/Textarea.js.map +1 -1
  102. package/components/Textarea/Textarea.stories.d.ts +94 -0
  103. package/components/Tile/Tile.stories.d.ts +40 -0
  104. package/components/Title/Title.stories.d.ts +40 -0
  105. package/components/Tooltip/Tooltip.stories.d.ts +30 -0
  106. package/components/Trigger/Trigger.stories.d.ts +52 -0
  107. package/components/Validation/Validation.stories.d.ts +37 -0
  108. package/constants.d.ts +1 -0
  109. package/constants.js +1 -1
  110. package/constants.js.map +1 -1
  111. package/hoc/withBreakpoint/withBreakpoint.stories.d.ts +18 -0
  112. package/hooks/useBreakpoint.stories.d.ts +17 -0
  113. package/hooks/useDelayedState.stories.d.ts +28 -0
  114. package/hooks/useElementList.stories.d.ts +17 -0
  115. package/hooks/useFocusToggle.stories.d.ts +17 -0
  116. package/hooks/useFocusTrap.stories.d.ts +17 -0
  117. package/hooks/useFocusableElements.stories.d.ts +17 -0
  118. package/hooks/useHover.stories.d.ts +17 -0
  119. package/hooks/useIntersectionObserver.stories.d.ts +17 -0
  120. package/hooks/useInterval.stories.d.ts +17 -0
  121. package/hooks/useIsVisible.stories.d.ts +28 -0
  122. package/hooks/useKeyboardEvent.stories.d.ts +17 -0
  123. package/hooks/useLayoutEvent.stories.d.ts +17 -0
  124. package/hooks/useOutsideEvent.stories.d.ts +17 -0
  125. package/hooks/usePseudoClasses.stories.d.ts +17 -0
  126. package/hooks/useResizeObserver.stories.d.ts +17 -0
  127. package/hooks/useSize.stories.d.ts +17 -0
  128. package/hooks/useSticky.stories.d.ts +17 -0
  129. package/hooks/useUuid.stories.d.ts +17 -0
  130. package/package.json +1 -1
  131. package/__mocks__/IntersectionObserver.d.ts.map +0 -1
  132. package/__mocks__/MutationObserver.d.ts.map +0 -1
  133. package/__mocks__/ResizeObserver.d.ts.map +0 -1
  134. package/__mocks__/matchMedia.d.ts.map +0 -1
  135. package/__mocks__/useHover.d.ts.map +0 -1
  136. package/__mocks__/useLayoutEvent.d.ts.map +0 -1
  137. package/__mocks__/useOutsideEvent.d.ts.map +0 -1
  138. package/__mocks__/useSize.d.ts.map +0 -1
  139. package/__mocks__/uuid.d.ts.map +0 -1
  140. package/components/AnchorLink/AnchorLink.d.ts.map +0 -1
  141. package/components/AnchorLink/index.d.ts.map +0 -1
  142. package/components/Avatar/Avatar.d.ts.map +0 -1
  143. package/components/Avatar/index.d.ts.map +0 -1
  144. package/components/Badge/Badge.d.ts.map +0 -1
  145. package/components/Badge/index.d.ts.map +0 -1
  146. package/components/Button/Button.d.ts.map +0 -1
  147. package/components/Button/index.d.ts.map +0 -1
  148. package/components/ButtonWithModal/ButtonWithModal.d.ts.map +0 -1
  149. package/components/ButtonWithModal/index.d.ts.map +0 -1
  150. package/components/Checkbox/Checkbox.d.ts.map +0 -1
  151. package/components/Checkbox/index.d.ts.map +0 -1
  152. package/components/Close/Close.d.ts.map +0 -1
  153. package/components/Close/index.d.ts.map +0 -1
  154. package/components/DictionaryTrigger/DictionaryTrigger.d.ts.map +0 -1
  155. package/components/DictionaryTrigger/index.d.ts.map +0 -1
  156. package/components/Dropdown/Dropdown.d.ts.map +0 -1
  157. package/components/Dropdown/index.d.ts.map +0 -1
  158. package/components/Duolist/Duolist.d.ts.map +0 -1
  159. package/components/Duolist/index.d.ts.map +0 -1
  160. package/components/EmptyState/EmptyState.d.ts.map +0 -1
  161. package/components/EmptyState/NobodyHome.d.ts.map +0 -1
  162. package/components/EmptyState/index.d.ts.map +0 -1
  163. package/components/ErrorWrapper/ErrorWrapper.d.ts.map +0 -1
  164. package/components/ErrorWrapper/index.d.ts.map +0 -1
  165. package/components/Expander/Expander.d.ts.map +0 -1
  166. package/components/Expander/index.d.ts.map +0 -1
  167. package/components/ExpanderHierarchy/Expander.d.ts.map +0 -1
  168. package/components/ExpanderHierarchy/ExpanderButton.d.ts.map +0 -1
  169. package/components/ExpanderHierarchy/ExpanderHierarchy.d.ts.map +0 -1
  170. package/components/ExpanderHierarchy/index.d.ts.map +0 -1
  171. package/components/ExpanderHierarchy/utils.d.ts.map +0 -1
  172. package/components/ExpanderList/ExpanderList.d.ts.map +0 -1
  173. package/components/ExpanderList/index.d.ts.map +0 -1
  174. package/components/FormExample/FormExample.d.ts.map +0 -1
  175. package/components/FormExample/index.d.ts.map +0 -1
  176. package/components/FormGroup/FormGroup.d.ts.map +0 -1
  177. package/components/FormGroup/index.d.ts.map +0 -1
  178. package/components/FormLayout/FormLayout.d.ts.map +0 -1
  179. package/components/FormLayout/index.d.ts.map +0 -1
  180. package/components/GridExample/GridExample.d.ts.map +0 -1
  181. package/components/GridExample/index.d.ts.map +0 -1
  182. package/components/HelpBubble/HelpBubble.d.ts.map +0 -1
  183. package/components/HelpBubble/index.d.ts.map +0 -1
  184. package/components/HelpBubbleExample/HelpBubbleExample.d.ts.map +0 -1
  185. package/components/HelpBubbleExample/index.d.ts.map +0 -1
  186. package/components/HelpPanel/HelpPanel.d.ts.map +0 -1
  187. package/components/HelpPanel/index.d.ts.map +0 -1
  188. package/components/HelpQuestion/HelpQuestion.d.ts.map +0 -1
  189. package/components/HelpQuestion/index.d.ts.map +0 -1
  190. package/components/HighlightBox/HighlightBox.d.ts.map +0 -1
  191. package/components/HighlightBox/index.d.ts.map +0 -1
  192. package/components/HorizontalScroll/HorizontalScroll.d.ts.map +0 -1
  193. package/components/HorizontalScroll/index.d.ts.map +0 -1
  194. package/components/Icon/Icon.d.ts.map +0 -1
  195. package/components/Icon/index.d.ts.map +0 -1
  196. package/components/Icons/ActiveMonitoring.d.ts.map +0 -1
  197. package/components/Icons/AcupunctureBack.d.ts.map +0 -1
  198. package/components/Icons/AdditionalIconInformation.d.ts.map +0 -1
  199. package/components/Icons/AlarmClock.d.ts.map +0 -1
  200. package/components/Icons/AlertSignFill.d.ts.map +0 -1
  201. package/components/Icons/AlertSignStroke.d.ts.map +0 -1
  202. package/components/Icons/Amputation.d.ts.map +0 -1
  203. package/components/Icons/Anxiety.d.ts.map +0 -1
  204. package/components/Icons/Apple.d.ts.map +0 -1
  205. package/components/Icons/Archive.d.ts.map +0 -1
  206. package/components/Icons/ArmFlexing.d.ts.map +0 -1
  207. package/components/Icons/ArrowDown.d.ts.map +0 -1
  208. package/components/Icons/ArrowLeft.d.ts.map +0 -1
  209. package/components/Icons/ArrowRight.d.ts.map +0 -1
  210. package/components/Icons/ArrowUp.d.ts.map +0 -1
  211. package/components/Icons/ArrowUpRight.d.ts.map +0 -1
  212. package/components/Icons/Attachment.d.ts.map +0 -1
  213. package/components/Icons/Atv.d.ts.map +0 -1
  214. package/components/Icons/Avatar.d.ts.map +0 -1
  215. package/components/Icons/AwakePersonOnPillow.d.ts.map +0 -1
  216. package/components/Icons/Baby.d.ts.map +0 -1
  217. package/components/Icons/BandAid.d.ts.map +0 -1
  218. package/components/Icons/BeerAndPills.d.ts.map +0 -1
  219. package/components/Icons/Bell.d.ts.map +0 -1
  220. package/components/Icons/Bike.d.ts.map +0 -1
  221. package/components/Icons/BirthControl.d.ts.map +0 -1
  222. package/components/Icons/BirthdayCake.d.ts.map +0 -1
  223. package/components/Icons/Boat.d.ts.map +0 -1
  224. package/components/Icons/Body.d.ts.map +0 -1
  225. package/components/Icons/Braille.d.ts.map +0 -1
  226. package/components/Icons/Brain.d.ts.map +0 -1
  227. package/components/Icons/BreastReconstruction.d.ts.map +0 -1
  228. package/components/Icons/BreastRemoval.d.ts.map +0 -1
  229. package/components/Icons/Breasts.d.ts.map +0 -1
  230. package/components/Icons/BrokenHeart.d.ts.map +0 -1
  231. package/components/Icons/BrokenPuzzle.d.ts.map +0 -1
  232. package/components/Icons/Bus.d.ts.map +0 -1
  233. package/components/Icons/Calendar.d.ts.map +0 -1
  234. package/components/Icons/CalendarChange.d.ts.map +0 -1
  235. package/components/Icons/CalendarCheck.d.ts.map +0 -1
  236. package/components/Icons/CalendarEvent.d.ts.map +0 -1
  237. package/components/Icons/CalendarSave.d.ts.map +0 -1
  238. package/components/Icons/Cancer.d.ts.map +0 -1
  239. package/components/Icons/Candle.d.ts.map +0 -1
  240. package/components/Icons/Car.d.ts.map +0 -1
  241. package/components/Icons/Change.d.ts.map +0 -1
  242. package/components/Icons/Check.d.ts.map +0 -1
  243. package/components/Icons/CheckFill.d.ts.map +0 -1
  244. package/components/Icons/CheckOutline.d.ts.map +0 -1
  245. package/components/Icons/Chest.d.ts.map +0 -1
  246. package/components/Icons/ChevronDown.d.ts.map +0 -1
  247. package/components/Icons/ChevronLeft.d.ts.map +0 -1
  248. package/components/Icons/ChevronRight.d.ts.map +0 -1
  249. package/components/Icons/ChevronUp.d.ts.map +0 -1
  250. package/components/Icons/ChevronsDown.d.ts.map +0 -1
  251. package/components/Icons/ChevronsUp.d.ts.map +0 -1
  252. package/components/Icons/ChildPlaying.d.ts.map +0 -1
  253. package/components/Icons/Cigarette.d.ts.map +0 -1
  254. package/components/Icons/Coins.d.ts.map +0 -1
  255. package/components/Icons/Contacts.d.ts.map +0 -1
  256. package/components/Icons/Copy.d.ts.map +0 -1
  257. package/components/Icons/CoronaCertificate.d.ts.map +0 -1
  258. package/components/Icons/Coronavirus.d.ts.map +0 -1
  259. package/components/Icons/Cough.d.ts.map +0 -1
  260. package/components/Icons/CriticalHealthInfo.d.ts.map +0 -1
  261. package/components/Icons/Cross.d.ts.map +0 -1
  262. package/components/Icons/DataExchange.d.ts.map +0 -1
  263. package/components/Icons/DataReceived.d.ts.map +0 -1
  264. package/components/Icons/DataSent.d.ts.map +0 -1
  265. package/components/Icons/Depression.d.ts.map +0 -1
  266. package/components/Icons/DigestiveSystem.d.ts.map +0 -1
  267. package/components/Icons/Dizzy.d.ts.map +0 -1
  268. package/components/Icons/Documents.d.ts.map +0 -1
  269. package/components/Icons/Dog.d.ts.map +0 -1
  270. package/components/Icons/DonorCard.d.ts.map +0 -1
  271. package/components/Icons/Download.d.ts.map +0 -1
  272. package/components/Icons/Draft.d.ts.map +0 -1
  273. package/components/Icons/EChat.d.ts.map +0 -1
  274. package/components/Icons/Ear.d.ts.map +0 -1
  275. package/components/Icons/EarDeaf.d.ts.map +0 -1
  276. package/components/Icons/EarHearingAid.d.ts.map +0 -1
  277. package/components/Icons/EarNoseThroat.d.ts.map +0 -1
  278. package/components/Icons/EarVolume.d.ts.map +0 -1
  279. package/components/Icons/ElderlyPerson.d.ts.map +0 -1
  280. package/components/Icons/Embolization.d.ts.map +0 -1
  281. package/components/Icons/EmergencyCall.d.ts.map +0 -1
  282. package/components/Icons/EmoticonAnnoyed.d.ts.map +0 -1
  283. package/components/Icons/EmoticonDelighted.d.ts.map +0 -1
  284. package/components/Icons/EmoticonDisappointed.d.ts.map +0 -1
  285. package/components/Icons/EmoticonHappy.d.ts.map +0 -1
  286. package/components/Icons/EmoticonMeh.d.ts.map +0 -1
  287. package/components/Icons/EnterFullScreen.d.ts.map +0 -1
  288. package/components/Icons/Envelope.d.ts.map +0 -1
  289. package/components/Icons/Epilepsy.d.ts.map +0 -1
  290. package/components/Icons/Eraser.d.ts.map +0 -1
  291. package/components/Icons/ErrorSignFill.d.ts.map +0 -1
  292. package/components/Icons/ErrorSignStroke.d.ts.map +0 -1
  293. package/components/Icons/EuropeanHealthCard.d.ts.map +0 -1
  294. package/components/Icons/ExitFullScreen.d.ts.map +0 -1
  295. package/components/Icons/Eye.d.ts.map +0 -1
  296. package/components/Icons/Facebook.d.ts.map +0 -1
  297. package/components/Icons/FallingLeaf.d.ts.map +0 -1
  298. package/components/Icons/Female.d.ts.map +0 -1
  299. package/components/Icons/FemaleDoctor.d.ts.map +0 -1
  300. package/components/Icons/Ferry.d.ts.map +0 -1
  301. package/components/Icons/File.d.ts.map +0 -1
  302. package/components/Icons/Filter.d.ts.map +0 -1
  303. package/components/Icons/FingerBleed.d.ts.map +0 -1
  304. package/components/Icons/FirstAidKit.d.ts.map +0 -1
  305. package/components/Icons/FloppyDisk.d.ts.map +0 -1
  306. package/components/Icons/Football.d.ts.map +0 -1
  307. package/components/Icons/Form.d.ts.map +0 -1
  308. package/components/Icons/Forward.d.ts.map +0 -1
  309. package/components/Icons/Gallery.d.ts.map +0 -1
  310. package/components/Icons/Garden.d.ts.map +0 -1
  311. package/components/Icons/GasCan.d.ts.map +0 -1
  312. package/components/Icons/GenderIdentity.d.ts.map +0 -1
  313. package/components/Icons/Glasses.d.ts.map +0 -1
  314. package/components/Icons/Globe.d.ts.map +0 -1
  315. package/components/Icons/Graph.d.ts.map +0 -1
  316. package/components/Icons/Group.d.ts.map +0 -1
  317. package/components/Icons/GroupTwins.d.ts.map +0 -1
  318. package/components/Icons/HTMLFile.d.ts.map +0 -1
  319. package/components/Icons/HandWaving.d.ts.map +0 -1
  320. package/components/Icons/HandWithDisease.d.ts.map +0 -1
  321. package/components/Icons/HandsAndHeart.d.ts.map +0 -1
  322. package/components/Icons/HealthClinic.d.ts.map +0 -1
  323. package/components/Icons/HealthWarning.d.ts.map +0 -1
  324. package/components/Icons/HealthcarePerson.d.ts.map +0 -1
  325. package/components/Icons/HealthcarePersonell.d.ts.map +0 -1
  326. package/components/Icons/HearingProtection.d.ts.map +0 -1
  327. package/components/Icons/Heart.d.ts.map +0 -1
  328. package/components/Icons/HeartHands.d.ts.map +0 -1
  329. package/components/Icons/HelpSign.d.ts.map +0 -1
  330. package/components/Icons/HelpingHand.d.ts.map +0 -1
  331. package/components/Icons/Hemodialysis.d.ts.map +0 -1
  332. package/components/Icons/Hiker.d.ts.map +0 -1
  333. package/components/Icons/Hipprosthesis.d.ts.map +0 -1
  334. package/components/Icons/History.d.ts.map +0 -1
  335. package/components/Icons/HivAndAids.d.ts.map +0 -1
  336. package/components/Icons/Home.d.ts.map +0 -1
  337. package/components/Icons/Hormone.d.ts.map +0 -1
  338. package/components/Icons/Hospital.d.ts.map +0 -1
  339. package/components/Icons/Hourglass.d.ts.map +0 -1
  340. package/components/Icons/IconNames.d.ts.map +0 -1
  341. package/components/Icons/ImgFile.d.ts.map +0 -1
  342. package/components/Icons/Inbox.d.ts.map +0 -1
  343. package/components/Icons/InfoSignFill.d.ts.map +0 -1
  344. package/components/Icons/InfoSignStroke.d.ts.map +0 -1
  345. package/components/Icons/Instagram.d.ts.map +0 -1
  346. package/components/Icons/Intravenous.d.ts.map +0 -1
  347. package/components/Icons/JointPain.d.ts.map +0 -1
  348. package/components/Icons/Journal.d.ts.map +0 -1
  349. package/components/Icons/JpgFile.d.ts.map +0 -1
  350. package/components/Icons/Kidney.d.ts.map +0 -1
  351. package/components/Icons/KitchenScale.d.ts.map +0 -1
  352. package/components/Icons/Kjernejournal.d.ts.map +0 -1
  353. package/components/Icons/Laboratory.d.ts.map +0 -1
  354. package/components/Icons/LaptopBlog.d.ts.map +0 -1
  355. package/components/Icons/LawBook.d.ts.map +0 -1
  356. package/components/Icons/LegalDocument.d.ts.map +0 -1
  357. package/components/Icons/LightBulb.d.ts.map +0 -1
  358. package/components/Icons/List.d.ts.map +0 -1
  359. package/components/Icons/Location.d.ts.map +0 -1
  360. package/components/Icons/Lock.d.ts.map +0 -1
  361. package/components/Icons/Login.d.ts.map +0 -1
  362. package/components/Icons/Logout.d.ts.map +0 -1
  363. package/components/Icons/Lungs.d.ts.map +0 -1
  364. package/components/Icons/Makeup.d.ts.map +0 -1
  365. package/components/Icons/MaleDoctor.d.ts.map +0 -1
  366. package/components/Icons/MaleDoctorAndPerson.d.ts.map +0 -1
  367. package/components/Icons/MaleGenitalia.d.ts.map +0 -1
  368. package/components/Icons/Medicine.d.ts.map +0 -1
  369. package/components/Icons/MedicineWarning.d.ts.map +0 -1
  370. package/components/Icons/MentalHealthAdult.d.ts.map +0 -1
  371. package/components/Icons/MentalHealthChild.d.ts.map +0 -1
  372. package/components/Icons/Menu.d.ts.map +0 -1
  373. package/components/Icons/Microscope.d.ts.map +0 -1
  374. package/components/Icons/Minus.d.ts.map +0 -1
  375. package/components/Icons/Mirror.d.ts.map +0 -1
  376. package/components/Icons/MobilePhone.d.ts.map +0 -1
  377. package/components/Icons/MotherHoldingBaby.d.ts.map +0 -1
  378. package/components/Icons/MuscleBack.d.ts.map +0 -1
  379. package/components/Icons/MuscleLeg.d.ts.map +0 -1
  380. package/components/Icons/Mushroom.d.ts.map +0 -1
  381. package/components/Icons/Music.d.ts.map +0 -1
  382. package/components/Icons/MusselsAndSalt.d.ts.map +0 -1
  383. package/components/Icons/NoAccess.d.ts.map +0 -1
  384. package/components/Icons/NoEye.d.ts.map +0 -1
  385. package/components/Icons/NoFilter.d.ts.map +0 -1
  386. package/components/Icons/Notepad.d.ts.map +0 -1
  387. package/components/Icons/Osteotomy.d.ts.map +0 -1
  388. package/components/Icons/PaintRoller.d.ts.map +0 -1
  389. package/components/Icons/PaperPlane.d.ts.map +0 -1
  390. package/components/Icons/PatientAndPerson.d.ts.map +0 -1
  391. package/components/Icons/Pause.d.ts.map +0 -1
  392. package/components/Icons/PdfFile.d.ts.map +0 -1
  393. package/components/Icons/Pencil.d.ts.map +0 -1
  394. package/components/Icons/PeopleTalking.d.ts.map +0 -1
  395. package/components/Icons/Peritonealdialysis.d.ts.map +0 -1
  396. package/components/Icons/Person.d.ts.map +0 -1
  397. package/components/Icons/PersonAndPatient.d.ts.map +0 -1
  398. package/components/Icons/PersonCancel.d.ts.map +0 -1
  399. package/components/Icons/PersonInXRayMachine.d.ts.map +0 -1
  400. package/components/Icons/PersonOverweight.d.ts.map +0 -1
  401. package/components/Icons/PersonRelaxing.d.ts.map +0 -1
  402. package/components/Icons/PersonWithBrain.d.ts.map +0 -1
  403. package/components/Icons/PersonWithBrokenArm.d.ts.map +0 -1
  404. package/components/Icons/PersonWithCrutches.d.ts.map +0 -1
  405. package/components/Icons/PersonWithJaw.d.ts.map +0 -1
  406. package/components/Icons/PersonWithMagnifyingGlass.d.ts.map +0 -1
  407. package/components/Icons/PersonWithSenses.d.ts.map +0 -1
  408. package/components/Icons/PersonWorking.d.ts.map +0 -1
  409. package/components/Icons/PersonalPlan.d.ts.map +0 -1
  410. package/components/Icons/PizzaSlice.d.ts.map +0 -1
  411. package/components/Icons/Plane.d.ts.map +0 -1
  412. package/components/Icons/Plant.d.ts.map +0 -1
  413. package/components/Icons/Play.d.ts.map +0 -1
  414. package/components/Icons/PlusLarge.d.ts.map +0 -1
  415. package/components/Icons/PlusSmall.d.ts.map +0 -1
  416. package/components/Icons/PngFile.d.ts.map +0 -1
  417. package/components/Icons/Podcast.d.ts.map +0 -1
  418. package/components/Icons/PoisonInformation.d.ts.map +0 -1
  419. package/components/Icons/Pregnant.d.ts.map +0 -1
  420. package/components/Icons/Printer.d.ts.map +0 -1
  421. package/components/Icons/Psychosis.d.ts.map +0 -1
  422. package/components/Icons/Publication.d.ts.map +0 -1
  423. package/components/Icons/Puzzle.d.ts.map +0 -1
  424. package/components/Icons/QrCode.d.ts.map +0 -1
  425. package/components/Icons/Quarrel.d.ts.map +0 -1
  426. package/components/Icons/RadioTherapy.d.ts.map +0 -1
  427. package/components/Icons/RadioactiveTreatment.d.ts.map +0 -1
  428. package/components/Icons/Radioiodine.d.ts.map +0 -1
  429. package/components/Icons/Receipt.d.ts.map +0 -1
  430. package/components/Icons/Receptionist.d.ts.map +0 -1
  431. package/components/Icons/Recovery.d.ts.map +0 -1
  432. package/components/Icons/Referral.d.ts.map +0 -1
  433. package/components/Icons/Refresh.d.ts.map +0 -1
  434. package/components/Icons/Refund.d.ts.map +0 -1
  435. package/components/Icons/Reply.d.ts.map +0 -1
  436. package/components/Icons/Rocket.d.ts.map +0 -1
  437. package/components/Icons/RtfFile.d.ts.map +0 -1
  438. package/components/Icons/STDs.d.ts.map +0 -1
  439. package/components/Icons/Save.d.ts.map +0 -1
  440. package/components/Icons/Scale.d.ts.map +0 -1
  441. package/components/Icons/ScreenReader.d.ts.map +0 -1
  442. package/components/Icons/Search.d.ts.map +0 -1
  443. package/components/Icons/SectionSign.d.ts.map +0 -1
  444. package/components/Icons/Settings.d.ts.map +0 -1
  445. package/components/Icons/Sexualorientation.d.ts.map +0 -1
  446. package/components/Icons/ShakingHand.d.ts.map +0 -1
  447. package/components/Icons/Share.d.ts.map +0 -1
  448. package/components/Icons/Shield.d.ts.map +0 -1
  449. package/components/Icons/ShuntOperation.d.ts.map +0 -1
  450. package/components/Icons/Skeleton.d.ts.map +0 -1
  451. package/components/Icons/Skin.d.ts.map +0 -1
  452. package/components/Icons/Snake.d.ts.map +0 -1
  453. package/components/Icons/Snapchat.d.ts.map +0 -1
  454. package/components/Icons/SortDown.d.ts.map +0 -1
  455. package/components/Icons/SortUp.d.ts.map +0 -1
  456. package/components/Icons/SpeechBubble.d.ts.map +0 -1
  457. package/components/Icons/Spray.d.ts.map +0 -1
  458. package/components/Icons/Stopwatch.d.ts.map +0 -1
  459. package/components/Icons/Sun.d.ts.map +0 -1
  460. package/components/Icons/SupportingPerson.d.ts.map +0 -1
  461. package/components/Icons/Surgery.d.ts.map +0 -1
  462. package/components/Icons/Syringe.d.ts.map +0 -1
  463. package/components/Icons/Taxi.d.ts.map +0 -1
  464. package/components/Icons/TeddyBear.d.ts.map +0 -1
  465. package/components/Icons/Teenagers.d.ts.map +0 -1
  466. package/components/Icons/ThinkingAboutBaby.d.ts.map +0 -1
  467. package/components/Icons/Ticket.d.ts.map +0 -1
  468. package/components/Icons/TimePassing.d.ts.map +0 -1
  469. package/components/Icons/Tombstone.d.ts.map +0 -1
  470. package/components/Icons/Toolbox.d.ts.map +0 -1
  471. package/components/Icons/Tooth.d.ts.map +0 -1
  472. package/components/Icons/TotalKneeProsthesis.d.ts.map +0 -1
  473. package/components/Icons/Train.d.ts.map +0 -1
  474. package/components/Icons/Transplantation.d.ts.map +0 -1
  475. package/components/Icons/TrashCan.d.ts.map +0 -1
  476. package/components/Icons/TravelRoute.d.ts.map +0 -1
  477. package/components/Icons/TriangleX.d.ts.map +0 -1
  478. package/components/Icons/Twitter.d.ts.map +0 -1
  479. package/components/Icons/Undo.d.ts.map +0 -1
  480. package/components/Icons/UniProsthesis.d.ts.map +0 -1
  481. package/components/Icons/Upload.d.ts.map +0 -1
  482. package/components/Icons/UserOrganization.d.ts.map +0 -1
  483. package/components/Icons/Vaccine.d.ts.map +0 -1
  484. package/components/Icons/VerticalDots.d.ts.map +0 -1
  485. package/components/Icons/VideoCamera.d.ts.map +0 -1
  486. package/components/Icons/VideoChat.d.ts.map +0 -1
  487. package/components/Icons/Wallet.d.ts.map +0 -1
  488. package/components/Icons/Watch.d.ts.map +0 -1
  489. package/components/Icons/Website.d.ts.map +0 -1
  490. package/components/Icons/Wheelchair.d.ts.map +0 -1
  491. package/components/Icons/WheelchairActive.d.ts.map +0 -1
  492. package/components/Icons/Window.d.ts.map +0 -1
  493. package/components/Icons/WordDocument.d.ts.map +0 -1
  494. package/components/Icons/WorkSuitcase.d.ts.map +0 -1
  495. package/components/Icons/X.d.ts.map +0 -1
  496. package/components/Icons/XOutline.d.ts.map +0 -1
  497. package/components/Icons/XmlFile.d.ts.map +0 -1
  498. package/components/Icons/YouTube.d.ts.map +0 -1
  499. package/components/Icons/Zoom.d.ts.map +0 -1
  500. package/components/Illustration/Illustration.d.ts.map +0 -1
  501. package/components/Illustration/index.d.ts.map +0 -1
  502. package/components/Illustration/utils.d.ts.map +0 -1
  503. package/components/Illustrations/Doctor.d.ts.map +0 -1
  504. package/components/Illustrations/DoctorMedium.d.ts.map +0 -1
  505. package/components/Illustrations/DoctorSmall.d.ts.map +0 -1
  506. package/components/Illustrations/HealthcarePersonnel.d.ts.map +0 -1
  507. package/components/Illustrations/HealthcarePersonnelMedium.d.ts.map +0 -1
  508. package/components/Illustrations/HealthcarePersonnelSmall.d.ts.map +0 -1
  509. package/components/Illustrations/IllustrationNames.d.ts.map +0 -1
  510. package/components/Input/Input.d.ts.map +0 -1
  511. package/components/Input/index.d.ts.map +0 -1
  512. package/components/Label/Label.d.ts.map +0 -1
  513. package/components/Label/SubLabel.d.ts.map +0 -1
  514. package/components/Label/index.d.ts.map +0 -1
  515. package/components/LazyIcon/ErrorBoundary.d.ts.map +0 -1
  516. package/components/LazyIcon/LazyIcon.d.ts.map +0 -1
  517. package/components/LazyIcon/index.d.ts.map +0 -1
  518. package/components/LazyIcon/utils.d.ts.map +0 -1
  519. package/components/LazyIllustration/LazyIllustration.d.ts.map +0 -1
  520. package/components/LazyIllustration/index.d.ts.map +0 -1
  521. package/components/LinkList/LinkList.d.ts.map +0 -1
  522. package/components/LinkList/index.d.ts.map +0 -1
  523. package/components/List/List.d.ts.map +0 -1
  524. package/components/List/index.d.ts.map +0 -1
  525. package/components/ListHeader/ListHeader.d.ts.map +0 -1
  526. package/components/ListHeader/ListHeaderText/ListHeaderText.d.ts.map +0 -1
  527. package/components/ListHeader/ListHeaderText/index.d.ts.map +0 -1
  528. package/components/ListHeader/index.d.ts.map +0 -1
  529. package/components/Loader/Loader.d.ts.map +0 -1
  530. package/components/Loader/index.d.ts.map +0 -1
  531. package/components/Logo/Logo.d.ts.map +0 -1
  532. package/components/Logo/index.d.ts.map +0 -1
  533. package/components/MaxCharacters/MaxCharacters.d.ts.map +0 -1
  534. package/components/Modal/Modal.d.ts.map +0 -1
  535. package/components/Modal/index.d.ts.map +0 -1
  536. package/components/NotificationPanel/DetailButton/DetailButton.d.ts.map +0 -1
  537. package/components/NotificationPanel/NotificationPanel.d.ts.map +0 -1
  538. package/components/NotificationPanel/index.d.ts.map +0 -1
  539. package/components/Panel/Panel.d.ts.map +0 -1
  540. package/components/Panel/index.d.ts.map +0 -1
  541. package/components/PanelList/PanelList.d.ts.map +0 -1
  542. package/components/PanelList/index.d.ts.map +0 -1
  543. package/components/PopMenu/PopMenu.d.ts.map +0 -1
  544. package/components/PopMenu/index.d.ts.map +0 -1
  545. package/components/PopOver/PopOver.d.ts.map +0 -1
  546. package/components/PopOver/index.d.ts.map +0 -1
  547. package/components/PopOver/utils.d.ts.map +0 -1
  548. package/components/Portal/index.d.ts.map +0 -1
  549. package/components/PromoPanel/PromoPanel.d.ts.map +0 -1
  550. package/components/PromoPanel/index.d.ts.map +0 -1
  551. package/components/RadioButton/RadioButton.d.ts.map +0 -1
  552. package/components/RadioButton/index.d.ts.map +0 -1
  553. package/components/Select/Select.d.ts.map +0 -1
  554. package/components/Select/index.d.ts.map +0 -1
  555. package/components/ServiceMessage/ServiceMessage.d.ts.map +0 -1
  556. package/components/ServiceMessage/index.d.ts.map +0 -1
  557. package/components/SharingStatus/SharingStatus.d.ts.map +0 -1
  558. package/components/SharingStatus/index.d.ts.map +0 -1
  559. package/components/Slider/Slider.d.ts.map +0 -1
  560. package/components/Slider/index.d.ts.map +0 -1
  561. package/components/Spacer/Spacer.d.ts.map +0 -1
  562. package/components/Spacer/index.d.ts.map +0 -1
  563. package/components/StatusDot/StatusDot.d.ts.map +0 -1
  564. package/components/StatusDot/index.d.ts.map +0 -1
  565. package/components/Step/Step.d.ts.map +0 -1
  566. package/components/Step/index.d.ts.map +0 -1
  567. package/components/StepButtons/StepButtons.d.ts.map +0 -1
  568. package/components/StepButtons/index.d.ts.map +0 -1
  569. package/components/Stepper/Dot.d.ts.map +0 -1
  570. package/components/Stepper/DotList.d.ts.map +0 -1
  571. package/components/Stepper/Stepper.d.ts.map +0 -1
  572. package/components/Stepper/index.d.ts.map +0 -1
  573. package/components/Stepper/utils.d.ts.map +0 -1
  574. package/components/Table/Table.d.ts.map +0 -1
  575. package/components/Table/TableBody/TableBody.d.ts.map +0 -1
  576. package/components/Table/TableBody/index.d.ts.map +0 -1
  577. package/components/Table/TableCell/TableCell.d.ts.map +0 -1
  578. package/components/Table/TableCell/index.d.ts.map +0 -1
  579. package/components/Table/TableExpandedRow/TableExpandedRow.d.ts.map +0 -1
  580. package/components/Table/TableExpandedRow/index.d.ts.map +0 -1
  581. package/components/Table/TableExpanderCell/TableExpanderCell.d.ts.map +0 -1
  582. package/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts.map +0 -1
  583. package/components/Table/TableExpanderCell/index.d.ts.map +0 -1
  584. package/components/Table/TableHead/TableHead.d.ts.map +0 -1
  585. package/components/Table/TableHead/index.d.ts.map +0 -1
  586. package/components/Table/TableHeadCell/TableHeadCell.d.ts.map +0 -1
  587. package/components/Table/TableHeadCell/index.d.ts.map +0 -1
  588. package/components/Table/TableRow/TableRow.d.ts.map +0 -1
  589. package/components/Table/TableRow/index.d.ts.map +0 -1
  590. package/components/Table/index.d.ts.map +0 -1
  591. package/components/Table/utils.d.ts.map +0 -1
  592. package/components/Tag/Tag.d.ts.map +0 -1
  593. package/components/Tag/index.d.ts.map +0 -1
  594. package/components/TagList/TagList.d.ts.map +0 -1
  595. package/components/TagList/index.d.ts.map +0 -1
  596. package/components/Textarea/Textarea.d.ts.map +0 -1
  597. package/components/Textarea/index.d.ts.map +0 -1
  598. package/components/Tile/Tile.d.ts.map +0 -1
  599. package/components/Tile/index.d.ts.map +0 -1
  600. package/components/Title/Title.d.ts.map +0 -1
  601. package/components/Title/index.d.ts.map +0 -1
  602. package/components/Tooltip/Tooltip.d.ts.map +0 -1
  603. package/components/Tooltip/TooltipWord/TooltipWord.d.ts.map +0 -1
  604. package/components/Tooltip/TooltipWord/index.d.ts.map +0 -1
  605. package/components/Tooltip/index.d.ts.map +0 -1
  606. package/components/TooltipExample/TooltipExample.d.ts.map +0 -1
  607. package/components/TooltipExample/index.d.ts.map +0 -1
  608. package/components/Trigger/HelpSign.d.ts.map +0 -1
  609. package/components/Trigger/InfoSignStroke.d.ts.map +0 -1
  610. package/components/Trigger/Trigger.d.ts.map +0 -1
  611. package/components/Trigger/index.d.ts.map +0 -1
  612. package/components/Validation/Validation.d.ts.map +0 -1
  613. package/components/Validation/index.d.ts.map +0 -1
  614. package/constants.d.ts.map +0 -1
  615. package/hoc/withBreakpoint/index.d.ts.map +0 -1
  616. package/hoc/withBreakpoint/withBreakpoint.d.ts.map +0 -1
  617. package/hooks/useBreakpoint.d.ts.map +0 -1
  618. package/hooks/useDelayedState.d.ts.map +0 -1
  619. package/hooks/useElementList.d.ts.map +0 -1
  620. package/hooks/useEventListenerState.d.ts.map +0 -1
  621. package/hooks/useExpand.d.ts.map +0 -1
  622. package/hooks/useFocusToggle.d.ts.map +0 -1
  623. package/hooks/useFocusTrap.d.ts.map +0 -1
  624. package/hooks/useFocusableElements.d.ts.map +0 -1
  625. package/hooks/useHover.d.ts.map +0 -1
  626. package/hooks/useIcons.d.ts.map +0 -1
  627. package/hooks/useIntersectionObserver.d.ts.map +0 -1
  628. package/hooks/useInterval.d.ts.map +0 -1
  629. package/hooks/useIsVisible.d.ts.map +0 -1
  630. package/hooks/useKeyboardEvent.d.ts.map +0 -1
  631. package/hooks/useLayoutEvent.d.ts.map +0 -1
  632. package/hooks/useOutsideEvent.d.ts.map +0 -1
  633. package/hooks/usePrevious.d.ts.map +0 -1
  634. package/hooks/usePseudoClasses.d.ts.map +0 -1
  635. package/hooks/useResizeObserver.d.ts.map +0 -1
  636. package/hooks/useSize.d.ts.map +0 -1
  637. package/hooks/useSticky.d.ts.map +0 -1
  638. package/hooks/useToggle.d.ts.map +0 -1
  639. package/hooks/useUuid.d.ts.map +0 -1
  640. package/index.d.ts.map +0 -1
  641. package/theme/currys/color.d.ts.map +0 -1
  642. package/theme/currys/index.d.ts.map +0 -1
  643. package/theme/currys/spacing.d.ts.map +0 -1
  644. package/theme/grid.d.ts.map +0 -1
  645. package/theme/index.d.ts.map +0 -1
  646. package/theme/palette.d.ts.map +0 -1
  647. package/theme/spacers.d.ts.map +0 -1
  648. package/utils/accessibility.d.ts.map +0 -1
  649. package/utils/component.d.ts.map +0 -1
  650. package/utils/debounce.d.ts.map +0 -1
  651. package/utils/device.d.ts.map +0 -1
  652. package/utils/environment.d.ts.map +0 -1
  653. package/utils/focus.d.ts.map +0 -1
  654. package/utils/loremtext.d.ts.map +0 -1
  655. package/utils/mobile.d.ts.map +0 -1
  656. package/utils/refs.d.ts.map +0 -1
  657. package/utils/uuid.d.ts.map +0 -1
  658. package/utils/viewport.d.ts.map +0 -1
@@ -0,0 +1,52 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.ForwardRefExoticComponent<import("./Trigger").TriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ args: {
14
+ ariaLabel: string;
15
+ variant: "help";
16
+ size: "medium";
17
+ mode: "onlight";
18
+ selected: false;
19
+ htmlMarkup: "button";
20
+ };
21
+ argTypes: {
22
+ ariaLabel: {
23
+ control: string;
24
+ };
25
+ variant: {
26
+ control: string;
27
+ options: string[];
28
+ };
29
+ size: {
30
+ control: string;
31
+ options: string[];
32
+ };
33
+ mode: {
34
+ control: string;
35
+ options: string[];
36
+ };
37
+ selected: {
38
+ control: string;
39
+ };
40
+ htmlMarkup: {
41
+ control: string;
42
+ options: string[];
43
+ };
44
+ };
45
+ };
46
+ export default meta;
47
+ type Story = StoryObj<typeof meta>;
48
+ export declare const Default: Story;
49
+ export declare const HelpTrigger: Story;
50
+ export declare const OnDark: Story;
51
+ export declare const NextToText: Story;
52
+ //# sourceMappingURL=Trigger.stories.d.ts.map
@@ -0,0 +1,37 @@
1
+ /// <reference types="react" />
2
+ import { StoryObj } from '@storybook/react';
3
+ import { FormSize } from '../../constants';
4
+ declare const meta: {
5
+ title: string;
6
+ component: (props: import("../FormExample/FormExample").FormExampleProps) => JSX.Element;
7
+ parameters: {
8
+ docs: {
9
+ description: {
10
+ component: string;
11
+ markdown: string;
12
+ };
13
+ source: {
14
+ code: string;
15
+ language: string;
16
+ };
17
+ };
18
+ };
19
+ args: {
20
+ size: FormSize.medium;
21
+ };
22
+ argTypes: {
23
+ size: {
24
+ control: string;
25
+ options: typeof FormSize;
26
+ };
27
+ };
28
+ };
29
+ export default meta;
30
+ type Story = StoryObj<typeof meta>;
31
+ export declare const FormGroup: Story;
32
+ export declare const Checkbox: Story;
33
+ export declare const Radiobutton: Story;
34
+ export declare const Textarea: Story;
35
+ export declare const Input: Story;
36
+ export declare const Select: Story;
37
+ //# sourceMappingURL=Validation.stories.d.ts.map
package/constants.d.ts CHANGED
@@ -8,6 +8,7 @@ export declare enum IconSize {
8
8
  }
9
9
  export declare enum ZIndex {
10
10
  Modal = 1300000,
11
+ PopOver = 11000,
11
12
  ExpanderTrigger = 10000
12
13
  }
13
14
  export declare const AVERAGE_CHARACTER_WIDTH_PX = 12;
package/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- var e = /* @__PURE__ */ ((r) => (r[r.XXSmall = 24] = "XXSmall", r[r.XSmall = 38] = "XSmall", r[r.Small = 48] = "Small", r[r.Medium = 64] = "Medium", r[r.Large = 80] = "Large", r[r.XLarge = 130] = "XLarge", r))(e || {}), o = /* @__PURE__ */ ((r) => (r[r.Modal = 13e5] = "Modal", r[r.ExpanderTrigger = 1e4] = "ExpanderTrigger", r))(o || {});
1
+ var e = /* @__PURE__ */ ((r) => (r[r.XXSmall = 24] = "XXSmall", r[r.XSmall = 38] = "XSmall", r[r.Small = 48] = "Small", r[r.Medium = 64] = "Medium", r[r.Large = 80] = "Large", r[r.XLarge = 130] = "XLarge", r))(e || {}), o = /* @__PURE__ */ ((r) => (r[r.Modal = 13e5] = "Modal", r[r.PopOver = 11e3] = "PopOver", r[r.ExpanderTrigger = 1e4] = "ExpanderTrigger", r))(o || {});
2
2
  const g = 12;
3
3
  var p = /* @__PURE__ */ ((r) => (r.onwhite = "onwhite", r.ongrey = "ongrey", r.onblueberry = "onblueberry", r.ondark = "ondark", r.oninvalid = "oninvalid", r))(p || {}), a = /* @__PURE__ */ ((r) => (r.medium = "medium", r.large = "large", r))(a || {}), t = /* @__PURE__ */ ((r) => (r.AnchorLink = "anchor-link", r.Avatar = "avatar", r.Badge = "badge", r.Button = "button", r.Checkbox = "checkbox", r.Close = "close", r.DictionaryTrigger = "dictionary-trigger", r.Dropdown = "dropdown", r.Duolist = "duolist", r.EmptyState = "empty-state", r.Expander = "expander", r.ExpanderHierarchy = "expander-hierarchy", r.ExpanderHierarchyExpander = "expander-hierarchy-expander", r.ExpanderList = "expander-list", r.ExpanderListExpander = "expander-list-expander", r.FormGroup = "form-group", r.FormLayout = "form-layout", r.HelpBubble = "help-bubble", r.HelpQuestion = "help-question", r.HighlightBox = "highlight-box", r.Icon = "icon", r.Illustration = "Illustration", r.Input = "input", r.Label = "label", r.Link = "link", r.LinkList = "link-list", r.List = "list", r.Loader = "loader", r.Logo = "logo", r.Modal = "modal", r.NotificationPanel = "notification-panel", r.Panel = "panel", r.PanelList = "panel-list", r.PopMenu = "pop-menu", r.PopOver = "pop-over", r.Portal = "portal", r.PromoPanel = "promo-panel", r.RadioButton = "radio-button", r.Select = "select", r.SharingStatus = "sharing-status", r.Slider = "slider", r.Spacer = "spacer", r.StatusDot = "status-dot", r.Step = "step", r.StepButtons = "step-buttons", r.Stepper = "stepper", r.Sublabel = "sublabel", r.Table = "table", r.Tag = "tag", r.TagList = "tag-list", r.Textarea = "textarea", r.Tile = "tile", r.Title = "title", r.Tooltip = "tooltip", r.Trigger = "trigger", r.Validation = "validation", r))(t || {}), u = /* @__PURE__ */ ((r) => (r.Enter = "Enter", r.Escape = "Escape", r.ArrowDown = "ArrowDown", r.ArrowUp = "ArrowUp", r.Home = "Home", r.End = "End", r))(u || {});
4
4
  export {
package/constants.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sources":["../src/constants.ts"],"sourcesContent":["export enum IconSize {\n XXSmall = 24,\n XSmall = 38,\n Small = 48,\n Medium = 64,\n Large = 80,\n XLarge = 130,\n}\n\nexport enum ZIndex {\n Modal = 1300000,\n ExpanderTrigger = 10000,\n}\n\nexport const AVERAGE_CHARACTER_WIDTH_PX = 12;\n\nexport interface HTMLButtonProps {\n autoFocus?: boolean;\n disabled?: boolean;\n form?: string;\n formAction?: string;\n formEncType?: string;\n formMethod?: string;\n formNoValidate?: boolean;\n formTarget?: string;\n name?: string;\n type?: 'submit' | 'reset' | 'button' | string;\n value?: string | string[] | number;\n id?: string;\n}\n\nexport type AnchorTarget = '_self' | '_blank' | '_parent' | '_top';\n\nexport interface HTMLAnchorProps {\n download?: string;\n href?: string;\n hrefLang?: string;\n media?: string;\n ping?: string;\n rel?: AnchorTarget;\n target?: string;\n referrerPolicy?:\n | ''\n | 'same-origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin'\n | 'origin-when-cross-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url';\n}\n\nexport type ButtonVariant = 'secondary' | 'tertiary' | string | undefined | null;\n\nexport enum FormMode {\n onwhite = 'onwhite',\n ongrey = 'ongrey',\n onblueberry = 'onblueberry',\n ondark = 'ondark',\n oninvalid = 'oninvalid',\n}\n\nexport enum FormSize {\n medium = 'medium',\n large = 'large',\n}\n\nexport enum AnalyticsId {\n AnchorLink = 'anchor-link',\n Avatar = 'avatar',\n Badge = 'badge',\n Button = 'button',\n Checkbox = 'checkbox',\n Close = 'close',\n DictionaryTrigger = 'dictionary-trigger',\n Dropdown = 'dropdown',\n Duolist = 'duolist',\n EmptyState = 'empty-state',\n Expander = 'expander',\n ExpanderHierarchy = 'expander-hierarchy',\n ExpanderHierarchyExpander = 'expander-hierarchy-expander',\n ExpanderList = 'expander-list',\n ExpanderListExpander = 'expander-list-expander',\n FormGroup = 'form-group',\n FormLayout = 'form-layout',\n HelpBubble = 'help-bubble',\n HelpQuestion = 'help-question',\n HighlightBox = 'highlight-box',\n Icon = 'icon',\n Illustration = 'Illustration',\n Input = 'input',\n Label = 'label',\n Link = 'link',\n LinkList = 'link-list',\n List = 'list',\n Loader = 'loader',\n Logo = 'logo',\n Modal = 'modal',\n NotificationPanel = 'notification-panel',\n Panel = 'panel',\n PanelList = 'panel-list',\n PopMenu = 'pop-menu',\n PopOver = 'pop-over',\n Portal = 'portal',\n PromoPanel = 'promo-panel',\n RadioButton = 'radio-button',\n Select = 'select',\n SharingStatus = 'sharing-status',\n Slider = 'slider',\n Spacer = 'spacer',\n StatusDot = 'status-dot',\n Step = 'step',\n StepButtons = 'step-buttons',\n Stepper = 'stepper',\n Sublabel = 'sublabel',\n Table = 'table',\n Tag = 'tag',\n TagList = 'tag-list',\n Textarea = 'textarea',\n Tile = 'tile',\n Title = 'title',\n Tooltip = 'tooltip',\n Trigger = 'trigger',\n Validation = 'validation',\n}\n\nexport enum KeyboardEventKey {\n Enter = 'Enter',\n Escape = 'Escape',\n ArrowDown = 'ArrowDown',\n ArrowUp = 'ArrowUp',\n Home = 'Home',\n End = 'End',\n}\n"],"names":["IconSize","ZIndex","AVERAGE_CHARACTER_WIDTH_PX","FormMode","FormSize","AnalyticsId","KeyboardEventKey"],"mappings":"AAAY,IAAAA,sBAAAA,OACVA,EAAAA,EAAA,UAAU,EAAV,IAAA,WACAA,EAAAA,EAAA,SAAS,EAAT,IAAA,UACAA,EAAAA,EAAA,QAAQ,EAAR,IAAA,SACAA,EAAAA,EAAA,SAAS,EAAT,IAAA,UACAA,EAAAA,EAAA,QAAQ,EAAR,IAAA,SACAA,EAAAA,EAAA,SAAS,GAAT,IAAA,UANUA,IAAAA,KAAA,CAAA,CAAA,GASAC,sBAAAA,OACVA,EAAAA,EAAA,QAAQ,IAAR,IAAA,SACAA,EAAAA,EAAA,kBAAkB,GAAlB,IAAA,mBAFUA,IAAAA,KAAA,CAAA,CAAA;AAKL,MAAMC,IAA6B;AAyC9B,IAAAC,sBAAAA,OACVA,EAAA,UAAU,WACVA,EAAA,SAAS,UACTA,EAAA,cAAc,eACdA,EAAA,SAAS,UACTA,EAAA,YAAY,aALFA,IAAAA,KAAA,CAAA,CAAA,GAQAC,sBAAAA,OACVA,EAAA,SAAS,UACTA,EAAA,QAAQ,SAFEA,IAAAA,KAAA,CAAA,CAAA,GAKAC,sBAAAA,OACVA,EAAA,aAAa,eACbA,EAAA,SAAS,UACTA,EAAA,QAAQ,SACRA,EAAA,SAAS,UACTA,EAAA,WAAW,YACXA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,WAAW,YACXA,EAAA,UAAU,WACVA,EAAA,aAAa,eACbA,EAAA,WAAW,YACXA,EAAA,oBAAoB,sBACpBA,EAAA,4BAA4B,+BAC5BA,EAAA,eAAe,iBACfA,EAAA,uBAAuB,0BACvBA,EAAA,YAAY,cACZA,EAAA,aAAa,eACbA,EAAA,aAAa,eACbA,EAAA,eAAe,iBACfA,EAAA,eAAe,iBACfA,EAAA,OAAO,QACPA,EAAA,eAAe,gBACfA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,WAAW,aACXA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,QAAQ,SACRA,EAAA,YAAY,cACZA,EAAA,UAAU,YACVA,EAAA,UAAU,YACVA,EAAA,SAAS,UACTA,EAAA,aAAa,eACbA,EAAA,cAAc,gBACdA,EAAA,SAAS,UACTA,EAAA,gBAAgB,kBAChBA,EAAA,SAAS,UACTA,EAAA,SAAS,UACTA,EAAA,YAAY,cACZA,EAAA,OAAO,QACPA,EAAA,cAAc,gBACdA,EAAA,UAAU,WACVA,EAAA,WAAW,YACXA,EAAA,QAAQ,SACRA,EAAA,MAAM,OACNA,EAAA,UAAU,YACVA,EAAA,WAAW,YACXA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,UAAU,WACVA,EAAA,UAAU,WACVA,EAAA,aAAa,cAxDHA,IAAAA,KAAA,CAAA,CAAA,GA2DAC,sBAAAA,OACVA,EAAA,QAAQ,SACRA,EAAA,SAAS,UACTA,EAAA,YAAY,aACZA,EAAA,UAAU,WACVA,EAAA,OAAO,QACPA,EAAA,MAAM,OANIA,IAAAA,KAAA,CAAA,CAAA;"}
1
+ {"version":3,"file":"constants.js","sources":["../src/constants.ts"],"sourcesContent":["export enum IconSize {\n XXSmall = 24,\n XSmall = 38,\n Small = 48,\n Medium = 64,\n Large = 80,\n XLarge = 130,\n}\n\nexport enum ZIndex {\n Modal = 1300000,\n PopOver = 11000,\n ExpanderTrigger = 10000,\n // TODO: Skille mellom ExpanderTrigger isSticky og isHovered? Skulle tro isHovered trenger vesentlig mindre z-index\n}\n\nexport const AVERAGE_CHARACTER_WIDTH_PX = 12;\n\nexport interface HTMLButtonProps {\n autoFocus?: boolean;\n disabled?: boolean;\n form?: string;\n formAction?: string;\n formEncType?: string;\n formMethod?: string;\n formNoValidate?: boolean;\n formTarget?: string;\n name?: string;\n type?: 'submit' | 'reset' | 'button' | string;\n value?: string | string[] | number;\n id?: string;\n}\n\nexport type AnchorTarget = '_self' | '_blank' | '_parent' | '_top';\n\nexport interface HTMLAnchorProps {\n download?: string;\n href?: string;\n hrefLang?: string;\n media?: string;\n ping?: string;\n rel?: AnchorTarget;\n target?: string;\n referrerPolicy?:\n | ''\n | 'same-origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin'\n | 'origin-when-cross-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url';\n}\n\nexport type ButtonVariant = 'secondary' | 'tertiary' | string | undefined | null;\n\nexport enum FormMode {\n onwhite = 'onwhite',\n ongrey = 'ongrey',\n onblueberry = 'onblueberry',\n ondark = 'ondark',\n oninvalid = 'oninvalid',\n}\n\nexport enum FormSize {\n medium = 'medium',\n large = 'large',\n}\n\nexport enum AnalyticsId {\n AnchorLink = 'anchor-link',\n Avatar = 'avatar',\n Badge = 'badge',\n Button = 'button',\n Checkbox = 'checkbox',\n Close = 'close',\n DictionaryTrigger = 'dictionary-trigger',\n Dropdown = 'dropdown',\n Duolist = 'duolist',\n EmptyState = 'empty-state',\n Expander = 'expander',\n ExpanderHierarchy = 'expander-hierarchy',\n ExpanderHierarchyExpander = 'expander-hierarchy-expander',\n ExpanderList = 'expander-list',\n ExpanderListExpander = 'expander-list-expander',\n FormGroup = 'form-group',\n FormLayout = 'form-layout',\n HelpBubble = 'help-bubble',\n HelpQuestion = 'help-question',\n HighlightBox = 'highlight-box',\n Icon = 'icon',\n Illustration = 'Illustration',\n Input = 'input',\n Label = 'label',\n Link = 'link',\n LinkList = 'link-list',\n List = 'list',\n Loader = 'loader',\n Logo = 'logo',\n Modal = 'modal',\n NotificationPanel = 'notification-panel',\n Panel = 'panel',\n PanelList = 'panel-list',\n PopMenu = 'pop-menu',\n PopOver = 'pop-over',\n Portal = 'portal',\n PromoPanel = 'promo-panel',\n RadioButton = 'radio-button',\n Select = 'select',\n SharingStatus = 'sharing-status',\n Slider = 'slider',\n Spacer = 'spacer',\n StatusDot = 'status-dot',\n Step = 'step',\n StepButtons = 'step-buttons',\n Stepper = 'stepper',\n Sublabel = 'sublabel',\n Table = 'table',\n Tag = 'tag',\n TagList = 'tag-list',\n Textarea = 'textarea',\n Tile = 'tile',\n Title = 'title',\n Tooltip = 'tooltip',\n Trigger = 'trigger',\n Validation = 'validation',\n}\n\nexport enum KeyboardEventKey {\n Enter = 'Enter',\n Escape = 'Escape',\n ArrowDown = 'ArrowDown',\n ArrowUp = 'ArrowUp',\n Home = 'Home',\n End = 'End',\n}\n"],"names":["IconSize","ZIndex","AVERAGE_CHARACTER_WIDTH_PX","FormMode","FormSize","AnalyticsId","KeyboardEventKey"],"mappings":"AAAY,IAAAA,sBAAAA,OACVA,EAAAA,EAAA,UAAU,EAAV,IAAA,WACAA,EAAAA,EAAA,SAAS,EAAT,IAAA,UACAA,EAAAA,EAAA,QAAQ,EAAR,IAAA,SACAA,EAAAA,EAAA,SAAS,EAAT,IAAA,UACAA,EAAAA,EAAA,QAAQ,EAAR,IAAA,SACAA,EAAAA,EAAA,SAAS,GAAT,IAAA,UANUA,IAAAA,KAAA,CAAA,CAAA,GASAC,sBAAAA,OACVA,EAAAA,EAAA,QAAQ,IAAR,IAAA,SACAA,EAAAA,EAAA,UAAU,IAAV,IAAA,WACAA,EAAAA,EAAA,kBAAkB,GAAlB,IAAA,mBAHUA,IAAAA,KAAA,CAAA,CAAA;AAOL,MAAMC,IAA6B;AAyC9B,IAAAC,sBAAAA,OACVA,EAAA,UAAU,WACVA,EAAA,SAAS,UACTA,EAAA,cAAc,eACdA,EAAA,SAAS,UACTA,EAAA,YAAY,aALFA,IAAAA,KAAA,CAAA,CAAA,GAQAC,sBAAAA,OACVA,EAAA,SAAS,UACTA,EAAA,QAAQ,SAFEA,IAAAA,KAAA,CAAA,CAAA,GAKAC,sBAAAA,OACVA,EAAA,aAAa,eACbA,EAAA,SAAS,UACTA,EAAA,QAAQ,SACRA,EAAA,SAAS,UACTA,EAAA,WAAW,YACXA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,WAAW,YACXA,EAAA,UAAU,WACVA,EAAA,aAAa,eACbA,EAAA,WAAW,YACXA,EAAA,oBAAoB,sBACpBA,EAAA,4BAA4B,+BAC5BA,EAAA,eAAe,iBACfA,EAAA,uBAAuB,0BACvBA,EAAA,YAAY,cACZA,EAAA,aAAa,eACbA,EAAA,aAAa,eACbA,EAAA,eAAe,iBACfA,EAAA,eAAe,iBACfA,EAAA,OAAO,QACPA,EAAA,eAAe,gBACfA,EAAA,QAAQ,SACRA,EAAA,QAAQ,SACRA,EAAA,OAAO,QACPA,EAAA,WAAW,aACXA,EAAA,OAAO,QACPA,EAAA,SAAS,UACTA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,oBAAoB,sBACpBA,EAAA,QAAQ,SACRA,EAAA,YAAY,cACZA,EAAA,UAAU,YACVA,EAAA,UAAU,YACVA,EAAA,SAAS,UACTA,EAAA,aAAa,eACbA,EAAA,cAAc,gBACdA,EAAA,SAAS,UACTA,EAAA,gBAAgB,kBAChBA,EAAA,SAAS,UACTA,EAAA,SAAS,UACTA,EAAA,YAAY,cACZA,EAAA,OAAO,QACPA,EAAA,cAAc,gBACdA,EAAA,UAAU,WACVA,EAAA,WAAW,YACXA,EAAA,QAAQ,SACRA,EAAA,MAAM,OACNA,EAAA,UAAU,YACVA,EAAA,WAAW,YACXA,EAAA,OAAO,QACPA,EAAA,QAAQ,SACRA,EAAA,UAAU,WACVA,EAAA,UAAU,WACVA,EAAA,aAAa,cAxDHA,IAAAA,KAAA,CAAA,CAAA,GA2DAC,sBAAAA,OACVA,EAAA,QAAQ,SACRA,EAAA,SAAS,UACTA,EAAA,YAAY,aACZA,EAAA,UAAU,WACVA,EAAA,OAAO,QACPA,EAAA,MAAM,OANIA,IAAAA,KAAA,CAAA,CAAA;"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ import { BreakpointProps } from './withBreakpoint';
4
+ declare const meta: {
5
+ title: string;
6
+ component: React.ForwardRefExoticComponent<Omit<BreakpointProps, "breakpoint">>;
7
+ parameters: {
8
+ docs: {
9
+ description: {
10
+ component: string;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ export default meta;
16
+ type Story = StoryObj<typeof meta>;
17
+ export declare const Default: Story;
18
+ //# sourceMappingURL=withBreakpoint.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useBreakpoint.stories.d.ts.map
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ interface UseDelayedStateExampleProps {
4
+ delay: number;
5
+ }
6
+ declare const meta: {
7
+ title: string;
8
+ component: React.FC<UseDelayedStateExampleProps>;
9
+ parameters: {
10
+ docs: {
11
+ description: {
12
+ component: string;
13
+ };
14
+ };
15
+ };
16
+ args: {
17
+ delay: number;
18
+ };
19
+ argTypes: {
20
+ delay: {
21
+ control: string;
22
+ };
23
+ };
24
+ };
25
+ export default meta;
26
+ type Story = StoryObj<typeof meta>;
27
+ export declare const Default: Story;
28
+ //# sourceMappingURL=useDelayedState.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useElementList.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useFocusToggle.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useFocusTrap.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useFocusableElements.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useHover.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useIntersectionObserver.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useInterval.stories.d.ts.map
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ interface UseIsVisibleExampleProps {
4
+ threshold?: number;
5
+ }
6
+ declare const meta: {
7
+ title: string;
8
+ component: React.FC<UseIsVisibleExampleProps>;
9
+ parameters: {
10
+ docs: {
11
+ description: {
12
+ component: string;
13
+ };
14
+ };
15
+ };
16
+ args: {
17
+ threshold: number;
18
+ };
19
+ argTypes: {
20
+ threshold: {
21
+ control: string;
22
+ };
23
+ };
24
+ };
25
+ export default meta;
26
+ type Story = StoryObj<typeof meta>;
27
+ export declare const Default: Story;
28
+ //# sourceMappingURL=useIsVisible.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useKeyboardEvent.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useLayoutEvent.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useOutsideEvent.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=usePseudoClasses.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useResizeObserver.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useSize.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useSticky.stories.d.ts.map
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { StoryObj } from '@storybook/react';
3
+ declare const meta: {
4
+ title: string;
5
+ component: React.FC<{}>;
6
+ parameters: {
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ };
14
+ export default meta;
15
+ type Story = StoryObj<typeof meta>;
16
+ export declare const Default: Story;
17
+ //# sourceMappingURL=useUuid.stories.d.ts.map
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/helsenorge/designsystem.git"
8
8
  },
9
9
  "homepage": "https://helsenorge.design",
10
- "version": "6.5.0",
10
+ "version": "6.6.2",
11
11
  "author": "Helsenorge",
12
12
  "license": "MIT",
13
13
  "peerDependencies": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"IntersectionObserver.d.ts","sourceRoot":"","sources":["../../src/__mocks__/IntersectionObserver.ts"],"names":[],"mappings":"AAAA,cAAM,oBAAoB;IACxB,OAAO,IAAI,IAAI;IAGf,SAAS,IAAI,IAAI;IAGjB,UAAU,IAAI,IAAI;CAGnB;AAMD,eAAe,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MutationObserver.d.ts","sourceRoot":"","sources":["../../src/__mocks__/MutationObserver.ts"],"names":[],"mappings":"AAAA,cAAM,gBAAgB;IACpB,OAAO,IAAI,IAAI;IAGf,UAAU,IAAI,IAAI;CAGnB;AAMD,eAAe,gBAAgB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResizeObserver.d.ts","sourceRoot":"","sources":["../../src/__mocks__/ResizeObserver.ts"],"names":[],"mappings":"AAAA,cAAM,cAAc;IAClB,OAAO;IAGP,SAAS;IAGT,UAAU;CAGX;AAMD,eAAe,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"matchMedia.d.ts","sourceRoot":"","sources":["../../src/__mocks__/matchMedia.ts"],"names":[],"mappings":";AAAA,eAAO,MAAM,oBAAoB,0BAI9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHover.d.ts","sourceRoot":"","sources":["../../src/__mocks__/useHover.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLayoutEvent.d.ts","sourceRoot":"","sources":["../../src/__mocks__/useLayoutEvent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useOutsideEvent.d.ts","sourceRoot":"","sources":["../../src/__mocks__/useOutsideEvent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSize.d.ts","sourceRoot":"","sources":["../../src/__mocks__/useSize.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../src/__mocks__/uuid.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnchorLink.d.ts","sourceRoot":"","sources":["../../../src/components/AnchorLink/AnchorLink.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE/D,MAAM,MAAM,cAAc,GAAG,GAAG,GAAG,QAAQ,CAAC;AAE5C,UAAU,eAAe;IACvB,sCAAsC;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4FAA4F;IAC5F,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,8CAA8C;IAC9C,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,2CAA2C;IAC3C,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACvI,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,UAAU,+GAyDd,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AnchorLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,eAAe,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,oFAAoF;IACpF,QAAQ,EAAE,MAAM,CAAC;IACjB,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0DAA0D;IAC1D,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7B,kCAAkC;IAClC,IAAI,CAAC,EAAE,MAAM,OAAO,UAAU,CAAC;IAC/B,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,yBAAyB,CAAC,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC;AACzG,QAAA,MAAM,MAAM,EAAE,UAwBZ,CAAC;AAEH,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAInD,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC;AACvC,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5C,MAAM,WAAW,UAAU;IACzB,qCAAqC;IACrC,QAAQ,EAAE,aAAa,CAAC;IACxB,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,yBAAyB,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC;AACvG,QAAA,MAAM,KAAK,EAAE,SAsBX,CAAC;AAEH,eAAe,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,eAAe,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAC;AAKjE,OAAO,EAAE,eAAe,EAAE,eAAe,EAAe,MAAM,iBAAiB,CAAC;AAWhF,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,aAAa,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,GAAG,YAAY,CAAC;AAC9D,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC;AAC9C,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,GAAG,CAAC;AAExC,MAAM,WAAW,WAAY,SAAQ,eAAe,EAAE,eAAe,EAAE,cAAc;IACnF,mFAAmF;IACnF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sCAAsC;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kDAAkD;IAClD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iGAAiG;IACjG,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,0EAA0E;IAC1E,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,mDAAmD;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kEAAkE;IAClE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,oDAAoD;IACpD,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,2DAA2D;IAC3D,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,0DAA0D;IAC1D,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACvI,uGAAuG;IACvG,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,uDAAuD;IACvD,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,uFAAuF;IACvF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mCAAmC;IACnC,IAAI,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;CAC9D;AAkCD,QAAA,MAAM,MAAM,2GA8JV,CAAC;AAEH,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,eAAe,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonWithModal.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonWithModal/ButtonWithModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAc,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEnD,UAAU,oBAAqB,SAAQ,UAAU;IAC/C,yBAAyB;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,eAAe,0FASnB,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ButtonWithModal/index.tsx"],"names":[],"mappings":"AACA,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,eAAe,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAe,QAAQ,EAAE,QAAQ,EAAY,MAAM,iBAAiB,CAAC;AAW5E,MAAM,WAAW,aACf,SAAQ,IAAI,CACV,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,kBAAkB,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CACzF;IACD,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0FAA0F;IAC1F,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC;IAC7B,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC;IAC7B,iHAAiH;IACjH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,wFAiInB,CAAC;AAIH,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Close.d.ts","sourceRoot":"","sources":["../../../src/components/Close/Close.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,MAAM,WAAW,UAAU;IACzB,gDAAgD;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,qDAAqD;IACrD,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IAClE,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,KAAK,sFAsBT,CAAC;AAEH,eAAe,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Close/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,eAAe,KAAK,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DictionaryTrigger.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryTrigger/DictionaryTrigger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,UAAU,sBAAuB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC3H;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,iBAAiB,kGAkBtB,CAAC;AAIF,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DictionaryTrigger/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,cAAc,qBAAqB,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/Dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAuBhD,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,aAAa;IAC5B,oDAAoD;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,gCAAgC;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,wBAAwB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sBAAsB;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,0BAA0B;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,0CAA0C;IAC1C,IAAI,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;IACjC,uCAAuC;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uCAAuC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA0JrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,eAAe,QAAQ,CAAC"}